$ 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_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

A

abortBatch() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
abortBatch() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Abort the currently managed batch (if any)
abortBatch(Exception) - Method in class org.hibernate.engine.jdbc.batch.internal.BatchImpl
 
abs(Expression<N>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
abs(Expression<N>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
abs(Expression<N>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
abs(Expression<N>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
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
 
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
 
AbstractArrayOverlapsFunction - Class in org.hibernate.dialect.function.array
Encapsulates the validator, return type and argument type resolvers for the array_overlaps function.
AbstractArrayOverlapsFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.AbstractArrayOverlapsFunction
 
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) - 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 - Class in org.hibernate.sql.results.graph.entity.internal
 
AbstractBatchEntitySelectFetchInitializer(FetchParentAccess, ToOneAttributeMapping, NavigablePath, EntityPersister, DomainResultAssembler<?>) - Constructor for class org.hibernate.sql.results.graph.entity.internal.AbstractBatchEntitySelectFetchInitializer
 
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.
AbstractCollectionAssembler - Class in org.hibernate.sql.results.graph.collection.internal
 
AbstractCollectionAssembler(PluralAttributeMapping, Supplier<CollectionInitializer>) - Constructor for class org.hibernate.sql.results.graph.collection.internal.AbstractCollectionAssembler
 
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 - Class in org.hibernate.sql.results.graph.collection.internal
Base support for CollectionInitializer implementations
AbstractCollectionInitializer(NavigablePath, PluralAttributeMapping, FetchParentAccess, DomainResultAssembler<?>) - Constructor for class org.hibernate.sql.results.graph.collection.internal.AbstractCollectionInitializer
 
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.
AbstractCollectionResultNode - Class in org.hibernate.sql.results.graph.collection.internal
 
AbstractCollectionResultNode(NavigablePath, PluralAttributeMapping, String) - Constructor for class org.hibernate.sql.results.graph.collection.internal.AbstractCollectionResultNode
 
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
 
AbstractCompositeIdentifierMapping - Class in org.hibernate.metamodel.internal
Base implementation for composite identifier mappings
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
 
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
 
AbstractDiscriminatorMapping - Class in org.hibernate.metamodel.mapping.internal
 
AbstractDiscriminatorMapping(EntityMappingType, DiscriminatorType<Object>, BasicType<Object>) - Constructor for class org.hibernate.metamodel.mapping.internal.AbstractDiscriminatorMapping
 
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
 
AbstractEmbeddableInitializer - Class in org.hibernate.sql.results.graph.embeddable
 
AbstractEmbeddableInitializer(EmbeddableResultGraphNode, FetchParentAccess, AssemblerCreationState) - Constructor for class org.hibernate.sql.results.graph.embeddable.AbstractEmbeddableInitializer
 
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
 
AbstractEmbeddableRepresentationStrategy - Class in org.hibernate.metamodel.internal
 
AbstractEmbeddableRepresentationStrategy(Component, JavaType<?>, RuntimeModelCreationContext) - Constructor for class org.hibernate.metamodel.internal.AbstractEmbeddableRepresentationStrategy
 
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, SessionFactoryImplementor) - 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.
AbstractEntityInitializer - Class in org.hibernate.sql.results.graph.entity
 
AbstractEntityInitializer(EntityResultGraphNode, NavigablePath, LockMode, Fetch, Fetch, DomainResult<Object>, AssemblerCreationState) - Constructor for class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
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
 
AbstractFetchParentAccess - Class in org.hibernate.sql.results.graph
Base support for FetchParentAccess implementations.
AbstractFetchParentAccess() - Constructor for class org.hibernate.sql.results.graph.AbstractFetchParentAccess
 
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.jpamodelgen.annotation
 
AbstractFinderMethod(AnnotationMetaEntity, String, String, boolean, String, String, List<String>, List<String>, List<String>, boolean) - Constructor for class org.hibernate.jpamodelgen.annotation.AbstractFinderMethod
 
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
 
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
An abstract base class for SAP HANA dialects.
AbstractHANADialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.AbstractHANADialect
 
AbstractHANADialect.HANABlobType - Class in org.hibernate.dialect
 
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 - 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, FetchParentAccess, LockMode, DomainResultAssembler<?>, DomainResultAssembler<?>) - Constructor for class org.hibernate.sql.results.graph.collection.internal.AbstractImmediateCollectionInitializer
 
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
 
AbstractInterceptor - Class in org.hibernate.bytecode.enhance.spi.interceptor
 
AbstractInterceptor(String) - Constructor for class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
AbstractJavaType<T> - Class in org.hibernate.type.descriptor.java
Abstract adapter for Java type descriptors.
AbstractJavaType(Type) - Constructor for class org.hibernate.type.descriptor.java.AbstractJavaType
Initialize a type descriptor for the given type.
AbstractJavaType(Type, MutabilityPlan<T>) - Constructor for class org.hibernate.type.descriptor.java.AbstractJavaType
Initialize a type descriptor for the given type.
AbstractJdbcLiteralFormatter<T> - Class in org.hibernate.type.descriptor.jdbc.spi
Abstract JdbcLiteralFormatter implementation managing 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>) - 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
 
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, 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
 
AbstractNonAggregatedIdentifierMappingInitializer - Class in org.hibernate.sql.results.graph.embeddable.internal
 
AbstractNonAggregatedIdentifierMappingInitializer(EmbeddableResultGraphNode, FetchParentAccess, AssemblerCreationState) - Constructor for class org.hibernate.sql.results.graph.embeddable.internal.AbstractNonAggregatedIdentifierMappingInitializer
 
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.
 
AbstractNonJoinedEntityFetch - Class in org.hibernate.sql.results.graph.entity.internal
 
AbstractNonJoinedEntityFetch(NavigablePath, EntityValuedFetchable, FetchParent) - Constructor for class org.hibernate.sql.results.graph.entity.internal.AbstractNonJoinedEntityFetch
 
AbstractNonLazyEntityFetch - Class in org.hibernate.sql.results.graph.entity
Support for non-lazy EntityFetch implementations - both joined and subsequent-select
AbstractNonLazyEntityFetch(FetchParent, EntityValuedFetchable, NavigablePath) - Constructor for class org.hibernate.sql.results.graph.entity.AbstractNonLazyEntityFetch
 
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.jpamodelgen.annotation
 
AbstractQueryMethod(AnnotationMetaEntity, String, List<String>, List<String>, String, String, String, boolean, boolean) - Constructor for class org.hibernate.jpamodelgen.annotation.AbstractQueryMethod
 
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 InsertGeneratedIdentifierDelegate 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
 
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 InsertGeneratedIdentifierDelegate 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
 
AbstractSelectionQuery<R> - Class in org.hibernate.query.spi
 
AbstractSelectionQuery(SharedSessionContractImplementor) - 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
 
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
 
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
 
AbstractSqmRestrictedDmlStatement(SqmRoot<T>, SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
 
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) - Constructor for class org.hibernate.metamodel.mapping.internal.AbstractStateArrayContributorMapping
 
AbstractStateArrayContributorMapping(String, AttributeMetadata, FetchOptions, int, int, ManagedMappingType) - 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
 
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(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.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.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.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.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.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.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.ToOneFkExpressionContext
 
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(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.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.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.SqmTreatedRoot
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSimplePath
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.expression.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.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.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(SqmParameter<?>, MappingModelExpressible<?>, List<JdbcParameter>) - Method in interface org.hibernate.query.sqm.mutation.internal.MultiTableSqmMutationConverter.SqmParameterResolutionConsumer
 
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.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.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.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.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
 
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.jpamodelgen.xml.jaxb.Basic
 
access - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
 
access - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Embeddable
 
access - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Embedded
 
access - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddedId
 
access - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
access - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
 
access - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Id
 
access - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
 
access - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
 
access - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
 
access - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
 
access - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
 
access - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
 
access - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Version
 
ACCESS - Static variable in class org.hibernate.jpamodelgen.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.jpamodelgen.util
 
AccessType - Enum in org.hibernate.jpamodelgen.xml.jaxb
Java class for access-type.
AccessTypeInformation - Class in org.hibernate.jpamodelgen.util
Encapsulates the access type information for a single class.
AccessTypeInformation(String, AccessType, AccessType) - Constructor for class org.hibernate.jpamodelgen.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
 
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.jpamodelgen.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.jpamodelgen.JPAMetaModelEntityProcessor
Whether the jakarta.annotation.Generated annotation should be added to the generated classes
ADD_GENERATION_DATE - Static variable in class org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor
Assuming that JPAMetaModelEntityProcessor.ADD_GENERATED_ANNOTATION is enabled, this option controls whether @Generated#date should be populated.
ADD_SUPPRESS_WARNINGS_ANNOTATION - Static variable in class org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor
Controls whether @SuppressWarnings({"deprecation","rawtypes"}) should be added to the generated classes
addAccessTypeInformation(String, AccessTypeInformation) - Method in class org.hibernate.jpamodelgen.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.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
 
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.update.SqmSetClause
 
addAssignment(Assignment) - Method in class org.hibernate.sql.ast.tree.update.UpdateStatement.UpdateStatementBuilder
 
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<?>, Size, Database, TypeConfiguration) - Method in class org.hibernate.dialect.OracleArrayJdbcType
 
addAuxiliaryDatabaseObjects(JavaType<?>, Size, Database, TypeConfiguration) - Method in class org.hibernate.dialect.OracleNestedTableJdbcType
 
addAuxiliaryDatabaseObjects(JavaType<?>, Size, Database, TypeConfiguration) - Method in class org.hibernate.dialect.PostgreSQLEnumJdbcType
 
addAuxiliaryDatabaseObjects(JavaType<?>, Size, Database, TypeConfiguration) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
 
addBaselineDescriptor(Type, JavaType<?>) - Method in interface org.hibernate.type.descriptor.java.spi.JavaTypeBaseline.BaselineTarget
Add a baseline registration
addBaselineDescriptor(Type, JavaType<?>) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeRegistry
 
addBaselineDescriptor(JavaType<?>) - Method in interface org.hibernate.type.descriptor.java.spi.JavaTypeBaseline.BaselineTarget
Add a baseline registration
addBaselineDescriptor(JavaType<?>) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeRegistry
 
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.UserDefinedType
 
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
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.jpamodelgen.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.jpamodelgen.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
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
 
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.jpamodelgen.Context
 
addGeneratedColumns(String[], OnExecutionGenerator) - Method in class org.hibernate.id.insert.InsertSelectIdentityInsert
 
addGeneratedColumns(String[], OnExecutionGenerator) - Method in class org.hibernate.sql.Insert
 
addGeneratedDate() - Method in class org.hibernate.jpamodelgen.Context
 
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
 
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.
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.jpamodelgen.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
 
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.jpamodelgen.Context
 
addMetaEmbeddable(String, Metamodel) - Method in class org.hibernate.jpamodelgen.Context
 
addMetaEntity(String, Metamodel) - Method in class org.hibernate.jpamodelgen.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.jpamodelgen.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.jpamodelgen.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, 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
 
addRestriction(Predicate) - Method in class org.hibernate.sql.ast.tree.delete.DeleteStatement.DeleteStatementBuilder
 
addRestriction(Predicate) - Method in class org.hibernate.sql.ast.tree.update.UpdateStatement.UpdateStatementBuilder
 
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
 
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 SQL 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
 
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.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
 
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.
adjustUserSuppliedValueCollectionOrderingFragment(String) - Static method in class org.hibernate.boot.model.internal.CollectionBinder
 
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.EntityManagerFactoryExtension
 
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(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, ColumnTypeInformation, List<Column>) - Method in interface org.hibernate.dialect.aggregate.AggregateSupport
Allows to generate auxiliary database objects for an aggregate type.
aggregateAuxiliaryDatabaseObjects(Namespace, String, ColumnTypeInformation, List<Column>) - Method in class org.hibernate.dialect.aggregate.AggregateSupportImpl
 
aggregateAuxiliaryDatabaseObjects(Namespace, String, ColumnTypeInformation, List<Column>) - Method in class org.hibernate.dialect.aggregate.DB2AggregateSupport
 
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, ColumnTypeInformation, ColumnTypeInformation) - 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, ColumnTypeInformation, ColumnTypeInformation) - Method in class org.hibernate.dialect.aggregate.AggregateSupportImpl
 
aggregateComponentAssignmentExpression(String, String, ColumnTypeInformation, ColumnTypeInformation) - Method in class org.hibernate.dialect.aggregate.DB2AggregateSupport
 
aggregateComponentAssignmentExpression(String, String, ColumnTypeInformation, ColumnTypeInformation) - Method in class org.hibernate.dialect.aggregate.OracleAggregateSupport
 
aggregateComponentAssignmentExpression(String, String, ColumnTypeInformation, ColumnTypeInformation) - 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, ColumnTypeInformation, ColumnTypeInformation) - Method in interface org.hibernate.dialect.aggregate.AggregateSupport
Returns the custom read expression to use for column.
aggregateComponentCustomReadExpression(String, String, String, String, ColumnTypeInformation, ColumnTypeInformation) - Method in class org.hibernate.dialect.aggregate.AggregateSupportImpl
 
aggregateComponentCustomReadExpression(String, String, String, String, ColumnTypeInformation, ColumnTypeInformation) - Method in class org.hibernate.dialect.aggregate.DB2AggregateSupport
 
aggregateComponentCustomReadExpression(String, String, String, String, ColumnTypeInformation, ColumnTypeInformation) - Method in class org.hibernate.dialect.aggregate.OracleAggregateSupport
 
aggregateComponentCustomReadExpression(String, String, String, String, ColumnTypeInformation, ColumnTypeInformation) - Method in class org.hibernate.dialect.aggregate.PostgreSQLAggregateSupport
 
AggregateComponentSecondPass - Class in org.hibernate.boot.model.internal
 
AggregateComponentSecondPass(PropertyHolder, Component, XClass, 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(ColumnTypeInformation, 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(ColumnTypeInformation, List<Column>) - Method in class org.hibernate.dialect.aggregate.AggregateSupportImpl
 
aggregateCustomWriteExpression(ColumnTypeInformation, 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
 
AggregateEmbeddableFetchInitializer - Class in org.hibernate.sql.results.graph.embeddable.internal
An initializer for an embeddable that is mapped as aggregate e.g.
AggregateEmbeddableFetchInitializer(FetchParentAccess, EmbeddableResultGraphNode, AssemblerCreationState, SqlSelection) - Constructor for class org.hibernate.sql.results.graph.embeddable.internal.AggregateEmbeddableFetchInitializer
 
AggregateEmbeddableInitializer - Interface in org.hibernate.sql.results.graph.embeddable.internal
 
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
 
AggregateEmbeddableResultInitializer - Class in org.hibernate.sql.results.graph.embeddable.internal
An initializer for an embeddable that is mapped as aggregate e.g.
AggregateEmbeddableResultInitializer(FetchParentAccess, EmbeddableResultGraphNode, AssemblerCreationState, SqlSelection) - Constructor for class org.hibernate.sql.results.graph.embeddable.internal.AggregateEmbeddableResultInitializer
 
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_STRATEGY - Static variable in class org.hibernate.engine.jdbc.connections.internal.ConnectionProviderInitiator
The strategy for agroal connection pooling
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
 
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.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.AbstractSqmExpression
 
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
 
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.jpamodelgen.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.jpamodelgen.xml.jaxb.SequenceGenerator
 
allocationSize - Variable in class org.hibernate.jpamodelgen.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_REFRESH_DETACHED_ENTITY - Static variable in interface org.hibernate.cfg.AvailableSettings
When enabled, allows calls to EntityManager.refresh(Object) and Session.refresh(Object) on a detached entity instance.
ALLOW_UPDATE_OUTSIDE_TRANSACTION - Static variable in interface org.hibernate.cfg.TransactionSettings
When enabled, allows update operations outside a transaction.
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
 
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() - 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.jpamodelgen.annotation
 
AnnotationMeta() - Constructor for class org.hibernate.jpamodelgen.annotation.AnnotationMeta
 
AnnotationMetaAttribute - Class in org.hibernate.jpamodelgen.annotation
Captures all information about an annotated persistent attribute.
AnnotationMetaAttribute(AnnotationMetaEntity, Element, String) - Constructor for class org.hibernate.jpamodelgen.annotation.AnnotationMetaAttribute
 
AnnotationMetaCollection - Class in org.hibernate.jpamodelgen.annotation
 
AnnotationMetaCollection(AnnotationMetaEntity, Element, String, String) - Constructor for class org.hibernate.jpamodelgen.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.jpamodelgen.annotation
Class used to collect meta information about an annotated type (entity, embeddable or mapped superclass).
AnnotationMetaEntity(TypeElement, Context, boolean) - Constructor for class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
 
AnnotationMetaMap - Class in org.hibernate.jpamodelgen.annotation
 
AnnotationMetaMap(AnnotationMetaEntity, Element, String, String, String) - Constructor for class org.hibernate.jpamodelgen.annotation.AnnotationMetaMap
 
AnnotationMetaPackage - Class in org.hibernate.jpamodelgen.annotation
Class used to collect meta information about an annotated package.
AnnotationMetaPackage(PackageElement, Context) - Constructor for class org.hibernate.jpamodelgen.annotation.AnnotationMetaPackage
 
AnnotationMetaSingleAttribute - Class in org.hibernate.jpamodelgen.annotation
 
AnnotationMetaSingleAttribute(AnnotationMetaEntity, Element, String) - Constructor for class org.hibernate.jpamodelgen.annotation.AnnotationMetaSingleAttribute
 
AnnotationMetaType - Class in org.hibernate.jpamodelgen.annotation
 
AnnotationMetaType(AnnotationMetaEntity) - Constructor for class org.hibernate.jpamodelgen.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, 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, 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, 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
 
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
 
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
 
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
 
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.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.SqmTreatedEntityJoin
 
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.SqmTreatedSimplePath
 
appendHqlString(StringBuilder) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSingularJoin
 
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.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.insert.AbstractSqmInsertStatement
 
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.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
Provided we IdentityColumnSupport.supportsInsertSelectIdentity(), then attach the "select identity" clause to the insert statement.
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.
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.
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
 
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
 
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
 
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
 
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.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.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.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.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(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.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
 
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>, Set<String>, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
applyBaseRestrictions(Consumer<Predicate>, TableGroup, boolean, Map<String, Filter>, Set<String>, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
applyBaseRestrictions(Consumer<Predicate>, TableGroup, boolean, Map<String, Filter>, 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>, Set<String>, SqlAstCreationState) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
applyBaseRestrictions(Consumer<Predicate>, TableGroup, boolean, Map<String, Filter>, Set<String>, SqlAstCreationState) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
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(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(UserDefinedType, 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
 
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>, 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>, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
applyFilterRestrictions(Consumer<Predicate>, TableGroup, boolean, Map<String, Filter>, 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>, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
applyFilterRestrictions(Consumer<Predicate>, TableGroup, boolean, Map<String, Filter>, SqlAstCreationState) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
applyFilterRestrictions(Consumer<Predicate>, TableGroup, boolean, Map<String, Filter>, SqlAstCreationState) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
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
 
applyingExplicitDiscriminatorColumnForJoined(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
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 multi-tenancy is enabled
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
 
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
 
applyOptions(NamedSqmQueryMemento) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
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 interface org.hibernate.metamodel.mapping.PluralAttributeMapping.PredicateConsumer
 
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
 
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 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.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
 
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
 
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
 
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
 
areAllResultsPlainParametersOrLiterals(CaseSearchedExpression) - Method in class org.hibernate.dialect.HSQLSqlAstTranslator
 
areAllResultsPlainParametersOrLiterals(CaseSimpleExpression) - Method in class org.hibernate.dialect.HSQLSqlAstTranslator
 
areAssignmentCompatible(Class, Class) - Static method in class org.hibernate.query.sqm.tree.expression.Compatibility
 
areAssignmentCompatible(JavaType, JavaType) - 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 interface org.hibernate.metamodel.mapping.ModelPart
 
areEqual(C, C) - Method in class org.hibernate.type.descriptor.java.spi.BasicCollectionJavaType
 
areEqual(C, C) - Method in class org.hibernate.type.descriptor.java.spi.CollectionJavaType
 
areEqual(AttributeNode<?>, AttributeNode<?>) - Static method in class org.hibernate.graph.EntityGraphs
Compares two entity graph attribute node and returns true if they are equal, ignoring subgraph attribute order.
areEqual(EntityGraph<T>, EntityGraph<T>) - Static method in class org.hibernate.graph.EntityGraphs
Compares two entity graphs and returns true if they are equal, ignoring attribute order.
areEqual(Subgraph, Subgraph) - Static method in class org.hibernate.graph.EntityGraphs
Compares two entity subgraphs and returns true if they are equal, ignoring attribute order.
areEqual(Byte[], Byte[]) - Method in class org.hibernate.type.descriptor.java.ByteArrayJavaType
 
areEqual(Character[], Character[]) - Method in class org.hibernate.type.descriptor.java.CharacterArrayJavaType
 
areEqual(Object[], Object[]) - Method in class org.hibernate.type.descriptor.java.ObjectArrayJavaType
 
areEqual(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
Whether an array contains another array.
arrayContainsAll(Expression<T[]>, Expression<T[]>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayContainsAll(Expression<T[]>, Expression<T[]>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
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
Whether an array contains another array.
arrayContainsAll(Expression<T[]>, T[]) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayContainsAll(Expression<T[]>, T[]) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayContainsAll(Expression<T[]>, T[]) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayContainsAll(T[], Expression<T[]>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether an array contains another array.
arrayContainsAll(T[], Expression<T[]>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayContainsAll(T[], Expression<T[]>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
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
Whether an array contains another array with nullable elements.
arrayContainsAllNullable(Expression<T[]>, Expression<T[]>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayContainsAllNullable(Expression<T[]>, Expression<T[]>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
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
Whether an array contains another array with nullable elements.
arrayContainsAllNullable(Expression<T[]>, T[]) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayContainsAllNullable(Expression<T[]>, T[]) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayContainsAllNullable(Expression<T[]>, T[]) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayContainsAllNullable(T[], Expression<T[]>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether an array contains another array with nullable elements.
arrayContainsAllNullable(T[], Expression<T[]>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayContainsAllNullable(T[], Expression<T[]>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
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
 
arrayIncludesInstanceOf(T[], Class<?>) - Static method in class org.hibernate.envers.internal.tools.ArraysTools
 
ArrayInitializer - Class in org.hibernate.sql.results.graph.collection.internal
 
ArrayInitializer(NavigablePath, PluralAttributeMapping, FetchParentAccess, LockMode, DomainResultAssembler<?>, DomainResultAssembler<?>, DomainResultAssembler<Integer>, DomainResultAssembler<?>) - 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
 
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(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
 
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
Whether one array has any elements common with another array.
arrayOverlaps(Expression<T[]>, Expression<T[]>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayOverlaps(Expression<T[]>, Expression<T[]>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
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
Whether one array has any elements common with another array.
arrayOverlaps(Expression<T[]>, T[]) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayOverlaps(Expression<T[]>, T[]) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayOverlaps(Expression<T[]>, T[]) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayOverlaps(T[], Expression<T[]>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether one array has any elements common with another array.
arrayOverlaps(T[], Expression<T[]>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayOverlaps(T[], Expression<T[]>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayOverlaps(T[], Expression<T[]>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayOverlaps_h2(int) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
H2 array_overlaps() function
arrayOverlaps_hsql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
HSQL array_overlaps() function
arrayOverlaps_oracle() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Oracle array_overlaps() function
arrayOverlaps_postgresql() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
CockroachDB and PostgreSQL array overlaps operator
arrayOverlapsNullable(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.
arrayOverlapsNullable(Expression<T[]>, Expression<T[]>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayOverlapsNullable(Expression<T[]>, Expression<T[]>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
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
Whether one array has any elements common with another array, supporting null elements.
arrayOverlapsNullable(Expression<T[]>, T[]) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayOverlapsNullable(Expression<T[]>, T[]) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayOverlapsNullable(Expression<T[]>, T[]) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
arrayOverlapsNullable(T[], Expression<T[]>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Whether one array has any elements common with another array, supporting null elements.
arrayOverlapsNullable(T[], Expression<T[]>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
arrayOverlapsNullable(T[], Expression<T[]>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
arrayOverlapsNullable(T[], Expression<T[]>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
ArrayOverlapsOperatorFunction - Class in org.hibernate.dialect.function.array
Array overlaps function that uses the PostgreSQL && operator.
ArrayOverlapsOperatorFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.ArrayOverlapsOperatorFunction
 
ArrayOverlapsUnnestFunction - Class in org.hibernate.dialect.function.array
Implement the overlaps function by using unnest.
ArrayOverlapsUnnestFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.ArrayOverlapsUnnestFunction
 
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 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.CteContext
 
AS() - Method in class org.hibernate.grammars.hql.HqlParser.FormatFunctionContext
 
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
 
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
 
asc(Class<T>, String) - Static method in class org.hibernate.query.Order
 
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.
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.jpamodelgen.validation.ProcessorSessionFactory
 
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 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.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)
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 interface org.hibernate.type.Type
Reconstruct the object from its disassembled state.
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 interface org.hibernate.type.descriptor.java.MutabilityPlan
Assemble a previously disassembled value.
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 interface org.hibernate.sql.results.graph.DomainResultAssembler
assemble(RowProcessingState, JdbcValuesSourceProcessingOptions) - Method in class org.hibernate.sql.results.graph.basic.BasicResultAssembler
 
assemble(RowProcessingState, JdbcValuesSourceProcessingOptions) - Method in class org.hibernate.sql.results.graph.collection.internal.AbstractCollectionAssembler
 
assemble(RowProcessingState, JdbcValuesSourceProcessingOptions) - Method in class org.hibernate.sql.results.graph.collection.internal.UnfetchedCollectionAssembler
 
assemble(RowProcessingState, JdbcValuesSourceProcessingOptions) - Method in interface org.hibernate.sql.results.graph.DomainResultAssembler
The main "assembly" contract.
assemble(RowProcessingState, JdbcValuesSourceProcessingOptions) - Method in class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableAssembler
 
assemble(RowProcessingState, JdbcValuesSourceProcessingOptions) - Method in class org.hibernate.sql.results.graph.entity.internal.EntityAssembler
 
assemble(RowProcessingState, JdbcValuesSourceProcessingOptions) - Method in class org.hibernate.sql.results.graph.instantiation.internal.ArgumentReader
 
assemble(RowProcessingState, JdbcValuesSourceProcessingOptions) - Method in class org.hibernate.sql.results.graph.instantiation.internal.DynamicInstantiationAssemblerConstructorImpl
 
assemble(RowProcessingState, JdbcValuesSourceProcessingOptions) - Method in class org.hibernate.sql.results.graph.instantiation.internal.DynamicInstantiationAssemblerInjectionImpl
 
assemble(RowProcessingState, JdbcValuesSourceProcessingOptions) - Method in class org.hibernate.sql.results.graph.instantiation.internal.DynamicInstantiationAssemblerListImpl
 
assemble(RowProcessingState, JdbcValuesSourceProcessingOptions) - Method in class org.hibernate.sql.results.graph.instantiation.internal.DynamicInstantiationAssemblerMapImpl
 
assemble(RowProcessingState, JdbcValuesSourceProcessingOptions) - Method in class org.hibernate.sql.results.graph.tuple.TupleResultAssembler
 
assemble(RowProcessingState, JdbcValuesSourceProcessingOptions) - Method in class org.hibernate.sql.results.graph.UnfetchedBasicPartResultAssembler
 
assemble(RowProcessingState, JdbcValuesSourceProcessingOptions) - Method in class org.hibernate.sql.results.graph.UnfetchedResultAssembler
 
assemble(RowProcessingState, JdbcValuesSourceProcessingOptions) - 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.AbstractEmbeddableInitializer
 
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.jpamodelgen.xml.jaxb.ElementCollection
 
associationOverride - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Embedded
 
associationOverride - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
AssociationOverride - Class in org.hibernate.jpamodelgen.xml.jaxb
 
AssociationOverride() - Constructor for class org.hibernate.jpamodelgen.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
 
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.jpamodelgen.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.jpamodelgen.xml.jaxb.ElementCollection
 
attributeOverride - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Embedded
 
attributeOverride - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddedId
 
attributeOverride - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
AttributeOverride - Class in org.hibernate.jpamodelgen.xml.jaxb
 
AttributeOverride() - Constructor for class org.hibernate.jpamodelgen.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.jpamodelgen.xml.jaxb.Embeddable
 
attributes - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
attributes - Variable in class org.hibernate.jpamodelgen.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.jpamodelgen.xml.jaxb
This element contains the entity field or property mappings.
Attributes() - Constructor for class org.hibernate.jpamodelgen.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.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.jpamodelgen.xml.jaxb.GenerationType
 
AUTO - org.hibernate.jpamodelgen.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.jpamodelgen.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?
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(boolean) - Method in interface org.hibernate.internal.CoreMessageLogger
 
autoCommitMode(boolean) - Method in interface org.hibernate.internal.log.ConnectionPoolingLogger
 
AutoFlushEvent - Class in org.hibernate.event.spi
Defines an event class for the auto-flushing of a session.
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
 
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
 
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
 

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(PluralAttributeMapping, FetchParentAccess, NavigablePath, LockMode, DomainResultAssembler<?>, DomainResultAssembler<?>, DomainResultAssembler<?>, DomainResultAssembler<?>) - 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.jpamodelgen.xml.jaxb.Attributes
 
basic - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddableAttributes
 
Basic - Class in org.hibernate.jpamodelgen.xml.jaxb
 
Basic() - Constructor for class org.hibernate.jpamodelgen.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
 
BASIC - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
BASIC_ARRAY_TYPES - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
BASIC_TYPES - Static variable in class org.hibernate.jpamodelgen.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, 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
 
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) - Constructor for class org.hibernate.sql.results.graph.basic.BasicFetch
 
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) - Constructor for class org.hibernate.sql.results.graph.basic.BasicFetch
 
BasicFetch(int, FetchParent, NavigablePath, BasicValuedModelPart, BasicValueConverter<T, ?>, FetchTiming, boolean, DomainResultCreationState, boolean) - Constructor for class org.hibernate.sql.results.graph.basic.BasicFetch
 
BasicFetch(int, FetchParent, NavigablePath, BasicValuedModelPart, BasicValueConverter<T, ?>, FetchTiming, DomainResultCreationState) - 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
 
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, boolean) - Constructor for class org.hibernate.sql.results.graph.basic.BasicResult
 
BasicResult(int, String, JdbcMapping, NavigablePath) - Constructor for class org.hibernate.sql.results.graph.basic.BasicResult
 
BasicResult(int, String, JavaType<T>) - Constructor for class org.hibernate.sql.results.graph.basic.BasicResult
 
BasicResult(int, String, JavaType<T>, NavigablePath) - Constructor for class org.hibernate.sql.results.graph.basic.BasicResult
 
BasicResult(int, String, JavaType<T>, BasicValueConverter<T, ?>) - Constructor for class org.hibernate.sql.results.graph.basic.BasicResult
 
BasicResult(int, String, JavaType<T>, BasicValueConverter<T, ?>, NavigablePath) - Constructor for class org.hibernate.sql.results.graph.basic.BasicResult
 
BasicResult(int, String, JavaType<T>, BasicValueConverter<T, ?>, NavigablePath, 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, ?>) - 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
 
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(FetchParentAccess, ToOneAttributeMapping, NavigablePath, EntityPersister, DomainResultAssembler<?>) - Constructor for class org.hibernate.sql.results.graph.entity.internal.BatchEntityInsideEmbeddableSelectFetchInitializer
 
BatchEntitySelectFetchInitializer - Class in org.hibernate.sql.results.graph.entity.internal
 
BatchEntitySelectFetchInitializer(FetchParentAccess, ToOneAttributeMapping, NavigablePath, EntityPersister, DomainResultAssembler<?>) - Constructor for class org.hibernate.sql.results.graph.entity.internal.BatchEntitySelectFetchInitializer
 
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(FetchParentAccess, ToOneAttributeMapping, NavigablePath, EntityPersister, DomainResultAssembler<?>) - Constructor for class org.hibernate.sql.results.graph.entity.internal.BatchInitializeEntitySelectFetchInitializer
 
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.
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_LOGGER - Static variable in interface org.hibernate.resource.beans.internal.BeansMessageLogger
 
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
Called before assembling a query result set from the query cache, to allow batch fetching of entities missing from the second-level cache.
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.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
 
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
 
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(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(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
 
bindBatchSize() - Method in class org.hibernate.boot.model.internal.EntityBinder
 
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
 
bindDefaults(MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.AnnotationBinder
 
bindDiscriminatorValue() - Method in class org.hibernate.boot.model.internal.EntityBinder
 
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
 
bindFilterDefs(XAnnotatedElement, 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(InFlightMetadataCollector.EntityTableXref) - 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
 
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
 
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.InsertCoordinator
 
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.
BUFFER - Static variable in class org.hibernate.internal.util.io.StreamCopier
 
BUFFER_SIZE - Static variable in class org.hibernate.internal.util.io.StreamCopier
 
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.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, 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, 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(Nullability, PropertyHolder, PropertyData, Map<String, Join>, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
buildColumnOrFormulaFromAnnotation(Column, Formula, 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[], Nullability, PropertyHolder, PropertyData, String, Map<String, Join>, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
buildColumnsFromAnnotations(Column[], Nullability, PropertyHolder, PropertyData, Map<String, Join>, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
buildColumnsOrFormulaFromAnnotation(Column[], Formula, 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
 
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<?>) - 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, 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, FetchParent, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.AbstractEntityCollectionPart
For Hibernate Reactive
buildEagerCollectionFetch(NavigablePath, PluralAttributeMapping, TableGroup, FetchParent, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
For Hibernate Reactive
buildEmbeddableFetchInitializer(FetchParentAccess, EmbeddableResultGraphNode, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableFetchImpl
 
buildEmbeddableFetchInitializer(FetchParentAccess, EmbeddableResultGraphNode, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.embeddable.internal.NonAggregatedIdentifierMappingFetch
 
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.AbstractNonLazyEntityFetch
 
buildEntityAssembler(Initializer) - Method in class org.hibernate.sql.results.graph.entity.internal.EntityDelayedFetchImpl
 
buildEntityAssembler(Initializer) - Method in class org.hibernate.sql.results.graph.entity.internal.EntityDelayedResultImpl
 
buildEntityAssembler(Initializer) - Method in class org.hibernate.sql.results.graph.entity.internal.EntityFetchSelectImpl
 
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) - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
For Hibernate Reactive
buildEntityDelayedFetchInitializer(NavigablePath, ToOneAttributeMapping, DomainResultAssembler) - Method in class org.hibernate.sql.results.graph.entity.internal.EntityDelayedResultImpl
 
buildEntityDelayedFetchInitializer(FetchParentAccess, NavigablePath, ToOneAttributeMapping, boolean, DomainResultAssembler<?>) - Method in class org.hibernate.sql.results.graph.entity.internal.EntityDelayedFetchImpl
 
buildEntityDelayedFetchInitializer(FetchParentAccess, NavigablePath, ToOneAttributeMapping, boolean, DomainResultAssembler<?>) - 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<?>, NavigablePath, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
For Hibernate Reactive
buildEntityFetchSelect(FetchParent, ToOneAttributeMapping, NavigablePath, DomainResult<?>, boolean, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
For Hibernate Reactive
buildEntityJoinedFetchInitializer(EntityResultGraphNode, EntityValuedFetchable, NavigablePath, LockMode, NotFoundAction, DomainResult<?>, DomainResult<Object>, Fetch, Fetch, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.entity.internal.EntityFetchJoinedImpl
For Hibernate Reactive
buildEntitySelectFetchInitializer(FetchParentAccess, ToOneAttributeMapping, EntityPersister, DomainResult<?>, NavigablePath, boolean, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.entity.internal.EntityFetchSelectImpl
 
buildEntitySelectFetchInitializer(FetchParentAccess, 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.tuple.BaselineAttributeInformation.Builder
Deprecated.
 
Builder(int) - Constructor for class org.hibernate.metamodel.mapping.internal.ImmutableAttributeMappingList.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, Map<SqmParameter<?>, List<List<JdbcParameter>>>, Map<SqmParameter<?>, MappingModelExpressible<?>>, 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, Map<SqmParameter<?>, List<List<JdbcParameter>>>, JdbcParameter, Map<SqmParameter<?>, MappingModelExpressible<?>>, 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
The Delegate for dealing with IDENTITY columns using JDBC3 getGeneratedKeys
buildGetGeneratedKeysDelegate(PostInsertIdentityPersister, Dialect) - Method in class org.hibernate.dialect.identity.IdentityColumnSupportImpl
 
buildGetGeneratedKeysDelegate(PostInsertIdentityPersister, Dialect) - Method in class org.hibernate.dialect.identity.Oracle12cIdentityColumnSupport
 
buildGetGeneratedKeysDelegate(PostInsertIdentityPersister, Dialect) - Method in class org.hibernate.dialect.identity.SybaseJconnIdentityColumnSupport
 
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) - 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.AbstractHANADialect
 
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.Dialect
The IdentifierHelper indicated by this dialect for handling identifier conversions.
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
buildMultiIdLoader() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
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
buildPropertyAccess(Property) - Method in class org.hibernate.metamodel.internal.AbstractEmbeddableRepresentationStrategy
 
buildPropertyAccess(Property) - Method in class org.hibernate.metamodel.internal.EmbeddableRepresentationStrategyPojo
 
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) - 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.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) - 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
 
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.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
 
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
 
buildTupleMetadata(SqmStatement<?>, Class<R>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
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
 
by(int, SortDirection, NullPrecedence) - Static method in class org.hibernate.query.Order
 
by(SingularAttribute<T, ?>, SortDirection) - Static method in class org.hibernate.query.Order
 
by(SingularAttribute<T, ?>, SortDirection, NullPrecedence) - Static method in class org.hibernate.query.Order
 
by(Class<T>, String, SortDirection) - Static method in class org.hibernate.query.Order
 
by(Class<T>, String, SortDirection, NullPrecedence) - Static method in class org.hibernate.query.Order
 
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_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.
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
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_LOGGER - Static variable in interface org.hibernate.c3p0.internal.C3P0MessageLogger
 
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
 
c3p0UsingDriver(String, String) - Method in interface org.hibernate.c3p0.internal.C3P0MessageLogger
Log a message (INFO) about which Driver class is being used.
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 he 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.jpamodelgen.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
 
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.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.
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
 
cacheOrCacheableAnnotationOnNonRoot(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
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
 
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
Pattern used for `_identifierMapper`
calculateRootFullPath(NavigablePath, String, String) - Static method in class org.hibernate.spi.NavigablePath
The pattern used for root NavigablePaths
calculateTreatedFullPath(NavigablePath, String, String) - Static method in class org.hibernate.spi.TreatedNavigablePath
 
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.jpamodelgen.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 statement batching?
canBeBatched() - Method in class org.hibernate.jdbc.Expectations.BasicExpectation
 
canBeBatched() - Method in class org.hibernate.jdbc.Expectations.BasicParamExpectation
 
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 interface org.hibernate.sql.results.spi.ResultsConsumer
 
canResultsBeCached() - Method in class org.hibernate.sql.results.spi.ScrollableResultsConsumer
 
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
 
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
CapturingJdbcValuesMetadata(ResultSetAccess) - Constructor for class org.hibernate.sql.exec.internal.JdbcSelectExecutorStandardImpl.CapturingJdbcValuesMetadata
 
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.jpamodelgen.xml.jaxb.ManyToMany
 
cascade - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
 
cascade - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
 
cascade - Variable in class org.hibernate.jpamodelgen.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.jpamodelgen.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.jpamodelgen.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.jpamodelgen.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.jpamodelgen.xml.jaxb.CascadeType
 
cascadePersist - Variable in class org.hibernate.jpamodelgen.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.jpamodelgen.xml.jaxb.CascadeType
 
cascadeRemove - Variable in class org.hibernate.boot.jaxb.mapping.JaxbCascadeType
 
cascadeRemove - Variable in class org.hibernate.jpamodelgen.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.jpamodelgen.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.jpamodelgen.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<?>, MappingModelCreationProcess) - 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(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.jpamodelgen.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.jpamodelgen.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.jpamodelgen.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.jpamodelgen.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.jpamodelgen.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.jpamodelgen.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.jpamodelgen.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.jpamodelgen.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.jpamodelgen.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.jpamodelgen.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.jpamodelgen.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.jpamodelgen.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
 
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.HSQLDialect
 
castPattern(CastType, CastType) - Method in class org.hibernate.dialect.MySQLDialect
 
castPattern(CastType, CastType) - Method in class org.hibernate.dialect.OracleDialect
Oracle doesn't have any sort of Types.BOOLEAN 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.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 - 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.jpamodelgen.xml.jaxb.CollectionTable
 
catalog - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
 
catalog - Variable in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
 
catalog - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
 
catalog - Variable in class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
 
catalog - Variable in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
 
catalog - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Table
 
catalog - Variable in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
 
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.jpamodelgen.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
For persistence operation what style of determining results (success/failure) is to be used.
check() - Method in annotation type org.hibernate.annotations.SQLDeleteAll
For persistence operation what style of determining results (success/failure) is to be used.
check() - Method in annotation type org.hibernate.annotations.SQLInsert
For persistence operation what style of determining results (success/failure) is to be used.
check() - Method in annotation type org.hibernate.annotations.SQLUpdate
For persistence operation what style of determining results (success/failure) is to be used.
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.jpamodelgen.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.
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
 
checkClearSchema() - Static method in class org.hibernate.testing.junit4.BaseUnitTestCase
 
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
 
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.jpamodelgen.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(SqmQuerySpec<T>, Class<T>, SessionFactoryImplementor) - Static method in class org.hibernate.query.spi.AbstractSelectionQuery
 
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, LockMode, NavigablePath, DomainResult<?>) - Constructor for class org.hibernate.sql.results.internal.domain.CircularBiDirectionalFetchImpl
 
CircularFetchImpl - Class in org.hibernate.sql.results.internal.domain
 
CircularFetchImpl(ToOneAttributeMapping, EntityMappingType, FetchTiming, NavigablePath, FetchParent, ToOneAttributeMapping, boolean, NavigablePath, DomainResult<?>) - 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.jpamodelgen.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.jpamodelgen
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.jpamodelgen.xml.jaxb.ColumnResult
 
clazz - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Converter
 
clazz - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Embeddable
 
clazz - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
clazz - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
 
clazz - Variable in class org.hibernate.jpamodelgen.xml.jaxb.IdClass
 
clazz - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyClass
 
clazz - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
 
clazz - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedSubgraph
 
clazz - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
 
clazz - Variable in class org.hibernate.jpamodelgen.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.ConnectionPoolingLogger
 
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 class org.hibernate.internal.util.collections.LinkedIdentityHashMap
 
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.
clearExpansions() - Method in class org.hibernate.query.sqm.internal.DomainParameterXref
 
clearFetched() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
 
clearFromFlushNeededCheck(int) - Method in class org.hibernate.engine.spi.ActionQueue
 
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
 
clearRegistrations() - Method in class org.hibernate.internal.SessionFactoryRegistry
 
clearReservedWords() - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
clearResolutionListeners() - Method in class org.hibernate.sql.results.graph.AbstractFetchParentAccess
 
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
 
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.
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.internal.util.collections.LinkedIdentityHashMap
 
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.jpamodelgen.validation.MockSessionFactory
 
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.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.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, ?>) - 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.jpamodelgen.util.Constants
 
COLLECTION_ATTRIBUTE - Static variable in class org.hibernate.jpamodelgen.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
 
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
 
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
Whether a basic collection contains another basic collection.
collectionContainsAll(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionContainsAll(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
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
Whether a basic collection contains another basic collection.
collectionContainsAll(Expression<? extends Collection<E>>, Collection<? extends E>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionContainsAll(Expression<? extends Collection<E>>, Collection<? extends E>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
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
Whether a basic collection contains another basic collection.
collectionContainsAll(Collection<E>, Expression<? extends Collection<? extends E>>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionContainsAll(Collection<E>, Expression<? extends Collection<? extends E>>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
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
Whether a basic collection contains another basic collection with nullable elements.
collectionContainsAllNullable(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionContainsAllNullable(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
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
Whether a basic collection contains another basic collection with nullable elements.
collectionContainsAllNullable(Expression<? extends Collection<E>>, Collection<? extends E>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionContainsAllNullable(Expression<? extends Collection<E>>, Collection<? extends E>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
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
Whether a basic collection contains another basic collection with nullable elements.
collectionContainsAllNullable(Collection<E>, Expression<? extends Collection<? extends E>>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionContainsAllNullable(Collection<E>, Expression<? extends Collection<? extends E>>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
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.
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 - Interface in org.hibernate.sql.results.graph.collection
Initializer implementation for initializing collections (plural attributes)
CollectionInitializerProducer - Interface in org.hibernate.collection.spi
Functional contract to create a CollectionInitializer.
collectionInstance - Variable in class org.hibernate.sql.results.graph.collection.internal.AbstractCollectionInitializer
 
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
 
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?
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
Whether one basic collection has any elements common with another basic collection.
collectionOverlaps(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionOverlaps(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
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
Whether one basic collection has any elements common with another basic collection.
collectionOverlaps(Expression<? extends Collection<E>>, Collection<? extends E>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionOverlaps(Expression<? extends Collection<E>>, Collection<? extends E>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
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
Whether one basic collection has any elements common with another basic collection.
collectionOverlaps(Collection<E>, Expression<? extends Collection<? extends E>>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionOverlaps(Collection<E>, Expression<? extends Collection<? extends E>>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
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
Whether one basic collection has any elements common with another basic collection, supporting null elements.
collectionOverlapsNullable(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionOverlapsNullable(Expression<? extends Collection<E>>, Expression<? extends Collection<? extends E>>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
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
Whether one basic collection has any elements common with another basic collection, supporting null elements.
collectionOverlapsNullable(Expression<? extends Collection<E>>, Collection<? extends E>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionOverlapsNullable(Expression<? extends Collection<E>>, Collection<? extends E>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
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
Whether one basic collection has any elements common with another basic collection, supporting null elements.
collectionOverlapsNullable(Collection<E>, Expression<? extends Collection<? extends E>>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
collectionOverlapsNullable(Collection<E>, Expression<? extends Collection<? extends E>>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
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
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.jpamodelgen.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.jpamodelgen.xml.jaxb.ElementCollection
 
CollectionTable - Class in org.hibernate.jpamodelgen.xml.jaxb
 
CollectionTable() - Constructor for class org.hibernate.jpamodelgen.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
 
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(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
 
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.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.jpamodelgen.xml.jaxb.AttributeOverride
 
column - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Basic
 
column - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ConstructorResult
 
column - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
 
column - Variable in class org.hibernate.jpamodelgen.xml.jaxb.FieldResult
 
column - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Id
 
column - Variable in class org.hibernate.jpamodelgen.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.jpamodelgen.xml.jaxb
 
Column - Class in org.hibernate.mapping
A mapping model object representing a column of a relational database table.
Column() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.Column
 
Column() - Constructor for class org.hibernate.mapping.Column
 
Column(String) - Constructor for class org.hibernate.envers.boot.model.Column
Create a column with just a name.
Column(String) - Constructor for class org.hibernate.mapping.Column
 
Column(String, boolean) - Constructor for class org.hibernate.envers.boot.model.Column
Create a column with just a name.
Column(String, Long, Integer, Integer, String, String, String) - Constructor for class org.hibernate.envers.boot.model.Column
Creates a column without a non-quoted name.
Column(String, Long, Integer, Integer, String, String, String, boolean) - Constructor for class org.hibernate.envers.boot.model.Column
Creates a column
Column(Column) - Constructor for class org.hibernate.envers.boot.model.Column
Copy constructor that performs a deep-copy.
COLUMN - 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.id.IncrementGenerator
A parameter identifying the column holding the id.
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.jpamodelgen.xml.jaxb.Column
 
columnDefinition - Variable in class org.hibernate.jpamodelgen.xml.jaxb.DiscriminatorColumn
 
columnDefinition - Variable in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
 
columnDefinition - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
 
columnDefinition - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
 
columnDefinition - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OrderColumn
 
columnDefinition - Variable in class org.hibernate.jpamodelgen.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
 
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.jpamodelgen.xml.jaxb.Index
 
columnName - Variable in class org.hibernate.boot.jaxb.mapping.JaxbUniqueConstraint
 
columnName - Variable in class org.hibernate.jpamodelgen.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 UserDefinedType.
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
 
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.jpamodelgen.xml.jaxb.SqlResultSetMapping
 
ColumnResult - Class in org.hibernate.jpamodelgen.xml.jaxb
 
ColumnResult() - Constructor for class org.hibernate.jpamodelgen.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
 
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.SqlAstHelper
 
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.BinaryLiteralContext
 
COMMA() - Method in class org.hibernate.grammars.hql.HqlParser.CastTargetContext
 
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.BinaryLiteralContext
 
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(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(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) - Method in interface org.hibernate.type.Type
Perform a Comparator-style comparison of the given values.
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(Object, Object, SessionFactoryImplementor) - Method in interface org.hibernate.type.Type
 
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
 
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
 
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) - Constructor for class org.hibernate.jpamodelgen.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) - 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
 
compositeInstance - Variable in class org.hibernate.sql.results.graph.embeddable.AbstractEmbeddableInitializer
 
compositeInstance - Variable in class org.hibernate.sql.results.graph.embeddable.internal.AbstractNonAggregatedIdentifierMappingInitializer
 
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.AbstractBatchEntitySelectFetchInitializer
 
concreteDescriptor - Variable in class org.hibernate.sql.results.graph.entity.internal.EntitySelectFetchInitializer
 
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
An IdentifierGenerator 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 &lt;param&gt; elements.
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
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
 
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.
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
 
ConnectionPoolingLogger - Interface in org.hibernate.internal.log
 
connectionProperties(Properties) - Method in interface org.hibernate.internal.log.ConnectionPoolingLogger
 
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.
CONNECTIONS_LOGGER - Static variable in interface org.hibernate.internal.log.ConnectionPoolingLogger
Static access to the logging instance
CONNECTIONS_MESSAGE_LOGGER - Static variable in interface org.hibernate.internal.log.ConnectionPoolingLogger
 
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(Object, RowProcessingState) - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
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.jpamodelgen.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.jpamodelgen.xml.jaxb.ConstraintMode
 
constraintMode - Variable in class org.hibernate.boot.jaxb.mapping.JaxbForeignKey
 
constraintMode - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ForeignKey
 
ConstraintMode - Enum in org.hibernate.jpamodelgen.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
 
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.jpamodelgen.xml.jaxb.SqlResultSetMapping
 
ConstructorResult - Class in org.hibernate.jpamodelgen.xml.jaxb
 
ConstructorResult() - Constructor for class org.hibernate.jpamodelgen.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<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
 
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.jpamodelgen.validation.MockCollectionPersister
 
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...
consumesEntityAlias() - Method in class org.hibernate.jpamodelgen.validation.MockEntityPersister
 
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...
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.mutation.internal.MultiTableSqmMutationConverter
 
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(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 interface org.hibernate.spatial.SpatialRelation
Deprecated.
The first geometry spatially contains the second
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.jpamodelgen.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 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.EagerCollectionFetch
 
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.UserDefinedType
 
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.jpamodelgen.Context
 
containsMetaEntity(String) - Method in class org.hibernate.jpamodelgen.Context
 
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
 
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.jpamodelgen
 
Context(ProcessingEnvironment) - Constructor for class org.hibernate.jpamodelgen.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.jpamodelgen.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.jpamodelgen.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.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
 
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.jpamodelgen.xml.jaxb.Basic
 
convert - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
 
convert - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Embedded
 
convert - Variable in class org.hibernate.jpamodelgen.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.jpamodelgen.xml.jaxb
 
Convert() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.Convert
 
CONVERT - Static variable in class org.hibernate.jpamodelgen.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.jpamodelgen.xml.jaxb.Convert
 
converter - Variable in class org.hibernate.jpamodelgen.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.jpamodelgen.xml.jaxb
 
Converter() - Constructor for class org.hibernate.jpamodelgen.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
 
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.array.OracleArrayAggEmulation.OracleArrayAggSqmFunction
 
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
 
coordinateDelete(Object, Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.AbstractDeleteCoordinator
 
coordinateDelete(Object, Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.mutation.DeleteCoordinator
Perform the deletions
coordinateInsert(Object, Object[], Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.InsertCoordinator
Perform the insert(s).
coordinateScan(ManagedResourcesImpl, BootstrapContext, XmlMappingBinderAccess) - Method in class org.hibernate.boot.model.process.internal.ScanningCoordinator
 
coordinateUpdate(Object, Object, Object, Object[], Object, Object[], int[], boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.mutation.UpdateCoordinator
 
coordinateUpdate(Object, Object, Object, Object[], Object, Object[], int[], boolean, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorNoOp
 
coordinateUpdate(Object, Object, Object, Object[], Object, Object[], int[], boolean, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard
 
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(InputStream, OutputStream) - Static method in class org.hibernate.internal.util.io.StreamCopier
 
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.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.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.SqmTreatedEntityJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedListJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedMapJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedPluralPartJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedRoot
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSetJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSimplePath
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSingularJoin
 
copy(SqmCopyContext) - Method in class org.hibernate.query.sqm.tree.expression.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.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.SqmInsertSelectStatement
 
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(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.
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(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
Row count checking.
COUNT - org.hibernate.engine.spi.ExecuteUpdateResultCheckStyle
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) - Static method in class org.hibernate.jpamodelgen.validation.ProcessorSessionFactory
 
create(PackageElement, Context) - Static method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaPackage
 
create(TypeElement, Context, boolean, boolean) - Static method in class org.hibernate.jpamodelgen.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(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
 
createAssembler(FetchParentAccess, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.basic.BasicFetch
 
createAssembler(FetchParentAccess, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.collection.internal.DelayedCollectionFetch
 
createAssembler(FetchParentAccess, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.collection.internal.EagerCollectionFetch
 
createAssembler(FetchParentAccess, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.collection.internal.SelectEagerCollectionFetch
 
createAssembler(FetchParentAccess, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.embeddable.internal.AggregateEmbeddableFetchImpl
 
createAssembler(FetchParentAccess, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableFetchImpl
 
createAssembler(FetchParentAccess, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.entity.AbstractNonLazyEntityFetch
 
createAssembler(FetchParentAccess, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.entity.internal.EntityDelayedFetchImpl
 
createAssembler(FetchParentAccess, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.entity.internal.EntityFetchSelectImpl
 
createAssembler(FetchParentAccess, AssemblerCreationState) - Method in interface org.hibernate.sql.results.graph.Fetch
Create the assembler for this fetch
createAssembler(FetchParentAccess, AssemblerCreationState) - Method in class org.hibernate.sql.results.internal.domain.CircularBiDirectionalFetchImpl
 
createAssembler(FetchParentAccess, AssemblerCreationState) - Method in class org.hibernate.sql.results.internal.domain.CircularFetchImpl
 
createAssemblers(EmbeddableResultGraphNode, AssemblerCreationState, EmbeddableMappingType) - Method in class org.hibernate.sql.results.graph.embeddable.AbstractEmbeddableInitializer
 
createAssemblers(EmbeddableResultGraphNode, AssemblerCreationState, EmbeddableMappingType) - Method in class org.hibernate.sql.results.graph.embeddable.internal.AggregateEmbeddableFetchInitializer
 
createAssemblers(EmbeddableResultGraphNode, AssemblerCreationState, EmbeddableMappingType) - Method in class org.hibernate.sql.results.graph.embeddable.internal.AggregateEmbeddableResultInitializer
 
createAssemblers(FetchParentAccess, EmbeddableResultGraphNode, AssemblerCreationState, EmbeddableMappingType) - Static method in class org.hibernate.sql.results.graph.embeddable.internal.AbstractNonAggregatedIdentifierMappingInitializer
 
createAssociatedTableGroup(boolean, NavigablePath, boolean, String, SqlAliasBase, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.internal.OneToManyCollectionPart
 
createAssociationOverride() - Method in class org.hibernate.jpamodelgen.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.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of AttributeOverride
createAttributes() - Method in class org.hibernate.jpamodelgen.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.jpamodelgen.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
 
createBlob() - Method in class org.hibernate.engine.jdbc.env.internal.BlobAndClobCreator
Create the basic contextual BLOB reference.
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.jpamodelgen.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(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.jpamodelgen.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.jpamodelgen.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.jpamodelgen.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
 
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.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of ConstructorResult
createContainerEntityManagerFactory(PersistenceUnitInfo, Map) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
createConvert() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of Convert
createConverter() - Method in class org.hibernate.jpamodelgen.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
Wraps this query in a subquery and returns a count query based on that subquery in the from clause.
createCountQuery() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
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
 
createDeleteStatement() - Method in class org.hibernate.sql.ast.tree.delete.DeleteStatement.DeleteStatementBuilder
 
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.jpamodelgen.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.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.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.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.persister.entity.JoinedSubclassEntityPersister
 
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 interface org.hibernate.sql.ast.tree.expression.Expression
 
createDomainResultSqlSelection(int, int, JavaType, TypeConfiguration) - Method in interface org.hibernate.sql.ast.tree.expression.Expression
Deprecated, for removal: This API element is subject to removal in a future version.
createElementCollection() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of ElementCollection
createEmbeddable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of Embeddable
createEmbeddableAttributes() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of EmbeddableAttributes
createEmbedded() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of Embedded
createEmbeddedId() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of EmbeddedId
createEmptyType() - Method in class org.hibernate.jpamodelgen.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.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of Entity
createEntityBatchLoader(int, EntityMappingType, SessionFactoryImplementor) - Method in class org.hibernate.loader.ast.internal.StandardBatchLoaderFactory
 
createEntityBatchLoader(int, EntityMappingType, SessionFactoryImplementor) - Method in interface org.hibernate.loader.ast.spi.BatchLoaderFactory
Create a BatchLoader for batch-loadable entities.
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.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of EntityListener
createEntityListeners() - Method in class org.hibernate.jpamodelgen.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.jpamodelgen.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.jpamodelgen.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
 
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
 
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.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of FieldResult
createForeignKey() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
createForeignKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of ForeignKey
createForeignKey() - Method in class org.hibernate.mapping.Collection
 
createForeignKey() - Method in class org.hibernate.mapping.Join
 
createForeignKey() - Method in class org.hibernate.mapping.OneToMany
 
createForeignKey() - Method in class org.hibernate.mapping.SimpleValue
 
createForeignKey() - Method in class org.hibernate.mapping.Subclass
 
createForeignKey() - Method in class org.hibernate.mapping.ToOne
 
createForeignKey() - Method in interface org.hibernate.mapping.Value
 
createForeignKey(String, List<Column>, String, String) - Method in class org.hibernate.mapping.Table
 
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() - Method in class org.hibernate.mapping.DenormalizedTable
 
createForeignKeys() - 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.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of GeneratedValue
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<?>, HqlTranslator, StatisticsImplementor) - Static method in class org.hibernate.query.internal.QueryInterpretationCacheStandardImpl
 
createId() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of Id
createIdClass() - Method in class org.hibernate.jpamodelgen.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, Properties) - Method in class org.hibernate.id.factory.internal.StandardIdentifierGeneratorFactory
 
createIdentifierGenerator(IdentifierGeneratorFactory, Dialect, String, String, RootClass) - Method in interface org.hibernate.mapping.KeyValue
createIdentifierGenerator(IdentifierGeneratorFactory, Dialect, RootClass) - Method in interface org.hibernate.mapping.KeyValue
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.jpamodelgen.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.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of Inheritance
createInitializer(FetchParentAccess, ToOneAttributeMapping, EntityPersister, DomainResult<?>, NavigablePath, boolean, AssemblerCreationState) - Static method in class org.hibernate.sql.results.graph.entity.internal.EntitySelectFetchInitializerBuilder
 
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
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.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.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of JoinColumn
createJoinTable() - Method in class org.hibernate.jpamodelgen.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.jpamodelgen.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.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of ManyToMany
createManyToOne() - Method in class org.hibernate.jpamodelgen.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.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of MapKey
createMapKeyClass() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of MapKeyClass
createMapKeyColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of MapKeyColumn
createMapKeyJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of MapKeyJoinColumn
createMappedSuperclass() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of MappedSuperclass
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(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.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of NamedAttributeNode
createNamedEntityGraph() - Method in class org.hibernate.jpamodelgen.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.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of NamedNativeQuery
createNamedQuery() - Method in class org.hibernate.jpamodelgen.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.QueryProducerImplementor
 
createNamedQuery(String, Class<R>) - Method in interface org.hibernate.Session
 
createNamedQuery(String, Class<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createNamedQuery(String, Class<T>) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
createNamedQueryCollectionLoader(CollectionPersister, NamedQueryMemento) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
For Hibernate Reactive
createNamedSelectionQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createNamedSelectionQuery(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createNamedSelectionQuery(String) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
createNamedSelectionQuery(String) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
createNamedSelectionQuery(String) - Method in interface org.hibernate.query.QueryProducer
createNamedSelectionQuery(String, Class<R>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createNamedSelectionQuery(String, Class<R>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createNamedSelectionQuery(String, Class<R>) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
createNamedSelectionQuery(String, Class<R>) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
createNamedSelectionQuery(String, Class<R>) - Method in interface org.hibernate.query.QueryProducer
Create a SelectionQuery instance for the named NamedQuery with the given result type.
createNamedStoredProcedureQuery() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of NamedStoredProcedureQuery
createNamedStoredProcedureQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createNamedStoredProcedureQuery(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createNamedStoredProcedureQuery(String) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
createNamedStoredProcedureQuery(String) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
createNamedStoredProcedureQuery(String) - Method in class org.hibernate.internal.SessionImpl
 
createNamedStoredProcedureQuery(String) - Method in interface org.hibernate.SharedSessionContract
Obtain a ProcedureCall based on a named template
createNamedSubgraph() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of NamedSubgraph
createNativeMutationQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createNativeMutationQuery(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createNativeMutationQuery(String) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
createNativeMutationQuery(String) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
createNativeMutationQuery(String) - Method in interface org.hibernate.query.QueryProducer
Create a NativeQuery instance for the given native SQL statement.
createNativeMutationQuery(String) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
 
createNativeQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createNativeQuery(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
createNativeQuery(String) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
createNativeQuery(String) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
createNativeQuery(String) - Method in interface org.hibernate.query.QueryProducer
createNativeQuery(String) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
Deprecated.
createNativeQuery(String, Class) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createNativeQuery(String, Class) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createNativeQuery(String, Class) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
createNativeQuery(String, Class) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
createNativeQuery(String, Class<R>) - Method in interface org.hibernate.query.QueryProducer
Create a NativeQuery instance for the given native SQL query using an implicit mapping to the specified Java type.
createNativeQuery(String, Class<R>) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
 
createNativeQuery(String, Class<R>, String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createNativeQuery(String, Class<R>, String) - Method in interface org.hibernate.query.QueryProducer
Create a NativeQuery instance for the given native SQL query using an implicit mapping to the specified Java entity type.
createNativeQuery(String, Class<R>, String) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
 
createNativeQuery(String, Class<T>, String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createNativeQuery(String, Class<T>, String) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
createNativeQuery(String, Class<T>, String) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
createNativeQuery(String, String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createNativeQuery(String, String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
createNativeQuery(String, String) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
createNativeQuery(String, String) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
createNativeQuery(String, String) - Method in interface org.hibernate.query.QueryProducer
createNativeQuery(String, String) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
Deprecated.
createNativeQuery(String, String, Class<R>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createNativeQuery(String, String, Class<R>) - Method in interface org.hibernate.query.QueryProducer
Create a NativeQuery instance for the given native SQL query using an explicit mapping to the specified Java type.
createNativeQuery(String, String, Class<R>) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
 
createNativeQuery(String, String, Class<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createNativeQuery(String, String, Class<T>) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
createNativeQuery(String, String, Class<T>) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
createNativeQueryImplementor(Class<T>, NamedNativeQueryMemento) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
createNativeQueryImplementor(String, NamedNativeQueryMemento) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
createNaturalIdCaching(JaxbHbmNaturalIdCacheType) - Static method in class org.hibernate.boot.model.source.internal.hbm.Helper
 
createNaturalIdKey(Object, EntityPersister, SharedSessionContractImplementor) - Method in class org.hibernate.cache.internal.DefaultCacheKeysFactory
 
createNaturalIdKey(Object, EntityPersister, SharedSessionContractImplementor) - Method in class org.hibernate.cache.internal.SimpleCacheKeysFactory
 
createNaturalIdKey(Object, EntityPersister, SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.CacheKeysFactory
 
createNavigablePath(SqmPath<?>, String) - Method in class org.hibernate.metamodel.model.domain.internal.AbstractPluralAttribute
 
createNavigablePath(SqmPath<?>, String) - Method in class org.hibernate.metamodel.model.domain.internal.SingularAttributeImpl
 
createNavigablePath(SqmPath<?>, String) - Method in class org.hibernate.metamodel.model.domain.internal.SingularAttributeImpl.Identifier
 
createNavigablePath(SqmPath<?>, String) - Method in interface org.hibernate.query.sqm.SqmJoinable
 
createNClob() - Method in class org.hibernate.engine.jdbc.env.internal.StandardLobCreator
Create the basic contextual NCLOB reference.
createNClob(Reader, long) - Method in class org.hibernate.engine.jdbc.env.internal.BlobAndClobCreator
 
createNClob(Reader, long) - Method in class org.hibernate.engine.jdbc.env.internal.StandardLobCreator
 
createNClob(Reader, long) - Method in interface org.hibernate.engine.jdbc.LobCreator
Create a NCLOB reference encapsulating the given character data.
createNClob(Reader, long) - Method in class org.hibernate.engine.jdbc.NonContextualLobCreator
 
createNClob(Reader, long) - Method in interface org.hibernate.LobHelper
Create a new NClob from character reader.
createNClob(String) - Method in class org.hibernate.engine.jdbc.env.internal.BlobAndClobCreator
 
createNClob(String) - Method in class org.hibernate.engine.jdbc.env.internal.StandardLobCreator
 
createNClob(String) - Method in interface org.hibernate.engine.jdbc.LobCreator
Create a NCLOB reference encapsulating the given String data.
createNClob(String) - Method in class org.hibernate.engine.jdbc.NonContextualLobCreator
 
createNClob(String) - Method in interface org.hibernate.LobHelper
Create a new NClob from content.
createNegatedNode() - Method in class org.hibernate.query.sqm.tree.predicate.AbstractNegatableSqmPredicate
 
createNegatedNode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmBetweenPredicate
 
createNegatedNode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmBooleanExpressionPredicate
 
createNegatedNode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmComparisonPredicate
 
createNegatedNode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmEmptinessPredicate
 
createNegatedNode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmExistsPredicate
 
createNegatedNode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
 
createNegatedNode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmInSubQueryPredicate
 
createNegatedNode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmLikePredicate
 
createNegatedNode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmMemberOfPredicate
 
createNegatedNode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmNegatedPredicate
 
createNegatedNode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmNullnessPredicate
 
createNegatedNode() - Method in class org.hibernate.query.sqm.tree.predicate.SqmTruthnessPredicate
 
createNewEntry(K, int, BoundedConcurrentHashMap.HashEntry<K, V>, V) - Method in interface org.hibernate.internal.util.collections.BoundedConcurrentHashMap.EvictionPolicy
 
createNewInstance() - Method in class org.hibernate.Hibernate.CollectionInterface
Instantiate an empty collection of the type represented by this object.
createNonSoftDeletedRestriction(TableReference, SoftDeleteMapping) - Static method in class org.hibernate.boot.model.internal.SoftDeleteHelper
Create a SQL AST Predicate for restricting matches to non-deleted rows
createNonSoftDeletedRestriction(TableReference, SoftDeleteMapping, SqlExpressionResolver) - Static method in class org.hibernate.boot.model.internal.SoftDeleteHelper
Create a SQL AST Predicate for restricting matches to non-deleted rows
createOneToMany() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of OneToMany
createOneToOne() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of OneToOne
createOnly(Metadata, ServiceRegistry) - Static method in class org.hibernate.testing.schema.SchemaCreateHelper
 
createOperation(MutatingTableReference) - Method in interface org.hibernate.persister.collection.mutation.OperationProducer
 
createOperationGroup(ValuesAnalysis, MutationGroup) - Method in class org.hibernate.persister.entity.mutation.AbstractMutationCoordinator
 
createOptionalTableUpdateOperation(EntityMutationTarget, OptionalTableUpdate, SessionFactoryImplementor) - Method in class org.hibernate.dialect.Dialect
Create a MutationOperation for a updating an optional table
createOptionalTableUpdateOperation(EntityMutationTarget, OptionalTableUpdate, SessionFactoryImplementor) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
createOptionalTableUpdateOperation(EntityMutationTarget, OptionalTableUpdate, SessionFactoryImplementor) - Method in class org.hibernate.dialect.H2Dialect
 
createOptionalTableUpdateOperation(EntityMutationTarget, OptionalTableUpdate, SessionFactoryImplementor) - Method in class org.hibernate.dialect.OracleDialect
 
createOptionalTableUpdateOperation(EntityMutationTarget, OptionalTableUpdate, SessionFactoryImplementor) - Method in class org.hibernate.dialect.PostgresPlusDialect
 
createOptionalTableUpdateOperation(EntityMutationTarget, OptionalTableUpdate, SessionFactoryImplementor) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
createOptionalTableUpdateOperation(EntityMutationTarget, OptionalTableUpdate, SessionFactoryImplementor) - Method in class org.hibernate.dialect.SQLServerDialect
 
createOrderColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of OrderColumn
createOrReplaceConcatFunction(String) - Method in class org.hibernate.dialect.OracleArrayJdbcType
 
createOrReplaceConcatFunction(String, int) - Method in class org.hibernate.dialect.OracleArrayJdbcType
 
createParameterImpl() - Method in class org.hibernate.mapping.SimpleValue
 
createPersistence() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of Persistence
createPersistenceContext() - Method in class org.hibernate.internal.SessionImpl
 
createPersistencePersistenceUnit() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of Persistence.PersistenceUnit
createPersistencePersistenceUnitProperties() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
createPersistencePersistenceUnitPropertiesProperty() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
createPersistenceUnitDefaults() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of PersistenceUnitDefaults
createPersistenceUnitMetadata() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of PersistenceUnitMetadata
createPluralAttributeFetchCharacteristics() - Method in class org.hibernate.boot.model.source.internal.hbm.FetchCharacteristicsPluralAttributeImpl.Builder
 
createPostLoad() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of PostLoad
createPostPersist() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of PostPersist
createPostRemove() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of PostRemove
createPostUpdate() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of PostUpdate
createPrePersist() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of PrePersist
createPreRemove() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of PreRemove
createPreUpdate() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of PreUpdate
createPrimaryKey() - Method in class org.hibernate.mapping.Join
 
createPrimaryKey() - Method in class org.hibernate.mapping.PersistentClass
 
createPrimaryKeyJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of PrimaryKeyJoinColumn
createPrimaryTableReference(SqlAliasBase, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
createPrimaryTableReference(SqlAliasBase, SqlAstCreationState) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createPrimaryTableReference(SqlAliasBase, SqlAstCreationState) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
createPropertyRefConstraints(Map<String, PersistentClass>) - Method in class org.hibernate.mapping.ManyToOne
Creates a foreign key constraint in the case that the foreign key of this association does not reference the primary key of the referenced table, but instead some other unique key.
createProxy(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createProxy(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Create a new proxy instance
createProxy(AuditReaderImplementor, Class<?>, String, Object, Number, boolean, EnversService) - Static method in class org.hibernate.envers.internal.entities.mapper.relation.ToOneEntityLoader
Creates proxy of referenced *-to-one entity.
createProxyOrLoadImmediate(AuditReaderImplementor, Class<?>, String, Object, Number, boolean, EnversService) - Static method in class org.hibernate.envers.internal.entities.mapper.relation.ToOneEntityLoader
Creates Hibernate proxy or retrieves the complete object of an entity if proxy is not allowed (e.g.
createQuery() - Method in interface org.hibernate.envers.AuditReader
Creates an audit query
createQuery() - Method in class org.hibernate.envers.internal.reader.AuditReaderImpl
 
createQuery() - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
createQuery() - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
createQuery() - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
createQuery() - Method in interface org.hibernate.query.sqm.NodeBuilder
 
createQuery(CriteriaDelete) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createQuery(CriteriaDelete) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
createQuery(CriteriaDelete) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
createQuery(CriteriaDelete) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
createQuery(CriteriaDelete) - Method in interface org.hibernate.query.QueryProducer
createQuery(CriteriaDelete) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
Deprecated.
createQuery(CriteriaDelete) - Method in interface org.hibernate.Session
createQuery(CriteriaQuery<R>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createQuery(CriteriaQuery<R>) - Method in interface org.hibernate.query.QueryProducer
Create a Query for the given JPA CriteriaQuery.
createQuery(CriteriaQuery<R>) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
 
createQuery(CriteriaQuery<R>) - Method in interface org.hibernate.Session
 
createQuery(CriteriaQuery<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createQuery(CriteriaQuery<T>) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
createQuery(CriteriaQuery<T>) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
createQuery(CriteriaUpdate) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createQuery(CriteriaUpdate) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
createQuery(CriteriaUpdate) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
createQuery(CriteriaUpdate) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
createQuery(CriteriaUpdate) - Method in interface org.hibernate.query.QueryProducer
createQuery(CriteriaUpdate) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
Deprecated.
createQuery(CriteriaUpdate) - Method in interface org.hibernate.Session
createQuery(EntityManager) - Method in class org.hibernate.query.criteria.CriteriaDefinition
 
createQuery(Class<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
createQuery(Class<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
createQuery(Class<T>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
createQuery(Class<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
createQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createQuery(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
createQuery(String) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
createQuery(String) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
createQuery(String) - Method in interface org.hibernate.query.QueryProducer
createQuery(String) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
Deprecated.
createQuery(String) - Method in interface org.hibernate.Session
Deprecated.
createQuery(String, Class<R>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createQuery(String, Class<R>) - Method in interface org.hibernate.query.QueryProducer
Create a typed Query instance for the given HQL query string and given query result type.
createQuery(String, Class<R>) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
 
createQuery(String, Class<R>) - Method in interface org.hibernate.Session
 
createQuery(String, Class<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createQuery(String, Class<T>) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
createQuery(String, Class<T>) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
createQuery(String, Class<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Transform the given HQL select query to an equivalent criteria query.
createQuery(String, Class<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
createQuery(String, Class<T>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
createQuery(String, Class<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
createQueryHint() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of QueryHint
createQueryPlan(NativeSelectQueryDefinition<R>, SessionFactoryImplementor) - Method in class org.hibernate.engine.query.internal.NativeQueryInterpreterStandardImpl
 
createQueryPlan(NativeSelectQueryDefinition<R>, SessionFactoryImplementor) - Method in interface org.hibernate.engine.query.spi.NativeQueryInterpreter
Creates a new query plan for the passed native query definition
createQueryResultsRegionStorageAccess(String, SessionFactoryImplementor) - Method in class org.hibernate.cache.jcache.internal.JCacheRegionFactory
 
createQueryResultsRegionStorageAccess(String, SessionFactoryImplementor) - Method in class org.hibernate.cache.spi.support.RegionFactoryTemplate
 
createQueryResultsRegionStorageAccess(String, SessionFactoryImplementor) - Method in class org.hibernate.testing.cache.CachingRegionFactory
 
createReader(InputStream, Origin) - Method in class org.hibernate.boot.jaxb.internal.AbstractBinder
 
createReader(Source, Origin) - Method in class org.hibernate.boot.jaxb.internal.AbstractBinder
 
createRegistrationHandler(BatchFetchQueue, SelectStatement, TableGroup, JdbcParametersList, JdbcParameterBindings) - Static method in class org.hibernate.engine.spi.SubselectFetch
 
createRegistrationHandler(BatchFetchQueue, SelectStatement, JdbcParametersList, JdbcParameterBindings) - Static method in class org.hibernate.engine.spi.SubselectFetch
 
createResultAssembler(FetchParentAccess, AssemblerCreationState) - Method in class org.hibernate.metamodel.mapping.internal.CompoundNaturalIdMapping.DomainResultImpl
 
createResultAssembler(FetchParentAccess, AssemblerCreationState) - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping.NullDomainResult
 
createResultAssembler(FetchParentAccess, AssemblerCreationState) - Method in class org.hibernate.query.results.complete.EntityResultImpl
 
createResultAssembler(FetchParentAccess, AssemblerCreationState) - Method in class org.hibernate.query.sqm.sql.internal.SqmMapEntryResult
 
createResultAssembler(FetchParentAccess, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.basic.BasicFetch
 
createResultAssembler(FetchParentAccess, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.basic.BasicResult
 
createResultAssembler(FetchParentAccess, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.collection.internal.CollectionDomainResult
 
createResultAssembler(FetchParentAccess, AssemblerCreationState) - Method in interface org.hibernate.sql.results.graph.DomainResult
Create an assembler (and any initializers) for this result.
createResultAssembler(FetchParentAccess, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.embeddable.internal.AggregateEmbeddableResultImpl
 
createResultAssembler(FetchParentAccess, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableExpressionResultImpl
 
createResultAssembler(FetchParentAccess, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableForeignKeyResultImpl
 
createResultAssembler(FetchParentAccess, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableResultImpl
 
createResultAssembler(FetchParentAccess, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.embeddable.internal.NonAggregatedIdentifierMappingResult
 
createResultAssembler(FetchParentAccess, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.entity.internal.EntityDelayedResultImpl
 
createResultAssembler(FetchParentAccess, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.entity.internal.EntityResultImpl
 
createResultAssembler(FetchParentAccess, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.entity.internal.EntityResultJoinedSubclassImpl
 
createResultAssembler(FetchParentAccess, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.instantiation.internal.ArgumentDomainResult
 
createResultAssembler(FetchParentAccess, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.instantiation.internal.DynamicInstantiationResultImpl
 
createResultAssembler(FetchParentAccess, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.tuple.TupleResult
 
createRootTableGroup(boolean, NavigablePath, String, SqlAliasBase, Supplier<Consumer<Predicate>>, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
createRootTableGroup(boolean, NavigablePath, String, SqlAliasBase, Supplier<Consumer<Predicate>>, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
createRootTableGroup(boolean, NavigablePath, String, SqlAliasBase, Supplier<Consumer<Predicate>>, SqlAstCreationState) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createRootTableGroup(boolean, NavigablePath, String, SqlAliasBase, Supplier<Consumer<Predicate>>, SqlAstCreationState) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
createRootTableGroup(boolean, NavigablePath, String, SqlAliasBase, Supplier<Consumer<Predicate>>, SqlAstCreationState) - Method in interface org.hibernate.sql.ast.tree.from.RootTableGroupProducer
Create a root TableGroup as defined by this producer
createRootTableGroupJoin(NavigablePath, TableGroup, String, SqlAliasBase, SqlAstJoinType, boolean, Consumer<Predicate>, SqlAstCreationState) - Method in class org.hibernate.metamodel.internal.AbstractCompositeIdentifierMapping
 
createRootTableGroupJoin(NavigablePath, TableGroup, String, SqlAliasBase, SqlAstJoinType, boolean, Consumer<Predicate>, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationAttributeMapping
 
createRootTableGroupJoin(NavigablePath, TableGroup, String, SqlAliasBase, SqlAstJoinType, boolean, Consumer<Predicate>, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedCollectionPart
 
createRootTableGroupJoin(NavigablePath, TableGroup, String, SqlAliasBase, SqlAstJoinType, boolean, Consumer<Predicate>, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedAttributeMapping
 
createRootTableGroupJoin(NavigablePath, TableGroup, String, SqlAliasBase, SqlAstJoinType, boolean, Consumer<Predicate>, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedCollectionPart
 
createRootTableGroupJoin(NavigablePath, TableGroup, String, SqlAliasBase, SqlAstJoinType, boolean, Consumer<Predicate>, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.internal.ManyToManyCollectionPart
 
createRootTableGroupJoin(NavigablePath, TableGroup, String, SqlAliasBase, SqlAstJoinType, boolean, Consumer<Predicate>, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.internal.OneToManyCollectionPart
 
createRootTableGroupJoin(NavigablePath, TableGroup, String, SqlAliasBase, SqlAstJoinType, boolean, Consumer<Predicate>, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
createRootTableGroupJoin(NavigablePath, TableGroup, String, SqlAliasBase, SqlAstJoinType, boolean, Consumer<Predicate>, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
createRootTableGroupJoin(NavigablePath, TableGroup, String, SqlAliasBase, SqlAstJoinType, boolean, Consumer<Predicate>, SqlAstCreationState) - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddableValuedModelPart
 
createRootTableGroupJoin(NavigablePath, TableGroup, String, SqlAliasBase, SqlAstJoinType, boolean, Consumer<Predicate>, SqlAstCreationState) - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
createRootTableGroupJoin(NavigablePath, TableGroup, String, SqlAliasBase, SqlAstJoinType, boolean, Consumer<Predicate>, SqlAstCreationState) - Method in interface org.hibernate.sql.ast.tree.from.TableGroupJoinProducer
Create the "join", but return a TableGroup.
createRowNumberingExpression(QuerySpec, SessionFactoryImplementor) - Static method in class org.hibernate.query.sqm.mutation.internal.SqmInsertStrategyHelper
Creates a row numbering expression, that can be added to the select clause of the query spec.
createRowReader(ExecutionContext, LockOptions, RowTransformer<R>, Class<R>, JdbcValues) - Static method in class org.hibernate.sql.results.internal.ResultsHelper
 
createRowReader(ExecutionContext, LockOptions, RowTransformer<R>, Class<R>, JdbcValuesMapping) - Static method in class org.hibernate.sql.results.internal.ResultsHelper
 
createSchema() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
createSchema() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
createSchemaAndCatalog(DatabaseInformation, ExecutionOptions, Dialect, Formatter, boolean, boolean, Set<Identifier>, Namespace, SqlStringGenerationContext, GenerationTarget[]) - Method in class org.hibernate.tool.schema.internal.AbstractSchemaMigrator
 
createSecondarySchemas() - Method in annotation type org.hibernate.testing.orm.junit.SessionFactory
 
createSecondaryTable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of SecondaryTable
createSecondSchema() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
Feature supported only by H2 dialect.
createSecondSchema() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
createSelect(Loadable, List<? extends ModelPart>, List<ModelPart>, DomainResult<?>, int, LoadQueryInfluencers, LockOptions, Consumer<JdbcParameter>, SessionFactoryImplementor) - Static method in class org.hibernate.loader.ast.internal.LoaderSelectBuilder
 
createSelect(Loadable, List<? extends ModelPart>, ModelPart, DomainResult<?>, int, LoadQueryInfluencers, LockOptions, Consumer<JdbcParameter>, SessionFactoryImplementor) - Static method in class org.hibernate.loader.ast.internal.LoaderSelectBuilder
Create an SQL AST select-statement based on matching one-or-more keys
createSelectablePath(String) - Method in class org.hibernate.mapping.BasicValue
 
createSelectBySingleArrayParameter(Loadable, ValuedModelPart, LoadQueryInfluencers, LockOptions, JdbcParameter, SessionFactoryImplementor) - Static method in class org.hibernate.loader.ast.internal.LoaderSelectBuilder
Create a select-statement (SQL AST) for loading by multiple keys using a single SQL ARRAY parameter
createSelectByUniqueKey(Loadable, List<? extends ModelPart>, ModelPart, DomainResult<?>, LoadQueryInfluencers, LockOptions, Consumer<JdbcParameter>, SessionFactoryImplementor) - Static method in class org.hibernate.loader.ast.internal.LoaderSelectBuilder
Create an SQL AST select-statement for loading by unique key
createSelectionQuery(CriteriaQuery<R>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createSelectionQuery(CriteriaQuery<R>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createSelectionQuery(CriteriaQuery<R>) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
createSelectionQuery(CriteriaQuery<R>) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
createSelectionQuery(CriteriaQuery<R>) - Method in interface org.hibernate.query.QueryProducer
Create a SelectionQuery reference for the given CriteriaQuery.
createSelectionQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createSelectionQuery(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createSelectionQuery(String) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
createSelectionQuery(String) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
createSelectionQuery(String) - Method in interface org.hibernate.query.QueryProducer
createSelectionQuery(String, Class<R>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createSelectionQuery(String, Class<R>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createSelectionQuery(String, Class<R>) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
createSelectionQuery(String, Class<R>) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
createSelectionQuery(String, Class<R>) - Method in interface org.hibernate.query.QueryProducer
Create a SelectionQuery instance for the given HQL query string and given query result type.
createSelectionQuery(QueryProducer) - Method in class org.hibernate.query.criteria.CriteriaDefinition
 
createSelectTranslator(SqmSelectStatement<?>, QueryOptions, DomainParameterXref, QueryParameterBindings, LoadQueryInfluencers, SqlAstCreationContext, boolean) - Method in interface org.hibernate.query.sqm.sql.SqmTranslatorFactory
 
createSelectTranslator(SqmSelectStatement<?>, QueryOptions, DomainParameterXref, QueryParameterBindings, LoadQueryInfluencers, SqlAstCreationContext, boolean) - Method in class org.hibernate.query.sqm.sql.StandardSqmTranslatorFactory
 
createSequence(Identifier, Function<Identifier, Sequence>) - Method in class org.hibernate.boot.model.relational.Namespace
 
createSequenceGenerator() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of SequenceGenerator
createSerFile(File, File, Binder) - Static method in class org.hibernate.boot.jaxb.internal.CacheableFileXmlSource
 
createSerFile(File, Binder) - Static method in class org.hibernate.boot.jaxb.internal.CacheableFileXmlSource
 
createService(ServiceBinding<R>) - Method in class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
createServiceBinding(ProvidedService<R>) - Method in class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
createServiceBinding(ServiceInitiator<R>) - Method in class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
createSessionFactoryBuilder(MetadataImpl, BootstrapContext) - Method in class org.hibernate.boot.internal.DefaultSessionFactoryBuilderService
 
createSessionFactoryBuilder(MetadataImpl, BootstrapContext) - Method in interface org.hibernate.boot.spi.SessionFactoryBuilderService
 
createSetInitializerProducer(NavigablePath, PluralAttributeMapping, FetchParent, boolean, Fetch, DomainResultCreationState) - Static method in class org.hibernate.collection.spi.InitializerProducerBuilder
 
createSimpleDeleteTranslator(SqmDeleteStatement<?>, QueryOptions, DomainParameterXref, QueryParameterBindings, LoadQueryInfluencers, SqlAstCreationContext) - Method in interface org.hibernate.query.sqm.sql.SqmTranslatorFactory
createSimpleDeleteTranslator(SqmDeleteStatement<?>, QueryOptions, DomainParameterXref, QueryParameterBindings, LoadQueryInfluencers, SqlAstCreationContext) - Method in class org.hibernate.query.sqm.sql.StandardSqmTranslatorFactory
 
createSimpleUpdateTranslator(SqmUpdateStatement<?>, QueryOptions, DomainParameterXref, QueryParameterBindings, LoadQueryInfluencers, SqlAstCreationContext) - Method in interface org.hibernate.query.sqm.sql.SqmTranslatorFactory
createSimpleUpdateTranslator(SqmUpdateStatement<?>, QueryOptions, DomainParameterXref, QueryParameterBindings, LoadQueryInfluencers, SqlAstCreationContext) - Method in class org.hibernate.query.sqm.sql.StandardSqmTranslatorFactory
 
createSingleKeyCollectionLoader(LoadQueryInfluencers) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
For Hibernate Reactive
createSnapshotDomainResult(NavigablePath, TableGroup, String, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
createSnapshotDomainResult(NavigablePath, TableGroup, String, DomainResultCreationState) - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
createSnapshotDomainResult(NavigablePath, TableGroup, String, DomainResultCreationState) - Method in interface org.hibernate.sql.results.graph.DatabaseSnapshotContributor
Create a DomainResult to be used when selecting snapshots from the database.
createSoftDeleteAssignment(TableReference, SoftDeleteMapping) - Static method in class org.hibernate.boot.model.internal.SoftDeleteHelper
Create a SQL AST Assignment for setting the soft-delete column to its deleted indicate value
createSqlAliasBase(String) - Method in interface org.hibernate.sql.ast.spi.SqlAliasBaseGenerator
Generate the SqlAliasBase based on the given stem.
createSqlAliasBase(String) - Method in class org.hibernate.sql.ast.spi.SqlAliasBaseManager
 
createSqlResultSetMapping() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of SqlResultSetMapping
createSqlSelection(int, int, JavaType, boolean, TypeConfiguration) - Method in class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
 
createSqlSelection(int, int, JavaType, boolean, TypeConfiguration) - Method in interface org.hibernate.sql.ast.spi.SqlSelectionProducer
Create a SqlSelection for the given JDBC ResultSet position
createSqlSelection(int, int, JavaType, boolean, TypeConfiguration) - Method in interface org.hibernate.sql.ast.tree.expression.Expression
 
createSqlSelection(int, int, JavaType, boolean, TypeConfiguration) - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
createSqlSelection(int, int, JavaType, TypeConfiguration) - Method in class org.hibernate.query.results.ResultSetMappingSqlSelection
 
createSqlSelection(int, int, JavaType, TypeConfiguration) - Method in class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
 
createSqlSelection(int, int, JavaType, TypeConfiguration) - Method in class org.hibernate.query.sqm.sql.internal.DiscriminatorPathInterpretation
 
createSqlSelection(int, int, JavaType, TypeConfiguration) - Method in interface org.hibernate.sql.ast.spi.SqlSelectionProducer
Deprecated, for removal: This API element is subject to removal in a future version.
createSqlSelection(int, int, JavaType, TypeConfiguration) - Method in interface org.hibernate.sql.ast.tree.expression.Expression
 
createSqlSelection(int, int, JavaType, TypeConfiguration) - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
createSqlSelection(int, int, JavaType, TypeConfiguration) - Method in class org.hibernate.sql.exec.internal.AbstractJdbcParameter
 
createSqlStringGenerationContext(ExecutionOptions, Metadata) - Static method in class org.hibernate.tool.schema.internal.Helper
 
createSqmJoin(SqmFrom<?, D>, SqmJoinType, String, boolean, SqmCreationState) - Method in class org.hibernate.metamodel.model.domain.internal.SingularAttributeImpl
 
createSqmJoin(SqmFrom<?, Object>, SqmJoinType, String, boolean, SqmCreationState) - Method in class org.hibernate.metamodel.model.domain.internal.EntitySqmPathSource
 
createSqmJoin(SqmFrom<?, Object>, SqmJoinType, String, boolean, SqmCreationState) - Method in class org.hibernate.metamodel.model.domain.internal.MappedSuperclassSqmPathSource
 
createSqmJoin(SqmFrom<?, O>, SqmJoinType, String, boolean, SqmCreationState) - Method in class org.hibernate.query.derived.AnonymousTupleSqmAssociationPathSource
 
createSqmJoin(SqmFrom<?, O>, SqmJoinType, String, boolean, SqmCreationState) - Method in interface org.hibernate.query.sqm.SqmJoinable
 
createSqmJoin(SqmFrom<?, X>, SqmJoinType, String, boolean, SqmCreationState) - Method in class org.hibernate.metamodel.model.domain.internal.BagAttributeImpl
 
createSqmJoin(SqmFrom<?, X>, SqmJoinType, String, boolean, SqmCreationState) - Method in class org.hibernate.metamodel.model.domain.internal.ListAttributeImpl
 
createSqmJoin(SqmFrom<?, X>, SqmJoinType, String, boolean, SqmCreationState) - Method in class org.hibernate.metamodel.model.domain.internal.MapAttributeImpl
 
createSqmJoin(SqmFrom<?, X>, SqmJoinType, String, boolean, SqmCreationState) - Method in class org.hibernate.metamodel.model.domain.internal.SetAttributeImpl
 
createSqmPath(SqmPath<?>, SqmPathSource<?>) - Method in class org.hibernate.metamodel.model.domain.internal.AbstractPluralAttribute
 
createSqmPath(SqmPath<?>, SqmPathSource<?>) - Method in class org.hibernate.metamodel.model.domain.internal.AnyDiscriminatorSqmPathSource
 
createSqmPath(SqmPath<?>, SqmPathSource<?>) - Method in class org.hibernate.metamodel.model.domain.internal.AnyMappingSqmPathSource
 
createSqmPath(SqmPath<?>, SqmPathSource<?>) - Method in class org.hibernate.metamodel.model.domain.internal.BasicSqmPathSource
 
createSqmPath(SqmPath<?>, SqmPathSource<?>) - Method in class org.hibernate.metamodel.model.domain.internal.DiscriminatorSqmPathSource
 
createSqmPath(SqmPath<?>, SqmPathSource<?>) - Method in class org.hibernate.metamodel.model.domain.internal.EmbeddedSqmPathSource
 
createSqmPath(SqmPath<?>, SqmPathSource<?>) - Method in class org.hibernate.metamodel.model.domain.internal.EntitySqmPathSource
 
createSqmPath(SqmPath<?>, SqmPathSource<?>) - Method in class org.hibernate.metamodel.model.domain.internal.EntityTypeImpl
 
createSqmPath(SqmPath<?>, SqmPathSource<?>) - Method in class org.hibernate.metamodel.model.domain.internal.MappedSuperclassSqmPathSource
 
createSqmPath(SqmPath<?>, SqmPathSource<?>) - Method in class org.hibernate.metamodel.model.domain.internal.MappedSuperclassTypeImpl
 
createSqmPath(SqmPath<?>, SqmPathSource<?>) - Method in class org.hibernate.metamodel.model.domain.internal.NonAggregatedCompositeSqmPathSource
 
createSqmPath(SqmPath<?>, SqmPathSource<?>) - Method in class org.hibernate.metamodel.model.domain.internal.SingularAttributeImpl
 
createSqmPath(SqmPath<?>, SqmPathSource<?>) - Method in class org.hibernate.query.derived.AnonymousTupleSimpleSqmPathSource
 
createSqmPath(SqmPath<?>, SqmPathSource<?>) - Method in class org.hibernate.query.derived.AnonymousTupleSqmPathSource
 
createSqmPath(SqmPath<?>, SqmPathSource<?>) - Method in class org.hibernate.query.derived.AnonymousTupleType
 
createSqmPath(SqmPath<?>, SqmPathSource<?>) - Method in interface org.hibernate.query.sqm.SqmPathSource
Create an SQM path for this source relative to the given left hand side
createSqmPath(SqmPath<?>, SqmPathSource<?>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
createSqmQueryImplementor(Class<T>, NamedSqmQueryMemento) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
createSqmQueryImplementor(String, NamedSqmQueryMemento) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
createStatement() - Method in interface org.hibernate.engine.jdbc.spi.StatementPreparer
Create a statement.
createStatementTable(String, SqmCteStatement<X>, SqmSelectQuery<X>) - Static method in class org.hibernate.query.sqm.tree.cte.SqmCteTable
 
createStoredProcedure(NamedNativeQueryDefinitionBuilder, MetadataBuildingContext, Supplier<RuntimeException>) - Static method in class org.hibernate.boot.model.internal.QueryBinder
 
createStoredProcedureCall(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createStoredProcedureCall(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createStoredProcedureCall(String) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
createStoredProcedureCall(String) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
createStoredProcedureCall(String) - Method in class org.hibernate.internal.SessionImpl
 
createStoredProcedureCall(String) - Method in interface org.hibernate.SharedSessionContract
Create a ProcedureCall to a stored procedure.
createStoredProcedureCall(String, Class<?>...) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createStoredProcedureCall(String, Class<?>...) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createStoredProcedureCall(String, Class<?>...) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
createStoredProcedureCall(String, Class<?>...) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
createStoredProcedureCall(String, Class<?>...) - Method in class org.hibernate.internal.SessionImpl
 
createStoredProcedureCall(String, Class<?>...) - Method in interface org.hibernate.SharedSessionContract
Create a ProcedureCall to a stored procedure with the given result set entity mappings.
createStoredProcedureCall(String, String...) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createStoredProcedureCall(String, String...) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createStoredProcedureCall(String, String...) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
createStoredProcedureCall(String, String...) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
createStoredProcedureCall(String, String...) - Method in class org.hibernate.internal.SessionImpl
 
createStoredProcedureCall(String, String...) - Method in interface org.hibernate.SharedSessionContract
Create a ProcedureCall to a stored procedure with the given result set entity mappings.
createStoredProcedureParameter() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of StoredProcedureParameter
createStoredProcedureQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createStoredProcedureQuery(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createStoredProcedureQuery(String) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
createStoredProcedureQuery(String) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
createStoredProcedureQuery(String) - Method in class org.hibernate.internal.SessionImpl
 
createStoredProcedureQuery(String) - Method in interface org.hibernate.SharedSessionContract
Create a ProcedureCall to a stored procedure.
createStoredProcedureQuery(String, Class...) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createStoredProcedureQuery(String, Class...) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createStoredProcedureQuery(String, Class...) - Method in class org.hibernate.internal.SessionImpl
 
createStoredProcedureQuery(String, Class<?>...) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
createStoredProcedureQuery(String, Class<?>...) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
createStoredProcedureQuery(String, Class<?>...) - Method in interface org.hibernate.SharedSessionContract
Create a ProcedureCall to a stored procedure with the given result set entity mappings.
createStoredProcedureQuery(String, String...) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
createStoredProcedureQuery(String, String...) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
createStoredProcedureQuery(String, String...) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
createStoredProcedureQuery(String, String...) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
createStoredProcedureQuery(String, String...) - Method in class org.hibernate.internal.SessionImpl
 
createStoredProcedureQuery(String, String...) - Method in interface org.hibernate.SharedSessionContract
Create a ProcedureCall to a stored procedure with the given result set entity mappings.
createSubGraph(AttributeNodeImplementor<?>, String, SessionFactoryImplementor) - Method in interface org.hibernate.graph.internal.parse.SubGraphGenerator
 
createSubSelectFetchSelect(PluralAttributeMapping, SubselectFetch, DomainResult<?>, LoadQueryInfluencers, LockOptions, Consumer<JdbcParameter>, SessionFactoryImplementor) - Static method in class org.hibernate.loader.ast.internal.LoaderSelectBuilder
Create an SQL AST select-statement used for subselect-based CollectionLoader
createSubSelectLoader(SubselectFetch, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
createSyntheticPropertyReference(AnnotatedJoinColumns, PersistentClass, PersistentClass, Value, String, boolean, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.BinderHelper
Here we address a fundamental problem: the @JoinColumn annotation specifies the referenced column in the target table via referencedColumnName, but Hibernate needs to know which property or field of the target entity class holds the value of the referenced column at the Java level.
createTable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of Table
createTable(Identifier, Function<Identifier, Table>) - Method in class org.hibernate.boot.model.relational.Namespace
Creates a mapping Table instance.
createTable(Table, Dialect, Metadata, Formatter, ExecutionOptions, SqlStringGenerationContext, GenerationTarget...) - Method in class org.hibernate.tool.schema.internal.AbstractSchemaMigrator
 
createTableGenerator() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of TableGenerator
createTableGroupInternal(boolean, NavigablePath, boolean, String, SqlAliasBase, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.internal.AbstractEntityCollectionPart
 
createTableGroupInternal(boolean, NavigablePath, boolean, String, SqlAliasBase, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
createTableGroupInternal(boolean, NavigablePath, boolean, String, SqlAliasBase, SqlAstCreationState) - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
createTableGroupJoin(NavigablePath, TableGroup, String, SqlAliasBase, SqlAstJoinType, boolean, boolean, SqlAstCreationState) - Method in class org.hibernate.metamodel.internal.AbstractCompositeIdentifierMapping
 
createTableGroupJoin(NavigablePath, TableGroup, String, SqlAliasBase, SqlAstJoinType, boolean, boolean, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationAttributeMapping
 
createTableGroupJoin(NavigablePath, TableGroup, String, SqlAliasBase, SqlAstJoinType, boolean, boolean, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedCollectionPart
 
createTableGroupJoin(NavigablePath, TableGroup, String, SqlAliasBase, SqlAstJoinType, boolean, boolean, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedAttributeMapping
 
createTableGroupJoin(NavigablePath, TableGroup, String, SqlAliasBase, SqlAstJoinType, boolean, boolean, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedCollectionPart
 
createTableGroupJoin(NavigablePath, TableGroup, String, SqlAliasBase, SqlAstJoinType, boolean, boolean, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.internal.ManyToManyCollectionPart
 
createTableGroupJoin(NavigablePath, TableGroup, String, SqlAliasBase, SqlAstJoinType, boolean, boolean, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.internal.OneToManyCollectionPart
 
createTableGroupJoin(NavigablePath, TableGroup, String, SqlAliasBase, SqlAstJoinType, boolean, boolean, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
createTableGroupJoin(NavigablePath, TableGroup, String, SqlAliasBase, SqlAstJoinType, boolean, boolean, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
createTableGroupJoin(NavigablePath, TableGroup, String, SqlAliasBase, SqlAstJoinType, boolean, boolean, SqlAstCreationState) - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddableValuedModelPart
 
createTableGroupJoin(NavigablePath, TableGroup, String, SqlAliasBase, SqlAstJoinType, boolean, boolean, SqlAstCreationState) - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
createTableGroupJoin(NavigablePath, TableGroup, String, SqlAliasBase, SqlAstJoinType, boolean, boolean, SqlAstCreationState) - Method in interface org.hibernate.sql.ast.tree.from.TableGroupJoinProducer
Create a TableGroupJoin.
createTableInsertBuilder(BasicEntityIdentifierMapping, Expectation, SessionFactoryImplementor) - Method in class org.hibernate.id.insert.BasicSelectingDelegate
 
createTableInsertBuilder(BasicEntityIdentifierMapping, Expectation, SessionFactoryImplementor) - Method in class org.hibernate.id.insert.GetGeneratedKeysDelegate
 
createTableInsertBuilder(BasicEntityIdentifierMapping, Expectation, SessionFactoryImplementor) - Method in interface org.hibernate.id.insert.InsertGeneratedIdentifierDelegate
Create a TableInsertBuilder with any specific identity handling already built in.
createTableInsertBuilder(BasicEntityIdentifierMapping, Expectation, SessionFactoryImplementor) - Method in class org.hibernate.id.insert.InsertReturningDelegate
 
createTableInsertBuilder(BasicEntityIdentifierMapping, Expectation, SessionFactoryImplementor) - Method in class org.hibernate.id.insert.UniqueKeySelectingDelegate
 
createTableReferenceJoin(String, SqlAliasBase, TableReference, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
createTableReferenceJoin(String, SqlAliasBase, TableReference, SqlAstCreationState) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
createTableSource(MappingDocument, TableInformationContainer, Helper.InLineViewNameInferrer) - Static method in class org.hibernate.boot.model.source.internal.hbm.Helper
 
createTableSource(MappingDocument, TableInformationContainer, Helper.InLineViewNameInferrer, String, String, String) - Static method in class org.hibernate.boot.model.source.internal.hbm.Helper
 
CreateTableUniqueDelegate - Class in org.hibernate.dialect.unique
A UniqueDelegate which includes the unique constraint in the create table statement, except when called during schema migration.
CreateTableUniqueDelegate(Dialect) - Constructor for class org.hibernate.dialect.unique.CreateTableUniqueDelegate
 
createTargetDomainResult(NavigablePath, TableGroup, FetchParent, DomainResultCreationState) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
Create a DomainResult for the target-side of the fk The table group must be the one containing the target
createTargetDomainResult(NavigablePath, TableGroup, FetchParent, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedForeignKeyDescriptor
 
createTargetDomainResult(NavigablePath, TableGroup, FetchParent, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
createTest() - Method in class org.hibernate.testing.junit4.CustomRunner
 
createTimestampsRegionStorageAccess(String, SessionFactoryImplementor) - Method in class org.hibernate.cache.jcache.internal.JCacheRegionFactory
 
createTimestampsRegionStorageAccess(String, SessionFactoryImplementor) - Method in class org.hibernate.cache.spi.support.RegionFactoryTemplate
 
createTimestampsRegionStorageAccess(String, SessionFactoryImplementor) - Method in class org.hibernate.testing.cache.CachingRegionFactory
 
createToOneRelationPrefix(String) - Static method in class org.hibernate.envers.internal.tools.MappingTools
 
createTransactionContext(SharedSessionContractImplementor) - Method in class org.hibernate.cache.internal.NoCachingRegionFactory
 
createTransactionContext(SharedSessionContractImplementor) - Method in class org.hibernate.cache.spi.AbstractRegionFactory
 
createTransactionContext(SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.RegionFactory
 
createTransient() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of Transient
createTranslator(DomainQueryExecutionContext) - Method in class org.hibernate.query.sqm.internal.SimpleDeleteQueryPlan
 
createTupleQuery() - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
createTupleQuery() - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
createTupleQuery() - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
createTupleQuery() - Method in interface org.hibernate.query.sqm.NodeBuilder
 
createTypedArray(Class<X>, int) - Static method in class org.hibernate.loader.ast.internal.LoaderHelper
Creates a typed array, as opposed to a generic Object[] that holds the typed values
createTypeDescriptor(Type, Supplier<MutabilityPlan<J>>, TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.spi.RegistryHelper
 
createUnique(String) - Method in class org.hibernate.envers.configuration.internal.metadata.AuditEntityNameRegister
Creates a unique (not yet registered) audit entity name by appending consecutive numbers to the base name.
createUniqueConstraint() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of UniqueConstraint
createUniqueDelegate() - Method in class org.hibernate.dialect.DB2Dialect
 
createUniqueKey() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
createUniqueKey() - Method in class org.hibernate.mapping.Collection
 
createUniqueKey() - Method in class org.hibernate.mapping.ManyToOne
 
createUniqueKey() - Method in class org.hibernate.mapping.OneToMany
 
createUniqueKey() - Method in class org.hibernate.mapping.OneToOne
 
createUniqueKey() - Method in class org.hibernate.mapping.SimpleValue
 
createUniqueKey() - Method in interface org.hibernate.mapping.Value
 
createUniqueKey(List<Column>) - Method in class org.hibernate.mapping.Table
If there is one given column, mark it unique, otherwise create a UniqueKey comprising the given columns.
createUpdateAst() - Method in class org.hibernate.sql.ast.tree.update.UpdateStatement.UpdateStatementBuilder
 
createUserDefinedType(Identifier, Function<Identifier, UserDefinedType>) - Method in class org.hibernate.boot.model.relational.Namespace
Creates a mapping UDT instance.
createValueBinding(String, String, JdbcMapping) - Method in class org.hibernate.sql.model.ast.builder.AbstractTableMutationBuilder
 
createValueBinding(String, String, JdbcMapping) - Method in class org.hibernate.sql.model.ast.ColumnValueBindingList
 
createValueBinding(String, String, JdbcMapping, ParameterUsage) - Method in class org.hibernate.sql.model.ast.builder.AbstractTableMutationBuilder
 
createValueBinding(String, String, JdbcMapping, MutatingTableReference, ParameterUsage, Consumer<Object>) - Static method in class org.hibernate.sql.model.ast.builder.ColumnValueBindingBuilder
 
createVersion() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create an instance of Version
createVersion(DialectResolutionInfo) - Static method in class org.hibernate.dialect.AbstractHANADialect
 
createVersion(DialectResolutionInfo) - Static method in class org.hibernate.dialect.MySQLDialect
 
createWindow() - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create an empty JpaWindow to use with window and aggregate functions.
createWindow() - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
createWindow() - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
creatingPooledLoOptimizer(int, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
creatingSubcontextInfo(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
CreationTimestamp - Annotation Type in org.hibernate.annotations
Specifies that the annotated field of property is a generated creation timestamp.
CreationTimestampGeneration - Class in org.hibernate.tuple
CreationTimestampGeneration() - Constructor for class org.hibernate.tuple.CreationTimestampGeneration
Deprecated.
 
CreditCardPayment - Class in org.hibernate.testing.orm.domain.userguide
 
CreditCardPayment() - Constructor for class org.hibernate.testing.orm.domain.userguide.CreditCardPayment
 
CRITERIA - org.hibernate.query.sqm.SqmQuerySource
 
CRITERIA_COPY_TREE - Static variable in interface org.hibernate.cfg.QuerySettings
When enabled, specifies that queries created via EntityManager.createQuery(CriteriaQuery), EntityManager.createQuery(CriteriaUpdate) or EntityManager.createQuery(CriteriaDelete) must create a copy of the passed criteria query object such that the resulting Query object is not affected by mutation of the original criteria query.
CRITERIA_HQL_STRING - Static variable in class org.hibernate.query.spi.AbstractSelectionQuery
The value used for AbstractSelectionQuery.getQueryString() for Criteria-based queries
CRITERIA_VALUE_HANDLING_MODE - Static variable in interface org.hibernate.cfg.QuerySettings
By default, a criteria query produces SQL with a JDBC bind parameter for any value specified via the criteria query API, except when the value is passed via CriteriaBuilder.literal(Object), in which case the value is "inlined" as a SQL literal.
CriteriaBuilderExtension - Interface in org.hibernate.query.criteria.spi
Interface which allows extension of HibernateCriteriaBuilder with additional functionality by registering a Service.
CriteriaDefinition<R> - Class in org.hibernate.query.criteria
A utility class that makes it easier to build criteria queries.
CriteriaDefinition(EntityManagerFactory, CriteriaQuery<R>) - Constructor for class org.hibernate.query.criteria.CriteriaDefinition
 
CriteriaDefinition(EntityManagerFactory, Class<R>) - Constructor for class org.hibernate.query.criteria.CriteriaDefinition
 
CriteriaDefinition(EntityManagerFactory, Class<R>, String) - Constructor for class org.hibernate.query.criteria.CriteriaDefinition
 
CriteriaDefinition(EntityManager, CriteriaQuery<R>) - Constructor for class org.hibernate.query.criteria.CriteriaDefinition
 
CriteriaDefinition(EntityManager, Class<R>) - Constructor for class org.hibernate.query.criteria.CriteriaDefinition
 
CriteriaDefinition(EntityManager, Class<R>, String) - Constructor for class org.hibernate.query.criteria.CriteriaDefinition
 
CriteriaDefinition(SessionFactory, CriteriaQuery<R>) - Constructor for class org.hibernate.query.criteria.CriteriaDefinition
 
CriteriaDefinition(SessionFactory, Class<R>) - Constructor for class org.hibernate.query.criteria.CriteriaDefinition
 
CriteriaDefinition(SessionFactory, Class<R>, String) - Constructor for class org.hibernate.query.criteria.CriteriaDefinition
 
CriteriaDefinition(SharedSessionContract, CriteriaQuery<R>) - Constructor for class org.hibernate.query.criteria.CriteriaDefinition
 
CriteriaDefinition(SharedSessionContract, Class<R>) - Constructor for class org.hibernate.query.criteria.CriteriaDefinition
 
CriteriaDefinition(SharedSessionContract, Class<R>, String) - Constructor for class org.hibernate.query.criteria.CriteriaDefinition
 
CriteriaFinderMethod - Class in org.hibernate.jpamodelgen.annotation
 
CriteriaFinderMethod(AnnotationMetaEntity, String, String, String, List<String>, List<String>, List<Boolean>, boolean, String, String, List<String>, boolean) - Constructor for class org.hibernate.jpamodelgen.annotation.CriteriaFinderMethod
 
CriteriaTools - Class in org.hibernate.envers.query.criteria.internal
 
CriteriaTools() - Constructor for class org.hibernate.envers.query.criteria.internal.CriteriaTools
 
criterions - Variable in class org.hibernate.envers.query.internal.impl.AbstractAuditAssociationQuery
 
criterions - Variable in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
CROSS - org.hibernate.query.sqm.tree.SqmJoinType
Represents a cross join (aka a cartesian product).
CROSS - org.hibernate.sql.ast.SqlAstJoinType
Represents a cross join (aka a cartesian product).
CROSS - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
CROSS - Static variable in class org.hibernate.grammars.hql.HqlParser
 
CROSS() - Method in class org.hibernate.grammars.hql.HqlParser.CrossJoinContext
 
CROSS() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
crosses - org.hibernate.spatial.SpatialFunction
Deprecated.
The crosses function, cfr.
crosses(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 crosses" constraint.
crosses(CriteriaBuilder, Expression<? extends Geometry>, Geometry) - Static method in class org.hibernate.spatial.predicate.GeolatteSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "spatially crosses" constraint.
crosses(CriteriaBuilder, Expression<? extends Geometry>, Expression<? extends Geometry>) - Static method in class org.hibernate.spatial.predicate.JTSSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "spatially crosses" constraint.
crosses(CriteriaBuilder, Expression<? extends Geometry>, Geometry) - Static method in class org.hibernate.spatial.predicate.JTSSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "spatially crosses" constraint.
crosses(Expression<? extends T>, Expression<? extends T>) - Method in class org.hibernate.spatial.criteria.internal.SpatialCriteriaBuilderImpl
 
crosses(Expression<? extends T>, Expression<? extends T>) - Method in interface org.hibernate.spatial.criteria.SpatialCriteriaBuilder
Create a predicate for testing the arguments for "spatially crosses" constraint.
crosses(Expression<? extends T>, T) - Method in class org.hibernate.spatial.criteria.internal.SpatialCriteriaBuilderImpl
 
crosses(Expression<? extends T>, T) - Method in interface org.hibernate.spatial.criteria.SpatialCriteriaBuilder
Create a predicate for testing the arguments for "spatially crosses" constraint.
CROSSES - Static variable in interface org.hibernate.spatial.SpatialRelation
Deprecated.
The geometries cross
crossJoin() - Method in class org.hibernate.grammars.hql.HqlParser
 
crossJoin() - Method in class org.hibernate.grammars.hql.HqlParser.EntityWithJoinsContext
 
crossJoin(int) - Method in class org.hibernate.grammars.hql.HqlParser.EntityWithJoinsContext
 
crossJoin(Class<X>) - Method in interface org.hibernate.query.criteria.JpaFrom
 
crossJoin(Class<X>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
crossJoin(EntityDomainType<X>) - Method in interface org.hibernate.query.criteria.JpaFrom
 
crossJoin(EntityDomainType<X>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
CrossJoinContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.CrossJoinContext
 
CrossTypeRevisionChangesReader - Interface in org.hibernate.envers
Queries that allow retrieving snapshots of all entities (regardless of their particular type) changed in the given revision.
CrossTypeRevisionChangesReaderImpl - Class in org.hibernate.envers.internal.reader
 
CrossTypeRevisionChangesReaderImpl(AuditReaderImplementor, EnversService) - Constructor for class org.hibernate.envers.internal.reader.CrossTypeRevisionChangesReaderImpl
 
CRS_LOADING_INSTANCE - Static variable in class org.hibernate.spatial.dialect.hana.HANAGeometryType
 
cte() - Method in class org.hibernate.grammars.hql.HqlParser
 
cte() - Method in class org.hibernate.grammars.hql.HqlParser.WithClauseContext
 
cte(int) - Method in class org.hibernate.grammars.hql.HqlParser.WithClauseContext
 
CTE_TABLE_IDENTIFIER - Static variable in class org.hibernate.query.sqm.mutation.internal.cte.AbstractCteMutationHandler
 
CTE_TABLE_IDENTIFIER - Static variable in class org.hibernate.query.sqm.mutation.internal.cte.CteInsertHandler
 
cteAttributes() - Method in class org.hibernate.grammars.hql.HqlParser
 
cteAttributes() - Method in class org.hibernate.grammars.hql.HqlParser.CycleClauseContext
 
CteAttributesContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.CteAttributesContext
 
CteColumn - Class in org.hibernate.sql.ast.tree.cte
Information about a column in the CTE table
CteColumn(String, JdbcMapping) - Constructor for class org.hibernate.sql.ast.tree.cte.CteColumn
 
CteContainer - Interface in org.hibernate.sql.ast.tree.cte
The consumer part of a CTE statement - the select or insert or delete or update that uses the CTE
CteContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.CteContext
 
CteDeleteHandler - Class in org.hibernate.query.sqm.mutation.internal.cte
Bulk mutation delete handler that uses CTE and VALUES lists.
CteDeleteHandler(CteTable, SqmDeleteStatement<?>, DomainParameterXref, CteMutationStrategy, SessionFactoryImplementor) - Constructor for class org.hibernate.query.sqm.mutation.internal.cte.CteDeleteHandler
 
CteInsertHandler - Class in org.hibernate.query.sqm.mutation.internal.cte
 
CteInsertHandler(CteTable, SqmInsertStatement<?>, DomainParameterXref, SessionFactoryImplementor) - Constructor for class org.hibernate.query.sqm.mutation.internal.cte.CteInsertHandler
 
CteInsertStrategy - Class in org.hibernate.query.sqm.mutation.internal.cte
 
CteInsertStrategy(EntityMappingType, RuntimeModelCreationContext) - Constructor for class org.hibernate.query.sqm.mutation.internal.cte.CteInsertStrategy
 
CteInsertStrategy(EntityPersister, RuntimeModelCreationContext) - Constructor for class org.hibernate.query.sqm.mutation.internal.cte.CteInsertStrategy
 
CteMaterialization - Enum in org.hibernate.sql.ast.tree.cte
The kind of materialization that should be used for a CTE.
CteMutationStrategy - Class in org.hibernate.query.sqm.mutation.internal.cte
 
CteMutationStrategy(EntityMappingType, RuntimeModelCreationContext) - Constructor for class org.hibernate.query.sqm.mutation.internal.cte.CteMutationStrategy
 
CteMutationStrategy(EntityPersister, RuntimeModelCreationContext) - Constructor for class org.hibernate.query.sqm.mutation.internal.cte.CteMutationStrategy
 
CteObject - Interface in org.hibernate.sql.ast.tree.cte
An object that is part of a WITH clause.
CTES - org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
 
CteSearchClauseKind - Enum in org.hibernate.sql.ast.tree.cte
The kind of CTE search clause.
CteSoftDeleteHandler - Class in org.hibernate.query.sqm.mutation.internal.cte
Specialized CteDeleteHandler for soft-delete handling
CteSoftDeleteHandler(CteTable, SqmDeleteStatement<?>, DomainParameterXref, CteMutationStrategy, SessionFactoryImplementor) - Constructor for class org.hibernate.query.sqm.mutation.internal.cte.CteSoftDeleteHandler
 
CteStatement - Class in org.hibernate.sql.ast.tree.cte
A statement using a CTE
CteStatement(CteTable, Statement) - Constructor for class org.hibernate.sql.ast.tree.cte.CteStatement
 
CteStatement(CteTable, Statement, CteMaterialization) - Constructor for class org.hibernate.sql.ast.tree.cte.CteStatement
 
CteStatement(CteTable, Statement, CteMaterialization, CteSearchClauseKind, List<SearchClauseSpecification>, CteColumn, List<CteColumn>, CteColumn, CteColumn, Literal, Literal) - Constructor for class org.hibernate.sql.ast.tree.cte.CteStatement
 
CteTable - Class in org.hibernate.sql.ast.tree.cte
Describes the table definition for the CTE - its name amd its columns
CteTable(String, List<CteColumn>) - Constructor for class org.hibernate.sql.ast.tree.cte.CteTable
 
CteTable(String, CteTupleTableGroupProducer) - Constructor for class org.hibernate.sql.ast.tree.cte.CteTable
 
CteTableGroup - Class in org.hibernate.sql.ast.tree.cte
Wraps a NamedTableReference representing the CTE and adapts it to TableGroup for use in SQL AST
CteTableGroup(boolean, NavigablePath, SqlAliasBase, ModelPartContainer, NamedTableReference, Set<String>) - Constructor for class org.hibernate.sql.ast.tree.cte.CteTableGroup
 
CteTableGroup(NamedTableReference) - Constructor for class org.hibernate.sql.ast.tree.cte.CteTableGroup
 
CteTupleTableGroupProducer - Class in org.hibernate.query.derived
The table group producer for a CTE tuple type.
CteTupleTableGroupProducer(SqmCteTable<?>, String, List<SqlSelection>, FromClauseAccess) - Constructor for class org.hibernate.query.derived.CteTupleTableGroupProducer
 
CteUpdateHandler - Class in org.hibernate.query.sqm.mutation.internal.cte
 
CteUpdateHandler(CteTable, SqmUpdateStatement<?>, DomainParameterXref, CteMutationStrategy, SessionFactoryImplementor) - Constructor for class org.hibernate.query.sqm.mutation.internal.cte.CteUpdateHandler
 
cube() - Method in class org.hibernate.grammars.hql.HqlParser
 
cube() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
CUBE - org.hibernate.query.sqm.tree.expression.SqmSummarization.Kind
 
CUBE - org.hibernate.sql.ast.tree.expression.Summarization.Kind
 
CUBE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
CUBE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
CUBE() - Method in class org.hibernate.grammars.hql.HqlParser.CubeContext
 
CUBE() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
CubeContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.CubeContext
 
cumeDist(JpaWindow) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create a cume_dist window function expression.
cumeDist(JpaWindow) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
cumeDist(JpaWindow) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
CURRENCY - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Currency to JDBC VARCHAR.
CurrencyJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for Currency handling.
CurrencyJavaType() - Constructor for class org.hibernate.type.descriptor.java.CurrencyJavaType
 
CURRENT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
CURRENT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
CURRENT() - Method in class org.hibernate.grammars.hql.HqlParser.CurrentDateFunctionContext
 
CURRENT() - Method in class org.hibernate.grammars.hql.HqlParser.CurrentTimeFunctionContext
 
CURRENT() - Method in class org.hibernate.grammars.hql.HqlParser.CurrentTimestampFunctionContext
 
CURRENT() - Method in class org.hibernate.grammars.hql.HqlParser.FrameEndContext
 
CURRENT() - Method in class org.hibernate.grammars.hql.HqlParser.FrameExclusionContext
 
CURRENT() - Method in class org.hibernate.grammars.hql.HqlParser.FrameStartContext
 
CURRENT() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
CURRENT_DATE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
CURRENT_DATE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
CURRENT_DATE() - Method in class org.hibernate.grammars.hql.HqlParser.CurrentDateFunctionContext
 
CURRENT_DATE() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
CURRENT_INSTANT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
CURRENT_INSTANT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
CURRENT_INSTANT() - Method in class org.hibernate.grammars.hql.HqlParser.InstantFunctionContext
 
CURRENT_INSTANT() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
CURRENT_ROW - org.hibernate.query.sqm.FrameExclusion
 
CURRENT_ROW - org.hibernate.query.sqm.FrameKind
 
CURRENT_SESSION_CONTEXT_CLASS - Static variable in interface org.hibernate.cfg.AvailableSettings
Specifies a CurrentSessionContext for scoping the current session, either: jta, thread, or managed, or the name of a class implementing org.hibernate.context.spi.CurrentSessionContext.
CURRENT_TIME - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
CURRENT_TIME - Static variable in class org.hibernate.grammars.hql.HqlParser
 
CURRENT_TIME() - Method in class org.hibernate.grammars.hql.HqlParser.CurrentTimeFunctionContext
 
CURRENT_TIME() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
CURRENT_TIMESTAMP - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
CURRENT_TIMESTAMP - Static variable in class org.hibernate.grammars.hql.HqlParser
 
CURRENT_TIMESTAMP() - Method in class org.hibernate.grammars.hql.HqlParser.CurrentTimestampFunctionContext
 
CURRENT_TIMESTAMP() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
currentDate() - Method in class org.hibernate.dialect.Dialect
Translation of the HQL/JPQL current_date function, which maps to the Java type Date, and of the HQL local_date function which maps to the Java type LocalDate.
currentDate() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
currentDate() - Method in class org.hibernate.dialect.OracleDialect
 
currentDate() - Method in class org.hibernate.dialect.SQLServerDialect
 
currentDate() - Method in class org.hibernate.dialect.SybaseASEDialect
 
currentDate() - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
currentDate() - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
currentDate() - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
currentDate() - Method in interface org.hibernate.query.sqm.NodeBuilder
 
currentDateFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
currentDateFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
CurrentDateFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.CurrentDateFunctionContext
 
CurrentFunction - Class in org.hibernate.dialect.function
A "function" with no parameters that returns the current date, time, or timestamp.
CurrentFunction(String, String, BasicType<?>) - Constructor for class org.hibernate.dialect.function.CurrentFunction
 
currentInstant() - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
currentInstant() - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
currentInstant() - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
currentInstant() - Method in interface org.hibernate.query.sqm.NodeBuilder
 
currentLocalTime() - Method in class org.hibernate.dialect.Dialect
Translation of the HQL local_time function, which maps to the Java type LocalTime which is a time with no time zone.
currentLocalTime() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
currentLocalTime() - Method in class org.hibernate.dialect.OracleDialect
 
currentLocalTimestamp() - Method in class org.hibernate.dialect.Dialect
Translation of the HQL local_datetime function, which maps to the Java type LocalDateTime which is a datetime with no time zone.
currentLocalTimestamp() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
currentLocalTimestamp() - Method in class org.hibernate.dialect.OracleDialect
 
CurrentReturnState(boolean, int) - Constructor for class org.hibernate.result.internal.OutputsImpl.CurrentReturnState
 
currentSession() - Method in class org.hibernate.context.internal.JTASessionContext
 
currentSession() - Method in class org.hibernate.context.internal.ManagedSessionContext
 
currentSession() - Method in class org.hibernate.context.internal.ThreadLocalSessionContext
 
currentSession() - Method in interface org.hibernate.context.spi.CurrentSessionContext
Retrieve the current session according to the scoping defined by this implementation.
CurrentSessionContext - Interface in org.hibernate.context.spi
Defines the contract for objects which are able to manage the lifecycle of a Session associated with a well-defined "context" or "scope", providing the concrete implementation behind the notion of the current session.
currentSqlSelectionCollector() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
CurrentTenantIdentifierResolver<T> - Interface in org.hibernate.context.spi
A callback registered with the SessionFactory that is responsible for resolving the current tenant identifier.
currentTime() - Method in class org.hibernate.dialect.Dialect
Translation of the HQL/JPQL current_time function, which maps to the Java type Time which is a time with no time zone.
currentTime() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
currentTime() - Method in class org.hibernate.dialect.H2Dialect
 
currentTime() - Method in class org.hibernate.dialect.HSQLDialect
 
currentTime() - Method in class org.hibernate.dialect.OracleDialect
 
currentTime() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
currentTime() - Method in class org.hibernate.dialect.SQLServerDialect
 
currentTime() - Method in class org.hibernate.dialect.SybaseASEDialect
 
currentTime() - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
currentTime() - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
currentTime() - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
currentTime() - Method in interface org.hibernate.query.sqm.NodeBuilder
 
currentTimeFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
currentTimeFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
CurrentTimeFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.CurrentTimeFunctionContext
 
currentTimestamp() - Method in class org.hibernate.dialect.Dialect
Translation of the HQL/JPQL current_timestamp function, which maps to the Java type Timestamp which is a datetime with no time zone.
currentTimestamp() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
currentTimestamp() - Method in class org.hibernate.dialect.H2Dialect
 
currentTimestamp() - Method in class org.hibernate.dialect.HSQLDialect
 
currentTimestamp() - Method in class org.hibernate.dialect.MySQLDialect
MySQL 5.7 precision defaults to seconds, but microseconds is better
currentTimestamp() - Method in class org.hibernate.dialect.OracleDialect
 
currentTimestamp() - Method in class org.hibernate.dialect.PostgresPlusDialect
 
currentTimestamp() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
currentTimestamp() - Method in class org.hibernate.dialect.SQLServerDialect
 
currentTimestamp() - Method in class org.hibernate.dialect.SybaseASEDialect
 
currentTimestamp() - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
currentTimestamp() - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
currentTimestamp() - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
currentTimestamp() - Method in interface org.hibernate.query.sqm.NodeBuilder
 
CurrentTimestamp - Annotation Type in org.hibernate.annotations
Specifies that the annotated field of property is a generated timestamp, and also specifies the timing of the timestamp generation, and whether it is generated in Java or by the database: source = VM indicates that the virtual machine current instant is used, and source = DB indicates that the database current_timestamp function should be used.
currentTimestampFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
currentTimestampFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
CurrentTimestampFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.CurrentTimestampFunctionContext
 
CurrentTimestampGeneration - Class in org.hibernate.generator.internal
Value generation strategy which produces a timestamp using the database current_timestamp function or the JVM current instant.
CurrentTimestampGeneration(CreationTimestamp, Member, GeneratorCreationContext) - Constructor for class org.hibernate.generator.internal.CurrentTimestampGeneration
 
CurrentTimestampGeneration(CurrentTimestamp, Member, GeneratorCreationContext) - Constructor for class org.hibernate.generator.internal.CurrentTimestampGeneration
 
CurrentTimestampGeneration(UpdateTimestamp, Member, GeneratorCreationContext) - Constructor for class org.hibernate.generator.internal.CurrentTimestampGeneration
 
CurrentTimestampHasMicrosecondPrecision() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.CurrentTimestampHasMicrosecondPrecision
 
currentTimestampWithTimeZone() - Method in class org.hibernate.dialect.Dialect
Translation of the HQL offset_datetime function, which maps to the Java type OffsetDateTime which is a datetime with a time zone.
currentTimestampWithTimeZone() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
currentTimestampWithTimeZone() - Method in class org.hibernate.dialect.H2Dialect
 
currentTimestampWithTimeZone() - Method in class org.hibernate.dialect.HSQLDialect
 
currentTimestampWithTimeZone() - Method in class org.hibernate.dialect.OracleDialect
 
currentTimestampWithTimeZone() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
currentTimestampWithTimeZone() - Method in class org.hibernate.dialect.SQLServerDialect
 
currentUtcdatetimetimestamp() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
CURSOR - Static variable in class org.hibernate.dialect.OracleTypes
 
CUSTOM_ENTITY_DIRTINESS_STRATEGY - Static variable in interface org.hibernate.cfg.AvailableSettings
Setting to identify a CustomEntityDirtinessStrategy to use.
customCollection(String, Properties, String, String, MetadataImplementor) - Static method in class org.hibernate.mapping.MappingHelper
 
CustomCollectionType - Class in org.hibernate.type
A custom type for mapping user-written classes that implement PersistentCollection
CustomCollectionType(ManagedBean<? extends UserCollectionType>, String, String) - Constructor for class org.hibernate.type.CustomCollectionType
 
CustomCollectionTypeSemantics<CE,​E> - Class in org.hibernate.collection.internal
A collection semantics wrapper for CollectionType.
CustomCollectionTypeSemantics(CollectionType) - Constructor for class org.hibernate.collection.internal.CustomCollectionTypeSemantics
 
CustomEnhancementContext - Annotation Type in org.hibernate.testing.bytecode.enhancement
 
CustomEntityDirtinessStrategy - Interface in org.hibernate
During a flush cycle, Hibernate needs to determine which of the entities associated with a Session are dirty, meaning modified.
CustomEntityDirtinessStrategy.AttributeChecker - Interface in org.hibernate
Responsible for identifying when attributes are dirty.
CustomEntityDirtinessStrategy.AttributeInformation - Interface in org.hibernate
Provides CustomEntityDirtinessStrategy.AttributeChecker with meta information about the attributes being checked.
CustomEntityDirtinessStrategy.DirtyCheckContext - Interface in org.hibernate
A callback to drive dirty checking.
Customer - Class in org.hibernate.testing.orm.domain.userguide.tooling
 
Customer(Integer, String) - Constructor for class org.hibernate.testing.orm.domain.userguide.tooling.Customer
 
CustomIdGeneratorCreationContext - Interface in org.hibernate.id.factory.spi
 
CustomMutabilityConvertedBasicTypeImpl<J> - Class in org.hibernate.type.internal
 
CustomMutabilityConvertedBasicTypeImpl(String, String, JdbcType, BasicValueConverter<J, ?>, MutabilityPlan<J>) - Constructor for class org.hibernate.type.internal.CustomMutabilityConvertedBasicTypeImpl
 
CustomMutabilityConvertedBasicTypeImpl(String, JdbcType, BasicValueConverter<J, ?>, MutabilityPlan<J>) - Constructor for class org.hibernate.type.internal.CustomMutabilityConvertedBasicTypeImpl
 
CustomMutabilityConvertedPrimitiveBasicTypeImpl<J> - Class in org.hibernate.type.internal
Wrapper of CustomMutabilityConvertedBasicTypeImpl for primitive type.
CustomMutabilityConvertedPrimitiveBasicTypeImpl(String, String, JdbcType, BasicValueConverter<J, ?>, Class<J>, MutabilityPlan<J>) - Constructor for class org.hibernate.type.internal.CustomMutabilityConvertedPrimitiveBasicTypeImpl
 
CustomOptimizerDescriptor - Class in org.hibernate.id.enhanced
 
CustomParameterized - Class in org.hibernate.testing.junit4
Allows the CustomRunner features in parameterized tests.
CustomParameterized(Class<?>) - Constructor for class org.hibernate.testing.junit4.CustomParameterized
Only called reflectively.
CustomParameterized.Order - Annotation Type in org.hibernate.testing.junit4
 
CustomRunner - Class in org.hibernate.testing.junit4
The Hibernate-specific Runner implementation which layers ExtendedFrameworkMethod support on top of the standard JUnit FrameworkMethod for extra information after checking to make sure the test should be run.
CustomRunner(Class<?>) - Constructor for class org.hibernate.testing.junit4.CustomRunner
 
CustomRunner.IgnoreImpl - Class in org.hibernate.testing.junit4
 
CustomSql - Class in org.hibernate.boot.model
Models the information for custom SQL execution defined as part of the mapping for a primary or secondary table.
CustomSql(String, boolean, ExecuteUpdateResultCheckStyle) - Constructor for class org.hibernate.boot.model.CustomSql
 
customSQLDelete - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
Deprecated.
customSQLInsert - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
Deprecated.
CustomSqlMutation<O extends JdbcMutationOperation> - Interface in org.hibernate.sql.model.ast
 
customSQLUpdate - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
Deprecated.
CustomType<J> - Class in org.hibernate.type
Adapts UserType to the generic Type interface, in order to isolate user code from changes in the internal Type contracts.
CustomType(UserType<J>, String[], TypeConfiguration) - Constructor for class org.hibernate.type.CustomType
 
CustomType(UserType<J>, TypeConfiguration) - Constructor for class org.hibernate.type.CustomType
 
CustomVersionOneStrategy - Class in org.hibernate.id.uuid
Applies a version 1 (time-based) generation strategy (using ip address rather than mac address) but applies them in a different layout.
CustomVersionOneStrategy() - Constructor for class org.hibernate.id.uuid.CustomVersionOneStrategy
 
cycle(String, List<JpaCteCriteriaAttribute>) - Method in interface org.hibernate.query.criteria.JpaCteCriteria
 
cycle(String, JpaCteCriteriaAttribute...) - Method in interface org.hibernate.query.criteria.JpaCteCriteria
 
cycle(String, X, X, List<JpaCteCriteriaAttribute>) - Method in interface org.hibernate.query.criteria.JpaCteCriteria
 
cycle(String, X, X, JpaCteCriteriaAttribute...) - Method in interface org.hibernate.query.criteria.JpaCteCriteria
 
CYCLE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
CYCLE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
CYCLE() - Method in class org.hibernate.grammars.hql.HqlParser.CycleClauseContext
 
CYCLE() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
cycleClause() - Method in class org.hibernate.grammars.hql.HqlParser.CteContext
 
cycleClause() - Method in class org.hibernate.grammars.hql.HqlParser
 
CycleClauseContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.CycleClauseContext
 
cycleUsing(String, String, List<JpaCteCriteriaAttribute>) - Method in interface org.hibernate.query.criteria.JpaCteCriteria
 
cycleUsing(String, String, JpaCteCriteriaAttribute...) - Method in interface org.hibernate.query.criteria.JpaCteCriteria
 
cycleUsing(String, String, X, X, List<JpaCteCriteriaAttribute>) - Method in interface org.hibernate.query.criteria.JpaCteCriteria
 
cycleUsing(String, String, X, X, List<JpaCteCriteriaAttribute>) - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
 
cycleUsing(String, String, X, X, JpaCteCriteriaAttribute...) - Method in interface org.hibernate.query.criteria.JpaCteCriteria
 

D

DaoConstructor - Class in org.hibernate.jpamodelgen.annotation
 
DaoConstructor(Metamodel, String, String, String, String, boolean, boolean) - Constructor for class org.hibernate.jpamodelgen.annotation.DaoConstructor
 
DATA_SOURCE - Static variable in class org.hibernate.testing.env.ConnectionProviderBuilder
 
database() - Method in class org.hibernate.boot.model.naming.ObjectNameNormalizer
 
Database - Class in org.hibernate.boot.model.relational
 
Database - Enum in org.hibernate.dialect
A list of relational database systems for which Hibernate can resolve a Dialect.
Database(MetadataBuildingOptions) - Constructor for class org.hibernate.boot.model.relational.Database
 
Database(MetadataBuildingOptions, JdbcEnvironment) - Constructor for class org.hibernate.boot.model.relational.Database
 
DATABASE - org.hibernate.tool.schema.TargetType
Export to the database.
DatabaseCleaner - Interface in org.hibernate.testing.cleaner
 
DatabaseCleanerContext - Class in org.hibernate.testing.cleaner
 
DatabaseIdentifier - Class in org.hibernate.boot.model.naming
Models an identifier (name), retrieved from the database.
DatabaseIdentifier(String) - Constructor for class org.hibernate.boot.model.naming.DatabaseIdentifier
Constructs a database identifier instance.
DatabaseInformation - Interface in org.hibernate.tool.schema.extract.spi
Provides access to information about existing schema objects (tables, sequences etc) of existing database.
DatabaseInformationImpl - Class in org.hibernate.tool.schema.extract.internal
 
DatabaseInformationImpl(ServiceRegistry, JdbcEnvironment, SqlStringGenerationContext, DdlTransactionIsolator, SchemaManagementTool) - Constructor for class org.hibernate.tool.schema.extract.internal.DatabaseInformationImpl
 
DatabaseMetaDataDialectResolutionInfoAdapter - Class in org.hibernate.engine.jdbc.dialect.spi
An implementation of DialectResolutionInfo that delegates calls to a wrapped DatabaseMetaData.
DatabaseMetaDataDialectResolutionInfoAdapter(DatabaseMetaData) - Constructor for class org.hibernate.engine.jdbc.dialect.spi.DatabaseMetaDataDialectResolutionInfoAdapter
 
databaseObject - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
databaseObjects - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
 
DatabaseSnapshotContributor - Interface in org.hibernate.sql.results.graph
Contract for model-parts which contribute to their container's state array for database snapshots
DatabaseStructure - Interface in org.hibernate.id.enhanced
Encapsulates definition of the underlying data structure backing a sequence-style generator.
DatabaseVersion - Interface in org.hibernate.dialect
Details about the underlying database, as understood by a Dialect.
DataException - Exception in org.hibernate.exception
Extends JDBCException indicating that evaluation of the valid SQL statement against the given data resulted in some illegal operation, mismatched types or incorrect cardinality.
DataException(String, SQLException) - Constructor for exception org.hibernate.exception.DataException
Constructor for JDBCException.
DataException(String, SQLException, String) - Constructor for exception org.hibernate.exception.DataException
Constructor for JDBCException.
DataHelper - Class in org.hibernate.type.descriptor.java
A help for dealing with BLOB and CLOB data
DATALINK - Static variable in class org.hibernate.type.SqlTypes
A type code representing the generic SQL type DATALINK.
DATASOURCE - Static variable in interface org.hibernate.cfg.JdbcSettings
Deprecated.
The JPA-standard JdbcSettings.JAKARTA_JTA_DATASOURCE or JdbcSettings.JAKARTA_JTA_DATASOURCE setting is now preferred.
DataSourceBasedMultiTenantConnectionProviderImpl<T> - Class in org.hibernate.engine.jdbc.connections.spi
A concrete implementation of the MultiTenantConnectionProvider contract bases on a number of reasonable assumptions.
DataSourceBasedMultiTenantConnectionProviderImpl() - Constructor for class org.hibernate.engine.jdbc.connections.spi.DataSourceBasedMultiTenantConnectionProviderImpl
 
DatasourceConnectionProviderImpl - Class in org.hibernate.engine.jdbc.connections.internal
A ConnectionProvider that manages connections from an underlying DataSource.
DatasourceConnectionProviderImpl() - Constructor for class org.hibernate.engine.jdbc.connections.internal.DatasourceConnectionProviderImpl
 
DataSourceStub - Class in org.hibernate.testing.jdbc
 
DataSourceStub(String) - Constructor for class org.hibernate.testing.jdbc.DataSourceStub
 
date() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
date() - Method in class org.hibernate.grammars.hql.HqlParser
 
date() - Method in class org.hibernate.grammars.hql.HqlParser.DateLiteralContext
 
date() - Method in class org.hibernate.grammars.hql.HqlParser.JdbcDateLiteralContext
 
date() - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateTimeContext
 
date() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeContext
 
date() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeWithMinutesContext
 
date() - Method in class org.hibernate.grammars.hql.HqlParser.ZonedDateTimeContext
 
DATE - org.hibernate.jpamodelgen.xml.jaxb.TemporalType
 
DATE - org.hibernate.query.sqm.CastType
 
DATE - org.hibernate.query.sqm.produce.function.FunctionParameterType
 
DATE - org.hibernate.query.sqm.TemporalUnit
The date part of a timestamp, datetime, or offset datetime, as a LocalDate.
DATE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
DATE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
DATE - Static variable in class org.hibernate.type.SqlTypes
A type code representing the generic SQL type DATE.
DATE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Date (Date) to JDBC DATE.
DATE() - Method in class org.hibernate.grammars.hql.HqlParser.CurrentDateFunctionContext
 
DATE() - Method in class org.hibernate.grammars.hql.HqlParser.DateLiteralContext
 
DATE() - Method in class org.hibernate.grammars.hql.HqlParser.DateOrTimeFieldContext
 
DATE() - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateFunctionContext
 
DATE() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
DATE_ESCAPE_START - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
DATE_ESCAPE_START - Static variable in class org.hibernate.grammars.hql.HqlParser
 
DATE_ESCAPE_START() - Method in class org.hibernate.grammars.hql.HqlParser.JdbcDateLiteralContext
 
DATE_FORMAT - Static variable in class org.hibernate.type.descriptor.java.JdbcDateJavaType
 
DATE_TIME - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
Pattern used for parsing literal datetimes in HQL.
DATE_TIME_FORMATTER_DATE - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
 
DATE_TIME_FORMATTER_TIME - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
 
DATE_TIME_FORMATTER_TIME_WITH_OFFSET - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
 
DATE_TIME_FORMATTER_TIMESTAMP_WITH_MICROS - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
 
DATE_TIME_FORMATTER_TIMESTAMP_WITH_MICROS_AND_OFFSET - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
 
DATE_TIME_FORMATTER_TIMESTAMP_WITH_MICROS_AND_OFFSET_NOZ - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
 
DATE_TIME_FORMATTER_TIMESTAMP_WITH_MILLIS - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
 
DATE_TIME_FORMATTER_TIMESTAMP_WITH_MILLIS_AND_OFFSET - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
 
DATE_TIME_FORMATTER_TIMESTAMP_WITH_NANOS - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
 
DATE_TIME_FORMATTER_TIMESTAMP_WITH_NANOS_AND_OFFSET - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
 
DATE_TIME_FORMATTER_TIMESTAMP_WITH_NANOS_AND_OFFSET_NOZ - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
 
DATE_TRUNC - org.hibernate.dialect.function.TruncFunction.DatetimeTrunc
 
DateContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.DateContext
 
datediff() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
MySQL style, returns the number of days between two dates
DateJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for Date handling.
DateJavaType() - Constructor for class org.hibernate.type.descriptor.java.DateJavaType
 
DateJavaType.DateMutabilityPlan - Class in org.hibernate.type.descriptor.java
 
DateJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for DATE handling.
DateJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.DateJdbcType
 
dateLiteral() - Method in class org.hibernate.grammars.hql.HqlParser
 
dateLiteral() - Method in class org.hibernate.grammars.hql.HqlParser.TemporalLiteralContext
 
DateLiteralContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.DateLiteralContext
 
dateLiteralFrom(String, SqmCreationState) - Static method in class org.hibernate.query.sqm.tree.expression.SqmExpressionHelper
 
DateMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.DateJavaType.DateMutabilityPlan
 
DateMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.JdbcDateJavaType.DateMutabilityPlan
 
dateOrTimeField() - Method in class org.hibernate.grammars.hql.HqlParser
 
dateOrTimeField() - Method in class org.hibernate.grammars.hql.HqlParser.ExtractFieldContext
 
DateOrTimeFieldContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.DateOrTimeFieldContext
 
datepartDatename() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Transact SQL-style
dateTime() - Method in class org.hibernate.grammars.hql.HqlParser
 
dateTime() - Method in class org.hibernate.grammars.hql.HqlParser.JdbcTimestampLiteralContext
 
DATETIME - org.hibernate.type.descriptor.jdbc.JdbcTypeFamilyInformation.Family
 
DATETIME - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
DATETIME - Static variable in class org.hibernate.grammars.hql.HqlParser
 
DATETIME() - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateTimeFunctionContext
 
DATETIME() - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateTimeLiteralContext
 
DATETIME() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
DATETIME() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeFunctionContext
 
DATETIME() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeLiteralContext
 
DATETIME() - Method in class org.hibernate.grammars.hql.HqlParser.ZonedDateTimeLiteralContext
 
DATETIME_VALIDATOR - Static variable in class org.hibernate.dialect.function.TruncFunction.TruncArgumentsValidator
 
DateTimeContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.DateTimeContext
 
datetimeField() - Method in class org.hibernate.grammars.hql.HqlParser
 
datetimeField() - Method in class org.hibernate.grammars.hql.HqlParser.ExtractFieldContext
 
datetimeField() - Method in class org.hibernate.grammars.hql.HqlParser.ExtractFunctionContext
 
datetimeField() - Method in class org.hibernate.grammars.hql.HqlParser.FromDurationExpressionContext
 
datetimeField() - Method in class org.hibernate.grammars.hql.HqlParser.GenericFunctionArgumentsContext
 
datetimeField() - Method in class org.hibernate.grammars.hql.HqlParser.ToDurationExpressionContext
 
datetimeField() - Method in class org.hibernate.grammars.hql.HqlParser.TruncFunctionContext
 
DatetimeFieldContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.DatetimeFieldContext
 
datetimeFormat(String) - Static method in class org.hibernate.dialect.MySQLDialect
 
datetimeFormat(String) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
datetimeFormat(String) - Static method in class org.hibernate.dialect.SpannerDialect
 
datetimeFormat(String) - Static method in class org.hibernate.dialect.SQLServerDialect
 
datetimeFormat(String, boolean, boolean) - Static method in class org.hibernate.dialect.OracleDialect
 
DateTimeFormatter - Class in org.hibernate.envers
Utility class that provides access to a DateFormat instance.
dateTimeLiteral() - Method in class org.hibernate.grammars.hql.HqlParser
 
dateTimeLiteral() - Method in class org.hibernate.grammars.hql.HqlParser.TemporalLiteralContext
 
DateTimeLiteralContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.DateTimeLiteralContext
 
datetimeRenderingSupport - Variable in class org.hibernate.dialect.function.TruncFunction
 
dateTimeTimestamp() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
DateTimeUtils - Class in org.hibernate.type.descriptor
Utilities for dealing with date/times
dateTrunc() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
H2, DB2 and PostgreSQL native date_trunc() function
DATETRUNC - org.hibernate.dialect.function.TruncFunction.DatetimeTrunc
 
dateTrunc_datetrunc() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
SQLServer native datetrunc() function
DateTruncEmulation - Class in org.hibernate.dialect.function
Emulation of trunc(datetime, temporal_unit) function that leverages formatting the datetime to string and back to truncate it
DateTruncEmulation(String, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.DateTruncEmulation
 
day() - Method in class org.hibernate.grammars.hql.HqlParser.DateContext
 
day() - Method in class org.hibernate.grammars.hql.HqlParser
 
day(Expression<? extends TemporalAccessor>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Extracts the TemporalUnit.DAY of a date, time, or datetime expression.
day(Expression<? extends TemporalAccessor>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
day(Expression<? extends TemporalAccessor>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
DAY - org.hibernate.query.sqm.TemporalUnit
Day, defined to mean 24 hours when it occurs as a unit of duration, or to mean the calendar day of the month when passed to extract().
DAY - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
DAY - Static variable in class org.hibernate.grammars.hql.HqlParser
 
DAY() - Method in class org.hibernate.grammars.hql.HqlParser.DatetimeFieldContext
 
DAY() - Method in class org.hibernate.grammars.hql.HqlParser.DayFieldContext
 
DAY() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
DAY_OF_MONTH - org.hibernate.query.sqm.TemporalUnit
The calendar day of the month, a synonym for TemporalUnit.DAY.
DAY_OF_WEEK - org.hibernate.query.sqm.TemporalUnit
The day of the week, from 1 (Sunday) to 7 (Saturday).
DAY_OF_YEAR - org.hibernate.query.sqm.TemporalUnit
The day of the year, counting from 1.
DayContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.DayContext
 
dayField() - Method in class org.hibernate.grammars.hql.HqlParser
 
dayField() - Method in class org.hibernate.grammars.hql.HqlParser.ExtractFieldContext
 
DayFieldContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.DayFieldContext
 
daynameMonthname() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
dayofweekmonthyear() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
dayOfWeekMonthYear() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
daysBetween() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
DB - org.hibernate.annotations.SourceType
Indicates that values are generated by the database.
DB - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTimestampSourceEnum
 
DB2 - org.hibernate.dialect.Database
 
DB2_DEFAULT_SRID - Static variable in class org.hibernate.spatial.HibernateSpatialConfigurationSettings
SRID to use for the DB2 Spatial Dialects.
DB2390IdentityColumnSupport - Class in org.hibernate.dialect.identity
Deprecated.
use DB2zIdentityColumnSupport
DB2390IdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.DB2390IdentityColumnSupport
Deprecated.
 
DB2400Dialect - Class in org.hibernate.dialect
Deprecated.
DB2400Dialect() - Constructor for class org.hibernate.dialect.DB2400Dialect
Deprecated.
 
DB2400V7R3Dialect - Class in org.hibernate.dialect
Deprecated.
DB2400V7R3Dialect() - Constructor for class org.hibernate.dialect.DB2400V7R3Dialect
Deprecated.
 
DB2AggregateSupport - Class in org.hibernate.dialect.aggregate
 
DB2AggregateSupport() - Constructor for class org.hibernate.dialect.aggregate.DB2AggregateSupport
 
DB2CallableStatementSupport - Class in org.hibernate.procedure.internal
DB2 implementation of CallableStatementSupport.
DB2CallableStatementSupport() - Constructor for class org.hibernate.procedure.internal.DB2CallableStatementSupport
 
DB2DatabaseCleaner - Class in org.hibernate.testing.cleaner
 
DB2DatabaseCleaner() - Constructor for class org.hibernate.testing.cleaner.DB2DatabaseCleaner
 
DB2Dialect - Class in org.hibernate.dialect
A SQL dialect for DB2 for LUW (Linux, Unix, and Windows) version 10.5 and above.
DB2Dialect() - Constructor for class org.hibernate.dialect.DB2Dialect
 
DB2Dialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.DB2Dialect
 
DB2Dialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.DB2Dialect
 
DB2FormatEmulation - Class in org.hibernate.dialect.function
DB2's varchar_format() can't handle quoted literal strings in the format pattern.
DB2FormatEmulation(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.DB2FormatEmulation
 
DB2GeometryType - Class in org.hibernate.spatial.dialect.db2
Type Descriptor for the DB2 Geometry type (as Clob)
DB2GeometryType(Integer) - Constructor for class org.hibernate.spatial.dialect.db2.DB2GeometryType
 
DB2IdentityColumnSupport - Class in org.hibernate.dialect.identity
 
DB2IdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.DB2IdentityColumnSupport
 
DB2iDialect - Class in org.hibernate.dialect
A SQL dialect for DB2 for IBM i version 7.1 and above, previously known as "DB2/400".
DB2iDialect() - Constructor for class org.hibernate.dialect.DB2iDialect
 
DB2iDialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.DB2iDialect
 
DB2iDialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.DB2iDialect
 
DB2iSequenceSupport - Class in org.hibernate.dialect.sequence
Sequence support for DB2iDialect.
DB2iSequenceSupport() - Constructor for class org.hibernate.dialect.sequence.DB2iSequenceSupport
 
DB2iSqlAstTranslator<T extends JdbcOperation> - Class in org.hibernate.dialect
A SQL AST translator for DB2i.
DB2iSqlAstTranslator(SessionFactoryImplementor, Statement, DatabaseVersion) - Constructor for class org.hibernate.dialect.DB2iSqlAstTranslator
 
DB2LimitHandler - Class in org.hibernate.dialect.pagination
A LimitHandler for DB2 11.1 which supports the ANSI SQL standard syntax FETCH FIRST m ROWS ONLY and OFFSET n ROWS FETCH NEXT m ROWS ONLY, with the only wrinkle being that this clause comes after the FOR UPDATE and other similar clauses.
DB2LimitHandler() - Constructor for class org.hibernate.dialect.pagination.DB2LimitHandler
 
DB2PositionFunction - Class in org.hibernate.dialect.function
DB2's position() function always requires a code unit before version 11.
DB2PositionFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.DB2PositionFunction
 
DB2SequenceSupport - Class in org.hibernate.dialect.sequence
Sequence support for DB2Dialect.
DB2SequenceSupport() - Constructor for class org.hibernate.dialect.sequence.DB2SequenceSupport
 
DB2SpatialDialect - Class in org.hibernate.spatial.dialect.db2
 
DB2SpatialDialect() - Constructor for class org.hibernate.spatial.dialect.db2.DB2SpatialDialect
 
DB2SqlAstTranslator<T extends JdbcOperation> - Class in org.hibernate.dialect
A SQL AST translator for DB2.
DB2SqlAstTranslator(SessionFactoryImplementor, Statement) - Constructor for class org.hibernate.dialect.DB2SqlAstTranslator
 
DB2StructJdbcType - Class in org.hibernate.dialect
DB2 supports UDTs but not in JDBC, so there is a feature called "transforms", which allows to specify an automatic translation from one data type to another.
DB2StructJdbcType(EmbeddableMappingType, String) - Constructor for class org.hibernate.dialect.DB2StructJdbcType
 
DB2SubstringFunction - Class in org.hibernate.dialect.function
DB2's substring() function requires a code unit and substr() can't optionally take it, so we render substr() by default.
DB2SubstringFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.DB2SubstringFunction
 
DB2zDialect - Class in org.hibernate.dialect
A SQL dialect for DB2 for z/OS version 12.1 and above, previously known as: "Db2 UDB for z/OS", and "Db2 UDB for z/OS and OS/390".
DB2zDialect() - Constructor for class org.hibernate.dialect.DB2zDialect
 
DB2zDialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.DB2zDialect
 
DB2zDialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.DB2zDialect
 
DB2zIdentityColumnSupport - Class in org.hibernate.dialect.identity
 
DB2zIdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.DB2zIdentityColumnSupport
 
DB2zSequenceSupport - Class in org.hibernate.dialect.sequence
Sequence support for DB2zDialect.
DB2zSequenceSupport() - Constructor for class org.hibernate.dialect.sequence.DB2zSequenceSupport
 
DB2zSqlAstTranslator<T extends JdbcOperation> - Class in org.hibernate.dialect
A SQL AST translator for DB2z.
DB2zSqlAstTranslator(SessionFactoryImplementor, Statement, DatabaseVersion) - Constructor for class org.hibernate.dialect.DB2zSqlAstTranslator
 
DDL - org.hibernate.boot.beanvalidation.GroupsPerOperation.Operation
 
DDL - org.hibernate.boot.beanvalidation.ValidationMode
 
DDL - org.hibernate.engine.jdbc.internal.FormatStyle
Formatting for DDL (CREATE, ALTER, DROP, etc) statements
DDLFormatterImpl - Class in org.hibernate.engine.jdbc.internal
Performs formatting of DDL SQL statements.
DDLFormatterImpl() - Constructor for class org.hibernate.engine.jdbc.internal.DDLFormatterImpl
 
DdlTransactionIsolator - Interface in org.hibernate.resource.transaction.spi
Provides access to a Connection that is isolated from any "current transaction" with the designated purpose of performing DDL commands.
DdlTransactionIsolatorJtaImpl - Class in org.hibernate.resource.transaction.backend.jta.internal
DdlExecutor for use in JTA environments
DdlTransactionIsolatorJtaImpl(JdbcContext) - Constructor for class org.hibernate.resource.transaction.backend.jta.internal.DdlTransactionIsolatorJtaImpl
 
DdlTransactionIsolatorNonJtaImpl - Class in org.hibernate.resource.transaction.backend.jdbc.internal
DdlExecutor for use in non-JTA environments (JDBC transaction)
DdlTransactionIsolatorNonJtaImpl(JdbcContext) - Constructor for class org.hibernate.resource.transaction.backend.jdbc.internal.DdlTransactionIsolatorNonJtaImpl
 
DdlType - Interface in org.hibernate.type.descriptor.sql
Descriptor for a DDL column type.
DdlTypeHelper - Class in org.hibernate.dialect.function.array
 
DdlTypeHelper() - Constructor for class org.hibernate.dialect.function.array.DdlTypeHelper
 
DdlTypeImpl - Class in org.hibernate.type.descriptor.sql.internal
Descriptor for a SQL type.
DdlTypeImpl(int, boolean, String, String, String, Dialect) - Constructor for class org.hibernate.type.descriptor.sql.internal.DdlTypeImpl
 
DdlTypeImpl(int, boolean, String, String, Dialect) - Constructor for class org.hibernate.type.descriptor.sql.internal.DdlTypeImpl
 
DdlTypeImpl(int, String, String, String, Dialect) - Constructor for class org.hibernate.type.descriptor.sql.internal.DdlTypeImpl
 
DdlTypeImpl(int, String, String, Dialect) - Constructor for class org.hibernate.type.descriptor.sql.internal.DdlTypeImpl
 
DdlTypeImpl(int, String, Dialect) - Constructor for class org.hibernate.type.descriptor.sql.internal.DdlTypeImpl
 
DdlTypeRegistry - Class in org.hibernate.type.descriptor.sql.spi
A registry mapping JDBC type codes to instances of the DdlType interface.
DdlTypeRegistry(TypeConfiguration) - Constructor for class org.hibernate.type.descriptor.sql.spi.DdlTypeRegistry
 
DEBUG_ENABLED - Static variable in class org.hibernate.boot.jaxb.hbm.transform.HbmTransformationLogging
 
DEBUG_ENABLED - Static variable in class org.hibernate.cache.internal.TimestampsCacheEnabledImpl
 
DEBUG_ENABLED - Static variable in interface org.hibernate.envers.boot.EnversBootLogger
 
DEBUG_ENABLED - Static variable in class org.hibernate.query.sql.NativeQueryLogging
 
DEBUG_ENABLED - Static variable in interface org.hibernate.query.sqm.SqmTreeCreationLogger
 
DEBUG_ENABLED - Static variable in interface org.hibernate.query.sqm.SqmTreeTransformationLogger
 
DEBUG_ENABLED - Static variable in interface org.hibernate.sql.results.LoadingLogger
 
DEBUG_OPTION - Static variable in class org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor
Debug logging from the processor
decapitalize(String) - Static method in class org.hibernate.jpamodelgen.util.StringUtil
 
DECIMAL - Static variable in class org.hibernate.type.SqlTypes
A type code representing the generic SQL type DECIMAL.
DecimalJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for DECIMAL handling.
DecimalJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.DecimalJdbcType
 
declaredAttributeMappings - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
Declarer(String) - Constructor for class org.hibernate.persister.entity.Queryable.Declarer
Deprecated.
 
decompose(int, X, Y, Object, ModelPart.JdbcValueBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationMapping
 
decompose(Object, int, X, Y, ModelPart.JdbcValueBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
 
decompose(Object, int, X, Y, ModelPart.JdbcValueBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.BasicValuedCollectionPart
 
decompose(Object, int, X, Y, ModelPart.JdbcValueBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationAttributeMapping
 
decompose(Object, int, X, Y, ModelPart.JdbcValueBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedCollectionPart
 
decompose(Object, int, X, Y, ModelPart.JdbcValueBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.EmbeddableMappingTypeImpl
 
decompose(Object, int, X, Y, ModelPart.JdbcValueBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.ManyToManyCollectionPart
 
decompose(Object, int, X, Y, ModelPart.JdbcValueBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.VirtualIdEmbeddable
 
decompose(Object, int, X, Y, ModelPart.JdbcValueBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.ModelPart
Similar to ModelPart.breakDownJdbcValues(Object, int, Object, Object, JdbcValueBiConsumer, SharedSessionContractImplementor), but this method is supposed to be used for decomposing values for assignment expressions.
decompose(Object, int, X, Y, ModelPart.JdbcValueBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddableValuedModelPart
 
decompose(Object, ModelPart.JdbcValueConsumer, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.ModelPart
A short hand form of ModelPart.decompose(Object, int, Object, Object, JdbcValueBiConsumer, SharedSessionContractImplementor), that passes 0 as offset and null for the two values X and Y.
decomposeAttribute(Object, SharedSessionContractImplementor, JdbcValueBindings, AttributeMapping) - Method in class org.hibernate.persister.entity.mutation.InsertCoordinator
 
decomposeForInsert(MutationExecutor, Object, Object[], MutationOperationGroup, boolean[], TableInclusionChecker, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.InsertCoordinator
 
decomposeForUpdate(Object, Object, Object[], UpdateCoordinatorStandard.UpdateValuesAnalysisImpl, MutationExecutor, MutationOperationGroup, UpdateCoordinatorStandard.DirtinessChecker, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard
 
decrement() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
decrement() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
decrement() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
decrement() - Method in interface org.hibernate.id.IntegralDataTypeHolder
Equivalent to a -- operation
decrementCascadeLevel() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
decrementCascadeLevel() - Method in interface org.hibernate.engine.spi.PersistenceContext
Called after cascading
decrementIndexByBase(Object) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
Deprecated, for removal: This API element is subject to removal in a future version.
No longer used.
decrementLock(SharedSessionContractImplementor, Object, AbstractReadWriteAccess.SoftLockImpl) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess
 
deduceAliasInjectionPoints() - Method in annotation type org.hibernate.annotations.Filter
Determines how tables aliases are interpolated into the Filter.condition() SQL expression.
deduceAliasInjectionPoints() - Method in annotation type org.hibernate.annotations.FilterJoinTable
Determines how tables aliases are interpolated into the FilterJoinTable.condition() SQL expression.
deepCopy() - Method in class org.hibernate.envers.boot.model.BasicAttribute
 
deepCopy() - Method in interface org.hibernate.envers.boot.model.Cloneable
Creates a new, deep-copied instance of this object
deepCopy() - Method in class org.hibernate.envers.boot.model.Column
 
deepCopy() - Method in class org.hibernate.envers.boot.model.Key
 
deepCopy() - Method in class org.hibernate.envers.boot.model.ManyToOneAttribute
 
deepCopy() - Method in class org.hibernate.envers.boot.model.SetAttribute
 
deepCopy() - Method in class org.hibernate.envers.boot.model.TypeSpecification
 
deepCopy() - Method in class org.hibernate.envers.internal.tools.MutableInteger
 
deepCopy() - Method in class org.hibernate.envers.internal.tools.query.Parameters
 
deepCopy() - Method in class org.hibernate.envers.internal.tools.query.QueryBuilder
 
deepCopy() - Method in class org.hibernate.internal.util.MutableInteger
 
deepCopy() - Method in class org.hibernate.internal.util.MutableLong
 
deepCopy(J) - Method in class org.hibernate.type.internal.CompositeUserTypeJavaTypeWrapper.MutabilityPlanWrapper
 
deepCopy(J) - Method in class org.hibernate.type.internal.UserTypeJavaTypeWrapper.MutabilityPlanWrapper
 
deepCopy(J) - Method in interface org.hibernate.usertype.CompositeUserType
Return a deep copy of the persistent state, stopping at entities and at collections.
deepCopy(J) - Method in interface org.hibernate.usertype.UserType
Return a clone of the given instance of the Java class mapped by this custom type.
deepCopy(Object) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationAttributeMapping.MutabilityPlanImpl
 
deepCopy(Object) - Method in class org.hibernate.type.descriptor.java.Immutability
 
deepCopy(Object[], Type[], boolean[], Object[], SharedSessionContractImplementor) - Static method in class org.hibernate.type.TypeHelper
Deep copy a series of values from one array to another...
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.persister.entity.DiscriminatorType
Deprecated.
 
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AnyType
 
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CollectionType
 
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.ComponentType
 
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CustomType
 
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
 
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.internal.ConvertedBasicTypeImpl
 
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.MetaType
Deprecated.
 
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.SerializableToBlobType
 
deepCopy(Object, SessionFactoryImplementor) - Method in interface org.hibernate.type.Type
Return a deep copy of the persistent state, stopping at entities and at collections.
deepCopy(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.UserComponentType
 
deepCopy(Blob) - Method in class org.hibernate.type.descriptor.java.BlobJavaType.BlobMutabilityPlan
 
deepCopy(Clob) - Method in class org.hibernate.type.descriptor.java.ClobJavaType.ClobMutabilityPlan
 
deepCopy(NClob) - Method in class org.hibernate.type.descriptor.java.NClobJavaType.NClobMutabilityPlan
 
deepCopy(RevisionType) - Method in class org.hibernate.envers.internal.entities.RevisionTypeType
 
deepCopy(T) - Method in class org.hibernate.boot.model.process.internal.UserTypeMutabilityPlanAdapter
 
deepCopy(T) - Method in class org.hibernate.type.AbstractStandardBasicType
 
deepCopy(T) - Method in class org.hibernate.type.descriptor.java.ImmutableMutabilityPlan
 
deepCopy(T) - Method in interface org.hibernate.type.descriptor.java.MutabilityPlan
Return a deep copy of the value.
deepCopy(T) - Method in class org.hibernate.type.descriptor.java.MutableMutabilityPlan
 
deepCopy(T) - Method in class org.hibernate.type.descriptor.java.spi.FormatMapperBasedJavaType
 
deepCopy(T) - Method in class org.hibernate.type.EnumType
Deprecated.
 
deepCopy(T) - Method in class org.hibernate.type.SerializableToBlobType
 
deepCopy(T) - Method in class org.hibernate.usertype.BaseUserTypeSupport
 
deepCopy(T) - Method in class org.hibernate.usertype.internal.AbstractTimeZoneStorageCompositeUserType
 
deepCopy(T) - Method in class org.hibernate.usertype.StaticUserTypeSupport
 
deepCopyNotNull(Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarJavaType.CalendarMutabilityPlan
 
deepCopyNotNull(Date) - Method in class org.hibernate.type.descriptor.java.DateJavaType.DateMutabilityPlan
 
deepCopyNotNull(Date) - Method in class org.hibernate.type.descriptor.java.JdbcDateJavaType.DateMutabilityPlan
 
deepCopyNotNull(Date) - Method in class org.hibernate.type.descriptor.java.JdbcTimeJavaType.TimeMutabilityPlan
 
deepCopyNotNull(Date) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType.TimestampMutabilityPlan
 
deepCopyNotNull(S) - Method in class org.hibernate.type.descriptor.java.SerializableJavaType.SerializableMutabilityPlan
 
deepCopyNotNull(T) - Method in class org.hibernate.type.descriptor.converter.internal.AttributeConverterMutabilityPlanImpl
 
deepCopyNotNull(T) - Method in class org.hibernate.type.descriptor.java.ArrayMutabilityPlan
 
deepCopyNotNull(T) - Method in class org.hibernate.type.descriptor.java.MutableMutabilityPlan
 
DEF_SEGMENT_COLUMN - Static variable in class org.hibernate.id.enhanced.TableGenerator
The default "segment_column_name" value
DEF_SEGMENT_LENGTH - Static variable in class org.hibernate.id.enhanced.TableGenerator
The default "segment_value_length" value
DEF_SEGMENT_VALUE - Static variable in class org.hibernate.id.enhanced.TableGenerator
DEF_SEQUENCE - Static variable in interface org.hibernate.id.enhanced.ImplicitDatabaseObjectNamingStrategy
 
DEF_SEQUENCE_SUFFIX - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
DEF_TABLE - Static variable in class org.hibernate.id.enhanced.TableGenerator
The default "table_name" value
DEF_VALUE_COLUMN - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
DEF_VALUE_COLUMN - Static variable in class org.hibernate.id.enhanced.TableGenerator
The default "value_column_name" value
Default() - Constructor for class org.hibernate.boot.model.internal.XMLContext.Default
 
DEFAULT - org.hibernate.annotations.TimeZoneStorageType
DEFAULT - org.hibernate.boot.spi.AccessType
Default access strategy is property
DEFAULT - org.hibernate.envers.RelationTargetNotFoundAction
Specifies that exception handling should be based on the global system property: EnversSettings.GLOBAL_RELATION_NOT_FOUND_LEGACY_FLAG.
DEFAULT - org.hibernate.FetchMode
Use the default fetching strategy specified by the mapping annotations.
DEFAULT - org.hibernate.sql.ast.SqlAstNodeRenderingMode
Render node as is.
DEFAULT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
DEFAULT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
DEFAULT - Static variable in class org.hibernate.Length
The default length for a column in JPA.
DEFAULT - Static variable in class org.hibernate.type.descriptor.jdbc.BlobJdbcType
 
DEFAULT - Static variable in class org.hibernate.type.descriptor.jdbc.ClobJdbcType
 
DEFAULT - Static variable in class org.hibernate.type.descriptor.jdbc.NClobJdbcType
 
DEFAULT() - Method in class org.hibernate.grammars.hql.HqlParser.CycleClauseContext
 
DEFAULT() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
DEFAULT_ACCESSTYPE - Static variable in class org.hibernate.testing.cache.CachingRegionFactory
 
DEFAULT_ALIAS - Static variable in class org.hibernate.dialect.temptable.TemporaryTable
 
DEFAULT_ALIAS - Static variable in class org.hibernate.sql.ast.tree.delete.DeleteStatement
 
DEFAULT_ALIAS - Static variable in class org.hibernate.sql.ast.tree.insert.InsertSelectStatement
 
DEFAULT_ANNOTATION_PARAMETER_NAME - Static variable in class org.hibernate.jpamodelgen.util.TypeUtils
 
DEFAULT_BATCH_FETCH_SIZE - Static variable in interface org.hibernate.cfg.FetchSettings
Specifies the default value for batch fetching.
DEFAULT_CACHE_CONCURRENCY_STRATEGY - Static variable in interface org.hibernate.cfg.CacheSettings
Specifies the CacheConcurrencyStrategy to use by default when an entity is marked @Cacheable, but no concurrency strategy is explicitly specified via the Cache annotation.
DEFAULT_CASCADE_NAME - Static variable in interface org.hibernate.boot.spi.MappingDefaults
 
DEFAULT_CATALOG - Static variable in interface org.hibernate.cfg.MappingSettings
A default database catalog name to use for unqualified database object (table, sequence, ...) names
DEFAULT_CATALOG - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Default name of the catalog containing audit tables.
DEFAULT_CFG_RESOURCE_NAME - Static variable in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
The default resource name for a Hibernate configuration XML file.
DEFAULT_DISCRIMINATOR_COLUMN_NAME - Static variable in class org.hibernate.boot.model.internal.AnnotatedDiscriminatorColumn
 
DEFAULT_DISCRIMINATOR_COLUMN_NAME - Static variable in interface org.hibernate.boot.spi.MappingDefaults
 
DEFAULT_DISCRIMINATOR_COLUMN_NAME - Static variable in class org.hibernate.mapping.RootClass
Deprecated.
DEFAULT_DISCRIMINATOR_TYPE - Static variable in class org.hibernate.boot.model.internal.AnnotatedDiscriminatorColumn
 
DEFAULT_ELEMENT_COLUMN_NAME - Static variable in class org.hibernate.mapping.Collection
 
DEFAULT_ID_GEN_STRATEGY - Static variable in class org.hibernate.mapping.SimpleValue
 
DEFAULT_IDENTIFIER_COLUMN_NAME - Static variable in interface org.hibernate.boot.spi.MappingDefaults
 
DEFAULT_IDENTIFIER_COLUMN_NAME - Static variable in class org.hibernate.mapping.IdentifierCollection
 
DEFAULT_IDENTIFIER_COLUMN_NAME - Static variable in class org.hibernate.mapping.RootClass
Deprecated.
DEFAULT_IMPORT_FILE - Static variable in class org.hibernate.tool.schema.internal.SchemaCreatorImpl
 
DEFAULT_INCREMENT_SIZE - Static variable in interface org.hibernate.id.OptimizableGenerator
DEFAULT_INDEX_COLUMN_NAME - Static variable in class org.hibernate.mapping.IndexedCollection
 
DEFAULT_INITIAL_VALUE - Static variable in interface org.hibernate.id.OptimizableGenerator
DEFAULT_INSTANCE - Static variable in class org.hibernate.dialect.function.array.ArrayAndElementArgumentTypeResolver
 
DEFAULT_INSTANCE - Static variable in class org.hibernate.dialect.function.array.ArrayAndElementArgumentValidator
 
DEFAULT_INSTANCE - Static variable in class org.hibernate.dialect.function.array.ArrayArgumentValidator
 
DEFAULT_INSTANCE - Static variable in class org.hibernate.dialect.function.array.ArrayViaArgumentReturnTypeResolver
 
DEFAULT_INSTANCE - Static variable in class org.hibernate.dialect.function.array.ArrayViaElementArgumentReturnTypeResolver
 
DEFAULT_INSTANCE - Static variable in class org.hibernate.dialect.function.array.ElementViaArrayArgumentReturnTypeResolver
 
DEFAULT_KEY_COLUMN_NAME - Static variable in class org.hibernate.mapping.Collection
 
DEFAULT_LEGACY_MODE - Static variable in class org.hibernate.jpa.internal.util.CacheModeHelper
 
DEFAULT_LENGTH - Static variable in class org.hibernate.engine.jdbc.Size
 
DEFAULT_LIST_CAPACITY - Static variable in class org.hibernate.internal.util.collections.CollectionHelper
 
DEFAULT_LIST_INSTANCE - Static variable in class org.hibernate.dialect.function.array.ArrayViaElementArgumentReturnTypeResolver
 
DEFAULT_LIST_SEMANTICS - Static variable in interface org.hibernate.cfg.MappingSettings
Specifies the CollectionClassification to use for a plural attribute typed as List with no explicit list index details (OrderColumn, ListIndexBase, etc.).
DEFAULT_LOB_LENGTH - Static variable in class org.hibernate.engine.jdbc.Size
 
DEFAULT_LOCK_MODE - Static variable in class org.hibernate.event.spi.ResolveNaturalIdEvent
 
DEFAULT_NULL_ORDERING - Static variable in interface org.hibernate.cfg.QuerySettings
Specifies the default precedence of null values in the HQL ORDER BY clause, either none, first, or last.
DEFAULT_PRECISION - Static variable in class org.hibernate.engine.jdbc.Size
 
DEFAULT_PROPERTY_ACCESS_NAME - Static variable in interface org.hibernate.boot.spi.MappingDefaults
 
DEFAULT_QUERY_PLAN_MAX_COUNT - Static variable in interface org.hibernate.query.spi.QueryEngine
The default soft reference count.
DEFAULT_QUERY_RESULTS_REGION_UNQUALIFIED_NAME - Static variable in interface org.hibernate.cache.spi.RegionFactory
 
DEFAULT_QUERY_STATISTICS_MAX_SIZE - Static variable in interface org.hibernate.stat.Statistics
The default value of the configuration property "hibernate.statistics.query_max_size".
DEFAULT_RESTRICTOR - Static variable in class org.hibernate.persister.collection.mutation.RowMutationOperations
 
DEFAULT_RETRIEVE_MODE - Static variable in class org.hibernate.jpa.internal.util.CacheModeHelper
 
DEFAULT_SCALE - Static variable in class org.hibernate.engine.jdbc.Size
 
DEFAULT_SCHEMA - Static variable in interface org.hibernate.cfg.MappingSettings
A default database schema (owner) name to use for unqualified database object (table, sequence, ...) names
DEFAULT_SCHEMA - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Default name of the schema containing audit tables.
DEFAULT_STORE_MODE - Static variable in class org.hibernate.jpa.internal.util.CacheModeHelper
 
DEFAULT_TENANT_IDENTIFIER_COLUMN_NAME - Static variable in interface org.hibernate.boot.spi.MappingDefaults
 
DEFAULT_UPDATE_TIMESTAMPS_REGION_UNQUALIFIED_NAME - Static variable in interface org.hibernate.cache.spi.RegionFactory
 
DEFAULT_VALUE_SETTER - Static variable in class org.hibernate.persister.collection.mutation.RowMutationOperations
 
defaultAccess - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
defaultAccess - Variable in class org.hibernate.boot.jaxb.mapping.JaxbPersistenceUnitDefaults
 
DefaultAuditStrategy - Class in org.hibernate.envers.strategy
Deprecated.
DefaultAuditStrategy - Class in org.hibernate.envers.strategy.internal
Default implementation of the AuditStrategy contract.
DefaultAuditStrategy() - Constructor for class org.hibernate.envers.strategy.DefaultAuditStrategy
Deprecated.
 
DefaultAuditStrategy() - Constructor for class org.hibernate.envers.strategy.internal.DefaultAuditStrategy
 
DefaultAutoFlushEventListener - Class in org.hibernate.event.internal
Defines the default flush event listeners used by hibernate for flushing session state in response to generated auto-flush events.
DefaultAutoFlushEventListener() - Constructor for class org.hibernate.event.internal.DefaultAutoFlushEventListener
 
DefaultCacheKeysFactory - Class in org.hibernate.cache.internal
Second level cache providers now have the option to use custom key implementations.
DefaultCacheKeysFactory() - Constructor for class org.hibernate.cache.internal.DefaultCacheKeysFactory
 
defaultCascade - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
defaultCascade - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
 
defaultCascade - Variable in class org.hibernate.boot.jaxb.mapping.JaxbPersistenceUnitDefaults
 
defaultClassLoader() - Static method in class org.hibernate.internal.util.SerializationHelper
Returns the Thread Context ClassLoader (TCCL).
DefaultComponentSafeNamingStrategy - Class in org.hibernate.cfg
Deprecated.
NamingStrategy itself has been deprecated
DefaultComponentSafeNamingStrategy() - Constructor for class org.hibernate.cfg.DefaultComponentSafeNamingStrategy
Deprecated.
 
defaultCondition() - Method in annotation type org.hibernate.annotations.FilterDef
The default filter condition, a SQL expression used for filtering the rows returned by a query when the filter is enabled.
DefaultCustomEntityDirtinessStrategy - Class in org.hibernate.boot.internal
The default implementation of CustomEntityDirtinessStrategy which does nada.
DefaultCustomEntityDirtinessStrategy() - Constructor for class org.hibernate.boot.internal.DefaultCustomEntityDirtinessStrategy
 
DefaultDeleteEventListener - Class in org.hibernate.event.internal
Defines the default delete event listener used by hibernate for deleting entities from the datastore in response to generated delete events.
DefaultDeleteEventListener() - Constructor for class org.hibernate.event.internal.DefaultDeleteEventListener
 
DefaultDialectSelector - Class in org.hibernate.boot.registry.selector.internal
 
DefaultDialectSelector() - Constructor for class org.hibernate.boot.registry.selector.internal.DefaultDialectSelector
 
DefaultDirtyCheckEventListener - Class in org.hibernate.event.internal
Defines the default dirty-check event listener used by hibernate for checking the session for dirtiness in response to generated dirty-check events.
DefaultDirtyCheckEventListener() - Constructor for class org.hibernate.event.internal.DefaultDirtyCheckEventListener
 
DefaultDiscriminatorConverter<O,​R> - Class in org.hibernate.metamodel.mapping
Implements the default discriminator assignment strategy defined by JPA, that is, the discriminator value is the JPA (unqualified) entity name.
DefaultDiscriminatorConverter(NavigableRole, JavaType<O>, JavaType<R>, MappingMetamodelImplementor) - Constructor for class org.hibernate.metamodel.mapping.DefaultDiscriminatorConverter
 
DefaultEnhancementContext - Class in org.hibernate.bytecode.enhance.spi
default implementation of EnhancementContext.
DefaultEnhancementContext() - Constructor for class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
 
DefaultEvictEventListener - Class in org.hibernate.event.internal
Defines the default evict event listener used by hibernate for evicting entities in response to generated flush events.
DefaultEvictEventListener() - Constructor for class org.hibernate.event.internal.DefaultEvictEventListener
 
DefaultFetchProfile - Class in org.hibernate.engine.profile
 
DefaultFetchProfile(RuntimeMetamodels) - Constructor for class org.hibernate.engine.profile.DefaultFetchProfile
 
DefaultFlushEntityEventListener - Class in org.hibernate.event.internal
An event that occurs for each entity instance at flush time
DefaultFlushEntityEventListener() - Constructor for class org.hibernate.event.internal.DefaultFlushEntityEventListener
 
DefaultFlushEventListener - Class in org.hibernate.event.internal
Defines the default flush event listeners used by hibernate for flushing session state in response to generated flush events.
DefaultFlushEventListener() - Constructor for class org.hibernate.event.internal.DefaultFlushEventListener
 
defaultGraph(Class) - Method in interface org.hibernate.metamodel.MappingMetamodel
 
defaultGraph(Class) - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
defaultGraph(String) - Method in interface org.hibernate.metamodel.MappingMetamodel
 
defaultGraph(String) - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
defaultGraph(EntityDomainType<?>) - Method in interface org.hibernate.metamodel.MappingMetamodel
 
defaultGraph(EntityDomainType<?>) - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
defaultGraph(EntityPersister) - Method in interface org.hibernate.metamodel.MappingMetamodel
 
defaultGraph(EntityPersister) - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
DefaultInitializeCollectionEventListener - Class in org.hibernate.event.internal
 
DefaultInitializeCollectionEventListener() - Constructor for class org.hibernate.event.internal.DefaultInitializeCollectionEventListener
 
DefaultJtaPlatformSelector - Class in org.hibernate.boot.registry.selector.internal
 
DefaultJtaPlatformSelector() - Constructor for class org.hibernate.boot.registry.selector.internal.DefaultJtaPlatformSelector
 
defaultLazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
defaultLazy - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
 
defaultLazy - Variable in class org.hibernate.boot.jaxb.mapping.JaxbPersistenceUnitDefaults
 
DefaultLoadEventListener - Class in org.hibernate.event.internal
Defines the default load event listeners used by hibernate for loading entities in response to generated load events.
DefaultLoadEventListener() - Constructor for class org.hibernate.event.internal.DefaultLoadEventListener
 
DefaultLockEventListener - Class in org.hibernate.event.internal
Defines the default lock event listeners used by hibernate to lock entities in response to generated lock events.
DefaultLockEventListener() - Constructor for class org.hibernate.event.internal.DefaultLockEventListener
 
DefaultMergeEventListener - Class in org.hibernate.event.internal
Defines the default copy event listener used by hibernate for copying entities in response to generated copy events.
DefaultMergeEventListener() - Constructor for class org.hibernate.event.internal.DefaultMergeEventListener
 
DefaultNamingStrategy - Class in org.hibernate.cfg
Deprecated.
NamingStrategy itself has been deprecated
DefaultNamingStrategy() - Constructor for class org.hibernate.cfg.DefaultNamingStrategy
Deprecated.
 
DefaultPersistEventListener - Class in org.hibernate.event.internal
Defines the default create event listener used by hibernate for creating transient entities in response to generated create events.
DefaultPersistEventListener() - Constructor for class org.hibernate.event.internal.DefaultPersistEventListener
 
DefaultPersistOnFlushEventListener - Class in org.hibernate.event.internal
When persist is used as the cascade action, persistOnFlush should be used
DefaultPersistOnFlushEventListener() - Constructor for class org.hibernate.event.internal.DefaultPersistOnFlushEventListener
 
DefaultPostLoadEventListener - Class in org.hibernate.event.internal
We do two things here: Call Lifecycle interface if necessary Perform needed EntityEntry.getLockMode() related processing
DefaultPostLoadEventListener() - Constructor for class org.hibernate.event.internal.DefaultPostLoadEventListener
 
DefaultPreLoadEventListener - Class in org.hibernate.event.internal
Called before injecting property values into a newly loaded entity instance.
DefaultPreLoadEventListener() - Constructor for class org.hibernate.event.internal.DefaultPreLoadEventListener
 
DefaultRefreshEventListener - Class in org.hibernate.event.internal
Defines the default refresh event listener used by hibernate for refreshing entities in response to generated refresh events.
DefaultRefreshEventListener() - Constructor for class org.hibernate.event.internal.DefaultRefreshEventListener
 
defaultRegionName(String, SessionFactoryImplementor, String, List<String>) - Method in class org.hibernate.cache.jcache.internal.JCacheRegionFactory
 
DefaultReplicateEventListener - Class in org.hibernate.event.internal
DefaultReplicateEventListener() - Constructor for class org.hibernate.event.internal.DefaultReplicateEventListener
Deprecated.
 
DefaultResolveNaturalIdEventListener - Class in org.hibernate.event.internal
Defines the default load event listeners used by hibernate for loading entities in response to generated load events.
DefaultResolveNaturalIdEventListener() - Constructor for class org.hibernate.event.internal.DefaultResolveNaturalIdEventListener
 
DefaultRevisionEntity - Class in org.hibernate.envers
 
DefaultRevisionEntity() - Constructor for class org.hibernate.envers.DefaultRevisionEntity
 
DefaultRevisionInfoGenerator - Class in org.hibernate.envers.internal.revisioninfo
 
DefaultRevisionInfoGenerator(String, Class<?>, Class<? extends RevisionListener>, RevisionTimestampValueResolver, ServiceRegistry) - Constructor for class org.hibernate.envers.internal.revisioninfo.DefaultRevisionInfoGenerator
 
DefaultSaveEventListener - Class in org.hibernate.event.internal
Deprecated.
since Session.save(java.lang.Object) is deprecated
DefaultSaveEventListener() - Constructor for class org.hibernate.event.internal.DefaultSaveEventListener
Deprecated.
 
DefaultSaveOrUpdateEventListener - Class in org.hibernate.event.internal
Deprecated.
DefaultSaveOrUpdateEventListener() - Constructor for class org.hibernate.event.internal.DefaultSaveOrUpdateEventListener
Deprecated.
 
DefaultSchemaFilter - Class in org.hibernate.tool.schema.internal
Default implementation of the SchemaFilter contract, which is to just include everything.
DefaultSchemaFilter() - Constructor for class org.hibernate.tool.schema.internal.DefaultSchemaFilter
 
DefaultSchemaFilterProvider - Class in org.hibernate.tool.schema.internal
Default implementation of the SchemaFilterProvider contract, which returns DefaultSchemaFilter for all filters.
DefaultSchemaFilterProvider() - Constructor for class org.hibernate.tool.schema.internal.DefaultSchemaFilterProvider
 
DefaultSchemaNameResolver - Class in org.hibernate.engine.jdbc.env.internal
Default implementation of SchemaNameResolver.
DefaultSchemaNameResolver.SchemaNameResolverFallbackDelegate - Class in org.hibernate.engine.jdbc.env.internal
 
DefaultSchemaNameResolver.SchemaNameResolverJava17Delegate - Class in org.hibernate.engine.jdbc.env.internal
 
defaultScrollMode() - Method in class org.hibernate.dialect.AbstractHANADialect
 
defaultScrollMode() - Method in class org.hibernate.dialect.Dialect
A default ScrollMode to be used by Query.scroll().
defaultScrollMode() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
DefaultSessionFactoryBuilderInitiator - Class in org.hibernate.boot.internal
 
DefaultSessionFactoryBuilderService - Class in org.hibernate.boot.internal
This is the default implementation of SessionFactoryBuilderService, which just returns the default SessionFactoryBuilderImpl.
DefaultTrackingModifiedEntitiesRevisionEntity - Class in org.hibernate.envers
Extension of standard DefaultRevisionEntity that allows tracking entity names changed in each revision.
DefaultTrackingModifiedEntitiesRevisionEntity() - Constructor for class org.hibernate.envers.DefaultTrackingModifiedEntitiesRevisionEntity
 
DefaultTrackingModifiedEntitiesRevisionInfoGenerator - Class in org.hibernate.envers.internal.revisioninfo
Automatically adds entity names, that have been changed during current revision, to revision entity.
DefaultTrackingModifiedEntitiesRevisionInfoGenerator(String, Class<?>, Class<? extends RevisionListener>, RevisionTimestampValueResolver, PropertyData, ServiceRegistry) - Constructor for class org.hibernate.envers.internal.revisioninfo.DefaultTrackingModifiedEntitiesRevisionInfoGenerator
 
DefaultUniqueDelegate - Class in org.hibernate.dialect.unique
Deprecated.
DefaultUniqueDelegate(Dialect) - Constructor for class org.hibernate.dialect.unique.DefaultUniqueDelegate
Deprecated.
 
DefaultUpdateEventListener - Class in org.hibernate.event.internal
Deprecated.
DefaultUpdateEventListener() - Constructor for class org.hibernate.event.internal.DefaultUpdateEventListener
Deprecated.
 
DeferredResultSetAccess - Class in org.hibernate.sql.results.jdbc.internal
 
DeferredResultSetAccess(JdbcOperationQuerySelect, JdbcParameterBindings, ExecutionContext, Function<String, PreparedStatement>) - Constructor for class org.hibernate.sql.results.jdbc.internal.DeferredResultSetAccess
 
definingFlushBeforeCompletionIgnoredInHem(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
definition - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
 
definition - Variable in class org.hibernate.boot.jaxb.mapping.JaxbDatabaseObject
 
degrees() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
degrees(Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create an expression that converts an angle measured in radians to an approximately equivalent angle measured in degrees.
degrees(Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
degrees(Expression<? extends Number>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
degrees_acos() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
For Oracle, HANA
dehydrate(Object, Object[], Object, boolean[], boolean[][], int, PreparedStatement, SharedSessionContractImplementor, int, boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Deprecated, for removal: This API element is subject to removal in a future version.
No longer used.
DEL - org.hibernate.envers.RevisionType
Indicates that the entity was deleted (removed) at that revision.
DEL_REVISION_TYPE_PARAMETER - Static variable in class org.hibernate.envers.internal.entities.mapper.relation.query.QueryConstants
 
DELAY_CDI_ACCESS - Static variable in interface org.hibernate.cfg.ManagedBeanSettings
Used in conjunction with "hibernate.resource.beans.container" when CDI is used.
DELAY_ENTITY_LOADER_CREATIONS - Static variable in interface org.hibernate.cfg.AvailableSettings
Controls how entity loaders are created.
DELAYED - org.hibernate.engine.FetchTiming
Performing fetching later, when needed.
DELAYED_ACQUISITION_AND_HOLD - org.hibernate.resource.jdbc.spi.PhysicalConnectionHandlingMode
The Connection will be acquired as soon as it is needed and then held until the session is closed.
DELAYED_ACQUISITION_AND_RELEASE_AFTER_STATEMENT - org.hibernate.resource.jdbc.spi.PhysicalConnectionHandlingMode
The Connection will be acquired as soon as it is needed; it will be released after each statement is executed.
DELAYED_ACQUISITION_AND_RELEASE_AFTER_TRANSACTION - org.hibernate.resource.jdbc.spi.PhysicalConnectionHandlingMode
The Connection will be acquired as soon as it is needed; it will be released after each transaction is completed.
DELAYED_ACQUISITION_AND_RELEASE_BEFORE_TRANSACTION_COMPLETION - org.hibernate.resource.jdbc.spi.PhysicalConnectionHandlingMode
The Connection will be acquired as soon as it is needed; it will be released before commit or rollback.
delayedAfterCompletion() - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
delayedAfterCompletion() - Method in class org.hibernate.internal.SessionImpl
 
delayedAfterCompletion() - Method in interface org.hibernate.loader.internal.LoadAccessContext
 
DelayedCollectionAssembler - Class in org.hibernate.sql.results.graph.collection.internal
 
DelayedCollectionAssembler(NavigablePath, PluralAttributeMapping, FetchParentAccess, DomainResult<?>, AssemblerCreationState) - Constructor for class org.hibernate.sql.results.graph.collection.internal.DelayedCollectionAssembler
 
DelayedCollectionFetch - Class in org.hibernate.sql.results.graph.collection.internal
 
DelayedCollectionFetch(NavigablePath, PluralAttributeMapping, FetchParent, DomainResult<?>) - Constructor for class org.hibernate.sql.results.graph.collection.internal.DelayedCollectionFetch
 
DelayedCollectionInitializer - Class in org.hibernate.sql.results.graph.collection.internal
 
DelayedCollectionInitializer(NavigablePath, PluralAttributeMapping, FetchParentAccess, DomainResultAssembler<?>) - Constructor for class org.hibernate.sql.results.graph.collection.internal.DelayedCollectionInitializer
 
delayedConfigBean(String, ManagedBean<T>, Properties) - Static method in class org.hibernate.boot.model.internal.DelayedParameterizedTypeBean
Create a bean wrapper which delays parameter injection until the bean instance is needed if there are parameters
DelayedDropAction - Interface in org.hibernate.tool.schema.spi
Memento representing the dropping of a schema as part of create-drop hbm2ddl.auto handling.
DelayedDropRegistry - Interface in org.hibernate.tool.schema.spi
Callback to allow the built DelayedDropAction, if indicated, to be registered back with the SessionFactory (or the thing that will manage its later execution).
DelayedDropRegistryNotAvailableImpl - Class in org.hibernate.tool.schema.spi
Implementation of DelayedDropRegistry for cases when the delayed-drop portion of "create-drop" is not valid.
DelayedDropRegistryNotAvailableImpl() - Constructor for class org.hibernate.tool.schema.spi.DelayedDropRegistryNotAvailableImpl
 
DelayedFetchBuilderBasicPart - Class in org.hibernate.query.results.complete
 
DelayedFetchBuilderBasicPart(NavigablePath, BasicValuedModelPart, boolean) - Constructor for class org.hibernate.query.results.complete.DelayedFetchBuilderBasicPart
 
DelayedParameterizedTypeBean<T> - Class in org.hibernate.boot.model.internal
ManagedBean implementation for delayed ParameterizedType handling (parameter injection) for a UserCollectionType
DelayedParameterizedTypeBean(ManagedBean<T>, Properties) - Constructor for class org.hibernate.boot.model.internal.DelayedParameterizedTypeBean
 
DelayedPostInsertIdentifier - Class in org.hibernate.action.internal
Acts as a stand-in for an entity identifier which is supposed to be generated on insert (like an IDENTITY column) where the insert needed to be delayed because we were outside a transaction when the persist operation was called (save currently still performs the insert).
DelayedPostInsertIdentifier() - Constructor for class org.hibernate.action.internal.DelayedPostInsertIdentifier
DelayedPropertyReferenceHandlerImpl(String, String, boolean, String, Origin) - Constructor for class org.hibernate.boot.model.source.internal.hbm.ModelBinder.DelayedPropertyReferenceHandlerImpl
 
delegate - Variable in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
delegate - Variable in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
delegate - Variable in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
 
delegate - Variable in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.MapProxy
 
delegate - Variable in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
delegate() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
delegate() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
delegate() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
delegate() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
delegate() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilderImplementor
 
delegate() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
delegate() - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
delegate() - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilderImplementor
 
delegate() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
delegate() - Method in class org.hibernate.engine.spi.AbstractDelegatingWrapperOptions
Returns the underlying session delegate.
delegate() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
Returns the delegate session.
delegate() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
delegate() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
Returns the delegate session.
delegateCallable(Callable<T>, boolean) - Method in class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcIsolationDelegate
 
delegateCallable(Callable<T>, boolean) - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaIsolationDelegate
 
delegateCallable(Callable<T>, boolean) - Method in interface org.hibernate.resource.transaction.spi.IsolationDelegate
Invoke the given callable in isolation from current transaction.
delegateWork(WorkExecutorVisitable<T>, boolean) - Method in class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcIsolationDelegate
 
delegateWork(WorkExecutorVisitable<T>, boolean) - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaIsolationDelegate
 
delegateWork(WorkExecutorVisitable<T>, boolean) - Method in interface org.hibernate.resource.transaction.spi.IsolationDelegate
Perform the given work in isolation from current transaction.
DelegatingDomainQueryExecutionContext - Class in org.hibernate.query.internal
 
DelegatingDomainQueryExecutionContext(DomainQueryExecutionContext) - Constructor for class org.hibernate.query.internal.DelegatingDomainQueryExecutionContext
 
DelegatingJdbcTypeIndicators - Class in org.hibernate.type.descriptor.jdbc
 
DelegatingJdbcTypeIndicators(JdbcTypeIndicators) - Constructor for class org.hibernate.type.descriptor.jdbc.DelegatingJdbcTypeIndicators
 
DelegatingPersistenceUnitInfo - Class in org.hibernate.testing.util.jpa
 
DelegatingPersistenceUnitInfo(PersistenceUnitInfo) - Constructor for class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
 
DelegatingQueryOptions - Class in org.hibernate.query.spi
 
DelegatingQueryOptions(QueryOptions) - Constructor for class org.hibernate.query.spi.DelegatingQueryOptions
 
DelegatingSqmAliasedNodeCollector(SqlExpressionResolver) - Constructor for class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.DelegatingSqmAliasedNodeCollector
 
DelegatingSqmSelectionQueryImplementor<R> - Class in org.hibernate.query.sqm.spi
 
DelegatingSqmSelectionQueryImplementor() - Constructor for class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
DelegatingTableGroup - Class in org.hibernate.sql.ast.tree.from
 
DelegatingTableGroup() - Constructor for class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
delete(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
delete(Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
delete(Object) - Method in class org.hibernate.internal.SessionImpl
Deprecated.
delete(Object) - Method in class org.hibernate.internal.StatelessSessionImpl
 
delete(Object) - Method in interface org.hibernate.Session
Deprecated.
delete(Object) - Method in interface org.hibernate.StatelessSession
Delete a row.
delete(Object, Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Delete an object
delete(Object, Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Delete a persistent instance
delete(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
delete(String, Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
delete(String, Object) - Method in class org.hibernate.internal.SessionImpl
Deprecated.
delete(String, Object) - Method in class org.hibernate.internal.StatelessSessionImpl
 
delete(String, Object) - Method in interface org.hibernate.Session
Deprecated.
delete(String, Object) - Method in interface org.hibernate.StatelessSession
Delete a row.
delete(String, Object, boolean, DeleteContext) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
delete(String, Object, boolean, DeleteContext) - Method in interface org.hibernate.engine.spi.SessionImplementor
Deprecated.
OperationalContext should cover this overload I believe
delete(String, Object, boolean, DeleteContext) - Method in interface org.hibernate.event.spi.EventSource
Cascade delete an entity instance
delete(String, Object, boolean, DeleteContext) - Method in class org.hibernate.internal.SessionImpl
 
Delete - Class in org.hibernate.sql
A SQL DELETE statement.
Delete(SessionFactoryImplementor) - Constructor for class org.hibernate.sql.Delete
 
Delete(ParameterMarkerStrategy) - Constructor for class org.hibernate.sql.Delete
 
DELETE - org.hibernate.annotations.CascadeType
Deprecated.
since Session.delete(Object) is deprecated
DELETE - org.hibernate.boot.beanvalidation.GroupsPerOperation.Operation
 
DELETE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
DELETE - org.hibernate.engine.internal.Nullability.NullabilityCheckType
 
DELETE - org.hibernate.sql.ast.Clause
Not used in 5.x.
DELETE - org.hibernate.sql.model.MutationType
 
DELETE - Static variable in class org.hibernate.engine.spi.CascadeStyles
delete
DELETE - Static variable in class org.hibernate.engine.spi.CascadingActions
 
DELETE - Static variable in class org.hibernate.event.spi.EventType
 
DELETE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
DELETE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
DELETE() - Method in class org.hibernate.grammars.hql.HqlParser.DeleteStatementContext
 
DELETE() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
DELETE_ORPHAN - org.hibernate.annotations.CascadeType
Ancient versions of Hibernate treated orphan removal as a specialized type of cascade.
DELETE_ORPHAN - Static variable in class org.hibernate.engine.spi.CascadeStyles
delete + delete orphans
deleteAllRows(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.mutation.RemoveCoordinator
Delete all rows based on the collection-key
deleteAllRows(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.mutation.RemoveCoordinatorNoOp
 
deleteAllRows(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.mutation.RemoveCoordinatorStandard
 
deleteAllRows(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.mutation.RemoveCoordinatorTablePerSubclass
 
deleteCallable - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
Deprecated.
DeleteContext - Interface in org.hibernate.event.spi
A DeleteEvent represents a delete operation applied to a single entity.
DeleteCoordinator - Interface in org.hibernate.persister.entity.mutation
Coordinates the deleting of an entity.
DeleteCoordinatorSoft - Class in org.hibernate.persister.entity.mutation
DeleteCoordinator for soft-deletes
DeleteCoordinatorSoft(AbstractEntityPersister, SessionFactoryImplementor) - Constructor for class org.hibernate.persister.entity.mutation.DeleteCoordinatorSoft
 
DeleteCoordinatorStandard - Class in org.hibernate.persister.entity.mutation
Coordinates standard deleting of an entity.
DeleteCoordinatorStandard(AbstractEntityPersister, SessionFactoryImplementor) - Constructor for class org.hibernate.persister.entity.mutation.DeleteCoordinatorStandard
 
DELETED - org.hibernate.annotations.SoftDeleteType
Tracks rows which are deleted.
DELETED - org.hibernate.engine.spi.Status
 
DELETED - org.hibernate.event.internal.EntityState
 
deleteEntity(String) - Method in class org.hibernate.stat.internal.StatisticsImpl
 
deleteEntity(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about an entity being deleted.
deleteEntity(EventSource, Object, EntityEntry, boolean, boolean, EntityPersister, DeleteContext) - Method in class org.hibernate.event.internal.DefaultDeleteEventListener
Perform the entity deletion.
DeleteEvent - Class in org.hibernate.event.spi
Defines an event class for the deletion of an entity.
DeleteEvent(Object, EventSource) - Constructor for class org.hibernate.event.spi.DeleteEvent
Constructs a new DeleteEvent instance.
DeleteEvent(String, Object, boolean, boolean, EventSource) - Constructor for class org.hibernate.event.spi.DeleteEvent
 
DeleteEvent(String, Object, boolean, EventSource) - Constructor for class org.hibernate.event.spi.DeleteEvent
 
DeleteEvent(String, Object, EventSource) - Constructor for class org.hibernate.event.spi.DeleteEvent
 
DeleteEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of deletion events generated from a session.
deleteExpectations - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
Deprecated.
DeleteHandler - Interface in org.hibernate.query.sqm.mutation.internal
Handler for dealing with multi-table SQM DELETE queries.
deleteOrphans() - Method in interface org.hibernate.engine.spi.CascadingAction
Does this action potentially extrapolate to orphan deletes?
DeleteOrUpsertOperation - Class in org.hibernate.sql.model.jdbc
 
DeleteOrUpsertOperation(EntityMutationTarget, EntityTableMapping, UpsertOperation, OptionalTableUpdate) - Constructor for class org.hibernate.sql.model.jdbc.DeleteOrUpsertOperation
 
deleteRows(PersistentCollection<?>, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
deleteRows(PersistentCollection<?>, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
Delete the persistent state of any elements that were removed from the collection
deleteRows(PersistentCollection<?>, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.mutation.DeleteRowsCoordinator
Perform the deletions
deleteRows(PersistentCollection<?>, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.mutation.DeleteRowsCoordinatorNoOp
 
deleteRows(PersistentCollection<?>, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.mutation.DeleteRowsCoordinatorStandard
 
deleteRows(PersistentCollection<?>, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.mutation.DeleteRowsCoordinatorTablePerSubclass
 
deleteRows(PersistentCollection<?>, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
DeleteRowsCoordinator - Interface in org.hibernate.persister.collection.mutation
Coordinates the deletion of entries removed from the collection - For collections with a collection-table, deletes rows from the collection table.
DeleteRowsCoordinatorNoOp - Class in org.hibernate.persister.collection.mutation
DeleteRowsCoordinator implementation for cases where deletion is not enabled
DeleteRowsCoordinatorNoOp(CollectionMutationTarget) - Constructor for class org.hibernate.persister.collection.mutation.DeleteRowsCoordinatorNoOp
 
DeleteRowsCoordinatorStandard - Class in org.hibernate.persister.collection.mutation
 
DeleteRowsCoordinatorStandard(CollectionMutationTarget, RowMutationOperations, boolean, ServiceRegistry) - Constructor for class org.hibernate.persister.collection.mutation.DeleteRowsCoordinatorStandard
 
DeleteRowsCoordinatorTablePerSubclass - Class in org.hibernate.persister.collection.mutation
OneToMany delete coordinator if the element is a UnionSubclassEntityPersister.
DeleteRowsCoordinatorTablePerSubclass(OneToManyPersister, RowMutationOperations, boolean, ServiceRegistry) - Constructor for class org.hibernate.persister.collection.mutation.DeleteRowsCoordinatorTablePerSubclass
 
deleteStatement() - Method in class org.hibernate.grammars.hql.HqlParser
 
deleteStatement() - Method in class org.hibernate.grammars.hql.HqlParser.StatementContext
 
DeleteStatement - Class in org.hibernate.sql.ast.tree.delete
 
DeleteStatement(CteContainer, NamedTableReference, FromClause, Predicate, List<ColumnReference>) - Constructor for class org.hibernate.sql.ast.tree.delete.DeleteStatement
 
DeleteStatement(NamedTableReference, FromClause, Predicate) - Constructor for class org.hibernate.sql.ast.tree.delete.DeleteStatement
 
DeleteStatement(NamedTableReference, FromClause, Predicate, List<ColumnReference>) - Constructor for class org.hibernate.sql.ast.tree.delete.DeleteStatement
 
DeleteStatement(NamedTableReference, Predicate) - Constructor for class org.hibernate.sql.ast.tree.delete.DeleteStatement
 
DeleteStatement(NamedTableReference, Predicate, List<ColumnReference>) - Constructor for class org.hibernate.sql.ast.tree.delete.DeleteStatement
 
DeleteStatement.DeleteStatementBuilder - Class in org.hibernate.sql.ast.tree.delete
 
DeleteStatementBuilder(NamedTableReference) - Constructor for class org.hibernate.sql.ast.tree.delete.DeleteStatement.DeleteStatementBuilder
 
DeleteStatementContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.DeleteStatementContext
 
deleteTransientEntity(EventSource, Object, EntityPersister, DeleteContext) - Method in class org.hibernate.event.internal.DefaultDeleteEventListener
We encountered a delete request on a transient instance.
delimitedIdentifiers - Variable in class org.hibernate.boot.jaxb.mapping.JaxbPersistenceUnitDefaults
 
delimitedIdentifiers - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
 
DELIMITER - Static variable in class org.hibernate.boot.model.source.spi.AttributePath
 
DELIMITER - Static variable in class org.hibernate.boot.model.source.spi.AttributeRole
 
DELIMITER - Static variable in class org.hibernate.grammars.importsql.SqlScriptLexer
 
DELIMITER - Static variable in class org.hibernate.grammars.importsql.SqlScriptParser
 
DELIMITER() - Method in class org.hibernate.grammars.importsql.SqlScriptParser.CommandBlockContext
 
delistResource(XAResource, int) - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter.TransactionAdapter
 
DelWorkUnit - Class in org.hibernate.envers.internal.synchronization.work
 
DelWorkUnit(SessionImplementor, String, EnversService, Object, EntityPersister, Object[]) - Constructor for class org.hibernate.envers.internal.synchronization.work.DelWorkUnit
 
DenormalizedTable - Class in org.hibernate.mapping
 
DenormalizedTable(String, Namespace, String, boolean, Table) - Constructor for class org.hibernate.mapping.DenormalizedTable
 
DenormalizedTable(String, Namespace, Identifier, boolean, Table) - Constructor for class org.hibernate.mapping.DenormalizedTable
 
DenormalizedTable(String, Namespace, Identifier, String, boolean, Table) - Constructor for class org.hibernate.mapping.DenormalizedTable
 
denseRank(JpaWindow) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create a dense_rank window function expression.
denseRank(JpaWindow) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
denseRank(JpaWindow) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
DependantBasicValue - Class in org.hibernate.mapping
 
DependantBasicValue(MetadataBuildingContext, Table, BasicValue, boolean, boolean) - Constructor for class org.hibernate.mapping.DependantBasicValue
 
DependantValue - Class in org.hibernate.mapping
A mapping model object representing a value which is "typed" by reference to some other value (for example, a foreign key is typed by the referenced primary key).
DependantValue(MetadataBuildingContext, Table, KeyValue) - Constructor for class org.hibernate.mapping.DependantValue
 
dependsOnParameterBindings() - Method in class org.hibernate.sql.exec.internal.JdbcCallImpl
 
dependsOnParameterBindings() - Method in class org.hibernate.sql.exec.spi.AbstractJdbcOperationQuery
 
dependsOnParameterBindings() - Method in interface org.hibernate.sql.exec.spi.JdbcOperationQuery
Signals that the SQL depends on the parameter bindings e.g.
dependsOnParameterBindings() - Method in class org.hibernate.sql.exec.spi.JdbcOperationQueryMutationNative
 
DeprecatedCollectionStuff - Interface in org.hibernate.persister.collection
Deprecated.
Just used to singly extend all the deprecated collection persister roles
deprecatedDialect(String) - Method in interface org.hibernate.internal.log.DeprecationLogger
 
deprecatedDialect(String, String) - Method in interface org.hibernate.internal.log.DeprecationLogger
 
DeprecatedEntityStuff - Interface in org.hibernate.persister.entity
Deprecated.
Just used to singly extend all the deprecated entity persister roles
deprecatedInstrumentationProperty() - Method in interface org.hibernate.internal.EntityManagerMessageLogger
 
deprecatedJpaPositionalParameterAccess(Integer) - Method in interface org.hibernate.internal.EntityManagerMessageLogger
 
deprecatedManyToManyFetch() - Method in interface org.hibernate.internal.log.DeprecationLogger
 
deprecatedManyToManyOuterJoin() - Method in interface org.hibernate.internal.log.DeprecationLogger
 
deprecatedNativeQueryColonEscaping(String, String) - Method in interface org.hibernate.internal.log.DeprecationLogger
 
deprecatedPersistenceProvider(String, String) - Method in interface org.hibernate.internal.EntityManagerMessageLogger
 
deprecatedSequenceGenerator(String) - Method in interface org.hibernate.internal.log.DeprecationLogger
 
deprecatedSetting(String, String) - Method in interface org.hibernate.internal.log.DeprecationLogger
 
deprecatedSetting2(String, String) - Method in interface org.hibernate.internal.log.DeprecationLogger
Different from DeprecationLogger.deprecatedSetting(java.lang.String, java.lang.String) in that sometimes there is no direct alternative
deprecatedSettingForRemoval(String, String) - Method in interface org.hibernate.internal.log.DeprecationLogger
Different from DeprecationLogger.deprecatedSetting(java.lang.String, java.lang.String) in that sometimes there is no direct alternative
deprecatedSettingNoReplacement(String) - Method in interface org.hibernate.internal.log.DeprecationLogger
Different from DeprecationLogger.deprecatedSetting(java.lang.String, java.lang.String) in that sometimes there is no direct alternative
deprecatedTableGenerator(String) - Method in interface org.hibernate.internal.log.DeprecationLogger
 
deprecatedUuidGenerator(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
DEPRECATION_LOGGER - Static variable in interface org.hibernate.internal.log.DeprecationLogger
 
DeprecationLogger - Interface in org.hibernate.internal.log
Class to consolidate logging about usage of deprecated features.
depth() - Method in interface org.hibernate.internal.util.collections.Stack
How many elements are currently on the stack?
depth() - Method in class org.hibernate.internal.util.collections.StandardStack
 
DEPTH - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
DEPTH - Static variable in class org.hibernate.grammars.hql.HqlParser
 
DEPTH() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
DEPTH() - Method in class org.hibernate.grammars.hql.HqlParser.SearchClauseContext
 
DEPTH_FIRST - org.hibernate.sql.ast.tree.cte.CteSearchClauseKind
Use depth first for a recursive CTE.
DERBY - org.hibernate.dialect.Database
 
DerbyDialect - Class in org.hibernate.dialect
A SQL dialect for Apache Derby 10.15.2 and above.
DerbyDialect() - Constructor for class org.hibernate.dialect.DerbyDialect
 
DerbyDialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.DerbyDialect
 
DerbyDialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.DerbyDialect
 
DerbyLimitHandler - Class in org.hibernate.dialect.pagination
A LimitHandler for Apache Derby, which fully supports the ANSI SQL standard syntax FETCH FIRST m ROWS ONLY and OFFSET n ROWS FETCH NEXT m ROWS ONLY.
DerbyLimitHandler(boolean) - Constructor for class org.hibernate.dialect.pagination.DerbyLimitHandler
 
DerbyLpadEmulation - Class in org.hibernate.dialect.function
A derby implementation for lpad.
DerbyLpadEmulation(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.DerbyLpadEmulation
 
DerbyRpadEmulation - Class in org.hibernate.dialect.function
A derby implementation for rpad.
DerbyRpadEmulation(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.DerbyRpadEmulation
 
DerbySequenceSupport - Class in org.hibernate.dialect.sequence
Sequence support for DerbyDialect.
DerbySequenceSupport() - Constructor for class org.hibernate.dialect.sequence.DerbySequenceSupport
 
DerbySqlAstTranslator<T extends JdbcOperation> - Class in org.hibernate.dialect
A SQL AST translator for Derby.
DerbySqlAstTranslator(SessionFactoryImplementor, Statement) - Constructor for class org.hibernate.dialect.DerbySqlAstTranslator
 
deregister(JdbcValuesSourceProcessingState) - Method in class org.hibernate.sql.results.spi.LoadContexts
 
deRegisterChild(ServiceRegistryImplementor) - Method in class org.hibernate.boot.registry.internal.BootstrapServiceRegistryImpl
 
deRegisterChild(ServiceRegistryImplementor) - Method in class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
deRegisterChild(ServiceRegistryImplementor) - Method in interface org.hibernate.service.spi.ServiceRegistryImplementor
When a registry is created with a parent, the parent is notified of the child via this callback.
DERIVED - org.hibernate.boot.model.source.spi.RelationalValueSource.Nature
 
DerivedTableReference - Class in org.hibernate.sql.ast.tree.from
 
DerivedTableReference(String, List<String>, boolean, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.DerivedTableReference
 
DerivedValueSource - Interface in org.hibernate.boot.model.source.spi
Contract describing source of a derived value (formula).
desc() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Sort the results by the property in descending order
desc(int) - Static method in class org.hibernate.query.Order
 
desc(Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
desc(Expression<?>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
desc(Expression<?>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
desc(Expression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
desc(Expression<?>, boolean) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create an ordering by the descending value of the expression.
desc(Expression<?>, boolean) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
desc(Expression<?>, boolean) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
desc(SingularAttribute<T, ?>) - Static method in class org.hibernate.query.Order
 
desc(Class<T>, String) - Static method in class org.hibernate.query.Order
 
desc(JpaCteCriteriaAttribute) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create a search ordering by the descending value of the CTE attribute.
desc(JpaCteCriteriaAttribute) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
desc(JpaCteCriteriaAttribute) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
desc(JpaCteCriteriaAttribute, boolean) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create a search ordering by the descending value of the CTE attribute.
desc(JpaCteCriteriaAttribute, boolean) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
desc(JpaCteCriteriaAttribute, boolean) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
DESC - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
DESC - Static variable in class org.hibernate.grammars.hql.HqlParser
 
DESC - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
DESC - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
DESC() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
DESC() - Method in class org.hibernate.grammars.hql.HqlParser.SortDirectionContext
 
DESC() - Method in class org.hibernate.grammars.ordering.OrderingParser.DirectionContext
 
DESC() - Method in class org.hibernate.grammars.ordering.OrderingParser.IdentifierContext
 
DESCENDING - org.hibernate.query.SortDirection
 
describeTo(Description) - Method in class org.hibernate.testing.hamcrest.AssignableMatcher
 
describeTo(Description) - Method in class org.hibernate.testing.hamcrest.CaseInsensitiveContainsMatcher
 
describeTo(Description) - Method in class org.hibernate.testing.hamcrest.CaseInsensitiveStartsWithMatcher
 
describeTo(Description) - Method in class org.hibernate.testing.hamcrest.CollectionElementMatcher
 
describeTo(Description) - Method in class org.hibernate.testing.hamcrest.CollectionEmptinessMatcher
 
describeTo(Description) - Method in class org.hibernate.testing.hamcrest.CollectionSizeMatcher
 
describeTo(Description) - Method in class org.hibernate.testing.hamcrest.HasNullElementsMatcher
 
describeTo(Description) - Method in class org.hibernate.testing.hamcrest.InitializationCheckMatcher
 
description - Variable in class org.hibernate.boot.jaxb.mapping.JaxbAssociationOverride
 
description - Variable in class org.hibernate.boot.jaxb.mapping.JaxbAttributeOverride
 
description - Variable in class org.hibernate.boot.jaxb.mapping.JaxbAttributes
 
description - Variable in class org.hibernate.boot.jaxb.mapping.JaxbConvert
 
description - Variable in class org.hibernate.boot.jaxb.mapping.JaxbConverter
 
description - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEmbeddable
 
description - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
description - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntityListener
 
description - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
 
description - Variable in class org.hibernate.boot.jaxb.mapping.JaxbForeignKey
 
description - Variable in class org.hibernate.boot.jaxb.mapping.JaxbIndex
 
description - Variable in class org.hibernate.boot.jaxb.mapping.JaxbMappedSuperclass
 
description - Variable in class org.hibernate.boot.jaxb.mapping.JaxbNamedNativeQuery
 
description - Variable in class org.hibernate.boot.jaxb.mapping.JaxbNamedQuery
 
description - Variable in class org.hibernate.boot.jaxb.mapping.JaxbNamedStoredProcedureQuery
 
description - Variable in class org.hibernate.boot.jaxb.mapping.JaxbPersistenceUnitDefaults
 
description - Variable in class org.hibernate.boot.jaxb.mapping.JaxbPersistenceUnitMetadata
 
description - Variable in class org.hibernate.boot.jaxb.mapping.JaxbPostLoad
 
description - Variable in class org.hibernate.boot.jaxb.mapping.JaxbPostPersist
 
description - Variable in class org.hibernate.boot.jaxb.mapping.JaxbPostRemove
 
description - Variable in class org.hibernate.boot.jaxb.mapping.JaxbPostUpdate
 
description - Variable in class org.hibernate.boot.jaxb.mapping.JaxbPrePersist
 
description - Variable in class org.hibernate.boot.jaxb.mapping.JaxbPreRemove
 
description - Variable in class org.hibernate.boot.jaxb.mapping.JaxbPreUpdate
 
description - Variable in class org.hibernate.boot.jaxb.mapping.JaxbQueryHint
 
description - Variable in class org.hibernate.boot.jaxb.mapping.JaxbSequenceGenerator
 
description - Variable in class org.hibernate.boot.jaxb.mapping.JaxbSqlResultSetMapping
 
description - Variable in class org.hibernate.boot.jaxb.mapping.JaxbStoredProcedureParameter
 
description - Variable in class org.hibernate.boot.jaxb.mapping.JaxbTableGenerator
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.AssociationOverride
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.AttributeOverride
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Convert
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Converter
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Embeddable
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ForeignKey
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Index
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedNativeQuery
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedQuery
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedStoredProcedureQuery
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitMetadata
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PostLoad
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PostPersist
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PostRemove
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PostUpdate
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PrePersist
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PreRemove
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PreUpdate
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.QueryHint
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.SqlResultSetMapping
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.StoredProcedureParameter
 
description - Variable in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
 
description() - Method in annotation type org.hibernate.internal.log.SubSystemLogging
Description of the information logged
description() - Method in enum org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
 
descriptor - Variable in class org.hibernate.boot.jaxb.mapping.JaxbCollectionUserTypeRegistration
 
descriptor - Variable in class org.hibernate.boot.jaxb.mapping.JaxbCompositeUserTypeRegistration
 
descriptor - Variable in class org.hibernate.boot.jaxb.mapping.JaxbJavaTypeRegistration
 
descriptor - Variable in class org.hibernate.boot.jaxb.mapping.JaxbJdbcTypeRegistration
 
descriptor - Variable in class org.hibernate.boot.jaxb.mapping.JaxbUserTypeRegistration
 
descriptor() - Method in class org.hibernate.query.sqm.produce.function.NamedFunctionDescriptorBuilder
 
descriptor() - Method in class org.hibernate.query.sqm.produce.function.PatternFunctionDescriptorBuilder
 
descriptorClass() - Method in annotation type org.hibernate.annotations.JavaTypeRegistration
 
deserialize(byte[]) - Static method in class org.hibernate.internal.util.SerializationHelper
Deserializes an object from an array of bytes using the Thread Context ClassLoader (TCCL).
deserialize(byte[], ClassLoader) - Static method in class org.hibernate.internal.util.SerializationHelper
Deserializes an object from an array of bytes.
deserialize(InputStream) - Static method in class org.hibernate.internal.util.SerializationHelper
Deserializes an object from the given stream using the Thread Context ClassLoader (TCCL).
deserialize(InputStream, ClassLoader) - Static method in class org.hibernate.internal.util.SerializationHelper
Deserializes an object from the given stream using the Thread Context ClassLoader (TCCL).
deserialize(ObjectInputStream) - Static method in class org.hibernate.resource.jdbc.internal.LogicalConnectionProvidedImpl
 
deserialize(ObjectInputStream, StatefulPersistenceContext) - Static method in class org.hibernate.engine.internal.EntityEntryContext
JDK serialization hook for deserializing
deserialize(ObjectInputStream, JdbcConnectionAccess, JdbcSessionContext) - Static method in class org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl
 
deserialize(ObjectInputStream, PersistenceContext) - Static method in class org.hibernate.engine.internal.ImmutableEntityEntry
Custom deserialization routine used during deserialization of a Session/PersistenceContext for increased performance.
deserialize(ObjectInputStream, PersistenceContext) - Static method in class org.hibernate.engine.internal.MutableEntityEntry
Custom deserialization routine used during deserialization of a Session/PersistenceContext for increased performance.
deserialize(ObjectInputStream, SessionFactoryImplementor) - Static method in class org.hibernate.engine.spi.EntityKey
Custom deserialization routine used during deserialization of a Session/PersistenceContext for increased performance.
deserialize(ObjectInputStream, SessionImplementor) - Static method in class org.hibernate.engine.internal.StatefulPersistenceContext
Used by the owning session to explicitly control deserialization of the persistence context.
deserialize(ObjectInputStream, SessionImplementor) - Static method in class org.hibernate.engine.spi.CollectionEntry
Custom deserialization routine used during deserialization of a Session/PersistenceContext for increased performance.
deserialize(ObjectInputStream, SessionImplementor) - Static method in class org.hibernate.engine.spi.CollectionKey
Custom deserialization routine used during deserialization of a Session/PersistenceContext for increased performance.
deserialize(ObjectInputStream, SessionImplementor) - Static method in class org.hibernate.engine.spi.EntityUniqueKey
Custom deserialization routine used during deserialization of a Session/PersistenceContext for increased performance.
deserialize(ObjectInputStream, EventSource) - Static method in class org.hibernate.action.internal.UnresolvedEntityInsertActions
Deserialize an UnresolvedEntityInsertActions object.
deserialize(ObjectInputStream, EventSource) - Static method in class org.hibernate.engine.spi.ActionQueue
Used by the owning session to explicitly control deserialization of the action queue.
deserialize(ObjectInputStream, JdbcSessionOwner) - Static method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
JDK deserialization hook
deserializeProxy(SerializableProxy) - Method in class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyHelper
 
destroy() - Method in class org.hibernate.boot.registry.internal.BootstrapServiceRegistryImpl
 
destroy() - Method in class org.hibernate.boot.registry.internal.StandardServiceRegistryImpl
 
destroy() - Method in interface org.hibernate.cache.spi.QueryResultsCache
 
destroy() - Method in interface org.hibernate.cache.spi.Region
The "end state" contract of the region's lifecycle.
destroy() - Method in class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
 
destroy() - Method in class org.hibernate.cache.spi.support.AbstractDomainDataRegion
 
destroy() - Method in interface org.hibernate.cache.spi.support.AbstractDomainDataRegion.Destructible
 
destroy() - Method in class org.hibernate.cache.spi.support.DirectAccessRegionTemplate
 
destroy() - Method in interface org.hibernate.cache.spi.TimestampsCache
 
destroy() - Method in class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
destroy() - Method in interface org.hibernate.service.spi.ServiceRegistryImplementor
Release resources
destroy(ServiceRegistry) - Static method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
Destroy a service registry.
destroy(ServiceRegistry) - Static method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Destroy a service registry.
destroy(ServiceRegistry) - Static method in class org.hibernate.testing.ServiceRegistryBuilder
 
destructure(Object, SessionFactoryImplementor) - Method in interface org.hibernate.cache.spi.entry.CacheEntryStructure
Convert the previous structured form of the item back into its item form.
destructure(Object, SessionFactoryImplementor) - Method in class org.hibernate.cache.spi.entry.StructuredCacheEntry
 
destructure(Object, SessionFactoryImplementor) - Method in class org.hibernate.cache.spi.entry.StructuredCollectionCacheEntry
 
destructure(Object, SessionFactoryImplementor) - Method in class org.hibernate.cache.spi.entry.StructuredMapCacheEntry
 
destructure(Object, SessionFactoryImplementor) - Method in class org.hibernate.cache.spi.entry.UnstructuredCacheEntry
 
detach(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
detach(Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
detach(Object) - Method in class org.hibernate.internal.SessionImpl
 
detach(Object) - Method in interface org.hibernate.Session
Remove this instance from the session cache.
DETACH - org.hibernate.annotations.CascadeType
Equivalent to CascadeType.DETACH.
DETACHED - org.hibernate.event.internal.EntityState
 
determineAccessTypeForHierarchy(TypeElement, Context) - Static method in class org.hibernate.jpamodelgen.util.TypeUtils
 
determineAdjustedIncrementSize(OptimizerDescriptor, int) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
In certain cases we need to adjust the increment size based on the selected optimizer.
determineAggregateValuesArrayPositions(FetchParentAccess, SqlSelection) - Static method in interface org.hibernate.sql.results.graph.embeddable.internal.AggregateEmbeddableInitializer
 
determineAlias(String) - Static method in class org.hibernate.query.sqm.spi.SqmCreationHelper
 
determineAnnotationSpecifiedAccessType(Element) - Static method in class org.hibernate.jpamodelgen.util.TypeUtils
 
determineAnyDiscriminatorColumnName(ImplicitAnyDiscriminatorColumnNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
Determine the column name related to the discriminator portion of an Any mapping when no explicit column name is given using Column.name().
determineAnyDiscriminatorColumnName(ImplicitAnyDiscriminatorColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determineAnyKeyColumnName(ImplicitAnyKeyColumnNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
Determine the join column name related to the key/id portion of an Any mapping when no explicit join column name is given using JoinColumn.name().
determineAnyKeyColumnName(ImplicitAnyKeyColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determineAppropriateLocalCacheMode(Map<String, Object>) - Method in class org.hibernate.internal.SessionImpl
 
determineAutoSettingImpliedAction(Map<?, ?>, String, Action) - Static method in class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.ActionGrouping
 
determineBasicColumnName(ImplicitBasicColumnNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
Determine the column name when it is not explicitly specified using Column.name().
determineBasicColumnName(ImplicitBasicColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determineBasicColumnName(ImplicitBasicColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyHbmImpl
 
determineBeanCacheKey(Class<?>) - Static method in class org.hibernate.resource.beans.internal.Helper
 
determineBeanCacheKey(String, Class<?>) - Static method in class org.hibernate.resource.beans.internal.Helper
 
determineBindValueMaxCount(boolean, int, int) - Static method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
determineBulkInsertionIdentifierGenerationSelectFragment(SqlStringGenerationContext) - Method in interface org.hibernate.id.BulkInsertionCapableIdentifierGenerator
Return the select expression fragment, if any, that generates the identifier values.
determineBulkInsertionIdentifierGenerationSelectFragment(SqlStringGenerationContext) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
determineCachedFile(File) - Static method in class org.hibernate.boot.jaxb.internal.CacheableFileXmlSource
 
determineCatalogFilter(Identifier) - Method in class org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl
 
determineCollectionTableName(ImplicitCollectionTableNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
Determine the name of a collection join table given the source naming information, when a name is not explicitly given.
determineCollectionTableName(ImplicitCollectionTableNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determineCollectionTableName(ImplicitCollectionTableNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyJpaImpl
 
determineColumnNames() - Method in class org.hibernate.query.derived.AnonymousTupleType
 
determineComponentPropertyPrefix(EnversService, Map<String, String>, Map<String, String>, String) - Static method in class org.hibernate.envers.query.criteria.internal.CriteriaTools
 
determineCteColumns() - Method in class org.hibernate.query.derived.CteTupleTableGroupProducer
 
determineCyclePathColumnName(CteStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
determineDefault(String, boolean) - Static method in enum org.hibernate.engine.spi.ExecuteUpdateResultCheckStyle
 
determineDefaultSegmentValue(Properties) - Method in class org.hibernate.id.enhanced.TableGenerator
Used in the cases where TableGenerator.determineSegmentValue(java.util.Properties) is unable to determine the value to use.
determineDiscriminatorColumnName(ImplicitDiscriminatorColumnNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
Determine the discriminator column name for the given entity when it is not explicitly specified using DiscriminatorColumn.name().
determineDiscriminatorColumnName(ImplicitDiscriminatorColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determineEffectiveLockMode(String) - Method in interface org.hibernate.sql.results.graph.AssemblerCreationState
 
determineEmbeddablePrefix() - Method in class org.hibernate.metamodel.mapping.internal.AbstractEmbeddableMapping
 
determineEnhancementState(Class<?>, Class<?>) - Static method in class org.hibernate.property.access.internal.AccessStrategyHelper
 
determineEntityName(String, String) - Method in interface org.hibernate.boot.model.source.internal.hbm.HbmLocalMetadataBuildingContext
 
determineEntityName(String, String) - Method in class org.hibernate.boot.model.source.internal.hbm.MappingDocument
 
determineEntityName(EntityInfo) - Method in interface org.hibernate.boot.model.source.internal.hbm.HbmLocalMetadataBuildingContext
 
determineEntityName(EntityInfo) - Method in class org.hibernate.boot.model.source.internal.hbm.MappingDocument
 
determineFetchStyleByMetadata(FetchMode, AssociationType, SessionFactoryImplementor) - Static method in class org.hibernate.metamodel.mapping.internal.FetchOptionsHelper
 
determineFetchTiming(FetchStyle, AssociationType, boolean, String, SessionFactoryImplementor) - Static method in class org.hibernate.metamodel.mapping.internal.FetchOptionsHelper
 
determineFetchTiming(FetchStyle, AssociationType, SessionFactoryImplementor) - Static method in class org.hibernate.metamodel.mapping.internal.FetchOptionsHelper
 
determineFollowOnLockMode(LockOptions) - Method in class org.hibernate.sql.results.jdbc.internal.DeferredResultSetAccess
 
determineForeignKeyName(ImplicitForeignKeyNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
Determine the foreign key name when it is not explicitly specified using ForeignKey.name().
determineForeignKeyName(ImplicitForeignKeyNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determineFullyQualifiedClassName(String, String) - Static method in class org.hibernate.jpamodelgen.util.StringUtil
 
determineGeneratorName(GenerationType, GenerationStrategyInterpreter.GeneratorNameDeterminationContext) - Method in class org.hibernate.boot.internal.GenerationStrategyInterpreter
 
determineGeneratorTableName(Properties, JdbcEnvironment, ServiceRegistry) - Method in class org.hibernate.id.enhanced.TableGenerator
Determine the table name to use for the generator values.
determineIdentifierColumnName(ImplicitIdentifierColumnNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
Determine the name if the identifier column belonging to the given entity when it is not explicitly specified using Column.name().
determineIdentifierColumnName(ImplicitIdentifierColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determineImplicitName(LocalMetadataBuildingContext) - Method in interface org.hibernate.boot.model.source.internal.hbm.RelationalObjectBinder.ColumnNamingDelegate
 
determineImplicitName(MetadataBuildingContext) - Method in interface org.hibernate.boot.model.naming.NamingStrategyHelper
Called when the user supplied no explicit name/identifier for the given database object.
determineImplicitOptimizerName(int, Properties) - Static method in class org.hibernate.id.enhanced.OptimizerFactory
Determine the optimizer to use when there was not one explicitly specified.
determineImplicitSelection(SqmQuerySpec<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
determineIncrementSize(Properties) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
Determine the increment size to be applied.
determineIncrementSize(Properties) - Method in class org.hibernate.id.enhanced.TableGenerator
 
determineIndexName(ImplicitIndexNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
Determine the index name when it is not explicitly specified using Index.name().
determineIndexName(ImplicitIndexNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determineInitialAutoCommitMode(Connection) - Static method in class org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor
 
determineInitialValue(Properties) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
Determine the initial sequence value to use.
determineInitialValue(Properties) - Method in class org.hibernate.id.enhanced.TableGenerator
 
determineJavaClassForJdbcTypeCode(int) - Method in class org.hibernate.type.descriptor.jdbc.JdbcTypeJavaClassMappings
 
determineJavaClassForJdbcTypeCode(Integer) - Method in class org.hibernate.type.descriptor.jdbc.JdbcTypeJavaClassMappings
For the given JDBC type, determine the JDBC recommended Java type.
determineJdbcTypeCodeForJavaClass(Class<?>) - Method in class org.hibernate.type.descriptor.jdbc.JdbcTypeJavaClassMappings
For the given Java type, determine the JDBC recommended JDBC type.
determineJoinColumnName(ImplicitJoinColumnNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
Determine the join column name when it is not explicitly specified using JoinColumn.name().
determineJoinColumnName(ImplicitJoinColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determineJoinColumnName(ImplicitJoinColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyHbmImpl
 
determineJoinColumnName(ImplicitJoinColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyJpaImpl
 
determineJoinForPredicateApply(TableGroupJoin) - Static method in class org.hibernate.sql.ast.internal.TableGroupJoinHelper
Determine the TableGroupJoin to which a custom ON clause predicate should be applied to.
determineJoinTableName(ImplicitJoinTableNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
Determine the name of an association join table given the source naming information, when a name is not explicitly given.
determineJoinTableName(ImplicitJoinTableNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determineJoinTableName(ImplicitJoinTableNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyHbmImpl
 
determineJoinTableName(ImplicitJoinTableNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyJpaImpl
 
determineJpaDbActionSetting(Map<?, ?>, String, Action) - Static method in class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.ActionGrouping
Exposed for tests
determineJpaMetaModelPopulationSetting(Map) - Static method in enum org.hibernate.metamodel.internal.JpaMetaModelPopulationSetting
 
determineJpaScriptActionSetting(Map<?, ?>, String, Action) - Static method in class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.ActionGrouping
Exposed for tests
determineJpaStaticMetaModelPopulationSetting(Map) - Static method in enum org.hibernate.metamodel.internal.JpaStaticMetaModelPopulationSetting
 
determineKind(DialectResolutionInfo) - Static method in enum org.hibernate.dialect.PostgreSQLDriverKind
 
determineKind(DialectResolutionInfo) - Static method in enum org.hibernate.dialect.SybaseDriverKind
 
determineLateralEmulationPredicate(TableGroup) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
determineListIndexColumnName(ImplicitIndexColumnNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
Determine the list index column name when it is not explicitly specified using OrderColumn.name().
determineListIndexColumnName(ImplicitIndexColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determineLoaderToUse(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
determineLoaderToUse(SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
determineLockingStrategy(QuerySpec, AbstractSqlAstTranslator.ForUpdateClause, Boolean) - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
determineLockingStrategy(QuerySpec, AbstractSqlAstTranslator.ForUpdateClause, Boolean) - Method in class org.hibernate.dialect.SpannerSqlAstTranslator
 
determineLockingStrategy(QuerySpec, AbstractSqlAstTranslator.ForUpdateClause, Boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
determineLockOptions(NamedQuery) - Method in class org.hibernate.boot.model.internal.QueryHintDefinition
 
determineLogicalName(String, NamingStrategyHelper) - Method in class org.hibernate.boot.model.naming.ObjectNameNormalizer
Determine the logical name give a (potentially null/empty) explicit name.
determineMapKeyColumnName(ImplicitMapKeyColumnNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
Determine the map key column name when it is not explicitly specified using MapKeyColumn.name().
determineMapKeyColumnName(ImplicitMapKeyColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determineMappingIndex(String[], String[]) - Static method in class org.hibernate.metamodel.internal.EmbeddableHelper
 
determineMemberDescription(Member) - Method in class org.hibernate.metamodel.internal.BaseAttributeMetadata
 
determineModelPartStartIndex(EntityPersister, ModelPart) - Static method in class org.hibernate.sql.ast.tree.cte.CteTable
 
determineMutabilityPlan(Type, TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.spi.RegistryHelper
 
determineNumberOfResultElements(int) - Method in class org.hibernate.sql.results.internal.RowTransformerConstructorImpl
 
determineNumberOfResultElements(int) - Method in class org.hibernate.sql.results.internal.RowTransformerJpaTupleImpl
 
determineNumberOfResultElements(int) - Method in class org.hibernate.sql.results.internal.RowTransformerMapImpl
 
determineNumberOfResultElements(int) - Method in class org.hibernate.sql.results.internal.RowTransformerSingularReturnImpl
 
determineNumberOfResultElements(int) - Method in interface org.hibernate.sql.results.spi.RowTransformer
How many result elements will this transformation produce?
determineOptimalBatchLoadSize(int, int, boolean) - Method in interface org.hibernate.loader.ast.spi.MultiKeyLoadSizingStrategy
Determine the optimal batch size (number of key values) to load at a time.
determineOptimizationStrategy(Properties, int) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
Determine the optimizer to use.
determineParameterType(QueryParameterBinding<?>, QueryParameterImplementor<?>, List<SqmParameter<?>>, SqmParameterMappingModelResolutionAccess, SessionFactoryImplementor) - Static method in class org.hibernate.query.sqm.internal.SqmUtil
 
determinePrimaryKeyJoinColumnName(ImplicitPrimaryKeyJoinColumnNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
Determine the primary key join column name when it is not explicitly specified using PrimaryKeyJoinColumn.name().
determinePrimaryKeyJoinColumnName(ImplicitPrimaryKeyJoinColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determinePrimaryTableName(ImplicitEntityNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
Determine the implicit name of an entity's primary table.
determinePrimaryTableName(ImplicitEntityNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determineProperSizing(int) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
Determine the proper initial size for a new collection in order for it to hold the given a number of elements.
determineProperSizing(Map) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
Given a map, determine the proper initial size for a new Map to hold the same number of values.
determineProperSizing(Set) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
Given a set, determine the proper initial size for a new set to hold the same number of values.
determinePropertyName(EnversService, AuditReaderImplementor, String, String) - Static method in class org.hibernate.envers.query.criteria.internal.CriteriaTools
 
determinePropertyName(EnversService, AuditReaderImplementor, String, PropertyNameGetter) - Static method in class org.hibernate.envers.query.criteria.internal.CriteriaTools
 
determineRemainingTransactionTimeOutPeriod() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
determineRemainingTransactionTimeOutPeriod() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Calculate the amount of time, in seconds, still remaining before transaction timeout occurs.
determineRowCount(int, PreparedStatement) - Method in class org.hibernate.jdbc.Expectations.BasicExpectation
 
determineRowCount(int, PreparedStatement) - Method in class org.hibernate.jdbc.Expectations.BasicParamExpectation
 
determineRowTransformer(SqmSelectStatement<?>, Class<T>, TupleMetadata, QueryOptions) - Static method in class org.hibernate.query.sqm.internal.ConcreteSqmSelectQueryPlan
 
determineSchemaFilter(Identifier) - Method in class org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl
 
determineSegmentColumnName(Properties, JdbcEnvironment) - Method in class org.hibernate.id.enhanced.TableGenerator
Determine the name of the column used to indicate the segment for each row.
determineSegmentColumnSize(Properties) - Method in class org.hibernate.id.enhanced.TableGenerator
Determine the size of the segment column
determineSegmentValue(Properties) - Method in class org.hibernate.id.enhanced.TableGenerator
Determine the segment value corresponding to this generator instance.
determineSequenceName(Properties, Dialect, JdbcEnvironment, ServiceRegistry) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
Determine the name of the sequence (or table if this resolves to a physical table) to use.
determineSequenceName(Identifier, Identifier, Map<?, ?>, ServiceRegistry) - Method in interface org.hibernate.id.enhanced.ImplicitDatabaseObjectNamingStrategy
Determine the implicit name for an identifier-generator sequence
determineSequenceName(Identifier, Identifier, Map<?, ?>, ServiceRegistry) - Method in class org.hibernate.id.enhanced.LegacyNamingStrategy
 
determineSequenceName(Identifier, Identifier, Map<?, ?>, ServiceRegistry) - Method in class org.hibernate.id.enhanced.SingleNamingStrategy
 
determineSequenceName(Identifier, Identifier, Map<?, ?>, ServiceRegistry) - Method in class org.hibernate.id.enhanced.StandardNamingStrategy
 
determineSimpleType(ValueContext, MetadataContext) - Static method in class org.hibernate.metamodel.internal.AttributeFactory
 
determineSingularAssociationClassification(Member) - Static method in class org.hibernate.metamodel.internal.AttributeFactory
 
determineSql(int) - Method in class org.hibernate.dialect.lock.AbstractSelectLockingStrategy
 
determineSqlJoinType(TableGroup, SqlAstJoinType, boolean) - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
determineSqlJoinType(TableGroup, SqlAstJoinType, boolean) - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
determineSqlJoinType(TableGroup, SqlAstJoinType, boolean) - Method in interface org.hibernate.sql.ast.tree.from.TableGroupJoinProducer
 
determineSqlStateClassCode(String) - Static method in class org.hibernate.internal.util.JdbcExceptionHelper
 
determineTableName(Identifier, Identifier, Map<?, ?>, ServiceRegistry) - Method in interface org.hibernate.id.enhanced.ImplicitDatabaseObjectNamingStrategy
Determine the implicit name for an identifier-generator table
determineTableName(Identifier, Identifier, Map<?, ?>, ServiceRegistry) - Method in class org.hibernate.id.enhanced.LegacyNamingStrategy
 
determineTableName(Identifier, Identifier, Map<?, ?>, ServiceRegistry) - Method in class org.hibernate.id.enhanced.SingleNamingStrategy
 
determineTableName(Identifier, Identifier, Map<?, ?>, ServiceRegistry) - Method in class org.hibernate.id.enhanced.StandardNamingStrategy
 
determineTableName(Table) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
determineTableName(Table) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
determineTableNumberForColumn(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
determineTableNumberForColumn(String) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
determineTenantIdColumnName(ImplicitTenantIdColumnNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
Determine the implicit name of the tenant identifier column belonging to a given entity when it is not explicitly specified using Column.name().
determineTenantIdColumnName(ImplicitTenantIdColumnNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determineType(String, Class<?>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
determineUniqueKeyName(ImplicitUniqueKeyNameSource) - Method in interface org.hibernate.boot.model.naming.ImplicitNamingStrategy
Determine the unique key name when it is not explicitly specified using UniqueConstraint.name().
determineUniqueKeyName(ImplicitUniqueKeyNameSource) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
determineValueColumnName(Properties, JdbcEnvironment) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
Determine the name of the column used to store the generator value in the db.
determineValueColumnName(Properties, JdbcEnvironment) - Method in class org.hibernate.id.enhanced.TableGenerator
Determine the name of the column in which we will store the generator persistent value.
determineValueMapping(SqmExpression<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
determineValueMapping(SqmExpression<?>) - Method in class org.hibernate.query.sqm.sql.FakeSqmToSqlAstConverter
 
determineValueMapping(SqmExpression<?>) - Method in interface org.hibernate.query.sqm.sql.SqmToSqlAstConverter
 
determineValueMapping(SqmParameter<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
determineWhereClauseRestrictionWithJoinEmulation(AbstractUpdateOrDeleteStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
dialect - Variable in class org.hibernate.dialect.unique.AlterTableUniqueDelegate
 
dialect - Variable in class org.hibernate.internal.FastSessionServices
 
dialect - Variable in class org.hibernate.persister.entity.mutation.AbstractMutationCoordinator
 
dialect - Variable in class org.hibernate.tool.schema.internal.StandardTableCleaner
 
dialect - Variable in class org.hibernate.tool.schema.internal.StandardTableExporter
 
dialect - Variable in class org.hibernate.tool.schema.internal.StandardTableMigrator
 
dialect - Variable in class org.hibernate.tool.schema.internal.StandardUserDefinedTypeExporter
 
dialect() - Method in annotation type org.hibernate.annotations.DialectOverride.Check
The Dialect in which this override applies.
dialect() - Method in annotation type org.hibernate.annotations.DialectOverride.ColumnDefault
The Dialect in which this override applies.
dialect() - Method in annotation type org.hibernate.annotations.DialectOverride.DiscriminatorFormula
The Dialect in which this override applies.
dialect() - Method in annotation type org.hibernate.annotations.DialectOverride.FilterDefs
The Dialect in which this override applies.
dialect() - Method in annotation type org.hibernate.annotations.DialectOverride.Filters
The Dialect in which this override applies.
dialect() - Method in annotation type org.hibernate.annotations.DialectOverride.Formula
The Dialect in which this override applies.
dialect() - Method in annotation type org.hibernate.annotations.DialectOverride.GeneratedColumn
The Dialect in which this override applies.
dialect() - Method in annotation type org.hibernate.annotations.DialectOverride.JoinFormula
The Dialect in which this override applies.
dialect() - Method in annotation type org.hibernate.annotations.DialectOverride.OrderBy
Deprecated.
The Dialect in which this override applies.
dialect() - Method in annotation type org.hibernate.annotations.DialectOverride.SQLDelete
The Dialect in which this override applies.
dialect() - Method in annotation type org.hibernate.annotations.DialectOverride.SQLDeleteAll
The Dialect in which this override applies.
dialect() - Method in annotation type org.hibernate.annotations.DialectOverride.SQLInsert
The Dialect in which this override applies.
dialect() - Method in annotation type org.hibernate.annotations.DialectOverride.SQLOrder
The Dialect in which this override applies.
dialect() - Method in annotation type org.hibernate.annotations.DialectOverride.SQLRestriction
The Dialect in which this override applies.
dialect() - Method in annotation type org.hibernate.annotations.DialectOverride.SQLSelect
The Dialect in which this override applies.
dialect() - Method in annotation type org.hibernate.annotations.DialectOverride.SQLUpdate
The Dialect in which this override applies.
dialect() - Method in annotation type org.hibernate.annotations.DialectOverride.Where
Deprecated.
The Dialect in which this override applies.
dialect() - Method in annotation type org.hibernate.annotations.processing.CheckHQL
A Hibernate dialect to use.
dialect() - Method in class org.hibernate.persister.entity.mutation.AbstractMutationCoordinator
 
Dialect - Class in org.hibernate.dialect
Represents a dialect of SQL implemented by a particular RDBMS.
Dialect() - Constructor for class org.hibernate.dialect.Dialect
Deprecated.
provide a DatabaseVersion
Dialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.Dialect
 
Dialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.Dialect
 
DIALECT - Static variable in interface org.hibernate.cfg.JdbcSettings
Specifies the Hibernate SQL dialect, either an instance of Dialect, a Class representing a class that extends Dialect, or the name of a class that extends Dialect.
DIALECT - Static variable in class org.hibernate.testing.env.TestingDatabaseInfo
 
DIALECT - Static variable in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
DIALECT - Static variable in class org.hibernate.testing.orm.junit.BaseSessionFactoryFunctionalTest
 
DIALECT_DB_MAJOR_VERSION - Static variable in interface org.hibernate.cfg.JdbcSettings
DIALECT_DB_MINOR_VERSION - Static variable in interface org.hibernate.cfg.JdbcSettings
DIALECT_DB_NAME - Static variable in interface org.hibernate.cfg.JdbcSettings
Deprecated.
DIALECT_DB_VERSION - Static variable in interface org.hibernate.cfg.JdbcSettings
DIALECT_LOGGER - Static variable in interface org.hibernate.dialect.DialectLogging
 
DIALECT_MESSAGE_LOGGER - Static variable in interface org.hibernate.dialect.DialectLogging
 
DIALECT_NATIVE_PARAM_MARKERS - Static variable in interface org.hibernate.cfg.JdbcSettings
Controls whether to use JDBC markers (`?`) or dialect native markers for parameters within preparable SQL statements.
DIALECT_RESOLVERS - Static variable in interface org.hibernate.cfg.JdbcSettings
Specifies additional DialectResolver implementations to register with the standard DialectFactory.
Dialect.SizeStrategy - Interface in org.hibernate.dialect
Pluggable strategy for determining the Size to use for columns of a given SQL type.
Dialect.SizeStrategyImpl - Class in org.hibernate.dialect
 
DialectCheck - Interface in org.hibernate.testing
Defines a means to check Dialect features for use in "test protection" checks.
DialectChecks - Class in org.hibernate.testing
Container class for different implementation of the DialectCheck interface.
DialectChecks() - Constructor for class org.hibernate.testing.DialectChecks
 
DialectChecks.DoesNotSupportFollowOnLocking - Class in org.hibernate.testing
 
DialectChecks.DoesReadCommittedCauseWritersToBlockReadersCheck - Class in org.hibernate.testing
 
DialectChecks.DoesReadCommittedNotCauseWritersToBlockReadersCheck - Class in org.hibernate.testing
 
DialectChecks.DoesRepeatableReadCauseReadersToBlockWritersCheck - Class in org.hibernate.testing
 
DialectChecks.DoesRepeatableReadNotCauseReadersToBlockWritersCheck - Class in org.hibernate.testing
 
DialectChecks.DoubleQuoteQuoting - Class in org.hibernate.testing
 
DialectChecks.ForceLobAsLastValue - Class in org.hibernate.testing
 
DialectChecks.HasSelfReferentialForeignKeyBugCheck - Class in org.hibernate.testing
 
DialectChecks.SupportCatalogCreation - Class in org.hibernate.testing
 
DialectChecks.SupportDropConstraints - Class in org.hibernate.testing
 
DialectChecks.SupportLimitAndOffsetCheck - Class in org.hibernate.testing
 
DialectChecks.SupportLimitCheck - Class in org.hibernate.testing
 
DialectChecks.SupportNoWait - Class in org.hibernate.testing
 
DialectChecks.SupportPartitionBy - Class in org.hibernate.testing
 
DialectChecks.SupportsArrayDataTypes - Class in org.hibernate.testing
 
DialectChecks.SupportsCascadeDeleteCheck - Class in org.hibernate.testing
 
DialectChecks.SupportSchemaCreation - Class in org.hibernate.testing
 
DialectChecks.SupportsCircularCascadeDeleteCheck - Class in org.hibernate.testing
 
DialectChecks.SupportsColumnCheck - Class in org.hibernate.testing
 
DialectChecks.SupportsExistsInSelectCheck - Class in org.hibernate.testing
 
DialectChecks.SupportsExpectedLobUsagePattern - Class in org.hibernate.testing
 
DialectChecks.SupportsIdentityColumns - Class in org.hibernate.testing
 
DialectChecks.SupportsJdbcDriverProxying - Class in org.hibernate.testing
 
DialectChecks.SupportsLobValueChangePropagation - Class in org.hibernate.testing
 
DialectChecks.SupportsLockTimeouts - Class in org.hibernate.testing
 
DialectChecks.SupportsNClob - Class in org.hibernate.testing
 
DialectChecks.SupportsNoColumnInsert - Class in org.hibernate.testing
 
DialectChecks.SupportsOrderByInCorrelatedSubquery - Class in org.hibernate.testing
 
DialectChecks.SupportsParametersInInsertSelectCheck - Class in org.hibernate.testing
 
DialectChecks.SupportsRecursiveCtes - Class in org.hibernate.testing
 
DialectChecks.SupportsResultSetPositioningOnForwardOnlyCursorCheck - Class in org.hibernate.testing
 
DialectChecks.SupportsRowId - Class in org.hibernate.testing
 
DialectChecks.SupportsRowValueConstructorSyntaxCheck - Class in org.hibernate.testing
 
DialectChecks.SupportsSequences - Class in org.hibernate.testing
 
DialectChecks.SupportsSkipLocked - Class in org.hibernate.testing
 
DialectChecks.SupportsSubqueryInOnClause - Class in org.hibernate.testing
 
DialectChecks.SupportsSubqueryInSelect - Class in org.hibernate.testing
 
DialectChecks.SupportsTemporaryTable - Class in org.hibernate.testing
 
DialectChecks.SupportsTemporaryTableIdentity - Class in org.hibernate.testing
 
DialectChecks.SupportSubqueryAsLeftHandSideInPredicate - Class in org.hibernate.testing
 
DialectChecks.SupportsUnboundedLobLocatorMaterializationCheck - Class in org.hibernate.testing
 
DialectChecks.SupportsUnionInSubquery - Class in org.hibernate.testing
 
DialectChecks.SupportsValuesListForInsert - Class in org.hibernate.testing
 
DialectChecks.SupportWait - Class in org.hibernate.testing
 
DialectChecks.UsesInputStreamToInsertBlob - Class in org.hibernate.testing
 
dialectClass() - Method in annotation type org.hibernate.testing.orm.junit.SkipForDialect
 
DialectContext - Class in org.hibernate.testing.orm.junit
 
DialectDelegateWrapper - Class in org.hibernate.dialect
A wrapper of Dialect, to allow decorating some selected methods without having to extend the original class.
DialectDelegateWrapper(Dialect) - Constructor for class org.hibernate.dialect.DialectDelegateWrapper
 
DialectFactory - Interface in org.hibernate.engine.jdbc.dialect.spi
A factory for generating Dialect instances.
DialectFactoryImpl - Class in org.hibernate.engine.jdbc.dialect.internal
Standard implementation of the DialectFactory service.
DialectFactoryImpl() - Constructor for class org.hibernate.engine.jdbc.dialect.internal.DialectFactoryImpl
 
DialectFactoryInitiator - Class in org.hibernate.engine.jdbc.dialect.internal
Standard initiator for the standard DialectFactory service
DialectFactoryInitiator() - Constructor for class org.hibernate.engine.jdbc.dialect.internal.DialectFactoryInitiator
 
DialectFactoryTestingImpl - Class in org.hibernate.testing.boot
 
DialectFactoryTestingImpl() - Constructor for class org.hibernate.testing.boot.DialectFactoryTestingImpl
 
DialectFactoryTestingImpl(Dialect) - Constructor for class org.hibernate.testing.boot.DialectFactoryTestingImpl
 
DialectFeatureCheck - Interface in org.hibernate.testing.orm.junit
 
DialectFeatureChecks - Class in org.hibernate.testing.orm.junit
Container class for different implementation of the DialectFeatureCheck interface.
DialectFeatureChecks() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks
 
DialectFeatureChecks.CurrentTimestampHasMicrosecondPrecision - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.DoesReadCommittedCauseWritersToBlockReadersCheck - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.DoesRepeatableReadCauseReadersToBlockWritersCheck - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.DoubleQuoteQuoting - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.ForceLobAsLastValue - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.HasSelfReferentialForeignKeyBugCheck - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.IsJtds - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportCatalogCreation - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportDropConstraints - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportFollowOnLocking - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportLimitAndOffsetCheck - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportLimitCheck - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportNoWait - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportNullPrecedence - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportPartitionBy - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsCascadeDeleteCheck - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsCaseInsensitiveLike - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsCharCodeConversion - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportSchemaCreation - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsCircularCascadeDeleteCheck - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsColumnCheck - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsCommentOn - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsExistsInSelectCheck - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsExpectedLobUsagePattern - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsFilterClause - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsFormat - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsFullJoin - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsGroupByGroupingSets - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsGroupByRollup - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsHypotheticalSetFunctions - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsIdentityColumns - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsInverseDistributionFunctions - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsJdbcDriverProxying - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsJsonAggregate - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsJsonComponentUpdate - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsLobValueChangePropogation - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsLockTimeouts - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsMedian - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsNationalizedData - Class in org.hibernate.testing.orm.junit
Does the database support nationalized data in any form
DialectFeatureChecks.SupportsNationalizedDataTypes - Class in org.hibernate.testing.orm.junit
Does the database specifically support the explicit nationalized data types
DialectFeatureChecks.SupportsNoColumnInsert - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsOffsetInSubquery - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsOrderByInCorrelatedSubquery - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsOrderByInSubquery - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsPadWithChar - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsParametersInInsertSelectCheck - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsRecursiveCtes - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsRepeat - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsReplace - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsResultSetPositioningOnForwardOnlyCursorCheck - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsRowValueConstructorSyntaxCheck - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsSequences - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsSkipLocked - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsStringAggregation - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsStructAggregate - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsStructuralArrays - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsSubqueryAsLeftHandSideInPredicate - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsSubqueryInOnClause - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsTemporaryTable - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsTimezoneTypes - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsTruncateTable - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsTruncateThroughCast - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsUnboundedLobLocatorMaterializationCheck - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsUnion - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsValuesListForInsert - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsWindowFunctions - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.SupportsWithTies - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.UsesInputStreamToInsertBlob - Class in org.hibernate.testing.orm.junit
 
DialectFeatureChecks.UsesStandardCurrentTimestampFunction - Class in org.hibernate.testing.orm.junit
 
DialectFilterExtension - Class in org.hibernate.testing.orm.junit
JUnit 5 extension used to add RequiresDialect and SkipForDialect handling
DialectFilterExtension() - Constructor for class org.hibernate.testing.orm.junit.DialectFilterExtension
 
DialectLogging - Interface in org.hibernate.dialect
Logging related to Hibernate dialects
DialectOverride - Interface in org.hibernate.annotations
Allows certain annotations to be overridden in a given SQL Dialect.
DialectOverride.Check - Annotation Type in org.hibernate.annotations
Specializes a Check in a certain dialect.
DialectOverride.Checks - Annotation Type in org.hibernate.annotations
 
DialectOverride.ColumnDefault - Annotation Type in org.hibernate.annotations
Specializes a ColumnDefault in a certain dialect.
DialectOverride.ColumnDefaults - Annotation Type in org.hibernate.annotations
 
DialectOverride.DiscriminatorFormula - Annotation Type in org.hibernate.annotations
Specializes a DiscriminatorFormula in a certain dialect.
DialectOverride.DiscriminatorFormulas - Annotation Type in org.hibernate.annotations
 
DialectOverride.FilterDefOverrides - Annotation Type in org.hibernate.annotations
 
DialectOverride.FilterDefs - Annotation Type in org.hibernate.annotations
Specializes FilterDefs in a certain dialect.
DialectOverride.FilterOverrides - Annotation Type in org.hibernate.annotations
 
DialectOverride.Filters - Annotation Type in org.hibernate.annotations
Specializes Filters in a certain dialect.
DialectOverride.Formula - Annotation Type in org.hibernate.annotations
Specializes a Formula in a certain dialect.
DialectOverride.Formulas - Annotation Type in org.hibernate.annotations
 
DialectOverride.GeneratedColumn - Annotation Type in org.hibernate.annotations
Specializes a GeneratedColumn in a certain dialect.
DialectOverride.GeneratedColumns - Annotation Type in org.hibernate.annotations
 
DialectOverride.JoinFormula - Annotation Type in org.hibernate.annotations
Specializes a JoinFormula in a certain dialect.
DialectOverride.JoinFormulas - Annotation Type in org.hibernate.annotations
 
DialectOverride.OrderBy - Annotation Type in org.hibernate.annotations
Deprecated, for removal: This API element is subject to removal in a future version.
DialectOverride.OrderBys - Annotation Type in org.hibernate.annotations
 
DialectOverride.OverridesAnnotation - Annotation Type in org.hibernate.annotations
Marks an annotation type as a dialect-specific override for some other annotation type.
DialectOverride.SQLDelete - Annotation Type in org.hibernate.annotations
Specializes a SQLDelete in a certain dialect.
DialectOverride.SQLDeleteAll - Annotation Type in org.hibernate.annotations
Specializes a SQLDeleteAll in a certain dialect.
DialectOverride.SQLDeleteAlls - Annotation Type in org.hibernate.annotations
 
DialectOverride.SQLDeletes - Annotation Type in org.hibernate.annotations
 
DialectOverride.SQLInsert - Annotation Type in org.hibernate.annotations
Specializes a SQLInsert in a certain dialect.
DialectOverride.SQLInserts - Annotation Type in org.hibernate.annotations
 
DialectOverride.SQLOrder - Annotation Type in org.hibernate.annotations
Specializes an SQLOrder in a certain dialect.
DialectOverride.SQLOrders - Annotation Type in org.hibernate.annotations
 
DialectOverride.SQLRestriction - Annotation Type in org.hibernate.annotations
Specializes a SQLRestriction in a certain dialect.
DialectOverride.SQLRestrictions - Annotation Type in org.hibernate.annotations
 
DialectOverride.SQLSelect - Annotation Type in org.hibernate.annotations
Specializes a SQLSelect in a certain dialect.
DialectOverride.SQLSelects - Annotation Type in org.hibernate.annotations
 
DialectOverride.SQLUpdate - Annotation Type in org.hibernate.annotations
Specializes a SQLUpdate in a certain dialect.
DialectOverride.SQLUpdates - Annotation Type in org.hibernate.annotations
 
DialectOverride.Version - Annotation Type in org.hibernate.annotations
Identifies a database version.
DialectOverride.Where - Annotation Type in org.hibernate.annotations
DialectOverride.Wheres - Annotation Type in org.hibernate.annotations
 
DialectResolutionInfo - Interface in org.hibernate.engine.jdbc.dialect.spi
Exposes information about the database and JDBC driver that can be used in resolving the appropriate Dialect to use.
DialectResolutionInfoSource - Interface in org.hibernate.engine.jdbc.dialect.spi
Contract for the source of DialectResolutionInfo.
DialectResolver - Interface in org.hibernate.engine.jdbc.dialect.spi
Contract for determining the Dialect to use based on information about the database / driver.
DialectResolverInitiator - Class in org.hibernate.engine.jdbc.dialect.internal
Standard initiator for the DialectResolver service
DialectResolverInitiator() - Constructor for class org.hibernate.engine.jdbc.dialect.internal.DialectResolverInitiator
 
DialectResolverSet - Class in org.hibernate.engine.jdbc.dialect.internal
A DialectResolver implementation which coordinates resolution by delegating to sub-resolvers.
DialectResolverSet() - Constructor for class org.hibernate.engine.jdbc.dialect.internal.DialectResolverSet
 
DialectResolverSet(List<DialectResolver>) - Constructor for class org.hibernate.engine.jdbc.dialect.internal.DialectResolverSet
 
DialectResolverSet(DialectResolver...) - Constructor for class org.hibernate.engine.jdbc.dialect.internal.DialectResolverSet
 
dialectScope - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
 
dialectScopes - Variable in class org.hibernate.boot.jaxb.mapping.JaxbDatabaseObject
 
DialectSelector - Interface in org.hibernate.boot.registry.selector.spi
 
DialectSpecificSettings - Interface in org.hibernate.cfg
Settings used as fallback to configure aspects of specific Dialects when the boot process does not have access to a DatabaseMetaData object or its underlying JDBC Connection.
diff(Expression<? extends N>, Expression<? extends N>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
diff(Expression<? extends N>, Expression<? extends N>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
diff(Expression<? extends N>, Expression<? extends N>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
diff(Expression<? extends N>, Expression<? extends N>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
diff(Expression<? extends N>, N) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
diff(Expression<? extends N>, N) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
diff(Expression<? extends N>, N) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
diff(Expression<? extends N>, N) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
diff(N, Expression<? extends N>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
diff(N, Expression<? extends N>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
diff(N, Expression<? extends N>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
diff(N, Expression<? extends N>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
difference - org.hibernate.spatial.SpatialFunction
Deprecated.
The difference function, cfr.
dimension - org.hibernate.spatial.SpatialFunction
Deprecated.
The dimension function, cfr.
DirectAccessRegion - Interface in org.hibernate.cache.spi
Specialized Region whose data is accessed directly, without the need for key/item wrapping.
DirectAccessRegionTemplate - Class in org.hibernate.cache.spi.support
Bridge between DirectAccessRegion and StorageAccess
DirectAccessRegionTemplate(String, RegionFactory, StorageAccess) - Constructor for class org.hibernate.cache.spi.support.DirectAccessRegionTemplate
direction() - Method in class org.hibernate.grammars.ordering.OrderingParser
 
direction() - Method in class org.hibernate.grammars.ordering.OrderingParser.SortSpecificationContext
 
DirectionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.ordering.OrderingParser.DirectionContext
 
DirectResultSetAccess - Class in org.hibernate.sql.results.jdbc.internal
 
DirectResultSetAccess(SharedSessionContractImplementor, PreparedStatement, ResultSet) - Constructor for class org.hibernate.sql.results.jdbc.internal.DirectResultSetAccess
 
dirty() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
dirty() - Method in interface org.hibernate.collection.spi.PersistentCollection
Mark the collection as dirty
DIRTY - org.hibernate.annotations.OptimisticLockType
Optimistic locking based on dirty fields of the entity.
DIRTY - org.hibernate.engine.OptimisticLockStyle
Optimistic locking via comparison of dirty columns.
DIRTY - org.hibernate.persister.entity.mutation.AttributeAnalysis.DirtynessStatus
 
DIRTY_CHECK - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
DIRTY_CHECK - Static variable in class org.hibernate.event.spi.EventType
 
dirtyAttributeIndexes(int[], int[]) - Static method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard
 
dirtyCalculationEnd(boolean) - Method in class org.hibernate.BaseSessionEventListener
 
dirtyCalculationEnd(boolean) - Method in class org.hibernate.engine.internal.SessionEventListenerManagerImpl
 
dirtyCalculationEnd(boolean) - Method in interface org.hibernate.SessionEventListener
 
dirtyCalculationStart() - Method in class org.hibernate.BaseSessionEventListener
 
dirtyCalculationStart() - Method in class org.hibernate.engine.internal.SessionEventListenerManagerImpl
 
dirtyCalculationStart() - Method in interface org.hibernate.SessionEventListener
 
dirtyCheck(FlushEntityEvent) - Method in class org.hibernate.event.internal.DefaultFlushEntityEventListener
Perform a dirty check, and attach the results to the event
DirtyCheckEvent - Class in org.hibernate.event.spi
Defines an event class for the dirty-checking of a session.
DirtyCheckEvent(EventSource) - Constructor for class org.hibernate.event.spi.DirtyCheckEvent
 
DirtyCheckEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of session dirty-check events.
DirtyCollectionSearchVisitor - Class in org.hibernate.event.internal
Do we have a dirty collection here? If it's a new application-instantiated collection, return true.
DirtyCollectionSearchVisitor(Object, EventSource, boolean[]) - Constructor for class org.hibernate.event.internal.DirtyCollectionSearchVisitor
 
DirtyTracker - Interface in org.hibernate.bytecode.enhance.internal.tracker
Interface to be implemented by dirty trackers, a simplified Set of String.
DISABLE_SELECTIVE - org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitCachingType
 
disableAutoClose() - Method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
By default, when a ServiceRegistry is no longer referenced by any other registries as a parent it will be closed.
disableAutoClose() - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
By default, when a ServiceRegistry is no longer referenced by any other registries as a parent it will be closed.
disableConversion - Variable in class org.hibernate.boot.jaxb.mapping.JaxbConvert
 
disableConversion - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Convert
 
disableCreation() - Method in class org.hibernate.mapping.ForeignKey
 
DISABLED - org.hibernate.metamodel.internal.JpaMetaModelPopulationSetting
 
DISABLED - org.hibernate.metamodel.internal.JpaStaticMetaModelPopulationSetting
DISABLED indicates that Hibernate will not look for the JPA static metamodel description of the application domain model.
DisabledCaching - Class in org.hibernate.cache.internal
A CacheImplementor service used when the second-level cache is disabled.
DisabledCaching(SessionFactoryImplementor) - Constructor for class org.hibernate.cache.internal.DisabledCaching
 
DisabledScanner - Class in org.hibernate.boot.archive.scan.internal
Implementation of Scanner that does nothing.
DisabledScanner() - Constructor for class org.hibernate.boot.archive.scan.internal.DisabledScanner
 
disableFetchProfile(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
disableFetchProfile(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
disableFetchProfile(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
disableFetchProfile(String) - Method in interface org.hibernate.IdentifierLoadAccess
Customize the associations fetched by specifying a fetch profile that should be disabled during this operation.
disableFetchProfile(String) - Method in class org.hibernate.internal.SessionImpl
 
disableFetchProfile(String) - Method in class org.hibernate.loader.internal.BaseNaturalIdLoadAccessImpl
 
disableFetchProfile(String) - Method in class org.hibernate.loader.internal.IdentifierLoadAccessImpl
 
disableFetchProfile(String) - Method in class org.hibernate.loader.internal.NaturalIdLoadAccessImpl
 
disableFetchProfile(String) - Method in class org.hibernate.loader.internal.SimpleNaturalIdLoadAccessImpl
 
disableFetchProfile(String) - Method in interface org.hibernate.NaturalIdLoadAccess
Customize the associations fetched by specifying a fetch profile that should be disabled during this operation.
disableFetchProfile(String) - Method in class org.hibernate.query.internal.QueryOptionsImpl
 
disableFetchProfile(String) - Method in interface org.hibernate.query.Query
 
disableFetchProfile(String) - Method in interface org.hibernate.query.SelectionQuery
Disable the fetch profile with the given name in this session.
disableFetchProfile(String) - Method in class org.hibernate.query.spi.AbstractQuery
 
disableFetchProfile(String) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
disableFetchProfile(String) - Method in interface org.hibernate.query.spi.MutableQueryOptions
 
disableFetchProfile(String) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
disableFetchProfile(String) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
disableFetchProfile(String) - Method in interface org.hibernate.Session
Disable the fetch profile with the given name in this session.
disableFetchProfile(String) - Method in interface org.hibernate.SimpleNaturalIdLoadAccess
Customize the associations fetched by specifying a fetch profile that should be disabled during this operation.
disableFilter(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
disableFilter(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
disableFilter(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
disableFilter(String) - Method in class org.hibernate.internal.SessionImpl
 
disableFilter(String) - Method in interface org.hibernate.Session
Disable the named filter for the current session.
disableForeignKey() - Method in class org.hibernate.mapping.SimpleValue
 
disableForeignKeyCreation() - Method in class org.hibernate.mapping.Join
 
disableJtaTransactionAccess() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
disableJtaTransactionAccess() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
disableJtaTransactionAccess() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilderImplementor
 
disableJtaTransactionAccess() - Method in interface org.hibernate.boot.spi.SessionFactoryBuilderImplementor
disableRefreshDetachedEntity() - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
disableRefreshDetachedEntity() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
disableRefreshDetachedEntity() - Method in interface org.hibernate.boot.spi.SessionFactoryBuilderImplementor
disableReleases() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
disableReleases() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Disable connection releases
disablingContextualLOBCreation(String) - Method in interface org.hibernate.engine.jdbc.env.internal.LobCreationLogging
 
disablingContextualLOBCreation(String) - Method in interface org.hibernate.internal.CoreMessageLogger
disablingContextualLOBCreationSinceConnectionNull() - Method in interface org.hibernate.engine.jdbc.env.internal.LobCreationLogging
 
disablingContextualLOBCreationSinceConnectionNull() - Method in interface org.hibernate.internal.CoreMessageLogger
disablingContextualLOBCreationSinceCreateClobFailed(Throwable) - Method in interface org.hibernate.internal.CoreMessageLogger
disablingContextualLOBCreationSinceOldJdbcVersion(int) - Method in interface org.hibernate.internal.CoreMessageLogger
DISALLOW - org.hibernate.boot.model.TypeDefinitionRegistry.DuplicationStrategy
 
DISALLOW - org.hibernate.type.WrapperArrayHandling
Throw an informative and actionable error if the types are used explicitly in the domain model
disallowExtensionsInCdi() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
Deprecated, for removal: This API element is subject to removal in a future version.
disallowingInsertStatementComment() - Method in interface org.hibernate.internal.CoreMessageLogger
 
disallowMultiValuedBinding() - Method in class org.hibernate.procedure.internal.FunctionReturnImpl
 
disallowMultiValuedBinding() - Method in class org.hibernate.query.spi.AbstractQueryParameter
 
disallowMultiValuedBinding() - Method in interface org.hibernate.query.spi.QueryParameterImplementor
 
disallowMultiValuedBinding() - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmParameter
 
disallowMultiValuedBinding() - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
 
disallowPositionalSelections() - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
disassemble(J) - Method in interface org.hibernate.usertype.CompositeUserType
Transform the object into its cacheable representation.
disassemble(J) - Method in interface org.hibernate.usertype.UserType
Transform the given value into a destructured representation, suitable for storage in the second-level cache.
disassemble(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractType
 
disassemble(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AnyType
 
disassemble(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CollectionType
 
disassemble(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.ComponentType
 
disassemble(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CustomType
 
disassemble(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.ManyToOneType
 
disassemble(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.OneToOneType
 
disassemble(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.SpecialOneToOneType
 
disassemble(Object, SessionFactoryImplementor) - Method in interface org.hibernate.type.Type
Return a disassembled representation of the object.
disassemble(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.UserComponentType
 
disassemble(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.BasicValuedMapping
 
disassemble(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.Bindable
Breaks down a value of J into its simple pieces.
disassemble(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
 
disassemble(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.EntityValuedModelPart
 
disassemble(Object, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.AbstractDiscriminatorMapping
 
disassemble(Object, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.AbstractEmbeddableMapping
 
disassemble(Object, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.AbstractEntityCollectionPart
 
disassemble(Object, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.AnyDiscriminatorPart
 
disassemble(Object, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.AnyKeyPart
 
disassemble(Object, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.BasicEntityIdentifierMappingImpl
 
disassemble(Object, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.CollectionIdentifierDescriptorImpl
 
disassemble(Object, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.CompoundNaturalIdMapping
 
disassemble(Object, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationAttributeMapping
 
disassemble(Object, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedCollectionPart
 
disassemble(Object, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedForeignKeyDescriptor
 
disassemble(Object, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.EntityRowIdMappingImpl
 
disassemble(Object, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.EntityVersionMappingImpl
 
disassemble(Object, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.InverseNonAggregatedIdentifierMapping
 
disassemble(Object, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.NonAggregatedIdentifierMappingImpl
 
disassemble(Object, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
disassemble(Object, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
disassemble(Object, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.SimpleNaturalIdMapping
 
disassemble(Object, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.SoftDeleteMappingImpl
 
disassemble(Object, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
disassemble(Object, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.model.domain.internal.ArrayTupleType
 
disassemble(Object, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.model.domain.internal.TupleMappingModelExpressible
 
disassemble(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
disassemble(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.DiscriminatorType
Deprecated.
 
disassemble(Object, SharedSessionContractImplementor) - Method in class org.hibernate.query.derived.AnonymousTupleBasicValuedModelPart
 
disassemble(Object, SharedSessionContractImplementor) - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddableValuedModelPart
 
disassemble(Object, SharedSessionContractImplementor) - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
disassemble(Object, SharedSessionContractImplementor) - Method in class org.hibernate.query.derived.AnonymousTupleTableGroupProducer
 
disassemble(Object, SharedSessionContractImplementor) - Method in class org.hibernate.sql.ast.tree.expression.EntityTypeLiteral
 
disassemble(Object, SharedSessionContractImplementor) - Method in class org.hibernate.sql.ast.tree.expression.JdbcLiteral
 
disassemble(Object, SharedSessionContractImplementor) - Method in class org.hibernate.sql.exec.internal.AbstractJdbcParameter
 
disassemble(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.type.BasicType
 
disassemble(Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.CustomType
 
disassemble(Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.internal.ConvertedBasicTypeImpl
 
disassemble(Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
 
disassemble(Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.AbstractType
 
disassemble(Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.AnyType
 
disassemble(Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.CollectionType
 
disassemble(Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.ComponentType
 
disassemble(Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.CustomType
 
disassemble(Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.internal.ConvertedBasicTypeImpl
 
disassemble(Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.ManyToOneType
 
disassemble(Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.OneToOneType
 
disassemble(Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.SerializableToBlobType
 
disassemble(Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.SpecialOneToOneType
 
disassemble(Object, SharedSessionContractImplementor, Object) - Method in interface org.hibernate.type.Type
Return a disassembled representation of the object.
disassemble(Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.UserComponentType
 
disassemble(Object, SharedSessionContract) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationAttributeMapping.MutabilityPlanImpl
 
disassemble(Object, SharedSessionContract) - Method in class org.hibernate.type.descriptor.java.Immutability
 
disassemble(Blob, SharedSessionContract) - Method in class org.hibernate.type.descriptor.java.BlobJavaType.BlobMutabilityPlan
 
disassemble(Clob, SharedSessionContract) - Method in class org.hibernate.type.descriptor.java.ClobJavaType.ClobMutabilityPlan
 
disassemble(NClob, SharedSessionContract) - Method in class org.hibernate.type.descriptor.java.NClobJavaType.NClobMutabilityPlan
 
disassemble(J, SharedSessionContract) - Method in class org.hibernate.type.internal.CompositeUserTypeJavaTypeWrapper.MutabilityPlanWrapper
 
disassemble(J, SharedSessionContract) - Method in class org.hibernate.type.internal.UserTypeJavaTypeWrapper.MutabilityPlanWrapper
 
disassemble(RevisionType) - Method in class org.hibernate.envers.internal.entities.RevisionTypeType
 
disassemble(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentArrayHolder
 
disassemble(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentBag
 
disassemble(CollectionPersister) - Method in interface org.hibernate.collection.spi.PersistentCollection
Disassemble the collection to get it ready for the cache
disassemble(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
disassemble(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentList
 
disassemble(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentMap
 
disassemble(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentSet
 
disassemble(T) - Method in class org.hibernate.type.EnumType
Deprecated.
 
disassemble(T) - Method in class org.hibernate.usertype.BaseUserTypeSupport
 
disassemble(T) - Method in class org.hibernate.usertype.internal.AbstractTimeZoneStorageCompositeUserType
 
disassemble(T) - Method in class org.hibernate.usertype.StaticUserTypeSupport
 
disassemble(T, SharedSessionContract) - Method in class org.hibernate.boot.model.process.internal.UserTypeMutabilityPlanAdapter
 
disassemble(T, SharedSessionContract) - Method in class org.hibernate.type.descriptor.converter.internal.AttributeConverterMutabilityPlanImpl
 
disassemble(T, SharedSessionContract) - Method in class org.hibernate.type.descriptor.java.ImmutableMutabilityPlan
 
disassemble(T, SharedSessionContract) - Method in interface org.hibernate.type.descriptor.java.MutabilityPlan
Return a disassembled representation of the value.
disassemble(T, SharedSessionContract) - Method in class org.hibernate.type.descriptor.java.MutableMutabilityPlan
 
disassemble(T, SharedSessionContract) - Method in class org.hibernate.type.descriptor.java.spi.FormatMapperBasedJavaType
 
DISCARD_PC_ON_CLOSE - Static variable in interface org.hibernate.cfg.AvailableSettings
When enabled, specifies that the persistent context should be discarded when either SharedSessionContract.close() or EntityManager.close() is called.
discoverTypes(ClassLoader, String) - Method in interface org.hibernate.bytecode.spi.ClassTransformer
 
discoverTypes(ClassLoader, String) - Method in class org.hibernate.jpa.internal.enhance.EnhancingClassTransformerImpl
 
discoverTypes(String, byte[]) - Method in class org.hibernate.bytecode.enhance.internal.bytebuddy.EnhancerImpl
 
discoverTypes(String, byte[]) - Method in interface org.hibernate.bytecode.enhance.spi.Enhancer
Discovers types prior to enhancement.
Discriminable - Interface in org.hibernate.metamodel.mapping
Anything that has a discriminator associated with it.
Discriminatable - Interface in org.hibernate.boot.jaxb.hbm.spi
 
DISCRIMINATED - org.hibernate.boot.model.source.spi.InheritanceType
 
DiscriminatedAssociation - Interface in org.hibernate.boot.jaxb.mapping
JAXB binding interface for discriminated association based attributes (any and many-to-any)
DiscriminatedAssociation.Discriminator - Interface in org.hibernate.boot.jaxb.mapping
JAXB binding interface for describing the discriminator of a discriminated association
DiscriminatedAssociation.Key - Interface in org.hibernate.boot.jaxb.mapping
The key of a DiscriminatedAssociation - the (logical) foreign-key value
DiscriminatedAssociationAttributeMapping - Class in org.hibernate.metamodel.mapping.internal
Singular, any-valued attribute
DiscriminatedAssociationAttributeMapping(NavigableRole, JavaType<?>, ManagedMappingType, int, int, AttributeMetadata, FetchTiming, PropertyAccess, Property, AnyType, Any, MappingModelCreationProcess) - Constructor for class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationAttributeMapping
 
DiscriminatedAssociationAttributeMapping.MutabilityPlanImpl - Class in org.hibernate.metamodel.mapping.internal
 
DiscriminatedAssociationMapping - Class in org.hibernate.metamodel.mapping.internal
Represents the "type" of an any-valued mapping
DiscriminatedAssociationMapping(DiscriminatedAssociationModelPart, AnyDiscriminatorPart, BasicValuedModelPart, JavaType<?>, FetchTiming, SessionFactoryImplementor) - Constructor for class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationMapping
 
DiscriminatedAssociationModelPart - Interface in org.hibernate.metamodel.mapping
A discriminated association.
DiscriminatedAssociationPathInterpretation<T> - Class in org.hibernate.query.sqm.sql.internal
SqmPathInterpretation for discriminated association (ANY) mappings
discriminatedAssociations - Variable in class org.hibernate.boot.jaxb.mapping.JaxbAttributes
 
discriminatedAssociations - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEmbeddableAttributes
 
DiscriminatedCollectionPart - Class in org.hibernate.metamodel.mapping.internal
 
DiscriminatedCollectionPart(CollectionPart.Nature, CollectionPersister, JavaType<Object>, Any, AnyType, MappingModelCreationProcess) - Constructor for class org.hibernate.metamodel.mapping.internal.DiscriminatedCollectionPart
 
discriminator - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
discriminator - Variable in class org.hibernate.boot.jaxb.mapping.JaxbHbmAnyMapping
 
discriminator - Variable in class org.hibernate.boot.jaxb.mapping.JaxbHbmManyToAny
 
discriminator() - Method in annotation type org.hibernate.annotations.AnyDiscriminatorValue
The discriminator value
DISCRIMINATOR - org.hibernate.boot.model.source.internal.hbm.XmlElementMetadata
Describes the <discriminator/> element
DISCRIMINATOR_INHERIT - org.hibernate.testing.orm.domain.MappingFeature
 
DISCRIMINATOR_ROLE_NAME - Static variable in interface org.hibernate.metamodel.mapping.EntityDiscriminatorMapping
 
discriminatorColumn - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
discriminatorColumn - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntityResult
 
discriminatorColumn - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
discriminatorColumn - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityResult
 
DiscriminatorColumn - Class in org.hibernate.jpamodelgen.xml.jaxb
 
DiscriminatorColumn() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.DiscriminatorColumn
 
DiscriminatorConverter<O,​R> - Class in org.hibernate.metamodel.mapping
 
DiscriminatorConverter(NavigableRole, JavaType<O>, JavaType<R>) - Constructor for class org.hibernate.metamodel.mapping.DiscriminatorConverter
 
discriminatorFormula - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
DiscriminatorFormula - Annotation Type in org.hibernate.annotations
Specifies an expression written in native SQL as the discriminator for an entity inheritance hierarchy.
DiscriminatorHelper - Class in org.hibernate.persister.entity
Operations needed by persisters for working with discriminators.
DiscriminatorHelper() - Constructor for class org.hibernate.persister.entity.DiscriminatorHelper
 
DiscriminatorMapping - Interface in org.hibernate.boot.jaxb.mapping
Mapping of a discriminator value to the corresponding entity-name
DiscriminatorMapping - Interface in org.hibernate.metamodel.mapping
Mapping of a discriminator, for either entity or association (ANY) discrimination.
DiscriminatorMetadata - Interface in org.hibernate.persister.entity
Deprecated, for removal: This API element is subject to removal in a future version.
The functionality of DiscriminatorMetadata, DiscriminatorType and MetaType have been consolidated into EntityDiscriminatorMapping and DiscriminatorConverter
DiscriminatorOptions - Annotation Type in org.hibernate.annotations
Optional annotation used in conjunction with the JPA-defined DiscriminatorColumn annotation to express Hibernate-specific discriminator properties.
DiscriminatorPathInterpretation<T> - Class in org.hibernate.query.sqm.sql.internal
SqmPathInterpretation and DomainResultProducer implementation for entity discriminator
DiscriminatorPathInterpretation(NavigablePath, DiscriminatorMapping, TableGroup, SqlAstCreationState) - Constructor for class org.hibernate.query.sqm.sql.internal.DiscriminatorPathInterpretation
 
DiscriminatorPathInterpretation(NavigablePath, EntityMappingType, TableGroup, SqlAstCreationState) - Constructor for class org.hibernate.query.sqm.sql.internal.DiscriminatorPathInterpretation
 
DiscriminatorPersistentEntity - Class in org.hibernate.envers.boot.model
A persistent entity mapping that uses a single table to store entities based on a discriminator.
DiscriminatorPersistentEntity(AuditTableData, PersistentClass) - Constructor for class org.hibernate.envers.boot.model.DiscriminatorPersistentEntity
 
DiscriminatorSource - Interface in org.hibernate.boot.model.source.spi
Contract for sources of information about a mapped discriminator.
DiscriminatorSqmPath<T> - Interface in org.hibernate.metamodel.model.domain
Commonality between entity and any discriminators
DiscriminatorSqmPathSource<D> - Class in org.hibernate.metamodel.model.domain.internal
SqmPathSource implementation for entity discriminator
DiscriminatorSqmPathSource(DomainType<D>, EntityDomainType<?>, EntityMappingType) - Constructor for class org.hibernate.metamodel.model.domain.internal.DiscriminatorSqmPathSource
 
discriminatorType - Variable in class org.hibernate.boot.jaxb.mapping.JaxbDiscriminatorColumn
 
discriminatorType - Variable in class org.hibernate.jpamodelgen.xml.jaxb.DiscriminatorColumn
 
discriminatorType() - Method in annotation type org.hibernate.annotations.DiscriminatorFormula
The type of value returned by the formula.
DiscriminatorType - Class in org.hibernate.envers.boot.model
Contract for a persistent entity discriminator type.
DiscriminatorType<T> - Class in org.hibernate.persister.entity
Deprecated, for removal: This API element is subject to removal in a future version.
The functionality of DiscriminatorType, DiscriminatorMetadata and MetaType have been consolidated into EntityDiscriminatorMapping and DiscriminatorConverter
DiscriminatorType - Enum in org.hibernate.jpamodelgen.xml.jaxb
Java class for discriminator-type.
DiscriminatorType<O> - Interface in org.hibernate.metamodel.mapping
Union of ConvertedBasicType and BasicDomainType capabilities.
DiscriminatorType(Value) - Constructor for class org.hibernate.envers.boot.model.DiscriminatorType
 
DiscriminatorType(BasicType<?>, Loadable, DiscriminatorConverter) - Constructor for class org.hibernate.persister.entity.DiscriminatorType
Deprecated.
 
DiscriminatorTypeImpl<O> - Class in org.hibernate.metamodel.mapping.internal
Specialization of ConvertedBasicTypeImpl to expose access to the DiscriminatorTypeImpl.underlyingJdbcMapping of this discriminator - the bit that handles the relationship between the relational JavaType and the JdbcType
DiscriminatorTypeImpl(BasicType<?>, DiscriminatorConverter<O, ?>) - Constructor for class org.hibernate.metamodel.mapping.internal.DiscriminatorTypeImpl
 
DiscriminatorTypeMarshalling - Class in org.hibernate.boot.jaxb.mapping.marshall
JAXB marshalling for DiscriminatorType
DiscriminatorTypeMarshalling() - Constructor for class org.hibernate.boot.jaxb.mapping.marshall.DiscriminatorTypeMarshalling
 
discriminatorValue - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
 
discriminatorValue - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
discriminatorValue - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
discriminatorValue - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
discriminatorValue - Variable in class org.hibernate.boot.jaxb.mapping.JaxbHbmAnyDiscriminatorValueMapping
 
discriminatorValue - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
DiscriminatorValueDetails - Interface in org.hibernate.metamodel.mapping
Details for a particular discriminator value.
DiscriminatorValueDetailsImpl - Class in org.hibernate.metamodel.mapping.internal
 
DiscriminatorValueDetailsImpl(Object, EntityMappingType) - Constructor for class org.hibernate.metamodel.mapping.internal.DiscriminatorValueDetailsImpl
 
disintegrate(SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in class org.hibernate.boot.beanvalidation.BeanValidationIntegrator
 
disintegrate(SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in class org.hibernate.cache.internal.CollectionCacheInvalidator
 
disintegrate(SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in class org.hibernate.envers.boot.internal.EnversIntegrator
 
disintegrate(SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in interface org.hibernate.integrator.spi.Integrator
Tongue-in-cheek name for a shutdown callback.
disintegrate(SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in class org.hibernate.testing.jdbc.SharedDriverManagerTypeCacheClearingIntegrator
 
disjoint - org.hibernate.spatial.SpatialFunction
Deprecated.
The disjoint function, cfr.
disjoint(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 disjoint" constraint.
disjoint(CriteriaBuilder, Expression<? extends Geometry>, Geometry) - Static method in class org.hibernate.spatial.predicate.GeolatteSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "spatially disjoint" constraint.
disjoint(CriteriaBuilder, Expression<? extends Geometry>, Expression<? extends Geometry>) - Static method in class org.hibernate.spatial.predicate.JTSSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "spatially disjoint" constraint.
disjoint(CriteriaBuilder, Expression<? extends Geometry>, Geometry) - Static method in class org.hibernate.spatial.predicate.JTSSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "spatially disjoint" constraint.
disjoint(Expression<? extends T>, Expression<? extends T>) - Method in class org.hibernate.spatial.criteria.internal.SpatialCriteriaBuilderImpl
 
disjoint(Expression<? extends T>, Expression<? extends T>) - Method in interface org.hibernate.spatial.criteria.SpatialCriteriaBuilder
Create a predicate for testing the arguments for "spatially disjoint" constraint.
disjoint(Expression<? extends T>, T) - Method in class org.hibernate.spatial.criteria.internal.SpatialCriteriaBuilderImpl
 
disjoint(Expression<? extends T>, T) - Method in interface org.hibernate.spatial.criteria.SpatialCriteriaBuilder
Create a predicate for testing the arguments for "spatially disjoint" constraint.
DISJOINT - Static variable in interface org.hibernate.spatial.SpatialRelation
Deprecated.
The geometries are spatially dijoint
disjunction() - Static method in class org.hibernate.envers.query.AuditEntity
Group criterions together in a single disjunction (A or B or C...).
disjunction() - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
disjunction() - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
disjunction() - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
disjunction() - Method in interface org.hibernate.query.sqm.NodeBuilder
 
DISJUNCTION - org.hibernate.sql.ast.tree.predicate.Junction.Nature
An OR
dispatch(WorkUnitMergeVisitor) - Method in class org.hibernate.envers.internal.synchronization.work.AddWorkUnit
 
dispatch(WorkUnitMergeVisitor) - Method in class org.hibernate.envers.internal.synchronization.work.CollectionChangeWorkUnit
 
dispatch(WorkUnitMergeVisitor) - Method in class org.hibernate.envers.internal.synchronization.work.DelWorkUnit
 
dispatch(WorkUnitMergeVisitor) - Method in class org.hibernate.envers.internal.synchronization.work.FakeBidirectionalRelationWorkUnit
 
dispatch(WorkUnitMergeVisitor) - Method in class org.hibernate.envers.internal.synchronization.work.ModWorkUnit
 
dispatch(WorkUnitMergeVisitor) - Method in class org.hibernate.envers.internal.synchronization.work.PersistentCollectionChangeWorkUnit
 
dispatch(WorkUnitMergeVisitor) - Method in interface org.hibernate.envers.internal.synchronization.work.WorkUnitMergeDispatcher
Should be invoked on the second work unit.
dispose() - Method in class org.hibernate.internal.util.collections.MapBackedClassValue
Use this to wipe the backing map, important to avoid classloader leaks.
dispose() - Method in interface org.hibernate.internal.util.collections.ReadOnlyMap
Some implementations might hold on to references, which could be just heavy or potentially harmful, such as ClassLoader leaks: allow for proper cleanup.
distance - org.hibernate.spatial.SpatialFunction
Deprecated.
The distance function, cfr.
distanceWithin(CriteriaBuilder, Expression<? extends Geometry>, Expression<? extends Geometry>, double) - Static method in class org.hibernate.spatial.predicate.GeolatteSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "distance within" constraint.
distanceWithin(CriteriaBuilder, Expression<? extends Geometry>, Expression<? extends Geometry>, Expression<Double>) - Static method in class org.hibernate.spatial.predicate.GeolatteSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "distance within" constraint.
distanceWithin(CriteriaBuilder, Expression<? extends Geometry>, Geometry, double) - Static method in class org.hibernate.spatial.predicate.GeolatteSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "distance within" constraint.
distanceWithin(CriteriaBuilder, Expression<? extends Geometry>, Geometry, Expression<Double>) - Static method in class org.hibernate.spatial.predicate.GeolatteSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "distance within" constraint.
distanceWithin(CriteriaBuilder, Expression<? extends Geometry>, Expression<? extends Geometry>, double) - Static method in class org.hibernate.spatial.predicate.JTSSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "distance within" constraint.
distanceWithin(CriteriaBuilder, Expression<? extends Geometry>, Expression<? extends Geometry>, Expression<Double>) - Static method in class org.hibernate.spatial.predicate.JTSSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "distance within" constraint.
distanceWithin(CriteriaBuilder, Expression<? extends Geometry>, Geometry, double) - Static method in class org.hibernate.spatial.predicate.JTSSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "distance within" constraint.
distanceWithin(CriteriaBuilder, Expression<? extends Geometry>, Geometry, Expression<Double>) - Static method in class org.hibernate.spatial.predicate.JTSSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "distance within" constraint.
distanceWithin(Expression<? extends T>, Expression<? extends T>, double) - Method in class org.hibernate.spatial.criteria.internal.SpatialCriteriaBuilderImpl
 
distanceWithin(Expression<? extends T>, Expression<? extends T>, double) - Method in interface org.hibernate.spatial.criteria.SpatialCriteriaBuilder
Create a predicate for testing the arguments for "distance within" constraint.
distanceWithin(Expression<? extends T>, Expression<? extends T>, Expression<Double>) - Method in class org.hibernate.spatial.criteria.internal.SpatialCriteriaBuilderImpl
 
distanceWithin(Expression<? extends T>, Expression<? extends T>, Expression<Double>) - Method in interface org.hibernate.spatial.criteria.SpatialCriteriaBuilder
Create a predicate for testing the arguments for "distance within" constraint.
distanceWithin(Expression<? extends T>, T, double) - Method in class org.hibernate.spatial.criteria.internal.SpatialCriteriaBuilderImpl
 
distanceWithin(Expression<? extends T>, T, double) - Method in interface org.hibernate.spatial.criteria.SpatialCriteriaBuilder
Create a predicate for testing the arguments for "distance within" constraint.
distanceWithin(Expression<? extends T>, T, Expression<Double>) - Method in class org.hibernate.spatial.criteria.internal.SpatialCriteriaBuilderImpl
 
distanceWithin(Expression<? extends T>, T, Expression<Double>) - Method in interface org.hibernate.spatial.criteria.SpatialCriteriaBuilder
Create a predicate for testing the arguments for "distance within" constraint.
distinct() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Projection on distinct values
distinct(boolean) - Method in class org.hibernate.query.criteria.CriteriaDefinition
 
distinct(boolean) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
distinct(boolean) - Method in interface org.hibernate.query.criteria.JpaSelectCriteria
 
distinct(boolean) - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
distinct(boolean) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
distinct(boolean) - Method in interface org.hibernate.query.sqm.tree.select.SqmSelectQuery
 
distinct(boolean) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
distinct(boolean) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
Distinct - Class in org.hibernate.sql.ast.tree.expression
 
Distinct(Expression) - Constructor for class org.hibernate.sql.ast.tree.expression.Distinct
 
DISTINCT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
DISTINCT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
DISTINCT - Static variable in class org.hibernate.type.SqlTypes
A type code representing the generic SQL type DISTINCT.
DISTINCT() - Method in class org.hibernate.grammars.hql.HqlParser.GenericFunctionArgumentsContext
 
DISTINCT() - Method in class org.hibernate.grammars.hql.HqlParser.IsDistinctFromPredicateContext
 
DISTINCT() - Method in class org.hibernate.grammars.hql.HqlParser.ListaggFunctionContext
 
DISTINCT() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
DISTINCT() - Method in class org.hibernate.grammars.hql.HqlParser.SelectClauseContext
 
DISTINCT_FROM - org.hibernate.query.sqm.ComparisonOperator
 
distinctFrom(Expression<?>, Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
distinctFrom(Expression<?>, Expression<?>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
distinctFrom(Expression<?>, Expression<?>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
distinctFrom(Expression<?>, Expression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
distinctFrom(Expression<?>, Object) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
distinctFrom(Expression<?>, Object) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
distinctFrom(Expression<?>, Object) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
distinctFrom(Expression<?>, Object) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
DIVIDE - org.hibernate.query.sqm.BinaryArithmeticOperator
 
DIVIDE - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
DIVIDE - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
divideRoundingUp(int, int) - Static method in class org.hibernate.internal.util.MathHelper
Returns the result of dividing a positive numerator by a positive denominator rounded up.
DML_RESULT_TABLE_NAME_PREFIX - Static variable in class org.hibernate.query.sqm.mutation.internal.cte.CteInsertHandler
 
DmlTargetColumnQualifierSupport - Enum in org.hibernate.dialect
Indicates the level of qualifier support used by the dialect when referencing a column.
DO_NOT_AUDIT_OPTIMISTIC_LOCKING_FIELD - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Treats optimistic locking properties as unversioned.
doAfterCompletion(boolean, boolean) - Method in class org.hibernate.resource.transaction.backend.jta.internal.synchronization.SynchronizationCallbackCoordinatorNonTrackingImpl
 
doAfterTransactionCompletion(boolean, SharedSessionContractImplementor) - Method in class org.hibernate.action.internal.EntityDeleteAction
 
doAfterTransactionCompletion(boolean, SharedSessionContractImplementor) - Method in class org.hibernate.action.internal.EntityIdentityInsertAction
 
doAfterTransactionCompletion(boolean, SharedSessionContractImplementor) - Method in class org.hibernate.action.internal.EntityInsertAction
 
doAfterTransactionCompletion(boolean, SharedSessionContractImplementor) - Method in class org.hibernate.action.internal.EntityUpdateAction
 
doAfterTransactionCompletion(boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.action.spi.AfterTransactionCompletionProcess
Perform whatever processing is encapsulated here after completion of the transaction.
doBeforeTransactionCompletion(SessionImplementor) - Method in class org.hibernate.action.internal.EntityIncrementVersionProcess
Perform whatever processing is encapsulated here before completion of the transaction.
doBeforeTransactionCompletion(SessionImplementor) - Method in class org.hibernate.action.internal.EntityVerifyVersionProcess
 
doBeforeTransactionCompletion(SessionImplementor) - Method in interface org.hibernate.action.spi.BeforeTransactionCompletionProcess
Perform whatever processing is encapsulated here before completion of the transaction.
doBeforeTransactionCompletion(SessionImplementor) - Method in class org.hibernate.envers.internal.synchronization.AuditProcess
 
doBiDirectionalAssociationManagement(UnloadedField) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
 
doBiDirectionalAssociationManagement(UnloadedField) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
Should we manage association of bi-directional persistent attributes for this field?
doBiDirectionalAssociationManagement(UnloadedField) - Method in class org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
 
doBiDirectionalAssociationManagement(UnloadedField) - Method in class org.hibernate.testing.bytecode.enhancement.EnhancerTestContext
 
doBind(CallableStatement, J, String, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.BasicBinder
Perform the binding.
doBind(CallableStatement, X, String, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.XmlJdbcType.XmlValueBinder
 
doBind(PreparedStatement, J, int, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.BasicBinder
Perform the binding.
doBind(PreparedStatement, X, int, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.XmlJdbcType.XmlValueBinder
 
doBind(XMLEventReader, StartElement, Origin) - Method in class org.hibernate.boot.jaxb.internal.AbstractBinder
 
doBind(XMLEventReader, StartElement, Origin) - Method in class org.hibernate.boot.jaxb.internal.MappingBinder
 
doBind(Binder) - Method in class org.hibernate.boot.jaxb.internal.CacheableFileXmlSource
 
doBind(Binder) - Method in class org.hibernate.boot.jaxb.internal.FileXmlSource
 
doBind(Binder) - Method in class org.hibernate.boot.jaxb.internal.InputStreamAccessXmlSource
 
doBind(Binder) - Method in class org.hibernate.boot.jaxb.internal.InputStreamXmlSource
 
doBind(Binder) - Method in class org.hibernate.boot.jaxb.internal.JarFileEntryXmlSource
 
doBind(Binder) - Method in class org.hibernate.boot.jaxb.internal.JaxpSourceXmlSource
 
doBind(Binder) - Method in class org.hibernate.boot.jaxb.internal.UrlXmlSource
 
doBind(Binder) - Method in class org.hibernate.boot.jaxb.spi.XmlSource
 
doBind(Binder, File, Origin) - Static method in class org.hibernate.boot.jaxb.internal.FileXmlSource
 
doBind(Binder, InputStream, Origin, boolean) - Static method in class org.hibernate.boot.jaxb.internal.InputStreamXmlSource
 
doBind(Binder, InputStreamAccess, Origin) - Static method in class org.hibernate.boot.jaxb.internal.InputStreamAccessXmlSource
 
doBindNull(CallableStatement, String, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.BasicBinder
Perform the null binding.
doBindNull(PreparedStatement, int, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.BasicBinder
Perform the null binding.
doCascade(CascadingAction) - Method in interface org.hibernate.engine.spi.CascadeStyle
For this style, should the given action be cascaded?
doCascade(CascadingAction) - Method in class org.hibernate.engine.spi.CascadeStyles.MultipleCascadeStyle
 
doCoercion() - Method in interface org.hibernate.type.descriptor.java.CoercionHelper.Coercer
 
doComputation() - Method in class org.hibernate.testing.junit4.CustomRunner
 
doConnectionsFromProviderHaveAutoCommitDisabled() - Method in class org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor
 
doConnectionsFromProviderHaveAutoCommitDisabled() - Method in class org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl
 
doCreation(Metadata, boolean, GenerationTarget...) - Method in class org.hibernate.tool.schema.internal.SchemaCreatorImpl
Intended for use from tests
doCreation(Metadata, Dialect, ExecutionOptions, ContributableMatcher, SourceDescriptor, GenerationTarget...) - Method in class org.hibernate.tool.schema.internal.SchemaCreatorImpl
 
doCreation(Metadata, ServiceRegistry, Map<String, Object>, boolean, GenerationTarget...) - Method in class org.hibernate.tool.schema.internal.SchemaCreatorImpl
Intended for use from tests
doCreation(Metadata, ExecutionOptions, ContributableMatcher, SourceDescriptor, TargetDescriptor) - Method in class org.hibernate.tool.schema.internal.SchemaCreatorImpl
 
doCreation(Metadata, ExecutionOptions, ContributableMatcher, SourceDescriptor, TargetDescriptor) - Method in interface org.hibernate.tool.schema.spi.SchemaCreator
Perform a schema creation from the indicated source(s) to the indicated target(s).
doDeserialize(InputStream, ClassLoader, ClassLoader, ClassLoader) - Static method in class org.hibernate.internal.util.SerializationHelper
 
doDirtyChecking(CustomEntityDirtinessStrategy.AttributeChecker) - Method in interface org.hibernate.CustomEntityDirtinessStrategy.DirtyCheckContext
The callback to indicate that dirty checking (the dirty attribute determination phase) should be handled by the calling CustomEntityDirtinessStrategy using the given CustomEntityDirtinessStrategy.AttributeChecker.
doDirtyCheckingInline(UnloadedClass) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
 
doDirtyCheckingInline(UnloadedClass) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
Deprecated, for removal: This API element is subject to removal in a future version.
Will be removed without replacement. See HHH-15641
doDirtyCheckingInline(UnloadedClass) - Method in class org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
 
doDirtyCheckingInline(UnloadedClass) - Method in class org.hibernate.testing.bytecode.enhancement.EnhancerTestContext
 
doDrop(Metadata, boolean, GenerationTarget...) - Method in class org.hibernate.tool.schema.internal.SchemaDropperImpl
For tests
doDrop(Metadata, ServiceRegistry, Map<String, Object>, boolean, GenerationTarget...) - Method in class org.hibernate.tool.schema.internal.SchemaDropperImpl
For tests
doDrop(Metadata, ExecutionOptions, Dialect, SourceDescriptor, GenerationTarget...) - Method in class org.hibernate.tool.schema.internal.SchemaDropperImpl
For use from testing
doDrop(Metadata, ExecutionOptions, ContributableMatcher, Dialect, SourceDescriptor, GenerationTarget...) - Method in class org.hibernate.tool.schema.internal.SchemaDropperImpl
For use from testing
doDrop(Metadata, ExecutionOptions, ContributableMatcher, SourceDescriptor, TargetDescriptor) - Method in class org.hibernate.tool.schema.internal.SchemaDropperImpl
 
doDrop(Metadata, ExecutionOptions, ContributableMatcher, SourceDescriptor, TargetDescriptor) - Method in interface org.hibernate.tool.schema.spi.SchemaDropper
Perform a schema drop from the indicated source(s) to the indicated target(s).
doDynamicDelete(Object, Object, Object, Object[], SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.AbstractDeleteCoordinator
 
doDynamicInserts(Object, Object[], Object, SharedSessionContractImplementor, boolean) - Method in class org.hibernate.persister.entity.mutation.InsertCoordinator
 
doDynamicUpdate(Object, Object, Object, Object[], Object[], UpdateCoordinatorStandard.InclusionChecker, UpdateCoordinatorStandard.UpdateValuesAnalysisImpl, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard
 
doesConnectionProviderDisableAutoCommit() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
doesConnectionProviderDisableAutoCommit() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
doesConnectionProviderDisableAutoCommit() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
doesConnectionProviderDisableAutoCommit() - Method in class org.hibernate.internal.JdbcSessionContextImpl
 
doesConnectionProviderDisableAutoCommit() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
 
doesDataDefinitionCauseTransactionCommit() - Method in class org.hibernate.engine.jdbc.env.internal.ExtractedDatabaseMetaDataImpl
 
doesDataDefinitionCauseTransactionCommit() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
Did the driver report to DDL statements performed within a transaction performing an implicit commit of the transaction.
DoesNotSupportFollowOnLocking() - Constructor for class org.hibernate.testing.DialectChecks.DoesNotSupportFollowOnLocking
 
doesReadCommittedCauseWritersToBlockReaders() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
doesReadCommittedCauseWritersToBlockReaders() - Method in class org.hibernate.dialect.DB2Dialect
 
doesReadCommittedCauseWritersToBlockReaders() - Method in class org.hibernate.dialect.DerbyDialect
 
doesReadCommittedCauseWritersToBlockReaders() - Method in class org.hibernate.dialect.Dialect
For the underlying database, is READ_COMMITTED isolation implemented by forcing readers to wait for write locks to be released?
doesReadCommittedCauseWritersToBlockReaders() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
doesReadCommittedCauseWritersToBlockReaders() - Method in class org.hibernate.dialect.H2Dialect
 
doesReadCommittedCauseWritersToBlockReaders() - Method in class org.hibernate.dialect.HSQLDialect
 
doesReadCommittedCauseWritersToBlockReaders() - Method in class org.hibernate.dialect.SQLServerDialect
 
DoesReadCommittedCauseWritersToBlockReadersCheck() - Constructor for class org.hibernate.testing.DialectChecks.DoesReadCommittedCauseWritersToBlockReadersCheck
 
DoesReadCommittedCauseWritersToBlockReadersCheck() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.DoesReadCommittedCauseWritersToBlockReadersCheck
 
DoesReadCommittedNotCauseWritersToBlockReadersCheck() - Constructor for class org.hibernate.testing.DialectChecks.DoesReadCommittedNotCauseWritersToBlockReadersCheck
 
doesRepeatableReadCauseReadersToBlockWriters() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
doesRepeatableReadCauseReadersToBlockWriters() - Method in class org.hibernate.dialect.Dialect
For the underlying database, is REPEATABLE_READ isolation implemented by forcing writers to wait for read locks to be released?
doesRepeatableReadCauseReadersToBlockWriters() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
doesRepeatableReadCauseReadersToBlockWriters() - Method in class org.hibernate.dialect.HSQLDialect
 
doesRepeatableReadCauseReadersToBlockWriters() - Method in class org.hibernate.dialect.SQLServerDialect
 
DoesRepeatableReadCauseReadersToBlockWritersCheck() - Constructor for class org.hibernate.testing.DialectChecks.DoesRepeatableReadCauseReadersToBlockWritersCheck
 
DoesRepeatableReadCauseReadersToBlockWritersCheck() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.DoesRepeatableReadCauseReadersToBlockWritersCheck
 
DoesRepeatableReadNotCauseReadersToBlockWritersCheck() - Constructor for class org.hibernate.testing.DialectChecks.DoesRepeatableReadNotCauseReadersToBlockWritersCheck
 
doEvict(Object, EntityKey, EntityPersister, EventSource) - Method in class org.hibernate.event.internal.DefaultEvictEventListener
 
doExecuteUpdate() - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
doExecuteUpdate() - Method in class org.hibernate.query.spi.AbstractQuery
 
doExecuteUpdate() - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
doExecuteUpdate() - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
doExtendedEnhancement(UnloadedClass) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
 
doExtendedEnhancement(UnloadedClass) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
Should we enhance field access to entities from this class?
doExtendedEnhancement(UnloadedClass) - Method in class org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
 
doExtendedEnhancement(UnloadedClass) - Method in class org.hibernate.testing.bytecode.enhancement.EnhancerTestContext
 
doExtract(CallableStatement, int, WrapperOptions) - Method in class org.hibernate.spatial.dialect.oracle.SDOGeometryValueExtractor
 
doExtract(CallableStatement, int, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.BasicExtractor
Perform the extraction.
doExtract(CallableStatement, String, WrapperOptions) - Method in class org.hibernate.spatial.dialect.oracle.SDOGeometryValueExtractor
 
doExtract(CallableStatement, String, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.BasicExtractor
Perform the extraction.
doExtract(ResultSet, int, WrapperOptions) - Method in class org.hibernate.spatial.dialect.oracle.SDOGeometryValueExtractor
 
doExtract(ResultSet, int, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.BasicExtractor
Perform the extraction.
Dog - Class in org.hibernate.testing.orm.domain.animal
 
Dog() - Constructor for class org.hibernate.testing.orm.domain.animal.Dog
 
doGetReference(Object) - Method in class org.hibernate.loader.internal.BaseNaturalIdLoadAccessImpl
 
doGetReference(Object) - Method in class org.hibernate.loader.internal.IdentifierLoadAccessImpl
 
doImmediateLoad(String) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
doImmediateLoad(String) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.ToOneDelegateSessionImplementor
 
doInAutoCommit(String...) - Static method in class org.hibernate.testing.transaction.TransactionUtil
Use the default settings for building a new ServiceRegistry and create a new JDBC Connection in auto-commit mode.
doInAutoCommit(Consumer<Statement>) - Static method in class org.hibernate.testing.transaction.TransactionUtil
Use the default settings for building a new ServiceRegistry and create a new JDBC Connection in auto-commit mode.
doInAutoCommit(Consumer<Statement>, Map<String, Object>) - Static method in class org.hibernate.testing.transaction.TransactionUtil
Use the supplied settings for building a new ServiceRegistry and create a new JDBC Connection in auto-commit mode.
doInAutoCommit(Map<String, Object>, String...) - Static method in class org.hibernate.testing.transaction.TransactionUtil
Use the supplied settings for building a new ServiceRegistry and create a new JDBC Connection in auto-commit mode.
doInHibernate(Supplier<SessionFactory>, String, Consumer<Session>) - Static method in class org.hibernate.testing.transaction.TransactionUtil
Execute function in a Hibernate transaction without return value and for a given tenant
doInHibernate(Supplier<SessionFactory>, String, Function<Session, R>) - Static method in class org.hibernate.testing.transaction.TransactionUtil
Execute function in a Hibernate transaction for a given tenant and return a value
doInHibernate(Supplier<SessionFactory>, Consumer<Session>) - Static method in class org.hibernate.testing.transaction.TransactionUtil
 
doInHibernate(Supplier<SessionFactory>, TransactionUtil.HibernateTransactionConsumer) - Static method in class org.hibernate.testing.transaction.TransactionUtil
Execute function in a Hibernate transaction without return value
doInHibernate(Supplier<SessionFactory>, TransactionUtil.HibernateTransactionFunction<T>) - Static method in class org.hibernate.testing.transaction.TransactionUtil
Execute function in a Hibernate transaction
doInHibernateSessionBuilder(Supplier<SessionBuilder>, TransactionUtil.HibernateTransactionConsumer) - Static method in class org.hibernate.testing.orm.junit.BaseSessionFactoryFunctionalTest
Execute function in a Hibernate transaction without return value
doInHibernateSessionBuilder(Supplier<SessionBuilder>, TransactionUtil.HibernateTransactionConsumer) - Static method in class org.hibernate.testing.transaction.TransactionUtil
Execute function in a Hibernate transaction without return value
doInHibernateSessionBuilder(Supplier<SessionBuilder>, TransactionUtil.HibernateTransactionFunction<T>) - Static method in class org.hibernate.testing.transaction.TransactionUtil
Execute function in a Hibernate transaction
doInJPA(Supplier<EntityManagerFactory>, TransactionUtil.JPATransactionFunction<T>) - Static method in class org.hibernate.testing.transaction.TransactionUtil
Execute function in a JPA transaction
doInJPA(Supplier<EntityManagerFactory>, TransactionUtil.JPATransactionFunction<T>, Map) - Static method in class org.hibernate.testing.transaction.TransactionUtil
Execute function in a JPA transaction
doInJPA(Supplier<EntityManagerFactory>, TransactionUtil.JPATransactionVoidFunction) - Static method in class org.hibernate.testing.transaction.TransactionUtil
Execute function in a JPA transaction without return value
doInJPA(Supplier<EntityManagerFactory>, TransactionUtil.JPATransactionVoidFunction, Map) - Static method in class org.hibernate.testing.transaction.TransactionUtil
Execute function in a JPA transaction without return value
doLazyXmlParsing() - Method in class org.hibernate.jpamodelgen.Context
 
doList() - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
doList() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
doList() - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
doList() - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
doList() - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
doLoad(Object) - Method in class org.hibernate.loader.internal.BaseNaturalIdLoadAccessImpl
 
doLoad(Object) - Method in class org.hibernate.loader.internal.IdentifierLoadAccessImpl
 
doLog(Logger.Level, String, Object, Object[], Throwable) - Method in class org.hibernate.testing.logger.Log4J2DelegatingLogger
 
doLogf(Logger.Level, String, String, Object[], Throwable) - Method in class org.hibernate.testing.logger.Log4J2DelegatingLogger
 
DOM - org.hibernate.boot.jaxb.SourceType
 
DomainDataCachingConfig - Interface in org.hibernate.cache.cfg.spi
Configuration for a specific type of data to be stored in the region
DomainDataRegion - Interface in org.hibernate.cache.spi
A second-level cache region that holds cacheable domain data: the destructured state of entity instances and collections, and mappings from natural id to primary key.
DomainDataRegionBuildingContext - Interface in org.hibernate.cache.cfg.spi
DomainDataRegionConfig - Interface in org.hibernate.cache.cfg.spi
Configuration for a named region for caching domain data.
DomainDataRegionConfigImpl - Class in org.hibernate.cache.cfg.internal
DomainDataRegionConfig implementation
DomainDataRegionConfigImpl.Builder - Class in org.hibernate.cache.cfg.internal
 
DomainDataRegionImpl - Class in org.hibernate.cache.spi.support
 
DomainDataRegionImpl(DomainDataRegionConfig, RegionFactoryTemplate, DomainDataStorageAccess, CacheKeysFactory, DomainDataRegionBuildingContext) - Constructor for class org.hibernate.cache.spi.support.DomainDataRegionImpl
 
DomainDataRegionTemplate - Class in org.hibernate.cache.spi.support
Abstract implementation of DomainDataRegion based on implementations just needing to provide a DomainDataStorageAccess reference for basic caching support - DomainDataStorageAccess acts as a simple wrapper around some generalized cache actions such as put or get.
DomainDataRegionTemplate(DomainDataRegionConfig, RegionFactory, DomainDataStorageAccess, CacheKeysFactory, DomainDataRegionBuildingContext) - Constructor for class org.hibernate.cache.spi.support.DomainDataRegionTemplate
 
DomainDataStorageAccess - Interface in org.hibernate.cache.spi.support
Specialization of StorageAccess for domain data regions.
DomainModel - Annotation Type in org.hibernate.testing.orm.junit
 
DomainModel.ExtraQueryImport - Annotation Type in org.hibernate.testing.orm.junit
 
DomainModelDescriptor - Interface in org.hibernate.testing.orm.domain
Describes a standard domain model
DomainModelExtension - Class in org.hibernate.testing.orm.junit
hibernate-testing implementation of a few JUnit5 contracts to support SessionFactory-based testing, including argument injection (or see DomainModelScopeAware)
DomainModelExtension() - Constructor for class org.hibernate.testing.orm.junit.DomainModelExtension
 
DomainModelExtension.DomainModelScopeImpl - Class in org.hibernate.testing.orm.junit
 
DomainModelFunctionalTesting - Annotation Type in org.hibernate.testing.orm.junit
 
DomainModelHelper - Class in org.hibernate.metamodel.model.domain.internal
Helper containing utilities useful for domain model handling
DomainModelHelper() - Constructor for class org.hibernate.metamodel.model.domain.internal.DomainModelHelper
 
DomainModelParameterResolver - Class in org.hibernate.testing.orm.junit
 
DomainModelParameterResolver() - Constructor for class org.hibernate.testing.orm.junit.DomainModelParameterResolver
 
DomainModelProducer - Interface in org.hibernate.testing.orm.junit
 
DomainModelScope - Interface in org.hibernate.testing.orm.junit
 
DomainModelScopeAware - Interface in org.hibernate.testing.orm.junit
 
DomainModelScopeImpl(ServiceRegistryScope, DomainModelProducer) - Constructor for class org.hibernate.testing.orm.junit.DomainModelExtension.DomainModelScopeImpl
 
DomainParameterXref - Class in org.hibernate.query.sqm.internal
Maintains a cross-reference between SqmParameter and QueryParameter references.
DomainParameterXref(Map<QueryParameterImplementor<?>, List<SqmParameter<?>>>, Map<SqmParameter<?>, QueryParameterImplementor<?>>, SqmStatement.ParameterResolutions) - Constructor for class org.hibernate.query.sqm.internal.DomainParameterXref
 
DomainPath - Interface in org.hibernate.metamodel.mapping.ordering.ast
Represents a domain-path (model part path) used in an order-by fragment
DomainPathContinuation - Class in org.hibernate.metamodel.mapping.ordering.ast
A path relative to either a CollectionPartPath (element/index DomainPath) or another DomainPathContinuation
DomainPathContinuation(NavigablePath, DomainPath, ModelPart) - Constructor for class org.hibernate.metamodel.mapping.ordering.ast.DomainPathContinuation
 
DomainPathPart - Class in org.hibernate.query.hql.internal
Specialized "intermediate" SemanticPathPart for processing domain model paths/
DomainPathPart(SqmPath<?>) - Constructor for class org.hibernate.query.hql.internal.DomainPathPart
 
DomainQueryExecutionContext - Interface in org.hibernate.query.spi
Context for execution of Query"
DomainResult<J> - Interface in org.hibernate.sql.results.graph
Represents a result value in the domain query results.
DomainResultAssembler<J> - Interface in org.hibernate.sql.results.graph
Responsible for "assembling" a result for inclusion in the domain query result.
DomainResultCreationException - Exception in org.hibernate.sql.results
Base for problems creating DomainResult instances
DomainResultCreationException(String) - Constructor for exception org.hibernate.sql.results.DomainResultCreationException
 
DomainResultCreationException(String, Throwable) - Constructor for exception org.hibernate.sql.results.DomainResultCreationException
 
DomainResultCreationState - Interface in org.hibernate.sql.results.graph
Contains state related to building DomainResult and Fetch graphs
DomainResultCreationStateImpl - Class in org.hibernate.query.results
 
DomainResultCreationStateImpl(String, JdbcValuesMetadata, Map<String, Map<String, DynamicFetchBuilderLegacy>>, Consumer<SqlSelection>, LoadQueryInfluencers, SessionFactoryImplementor) - Constructor for class org.hibernate.query.results.DomainResultCreationStateImpl
 
DomainResultGraphNode - Interface in org.hibernate.sql.results.graph
Marker for all object types that can be part of a result mapping
DomainResultGraphPrinter - Class in org.hibernate.sql.results.graph
Printer for DomainResult graphs
DomainResultImpl(NavigablePath, CompoundNaturalIdMapping, JavaType<Object[]>, String, DomainResultCreationState) - Constructor for class org.hibernate.metamodel.mapping.internal.CompoundNaturalIdMapping.DomainResultImpl
 
DomainResultProducer<T> - Interface in org.hibernate.query.sqm.sql.internal
Something that can produce a DomainResult as part of a SQM interpretation
domainType() - Method in annotation type org.hibernate.annotations.ConverterRegistration
The domain type to which this converter should be applied.
DomainType<J> - Interface in org.hibernate.metamodel.model.domain
Describes any type that occurs in the application's domain model.
DomesticAnimal - Class in org.hibernate.testing.orm.domain.animal
 
DomesticAnimal() - Constructor for class org.hibernate.testing.orm.domain.animal.DomesticAnimal
 
DomesticVendor - Class in org.hibernate.testing.orm.domain.retail
 
DomesticVendor() - Constructor for class org.hibernate.testing.orm.domain.retail.DomesticVendor
 
DomesticVendor(Integer, String, String) - Constructor for class org.hibernate.testing.orm.domain.retail.DomesticVendor
 
DomesticVendor(Integer, String, String, String) - Constructor for class org.hibernate.testing.orm.domain.retail.DomesticVendor
 
doMigration(Metadata, ExecutionOptions, ContributableMatcher, TargetDescriptor) - Method in class org.hibernate.tool.schema.internal.AbstractSchemaMigrator
 
doMigration(Metadata, ExecutionOptions, ContributableMatcher, TargetDescriptor) - Method in interface org.hibernate.tool.schema.spi.SchemaMigrator
Perform a schema migration (alteration) from the indicated source(s) to the indicated target(s).
doPrivileged(Supplier<R>) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.AbstractCollectionInitializor
Perform an action in a privileged block.
doPrivileged(Supplier<T>) - Method in class org.hibernate.envers.internal.entities.mapper.AbstractMapper
Perform an action in a privileged block.
doProcess() - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper.StandardWarningHandler
 
doProcess() - Method in interface org.hibernate.engine.jdbc.spi.SqlExceptionHelper.WarningHandler
Should processing be done? Allows short-circuiting if not.
doProcessQueuedOps(PersistentCollection<?>, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
doProcessQueuedOps(PersistentCollection<?>, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
doProcessQueuedOps(PersistentCollection<?>, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
doReturningWork(ReturningWork<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
doReturningWork(ReturningWork<T>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
doReturningWork(ReturningWork<T>) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
doReturningWork(ReturningWork<T>) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
doReturningWork(ReturningWork<T>) - Method in interface org.hibernate.SharedSessionContract
Perform work using the Connection underlying by this session, and return a result.
doScroll(ScrollMode) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
doScroll(ScrollMode) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
doScroll(ScrollMode) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
doScroll(ScrollMode) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
doScroll(ScrollMode) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
doSecondPass(Map<String, PersistentClass>) - Method in class org.hibernate.boot.model.internal.AggregateComponentSecondPass
 
doSecondPass(Map<String, PersistentClass>) - Method in class org.hibernate.boot.model.internal.CollectionSecondPass
 
doSecondPass(Map<String, PersistentClass>) - Method in class org.hibernate.boot.model.internal.CopyIdentifierComponentSecondPass
 
doSecondPass(Map<String, PersistentClass>) - Method in class org.hibernate.boot.model.internal.CreateKeySecondPass
 
doSecondPass(Map<String, PersistentClass>) - Method in class org.hibernate.boot.model.internal.FetchOverrideSecondPass
 
doSecondPass(Map<String, PersistentClass>) - Method in class org.hibernate.boot.model.internal.FetchSecondPass
 
doSecondPass(Map<String, PersistentClass>) - Method in class org.hibernate.boot.model.internal.IdGeneratorResolverSecondPass
 
doSecondPass(Map<String, PersistentClass>) - Method in class org.hibernate.boot.model.internal.ImplicitToOneJoinTableSecondPass
 
doSecondPass(Map<String, PersistentClass>) - Method in class org.hibernate.boot.model.internal.IndexOrUniqueKeySecondPass
 
doSecondPass(Map<String, PersistentClass>) - Method in class org.hibernate.boot.model.internal.JoinedSubclassFkSecondPass
 
doSecondPass(Map<String, PersistentClass>) - Method in class org.hibernate.boot.model.internal.NullableDiscriminatorColumnSecondPass
 
doSecondPass(Map<String, PersistentClass>) - Method in class org.hibernate.boot.model.internal.OneToOneSecondPass
 
doSecondPass(Map<String, PersistentClass>) - Method in class org.hibernate.boot.model.internal.PkDrivenByDefaultMapsIdSecondPass
 
doSecondPass(Map<String, PersistentClass>) - Method in class org.hibernate.boot.model.internal.ResultSetMappingSecondPass
 
doSecondPass(Map<String, PersistentClass>) - Method in class org.hibernate.boot.model.internal.SecondaryTableFromAnnotationSecondPass
 
doSecondPass(Map<String, PersistentClass>) - Method in class org.hibernate.boot.model.internal.SecondaryTableSecondPass
 
doSecondPass(Map<String, PersistentClass>) - Method in class org.hibernate.boot.model.internal.SetBasicValueTypeSecondPass
 
doSecondPass(Map<String, PersistentClass>) - Method in class org.hibernate.boot.model.internal.SimpleToOneFkSecondPass
 
doSecondPass(Map<String, PersistentClass>) - Method in class org.hibernate.boot.model.internal.ToOneFkSecondPass
 
doSecondPass(Map<String, PersistentClass>) - Method in interface org.hibernate.boot.spi.SecondPass
Perform the operation
doStaticDelete(Object, Object, Object, Object[], Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.AbstractDeleteCoordinator
 
doStaticInserts(Object, Object[], Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.InsertCoordinator
 
doStaticUpdate(Object, Object, Object, Object[], Object[], UpdateCoordinatorStandard.UpdateValuesAnalysisImpl, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard
 
DOT - Static variable in class org.hibernate.grammars.graph.GraphLanguageLexer
 
DOT - Static variable in class org.hibernate.grammars.graph.GraphLanguageParser
 
DOT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
DOT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
DOT - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
DOT - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
DOT() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeQualifierContext
 
DOT() - Method in class org.hibernate.grammars.hql.HqlParser.CastTargetTypeContext
 
DOT() - Method in class org.hibernate.grammars.hql.HqlParser.EntityNameContext
 
DOT() - Method in class org.hibernate.grammars.hql.HqlParser.IndexedPathAccessFragmentContext
 
DOT() - Method in class org.hibernate.grammars.hql.HqlParser.PathContinuationContext
 
DOT() - Method in class org.hibernate.grammars.hql.HqlParser.SimplePathElementContext
 
DOT() - Method in class org.hibernate.grammars.ordering.OrderingParser.DotIdentifierContext
 
DOT(int) - Method in class org.hibernate.grammars.hql.HqlParser.CastTargetTypeContext
 
DOT(int) - Method in class org.hibernate.grammars.hql.HqlParser.EntityNameContext
 
DOT(int) - Method in class org.hibernate.grammars.ordering.OrderingParser.DotIdentifierContext
 
doThrow(Throwable) - Static method in class org.hibernate.internal.util.ExceptionHelper
Throws the given throwable even if it is a checked exception.
dotIdentifier() - Method in class org.hibernate.grammars.ordering.OrderingParser
 
dotIdentifier() - Method in class org.hibernate.grammars.ordering.OrderingParser.DotIdentifierExpressionContext
 
dotIdentifier() - Method in class org.hibernate.grammars.ordering.OrderingParser.PackagedFunctionContext
 
DotIdentifierConsumer - Interface in org.hibernate.query.hql.spi
Consumes the parts of a path.
DotIdentifierContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.ordering.OrderingParser.DotIdentifierContext
 
DotIdentifierExpressionContext(OrderingParser.ExpressionContext) - Constructor for class org.hibernate.grammars.ordering.OrderingParser.DotIdentifierExpressionContext
 
DotIdentifierSequence - Interface in org.hibernate.spi
A compound name.
doTruncate(Metadata, ExecutionOptions, ContributableMatcher, TargetDescriptor) - Method in class org.hibernate.tool.schema.internal.SchemaTruncatorImpl
 
doTruncate(Metadata, ExecutionOptions, ContributableMatcher, TargetDescriptor) - Method in interface org.hibernate.tool.schema.spi.SchemaTruncator
Perform a schema truncation from the indicated source(s) to the indicated target(s).
DOUBLE - org.hibernate.query.sqm.CastType
 
DOUBLE - org.hibernate.query.sqm.tree.expression.NumericTypeCategory
 
DOUBLE - Static variable in class org.hibernate.type.SqlTypes
A type code representing the generic SQL type DOUBLE.
DOUBLE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Double to JDBC DOUBLE.
DOUBLE_LITERAL - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
DOUBLE_LITERAL - Static variable in class org.hibernate.grammars.hql.HqlParser
 
DOUBLE_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
DOUBLE_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
DOUBLE_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.NumericLiteralContext
 
DOUBLE_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.ParameterOrNumberLiteralContext
 
DOUBLE_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.SecondContext
 
DOUBLE_LITERAL() - Method in class org.hibernate.grammars.ordering.OrderingParser.LiteralContext
 
DOUBLE_PIPE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
DOUBLE_PIPE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
DOUBLE_PIPE() - Method in class org.hibernate.grammars.hql.HqlParser.ConcatenationExpressionContext
 
DoubleJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for Double handling.
DoubleJavaType() - Constructor for class org.hibernate.type.descriptor.java.DoubleJavaType
 
DoubleJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for DOUBLE handling.
DoubleJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.DoubleJdbcType
 
DoublePrimitiveArrayJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for double[] handling.
DoublePrimitiveArrayJavaType(JavaType<Double>) - Constructor for class org.hibernate.type.descriptor.java.DoublePrimitiveArrayJavaType
 
DoubleQuoteQuoting() - Constructor for class org.hibernate.testing.DialectChecks.DoubleQuoteQuoting
 
DoubleQuoteQuoting() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.DoubleQuoteQuoting
 
doUpdate(Object, PersistentCollection<?>, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.mutation.AbstractUpdateRowsCoordinator
 
doUpdate(Object, PersistentCollection<?>, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.mutation.UpdateRowsCoordinatorOneToMany
 
doUpdate(Object, PersistentCollection<?>, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.mutation.UpdateRowsCoordinatorStandard
 
doUpdate(Object, PersistentCollection<?>, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.mutation.UpdateRowsCoordinatorTablePerSubclass
 
doValidation(Metadata, ExecutionOptions, ContributableMatcher) - Method in class org.hibernate.tool.schema.internal.AbstractSchemaValidator
 
doValidation(Metadata, ExecutionOptions, ContributableMatcher) - Method in interface org.hibernate.tool.schema.spi.SchemaValidator
Perform the validation of the schema described by Metadata
doVersionUpdate(Object, Object, Object, Object, boolean, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard
 
doVersionUpdate(Object, Object, Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard
 
doWithJDBC(ServiceRegistry, TransactionUtil.JDBCTransactionFunction<T>) - Static method in class org.hibernate.testing.transaction.TransactionUtil
 
doWithJDBC(ServiceRegistry, TransactionUtil.JDBCTransactionVoidFunction) - Static method in class org.hibernate.testing.transaction.TransactionUtil
 
DowncastLocation - Enum in org.hibernate.query.sqm.tree.from
 
downgradeLocks() - Method in class org.hibernate.engine.internal.EntityEntryContext
Down-grade locks to NONE for all entities in this context
doWork() - Method in interface org.hibernate.collection.spi.AbstractPersistentCollection.LazyInitializationWork
Do the represented work and return the result.
doWork(ClassLoader) - Method in interface org.hibernate.boot.registry.classloading.spi.ClassLoaderService.Work
 
doWork(Work) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
doWork(Work) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
doWork(Work) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
doWork(Work) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
doWork(Work) - Method in interface org.hibernate.SharedSessionContract
Perform work using the Connection underlying by this session.
DRIVER - Static variable in interface org.hibernate.cfg.JdbcSettings
Deprecated.
The JPA-standard setting JdbcSettings.JAKARTA_JDBC_DRIVER is now preferred.
DRIVER - Static variable in class org.hibernate.testing.env.ConnectionProviderBuilder
 
DRIVER - Static variable in class org.hibernate.testing.env.TestingDatabaseInfo
 
DriverConnectionCreator - Class in org.hibernate.engine.jdbc.connections.internal
A specialized ConnectionCreator which uses Driver.connect(String, Properties) to obtain JDBC connections.
DriverConnectionCreator(Driver, ServiceRegistryImplementor, String, Properties, Boolean, Integer, String) - Constructor for class org.hibernate.engine.jdbc.connections.internal.DriverConnectionCreator
 
driverKind - Variable in class org.hibernate.dialect.CockroachDialect
 
driverKind - Variable in class org.hibernate.dialect.PostgreSQLDialect
 
DriverManagerConnectionCreator - Class in org.hibernate.engine.jdbc.connections.internal
A specialized ConnectionCreator which uses DriverManager.getConnection(String, Properties) to obtain JDBC connections.
DriverManagerConnectionCreator(ServiceRegistryImplementor, String, Properties, Boolean, Integer, String) - Constructor for class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionCreator
 
DriverManagerConnectionProviderImpl - Class in org.hibernate.engine.jdbc.connections.internal
A connection provider that uses the DriverManager directly to open connections and provides a very rudimentary connection pool.
DriverManagerConnectionProviderImpl() - Constructor for class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl
 
DriverManagerConnectionProviderImpl.PooledConnections - Class in org.hibernate.engine.jdbc.connections.internal
 
DriverManagerConnectionProviderImpl.PooledConnections.Builder - Class in org.hibernate.engine.jdbc.connections.internal
 
drop - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
 
drop - Variable in class org.hibernate.boot.jaxb.mapping.JaxbDatabaseObject
 
drop(Metadata) - Static method in class org.hibernate.testing.schema.SchemaDropHelper
 
drop(Metadata, ServiceRegistry) - Static method in class org.hibernate.testing.schema.SchemaDropHelper
 
drop(MetadataImplementor, StandardServiceRegistry, Connection) - Static method in class org.hibernate.testing.schema.SchemaDropHelper
 
DROP - org.hibernate.boot.SchemaAutoTooling
Drop the schema and don't recreate it.
DROP - org.hibernate.query.sqm.mutation.internal.temptable.AfterUseAction
 
DROP - org.hibernate.tool.schema.Action
Drop the schema.
DROP_ID_TABLES - Static variable in class org.hibernate.query.sqm.mutation.internal.temptable.GlobalTemporaryTableStrategy
 
DROP_ID_TABLES - Static variable in class org.hibernate.query.sqm.mutation.internal.temptable.LocalTemporaryTableStrategy
For H2 dialect avoid setting the drop strategy to true because H2 forces a commit when dropping a temporary table
DROP_ID_TABLES - Static variable in class org.hibernate.query.sqm.mutation.internal.temptable.PersistentTableStrategy
 
DROP_RECREATE_QUIETLY - org.hibernate.tool.schema.UniqueConstraintSchemaUpdateStrategy
Attempt to drop, then (re-)create each unique constraint.
dropConstraints() - Method in class org.hibernate.dialect.AbstractHANADialect
 
dropConstraints() - Method in class org.hibernate.dialect.DB2Dialect
 
dropConstraints() - Method in class org.hibernate.dialect.Dialect
Do we need to drop constraints before dropping tables in this dialect?
dropConstraints() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
dropConstraints() - Method in class org.hibernate.dialect.H2Dialect
 
dropConstraints() - Method in class org.hibernate.dialect.HSQLDialect
 
dropConstraints() - Method in class org.hibernate.dialect.InnoDBStorageEngine
 
dropConstraints() - Method in class org.hibernate.dialect.MyISAMStorageEngine
 
dropConstraints() - Method in class org.hibernate.dialect.MySQLDialect
 
dropConstraints() - Method in interface org.hibernate.dialect.MySQLStorageEngine
 
dropConstraints() - Method in class org.hibernate.dialect.OracleDialect
 
dropConstraints() - Method in class org.hibernate.dialect.SpannerDialect
 
dropMappedObjects(boolean) - Method in class org.hibernate.relational.internal.SchemaManagerImpl
 
dropMappedObjects(boolean) - Method in interface org.hibernate.relational.SchemaManager
Drop database objects mapped by Hibernate entities, undoing the previous export.
DtdDescriptor(String, String) - Constructor for class org.hibernate.boot.jaxb.internal.stax.LocalXmlResourceResolver.DtdDescriptor
 
DTDEntityResolver - Class in org.hibernate.internal.util.xml
Deprecated.
Hibernate now uses StAX for XML processing and the role of this class is served now by LocalXmlResourceResolver
DTDEntityResolver() - Constructor for class org.hibernate.internal.util.xml.DTDEntityResolver
Deprecated.
 
duplicatedPersistenceUnitName(String) - Method in interface org.hibernate.internal.EntityManagerMessageLogger
 
duplicateGeneratorName(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
duplicateGeneratorTable(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
duplicateImport(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
duplicateJoins(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
duplicateListener(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
DuplicateMappingException - Exception in org.hibernate
Raised whenever a duplicate for a certain type occurs, such as a duplicate class, table, or property name.
DuplicateMappingException(String, DuplicateMappingException.Type, String) - Constructor for exception org.hibernate.DuplicateMappingException
Creates a DuplicateMappingException using the given customMessage, type and name.
DuplicateMappingException(DuplicateMappingException.Type, String) - Constructor for exception org.hibernate.DuplicateMappingException
Creates a DuplicateMappingException using the given type and name.
DuplicateMappingException.Type - Enum in org.hibernate
Enumeration of the types of things that can be duplicated.
duplicateMetadata() - Method in interface org.hibernate.internal.CoreMessageLogger
 
DuplicateSecondaryTableException(Identifier) - Constructor for exception org.hibernate.boot.spi.InFlightMetadataCollector.DuplicateSecondaryTableException
 
DuplicationStrategy - Interface in org.hibernate.event.service.spi
Defines listener duplication checking strategy, both in terms of when a duplication is detected (see DuplicationStrategy.areMatch(java.lang.Object, java.lang.Object)) as well as how to handle a duplication (see DuplicationStrategy.getAction()).
DuplicationStrategy.Action - Enum in org.hibernate.event.service.spi
The enumerated list of actions available on duplication match
DuplicationStrategyImpl - Class in org.hibernate.boot.beanvalidation
 
DuplicationStrategyImpl() - Constructor for class org.hibernate.boot.beanvalidation.DuplicationStrategyImpl
 
duration(long, TemporalUnit) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
A literal Duration, for example, "five days" or "30 minutes".
duration(long, TemporalUnit) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
duration(long, TemporalUnit) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
Duration - Class in org.hibernate.sql.ast.tree.expression
A duration expressed in terms of a given temporal unit.
Duration(Expression, TemporalUnit, BasicValuedMapping) - Constructor for class org.hibernate.sql.ast.tree.expression.Duration
 
DURATION - Static variable in class org.hibernate.type.SqlTypes
A type code representing a "virtual mapping" of Duration.
DURATION - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Duration to JDBC INTERVAL_SECOND or NUMERIC as a fallback.
durationBetween(Expression<T>, Expression<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Subtract two dates or two datetimes, returning the duration between the two dates or between two datetimes.
durationBetween(Expression<T>, Expression<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
durationBetween(Expression<T>, Expression<T>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
durationBetween(Expression<T>, T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Subtract two dates or two datetimes, returning the duration between the two dates or between two datetimes.
durationBetween(Expression<T>, T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
durationBetween(Expression<T>, T) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
durationByUnit(TemporalUnit, Expression<Duration>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Convert a Duration to a numeric magnitude in the given units.
durationByUnit(TemporalUnit, Expression<Duration>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
durationByUnit(TemporalUnit, Expression<Duration>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
durationDiff(Expression<Duration>, Expression<Duration>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Subtract one duration from another.
durationDiff(Expression<Duration>, Expression<Duration>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
durationDiff(Expression<Duration>, Expression<Duration>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
durationDiff(Expression<Duration>, Duration) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Subtract one duration from another.
durationDiff(Expression<Duration>, Duration) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
durationDiff(Expression<Duration>, Duration) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
DurationJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for Duration, which is represented internally as (long seconds, int nanoseconds), approximately 28 decimal digits of precision.
DurationJavaType() - Constructor for class org.hibernate.type.descriptor.java.DurationJavaType
 
DurationJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for Duration.
DurationJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.DurationJdbcType
 
durationScaled(Expression<? extends Number>, Expression<Duration>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Scale a duration by a number.
durationScaled(Expression<? extends Number>, Expression<Duration>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
durationScaled(Expression<? extends Number>, Expression<Duration>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
durationScaled(Expression<? extends Number>, Duration) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Scale a duration by a number.
durationScaled(Expression<? extends Number>, Duration) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
durationScaled(Expression<? extends Number>, Duration) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
durationScaled(Number, Expression<Duration>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Scale a duration by a number.
durationScaled(Number, Expression<Duration>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
durationScaled(Number, Expression<Duration>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
durationSum(Expression<Duration>, Expression<Duration>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Add two durations.
durationSum(Expression<Duration>, Expression<Duration>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
durationSum(Expression<Duration>, Expression<Duration>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
durationSum(Expression<Duration>, Duration) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Add two durations.
durationSum(Expression<Duration>, Duration) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
durationSum(Expression<Duration>, Duration) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
DurationUnit - Class in org.hibernate.sql.ast.tree.expression
A TemporalUnit passed as an argument to the TimestampaddFunction or TimestampdiffFunction.
DurationUnit(TemporalUnit, BasicValuedMapping) - Constructor for class org.hibernate.sql.ast.tree.expression.DurationUnit
 
dwithin - org.hibernate.spatial.SpatialFunction
Deprecated.
the distance within function
DYNAMIC - org.hibernate.loader.BatchFetchStyle
Deprecated.
Dynamically builds its SQL based on the actual number of available ids.
DYNAMIC_MODEL - org.hibernate.testing.orm.domain.MappingFeature
 
DynamicComponentMapperSupport - Interface in org.hibernate.envers.internal.entities.mapper
Contract for PropertyMapper implementations to expose whether they should be included as a wrapper for a <dynamic-component/> mapping.
DynamicFetchBuilder - Interface in org.hibernate.query.results.dynamic
 
DynamicFetchBuilderContainer - Interface in org.hibernate.query.results.dynamic
 
DynamicFetchBuilderLegacy - Class in org.hibernate.query.results.dynamic
 
DynamicFetchBuilderLegacy(String, String, String, List<String>, Map<String, FetchBuilder>) - Constructor for class org.hibernate.query.results.dynamic.DynamicFetchBuilderLegacy
 
DynamicFetchBuilderLegacy(String, String, String, List<String>, Map<String, FetchBuilder>, DynamicResultBuilderEntityStandard) - Constructor for class org.hibernate.query.results.dynamic.DynamicFetchBuilderLegacy
 
DynamicFetchBuilderStandard - Class in org.hibernate.query.results.dynamic
 
DynamicFetchBuilderStandard(String) - Constructor for class org.hibernate.query.results.dynamic.DynamicFetchBuilderStandard
 
DynamicFilterAliasGenerator - Class in org.hibernate.internal
 
DynamicFilterAliasGenerator(String[], String) - Constructor for class org.hibernate.internal.DynamicFilterAliasGenerator
 
dynamicInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
 
dynamicInsert - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
DynamicInsert - Annotation Type in org.hibernate.annotations
Specifies that SQL insert statements for the annotated entity are generated dynamically, and only include the columns to which a non-null value must be assigned.
DynamicInstantiation<T> - Class in org.hibernate.sql.results.graph.instantiation.internal
Represents a dynamic-instantiation (from an SQM query) as a DomainResultProducer
DynamicInstantiation(DynamicInstantiationNature, JavaType<T>) - Constructor for class org.hibernate.sql.results.graph.instantiation.internal.DynamicInstantiation
 
DynamicInstantiationArgument<T> - Class in org.hibernate.sql.results.graph.instantiation.internal
 
DynamicInstantiationArgument(DomainResultProducer<T>, String) - Constructor for class org.hibernate.sql.results.graph.instantiation.internal.DynamicInstantiationArgument
 
DynamicInstantiationAssemblerConstructorImpl<R> - Class in org.hibernate.sql.results.graph.instantiation.internal
 
DynamicInstantiationAssemblerConstructorImpl(Constructor<R>, JavaType<R>, List<ArgumentReader<?>>) - Constructor for class org.hibernate.sql.results.graph.instantiation.internal.DynamicInstantiationAssemblerConstructorImpl
 
DynamicInstantiationAssemblerInjectionImpl<T> - Class in org.hibernate.sql.results.graph.instantiation.internal
 
DynamicInstantiationAssemblerInjectionImpl(JavaType<T>, List<ArgumentReader<?>>) - Constructor for class org.hibernate.sql.results.graph.instantiation.internal.DynamicInstantiationAssemblerInjectionImpl
 
DynamicInstantiationAssemblerListImpl - Class in org.hibernate.sql.results.graph.instantiation.internal
A QueryResultAssembler implementation representing handling for dynamic- instantiations targeting a List (per-"row"), E.g.`select new list( pers.name, pers.dateOfBirth ) ...`
DynamicInstantiationAssemblerListImpl(JavaType<List<?>>, List<ArgumentReader<?>>) - Constructor for class org.hibernate.sql.results.graph.instantiation.internal.DynamicInstantiationAssemblerListImpl
 
DynamicInstantiationAssemblerMapImpl - Class in org.hibernate.sql.results.graph.instantiation.internal
A QueryResultAssembler implementation representing handling for dynamic- instantiations targeting a Map, e.g.`select new map( pers.name, pers.dateOfBirth ) ...`
DynamicInstantiationAssemblerMapImpl(JavaType<Map<?, ?>>, List<ArgumentReader<?>>) - Constructor for class org.hibernate.sql.results.graph.instantiation.internal.DynamicInstantiationAssemblerMapImpl
 
DynamicInstantiationNature - Enum in org.hibernate.query.sqm
Represents the type of instantiation to be performed.
DynamicInstantiationResult<R> - Interface in org.hibernate.sql.results.graph.instantiation
Specialization of DomainResult to model dynamic instantiation
DynamicInstantiationResultImpl<R> - Class in org.hibernate.sql.results.graph.instantiation.internal
 
DynamicInstantiationResultImpl(String, DynamicInstantiationNature, JavaType<R>, List<ArgumentDomainResult<?>>) - Constructor for class org.hibernate.sql.results.graph.instantiation.internal.DynamicInstantiationResultImpl
 
DynamicMapInstantiator - Class in org.hibernate.tuple
Deprecated.
since Instantiator is deprecated
DynamicMapInstantiator() - Constructor for class org.hibernate.tuple.DynamicMapInstantiator
Deprecated.
 
DynamicMapInstantiator(PersistentClass) - Constructor for class org.hibernate.tuple.DynamicMapInstantiator
Deprecated.
 
DynamicModelJavaType - Class in org.hibernate.type.descriptor.java.spi
JavaType for dynamic models
DynamicModelJavaType() - Constructor for class org.hibernate.type.descriptor.java.spi.DynamicModelJavaType
 
DynamicParameterizedType - Interface in org.hibernate.usertype
Types which implement this interface will have ParameterizedType.setParameterValues(Properties) called with an instance of the class DynamicParameterizedType.ParameterType instead of the key "org.hibernate.type.ParameterType".
DynamicParameterizedType.ParameterType - Interface in org.hibernate.usertype
 
DynamicProperty - Class in org.hibernate.envers.configuration.internal.metadata.reader
This class pretends to be property but in fact it represents entry in the map (for dynamic component)
DynamicProperty(PersistentPropertiesSource, String) - Constructor for class org.hibernate.envers.configuration.internal.metadata.reader.DynamicProperty
 
DynamicResultBuilder - Interface in org.hibernate.query.results.dynamic
ResultBuilder specialization for results added through the Hibernate-specific NativeQuery result definition methods.
DynamicResultBuilderAttribute - Class in org.hibernate.query.results.dynamic
DynamicResultBuilder based on a named mapped attribute
DynamicResultBuilderAttribute(SingularAttributeMapping, String, String, String) - Constructor for class org.hibernate.query.results.dynamic.DynamicResultBuilderAttribute
 
DynamicResultBuilderBasic - Interface in org.hibernate.query.results.dynamic
 
DynamicResultBuilderBasicConverted<O,​R> - Class in org.hibernate.query.results.dynamic
A ResultBuilder for explicitly converted scalar results
DynamicResultBuilderBasicConverted(String, Class<O>, Class<R>, AttributeConverter<O, R>, SessionFactoryImplementor) - Constructor for class org.hibernate.query.results.dynamic.DynamicResultBuilderBasicConverted
 
DynamicResultBuilderBasicConverted(String, Class<O>, Class<R>, Class<? extends AttributeConverter<O, R>>, SessionFactoryImplementor) - Constructor for class org.hibernate.query.results.dynamic.DynamicResultBuilderBasicConverted
 
DynamicResultBuilderBasicStandard - Class in org.hibernate.query.results.dynamic
Standard DynamicResultBuilder for basic values.
DynamicResultBuilderBasicStandard(int) - Constructor for class org.hibernate.query.results.dynamic.DynamicResultBuilderBasicStandard
 
DynamicResultBuilderBasicStandard(int, BasicType<?>) - Constructor for class org.hibernate.query.results.dynamic.DynamicResultBuilderBasicStandard
 
DynamicResultBuilderBasicStandard(String, String) - Constructor for class org.hibernate.query.results.dynamic.DynamicResultBuilderBasicStandard
 
DynamicResultBuilderBasicStandard(String, String, BasicType<?>) - Constructor for class org.hibernate.query.results.dynamic.DynamicResultBuilderBasicStandard
 
DynamicResultBuilderBasicStandard(String, String, JavaType<?>) - Constructor for class org.hibernate.query.results.dynamic.DynamicResultBuilderBasicStandard
 
DynamicResultBuilderEntity - Interface in org.hibernate.query.results.dynamic
 
DynamicResultBuilderEntityCalculated - Class in org.hibernate.query.results.dynamic
An entity-valued DynamicResultBuilder for cases when the user has not supplied specific column to attribute mappings.
DynamicResultBuilderEntityCalculated(EntityMappingType, String, LockMode) - Constructor for class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityCalculated
 
DynamicResultBuilderEntityStandard - Class in org.hibernate.query.results.dynamic
 
DynamicResultBuilderEntityStandard(EntityMappingType, String) - Constructor for class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityStandard
 
DynamicResultBuilderEntityStandard(EntityMappingType, String, NavigablePath) - Constructor for class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityStandard
 
DynamicResultBuilderInstantiation<J> - Class in org.hibernate.query.results.dynamic
 
DynamicResultBuilderInstantiation(JavaType<J>) - Constructor for class org.hibernate.query.results.dynamic.DynamicResultBuilderInstantiation
 
dynamicUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
 
dynamicUpdate - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
DynamicUpdate - Annotation Type in org.hibernate.annotations
Specifies that SQL update statements for the annotated entity are generated dynamically, and only include columns which are actually being updated.

E

EAGER - org.hibernate.jpamodelgen.xml.jaxb.FetchType
 
EagerCollectionAssembler - Class in org.hibernate.sql.results.graph.collection.internal
 
EagerCollectionAssembler(PluralAttributeMapping, CollectionInitializer) - Constructor for class org.hibernate.sql.results.graph.collection.internal.EagerCollectionAssembler
 
EagerCollectionFetch - Class in org.hibernate.sql.results.graph.collection.internal
 
EagerCollectionFetch(NavigablePath, PluralAttributeMapping, TableGroup, FetchParent, DomainResultCreationState) - Constructor for class org.hibernate.sql.results.graph.collection.internal.EagerCollectionFetch
 
effectiveBatchSize(CollectionPersister) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
effectiveBatchSize(EntityPersister) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
effectiveCacheMode(CacheStoreMode, CacheRetrieveMode) - Static method in class org.hibernate.jpa.internal.util.CacheModeHelper
Given a JPA CacheStoreMode and CacheRetrieveMode, determine the corresponding legacy Hibernate CacheMode.
EffectiveEntityGraph - Class in org.hibernate.engine.spi
Think of this as the composite modeling of a graph and the semantic.
EffectiveEntityGraph() - Constructor for class org.hibernate.engine.spi.EffectiveEntityGraph
 
EffectiveEntityGraph(boolean) - Constructor for class org.hibernate.engine.spi.EffectiveEntityGraph
 
effectivelyBatchLoadable(CollectionPersister) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
effectivelyBatchLoadable(EntityPersister) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
effectiveSubselectFetchEnabled(CollectionPersister) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
ejb3ConfigurationName(String) - Method in interface org.hibernate.internal.EntityManagerMessageLogger
 
ejb3ConfigurationRenamedFromName(String) - Method in interface org.hibernate.internal.EntityManagerMessageLogger
 
ejb3ConfigurationUnboundFromName(String) - Method in interface org.hibernate.internal.EntityManagerMessageLogger
 
element - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
element - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
element - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
element - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
element - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
element - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
element - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
ELEMENT - org.hibernate.boot.model.source.internal.hbm.XmlElementMetadata
Describes the <element/> element
ELEMENT - org.hibernate.metamodel.mapping.CollectionPart.Nature
The Collection element or Map element
ELEMENT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ELEMENT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ELEMENT() - Method in class org.hibernate.grammars.hql.HqlParser.ElementValueQuantifierContext
 
ELEMENT() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
ELEMENT_COLLECTION - org.hibernate.boot.model.naming.ImplicitJoinColumnNameSource.Nature
 
ELEMENT_COLLECTION - org.hibernate.metamodel.AttributeClassification
 
ELEMENT_COLLECTION - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
ELEMENT_TOKEN - Static variable in class org.hibernate.metamodel.mapping.internal.AbstractDomainPath
 
ElementAggregateFunctionContext(HqlParser.CollectionAggregateFunctionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.ElementAggregateFunctionContext
 
elementByIndex(Object) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
elementByIndex(Object) - Method in interface org.hibernate.collection.spi.PersistentCollection
Obtain the element os this collection associated with the given index without initializing it
elementClass - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
elementCollection - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
 
elementCollection - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddableAttributes
 
ElementCollection - Class in org.hibernate.jpamodelgen.xml.jaxb
 
ElementCollection() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
 
elementCollectionAttributes - Variable in class org.hibernate.boot.jaxb.mapping.JaxbAttributes
 
elementCollectionAttributes - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEmbeddableAttributes
 
ElementCollectionPersister(String, CollectionType, TypeElement, String, AccessType, ProcessorSessionFactory) - Constructor for class org.hibernate.jpamodelgen.validation.ProcessorSessionFactory.ElementCollectionPersister
 
elementColumnAliases - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
Deprecated.
elementColumnIsGettable - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
elementColumnIsSettable - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
elementColumnNames - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
elementColumnReaders - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
elementColumnReaderTemplates - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
elementColumnWriters - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
elementComponentData - Variable in class org.hibernate.envers.internal.entities.mapper.relation.BasicCollectionMapper
 
elementComponentData - Variable in class org.hibernate.envers.internal.entities.mapper.relation.MapCollectionMapper
 
elementExists(Object) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
elementExists(Object) - Method in interface org.hibernate.collection.spi.PersistentCollection
Determine if the given element belongs to this collection without initializing it
elementExists(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
elementExists(Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
 
elementFormulas - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
elementFormulaTemplates - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
elementIsPureFormula - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
ElementPropertyMapping - Class in org.hibernate.persister.collection
Deprecated, for removal: This API element is subject to removal in a future version.
Replaced by CollectionPart
ElementPropertyMapping(String[], Type) - Constructor for class org.hibernate.persister.collection.ElementPropertyMapping
Deprecated.
 
elementRemoved - Variable in class org.hibernate.collection.spi.AbstractPersistentCollection
 
elements() - Method in class org.hibernate.collection.spi.PersistentArrayHolder
Get an iterator over the array elements
elements() - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Returns an enumeration of the values in this table.
ELEMENTS - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ELEMENTS - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ELEMENTS() - Method in class org.hibernate.grammars.hql.HqlParser.ElementsValuesQuantifierContext
 
ELEMENTS() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
elementsValuesQuantifier() - Method in class org.hibernate.grammars.hql.HqlParser.CollectionFunctionMisuseContext
 
elementsValuesQuantifier() - Method in class org.hibernate.grammars.hql.HqlParser.CollectionQuantifierContext
 
elementsValuesQuantifier() - Method in class org.hibernate.grammars.hql.HqlParser.ElementAggregateFunctionContext
 
elementsValuesQuantifier() - Method in class org.hibernate.grammars.hql.HqlParser
 
ElementsValuesQuantifierContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.ElementsValuesQuantifierContext
 
elementType - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
Deprecated.
elementValueQuantifier() - Method in class org.hibernate.grammars.hql.HqlParser.CollectionValueNavigablePathContext
 
elementValueQuantifier() - Method in class org.hibernate.grammars.hql.HqlParser
 
ElementValueQuantifierContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.ElementValueQuantifierContext
 
ElementViaArrayArgumentReturnTypeResolver - Class in org.hibernate.dialect.function.array
A FunctionReturnTypeResolver that resolves the array element type based on an argument.
ELSE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ELSE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ELSE() - Method in class org.hibernate.grammars.hql.HqlParser.CaseOtherwiseContext
 
ELSE() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
embeddable - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
 
embeddable() - Method in interface org.hibernate.usertype.CompositeUserType
The class that represents the embeddable mapping of the type.
embeddable() - Method in class org.hibernate.usertype.internal.OffsetDateTimeCompositeUserType
 
embeddable() - Method in class org.hibernate.usertype.internal.OffsetTimeCompositeUserType
 
embeddable() - Method in class org.hibernate.usertype.internal.ZonedDateTimeCompositeUserType
 
embeddable(Class<X>) - Method in class org.hibernate.metamodel.model.domain.internal.JpaMetamodelImpl
 
embeddable(Class<X>) - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
embeddable(Class<X>) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
 
Embeddable - Class in org.hibernate.jpamodelgen.xml.jaxb
Defines the settings and mappings for embeddable objects.
Embeddable() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.Embeddable
 
EMBEDDABLE - org.hibernate.boot.model.internal.AnnotatedClassType
has an Embeddable annotation
EMBEDDABLE - org.hibernate.metamodel.ValueClassification
An Embeddable value
EMBEDDABLE - org.hibernate.testing.orm.domain.MappingFeature
 
EMBEDDABLE - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
EMBEDDABLE_SET_ORDINAL_FIELD_NAME - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Name of column used for storing ordinal of the change in sets of embeddable elements.
EmbeddableAggregateJavaType<T> - Class in org.hibernate.type.descriptor.java.spi
Java type for embeddable aggregates, which allows resolving a recommended JdbcType.
EmbeddableAggregateJavaType(Class<T>, String) - Constructor for class org.hibernate.type.descriptor.java.spi.EmbeddableAggregateJavaType
 
EmbeddableAssembler - Class in org.hibernate.sql.results.graph.embeddable.internal
 
EmbeddableAssembler(EmbeddableInitializer) - Constructor for class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableAssembler
 
EmbeddableAttributes - Class in org.hibernate.jpamodelgen.xml.jaxb
Java class for embeddable-attributes complex type.
EmbeddableAttributes() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.EmbeddableAttributes
 
EmbeddableBinder - Class in org.hibernate.boot.model.internal
A binder responsible for interpreting Embeddable classes and producing instances of the mapping model object Component.
EmbeddableBinder() - Constructor for class org.hibernate.boot.model.internal.EmbeddableBinder
 
embeddableClass - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEmbeddableInstantiatorRegistration
 
embeddableClass() - Method in annotation type org.hibernate.annotations.CompositeTypeRegistration
The embeddable type described by the CompositeTypeRegistration.userType().
embeddableClass() - Method in annotation type org.hibernate.annotations.EmbeddableInstantiatorRegistration
 
EmbeddableCompositeUserTypeInstantiator - Class in org.hibernate.metamodel.internal
 
EmbeddableCompositeUserTypeInstantiator(CompositeUserType<Object>) - Constructor for class org.hibernate.metamodel.internal.EmbeddableCompositeUserTypeInstantiator
 
EmbeddableDomainType<J> - Interface in org.hibernate.metamodel.model.domain
Hibernate extension to the JPA EmbeddableType contract.
EmbeddableExpressionResultImpl<T> - Class in org.hibernate.sql.results.graph.embeddable.internal
 
EmbeddableExpressionResultImpl(NavigablePath, EmbeddableValuedModelPart, SqlTuple, String, DomainResultCreationState) - Constructor for class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableExpressionResultImpl
 
EmbeddableFetchImpl - Class in org.hibernate.sql.results.graph.embeddable.internal
 
EmbeddableFetchImpl(NavigablePath, EmbeddableValuedFetchable, FetchParent, FetchTiming, boolean, DomainResultCreationState) - Constructor for class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableFetchImpl
 
EmbeddableFetchImpl(EmbeddableFetchImpl) - Constructor for class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableFetchImpl
For Hibernate Reactive
EmbeddableFetchInitializer - Class in org.hibernate.sql.results.graph.embeddable.internal
 
EmbeddableFetchInitializer(FetchParentAccess, EmbeddableResultGraphNode, AssemblerCreationState) - Constructor for class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableFetchInitializer
 
EmbeddableForeignKeyResultImpl<T> - Class in org.hibernate.sql.results.graph.embeddable.internal
 
EmbeddableForeignKeyResultImpl(NavigablePath, EmbeddableValuedModelPart, String, FetchParent, DomainResultCreationState) - Constructor for class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableForeignKeyResultImpl
 
EmbeddableHelper - Class in org.hibernate.metamodel.internal
 
EmbeddableHelper() - Constructor for class org.hibernate.metamodel.internal.EmbeddableHelper
 
EmbeddableInitializer - Interface in org.hibernate.sql.results.graph.embeddable
Special initializer contract for embeddables
EmbeddableInstantiator - Interface in org.hibernate.metamodel.spi
Contract for instantiating embeddable values.
EmbeddableInstantiator - Annotation Type in org.hibernate.annotations
Specifies a custom instantiator for a specific embedded
EmbeddableInstantiatorDynamicMap - Class in org.hibernate.metamodel.internal
Support for instantiating embeddables as dynamic-map representation
EmbeddableInstantiatorDynamicMap(Component, Supplier<EmbeddableMappingType>) - Constructor for class org.hibernate.metamodel.internal.EmbeddableInstantiatorDynamicMap
 
EmbeddableInstantiatorPojoIndirecting - Class in org.hibernate.metamodel.internal
Support for instantiating embeddables as POJO representation through a constructor
EmbeddableInstantiatorPojoIndirecting(Constructor<?>, int[]) - Constructor for class org.hibernate.metamodel.internal.EmbeddableInstantiatorPojoIndirecting
 
EmbeddableInstantiatorPojoOptimized - Class in org.hibernate.metamodel.internal
Support for instantiating embeddables as POJO representation using bytecode optimizer
EmbeddableInstantiatorPojoOptimized(JavaType<?>, Supplier<EmbeddableMappingType>, ReflectionOptimizer.InstantiationOptimizer) - Constructor for class org.hibernate.metamodel.internal.EmbeddableInstantiatorPojoOptimized
 
EmbeddableInstantiatorPojoStandard - Class in org.hibernate.metamodel.internal
Support for instantiating embeddables as POJO representation
EmbeddableInstantiatorPojoStandard(JavaType<?>, Supplier<EmbeddableMappingType>) - Constructor for class org.hibernate.metamodel.internal.EmbeddableInstantiatorPojoStandard
 
EmbeddableInstantiatorProxied - Class in org.hibernate.metamodel.internal
EmbeddableInstantiator used for instantiating "proxies" of an embeddable.
EmbeddableInstantiatorProxied(Class, Supplier<EmbeddableMappingType>, BasicProxyFactory) - Constructor for class org.hibernate.metamodel.internal.EmbeddableInstantiatorProxied
 
EmbeddableInstantiatorRecordIndirecting - Class in org.hibernate.metamodel.internal
Support for instantiating embeddables as record representation
EmbeddableInstantiatorRecordIndirecting(Class<?>, int[]) - Constructor for class org.hibernate.metamodel.internal.EmbeddableInstantiatorRecordIndirecting
 
EmbeddableInstantiatorRecordStandard - Class in org.hibernate.metamodel.internal
Support for instantiating embeddables as record representation
EmbeddableInstantiatorRecordStandard(Class<?>) - Constructor for class org.hibernate.metamodel.internal.EmbeddableInstantiatorRecordStandard
 
EmbeddableInstantiatorRegistration - Annotation Type in org.hibernate.annotations
Registers a custom instantiator implementation to be used for all references to a particular Embeddable.
embeddableInstantiatorRegistrations - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
 
EmbeddableInstantiatorRegistrations - Annotation Type in org.hibernate.annotations
EmbeddableLoadingLogger - Interface in org.hibernate.sql.results.graph.embeddable
 
EmbeddableMapping - Interface in org.hibernate.boot.model.source.spi
Unifying contract for consuming JAXB types which describe an embeddable (in JPA terms).
EmbeddableMappingType - Interface in org.hibernate.metamodel.mapping
Describes an embeddable - the actual type
EmbeddableMappingTypeImpl - Class in org.hibernate.metamodel.mapping.internal
Describes a "normal" embeddable.
EmbeddableMappingTypeImpl(EmbeddedAttributeMapping, TableGroupProducer, SelectableMappings, EmbeddableMappingType, MappingModelCreationProcess) - Constructor for class org.hibernate.metamodel.mapping.internal.EmbeddableMappingTypeImpl
 
EmbeddableRepresentationStrategy - Interface in org.hibernate.metamodel.spi
Describes the representation of a particular embeddable type.
EmbeddableRepresentationStrategyMap - Class in org.hibernate.metamodel.internal
 
EmbeddableRepresentationStrategyMap(Component, Supplier<EmbeddableMappingType>, EmbeddableInstantiator, RuntimeModelCreationContext) - Constructor for class org.hibernate.metamodel.internal.EmbeddableRepresentationStrategyMap
 
EmbeddableRepresentationStrategyPojo - Class in org.hibernate.metamodel.internal
 
EmbeddableRepresentationStrategyPojo(Component, Supplier<EmbeddableMappingType>, EmbeddableInstantiator, CompositeUserType<Object>, RuntimeModelCreationContext) - Constructor for class org.hibernate.metamodel.internal.EmbeddableRepresentationStrategyPojo
 
EmbeddableResult<T> - Interface in org.hibernate.sql.results.graph.embeddable
DomainResult specialization for embeddable-valued results
EmbeddableResultGraphNode - Interface in org.hibernate.sql.results.graph.embeddable
 
EmbeddableResultImpl<T> - Class in org.hibernate.sql.results.graph.embeddable.internal
 
EmbeddableResultImpl(NavigablePath, EmbeddableValuedModelPart, String, DomainResultCreationState) - Constructor for class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableResultImpl
 
EmbeddableResultInitializer - Class in org.hibernate.sql.results.graph.embeddable.internal
 
EmbeddableResultInitializer(EmbeddableResultGraphNode, FetchParentAccess, AssemblerCreationState) - Constructor for class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableResultInitializer
 
embeddables - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
 
EmbeddableSource - Interface in org.hibernate.boot.model.source.spi
Represents the binding source for an "embeddable" (in JPA terms) or "composite" (in legacy Hibernate terms).
EmbeddableSourceContainer - Interface in org.hibernate.boot.model.source.internal.hbm
Defines additional information for a EmbeddableSource in relation to the thing that contains it.
EmbeddableSourceContributor - Interface in org.hibernate.boot.model.source.spi
Contract for things that can contain EmbeddableSource definitions.
EmbeddableSourceImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
EmbeddableSourceImpl(MappingDocument, EmbeddableSourceContainer, EmbeddableMapping, List, boolean, boolean, String, NaturalIdMutability) - Constructor for class org.hibernate.boot.model.source.internal.hbm.EmbeddableSourceImpl
 
EmbeddableSourceVirtualImpl - Class in org.hibernate.boot.model.source.internal.hbm
A virtual embeddable; what Hibernate historically (pre-JPA) called an embedded component.
EmbeddableSourceVirtualImpl(MappingDocument, AttributesHelper.Callback, EmbeddableSourceContainer, List, String, NaturalIdMutability, JaxbHbmPropertiesType) - Constructor for class org.hibernate.boot.model.source.internal.hbm.EmbeddableSourceVirtualImpl
 
EmbeddableTypeImpl<J> - Class in org.hibernate.metamodel.model.domain.internal
Implementation of EmbeddableType.
EmbeddableTypeImpl(JavaType<J>, boolean, JpaMetamodelImplementor) - Constructor for class org.hibernate.metamodel.model.domain.internal.EmbeddableTypeImpl
 
EmbeddableValuedExpression<T> - Class in org.hibernate.query.sqm.sql.internal
A computed expression that produces an embeddable valued model part.
EmbeddableValuedExpression(NavigablePath, EmbeddableValuedModelPart, SqlTuple) - Constructor for class org.hibernate.query.sqm.sql.internal.EmbeddableValuedExpression
 
EmbeddableValuedFetchable - Interface in org.hibernate.sql.results.graph.embeddable
 
EmbeddableValuedModelPart - Interface in org.hibernate.metamodel.mapping
Describes the mapping of an embeddable (composite).
EmbeddableValuedPathInterpretation<T> - Class in org.hibernate.query.sqm.sql.internal
 
EmbeddableValuedPathInterpretation(SqlTuple, NavigablePath, EmbeddableValuedModelPart, TableGroup) - Constructor for class org.hibernate.query.sqm.sql.internal.EmbeddableValuedPathInterpretation
 
embedded - Variable in class org.hibernate.boot.jaxb.mapping.JaxbNaturalId
 
embedded - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
 
embedded - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddableAttributes
 
Embedded - Class in org.hibernate.jpamodelgen.xml.jaxb
 
Embedded() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.Embedded
 
EMBEDDED - org.hibernate.boot.model.source.spi.PluralAttributeMapKeySource.Nature
 
EMBEDDED - org.hibernate.metamodel.AttributeClassification
 
EMBEDDED - org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
 
EMBEDDED_ID - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
EMBEDDED_LOAD_LOGGER - Static variable in interface org.hibernate.sql.results.graph.embeddable.EmbeddableLoadingLogger
Static access to the logging instance
EmbeddedAttributeMapping - Class in org.hibernate.metamodel.mapping.internal
 
EmbeddedAttributeMapping - Interface in org.hibernate.boot.model.source.spi
Unifying contract for any JAXB types which describe an embedded (in JPA terms).
EmbeddedAttributeMapping(String, NavigableRole, int, int, String, AttributeMetadata, String, FetchTiming, FetchStyle, EmbeddableMappingType, ManagedMappingType, PropertyAccess) - Constructor for class org.hibernate.metamodel.mapping.internal.EmbeddedAttributeMapping
 
EmbeddedAttributeMapping(String, NavigableRole, int, int, String, AttributeMetadata, PropertyAccess, FetchTiming, FetchStyle, EmbeddableMappingType, ManagedMappingType, PropertyAccess) - Constructor for class org.hibernate.metamodel.mapping.internal.EmbeddedAttributeMapping
 
embeddedAttributes - Variable in class org.hibernate.boot.jaxb.mapping.JaxbAttributes
 
embeddedAttributes - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEmbeddableAttributes
 
EmbeddedCollectionPart - Class in org.hibernate.metamodel.mapping.internal
 
EmbeddedCollectionPart(CollectionPersister, CollectionPart.Nature, EmbeddableMappingType, String, String, String) - Constructor for class org.hibernate.metamodel.mapping.internal.EmbeddedCollectionPart
 
EmbeddedComponentType - Class in org.hibernate.type
 
EmbeddedComponentType(Component, int[]) - Constructor for class org.hibernate.type.EmbeddedComponentType
 
EmbeddedComponentType(Component, int[], MetadataBuildingContext) - Constructor for class org.hibernate.type.EmbeddedComponentType
Deprecated, for removal: This API element is subject to removal in a future version.
EmbeddedDomainType<J> - Interface in org.hibernate.metamodel.model.domain
Deprecated.
Use EmbeddableDomainType instead. Originally intended to describe the actual usage of an embeddable (the embedded) because it was intended to include the mapping (column, etc) information. However, that causes us to need multiple embeddable instances per embeddable class.
EmbeddedForeignKeyDescriptor - Class in org.hibernate.metamodel.mapping.internal
 
EmbeddedForeignKeyDescriptor(String, SelectableMappings, EmbeddableValuedModelPart, String, SelectableMappings, EmbeddableValuedModelPart, boolean, MappingModelCreationProcess) - Constructor for class org.hibernate.metamodel.mapping.internal.EmbeddedForeignKeyDescriptor
 
EmbeddedForeignKeyDescriptor(EmbeddableValuedModelPart, EmbeddableValuedModelPart, String, SelectableMappings, String, SelectableMappings, boolean, MappingModelCreationProcess) - Constructor for class org.hibernate.metamodel.mapping.internal.EmbeddedForeignKeyDescriptor
 
EmbeddedForeignKeyDescriptorSide - Class in org.hibernate.metamodel.mapping.internal
 
EmbeddedForeignKeyDescriptorSide(ForeignKeyDescriptor.Nature, EmbeddableValuedModelPart) - Constructor for class org.hibernate.metamodel.mapping.internal.EmbeddedForeignKeyDescriptorSide
 
embeddedId - Variable in class org.hibernate.boot.jaxb.mapping.JaxbAttributes
 
embeddedId - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
 
EmbeddedId - Class in org.hibernate.jpamodelgen.xml.jaxb
 
EmbeddedId() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.EmbeddedId
 
EmbeddedIdentifierMappingImpl - Class in org.hibernate.metamodel.mapping.internal
Support for EmbeddedId
EmbeddedIdentifierMappingImpl(EntityMappingType, String, EmbeddableMappingType, PropertyAccess, String, MappingModelCreationProcess) - Constructor for class org.hibernate.metamodel.mapping.internal.EmbeddedIdentifierMappingImpl
 
EmbeddedIdEntity - Class in org.hibernate.testing.orm.domain.gambit
 
EmbeddedIdEntity() - Constructor for class org.hibernate.testing.orm.domain.gambit.EmbeddedIdEntity
 
EmbeddedIdEntity.EmbeddedIdEntityId - Class in org.hibernate.testing.orm.domain.gambit
 
EmbeddedIdEntityId(Integer, String) - Constructor for class org.hibernate.testing.orm.domain.gambit.EmbeddedIdEntity.EmbeddedIdEntityId
 
EmbeddedIdMapper - Class in org.hibernate.envers.internal.entities.mapper.id
An identifier mapper implementation for EmbeddedId mappings.
EmbeddedIdMapper(PropertyData, Component) - Constructor for class org.hibernate.envers.internal.entities.mapper.id.EmbeddedIdMapper
 
EmbeddedSqmPathSource<J> - Class in org.hibernate.metamodel.model.domain.internal
 
EmbeddedSqmPathSource(String, SqmPathSource<J>, EmbeddableDomainType<J>, Bindable.BindableType, boolean) - Constructor for class org.hibernate.metamodel.model.domain.internal.EmbeddedSqmPathSource
 
embedXml - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
embedXml - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
embedXml - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
embedXml - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
embedXml - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
embedXml - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
embedXml - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
embedXml - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
 
embedXml - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
embedXml - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
embedXml - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
embedXmlAttributesNoLongerSupported() - Method in interface org.hibernate.internal.CoreMessageLogger
 
empty() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
empty() - Method in class org.hibernate.collection.spi.PersistentArrayHolder
 
empty() - Method in class org.hibernate.collection.spi.PersistentBag
 
empty() - Method in interface org.hibernate.collection.spi.PersistentCollection
Is the collection empty? (don't try to initialize the collection)
empty() - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
empty() - Method in class org.hibernate.collection.spi.PersistentList
 
empty() - Method in class org.hibernate.collection.spi.PersistentMap
 
empty() - Method in class org.hibernate.collection.spi.PersistentSet
 
empty() - Static method in class org.hibernate.query.sqm.internal.DomainParameterXref
Creates an "empty" (no param) xref
empty() - Static method in interface org.hibernate.query.sqm.tree.SqmStatement.ParameterResolutions
 
empty() - Static method in interface org.hibernate.sql.exec.spi.JdbcParametersList
 
EMPTY - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
EMPTY - Static variable in class org.hibernate.grammars.hql.HqlParser
 
EMPTY - Static variable in interface org.hibernate.internal.util.collections.ReadOnlyMap
 
EMPTY - Static variable in class org.hibernate.query.internal.ParameterMetadataImpl
Singleton access
EMPTY - Static variable in interface org.hibernate.query.sqm.tree.SqmStatement.ParameterResolutions
 
EMPTY - Static variable in interface org.hibernate.sql.exec.spi.JdbcParametersList
 
EMPTY - Static variable in class org.hibernate.sql.results.graph.internal.ImmutableFetchList
 
EMPTY - Static variable in interface org.hibernate.tool.schema.extract.spi.ColumnTypeInformation
 
EMPTY() - Method in class org.hibernate.grammars.hql.HqlParser.IsEmptyPredicateContext
 
EMPTY() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
EMPTY_BOOLEAN_ARRAY - Static variable in class org.hibernate.internal.util.collections.ArrayHelper
 
EMPTY_BYTE_ARRAY - Static variable in class org.hibernate.internal.util.collections.ArrayHelper
 
EMPTY_CLASS_ARRAY - Static variable in class org.hibernate.internal.util.collections.ArrayHelper
 
EMPTY_GROUPING - org.hibernate.dialect.GroupByConstantRenderingStrategy
The strategy for ANSI SQL compliant DBs like e.g.
EMPTY_INT_ARRAY - Static variable in class org.hibernate.internal.util.collections.ArrayHelper
 
EMPTY_OBJECT_ARRAY - Static variable in class org.hibernate.internal.util.collections.ArrayHelper
 
EMPTY_STRING_ARRAY - Static variable in class org.hibernate.internal.util.collections.ArrayHelper
 
EMPTY_STRINGS - Static variable in class org.hibernate.internal.util.StringHelper
 
EMPTY_TYPE_ARRAY - Static variable in class org.hibernate.internal.util.collections.ArrayHelper
 
EmptyAttributeMappingsMap - Class in org.hibernate.metamodel.mapping.internal
 
EmptyAttributeMappingsMap() - Constructor for class org.hibernate.metamodel.mapping.internal.EmptyAttributeMappingsMap
 
emptyCompositesEnabled() - Method in interface org.hibernate.internal.CoreMessageLogger
 
EmptyEventManager - Class in org.hibernate.event.internal
 
EmptyEventManager() - Constructor for class org.hibernate.event.internal.EmptyEventManager
 
EmptyExtractionContext() - Constructor for class org.hibernate.tool.schema.extract.spi.ExtractionContext.EmptyExtractionContext
 
EmptyInterceptor - Class in org.hibernate
Deprecated.
implement Interceptor directly
EmptyInterceptor - Class in org.hibernate.internal
An interceptor that does nothing.
EmptyInterceptor() - Constructor for class org.hibernate.EmptyInterceptor
Deprecated.
 
EmptyResultSetHandler() - Constructor for class org.hibernate.testing.jdbc.JdbcMocks.EmptyResultSetHandler
 
EmptyScrollableResults - Class in org.hibernate.internal
 
EmptyScrollableResults() - Constructor for class org.hibernate.internal.EmptyScrollableResults
 
EmptyStatementInspector - Class in org.hibernate.resource.jdbc.internal
 
EmptyStatementInspector() - Constructor for class org.hibernate.resource.jdbc.internal.EmptyStatementInspector
 
EmptyType - Class in org.hibernate.jpamodelgen.xml.jaxb
Java class for emptyType complex type.
EmptyType() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.EmptyType
 
emulateCycleClauseWithRowAndArray(SelectClause) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
emulateFetchOffsetWithWindowFunctions(QueryPart, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
emulateFetchOffsetWithWindowFunctions(QueryPart, Expression, Expression, FetchClauseType, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
emulateFetchOffsetWithWindowFunctionsVisitQueryPart(QueryPart) - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
emulateFetchOffsetWithWindowFunctionsVisitQueryPart(QueryPart) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
emulateQuantifiedTupleSubQueryPredicate(Predicate, SelectStatement, SqlTuple, ComparisonOperator) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
An optimized emulation for relational tuple sub-query comparisons.
emulateQueryPartTableReferenceColumnAliasing(QueryPartTableReference) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
emulateSearchClauseOrderWithRowAndArray(SelectClause) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
emulateSelectTupleComparison(List<SqlSelection>, List<? extends SqlAstNode>, ComparisonOperator, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
emulateSortSpecificationNullPrecedence(Expression, NullPrecedence) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
emulateSubQueryRelationalRestrictionPredicate(Predicate, boolean, SelectStatement, X, AbstractSqlAstTranslator.SubQueryRelationalRestrictionEmulationRenderer<X>, ComparisonOperator) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
emulateTupleComparison(List<? extends SqlAstNode>, List<? extends SqlAstNode>, ComparisonOperator, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
A tuple comparison like (a, b) > (1, 2) can be emulated through it logical definition: a > 1 or a = 1 and b > 2.
emulateValuesTableReferenceColumnAliasing(ValuesTableReference) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
ENABLE_LAZY_LOAD_NO_TRANS - Static variable in interface org.hibernate.cfg.TransactionSettings
Allows a detached proxy or lazy collection to be fetched even when not associated with an open persistence context, by creating a temporary persistence context when the proxy or collection is accessed.
ENABLE_SELECTIVE - org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitCachingType
 
ENABLE_SYNONYMS - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
If enabled, allows schema update and validation to support synonyms.
enableAutoClose() - Method in class org.hibernate.boot.registry.BootstrapServiceRegistryBuilder
enableAutoClose() - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Enables auto-closing.
enableAutoEvictCollectionCaches(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
enableCollectionInDefaultFetchGroup(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
enableCommentsSupport(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
ENABLED - org.hibernate.metamodel.internal.JpaMetaModelPopulationSetting
 
ENABLED - org.hibernate.metamodel.internal.JpaStaticMetaModelPopulationSetting
ENABLED indicates that Hibernate will look for the JPA static metamodel description of the application domain model and populate it.
EnabledCaching - Class in org.hibernate.cache.internal
A CacheImplementor service used when the second-level cache is enabled.
EnabledCaching(SessionFactoryImplementor) - Constructor for class org.hibernate.cache.internal.EnabledCaching
 
enabledFetchProfiles() - Method in annotation type org.hibernate.annotations.processing.Find
 
enabledFiltersWhenDetachFromSession(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
enabledStructuredCacheEntries(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
enableExplicitDiscriminatorsForJoinedSubclassSupport(boolean) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
enableExplicitDiscriminatorsForJoinedSubclassSupport(boolean) - Method in interface org.hibernate.boot.MetadataBuilder
Should we process or ignore explicitly defined discriminators in the case of joined subclasses? The legacy behavior of Hibernate was to ignore the discriminator annotations because Hibernate (unlike some providers) does not need discriminators to determine the concrete type when it comes to joined inheritance.
enableExplicitDiscriminatorsForJoinedSubclassSupport(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
enableFetchProfile(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
enableFetchProfile(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
enableFetchProfile(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
enableFetchProfile(String) - Method in interface org.hibernate.IdentifierLoadAccess
Customize the associations fetched by specifying a fetch profile that should be enabled during this operation.
enableFetchProfile(String) - Method in class org.hibernate.internal.SessionImpl
 
enableFetchProfile(String) - Method in class org.hibernate.loader.internal.BaseNaturalIdLoadAccessImpl
 
enableFetchProfile(String) - Method in class org.hibernate.loader.internal.IdentifierLoadAccessImpl
 
enableFetchProfile(String) - Method in class org.hibernate.loader.internal.NaturalIdLoadAccessImpl
 
enableFetchProfile(String) - Method in class org.hibernate.loader.internal.SimpleNaturalIdLoadAccessImpl
 
enableFetchProfile(String) - Method in interface org.hibernate.NaturalIdLoadAccess
Customize the associations fetched by specifying a fetch profile that should be enabled during this operation.
enableFetchProfile(String) - Method in class org.hibernate.query.internal.QueryOptionsImpl
 
enableFetchProfile(String) - Method in interface org.hibernate.query.Query
 
enableFetchProfile(String) - Method in interface org.hibernate.query.SelectionQuery
Enable the fetch profile for this query.
enableFetchProfile(String) - Method in class org.hibernate.query.spi.AbstractQuery
 
enableFetchProfile(String) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
enableFetchProfile(String) - Method in interface org.hibernate.query.spi.MutableQueryOptions
 
enableFetchProfile(String) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
enableFetchProfile(String) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
enableFetchProfile(String) - Method in interface org.hibernate.Session
Enable the fetch profile with the given name in this session.
enableFetchProfile(String) - Method in interface org.hibernate.SimpleNaturalIdLoadAccess
Customize the associations fetched by specifying a fetch profile that should be enabled during this operation.
enableFilter(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
enableFilter(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
enableFilter(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
enableFilter(String) - Method in class org.hibernate.internal.SessionImpl
 
enableFilter(String) - Method in interface org.hibernate.Session
Enable the named filter for this current session.
enableGeneratedKeysSupport(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
enableGeneratorNameScopeCompliance(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
enableGlobalNationalizedCharacterDataSupport(boolean) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
enableGlobalNationalizedCharacterDataSupport(boolean) - Method in interface org.hibernate.boot.MetadataBuilder
Should nationalized variants of character data be used in the database types? For example, should NVARCHAR be used instead of VARCHAR? NCLOB instead of CLOB?
enableGlobalNationalizedCharacterDataSupport(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
enableIdentifierRollbackSupport(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
enableImplicitDiscriminatorsForJoinedSubclassSupport(boolean) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
enableImplicitDiscriminatorsForJoinedSubclassSupport(boolean) - Method in interface org.hibernate.boot.MetadataBuilder
Similarly to MetadataBuilder.enableExplicitDiscriminatorsForJoinedSubclassSupport(boolean), but here how should we treat joined inheritance when there is no explicitly defined discriminator annotations? If enabled, we will handle joined inheritance with no explicit discriminator annotations by implicitly creating one (following the JPA implicit naming rules).
enableImplicitDiscriminatorsForJoinedSubclassSupport(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
enableImplicitForcingOfDiscriminatorsInSelect(boolean) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
enableImplicitForcingOfDiscriminatorsInSelect(boolean) - Method in interface org.hibernate.boot.MetadataBuilder
For entities which do not explicitly say, should we force discriminators into SQL selects? The (historical) default is false
enableImplicitForcingOfDiscriminatorsInSelect(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
enableJdbcBatchingForVersionedEntities(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
enableJpaCachingCompliance(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
enableJpaClosedCompliance(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
enableJpaClosedCompliance(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
enableJpaClosedCompliance(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
 
enableJpaClosedCompliance(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
enableJpaListCompliance(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
enableJpaListCompliance(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
enableJpaListCompliance(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
enableJpaListCompliance(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
enableJpaOrderByMappingCompliance(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
enableJpaOrderByMappingCompliance(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
enableJpaOrderByMappingCompliance(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
 
enableJpaOrderByMappingCompliance(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
enableJpaProxyCompliance(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
enableJpaQueryCompliance(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
enableJpaQueryCompliance(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
enableJpaQueryCompliance(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
 
enableJpaQueryCompliance(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
enableJpaTransactionCompliance(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
enableJpaTransactionCompliance(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
enableJpaTransactionCompliance(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
 
enableJpaTransactionCompliance(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
enableJtaTrackingByThread(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
enableMinimalPuts(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
enableNamedQueryCheckingOnStartup(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
enableNullabilityChecking(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
enableOrderedReturn(boolean) - Method in class org.hibernate.internal.NaturalIdMultiLoadAccessStandard
 
enableOrderedReturn(boolean) - Method in interface org.hibernate.MultiIdentifierLoadAccess
Should the returned list of entity instances be ordered, with the position of an entity instance determined by the position of its identifier in the list if ids passed to MultiIdentifierLoadAccess.multiLoad(K...)?
enableOrderedReturn(boolean) - Method in interface org.hibernate.NaturalIdMultiLoadAccess
Should the returned list of entity instances be ordered, with the position of an entity instance determined by the position of its identifier in the list if ids passed to NaturalIdMultiLoadAccess.multiLoad(java.lang.Object...)?
enableOrderingOfInserts(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
enableOrderingOfUpdates(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
enablePreferUserTransaction(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
enableQueryCacheSupport(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
enableReleaseResourcesOnClose(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
enableReleaseResourcesOnCloseEnabled(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
enableReleaseResourcesOnCloseEnabled(boolean) - Method in interface org.hibernate.boot.SessionFactoryBuilder
Should resources held by an EntityManager be released immediately on close?
enableReleaseResourcesOnCloseEnabled(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
enableReleases() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
enableReleases() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Enable connection releases
enableReturnOfDeletedEntities(boolean) - Method in class org.hibernate.internal.NaturalIdMultiLoadAccessStandard
 
enableReturnOfDeletedEntities(boolean) - Method in interface org.hibernate.MultiIdentifierLoadAccess
Should MultiIdentifierLoadAccess.multiLoad(K...) return entity instances that have been marked for removal in the current session, but not yet deleted in the database?
enableReturnOfDeletedEntities(boolean) - Method in interface org.hibernate.NaturalIdMultiLoadAccess
Should NaturalIdMultiLoadAccess.multiLoad(java.lang.Object...) return entity instances that have been marked for removal in the current session, but not yet deleted in the database?
enableScrollableResultSupport(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
enableSecondLevelCacheSupport(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
enableSessionAutoClosing(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
enableSessionAutoFlushing(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
enableSessionCheck(boolean) - Method in interface org.hibernate.MultiIdentifierLoadAccess
Specifies whether the ids of managed entity instances already cached in the current persistence context should be excluded from the list of ids sent to the database.
enableSessionFactoryNameAsJndiName(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
enableSoftDelete(Column) - Method in class org.hibernate.mapping.Collection
 
enableSoftDelete(Column) - Method in class org.hibernate.mapping.RootClass
 
enableSoftDelete(Column) - Method in interface org.hibernate.mapping.SoftDeletable
 
enableStatisticsSupport(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
end() - Method in class org.hibernate.BaseSessionEventListener
 
end() - Method in class org.hibernate.engine.internal.SessionEventListenerManagerImpl
 
end() - Method in class org.hibernate.engine.internal.StatisticalLoggingSessionEventListener
 
end() - Method in interface org.hibernate.SessionEventListener
 
end(Xid, int) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.XAResourceWrapper
 
END - org.hibernate.envers.query.criteria.MatchMode
Match the end of the string to the pattern.
END - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
END - Static variable in class org.hibernate.grammars.hql.HqlParser
 
END() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
END() - Method in class org.hibernate.grammars.hql.HqlParser.SearchedCaseListContext
 
END() - Method in class org.hibernate.grammars.hql.HqlParser.SimpleCaseListContext
 
endLoading(ExecutionContext) - Method in interface org.hibernate.sql.results.graph.collection.CollectionInitializer
Lifecycle method called at the very end of the result values processing
endLoading(ExecutionContext) - Method in class org.hibernate.sql.results.graph.entity.internal.BatchEntityInsideEmbeddableSelectFetchInitializer
 
endLoading(ExecutionContext) - Method in class org.hibernate.sql.results.graph.entity.internal.BatchEntitySelectFetchInitializer
 
endLoading(ExecutionContext) - Method in class org.hibernate.sql.results.graph.entity.internal.BatchInitializeEntitySelectFetchInitializer
 
endLoading(ExecutionContext) - Method in interface org.hibernate.sql.results.graph.Initializer
Lifecycle method called at the very end of the result values processing
endLoading(ExecutionContext) - Method in class org.hibernate.sql.results.internal.InitializersList
 
endpoint - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
endRead() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
endRead() - Method in class org.hibernate.collection.spi.PersistentArrayHolder
 
endRead() - Method in interface org.hibernate.collection.spi.PersistentCollection
Called after reading all rows from the JDBC result set.
endRemoveOrphanBeforeUpdates() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
endTransaction(boolean) - Method in class org.hibernate.stat.internal.StatisticsImpl
 
endTransaction(boolean) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about a transaction completing.
enhance(String, byte[]) - Method in class org.hibernate.bytecode.enhance.internal.bytebuddy.EnhancerImpl
Performs the enhancement.
enhance(String, byte[]) - Method in interface org.hibernate.bytecode.enhance.spi.Enhancer
Performs the enhancement.
EnhancedSetterImpl - Class in org.hibernate.property.access.spi
A specialized Setter implementation for handling setting values into a bytecode-enhanced Class.
EnhancedSetterImpl(Class<?>, String, Field) - Constructor for class org.hibernate.property.access.spi.EnhancedSetterImpl
 
EnhancedSetterMethodImpl - Class in org.hibernate.property.access.spi
A specialized Setter implementation for handling setting values into a bytecode-enhanced Class using a setter method.
EnhancedSetterMethodImpl(Class<?>, String, Method) - Constructor for class org.hibernate.property.access.spi.EnhancedSetterMethodImpl
 
EnhancedUserType<J> - Interface in org.hibernate.usertype
A custom type that may function as an identifier or discriminator type
EnhancementAsProxyLazinessInterceptor - Class in org.hibernate.bytecode.enhance.spi.interceptor
 
EnhancementAsProxyLazinessInterceptor(String, Set<String>, CompositeType, EntityKey, SharedSessionContractImplementor) - Constructor for class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
 
enhancementContext - Variable in class org.hibernate.bytecode.enhance.internal.bytebuddy.EnhancerImpl
 
EnhancementContext - Interface in org.hibernate.bytecode.enhance.spi
The context for performing an enhancement.
EnhancementContextWrapper - Class in org.hibernate.bytecode.enhance.spi
 
EnhancementContextWrapper(EnhancementContext, ClassLoader) - Constructor for class org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
 
enhancementDiscoveryFailed(String, Throwable) - Method in interface org.hibernate.internal.CoreMessageLogger
 
EnhancementException - Exception in org.hibernate.bytecode.enhance.spi
An exception indicating some kind of problem performing bytecode enhancement.
EnhancementException(String) - Constructor for exception org.hibernate.bytecode.enhance.spi.EnhancementException
 
EnhancementException(String, Throwable) - Constructor for exception org.hibernate.bytecode.enhance.spi.EnhancementException
Constructs an EnhancementException
EnhancementHelper - Class in org.hibernate.bytecode.enhance.spi.interceptor
 
EnhancementHelper() - Constructor for class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementHelper
 
EnhancementHelper.InheritanceChecker - Interface in org.hibernate.bytecode.enhance.spi.interceptor
 
EnhancementInfo - Annotation Type in org.hibernate.bytecode.enhance.spi
Provides basic information about the enhancement done to a class.
EnhancementOptions - Annotation Type in org.hibernate.testing.bytecode.enhancement
 
EnhancementSelector - Interface in org.hibernate.testing.bytecode.enhancement
Used by BytecodeEnhancerRunner to determine which classes should be enhanced.
Enhancer - Interface in org.hibernate.bytecode.enhance.spi
Class responsible for performing enhancement.
ENHANCER_ENABLE_ASSOCIATION_MANAGEMENT - Static variable in interface org.hibernate.cfg.BytecodeSettings
Enable association management feature in runtime bytecode enhancement
ENHANCER_ENABLE_DIRTY_TRACKING - Static variable in interface org.hibernate.cfg.BytecodeSettings
Deprecated, for removal: This API element is subject to removal in a future version.
Will be removed without replacement. See HHH-15641
ENHANCER_ENABLE_LAZY_INITIALIZATION - Static variable in interface org.hibernate.cfg.BytecodeSettings
Deprecated, for removal: This API element is subject to removal in a future version.
Will be removed without replacement. See HHH-15641
EnhancerConstants - Class in org.hibernate.bytecode.enhance.spi
Constants used during enhancement.
EnhancerImpl - Class in org.hibernate.bytecode.enhance.internal.bytebuddy
 
EnhancerImpl(EnhancementContext, ByteBuddyState) - Constructor for class org.hibernate.bytecode.enhance.internal.bytebuddy.EnhancerImpl
Constructs the Enhancer, using the given context.
EnhancerTestContext - Class in org.hibernate.testing.bytecode.enhancement
Enhancement context used in tests
EnhancerTestContext() - Constructor for class org.hibernate.testing.bytecode.enhancement.EnhancerTestContext
 
EnhancerTestUtils - Class in org.hibernate.testing.bytecode.enhancement
utility class to use in bytecode enhancement tests
EnhancerTestUtils() - Constructor for class org.hibernate.testing.bytecode.enhancement.EnhancerTestUtils
 
EnhancingClassTransformerImpl - Class in org.hibernate.jpa.internal.enhance
 
EnhancingClassTransformerImpl(EnhancementContext) - Constructor for class org.hibernate.jpa.internal.enhance.EnhancingClassTransformerImpl
 
enlistResource(XAResource) - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter.TransactionAdapter
 
ensureAccessibility(AccessibleObject) - Static method in class org.hibernate.internal.util.ReflectHelper
 
enterAdditionExpression(HqlParser.AdditionExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the AdditionExpression labeled alternative in HqlParser.expression().
enterAdditionExpression(HqlParser.AdditionExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the AdditionExpression labeled alternative in HqlParser.expression().
enterAdditiveOperator(HqlParser.AdditiveOperatorContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.additiveOperator().
enterAdditiveOperator(HqlParser.AdditiveOperatorContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.additiveOperator().
enterAggregateFunction(HqlParser.AggregateFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.aggregateFunction().
enterAggregateFunction(HqlParser.AggregateFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.aggregateFunction().
enterAndPredicate(HqlParser.AndPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the AndPredicate labeled alternative in HqlParser.predicate().
enterAndPredicate(HqlParser.AndPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the AndPredicate labeled alternative in HqlParser.predicate().
enterAnyFunction(HqlParser.AnyFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.anyFunction().
enterAnyFunction(HqlParser.AnyFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.anyFunction().
enterAnySomeQuantifier(HqlParser.AnySomeQuantifierContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.anySomeQuantifier().
enterAnySomeQuantifier(HqlParser.AnySomeQuantifierContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.anySomeQuantifier().
enterAssignment(HqlParser.AssignmentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.assignment().
enterAssignment(HqlParser.AssignmentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.assignment().
enterAttributeList(GraphLanguageParser.AttributeListContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
Enter a parse tree produced by GraphLanguageParser.attributeList().
enterAttributeList(GraphLanguageParser.AttributeListContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserListener
Enter a parse tree produced by GraphLanguageParser.attributeList().
enterAttributeNode(GraphLanguageParser.AttributeNodeContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
Enter a parse tree produced by GraphLanguageParser.attributeNode().
enterAttributeNode(GraphLanguageParser.AttributeNodeContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserListener
Enter a parse tree produced by GraphLanguageParser.attributeNode().
enterAttributePath(GraphLanguageParser.AttributePathContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
Enter a parse tree produced by GraphLanguageParser.attributePath().
enterAttributePath(GraphLanguageParser.AttributePathContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserListener
Enter a parse tree produced by GraphLanguageParser.attributePath().
enterAttributeQualifier(GraphLanguageParser.AttributeQualifierContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
Enter a parse tree produced by GraphLanguageParser.attributeQualifier().
enterAttributeQualifier(GraphLanguageParser.AttributeQualifierContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserListener
Enter a parse tree produced by GraphLanguageParser.attributeQualifier().
enterBarePrimaryExpression(HqlParser.BarePrimaryExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the BarePrimaryExpression labeled alternative in HqlParser.expression().
enterBarePrimaryExpression(HqlParser.BarePrimaryExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the BarePrimaryExpression labeled alternative in HqlParser.expression().
enterBetweenPredicate(HqlParser.BetweenPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the BetweenPredicate labeled alternative in HqlParser.predicate().
enterBetweenPredicate(HqlParser.BetweenPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the BetweenPredicate labeled alternative in HqlParser.predicate().
enterBinaryLiteral(HqlParser.BinaryLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.binaryLiteral().
enterBinaryLiteral(HqlParser.BinaryLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.binaryLiteral().
enterBooleanExpressionPredicate(HqlParser.BooleanExpressionPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the BooleanExpressionPredicate labeled alternative in HqlParser.predicate().
enterBooleanExpressionPredicate(HqlParser.BooleanExpressionPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the BooleanExpressionPredicate labeled alternative in HqlParser.predicate().
enterBooleanLiteral(HqlParser.BooleanLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.booleanLiteral().
enterBooleanLiteral(HqlParser.BooleanLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.booleanLiteral().
enterCaseExpression(HqlParser.CaseExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the CaseExpression labeled alternative in HqlParser.primaryExpression().
enterCaseExpression(HqlParser.CaseExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the CaseExpression labeled alternative in HqlParser.primaryExpression().
enterCaseList(HqlParser.CaseListContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.caseList().
enterCaseList(HqlParser.CaseListContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.caseList().
enterCaseOtherwise(HqlParser.CaseOtherwiseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.caseOtherwise().
enterCaseOtherwise(HqlParser.CaseOtherwiseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.caseOtherwise().
enterCastFunction(HqlParser.CastFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.castFunction().
enterCastFunction(HqlParser.CastFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.castFunction().
enterCastTarget(HqlParser.CastTargetContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.castTarget().
enterCastTarget(HqlParser.CastTargetContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.castTarget().
enterCastTargetType(HqlParser.CastTargetTypeContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.castTargetType().
enterCastTargetType(HqlParser.CastTargetTypeContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.castTargetType().
enterCollateFunction(HqlParser.CollateFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.collateFunction().
enterCollateFunction(HqlParser.CollateFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.collateFunction().
enterCollation(HqlParser.CollationContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.collation().
enterCollation(HqlParser.CollationContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.collation().
enterCollationSpecification(OrderingParser.CollationSpecificationContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Enter a parse tree produced by OrderingParser.collationSpecification().
enterCollationSpecification(OrderingParser.CollationSpecificationContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Enter a parse tree produced by OrderingParser.collationSpecification().
enterCollectionFunctionMisuse(HqlParser.CollectionFunctionMisuseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.collectionFunctionMisuse().
enterCollectionFunctionMisuse(HqlParser.CollectionFunctionMisuseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.collectionFunctionMisuse().
enterCollectionQuantifier(HqlParser.CollectionQuantifierContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.collectionQuantifier().
enterCollectionQuantifier(HqlParser.CollectionQuantifierContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.collectionQuantifier().
enterCollectionSizeFunction(HqlParser.CollectionSizeFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.collectionSizeFunction().
enterCollectionSizeFunction(HqlParser.CollectionSizeFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.collectionSizeFunction().
enterCollectionValueNavigablePath(HqlParser.CollectionValueNavigablePathContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.collectionValueNavigablePath().
enterCollectionValueNavigablePath(HqlParser.CollectionValueNavigablePathContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.collectionValueNavigablePath().
enterCommand(SqlScriptParser.CommandContext) - Method in class org.hibernate.grammars.importsql.SqlScriptParserBaseListener
Enter a parse tree produced by SqlScriptParser.command().
enterCommand(SqlScriptParser.CommandContext) - Method in interface org.hibernate.grammars.importsql.SqlScriptParserListener
Enter a parse tree produced by SqlScriptParser.command().
enterCommandBlock(SqlScriptParser.CommandBlockContext) - Method in class org.hibernate.grammars.importsql.SqlScriptParserBaseListener
Enter a parse tree produced by SqlScriptParser.commandBlock().
enterCommandBlock(SqlScriptParser.CommandBlockContext) - Method in interface org.hibernate.grammars.importsql.SqlScriptParserListener
Enter a parse tree produced by SqlScriptParser.commandBlock().
enterComparisonOperator(HqlParser.ComparisonOperatorContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.comparisonOperator().
enterComparisonOperator(HqlParser.ComparisonOperatorContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.comparisonOperator().
enterComparisonPredicate(HqlParser.ComparisonPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the ComparisonPredicate labeled alternative in HqlParser.predicate().
enterComparisonPredicate(HqlParser.ComparisonPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the ComparisonPredicate labeled alternative in HqlParser.predicate().
enterConcatenationExpression(HqlParser.ConcatenationExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the ConcatenationExpression labeled alternative in HqlParser.expression().
enterConcatenationExpression(HqlParser.ConcatenationExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the ConcatenationExpression labeled alternative in HqlParser.expression().
enterCrossJoin(HqlParser.CrossJoinContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.crossJoin().
enterCrossJoin(HqlParser.CrossJoinContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.crossJoin().
enterCte(HqlParser.CteContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.cte().
enterCte(HqlParser.CteContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.cte().
enterCteAttributes(HqlParser.CteAttributesContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.cteAttributes().
enterCteAttributes(HqlParser.CteAttributesContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.cteAttributes().
enterCube(HqlParser.CubeContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.cube().
enterCube(HqlParser.CubeContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.cube().
enterCurrentDateFunction(HqlParser.CurrentDateFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.currentDateFunction().
enterCurrentDateFunction(HqlParser.CurrentDateFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.currentDateFunction().
enterCurrentTimeFunction(HqlParser.CurrentTimeFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.currentTimeFunction().
enterCurrentTimeFunction(HqlParser.CurrentTimeFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.currentTimeFunction().
enterCurrentTimestampFunction(HqlParser.CurrentTimestampFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.currentTimestampFunction().
enterCurrentTimestampFunction(HqlParser.CurrentTimestampFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.currentTimestampFunction().
enterCycleClause(HqlParser.CycleClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.cycleClause().
enterCycleClause(HqlParser.CycleClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.cycleClause().
enterDate(HqlParser.DateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.date().
enterDate(HqlParser.DateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.date().
enterDateLiteral(HqlParser.DateLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.dateLiteral().
enterDateLiteral(HqlParser.DateLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.dateLiteral().
enterDateOrTimeField(HqlParser.DateOrTimeFieldContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.dateOrTimeField().
enterDateOrTimeField(HqlParser.DateOrTimeFieldContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.dateOrTimeField().
enterDateTime(HqlParser.DateTimeContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.dateTime().
enterDateTime(HqlParser.DateTimeContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.dateTime().
enterDatetimeField(HqlParser.DatetimeFieldContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.datetimeField().
enterDatetimeField(HqlParser.DatetimeFieldContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.datetimeField().
enterDateTimeLiteral(HqlParser.DateTimeLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.dateTimeLiteral().
enterDateTimeLiteral(HqlParser.DateTimeLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.dateTimeLiteral().
enterDay(HqlParser.DayContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.day().
enterDay(HqlParser.DayContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.day().
enterDayField(HqlParser.DayFieldContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.dayField().
enterDayField(HqlParser.DayFieldContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.dayField().
enterDeleteStatement(HqlParser.DeleteStatementContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.deleteStatement().
enterDeleteStatement(HqlParser.DeleteStatementContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.deleteStatement().
enterDirection(OrderingParser.DirectionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Enter a parse tree produced by OrderingParser.direction().
enterDirection(OrderingParser.DirectionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Enter a parse tree produced by OrderingParser.direction().
enterDotIdentifier(OrderingParser.DotIdentifierContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Enter a parse tree produced by OrderingParser.dotIdentifier().
enterDotIdentifier(OrderingParser.DotIdentifierContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Enter a parse tree produced by OrderingParser.dotIdentifier().
enterDotIdentifierExpression(OrderingParser.DotIdentifierExpressionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Enter a parse tree produced by the DotIdentifierExpression labeled alternative in OrderingParser.expression().
enterDotIdentifierExpression(OrderingParser.DotIdentifierExpressionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Enter a parse tree produced by the DotIdentifierExpression labeled alternative in OrderingParser.expression().
enterElementAggregateFunction(HqlParser.ElementAggregateFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the ElementAggregateFunction labeled alternative in HqlParser.collectionAggregateFunction().
enterElementAggregateFunction(HqlParser.ElementAggregateFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the ElementAggregateFunction labeled alternative in HqlParser.collectionAggregateFunction().
enterElementsValuesQuantifier(HqlParser.ElementsValuesQuantifierContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.elementsValuesQuantifier().
enterElementsValuesQuantifier(HqlParser.ElementsValuesQuantifierContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.elementsValuesQuantifier().
enterElementValueQuantifier(HqlParser.ElementValueQuantifierContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.elementValueQuantifier().
enterElementValueQuantifier(HqlParser.ElementValueQuantifierContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.elementValueQuantifier().
enterEntityIdExpression(HqlParser.EntityIdExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the EntityIdExpression labeled alternative in HqlParser.primaryExpression().
enterEntityIdExpression(HqlParser.EntityIdExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the EntityIdExpression labeled alternative in HqlParser.primaryExpression().
enterEntityIdReference(HqlParser.EntityIdReferenceContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.entityIdReference().
enterEntityIdReference(HqlParser.EntityIdReferenceContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.entityIdReference().
enterEntityName(HqlParser.EntityNameContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.entityName().
enterEntityName(HqlParser.EntityNameContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.entityName().
enterEntityNaturalIdExpression(HqlParser.EntityNaturalIdExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the EntityNaturalIdExpression labeled alternative in HqlParser.primaryExpression().
enterEntityNaturalIdExpression(HqlParser.EntityNaturalIdExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the EntityNaturalIdExpression labeled alternative in HqlParser.primaryExpression().
enterEntityNaturalIdReference(HqlParser.EntityNaturalIdReferenceContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.entityNaturalIdReference().
enterEntityNaturalIdReference(HqlParser.EntityNaturalIdReferenceContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.entityNaturalIdReference().
enterEntityTypeExpression(HqlParser.EntityTypeExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the EntityTypeExpression labeled alternative in HqlParser.primaryExpression().
enterEntityTypeExpression(HqlParser.EntityTypeExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the EntityTypeExpression labeled alternative in HqlParser.primaryExpression().
enterEntityTypeReference(HqlParser.EntityTypeReferenceContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.entityTypeReference().
enterEntityTypeReference(HqlParser.EntityTypeReferenceContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.entityTypeReference().
enterEntityVersionExpression(HqlParser.EntityVersionExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the EntityVersionExpression labeled alternative in HqlParser.primaryExpression().
enterEntityVersionExpression(HqlParser.EntityVersionExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the EntityVersionExpression labeled alternative in HqlParser.primaryExpression().
enterEntityVersionReference(HqlParser.EntityVersionReferenceContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.entityVersionReference().
enterEntityVersionReference(HqlParser.EntityVersionReferenceContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.entityVersionReference().
enterEntityWithJoins(HqlParser.EntityWithJoinsContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.entityWithJoins().
enterEntityWithJoins(HqlParser.EntityWithJoinsContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.entityWithJoins().
enterEveryAllQuantifier(HqlParser.EveryAllQuantifierContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.everyAllQuantifier().
enterEveryAllQuantifier(HqlParser.EveryAllQuantifierContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.everyAllQuantifier().
enterEveryFunction(HqlParser.EveryFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.everyFunction().
enterEveryFunction(HqlParser.EveryFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.everyFunction().
enterEveryRule(ParserRuleContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
enterEveryRule(ParserRuleContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
enterEveryRule(ParserRuleContext) - Method in class org.hibernate.grammars.importsql.SqlScriptParserBaseListener
enterEveryRule(ParserRuleContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
enterExistsCollectionPartPredicate(HqlParser.ExistsCollectionPartPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the ExistsCollectionPartPredicate labeled alternative in HqlParser.predicate().
enterExistsCollectionPartPredicate(HqlParser.ExistsCollectionPartPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the ExistsCollectionPartPredicate labeled alternative in HqlParser.predicate().
enterExistsPredicate(HqlParser.ExistsPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the ExistsPredicate labeled alternative in HqlParser.predicate().
enterExistsPredicate(HqlParser.ExistsPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the ExistsPredicate labeled alternative in HqlParser.predicate().
enterExplicitTupleInList(HqlParser.ExplicitTupleInListContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the ExplicitTupleInList labeled alternative in HqlParser.inList().
enterExplicitTupleInList(HqlParser.ExplicitTupleInListContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the ExplicitTupleInList labeled alternative in HqlParser.inList().
enterExpressionOrPredicate(HqlParser.ExpressionOrPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.expressionOrPredicate().
enterExpressionOrPredicate(HqlParser.ExpressionOrPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.expressionOrPredicate().
enterExtractField(HqlParser.ExtractFieldContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.extractField().
enterExtractField(HqlParser.ExtractFieldContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.extractField().
enterExtractFunction(HqlParser.ExtractFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.extractFunction().
enterExtractFunction(HqlParser.ExtractFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.extractFunction().
enterFetchClause(HqlParser.FetchClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.fetchClause().
enterFetchClause(HqlParser.FetchClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.fetchClause().
enterFetchCountOrPercent(HqlParser.FetchCountOrPercentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.fetchCountOrPercent().
enterFetchCountOrPercent(HqlParser.FetchCountOrPercentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.fetchCountOrPercent().
enterFilterClause(HqlParser.FilterClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.filterClause().
enterFilterClause(HqlParser.FilterClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.filterClause().
enterFormat(HqlParser.FormatContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.format().
enterFormat(HqlParser.FormatContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.format().
enterFormatFunction(HqlParser.FormatFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.formatFunction().
enterFormatFunction(HqlParser.FormatFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.formatFunction().
enterFrameClause(HqlParser.FrameClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.frameClause().
enterFrameClause(HqlParser.FrameClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.frameClause().
enterFrameEnd(HqlParser.FrameEndContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.frameEnd().
enterFrameEnd(HqlParser.FrameEndContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.frameEnd().
enterFrameExclusion(HqlParser.FrameExclusionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.frameExclusion().
enterFrameExclusion(HqlParser.FrameExclusionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.frameExclusion().
enterFrameStart(HqlParser.FrameStartContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.frameStart().
enterFrameStart(HqlParser.FrameStartContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.frameStart().
enterFromClause(HqlParser.FromClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.fromClause().
enterFromClause(HqlParser.FromClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.fromClause().
enterFromDurationExpression(HqlParser.FromDurationExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the FromDurationExpression labeled alternative in HqlParser.expression().
enterFromDurationExpression(HqlParser.FromDurationExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the FromDurationExpression labeled alternative in HqlParser.expression().
enterFunction(HqlParser.FunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.function().
enterFunction(HqlParser.FunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.function().
enterFunction(OrderingParser.FunctionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Enter a parse tree produced by OrderingParser.function().
enterFunction(OrderingParser.FunctionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Enter a parse tree produced by OrderingParser.function().
enterFunctionArgument(OrderingParser.FunctionArgumentContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Enter a parse tree produced by OrderingParser.functionArgument().
enterFunctionArgument(OrderingParser.FunctionArgumentContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Enter a parse tree produced by OrderingParser.functionArgument().
enterFunctionArguments(OrderingParser.FunctionArgumentsContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Enter a parse tree produced by OrderingParser.functionArguments().
enterFunctionArguments(OrderingParser.FunctionArgumentsContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Enter a parse tree produced by OrderingParser.functionArguments().
enterFunctionExpression(HqlParser.FunctionExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the FunctionExpression labeled alternative in HqlParser.primaryExpression().
enterFunctionExpression(HqlParser.FunctionExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the FunctionExpression labeled alternative in HqlParser.primaryExpression().
enterFunctionExpression(OrderingParser.FunctionExpressionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Enter a parse tree produced by the FunctionExpression labeled alternative in OrderingParser.expression().
enterFunctionExpression(OrderingParser.FunctionExpressionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Enter a parse tree produced by the FunctionExpression labeled alternative in OrderingParser.expression().
enterGeneralizedLiteral(HqlParser.GeneralizedLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.generalizedLiteral().
enterGeneralizedLiteral(HqlParser.GeneralizedLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.generalizedLiteral().
enterGeneralizedLiteralText(HqlParser.GeneralizedLiteralTextContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.generalizedLiteralText().
enterGeneralizedLiteralText(HqlParser.GeneralizedLiteralTextContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.generalizedLiteralText().
enterGeneralizedLiteralType(HqlParser.GeneralizedLiteralTypeContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.generalizedLiteralType().
enterGeneralizedLiteralType(HqlParser.GeneralizedLiteralTypeContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.generalizedLiteralType().
enterGeneralPathExpression(HqlParser.GeneralPathExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the GeneralPathExpression labeled alternative in HqlParser.primaryExpression().
enterGeneralPathExpression(HqlParser.GeneralPathExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the GeneralPathExpression labeled alternative in HqlParser.primaryExpression().
enterGeneralPathFragment(HqlParser.GeneralPathFragmentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.generalPathFragment().
enterGeneralPathFragment(HqlParser.GeneralPathFragmentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.generalPathFragment().
enterGenericFunction(HqlParser.GenericFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.genericFunction().
enterGenericFunction(HqlParser.GenericFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.genericFunction().
enterGenericFunctionArguments(HqlParser.GenericFunctionArgumentsContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.genericFunctionArguments().
enterGenericFunctionArguments(HqlParser.GenericFunctionArgumentsContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.genericFunctionArguments().
enterGenericFunctionName(HqlParser.GenericFunctionNameContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.genericFunctionName().
enterGenericFunctionName(HqlParser.GenericFunctionNameContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.genericFunctionName().
enterGenericTemporalLiteralText(HqlParser.GenericTemporalLiteralTextContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.genericTemporalLiteralText().
enterGenericTemporalLiteralText(HqlParser.GenericTemporalLiteralTextContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.genericTemporalLiteralText().
enterGraph(GraphLanguageParser.GraphContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
Enter a parse tree produced by GraphLanguageParser.graph().
enterGraph(GraphLanguageParser.GraphContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserListener
Enter a parse tree produced by GraphLanguageParser.graph().
enterGroupByClause(HqlParser.GroupByClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.groupByClause().
enterGroupByClause(HqlParser.GroupByClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.groupByClause().
enterGroupByExpression(HqlParser.GroupByExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.groupByExpression().
enterGroupByExpression(HqlParser.GroupByExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.groupByExpression().
enterGroupedExpression(HqlParser.GroupedExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the GroupedExpression labeled alternative in HqlParser.expression().
enterGroupedExpression(HqlParser.GroupedExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the GroupedExpression labeled alternative in HqlParser.expression().
enterGroupedPredicate(HqlParser.GroupedPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the GroupedPredicate labeled alternative in HqlParser.predicate().
enterGroupedPredicate(HqlParser.GroupedPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the GroupedPredicate labeled alternative in HqlParser.predicate().
enterHavingClause(HqlParser.HavingClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.havingClause().
enterHavingClause(HqlParser.HavingClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.havingClause().
enterHour(HqlParser.HourContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.hour().
enterHour(HqlParser.HourContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.hour().
enterIdentifier(HqlParser.IdentifierContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.identifier().
enterIdentifier(HqlParser.IdentifierContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.identifier().
enterIdentifier(OrderingParser.IdentifierContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Enter a parse tree produced by OrderingParser.identifier().
enterIdentifier(OrderingParser.IdentifierContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Enter a parse tree produced by OrderingParser.identifier().
enterIdentifierExpression(OrderingParser.IdentifierExpressionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Enter a parse tree produced by the IdentifierExpression labeled alternative in OrderingParser.expression().
enterIdentifierExpression(OrderingParser.IdentifierExpressionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Enter a parse tree produced by the IdentifierExpression labeled alternative in OrderingParser.expression().
enterIndexAggregateFunction(HqlParser.IndexAggregateFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the IndexAggregateFunction labeled alternative in HqlParser.collectionAggregateFunction().
enterIndexAggregateFunction(HqlParser.IndexAggregateFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the IndexAggregateFunction labeled alternative in HqlParser.collectionAggregateFunction().
enterIndexedPathAccessFragment(HqlParser.IndexedPathAccessFragmentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.indexedPathAccessFragment().
enterIndexedPathAccessFragment(HqlParser.IndexedPathAccessFragmentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.indexedPathAccessFragment().
enterIndexKeyQuantifier(HqlParser.IndexKeyQuantifierContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.indexKeyQuantifier().
enterIndexKeyQuantifier(HqlParser.IndexKeyQuantifierContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.indexKeyQuantifier().
enterIndicesKeysQuantifier(HqlParser.IndicesKeysQuantifierContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.indicesKeysQuantifier().
enterIndicesKeysQuantifier(HqlParser.IndicesKeysQuantifierContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.indicesKeysQuantifier().
enterInPredicate(HqlParser.InPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the InPredicate labeled alternative in HqlParser.predicate().
enterInPredicate(HqlParser.InPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the InPredicate labeled alternative in HqlParser.predicate().
enterInsertStatement(HqlParser.InsertStatementContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.insertStatement().
enterInsertStatement(HqlParser.InsertStatementContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.insertStatement().
enterInstantFunction(HqlParser.InstantFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.instantFunction().
enterInstantFunction(HqlParser.InstantFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.instantFunction().
enterInstantiation(HqlParser.InstantiationContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.instantiation().
enterInstantiation(HqlParser.InstantiationContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.instantiation().
enterInstantiationArgument(HqlParser.InstantiationArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.instantiationArgument().
enterInstantiationArgument(HqlParser.InstantiationArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.instantiationArgument().
enterInstantiationArgumentExpression(HqlParser.InstantiationArgumentExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.instantiationArgumentExpression().
enterInstantiationArgumentExpression(HqlParser.InstantiationArgumentExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.instantiationArgumentExpression().
enterInstantiationArguments(HqlParser.InstantiationArgumentsContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.instantiationArguments().
enterInstantiationArguments(HqlParser.InstantiationArgumentsContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.instantiationArguments().
enterInstantiationTarget(HqlParser.InstantiationTargetContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.instantiationTarget().
enterInstantiationTarget(HqlParser.InstantiationTargetContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.instantiationTarget().
enterIsDistinctFromPredicate(HqlParser.IsDistinctFromPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the IsDistinctFromPredicate labeled alternative in HqlParser.predicate().
enterIsDistinctFromPredicate(HqlParser.IsDistinctFromPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the IsDistinctFromPredicate labeled alternative in HqlParser.predicate().
enterIsEmptyPredicate(HqlParser.IsEmptyPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the IsEmptyPredicate labeled alternative in HqlParser.predicate().
enterIsEmptyPredicate(HqlParser.IsEmptyPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the IsEmptyPredicate labeled alternative in HqlParser.predicate().
enterIsFalsePredicate(HqlParser.IsFalsePredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the IsFalsePredicate labeled alternative in HqlParser.predicate().
enterIsFalsePredicate(HqlParser.IsFalsePredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the IsFalsePredicate labeled alternative in HqlParser.predicate().
enterIsNullPredicate(HqlParser.IsNullPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the IsNullPredicate labeled alternative in HqlParser.predicate().
enterIsNullPredicate(HqlParser.IsNullPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the IsNullPredicate labeled alternative in HqlParser.predicate().
enterIsTruePredicate(HqlParser.IsTruePredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the IsTruePredicate labeled alternative in HqlParser.predicate().
enterIsTruePredicate(HqlParser.IsTruePredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the IsTruePredicate labeled alternative in HqlParser.predicate().
enterJdbcDateLiteral(HqlParser.JdbcDateLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.jdbcDateLiteral().
enterJdbcDateLiteral(HqlParser.JdbcDateLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.jdbcDateLiteral().
enterJdbcTimeLiteral(HqlParser.JdbcTimeLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.jdbcTimeLiteral().
enterJdbcTimeLiteral(HqlParser.JdbcTimeLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.jdbcTimeLiteral().
enterJdbcTimestampLiteral(HqlParser.JdbcTimestampLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.jdbcTimestampLiteral().
enterJdbcTimestampLiteral(HqlParser.JdbcTimestampLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.jdbcTimestampLiteral().
enterJoin(HqlParser.JoinContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.join().
enterJoin(HqlParser.JoinContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.join().
enterJoinPath(HqlParser.JoinPathContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the JoinPath labeled alternative in HqlParser.joinTarget().
enterJoinPath(HqlParser.JoinPathContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the JoinPath labeled alternative in HqlParser.joinTarget().
enterJoinRestriction(HqlParser.JoinRestrictionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.joinRestriction().
enterJoinRestriction(HqlParser.JoinRestrictionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.joinRestriction().
enterJoinSubquery(HqlParser.JoinSubqueryContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the JoinSubquery labeled alternative in HqlParser.joinTarget().
enterJoinSubquery(HqlParser.JoinSubqueryContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the JoinSubquery labeled alternative in HqlParser.joinTarget().
enterJoinType(HqlParser.JoinTypeContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.joinType().
enterJoinType(HqlParser.JoinTypeContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.joinType().
enterJpaCollectionJoin(HqlParser.JpaCollectionJoinContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.jpaCollectionJoin().
enterJpaCollectionJoin(HqlParser.JpaCollectionJoinContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.jpaCollectionJoin().
enterJpaNonstandardFunction(HqlParser.JpaNonstandardFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.jpaNonstandardFunction().
enterJpaNonstandardFunction(HqlParser.JpaNonstandardFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.jpaNonstandardFunction().
enterJpaNonstandardFunctionName(HqlParser.JpaNonstandardFunctionNameContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.jpaNonstandardFunctionName().
enterJpaNonstandardFunctionName(HqlParser.JpaNonstandardFunctionNameContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.jpaNonstandardFunctionName().
enterJpaSelectObjectSyntax(HqlParser.JpaSelectObjectSyntaxContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.jpaSelectObjectSyntax().
enterJpaSelectObjectSyntax(HqlParser.JpaSelectObjectSyntaxContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.jpaSelectObjectSyntax().
enterLikeEscape(HqlParser.LikeEscapeContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.likeEscape().
enterLikeEscape(HqlParser.LikeEscapeContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.likeEscape().
enterLikePredicate(HqlParser.LikePredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the LikePredicate labeled alternative in HqlParser.predicate().
enterLikePredicate(HqlParser.LikePredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the LikePredicate labeled alternative in HqlParser.predicate().
enterLimitClause(HqlParser.LimitClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.limitClause().
enterLimitClause(HqlParser.LimitClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.limitClause().
enterListaggFunction(HqlParser.ListaggFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.listaggFunction().
enterListaggFunction(HqlParser.ListaggFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.listaggFunction().
enterLiteral(HqlParser.LiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.literal().
enterLiteral(HqlParser.LiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.literal().
enterLiteral(OrderingParser.LiteralContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Enter a parse tree produced by OrderingParser.literal().
enterLiteral(OrderingParser.LiteralContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Enter a parse tree produced by OrderingParser.literal().
enterLiteralExpression(HqlParser.LiteralExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the LiteralExpression labeled alternative in HqlParser.primaryExpression().
enterLiteralExpression(HqlParser.LiteralExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the LiteralExpression labeled alternative in HqlParser.primaryExpression().
enterLocalDateFunction(HqlParser.LocalDateFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.localDateFunction().
enterLocalDateFunction(HqlParser.LocalDateFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.localDateFunction().
enterLocalDateTime(HqlParser.LocalDateTimeContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.localDateTime().
enterLocalDateTime(HqlParser.LocalDateTimeContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.localDateTime().
enterLocalDateTimeFunction(HqlParser.LocalDateTimeFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.localDateTimeFunction().
enterLocalDateTimeFunction(HqlParser.LocalDateTimeFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.localDateTimeFunction().
enterLocalDateTimeLiteral(HqlParser.LocalDateTimeLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.localDateTimeLiteral().
enterLocalDateTimeLiteral(HqlParser.LocalDateTimeLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.localDateTimeLiteral().
enterLocalTimeFunction(HqlParser.LocalTimeFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.localTimeFunction().
enterLocalTimeFunction(HqlParser.LocalTimeFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.localTimeFunction().
enterMapEntrySelection(HqlParser.MapEntrySelectionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.mapEntrySelection().
enterMapEntrySelection(HqlParser.MapEntrySelectionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.mapEntrySelection().
enterMapKeyNavigablePath(HqlParser.MapKeyNavigablePathContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.mapKeyNavigablePath().
enterMapKeyNavigablePath(HqlParser.MapKeyNavigablePathContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.mapKeyNavigablePath().
enterMemberOfPredicate(HqlParser.MemberOfPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the MemberOfPredicate labeled alternative in HqlParser.predicate().
enterMemberOfPredicate(HqlParser.MemberOfPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the MemberOfPredicate labeled alternative in HqlParser.predicate().
enterMinute(HqlParser.MinuteContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.minute().
enterMinute(HqlParser.MinuteContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.minute().
enterMonth(HqlParser.MonthContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.month().
enterMonth(HqlParser.MonthContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.month().
enterMultiplicationExpression(HqlParser.MultiplicationExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the MultiplicationExpression labeled alternative in HqlParser.expression().
enterMultiplicationExpression(HqlParser.MultiplicationExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the MultiplicationExpression labeled alternative in HqlParser.expression().
enterMultiplicativeOperator(HqlParser.MultiplicativeOperatorContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.multiplicativeOperator().
enterMultiplicativeOperator(HqlParser.MultiplicativeOperatorContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.multiplicativeOperator().
enterNakedIdentifier(HqlParser.NakedIdentifierContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.nakedIdentifier().
enterNakedIdentifier(HqlParser.NakedIdentifierContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.nakedIdentifier().
enterNamedParameter(HqlParser.NamedParameterContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the NamedParameter labeled alternative in HqlParser.parameter().
enterNamedParameter(HqlParser.NamedParameterContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the NamedParameter labeled alternative in HqlParser.parameter().
enterNegatedPredicate(HqlParser.NegatedPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the NegatedPredicate labeled alternative in HqlParser.predicate().
enterNegatedPredicate(HqlParser.NegatedPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the NegatedPredicate labeled alternative in HqlParser.predicate().
enterNestedQueryExpression(HqlParser.NestedQueryExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the NestedQueryExpression labeled alternative in HqlParser.orderedQuery().
enterNestedQueryExpression(HqlParser.NestedQueryExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the NestedQueryExpression labeled alternative in HqlParser.orderedQuery().
enterNthSideClause(HqlParser.NthSideClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.nthSideClause().
enterNthSideClause(HqlParser.NthSideClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.nthSideClause().
enterNullsClause(HqlParser.NullsClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.nullsClause().
enterNullsClause(HqlParser.NullsClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.nullsClause().
enterNullsPrecedence(HqlParser.NullsPrecedenceContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.nullsPrecedence().
enterNullsPrecedence(HqlParser.NullsPrecedenceContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.nullsPrecedence().
enterNullsPrecedence(OrderingParser.NullsPrecedenceContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Enter a parse tree produced by OrderingParser.nullsPrecedence().
enterNullsPrecedence(OrderingParser.NullsPrecedenceContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Enter a parse tree produced by OrderingParser.nullsPrecedence().
enterNumericLiteral(HqlParser.NumericLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.numericLiteral().
enterNumericLiteral(HqlParser.NumericLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.numericLiteral().
enterOffset(HqlParser.OffsetContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.offset().
enterOffset(HqlParser.OffsetContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.offset().
enterOffsetClause(HqlParser.OffsetClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.offsetClause().
enterOffsetClause(HqlParser.OffsetClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.offsetClause().
enterOffsetDateTime(HqlParser.OffsetDateTimeContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.offsetDateTime().
enterOffsetDateTime(HqlParser.OffsetDateTimeContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.offsetDateTime().
enterOffsetDateTimeFunction(HqlParser.OffsetDateTimeFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.offsetDateTimeFunction().
enterOffsetDateTimeFunction(HqlParser.OffsetDateTimeFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.offsetDateTimeFunction().
enterOffsetDateTimeLiteral(HqlParser.OffsetDateTimeLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.offsetDateTimeLiteral().
enterOffsetDateTimeLiteral(HqlParser.OffsetDateTimeLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.offsetDateTimeLiteral().
enterOffsetDateTimeWithMinutes(HqlParser.OffsetDateTimeWithMinutesContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.offsetDateTimeWithMinutes().
enterOffsetDateTimeWithMinutes(HqlParser.OffsetDateTimeWithMinutesContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.offsetDateTimeWithMinutes().
enterOffsetWithMinutes(HqlParser.OffsetWithMinutesContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.offsetWithMinutes().
enterOffsetWithMinutes(HqlParser.OffsetWithMinutesContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.offsetWithMinutes().
enterOnOverflowClause(HqlParser.OnOverflowClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.onOverflowClause().
enterOnOverflowClause(HqlParser.OnOverflowClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.onOverflowClause().
enterOrderByClause(HqlParser.OrderByClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.orderByClause().
enterOrderByClause(HqlParser.OrderByClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.orderByClause().
enterOrderByFragment(HqlParser.OrderByFragmentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.orderByFragment().
enterOrderByFragment(HqlParser.OrderByFragmentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.orderByFragment().
enterOrderByFragment(OrderingParser.OrderByFragmentContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Enter a parse tree produced by OrderingParser.orderByFragment().
enterOrderByFragment(OrderingParser.OrderByFragmentContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Enter a parse tree produced by OrderingParser.orderByFragment().
enterOrPredicate(HqlParser.OrPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the OrPredicate labeled alternative in HqlParser.predicate().
enterOrPredicate(HqlParser.OrPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the OrPredicate labeled alternative in HqlParser.predicate().
enterOverClause(HqlParser.OverClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.overClause().
enterOverClause(HqlParser.OverClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.overClause().
enterOverlayFunction(HqlParser.OverlayFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.overlayFunction().
enterOverlayFunction(HqlParser.OverlayFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.overlayFunction().
enterOverlayFunctionLengthArgument(HqlParser.OverlayFunctionLengthArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.overlayFunctionLengthArgument().
enterOverlayFunctionLengthArgument(HqlParser.OverlayFunctionLengthArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.overlayFunctionLengthArgument().
enterOverlayFunctionReplacementArgument(HqlParser.OverlayFunctionReplacementArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.overlayFunctionReplacementArgument().
enterOverlayFunctionReplacementArgument(HqlParser.OverlayFunctionReplacementArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.overlayFunctionReplacementArgument().
enterOverlayFunctionStartArgument(HqlParser.OverlayFunctionStartArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.overlayFunctionStartArgument().
enterOverlayFunctionStartArgument(HqlParser.OverlayFunctionStartArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.overlayFunctionStartArgument().
enterOverlayFunctionStringArgument(HqlParser.OverlayFunctionStringArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.overlayFunctionStringArgument().
enterOverlayFunctionStringArgument(HqlParser.OverlayFunctionStringArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.overlayFunctionStringArgument().
enterPackagedFunction(OrderingParser.PackagedFunctionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Enter a parse tree produced by OrderingParser.packagedFunction().
enterPackagedFunction(OrderingParser.PackagedFunctionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Enter a parse tree produced by OrderingParser.packagedFunction().
enterPadCharacter(HqlParser.PadCharacterContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.padCharacter().
enterPadCharacter(HqlParser.PadCharacterContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.padCharacter().
enterPadFunction(HqlParser.PadFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.padFunction().
enterPadFunction(HqlParser.PadFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.padFunction().
enterPadLength(HqlParser.PadLengthContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.padLength().
enterPadLength(HqlParser.PadLengthContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.padLength().
enterPadSpecification(HqlParser.PadSpecificationContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.padSpecification().
enterPadSpecification(HqlParser.PadSpecificationContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.padSpecification().
enterParameterExpression(HqlParser.ParameterExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the ParameterExpression labeled alternative in HqlParser.primaryExpression().
enterParameterExpression(HqlParser.ParameterExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the ParameterExpression labeled alternative in HqlParser.primaryExpression().
enterParameterOrIntegerLiteral(HqlParser.ParameterOrIntegerLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.parameterOrIntegerLiteral().
enterParameterOrIntegerLiteral(HqlParser.ParameterOrIntegerLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.parameterOrIntegerLiteral().
enterParameterOrNumberLiteral(HqlParser.ParameterOrNumberLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.parameterOrNumberLiteral().
enterParameterOrNumberLiteral(HqlParser.ParameterOrNumberLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.parameterOrNumberLiteral().
enterParamInList(HqlParser.ParamInListContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the ParamInList labeled alternative in HqlParser.inList().
enterParamInList(HqlParser.ParamInListContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the ParamInList labeled alternative in HqlParser.inList().
enterPartitionClause(HqlParser.PartitionClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.partitionClause().
enterPartitionClause(HqlParser.PartitionClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.partitionClause().
enterPath(HqlParser.PathContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.path().
enterPath(HqlParser.PathContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.path().
enterPathContinuation(HqlParser.PathContinuationContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.pathContinuation().
enterPathContinuation(HqlParser.PathContinuationContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.pathContinuation().
enterPersistentCollectionReferenceInList(HqlParser.PersistentCollectionReferenceInListContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the PersistentCollectionReferenceInList labeled alternative in HqlParser.inList().
enterPersistentCollectionReferenceInList(HqlParser.PersistentCollectionReferenceInListContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the PersistentCollectionReferenceInList labeled alternative in HqlParser.inList().
enterPositionalParameter(HqlParser.PositionalParameterContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the PositionalParameter labeled alternative in HqlParser.parameter().
enterPositionalParameter(HqlParser.PositionalParameterContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the PositionalParameter labeled alternative in HqlParser.parameter().
enterPositionFunction(HqlParser.PositionFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.positionFunction().
enterPositionFunction(HqlParser.PositionFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.positionFunction().
enterPositionFunctionPatternArgument(HqlParser.PositionFunctionPatternArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.positionFunctionPatternArgument().
enterPositionFunctionPatternArgument(HqlParser.PositionFunctionPatternArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.positionFunctionPatternArgument().
enterPositionFunctionStringArgument(HqlParser.PositionFunctionStringArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.positionFunctionStringArgument().
enterPositionFunctionStringArgument(HqlParser.PositionFunctionStringArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.positionFunctionStringArgument().
ENTERPRISEDB - org.hibernate.dialect.Database
 
enterQuery(HqlParser.QueryContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.query().
enterQuery(HqlParser.QueryContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.query().
enterQueryOrder(HqlParser.QueryOrderContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.queryOrder().
enterQueryOrder(HqlParser.QueryOrderContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.queryOrder().
enterQueryOrderExpression(HqlParser.QueryOrderExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the QueryOrderExpression labeled alternative in HqlParser.orderedQuery().
enterQueryOrderExpression(HqlParser.QueryOrderExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the QueryOrderExpression labeled alternative in HqlParser.orderedQuery().
enterQuerySpecExpression(HqlParser.QuerySpecExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the QuerySpecExpression labeled alternative in HqlParser.orderedQuery().
enterQuerySpecExpression(HqlParser.QuerySpecExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the QuerySpecExpression labeled alternative in HqlParser.orderedQuery().
enterRollup(HqlParser.RollupContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.rollup().
enterRollup(HqlParser.RollupContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.rollup().
enterRootEntity(HqlParser.RootEntityContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the RootEntity labeled alternative in HqlParser.fromRoot().
enterRootEntity(HqlParser.RootEntityContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the RootEntity labeled alternative in HqlParser.fromRoot().
enterRootSubquery(HqlParser.RootSubqueryContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the RootSubquery labeled alternative in HqlParser.fromRoot().
enterRootSubquery(HqlParser.RootSubqueryContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the RootSubquery labeled alternative in HqlParser.fromRoot().
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeListContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeNodeContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributePathContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeQualifierContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.GraphContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.SubGraphContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.SubTypeContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.AdditionExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.AdditiveOperatorContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.AggregateFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.AndPredicateContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.AnyFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.AnySomeQuantifierContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.AssignmentContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.BarePrimaryExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.BetweenPredicateContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.BinaryLiteralContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.BooleanExpressionPredicateContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.BooleanLiteralContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CaseExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CaseListContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CaseOtherwiseContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CastFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CastTargetContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CastTargetTypeContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CollateFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CollationContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CollectionFunctionMisuseContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CollectionQuantifierContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CollectionSizeFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CollectionValueNavigablePathContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ComparisonOperatorContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ComparisonPredicateContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ConcatenationExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CrossJoinContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CteAttributesContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CteContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CubeContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CurrentDateFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CurrentTimeFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CurrentTimestampFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CycleClauseContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.DateContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.DateLiteralContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.DateOrTimeFieldContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.DateTimeContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.DatetimeFieldContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.DateTimeLiteralContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.DayContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.DayFieldContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.DeleteStatementContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ElementAggregateFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ElementsValuesQuantifierContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ElementValueQuantifierContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.EntityIdExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.EntityIdReferenceContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.EntityNameContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.EntityNaturalIdExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.EntityNaturalIdReferenceContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.EntityTypeExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.EntityTypeReferenceContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.EntityVersionExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.EntityVersionReferenceContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.EntityWithJoinsContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.EveryAllQuantifierContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.EveryFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ExistsCollectionPartPredicateContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ExistsPredicateContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ExplicitTupleInListContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ExpressionOrPredicateContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ExtractFieldContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ExtractFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.FetchClauseContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.FetchCountOrPercentContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.FilterClauseContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.FormatContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.FormatFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.FrameClauseContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.FrameEndContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.FrameExclusionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.FrameStartContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.FromClauseContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.FromDurationExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.FunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.FunctionExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.GeneralizedLiteralContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.GeneralizedLiteralTextContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.GeneralizedLiteralTypeContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.GeneralPathExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.GeneralPathFragmentContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.GenericFunctionArgumentsContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.GenericFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.GenericFunctionNameContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.GenericTemporalLiteralTextContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.GroupByClauseContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.GroupByExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.GroupedExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.GroupedPredicateContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.HavingClauseContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.HourContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.IndexAggregateFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.IndexedPathAccessFragmentContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.IndexKeyQuantifierContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.IndicesKeysQuantifierContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.InPredicateContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.InsertStatementContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.InstantFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationArgumentContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationArgumentExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationArgumentsContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationTargetContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.IsDistinctFromPredicateContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.IsEmptyPredicateContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.IsFalsePredicateContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.IsNullPredicateContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.IsTruePredicateContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JdbcDateLiteralContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JdbcTimeLiteralContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JdbcTimestampLiteralContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JoinContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JoinPathContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JoinRestrictionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JoinSubqueryContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JoinTypeContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JpaCollectionJoinContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JpaNonstandardFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JpaNonstandardFunctionNameContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JpaSelectObjectSyntaxContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.LikeEscapeContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.LikePredicateContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.LimitClauseContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ListaggFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.LiteralContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.LiteralExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateTimeContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateTimeFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateTimeLiteralContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.LocalTimeFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.MapEntrySelectionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.MapKeyNavigablePathContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.MemberOfPredicateContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.MinuteContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.MonthContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.MultiplicationExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.MultiplicativeOperatorContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.NamedParameterContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.NegatedPredicateContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.NestedQueryExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.NthSideClauseContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.NullsClauseContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.NullsPrecedenceContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.NumericLiteralContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OffsetClauseContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OffsetContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeLiteralContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeWithMinutesContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OffsetWithMinutesContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OnOverflowClauseContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OrderByClauseContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OrderByFragmentContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OrPredicateContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OverClauseContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionLengthArgumentContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionReplacementArgumentContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionStartArgumentContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionStringArgumentContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.PadCharacterContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.PadFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.PadLengthContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.PadSpecificationContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ParameterExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ParameterOrIntegerLiteralContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ParameterOrNumberLiteralContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ParamInListContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.PartitionClauseContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.PathContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.PathContinuationContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.PersistentCollectionReferenceInListContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.PositionalParameterContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.PositionFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.PositionFunctionPatternArgumentContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.PositionFunctionStringArgumentContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.QueryContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.QueryOrderContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.QueryOrderExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.QuerySpecExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.RollupContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.RootEntityContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.RootSubqueryContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SearchClauseContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SearchedCaseListContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SearchedCaseWhenContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SearchSpecificationContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SearchSpecificationsContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SecondContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SelectClauseContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SelectExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SelectionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SelectionListContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SelectStatementContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SetClauseContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SetOperatorContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SetQueryGroupContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SignOperatorContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SimpleCaseListContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SimpleCaseWhenContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SimplePathContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SimplePathElementContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SimpleQueryGroupContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SortDirectionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SortExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SortSpecificationContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.StatementContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SubqueryContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SubqueryExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SubqueryInListContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SubstringFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SubstringFunctionLengthArgumentContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SubstringFunctionStartArgumentContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SyntacticDomainPathContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SyntacticPathExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.TargetEntityContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.TargetFieldsContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.TemporalLiteralContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.TimeContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.TimeLiteralContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.TimeZoneFieldContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ToDurationExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ToOneFkExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ToOneFkReferenceContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.TreatedNavigablePathContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.TrimCharacterContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.TrimFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.TrimSpecificationContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.TruncFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.TupleExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.UnaryExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.UnaryNumericLiteralExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.UpdateStatementContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ValuesContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ValuesListContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.VariableContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.WeekFieldContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.WhereClauseContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.WithClauseContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.WithinGroupClauseContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.YearContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ZonedDateTimeContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ZonedDateTimeLiteralContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ZoneIdContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.importsql.SqlScriptParser.CommandBlockContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.importsql.SqlScriptParser.CommandContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.importsql.SqlScriptParser.ScriptContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.CollationSpecificationContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.DirectionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.DotIdentifierContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.DotIdentifierExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionArgumentContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionArgumentsContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.IdentifierContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.IdentifierExpressionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.LiteralContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.NullsPrecedenceContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.OrderByFragmentContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.PackagedFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.SimpleFunctionContext
 
enterRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.SortSpecificationContext
 
enterScript(SqlScriptParser.ScriptContext) - Method in class org.hibernate.grammars.importsql.SqlScriptParserBaseListener
Enter a parse tree produced by SqlScriptParser.script().
enterScript(SqlScriptParser.ScriptContext) - Method in interface org.hibernate.grammars.importsql.SqlScriptParserListener
Enter a parse tree produced by SqlScriptParser.script().
enterSearchClause(HqlParser.SearchClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.searchClause().
enterSearchClause(HqlParser.SearchClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.searchClause().
enterSearchedCaseList(HqlParser.SearchedCaseListContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.searchedCaseList().
enterSearchedCaseList(HqlParser.SearchedCaseListContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.searchedCaseList().
enterSearchedCaseWhen(HqlParser.SearchedCaseWhenContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.searchedCaseWhen().
enterSearchedCaseWhen(HqlParser.SearchedCaseWhenContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.searchedCaseWhen().
enterSearchSpecification(HqlParser.SearchSpecificationContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.searchSpecification().
enterSearchSpecification(HqlParser.SearchSpecificationContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.searchSpecification().
enterSearchSpecifications(HqlParser.SearchSpecificationsContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.searchSpecifications().
enterSearchSpecifications(HqlParser.SearchSpecificationsContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.searchSpecifications().
enterSecond(HqlParser.SecondContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.second().
enterSecond(HqlParser.SecondContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.second().
enterSelectClause(HqlParser.SelectClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.selectClause().
enterSelectClause(HqlParser.SelectClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.selectClause().
enterSelectExpression(HqlParser.SelectExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.selectExpression().
enterSelectExpression(HqlParser.SelectExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.selectExpression().
enterSelection(HqlParser.SelectionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.selection().
enterSelection(HqlParser.SelectionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.selection().
enterSelectionList(HqlParser.SelectionListContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.selectionList().
enterSelectionList(HqlParser.SelectionListContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.selectionList().
enterSelectStatement(HqlParser.SelectStatementContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.selectStatement().
enterSelectStatement(HqlParser.SelectStatementContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.selectStatement().
enterSetClause(HqlParser.SetClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.setClause().
enterSetClause(HqlParser.SetClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.setClause().
enterSetOperator(HqlParser.SetOperatorContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.setOperator().
enterSetOperator(HqlParser.SetOperatorContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.setOperator().
enterSetQueryGroup(HqlParser.SetQueryGroupContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the SetQueryGroup labeled alternative in HqlParser.queryExpression().
enterSetQueryGroup(HqlParser.SetQueryGroupContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the SetQueryGroup labeled alternative in HqlParser.queryExpression().
enterSignOperator(HqlParser.SignOperatorContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.signOperator().
enterSignOperator(HqlParser.SignOperatorContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.signOperator().
enterSimpleCaseList(HqlParser.SimpleCaseListContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.simpleCaseList().
enterSimpleCaseList(HqlParser.SimpleCaseListContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.simpleCaseList().
enterSimpleCaseWhen(HqlParser.SimpleCaseWhenContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.simpleCaseWhen().
enterSimpleCaseWhen(HqlParser.SimpleCaseWhenContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.simpleCaseWhen().
enterSimpleFunction(OrderingParser.SimpleFunctionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Enter a parse tree produced by OrderingParser.simpleFunction().
enterSimpleFunction(OrderingParser.SimpleFunctionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Enter a parse tree produced by OrderingParser.simpleFunction().
enterSimplePath(HqlParser.SimplePathContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.simplePath().
enterSimplePath(HqlParser.SimplePathContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.simplePath().
enterSimplePathElement(HqlParser.SimplePathElementContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.simplePathElement().
enterSimplePathElement(HqlParser.SimplePathElementContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.simplePathElement().
enterSimpleQueryGroup(HqlParser.SimpleQueryGroupContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the SimpleQueryGroup labeled alternative in HqlParser.queryExpression().
enterSimpleQueryGroup(HqlParser.SimpleQueryGroupContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the SimpleQueryGroup labeled alternative in HqlParser.queryExpression().
enterSortDirection(HqlParser.SortDirectionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.sortDirection().
enterSortDirection(HqlParser.SortDirectionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.sortDirection().
enterSortExpression(HqlParser.SortExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.sortExpression().
enterSortExpression(HqlParser.SortExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.sortExpression().
enterSortSpecification(HqlParser.SortSpecificationContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.sortSpecification().
enterSortSpecification(HqlParser.SortSpecificationContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.sortSpecification().
enterSortSpecification(OrderingParser.SortSpecificationContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Enter a parse tree produced by OrderingParser.sortSpecification().
enterSortSpecification(OrderingParser.SortSpecificationContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Enter a parse tree produced by OrderingParser.sortSpecification().
enterStandardFunction(HqlParser.StandardFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.standardFunction().
enterStandardFunction(HqlParser.StandardFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.standardFunction().
enterStatement(HqlParser.StatementContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.statement().
enterStatement(HqlParser.StatementContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.statement().
enterSubGraph(GraphLanguageParser.SubGraphContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
Enter a parse tree produced by GraphLanguageParser.subGraph().
enterSubGraph(GraphLanguageParser.SubGraphContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserListener
Enter a parse tree produced by GraphLanguageParser.subGraph().
enterSubquery(HqlParser.SubqueryContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.subquery().
enterSubquery(HqlParser.SubqueryContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.subquery().
enterSubqueryExpression(HqlParser.SubqueryExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the SubqueryExpression labeled alternative in HqlParser.expression().
enterSubqueryExpression(HqlParser.SubqueryExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the SubqueryExpression labeled alternative in HqlParser.expression().
enterSubqueryInList(HqlParser.SubqueryInListContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the SubqueryInList labeled alternative in HqlParser.inList().
enterSubqueryInList(HqlParser.SubqueryInListContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the SubqueryInList labeled alternative in HqlParser.inList().
enterSubstringFunction(HqlParser.SubstringFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.substringFunction().
enterSubstringFunction(HqlParser.SubstringFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.substringFunction().
enterSubstringFunctionLengthArgument(HqlParser.SubstringFunctionLengthArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.substringFunctionLengthArgument().
enterSubstringFunctionLengthArgument(HqlParser.SubstringFunctionLengthArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.substringFunctionLengthArgument().
enterSubstringFunctionStartArgument(HqlParser.SubstringFunctionStartArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.substringFunctionStartArgument().
enterSubstringFunctionStartArgument(HqlParser.SubstringFunctionStartArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.substringFunctionStartArgument().
enterSubType(GraphLanguageParser.SubTypeContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
Enter a parse tree produced by GraphLanguageParser.subType().
enterSubType(GraphLanguageParser.SubTypeContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserListener
Enter a parse tree produced by GraphLanguageParser.subType().
enterSyntacticDomainPath(HqlParser.SyntacticDomainPathContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.syntacticDomainPath().
enterSyntacticDomainPath(HqlParser.SyntacticDomainPathContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.syntacticDomainPath().
enterSyntacticPathExpression(HqlParser.SyntacticPathExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the SyntacticPathExpression labeled alternative in HqlParser.primaryExpression().
enterSyntacticPathExpression(HqlParser.SyntacticPathExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the SyntacticPathExpression labeled alternative in HqlParser.primaryExpression().
enterTargetEntity(HqlParser.TargetEntityContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.targetEntity().
enterTargetEntity(HqlParser.TargetEntityContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.targetEntity().
enterTargetFields(HqlParser.TargetFieldsContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.targetFields().
enterTargetFields(HqlParser.TargetFieldsContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.targetFields().
enterTemporalLiteral(HqlParser.TemporalLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.temporalLiteral().
enterTemporalLiteral(HqlParser.TemporalLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.temporalLiteral().
enterTime(HqlParser.TimeContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.time().
enterTime(HqlParser.TimeContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.time().
enterTimeLiteral(HqlParser.TimeLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.timeLiteral().
enterTimeLiteral(HqlParser.TimeLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.timeLiteral().
enterTimeZoneField(HqlParser.TimeZoneFieldContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.timeZoneField().
enterTimeZoneField(HqlParser.TimeZoneFieldContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.timeZoneField().
enterToDurationExpression(HqlParser.ToDurationExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the ToDurationExpression labeled alternative in HqlParser.expression().
enterToDurationExpression(HqlParser.ToDurationExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the ToDurationExpression labeled alternative in HqlParser.expression().
enterToOneFkExpression(HqlParser.ToOneFkExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the ToOneFkExpression labeled alternative in HqlParser.primaryExpression().
enterToOneFkExpression(HqlParser.ToOneFkExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the ToOneFkExpression labeled alternative in HqlParser.primaryExpression().
enterToOneFkReference(HqlParser.ToOneFkReferenceContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.toOneFkReference().
enterToOneFkReference(HqlParser.ToOneFkReferenceContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.toOneFkReference().
enterTreatedNavigablePath(HqlParser.TreatedNavigablePathContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.treatedNavigablePath().
enterTreatedNavigablePath(HqlParser.TreatedNavigablePathContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.treatedNavigablePath().
enterTrimCharacter(HqlParser.TrimCharacterContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.trimCharacter().
enterTrimCharacter(HqlParser.TrimCharacterContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.trimCharacter().
enterTrimFunction(HqlParser.TrimFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.trimFunction().
enterTrimFunction(HqlParser.TrimFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.trimFunction().
enterTrimSpecification(HqlParser.TrimSpecificationContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.trimSpecification().
enterTrimSpecification(HqlParser.TrimSpecificationContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.trimSpecification().
enterTruncFunction(HqlParser.TruncFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.truncFunction().
enterTruncFunction(HqlParser.TruncFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.truncFunction().
enterTupleExpression(HqlParser.TupleExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the TupleExpression labeled alternative in HqlParser.expression().
enterTupleExpression(HqlParser.TupleExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the TupleExpression labeled alternative in HqlParser.expression().
enterUnaryExpression(HqlParser.UnaryExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the UnaryExpression labeled alternative in HqlParser.expression().
enterUnaryExpression(HqlParser.UnaryExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the UnaryExpression labeled alternative in HqlParser.expression().
enterUnaryNumericLiteralExpression(HqlParser.UnaryNumericLiteralExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the UnaryNumericLiteralExpression labeled alternative in HqlParser.expression().
enterUnaryNumericLiteralExpression(HqlParser.UnaryNumericLiteralExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the UnaryNumericLiteralExpression labeled alternative in HqlParser.expression().
enterUpdateStatement(HqlParser.UpdateStatementContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.updateStatement().
enterUpdateStatement(HqlParser.UpdateStatementContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.updateStatement().
enterValues(HqlParser.ValuesContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by the values labeled alternative in HqlParser#queryExpressionqueryExpressionorderedQueryorderedQueryorderedQueryfromRootfromRootjoinTargetjoinTargetpredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicateinListinListinListinListexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionparameterparametercollectionAggregateFunctioncollectionAggregateFunction.
enterValues(HqlParser.ValuesContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by the values labeled alternative in HqlParser#queryExpressionqueryExpressionorderedQueryorderedQueryorderedQueryfromRootfromRootjoinTargetjoinTargetpredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicateinListinListinListinListexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionparameterparametercollectionAggregateFunctioncollectionAggregateFunction.
enterValuesList(HqlParser.ValuesListContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.valuesList().
enterValuesList(HqlParser.ValuesListContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.valuesList().
enterVariable(HqlParser.VariableContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.variable().
enterVariable(HqlParser.VariableContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.variable().
enterWeekField(HqlParser.WeekFieldContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.weekField().
enterWeekField(HqlParser.WeekFieldContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.weekField().
enterWhereClause(HqlParser.WhereClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.whereClause().
enterWhereClause(HqlParser.WhereClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.whereClause().
enterWithClause(HqlParser.WithClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.withClause().
enterWithClause(HqlParser.WithClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.withClause().
enterWithinGroupClause(HqlParser.WithinGroupClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.withinGroupClause().
enterWithinGroupClause(HqlParser.WithinGroupClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.withinGroupClause().
enterYear(HqlParser.YearContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.year().
enterYear(HqlParser.YearContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.year().
enterZonedDateTime(HqlParser.ZonedDateTimeContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.zonedDateTime().
enterZonedDateTime(HqlParser.ZonedDateTimeContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.zonedDateTime().
enterZonedDateTimeLiteral(HqlParser.ZonedDateTimeLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.zonedDateTimeLiteral().
enterZonedDateTimeLiteral(HqlParser.ZonedDateTimeLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.zonedDateTimeLiteral().
enterZoneId(HqlParser.ZoneIdContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Enter a parse tree produced by HqlParser.zoneId().
enterZoneId(HqlParser.ZoneIdContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Enter a parse tree produced by HqlParser.zoneId().
entities - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
 
EntitiesAtRevisionAssociationQuery<Q extends org.hibernate.envers.query.internal.impl.AuditQueryImplementor> - Class in org.hibernate.envers.query.internal.impl
EntitiesAtRevisionAssociationQuery(EnversService, AuditReaderImplementor, Q, QueryBuilder, String, JoinType, Map<String, String>, Map<String, String>, String, String, AuditCriterion) - Constructor for class org.hibernate.envers.query.internal.impl.EntitiesAtRevisionAssociationQuery
 
EntitiesAtRevisionQuery - Class in org.hibernate.envers.query.internal.impl
 
EntitiesAtRevisionQuery(EnversService, AuditReaderImplementor, Class<?>, Number, boolean) - Constructor for class org.hibernate.envers.query.internal.impl.EntitiesAtRevisionQuery
 
EntitiesAtRevisionQuery(EnversService, AuditReaderImplementor, Class<?>, String, Number, boolean) - Constructor for class org.hibernate.envers.query.internal.impl.EntitiesAtRevisionQuery
 
EntitiesConfigurations - Class in org.hibernate.envers.internal.entities
Configuration of the user entities: property mapping of the entities, relations, inheritance.
EntitiesConfigurations(Map<String, EntityConfiguration>, Map<String, EntityConfiguration>) - Constructor for class org.hibernate.envers.internal.entities.EntitiesConfigurations
 
EntitiesConfigurator - Class in org.hibernate.envers.configuration.internal
 
EntitiesConfigurator() - Constructor for class org.hibernate.envers.configuration.internal.EntitiesConfigurator
 
entitiesDeleted(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
entitiesEqual(SessionImplementor, String, Object, Object) - Static method in class org.hibernate.envers.internal.tools.EntityTools
 
entitiesFetched(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
entitiesInserted(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
entitiesLoaded(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
EntitiesModifiedAtRevisionQuery - Class in org.hibernate.envers.query.internal.impl
In comparison to EntitiesAtRevisionQuery this query returns an empty collection if an entity of a certain type has not been changed in a given revision.
EntitiesModifiedAtRevisionQuery(EnversService, AuditReaderImplementor, Class<?>, Number) - Constructor for class org.hibernate.envers.query.internal.impl.EntitiesModifiedAtRevisionQuery
 
EntitiesModifiedAtRevisionQuery(EnversService, AuditReaderImplementor, Class<?>, String, Number) - Constructor for class org.hibernate.envers.query.internal.impl.EntitiesModifiedAtRevisionQuery
 
entitiesUpdated(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
entity - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType.JaxbHbmFetch
 
entity - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
 
entity - Variable in class org.hibernate.boot.jaxb.mapping.JaxbFetchProfile.JaxbFetch
 
entity - Variable in class org.hibernate.boot.jaxb.mapping.JaxbHbmFilter.JaxbAliases
 
entity - Variable in class org.hibernate.event.internal.WrapVisitor
 
entity - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
 
entity() - Method in annotation type org.hibernate.annotations.AnyDiscriminatorValue
The corresponding entity
entity() - Method in annotation type org.hibernate.annotations.FetchProfile.FetchOverride
The entity containing the association whose default fetch strategy is being overridden.
entity() - Method in annotation type org.hibernate.annotations.SqlFragmentAlias
The entity class associated with the alias.
entity(Class<X>) - Method in class org.hibernate.metamodel.model.domain.internal.JpaMetamodelImpl
 
entity(Class<X>) - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
entity(Class<X>) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
 
entity(String) - Method in class org.hibernate.metamodel.model.domain.internal.JpaMetamodelImpl
 
entity(String) - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
entity(String) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
Access to an entity supporting Hibernate's entity-name feature
entity(String, String, SessionFactoryImplementor) - Static method in class org.hibernate.query.results.Builders
Creates a EntityResultBuilder allowing for further configuring of the mapping.
Entity - Class in org.hibernate.jpamodelgen.xml.jaxb
Defines the settings and mappings for an entity.
Entity() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
ENTITY - org.hibernate.boot.CacheRegionDefinition.CacheRegionType
 
ENTITY - org.hibernate.boot.model.internal.AnnotatedClassType
has an Entity annotation
ENTITY - org.hibernate.boot.model.naming.ImplicitJoinColumnNameSource.Nature
 
ENTITY - org.hibernate.cache.spi.support.AccessedDataClassification
 
ENTITY - org.hibernate.DuplicateMappingException.Type
A duplicate entity definition was encountered.
ENTITY - org.hibernate.metamodel.ValueClassification
Reference to an entity
ENTITY - org.hibernate.tuple.PropertyFactory.NonIdentifierAttributeNature
Deprecated.
 
ENTITY - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
ENTITY - Static variable in interface org.hibernate.usertype.DynamicParameterizedType
 
ENTITY_AFTER_INSERT - org.hibernate.event.spi.EventManager.CacheActionDescription
 
ENTITY_AFTER_UPDATE - org.hibernate.event.spi.EventManager.CacheActionDescription
 
ENTITY_CLASS - Static variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
ENTITY_COLLECTION - org.hibernate.boot.model.naming.ImplicitJoinColumnNameSource.Nature
 
ENTITY_ENTRY_FIELD_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of the field used to hold the EntityEntry
ENTITY_ENTRY_GETTER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of the method used to read the EntityEntry field.
ENTITY_ENTRY_SETTER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of the method used to write the EntityEntry field.
ENTITY_ID - Static variable in interface org.hibernate.persister.entity.EntityPersister
Deprecated.
this feature of HQL is now deprecated
ENTITY_INSERT - org.hibernate.event.spi.EventManager.CacheActionDescription
 
ENTITY_INSTANCE_GETTER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of the method used to get reference of the entity instance (this in the case of enhanced classes).
ENTITY_LOAD - org.hibernate.event.spi.EventManager.CacheActionDescription
 
ENTITY_LOADING_LOGGER - Static variable in interface org.hibernate.sql.results.graph.entity.EntityLoadingLogging
 
ENTITY_MANAGER - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
ENTITY_NAME - Static variable in interface org.hibernate.id.IdentifierGenerator
The configuration parameter holding the entity name
ENTITY_NAME_RESOLVER - Static variable in class org.hibernate.metamodel.internal.EntityInstantiatorDynamicMap
 
ENTITY_PERSISTER_CONSTRUCTOR_ARGS - Static variable in class org.hibernate.persister.internal.PersisterFactoryImpl
The constructor signature for EntityPersister implementations
ENTITY_TABLE_IDENTITY_COLUMN - Static variable in class org.hibernate.dialect.temptable.TemporaryTable
 
ENTITY_TABLE_PREFIX - Static variable in class org.hibernate.dialect.temptable.TemporaryTable
 
ENTITY_UPDATE - org.hibernate.event.spi.EventManager.CacheActionDescription
 
EntityAction - Class in org.hibernate.action.internal
Base class for actions relating to insert/update/delete of an entity instance.
EntityAction(EventSource, Object, Object, EntityPersister) - Constructor for class org.hibernate.action.internal.EntityAction
Instantiate an action.
EntityActionVetoException - Exception in org.hibernate.action.internal
An exception indicating that an EntityAction was vetoed.
EntityActionVetoException(String, EntityAction) - Constructor for exception org.hibernate.action.internal.EntityActionVetoException
Constructs a EntityActionVetoException
EntityAssembler - Class in org.hibernate.sql.results.graph.entity.internal
 
EntityAssembler(JavaType, EntityInitializer) - Constructor for class org.hibernate.sql.results.graph.entity.internal.EntityAssembler
 
EntityAssociationMapping - Interface in org.hibernate.metamodel.mapping
Commonality between `many-to-one`, `one-to-one` and `any`, as well as entity-valued collection elements and map-keys
EntityAuditProjection - Class in org.hibernate.envers.query.projection.internal
 
EntityAuditProjection(String, boolean) - Constructor for class org.hibernate.envers.query.projection.internal.EntityAuditProjection
 
EntityBasedAssociationAttribute - Class in org.hibernate.tuple.entity
Deprecated, for removal: This API element is subject to removal in a future version.
No direct replacement
EntityBasedAssociationAttribute(EntityPersister, SessionFactoryImplementor, int, String, AssociationType, BaselineAttributeInformation) - Constructor for class org.hibernate.tuple.entity.EntityBasedAssociationAttribute
Deprecated.
 
EntityBasedBasicAttribute - Class in org.hibernate.tuple.entity
Deprecated, for removal: This API element is subject to removal in a future version.
No direct replacement
EntityBasedBasicAttribute(EntityPersister, SessionFactoryImplementor, int, String, Type, BaselineAttributeInformation) - Constructor for class org.hibernate.tuple.entity.EntityBasedBasicAttribute
Deprecated.
 
EntityBasedCompositionAttribute - Class in org.hibernate.tuple.entity
Deprecated, for removal: This API element is subject to removal in a future version.
No direct replacement
EntityBasedCompositionAttribute(EntityPersister, SessionFactoryImplementor, int, String, CompositeType, BaselineAttributeInformation) - Constructor for class org.hibernate.tuple.entity.EntityBasedCompositionAttribute
Deprecated.
 
EntityBatchLoader<T> - Interface in org.hibernate.loader.ast.spi
BatchLoader specialization for entity fetching
EntityBatchLoaderArrayParam<T> - Class in org.hibernate.loader.ast.internal
SingleIdEntityLoaderSupport implementation based on using a single array parameter to pass the entire batch of ids.
EntityBatchLoaderArrayParam(int, EntityMappingType, SessionFactoryImplementor) - Constructor for class org.hibernate.loader.ast.internal.EntityBatchLoaderArrayParam
Instantiates the loader
EntityBatchLoaderInPredicate<T> - Class in org.hibernate.loader.ast.internal
An EntityBatchLoader using one or more SQL queries, which each initialize up to EntityBatchLoaderInPredicate.getSqlBatchSize() entities using a SQL IN predicate restriction - e.g., ... where id in (?,?,...).
EntityBatchLoaderInPredicate(int, EntityMappingType, SessionFactoryImplementor) - Constructor for class org.hibernate.loader.ast.internal.EntityBatchLoaderInPredicate
 
EntityBinder - Class in org.hibernate.boot.model.internal
Stateful binder responsible for interpreting information about an Entity class and producing a PersistentClass mapping model object.
EntityBinder() - Constructor for class org.hibernate.boot.model.internal.EntityBinder
Use as a fake one for Collection of elements
EntityBinder(XClass, PersistentClass, MetadataBuildingContext) - Constructor for class org.hibernate.boot.model.internal.EntityBinder
 
entityCacheHit(NavigableRole, String) - Method in class org.hibernate.stat.internal.StatisticsImpl
 
entityCacheHit(NavigableRole, String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a get from second level cache resulted in a hit.
entityCacheMiss(NavigableRole, String) - Method in class org.hibernate.stat.internal.StatisticsImpl
 
entityCacheMiss(NavigableRole, String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a get from second level cache resulted in a miss.
entityCachePut(NavigableRole, String) - Method in class org.hibernate.stat.internal.StatisticsImpl
 
entityCachePut(NavigableRole, String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a put into second level cache.
entityCalculated(String, String, SessionFactoryImplementor) - Static method in class org.hibernate.query.results.Builders
Creates a EntityResultBuilder that does not allow any further configuring of the mapping.
entityCalculated(String, String, LockMode, SessionFactoryImplementor) - Static method in class org.hibernate.query.results.Builders
Creates a EntityResultBuilder that does not allow any further configuring of the mapping.
entityChanged(Class, String, Object, RevisionType, Object) - Method in interface org.hibernate.envers.EntityTrackingRevisionListener
Called after audited entity data has been persisted.
entityChanged(Class, String, Object, RevisionType, Object) - Method in class org.hibernate.envers.internal.revisioninfo.DefaultRevisionInfoGenerator
 
entityChanged(Class, String, Object, RevisionType, Object) - Method in class org.hibernate.envers.internal.revisioninfo.DefaultTrackingModifiedEntitiesRevisionInfoGenerator
 
entityChanged(Class, String, Object, RevisionType, Object) - Method in interface org.hibernate.envers.internal.revisioninfo.RevisionInfoGenerator
 
entityChanged(Session, Object, AuditWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.EntityChangeNotifier
Notifies RevisionInfoGenerator about changes made in the current revision.
EntityChangeNotifier - Class in org.hibernate.envers.internal.synchronization
Notifies RevisionInfoGenerator about changes made in the current revision.
EntityChangeNotifier(RevisionInfoGenerator, SessionImplementor) - Constructor for class org.hibernate.envers.internal.synchronization.EntityChangeNotifier
 
entityClass - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntityResult
 
entityClass - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityResult
 
entityClassForEntityName(String) - Method in class org.hibernate.type.spi.TypeConfiguration
Workaround for an issue faced in EntityType.getReturnedClass().
entityClassName - Variable in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
EntityCollectionPart - Interface in org.hibernate.metamodel.mapping.internal
An entity-valued collection-part.
EntityCollectionPart.Cardinality - Enum in org.hibernate.metamodel.mapping.internal
 
EntityConfiguration - Class in org.hibernate.envers.internal.entities
Runtime representation of an entity that may or may not be audited.
EntityConfiguration(String, String, IdMappingData, ExtendedPropertyMapper, String) - Constructor for class org.hibernate.envers.internal.entities.EntityConfiguration
 
EntityCopyAllowedLoggedObserver - Class in org.hibernate.event.internal
An EntityCopyObserver implementation that allows multiple representations of the same persistent entity to be merged and provides logging of the entity copies that are detected.
EntityCopyAllowedObserver - Class in org.hibernate.event.internal
An EntityCopyObserver implementation that allows multiple representations of the same persistent entity to be merged.
entityCopyDetected(Object, Object, Object, EventSource) - Method in class org.hibernate.event.internal.EntityCopyAllowedLoggedObserver
 
entityCopyDetected(Object, Object, Object, EventSource) - Method in class org.hibernate.event.internal.EntityCopyAllowedObserver
 
entityCopyDetected(Object, Object, Object, EventSource) - Method in class org.hibernate.event.internal.EntityCopyNotAllowedObserver
 
entityCopyDetected(Object, Object, Object, EventSource) - Method in interface org.hibernate.event.spi.EntityCopyObserver
Called when more than one representation of the same persistent entity is being merged.
EntityCopyNotAllowedObserver - Class in org.hibernate.event.internal
 
EntityCopyObserver - Interface in org.hibernate.event.spi
An observer for detection of multiple entity representations for a persistent entity being merged.
entityCopyObserverFactory - Variable in class org.hibernate.internal.FastSessionServices
 
EntityCopyObserverFactory - Interface in org.hibernate.event.spi
 
EntityCopyObserverFactoryInitiator - Class in org.hibernate.event.internal
Looks for the configuration property "hibernate.event.merge.entity_copy_observer" and registers the matching EntityCopyObserverFactory based on the configuration value.
EntityCopyObserverFactoryInitiator() - Constructor for class org.hibernate.event.internal.EntityCopyObserverFactoryInitiator
 
EntityDataAccess - Interface in org.hibernate.cache.spi.access
Contract for managing transactional and concurrent access to cached entity data.
EntityDataCachingConfig - Interface in org.hibernate.cache.cfg.spi
Specialized DomainDataCachingConfig describing the requested caching config for a particular entity hierarchy's state data
EntityDataCachingConfigImpl - Class in org.hibernate.cache.cfg.internal
 
EntityDataCachingConfigImpl(NavigableRole, Supplier<Comparator>, boolean, AccessType) - Constructor for class org.hibernate.cache.cfg.internal.EntityDataCachingConfigImpl
 
EntityDelayedFetchImpl - Class in org.hibernate.sql.results.graph.entity.internal
 
EntityDelayedFetchImpl(FetchParent, ToOneAttributeMapping, NavigablePath, DomainResult<?>, boolean) - Constructor for class org.hibernate.sql.results.graph.entity.internal.EntityDelayedFetchImpl
 
EntityDelayedFetchInitializer - Class in org.hibernate.sql.results.graph.entity.internal
 
EntityDelayedFetchInitializer(FetchParentAccess, NavigablePath, ToOneAttributeMapping, boolean, DomainResultAssembler<?>) - Constructor for class org.hibernate.sql.results.graph.entity.internal.EntityDelayedFetchInitializer
 
EntityDelayedResultImpl - Class in org.hibernate.sql.results.graph.entity.internal
Selects just the FK and builds a proxy
EntityDelayedResultImpl(NavigablePath, EntityAssociationMapping, TableGroup, DomainResultCreationState) - Constructor for class org.hibernate.sql.results.graph.entity.internal.EntityDelayedResultImpl
 
EntityDeleteAction - Class in org.hibernate.action.internal
The action for performing an entity deletion.
EntityDeleteAction(Object, Object[], Object, Object, EntityPersister, boolean, EventSource) - Constructor for class org.hibernate.action.internal.EntityDeleteAction
Constructs an EntityDeleteAction.
EntityDeleteAction(Object, EntityPersister, EventSource) - Constructor for class org.hibernate.action.internal.EntityDeleteAction
Constructs an EntityDeleteAction for an unloaded proxy.
entityDescriptor() - Method in class org.hibernate.loader.ast.internal.AbstractNaturalIdLoader
 
EntityDiscriminatorMapping - Interface in org.hibernate.metamodel.mapping
Details about the discriminator for an entity hierarchy.
EntityDiscriminatorSqmPath<T> - Class in org.hibernate.metamodel.model.domain.internal
SqmPath specialization for an entity discriminator
EntityDiscriminatorSqmPath(NavigablePath, SqmPathSource, SqmPath<?>, EntityDomainType, EntityMappingType, NodeBuilder) - Constructor for class org.hibernate.metamodel.model.domain.internal.EntityDiscriminatorSqmPath
 
EntityDomainResultBuilder - Class in org.hibernate.procedure.internal
 
EntityDomainResultBuilder(EntityMappingType) - Constructor for class org.hibernate.procedure.internal.EntityDomainResultBuilder
 
EntityDomainType<J> - Interface in org.hibernate.metamodel.model.domain
Extension to the JPA EntityType contract.
entityElement() - Method in class org.hibernate.boot.model.source.internal.hbm.EntityHierarchySourceImpl
 
EntityEntry - Interface in org.hibernate.engine.spi
Information about the current state of a managed entity instance with respect to its persistent state.
EntityEntryContext - Class in org.hibernate.engine.internal
Defines a context for maintaining the relation between an entity associated with the Session ultimately owning this EntityEntryContext instance and that entity's corresponding EntityEntry.
EntityEntryContext(PersistenceContext) - Constructor for class org.hibernate.engine.internal.EntityEntryContext
Constructs a EntityEntryContext
EntityEntryContext.EntityEntryCrossRef - Interface in org.hibernate.engine.internal
EntityEntryExtraState - Interface in org.hibernate.engine.spi
Navigation methods for extra state objects attached to EntityEntry.
EntityEntryExtraStateHolder - Class in org.hibernate.engine.internal
Contains optional state from EntityEntry.
EntityEntryExtraStateHolder() - Constructor for class org.hibernate.engine.internal.EntityEntryExtraStateHolder
 
EntityEntryFactory - Interface in org.hibernate.engine.spi
Contract to build EntityEntry
EntityFetch - Interface in org.hibernate.sql.results.graph.entity
Specialization of Fetch for entity-valued fetches
EntityFetchJoinedImpl - Class in org.hibernate.sql.results.graph.entity.internal
 
EntityFetchJoinedImpl(EntityFetchJoinedImpl) - Constructor for class org.hibernate.sql.results.graph.entity.internal.EntityFetchJoinedImpl
For Hibernate Reactive
EntityFetchJoinedImpl(FetchParent, EntityCollectionPart, TableGroup, NavigablePath, DomainResultCreationState) - Constructor for class org.hibernate.sql.results.graph.entity.internal.EntityFetchJoinedImpl
 
EntityFetchJoinedImpl(FetchParent, ToOneAttributeMapping, TableGroup, DomainResult<?>, NavigablePath, DomainResultCreationState) - Constructor for class org.hibernate.sql.results.graph.entity.internal.EntityFetchJoinedImpl
 
EntityFetchSelectImpl - Class in org.hibernate.sql.results.graph.entity.internal
An eager entity fetch performed as a subsequent (n+1) select
EntityFetchSelectImpl(EntityFetchSelectImpl) - Constructor for class org.hibernate.sql.results.graph.entity.internal.EntityFetchSelectImpl
For Hibernate Reactive
EntityFetchSelectImpl(FetchParent, ToOneAttributeMapping, NavigablePath, DomainResult<?>, boolean, DomainResultCreationState) - Constructor for class org.hibernate.sql.results.graph.entity.internal.EntityFetchSelectImpl
 
EntityGraphQueryHint - Class in org.hibernate.engine.query.spi
Deprecated.
use AppliedGraph instead
EntityGraphQueryHint(AppliedGraph) - Constructor for class org.hibernate.engine.query.spi.EntityGraphQueryHint
Deprecated.
 
EntityGraphs - Class in org.hibernate.graph
A collection of EntityGraph utilities.
EntityGraphs() - Constructor for class org.hibernate.graph.EntityGraphs
 
EntityGraphTraversalState - Interface in org.hibernate.sql.results.graph
State used as part of applying entity graphs to Hibernate DomainResult / Fetch load graphs.
EntityGraphTraversalState.FetchStrategy - Class in org.hibernate.sql.results.graph
 
EntityGraphTraversalState.TraversalResult - Class in org.hibernate.sql.results.graph
Details of a particular traversal within the entity graph
EntityHierarchyBuilder - Class in org.hibernate.boot.model.source.internal.hbm
Helper for dealing with entity inheritance hierarchies in hbm.xml processing.
EntityHierarchyBuilder() - Constructor for class org.hibernate.boot.model.source.internal.hbm.EntityHierarchyBuilder
 
EntityHierarchySource - Interface in org.hibernate.boot.model.source.spi
Models the source-agnostic view of an entity hierarchy.
EntityHierarchySourceImpl - Class in org.hibernate.boot.model.source.internal.hbm
Models an entity hierarchy as defined by hbm.xml documents
EntityHierarchySourceImpl(RootEntitySourceImpl, MappingDocument) - Constructor for class org.hibernate.boot.model.source.internal.hbm.EntityHierarchySourceImpl
 
EntityHolder - Interface in org.hibernate.engine.spi
Holder for an entry in the PersistenceContext for an EntityKey.
entityIdentifier - Variable in class org.hibernate.sql.results.graph.entity.internal.EntitySelectFetchInitializer
 
EntityIdentifierMapping - Interface in org.hibernate.metamodel.mapping
Describes the mapping of an entity's identifier.
EntityIdentifierMapping.Nature - Enum in org.hibernate.metamodel.mapping
The style of identifier used.
EntityIdentifierNature - Enum in org.hibernate.id
Describes the possible natures of an entity-defined identifier.
EntityIdentifierNavigablePath - Class in org.hibernate.spi
Specialized implementation of NavigablePath for handling special cases pertaining to entity identifiers.
EntityIdentifierNavigablePath(NavigablePath, String) - Constructor for class org.hibernate.spi.EntityIdentifierNavigablePath
 
EntityIdentifierNavigablePath(NavigablePath, String, String) - Constructor for class org.hibernate.spi.EntityIdentifierNavigablePath
 
entityIdentifierValueBindingExists(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
EntityIdentityInsertAction - Class in org.hibernate.action.internal
The action for performing entity insertions when entity is using IDENTITY column identifier generation
EntityIdentityInsertAction(Object[], Object, EntityPersister, boolean, EventSource, boolean) - Constructor for class org.hibernate.action.internal.EntityIdentityInsertAction
Constructs an EntityIdentityInsertAction
EntityIdExpressionContext(HqlParser.PrimaryExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.EntityIdExpressionContext
 
entityIdReference() - Method in class org.hibernate.grammars.hql.HqlParser.EntityIdExpressionContext
 
entityIdReference() - Method in class org.hibernate.grammars.hql.HqlParser
 
EntityIdReferenceContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.EntityIdReferenceContext
 
EntityIncrementVersionProcess - Class in org.hibernate.action.internal
A BeforeTransactionCompletionProcess implementation to verify and increment an entity version as party of before-transaction-completion processing.
EntityIncrementVersionProcess(Object) - Constructor for class org.hibernate.action.internal.EntityIncrementVersionProcess
Constructs an EntityIncrementVersionProcess for the given entity.
EntityInfo - Interface in org.hibernate.boot.jaxb.hbm.spi
Common interface for all entity mappings (root entity and sub-entity mappings).
EntityInfo(Class, String, boolean) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.AbstractToOneMapper.EntityInfo
 
EntityInitializer - Interface in org.hibernate.sql.results.graph.entity
Initializer implementation for initializing entity references.
EntityInsertAction - Class in org.hibernate.action.internal
The action for performing an entity insertion, for entities not defined to use IDENTITY generation.
EntityInsertAction(Object, Object[], Object, Object, EntityPersister, boolean, EventSource) - Constructor for class org.hibernate.action.internal.EntityInsertAction
Constructs an EntityInsertAction.
entityInstance - Variable in class org.hibernate.sql.results.graph.entity.internal.EntitySelectFetchInitializer
 
entityInstantiator - Variable in class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.AbstractCollectionInitializor
 
entityInstantiator - Variable in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
EntityInstantiator - Class in org.hibernate.envers.internal.entities
 
EntityInstantiator - Interface in org.hibernate.metamodel.spi
Contract for instantiating entity values
EntityInstantiator(EnversService, AuditReaderImplementor) - Constructor for class org.hibernate.envers.internal.entities.EntityInstantiator
 
EntityInstantiatorDynamicMap - Class in org.hibernate.metamodel.internal
Support for instantiating entity values as dynamic-map representation
EntityInstantiatorDynamicMap(PersistentClass) - Constructor for class org.hibernate.metamodel.internal.EntityInstantiatorDynamicMap
 
EntityInstantiatorPojoOptimized - Class in org.hibernate.metamodel.internal
Support for instantiating entity values as POJO representation using bytecode optimizer
EntityInstantiatorPojoOptimized(EntityMetamodel, PersistentClass, JavaType<?>, ReflectionOptimizer.InstantiationOptimizer) - Constructor for class org.hibernate.metamodel.internal.EntityInstantiatorPojoOptimized
 
EntityInstantiatorPojoStandard - Class in org.hibernate.metamodel.internal
Support for instantiating entity values as POJO representation
EntityInstantiatorPojoStandard(EntityMetamodel, PersistentClass, JavaType<?>) - Constructor for class org.hibernate.metamodel.internal.EntityInstantiatorPojoStandard
 
entityIsDetached(MergeEvent, Object, Object, MergeContext) - Method in class org.hibernate.event.internal.DefaultMergeEventListener
 
entityIsDetached(SaveOrUpdateEvent) - Method in class org.hibernate.event.internal.DefaultSaveOrUpdateEventListener
Deprecated.
The given save-update event named a detached entity.
entityIsPersistent(MergeEvent, MergeContext) - Method in class org.hibernate.event.internal.DefaultMergeEventListener
 
entityIsPersistent(PersistEvent, PersistContext) - Method in class org.hibernate.event.internal.DefaultPersistEventListener
 
entityIsPersistent(SaveOrUpdateEvent) - Method in class org.hibernate.event.internal.DefaultSaveOrUpdateEventListener
Deprecated.
 
entityIsTransient(MergeEvent, Object, MergeContext) - Method in class org.hibernate.event.internal.DefaultMergeEventListener
 
entityIsTransient(PersistEvent, PersistContext) - Method in class org.hibernate.event.internal.DefaultPersistEventListener
Handle the given create event.
entityIsTransient(SaveOrUpdateEvent) - Method in class org.hibernate.event.internal.DefaultSaveOrUpdateEventListener
Deprecated.
The given save-update event named a transient entity.
EntityJavaType<T> - Class in org.hibernate.type.descriptor.java.spi
Uses object identity for equals/hashCode as we ensure that internally.
EntityJavaType(Class<T>, MutabilityPlan<T>) - Constructor for class org.hibernate.type.descriptor.java.spi.EntityJavaType
 
EntityJoinedFetchInitializer - Class in org.hibernate.sql.results.graph.entity.internal
 
EntityJoinedFetchInitializer(EntityResultGraphNode, EntityValuedFetchable, NavigablePath, LockMode, NotFoundAction, DomainResult<?>, DomainResult<Object>, Fetch, Fetch, AssemblerCreationState) - Constructor for class org.hibernate.sql.results.graph.entity.internal.EntityJoinedFetchInitializer
 
entityKey - Variable in class org.hibernate.sql.results.graph.entity.internal.AbstractBatchEntitySelectFetchInitializer
 
EntityKey - Class in org.hibernate.engine.spi
Uniquely identifies of an entity instance in a particular Session by identifier.
EntityKey(Object, EntityPersister) - Constructor for class org.hibernate.engine.spi.EntityKey
Construct a unique identifier for an entity class instance.
entityListener - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntityListeners
 
entityListener - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityListeners
 
EntityListener - Class in org.hibernate.jpamodelgen.xml.jaxb
Defines an entity listener to be invoked at lifecycle events for the entities that list this listener.
EntityListener() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
 
entityListeners - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
entityListeners - Variable in class org.hibernate.boot.jaxb.mapping.JaxbMappedSuperclass
 
entityListeners - Variable in class org.hibernate.boot.jaxb.mapping.JaxbPersistenceUnitDefaults
 
entityListeners - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
entityListeners - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
 
entityListeners - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
 
EntityListeners - Class in org.hibernate.jpamodelgen.xml.jaxb
 
EntityListeners() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.EntityListeners
 
EntityLoader - Interface in org.hibernate.loader.ast.spi
Specialization of Loader for loading entities of a type
EntityLoadingLogging - Interface in org.hibernate.sql.results.graph.entity
 
ENTITYMANAGER_FACTORY_KEY - Static variable in class org.hibernate.testing.orm.junit.EntityManagerFactoryScopeExtension
 
entityManagerClosedBySomeoneElse(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
entityManagerFactory() - Method in class org.hibernate.testing.orm.junit.EntityManagerFactoryBasedFunctionalTest
 
entityManagerFactoryAlreadyRegistered(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
EntityManagerFactoryBasedFunctionalTest - Class in org.hibernate.testing.orm.junit
 
EntityManagerFactoryBasedFunctionalTest() - Constructor for class org.hibernate.testing.orm.junit.EntityManagerFactoryBasedFunctionalTest
 
EntityManagerFactoryBasedFunctionalTest.TestingPersistenceUnitDescriptorImpl - Class in org.hibernate.testing.orm.junit
 
EntityManagerFactoryBuilder - Interface in org.hibernate.jpa.boot.spi
Represents a two-phase JPA bootstrap process for building a Hibernate EntityManagerFactory.
EntityManagerFactoryBuilderImpl - Class in org.hibernate.jpa.boot.internal
 
EntityManagerFactoryBuilderImpl(PersistenceUnitDescriptor, Map<String, Object>) - Constructor for class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl
 
EntityManagerFactoryBuilderImpl(PersistenceUnitDescriptor, Map<String, Object>, ClassLoader) - Constructor for class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl
 
EntityManagerFactoryBuilderImpl(PersistenceUnitDescriptor, Map<String, Object>, Consumer<EntityManagerFactoryBuilderImpl.MergedSettings>) - Constructor for class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl
For tests only
EntityManagerFactoryBuilderImpl(PersistenceUnitDescriptor, Map<String, Object>, ClassLoaderService) - Constructor for class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl
 
EntityManagerFactoryBuilderImpl.MergedSettings - Class in org.hibernate.jpa.boot.internal
 
entityManagerFactoryBuilt(EntityManagerFactory) - Method in class org.hibernate.testing.orm.junit.EntityManagerFactoryBasedFunctionalTest
 
EntityManagerFactoryExtension - Class in org.hibernate.testing.orm.junit
hibernate-testing implementation of a few JUnit5 contracts to support SessionFactory-based testing, including argument injection (or see SessionFactoryScopeAware)
EntityManagerFactoryExtension() - Constructor for class org.hibernate.testing.orm.junit.EntityManagerFactoryExtension
 
EntityManagerFactoryParameterResolver - Class in org.hibernate.testing.orm.junit
 
EntityManagerFactoryParameterResolver() - Constructor for class org.hibernate.testing.orm.junit.EntityManagerFactoryParameterResolver
 
EntityManagerFactoryProducer - Interface in org.hibernate.testing.orm.junit
Contract for something that can build a SessionFactory.
entityManagerFactoryScope() - Method in class org.hibernate.testing.orm.junit.EntityManagerFactoryBasedFunctionalTest
 
EntityManagerFactoryScope - Interface in org.hibernate.testing.orm.junit
 
EntityManagerFactoryScopeContainer - Interface in org.hibernate.testing.orm.junit
The keystone in EntityManagerFactoryScopeExtension support.
EntityManagerFactoryScopeExtension - Class in org.hibernate.testing.orm.junit
The thing that actually manages lifecycle of the EntityManagerFactory related to a test class.
EntityManagerFactoryScopeExtension() - Constructor for class org.hibernate.testing.orm.junit.EntityManagerFactoryScopeExtension
 
EntityManagerMessageLogger - Interface in org.hibernate.internal
MessageLogger originally for the no-longer existing hibernate-entitymanager module.
entityMappedAsNonAbstract(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
EntityMappingData - Class in org.hibernate.envers.configuration.internal.metadata
 
EntityMappingData() - Constructor for class org.hibernate.envers.configuration.internal.metadata.EntityMappingData
 
EntityMappings - Class in org.hibernate.jpamodelgen.xml.jaxb
The entity-mappings element is the root element of a mapping file.
EntityMappings() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
 
EntityMappingType - Interface in org.hibernate.metamodel.mapping
Mapping of an entity
EntityMappingType.ConstraintOrderedTableConsumer - Interface in org.hibernate.metamodel.mapping
 
EntityMetamodel - Class in org.hibernate.tuple.entity
Deprecated, for removal: This API element is subject to removal in a future version.
Replaced by EntityMappingType. EntityMetamodel was a first attempt at what has become EntityMappingType
EntityMetamodel(PersistentClass, EntityPersister, RuntimeModelCreationContext) - Constructor for class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
EntityMetamodel(PersistentClass, EntityPersister, PersisterCreationContext) - Constructor for class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
entityMode - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTuplizerType
 
EntityMultiLoader<T> - Interface in org.hibernate.loader.ast.spi
Commonality for multi-loading an entity
EntityMutationOperationGroup - Interface in org.hibernate.sql.model
 
EntityMutationOperationGroupStandard - Class in org.hibernate.sql.model.internal
 
EntityMutationTarget - Interface in org.hibernate.persister.entity.mutation
Anything that can be the target of mutations
entityName - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant
 
entityName - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
 
entityName - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
 
entityName - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
 
entityName - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
entityName - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
entityName - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
 
entityName - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
 
entityName - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
 
entityName - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
entityName - Variable in class org.hibernate.envers.internal.entities.mapper.relation.query.AbstractRelationQueryGenerator
 
entityName - Variable in class org.hibernate.envers.internal.synchronization.work.AbstractAuditWorkUnit
 
entityName - Variable in class org.hibernate.envers.query.internal.impl.AbstractAuditAssociationQuery
 
entityName - Variable in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
entityName() - Method in class org.hibernate.grammars.hql.HqlParser.CrossJoinContext
 
entityName() - Method in class org.hibernate.grammars.hql.HqlParser
 
entityName() - Method in class org.hibernate.grammars.hql.HqlParser.RootEntityContext
 
entityName() - Method in class org.hibernate.grammars.hql.HqlParser.TargetEntityContext
 
EntityNameContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.EntityNameContext
 
EntityNameResolver - Interface in org.hibernate
An object capable of determining the entity name for a given entity instance.
EntityNameUse - Class in org.hibernate.persister.entity
Describes the kind of entity name use.
EntityNameUse.UseKind - Enum in org.hibernate.persister.entity
 
EntityNaming - Interface in org.hibernate.boot.model.naming
 
EntityNamingSource - Interface in org.hibernate.boot.model.source.spi
Naming information about an entity.
EntityNamingSourceContributor - Interface in org.hibernate.boot.model.source.spi
 
EntityNaturalIdExpressionContext(HqlParser.PrimaryExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.EntityNaturalIdExpressionContext
 
entityNaturalIdReference() - Method in class org.hibernate.grammars.hql.HqlParser.EntityNaturalIdExpressionContext
 
entityNaturalIdReference() - Method in class org.hibernate.grammars.hql.HqlParser
 
EntityNaturalIdReferenceContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.EntityNaturalIdReferenceContext
 
EntityNonStrictReadWriteAccess - Class in org.hibernate.cache.spi.support
Standard support for EntityDataAccess using the AccessType.NONSTRICT_READ_WRITE access type.
EntityNonStrictReadWriteAccess(DomainDataRegion, CacheKeysFactory, DomainDataStorageAccess, EntityDataCachingConfig) - Constructor for class org.hibernate.cache.spi.support.EntityNonStrictReadWriteAccess
 
EntityNotFoundDelegate - Interface in org.hibernate.proxy
Delegate to handle the scenario of an entity not found by a specified id.
EntityOfArrays - Class in org.hibernate.testing.orm.domain.gambit
 
EntityOfArrays() - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityOfArrays
 
EntityOfArrays(Integer, String) - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityOfArrays
 
EntityOfBasics - Class in org.hibernate.testing.orm.domain.gambit
 
EntityOfBasics() - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
EntityOfBasics(Integer) - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
EntityOfBasics.Gender - Enum in org.hibernate.testing.orm.domain.gambit
 
EntityOfBasics.GenderConverter - Class in org.hibernate.testing.orm.domain.gambit
 
EntityOfBasics.MutableValueConverter - Class in org.hibernate.testing.orm.domain.gambit
 
EntityOfComposites - Class in org.hibernate.testing.orm.domain.gambit
 
EntityOfComposites() - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityOfComposites
 
EntityOfComposites(Integer) - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityOfComposites
 
EntityOfComposites(Integer, String, Component) - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityOfComposites
 
EntityOfComposites(Integer, Component) - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityOfComposites
 
EntityOfDynamicComponent - Class in org.hibernate.testing.orm.domain.gambit
 
EntityOfDynamicComponent() - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityOfDynamicComponent
 
EntityOfLists - Class in org.hibernate.testing.orm.domain.gambit
 
EntityOfLists() - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityOfLists
 
EntityOfLists(Integer, String) - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityOfLists
 
EntityOfMaps - Class in org.hibernate.testing.orm.domain.gambit
 
EntityOfMaps() - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
EntityOfMaps(Integer, String) - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
EntityOfSets - Class in org.hibernate.testing.orm.domain.gambit
 
EntityOfSets() - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityOfSets
 
EntityOfSets(Integer, String) - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityOfSets
 
EntityOrMappedSuperclass - Interface in org.hibernate.boot.jaxb.mapping
JAXB binding interface for commonality between entity and mapped-superclass mappings
entityPersister - Variable in class org.hibernate.persister.entity.mutation.AbstractMutationCoordinator
 
entityPersister() - Method in class org.hibernate.loader.internal.BaseNaturalIdLoadAccessImpl
 
entityPersister() - Method in class org.hibernate.persister.entity.mutation.AbstractMutationCoordinator
 
entityPersister(Class<?>) - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
entityPersister(Class<?>) - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
entityPersister(String) - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
entityPersister(String) - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
EntityPersister - Interface in org.hibernate.persister.entity
A strategy for persisting a mapped entity class.
EntityPersister(String, TypeElement, ProcessorSessionFactory) - Constructor for class org.hibernate.jpamodelgen.validation.ProcessorSessionFactory.EntityPersister
 
EntityPersisterConcurrentMap - Class in org.hibernate.metamodel.model.domain.internal
Concurrent Map implementation of mappings entity name -> EntityPersister.
EntityPersisterConcurrentMap() - Constructor for class org.hibernate.metamodel.model.domain.internal.EntityPersisterConcurrentMap
 
entityPersisters() - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
entityPersisters() - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
EntityPrinter - Class in org.hibernate.internal.util
Renders entities and query parameters to a nicely readable string.
EntityPrinter(SessionFactoryImplementor) - Constructor for class org.hibernate.internal.util.EntityPrinter
 
EntityPropertyName - Class in org.hibernate.envers.query.internal.property
Used for specifying restrictions on a property of an audited entity.
EntityPropertyName(String) - Constructor for class org.hibernate.envers.query.internal.property.EntityPropertyName
 
EntityReadOnlyAccess - Class in org.hibernate.cache.spi.support
Standard support for EntityDataAccess using the AccessType.READ_ONLY access type.
EntityReadOnlyAccess(DomainDataRegion, CacheKeysFactory, DomainDataStorageAccess, EntityDataCachingConfig) - Constructor for class org.hibernate.cache.spi.support.EntityReadOnlyAccess
 
EntityReadWriteAccess - Class in org.hibernate.cache.spi.support
Standard support for EntityDataAccess using the AccessType.READ_WRITE access type.
EntityReadWriteAccess(DomainDataRegion, CacheKeysFactory, DomainDataStorageAccess, EntityDataCachingConfig) - Constructor for class org.hibernate.cache.spi.support.EntityReadWriteAccess
 
EntityRepresentationStrategy - Interface in org.hibernate.metamodel.spi
Specialization of ManagedTypeRepresentationStrategy for an entity type adding the ability to generate an instantiator and a proxy factory
EntityRepresentationStrategyMap - Class in org.hibernate.metamodel.internal
 
EntityRepresentationStrategyMap(PersistentClass, RuntimeModelCreationContext) - Constructor for class org.hibernate.metamodel.internal.EntityRepresentationStrategyMap
 
EntityRepresentationStrategyPojoStandard - Class in org.hibernate.metamodel.internal
 
EntityRepresentationStrategyPojoStandard(PersistentClass, EntityPersister, RuntimeModelCreationContext) - Constructor for class org.hibernate.metamodel.internal.EntityRepresentationStrategyPojoStandard
 
entityResult - Variable in class org.hibernate.boot.jaxb.mapping.JaxbSqlResultSetMapping
 
entityResult - Variable in class org.hibernate.jpamodelgen.xml.jaxb.SqlResultSetMapping
 
EntityResult - Class in org.hibernate.jpamodelgen.xml.jaxb
 
EntityResult - Interface in org.hibernate.sql.results.graph.entity
Specialization of DomainResult for entity-valued results
EntityResult() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.EntityResult
 
EntityResultDescriptor(EntityResult) - Constructor for class org.hibernate.boot.query.SqlResultSetMappingDescriptor.EntityResultDescriptor
 
EntityResultDescriptor(JaxbHbmNativeQueryReturnType, Supplier<Map<String, Map<String, HbmResultSetMappingDescriptor.JoinDescriptor>>>, String, MetadataBuildingContext) - Constructor for class org.hibernate.boot.query.HbmResultSetMappingDescriptor.EntityResultDescriptor
 
EntityResultGraphNode - Interface in org.hibernate.sql.results.graph.entity
Represents a reference to an entity either as a return, fetch, or collection element or index.
EntityResultImpl - Class in org.hibernate.query.results.complete
 
EntityResultImpl - Class in org.hibernate.sql.results.graph.entity.internal
Standard ReturnEntity impl
EntityResultImpl(NavigablePath, EntityValuedModelPart, String, LockMode, Function<EntityResultImpl, BasicFetch<?>>, DomainResultCreationState) - Constructor for class org.hibernate.query.results.complete.EntityResultImpl
 
EntityResultImpl(NavigablePath, EntityValuedModelPart, TableGroup, String) - Constructor for class org.hibernate.sql.results.graph.entity.internal.EntityResultImpl
 
EntityResultInitializer - Class in org.hibernate.sql.results.graph.entity.internal
Initializer for cases where the entity is a root domain selection
EntityResultInitializer(EntityResultGraphNode, NavigablePath, LockMode, Fetch, BasicFetch<?>, DomainResult<Object>, AssemblerCreationState) - Constructor for class org.hibernate.sql.results.graph.entity.internal.EntityResultInitializer
 
EntityResultJoinedSubclassImpl - Class in org.hibernate.sql.results.graph.entity.internal
 
EntityResultJoinedSubclassImpl(NavigablePath, EntityValuedModelPart, TableGroup, String) - Constructor for class org.hibernate.sql.results.graph.entity.internal.EntityResultJoinedSubclassImpl
 
EntityRowIdMapping - Interface in org.hibernate.metamodel.mapping
Mapping of a row-id
EntityRowIdMappingImpl - Class in org.hibernate.metamodel.mapping.internal
 
EntityRowIdMappingImpl(String, String, EntityMappingType) - Constructor for class org.hibernate.metamodel.mapping.internal.EntityRowIdMappingImpl
 
EntitySelectFetchByUniqueKeyInitializer - Class in org.hibernate.sql.results.graph.entity.internal
 
EntitySelectFetchByUniqueKeyInitializer(FetchParentAccess, ToOneAttributeMapping, NavigablePath, EntityPersister, DomainResultAssembler<?>) - Constructor for class org.hibernate.sql.results.graph.entity.internal.EntitySelectFetchByUniqueKeyInitializer
 
EntitySelectFetchInitializer - Class in org.hibernate.sql.results.graph.entity.internal
 
EntitySelectFetchInitializer(FetchParentAccess, ToOneAttributeMapping, NavigablePath, EntityPersister, DomainResultAssembler<?>) - Constructor for class org.hibernate.sql.results.graph.entity.internal.EntitySelectFetchInitializer
 
EntitySelectFetchInitializer.State - Enum in org.hibernate.sql.results.graph.entity.internal
 
EntitySelectFetchInitializerBuilder - Class in org.hibernate.sql.results.graph.entity.internal
 
EntitySelectFetchInitializerBuilder() - Constructor for class org.hibernate.sql.results.graph.entity.internal.EntitySelectFetchInitializerBuilder
 
EntitySource - Interface in org.hibernate.boot.model.source.spi
Contract describing source of information related to mapping an entity.
EntitySqmPathSource<J> - Class in org.hibernate.metamodel.model.domain.internal
 
EntitySqmPathSource(String, SqmPathSource<J>, EntityDomainType<J>, Bindable.BindableType, boolean) - Constructor for class org.hibernate.metamodel.model.domain.internal.EntitySqmPathSource
 
EntityState - Enum in org.hibernate.event.internal
 
EntityStatistics - Interface in org.hibernate.stat
Entity-related statistics.
EntityStatisticsImpl - Class in org.hibernate.stat.internal
Entity related statistics
EntityTableMapping - Class in org.hibernate.persister.entity.mutation
Descriptor for the mapping of a table relative to an entity
EntityTableMapping(String, int, EntityTableMapping.KeyMapping, boolean, boolean, boolean, int[], Expectation, String, boolean, Expectation, String, boolean, boolean, Expectation, String, boolean, boolean, boolean) - Constructor for class org.hibernate.persister.entity.mutation.EntityTableMapping
 
EntityTableMapping.KeyColumn - Class in org.hibernate.persister.entity.mutation
 
EntityTableMapping.KeyMapping - Class in org.hibernate.persister.entity.mutation
 
EntityTableMapping.KeyValueConsumer - Interface in org.hibernate.persister.entity.mutation
 
EntityTools - Class in org.hibernate.envers.internal.tools
 
EntityTools() - Constructor for class org.hibernate.envers.internal.tools.EntityTools
 
EntityTrackingRevisionListener - Interface in org.hibernate.envers
Extension of standard RevisionListener that notifies whenever an entity instance has been added, modified or removed within current revision boundaries.
EntityTransactionalAccess - Class in org.hibernate.cache.spi.support
 
EntityTransactionalAccess(DomainDataRegion, CacheKeysFactory, DomainDataStorageAccess, EntityDataCachingConfig) - Constructor for class org.hibernate.cache.spi.support.EntityTransactionalAccess
 
entityType(Class<?>) - Static method in class org.hibernate.envers.query.AuditEntity
Adds a restriction for the type of the current entity.
entityType(String) - Static method in class org.hibernate.envers.query.AuditEntity
Adds a restriction for the type of the current entity.
entityType(String, Class<?>) - Static method in class org.hibernate.envers.query.AuditEntity
Adds a restriction for the type of the entity of the specified alias.
entityType(String, String) - Static method in class org.hibernate.envers.query.AuditEntity
Adds a restriction for the type of the entity of the specified alias.
EntityType - Class in org.hibernate.type
Base for types which map associations to persistent entities.
EntityType(EntityType, String) - Constructor for class org.hibernate.type.EntityType
 
EntityType(TypeConfiguration, String, boolean, String, boolean, boolean) - Constructor for class org.hibernate.type.EntityType
Constructs the requested entity type mapping.
EntityTypeAuditExpression - Class in org.hibernate.envers.query.criteria.internal
 
EntityTypeAuditExpression(String, String) - Constructor for class org.hibernate.envers.query.criteria.internal.EntityTypeAuditExpression
 
EntityTypeException - Exception in org.hibernate.query.sqm
Indicates that a reference to an entity, that is, a given entity name or Java class object, did not resolve to a known mapped entity type.
EntityTypeException(String, String) - Constructor for exception org.hibernate.query.sqm.EntityTypeException
 
EntityTypeExpressionContext(HqlParser.PrimaryExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.EntityTypeExpressionContext
 
EntityTypeImpl<J> - Class in org.hibernate.metamodel.model.domain.internal
Implementation of EntityType.
EntityTypeImpl(String, String, boolean, boolean, boolean, JavaType<J>, IdentifiableDomainType<? super J>, JpaMetamodelImplementor) - Constructor for class org.hibernate.metamodel.model.domain.internal.EntityTypeImpl
 
EntityTypeImpl(JavaType<J>, IdentifiableDomainType<? super J>, PersistentClass, JpaMetamodelImplementor) - Constructor for class org.hibernate.metamodel.model.domain.internal.EntityTypeImpl
 
EntityTypeImpl(JavaType<J>, JpaMetamodelImplementor) - Constructor for class org.hibernate.metamodel.model.domain.internal.EntityTypeImpl
 
EntityTypeLiteral - Class in org.hibernate.sql.ast.tree.expression
 
EntityTypeLiteral(EntityPersister) - Constructor for class org.hibernate.sql.ast.tree.expression.EntityTypeLiteral
 
entityTypeReference() - Method in class org.hibernate.grammars.hql.HqlParser.EntityTypeExpressionContext
 
entityTypeReference() - Method in class org.hibernate.grammars.hql.HqlParser
 
EntityTypeReferenceContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.EntityTypeReferenceContext
 
EntityUniqueKey - Class in org.hibernate.engine.spi
Used to uniquely key an entity instance in relation to a particular session by some unique property reference, as opposed to identifier.
EntityUniqueKey(String, String, Object, Type, SessionFactoryImplementor) - Constructor for class org.hibernate.engine.spi.EntityUniqueKey
 
EntityUpdateAction - Class in org.hibernate.action.internal
The action for performing entity updates.
EntityUpdateAction(Object, Object[], int[], boolean, Object[], Object, Object, Object, Object, EntityPersister, EventSource) - Constructor for class org.hibernate.action.internal.EntityUpdateAction
Constructs an EntityUpdateAction
EntityValuedFetchable - Interface in org.hibernate.sql.results.graph.entity
Fetchable which is entity-valued
EntityValuedModelPart - Interface in org.hibernate.metamodel.mapping
Entity-valued model part ManyToOne OneToOne entity-valued collection element entity-valued Map key
EntityValuedPathInterpretation<T> - Class in org.hibernate.query.sqm.sql.internal
 
EntityValuedPathInterpretation(Expression, NavigablePath, TableGroup, EntityValuedModelPart) - Constructor for class org.hibernate.query.sqm.sql.internal.EntityValuedPathInterpretation
 
EntityVerifyVersionProcess - Class in org.hibernate.action.internal
A BeforeTransactionCompletionProcess impl to verify an entity version as part of before-transaction-completion processing.
EntityVerifyVersionProcess(Object) - Constructor for class org.hibernate.action.internal.EntityVerifyVersionProcess
Constructs an EntityVerifyVersionProcess
EntityVersionExpressionContext(HqlParser.PrimaryExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.EntityVersionExpressionContext
 
EntityVersionMapping - Interface in org.hibernate.metamodel.mapping
Describes the mapping of an entity's version
EntityVersionMappingImpl - Class in org.hibernate.metamodel.mapping.internal
 
EntityVersionMappingImpl(RootClass, Supplier<?>, String, String, String, String, Long, Integer, Integer, BasicType<?>, EntityMappingType, MappingModelCreationProcess) - Constructor for class org.hibernate.metamodel.mapping.internal.EntityVersionMappingImpl
 
entityVersionReference() - Method in class org.hibernate.grammars.hql.HqlParser.EntityVersionExpressionContext
 
entityVersionReference() - Method in class org.hibernate.grammars.hql.HqlParser
 
EntityVersionReferenceContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.EntityVersionReferenceContext
 
EntityWithAggregateId - Class in org.hibernate.testing.orm.domain.gambit
 
EntityWithAggregateId() - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithAggregateId
 
EntityWithAggregateId(EntityWithAggregateId.Key, String) - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithAggregateId
 
EntityWithAggregateId.Key - Class in org.hibernate.testing.orm.domain.gambit
 
entityWithJoins() - Method in class org.hibernate.grammars.hql.HqlParser
 
entityWithJoins() - Method in class org.hibernate.grammars.hql.HqlParser.FromClauseContext
 
entityWithJoins(int) - Method in class org.hibernate.grammars.hql.HqlParser.FromClauseContext
 
EntityWithJoinsContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.EntityWithJoinsContext
 
EntityWithLazyManyToOneSelfReference - Class in org.hibernate.testing.orm.domain.gambit
 
EntityWithLazyManyToOneSelfReference(Integer, String, Integer) - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithLazyManyToOneSelfReference
 
EntityWithLazyManyToOneSelfReference(Integer, String, Integer, EntityWithLazyManyToOneSelfReference) - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithLazyManyToOneSelfReference
 
EntityWithLazyManyToOneSelfReference(Integer, String, EntityWithLazyManyToOneSelfReference, Integer) - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithLazyManyToOneSelfReference
 
EntityWithLazyOneToOne - Class in org.hibernate.testing.orm.domain.gambit
 
EntityWithLazyOneToOne() - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithLazyOneToOne
 
EntityWithLazyOneToOne(Integer, String, Integer) - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithLazyOneToOne
 
EntityWithManyToOneJoinTable - Class in org.hibernate.testing.orm.domain.gambit
 
EntityWithManyToOneJoinTable() - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneJoinTable
 
EntityWithManyToOneJoinTable(Integer, String, Integer) - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneJoinTable
 
EntityWithManyToOneSelfReference - Class in org.hibernate.testing.orm.domain.gambit
 
EntityWithManyToOneSelfReference(Integer, String, Integer) - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneSelfReference
 
EntityWithManyToOneSelfReference(Integer, String, Integer, EntityWithManyToOneSelfReference) - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneSelfReference
 
EntityWithManyToOneSelfReference(Integer, String, EntityWithManyToOneSelfReference, Integer) - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneSelfReference
 
EntityWithManyToOneWithoutJoinTable - Class in org.hibernate.testing.orm.domain.gambit
 
EntityWithManyToOneWithoutJoinTable(Integer, Integer) - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneWithoutJoinTable
 
EntityWithNonIdAttributeNamedId - Class in org.hibernate.testing.orm.domain.gambit
 
EntityWithNonIdAttributeNamedId() - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithNonIdAttributeNamedId
 
EntityWithNotAggregateId - Class in org.hibernate.testing.orm.domain.gambit
 
EntityWithNotAggregateId() - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithNotAggregateId
 
EntityWithNotAggregateId.PK - Class in org.hibernate.testing.orm.domain.gambit
 
EntityWithOneToMany - Class in org.hibernate.testing.orm.domain.gambit
 
EntityWithOneToMany() - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithOneToMany
 
EntityWithOneToMany(Integer, String, Integer) - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithOneToMany
 
EntityWithOneToManyNotOwned - Class in org.hibernate.testing.orm.domain.gambit
 
EntityWithOneToManyNotOwned() - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithOneToManyNotOwned
 
EntityWithOneToOne - Class in org.hibernate.testing.orm.domain.gambit
 
EntityWithOneToOne() - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOne
 
EntityWithOneToOne(Integer, String, Integer) - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOne
 
EntityWithOneToOneJoinTable - Class in org.hibernate.testing.orm.domain.gambit
 
EntityWithOneToOneJoinTable() - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneJoinTable
 
EntityWithOneToOneJoinTable(Integer, String, Integer) - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneJoinTable
 
EntityWithOneToOneSharingPrimaryKey - Class in org.hibernate.testing.orm.domain.gambit
 
EntityWithOneToOneSharingPrimaryKey() - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneSharingPrimaryKey
 
EntityWithOneToOneSharingPrimaryKey(Integer, String, Integer) - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneSharingPrimaryKey
 
entries(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentArrayHolder
 
entries(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentBag
 
entries(CollectionPersister) - Method in interface org.hibernate.collection.spi.PersistentCollection
Iterate all collection entries, during update of the database
entries(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
entries(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentList
 
entries(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentMap
 
entries(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentSet
 
entry() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
 
ENTRY - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ENTRY - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ENTRY() - Method in class org.hibernate.grammars.hql.HqlParser.MapEntrySelectionContext
 
ENTRY() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
entryArray() - Method in class org.hibernate.internal.util.collections.IdentityMap
 
entryExists(Object, int) - Method in class org.hibernate.collection.spi.PersistentArrayHolder
 
entryExists(Object, int) - Method in class org.hibernate.collection.spi.PersistentBag
 
entryExists(Object, int) - Method in interface org.hibernate.collection.spi.PersistentCollection
Does the given element/entry exist in the collection?
entryExists(Object, int) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
entryExists(Object, int) - Method in class org.hibernate.collection.spi.PersistentList
 
entryExists(Object, int) - Method in class org.hibernate.collection.spi.PersistentMap
 
entryExists(Object, int) - Method in class org.hibernate.collection.spi.PersistentSet
 
entrySet() - Method in class org.hibernate.collection.spi.PersistentMap
 
entrySet() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.MapProxy
 
entrySet() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
entrySet() - Method in class org.hibernate.event.spi.MergeContext
Returns an unmodifiable set view of the merge-to-managed entity cross-references contained in this MergeContext.
entrySet() - Method in class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
Returns a Set view of the mappings contained in this map.
entrySet() - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Returns a Set view of the mappings contained in this map.
entrySet() - Method in class org.hibernate.internal.util.collections.IdentityMap
 
entrySet() - Method in class org.hibernate.internal.util.collections.LinkedIdentityHashMap
 
entrySet() - Method in class org.hibernate.proxy.map.MapProxy
 
ENUM - Static variable in class org.hibernate.type.EnumType
Deprecated.
 
ENUM - Static variable in class org.hibernate.type.SqlTypes
A type code representing a SQL ENUM type for databases like MySQL where ENUM types do not have names.
enumConstants - Variable in class org.hibernate.engine.internal.AbstractEntityEntry.EnumState
 
enumerated - Variable in class org.hibernate.boot.jaxb.mapping.JaxbBasic
 
enumerated - Variable in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
 
enumerated - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Basic
 
enumerated - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
 
ENUMERATED - org.hibernate.testing.orm.domain.MappingFeature
 
EnumHelper - Class in org.hibernate.type.descriptor.converter.internal
 
EnumHelper() - Constructor for class org.hibernate.type.descriptor.converter.internal.EnumHelper
 
EnumJavaType<T extends Enum<T>> - Class in org.hibernate.type.descriptor.java
Describes a Java enum type.
EnumJavaType(Class<T>) - Constructor for class org.hibernate.type.descriptor.java.EnumJavaType
 
EnumJdbcType - Class in org.hibernate.type.descriptor.jdbc
Represents an enum type for databases like MySQL and H2.
EnumJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.EnumJdbcType
 
EnumType<T extends Enum<T>> - Class in org.hibernate.type
Deprecated, for removal: This API element is subject to removal in a future version.
Use the built-in support for enums
EnumType - Enum in org.hibernate.jpamodelgen.xml.jaxb
Java class for enum-type.
EnumType() - Constructor for class org.hibernate.type.EnumType
Deprecated.
 
EnumTypeMarshalling - Class in org.hibernate.boot.jaxb.mapping.marshall
JAXB marshalling for EnumType
EnumTypeMarshalling() - Constructor for class org.hibernate.boot.jaxb.mapping.marshall.EnumTypeMarshalling
 
EnumValue - Enum in org.hibernate.testing.orm.domain.gambit
 
EnumValueConverter - Class in org.hibernate.testing.orm.domain.gambit
 
EnumValueConverter() - Constructor for class org.hibernate.testing.orm.domain.gambit.EnumValueConverter
 
envelope - org.hibernate.spatial.SpatialFunction
Deprecated.
The envelope function, cfr.
EnvelopeAdapter - Class in org.hibernate.spatial.jts
Converts an Envelope to a Polygon
envelopeaggr - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
EnversBootLogger - Interface in org.hibernate.envers.boot
 
EnversIntegrator - Class in org.hibernate.envers.boot.internal
Hooks up Envers event listeners.
EnversIntegrator() - Constructor for class org.hibernate.envers.boot.internal.EnversIntegrator
 
EnversListener - Interface in org.hibernate.envers.event.spi
Marker interface for Envers listeners for duplication handling.
EnversListenerDuplicationStrategy - Class in org.hibernate.envers.event.spi
Event listener duplication strategy for envers
EnversListenerDuplicationStrategy() - Constructor for class org.hibernate.envers.event.spi.EnversListenerDuplicationStrategy
 
EnversLogging - Class in org.hibernate.envers.internal
Sad when you need helpers for generating loggers...
EnversMappingException - Exception in org.hibernate.envers.boot
Indicates an error happened during the Envers mapping boot process.
EnversMappingException(String) - Constructor for exception org.hibernate.envers.boot.EnversMappingException
 
EnversMappingException(String, Throwable) - Constructor for exception org.hibernate.envers.boot.EnversMappingException
 
EnversMappingException(Throwable) - Constructor for exception org.hibernate.envers.boot.EnversMappingException
 
EnversMessageLogger - Interface in org.hibernate.envers.internal
The jboss-logging MessageLogger for the hibernate-envers module.
EnversMetadataBuildingContext - Interface in org.hibernate.envers.boot.spi
Metadata building context for Hibernate Envers
EnversMetadataBuildingContextImpl - Class in org.hibernate.envers.boot.internal
 
EnversMetadataBuildingContextImpl(Configuration, InFlightMetadataCollector, MappingCollector) - Constructor for class org.hibernate.envers.boot.internal.EnversMetadataBuildingContextImpl
 
EnversPostCollectionRecreateEventListenerImpl - Class in org.hibernate.envers.event.spi
Envers-specific collection recreation event listener
EnversPostCollectionRecreateEventListenerImpl(EnversService) - Constructor for class org.hibernate.envers.event.spi.EnversPostCollectionRecreateEventListenerImpl
 
EnversPostDeleteEventListenerImpl - Class in org.hibernate.envers.event.spi
Envers-specific entity (post) deletion event listener
EnversPostDeleteEventListenerImpl(EnversService) - Constructor for class org.hibernate.envers.event.spi.EnversPostDeleteEventListenerImpl
 
EnversPostInsertEventListenerImpl - Class in org.hibernate.envers.event.spi
Envers-specific entity (post) insertion event listener
EnversPostInsertEventListenerImpl(EnversService) - Constructor for class org.hibernate.envers.event.spi.EnversPostInsertEventListenerImpl
 
EnversPostUpdateEventListenerImpl - Class in org.hibernate.envers.event.spi
Envers-specific entity (post) update event listener
EnversPostUpdateEventListenerImpl(EnversService) - Constructor for class org.hibernate.envers.event.spi.EnversPostUpdateEventListenerImpl
 
EnversPreCollectionRemoveEventListenerImpl - Class in org.hibernate.envers.event.spi
Envers-specific collection removal event listener
EnversPreCollectionRemoveEventListenerImpl(EnversService) - Constructor for class org.hibernate.envers.event.spi.EnversPreCollectionRemoveEventListenerImpl
 
EnversPreCollectionUpdateEventListenerImpl - Class in org.hibernate.envers.event.spi
Envers-specific collection update event listener
EnversPreCollectionUpdateEventListenerImpl(EnversService) - Constructor for class org.hibernate.envers.event.spi.EnversPreCollectionUpdateEventListenerImpl
 
EnversPreUpdateEventListenerImpl - Class in org.hibernate.envers.event.spi
Envers-specific entity (pre) update event listener.
EnversPreUpdateEventListenerImpl(EnversService) - Constructor for class org.hibernate.envers.event.spi.EnversPreUpdateEventListenerImpl
 
enversService - Variable in class org.hibernate.envers.internal.synchronization.work.AbstractAuditWorkUnit
 
enversService - Variable in class org.hibernate.envers.query.internal.impl.AbstractAuditAssociationQuery
 
enversService - Variable in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
EnversService - Interface in org.hibernate.envers.boot.internal
Provides central access to Envers' configuration.
EnversServiceContributor - Class in org.hibernate.envers.boot.internal
ServiceContributor implementation pushing the EnversService into the registry
EnversServiceContributor() - Constructor for class org.hibernate.envers.boot.internal.EnversServiceContributor
 
EnversServiceImpl - Class in org.hibernate.envers.boot.internal
Provides central access to Envers' configuration.
EnversServiceImpl() - Constructor for class org.hibernate.envers.boot.internal.EnversServiceImpl
 
EnversServiceInitiator - Class in org.hibernate.envers.boot.internal
 
EnversServiceInitiator() - Constructor for class org.hibernate.envers.boot.internal.EnversServiceInitiator
 
EnversSettings - Interface in org.hibernate.envers.configuration
Configuration property names.
Environment - Class in org.hibernate.cfg
Provides access to configuration properties passed in Properties objects.
EnvironmentSettings - Interface in org.hibernate.cfg
 
EOF() - Method in class org.hibernate.grammars.hql.HqlParser.StatementContext
 
EOF() - Method in class org.hibernate.grammars.importsql.SqlScriptParser.ScriptContext
 
EPOCH - org.hibernate.query.sqm.TemporalUnit
An internal value representing the Unix epoch, the elapsed seconds since January 1, 1970.
EPOCH - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
EPOCH - Static variable in class org.hibernate.grammars.hql.HqlParser
 
EPOCH() - Method in class org.hibernate.grammars.hql.HqlParser.DatetimeFieldContext
 
EPOCH() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
eq(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
eq(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
eq(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
eq(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Perform an equality comparison check
eq(CriteriaBuilder, Expression<? extends Geometry>, Expression<? extends Geometry>) - Static method in class org.hibernate.spatial.predicate.GeolatteSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "spatially equal" constraint.
eq(CriteriaBuilder, Expression<? extends Geometry>, Geometry) - Static method in class org.hibernate.spatial.predicate.GeolatteSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "spatially equal" constraint.
eq(CriteriaBuilder, Expression<? extends Geometry>, Expression<? extends Geometry>) - Static method in class org.hibernate.spatial.predicate.JTSSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "spatially equal" constraint.
eq(CriteriaBuilder, Expression<? extends Geometry>, Geometry) - Static method in class org.hibernate.spatial.predicate.JTSSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "spatially equal" constraint.
eq(Expression<? extends T>, Expression<? extends T>) - Method in class org.hibernate.spatial.criteria.internal.SpatialCriteriaBuilderImpl
 
eq(Expression<? extends T>, Expression<? extends T>) - Method in interface org.hibernate.spatial.criteria.SpatialCriteriaBuilder
Create a predicate for testing the arguments for "spatially equal" constraint.
eq(Expression<? extends T>, T) - Method in class org.hibernate.spatial.criteria.internal.SpatialCriteriaBuilderImpl
 
eq(Expression<? extends T>, T) - Method in interface org.hibernate.spatial.criteria.SpatialCriteriaBuilder
Create a predicate for testing the arguments for "spatially equal" constraint.
eq(Object) - Method in class org.hibernate.envers.query.criteria.AuditFunction
Apply an "equal" constraint
eq(Object) - Method in class org.hibernate.envers.query.criteria.AuditId
Apply an "equal" constraint
eq(Object) - Method in class org.hibernate.envers.query.criteria.AuditRelatedId
Applies an "equals" criteria predicate.
eq(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
eq(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
eq(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
eq(IntegralDataTypeHolder) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Perform an equality comparison check
eq(T) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply an "equal" constraint
EQ - org.hibernate.sql.ComparisonRestriction.Operator
 
eqFunction(AuditFunction) - Method in class org.hibernate.envers.query.criteria.AuditFunction
Apply an "equal" constraint to another function
eqFunction(AuditFunction) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply an "equal" constraint to a function
eqProperty(String) - Method in class org.hibernate.envers.query.criteria.AuditFunction
Apply an "equal" constraint to a property
eqProperty(String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply an "equal" constraint to another property
eqProperty(String, String) - Method in class org.hibernate.envers.query.criteria.AuditFunction
Apply an "equal" constraint to a property
eqProperty(String, String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply an "equal" constraint to another property
equal(Expression<?>, Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
equal(Expression<?>, Expression<?>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
equal(Expression<?>, Expression<?>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
equal(Expression<?>, Expression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
equal(Expression<?>, Object) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
equal(Expression<?>, Object) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
equal(Expression<?>, Object) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
equal(Expression<?>, Object) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
EQUAL - org.hibernate.query.sqm.ComparisonOperator
 
EQUAL - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
EQUAL - Static variable in class org.hibernate.grammars.hql.HqlParser
 
EQUAL() - Method in class org.hibernate.grammars.hql.HqlParser.AssignmentContext
 
EQUAL() - Method in class org.hibernate.grammars.hql.HqlParser.ComparisonOperatorContext
 
equals - org.hibernate.spatial.SpatialFunction
Deprecated.
The equals function, cfr.
equals(Object) - Method in class org.hibernate.engine.spi.AssociationKey
 
equals(Object) - Method in class org.hibernate.engine.spi.CollectionKey
 
equals(Object) - Method in class org.hibernate.engine.spi.EntityKey
 
equals(Object) - Method in class org.hibernate.engine.spi.EntityUniqueKey
 
equals(Object) - Method in class org.hibernate.engine.spi.TypedValue
 
equals(Object) - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter.TransactionAdapter
 
equals(Object) - Method in class org.hibernate.jpamodelgen.util.FileTimeStampChecker
 
equals(Object) - Method in class org.hibernate.spi.NavigablePath
 
equals(Object) - Method in class org.hibernate.action.internal.DelayedPostInsertIdentifier
 
equals(Object) - Method in class org.hibernate.boot.archive.scan.internal.ClassDescriptorImpl
 
equals(Object) - Method in class org.hibernate.boot.archive.scan.internal.PackageDescriptorImpl
 
equals(Object) - Method in class org.hibernate.boot.jaxb.Origin
 
equals(Object) - Method in class org.hibernate.boot.model.convert.spi.RegisteredConversion
 
equals(Object) - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition
 
equals(Object) - Method in class org.hibernate.boot.model.internal.FkSecondPass
 
equals(Object) - Method in class org.hibernate.boot.model.naming.Identifier
 
equals(Object) - Method in class org.hibernate.boot.model.relational.Namespace
 
equals(Object) - Method in class org.hibernate.boot.model.relational.Namespace.Name
 
equals(Object) - Method in class org.hibernate.boot.model.relational.QualifiedNameParser.NameParts
 
equals(Object) - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
 
equals(Object) - Method in class org.hibernate.boot.model.source.spi.JdbcDataType
 
equals(Object) - Method in class org.hibernate.boot.model.TypeDefinition
 
equals(Object) - Method in class org.hibernate.cache.internal.BasicCacheKeyImplementation
 
equals(Object) - Method in class org.hibernate.cache.internal.CacheKeyImplementation
 
equals(Object) - Method in class org.hibernate.cache.internal.NaturalIdCacheKey
 
equals(Object) - Method in class org.hibernate.cache.spi.FilterKey
Deprecated.
 
equals(Object) - Method in class org.hibernate.cache.spi.QueryKey
 
equals(Object) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess.SoftLockImpl
 
equals(Object) - Method in class org.hibernate.collection.spi.PersistentBag
Bag does not respect the collection API and do an JVM instance comparison to do the equals.
equals(Object) - Method in class org.hibernate.collection.spi.PersistentList
 
equals(Object) - Method in class org.hibernate.collection.spi.PersistentMap
 
equals(Object) - Method in class org.hibernate.collection.spi.PersistentSet
 
equals(Object) - Method in class org.hibernate.engine.jdbc.batch.internal.BasicBatchKey
 
equals(Object) - Method in class org.hibernate.engine.jdbc.mutation.spi.Binding
 
equals(Object) - Method in class org.hibernate.engine.query.spi.NamedParameterDescriptor
 
equals(Object) - Method in class org.hibernate.envers.DefaultRevisionEntity
 
equals(Object) - Method in class org.hibernate.envers.DefaultTrackingModifiedEntitiesRevisionEntity
 
equals(Object) - Method in class org.hibernate.envers.enhanced.SequenceIdRevisionEntity
 
equals(Object) - Method in class org.hibernate.envers.enhanced.SequenceIdTrackingModifiedEntitiesRevisionEntity
 
equals(Object) - Method in class org.hibernate.envers.internal.entities.mapper.id.QueryParameterData
 
equals(Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
 
equals(Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.MapProxy
 
equals(Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
equals(Object) - Method in class org.hibernate.envers.internal.entities.PropertyData
 
equals(Object) - Method in class org.hibernate.envers.internal.entities.RevisionTimestampData
 
equals(Object) - Method in class org.hibernate.envers.internal.synchronization.work.PersistentCollectionChangeWorkUnit.PersistentCollectionChangeWorkUnitId
 
equals(Object) - Method in class org.hibernate.envers.internal.tools.Triple
 
equals(Object) - Method in class org.hibernate.envers.tools.Pair
 
equals(Object) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
equals(Object) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
equals(Object) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
equals(Object) - Method in class org.hibernate.LockOptions
 
equals(Object) - Method in class org.hibernate.mapping.CheckConstraint
 
equals(Object) - Method in class org.hibernate.mapping.Column
 
equals(Object) - Method in class org.hibernate.mapping.FetchProfile
 
equals(Object) - Method in class org.hibernate.mapping.Formula
 
equals(Object) - Method in class org.hibernate.mapping.Table
 
equals(Object) - Method in class org.hibernate.mapping.Table.ForeignKeyKey
 
equals(Object) - Method in class org.hibernate.mapping.UserDefinedType
 
equals(Object) - Method in class org.hibernate.metamodel.mapping.AssociationKey
 
equals(Object) - Method in class org.hibernate.metamodel.mapping.SelectablePath
 
equals(Object) - Method in class org.hibernate.metamodel.model.domain.NavigableRole
 
equals(Object) - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping
 
equals(Object) - Method in class org.hibernate.procedure.internal.EntityDomainResultBuilder
 
equals(Object) - Method in class org.hibernate.procedure.internal.ProcedureParameterImpl
 
equals(Object) - Method in class org.hibernate.procedure.internal.ScalarDomainResultBuilder
 
equals(Object) - Method in class org.hibernate.query.internal.QueryParameterNamedImpl
 
equals(Object) - Method in class org.hibernate.query.internal.QueryParameterPositionalImpl
 
equals(Object) - Method in class org.hibernate.query.Order
 
equals(Object) - Method in class org.hibernate.query.results.complete.CompleteFetchBuilderBasicPart
 
equals(Object) - Method in class org.hibernate.query.results.complete.CompleteFetchBuilderEmbeddableValuedModelPart
 
equals(Object) - Method in class org.hibernate.query.results.complete.CompleteFetchBuilderEntityValuedModelPart
 
equals(Object) - Method in class org.hibernate.query.results.complete.CompleteResultBuilderBasicModelPart
 
equals(Object) - Method in class org.hibernate.query.results.complete.CompleteResultBuilderBasicValuedConverted
 
equals(Object) - Method in class org.hibernate.query.results.complete.CompleteResultBuilderBasicValuedStandard
 
equals(Object) - Method in class org.hibernate.query.results.complete.CompleteResultBuilderCollectionStandard
 
equals(Object) - Method in class org.hibernate.query.results.complete.CompleteResultBuilderEntityJpa
 
equals(Object) - Method in class org.hibernate.query.results.complete.CompleteResultBuilderEntityStandard
 
equals(Object) - Method in class org.hibernate.query.results.complete.CompleteResultBuilderInstantiation
 
equals(Object) - Method in class org.hibernate.query.results.complete.DelayedFetchBuilderBasicPart
 
equals(Object) - Method in class org.hibernate.query.results.dynamic.AbstractFetchBuilderContainer
 
equals(Object) - Method in class org.hibernate.query.results.dynamic.DynamicFetchBuilderLegacy
 
equals(Object) - Method in class org.hibernate.query.results.dynamic.DynamicFetchBuilderStandard
 
equals(Object) - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderAttribute
 
equals(Object) - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderBasicConverted
 
equals(Object) - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderBasicStandard
 
equals(Object) - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityCalculated
 
equals(Object) - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityStandard
 
equals(Object) - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderInstantiation
 
equals(Object) - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderBasic
 
equals(Object) - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderDiscriminatedAssociation
 
equals(Object) - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderEmbeddable
 
equals(Object) - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderEntity
 
equals(Object) - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderEntityPart
 
equals(Object) - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderPlural
 
equals(Object) - Method in class org.hibernate.query.results.implicit.ImplicitModelPartResultBuilderBasic
 
equals(Object) - Method in class org.hibernate.query.results.implicit.ImplicitModelPartResultBuilderEmbeddable
 
equals(Object) - Method in class org.hibernate.query.results.implicit.ImplicitModelPartResultBuilderEntity
 
equals(Object) - Method in class org.hibernate.query.results.ImplicitAttributeFetchBuilder
 
equals(Object) - Method in class org.hibernate.query.results.ResultSetMappingImpl
 
equals(Object) - Method in class org.hibernate.query.sql.spi.NonSelectInterpretationsKey
 
equals(Object) - Method in class org.hibernate.query.sql.spi.SelectInterpretationsKey
 
equals(Object) - Method in class org.hibernate.query.sqm.internal.SqmInterpretationsKey
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.expression.ValueBindJpaCriteriaParameter
 
equals(Object) - Method in class org.hibernate.query.sqm.tree.select.SqmSortSpecification
 
equals(Object) - Method in class org.hibernate.spatial.FunctionKey
 
equals(Object) - Method in class org.hibernate.sql.ast.spi.SqlExpressionResolver.ColumnReferenceKey
 
equals(Object) - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
 
equals(Object) - Method in class org.hibernate.sql.ast.tree.from.AbstractTableReference
 
equals(Object) - Method in class org.hibernate.sql.model.ast.ColumnValueBinding
 
equals(Object) - Method in class org.hibernate.sql.model.ast.MutatingTableReference
 
equals(Object) - Method in class org.hibernate.sql.results.internal.SqlSelectionImpl
 
equals(Object) - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
 
equals(Object) - Method in class org.hibernate.testing.orm.domain.animal.Mammal
 
equals(Object) - Method in class org.hibernate.testing.orm.domain.animal.StateProvince
 
equals(Object) - Method in class org.hibernate.testing.orm.domain.animal.Zoo
 
equals(Object) - Method in class org.hibernate.testing.orm.domain.gambit.BasicEntity
 
equals(Object) - Method in class org.hibernate.testing.orm.domain.gambit.EmbeddedIdEntity.EmbeddedIdEntityId
 
equals(Object) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithNotAggregateId.PK
 
equals(Object) - Method in class org.hibernate.testing.orm.domain.gambit.VersionedEntity
 
equals(Object) - Method in class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.ActionGrouping
 
equals(Object) - Method in class org.hibernate.transform.AliasToBeanConstructorResultTransformer
Deprecated.
2 AliasToBeanConstructorResultTransformer are considered equal if they have the same defined constructor.
equals(Object) - Method in class org.hibernate.transform.AliasToBeanResultTransformer
Deprecated.
 
equals(Object) - Method in class org.hibernate.type.AnyType.ObjectTypeCacheEntry
 
equals(Object) - Method in class org.hibernate.type.BasicArrayType
 
equals(Object) - Method in class org.hibernate.type.BasicCollectionType
 
equals(Object) - Method in class org.hibernate.type.ConvertedBasicArrayType
 
equals(Object) - Method in class org.hibernate.type.ConvertedBasicCollectionType
 
equals(Object) - Method in class org.hibernate.type.CustomType
 
equals(Object) - Method in class org.hibernate.type.descriptor.converter.internal.JpaAttributeConverterImpl
 
equals(Object) - Method in class org.hibernate.type.descriptor.jdbc.ArrayJdbcType
Check equality.
equals(Object) - Method in class org.hibernate.type.internal.ParameterizedTypeImpl
 
equals(J, J) - Method in interface org.hibernate.usertype.CompositeUserType
Compare two instances of the class mapped by this type for persistence "equality".
equals(J, J) - Method in interface org.hibernate.usertype.UserType
Compare two instances of the Java class mapped by this custom type for persistence "equality", that is, equality of their persistent state.
equals(RevisionType, RevisionType) - Method in class org.hibernate.envers.internal.entities.RevisionTypeType
 
equals(Column) - Method in class org.hibernate.mapping.Column
 
equals(Table) - Method in class org.hibernate.mapping.Table
 
equals(UserDefinedType) - Method in class org.hibernate.mapping.UserDefinedType
 
equals(T, T) - Method in class org.hibernate.type.EnumType
Deprecated.
 
equals(T, T) - Method in class org.hibernate.usertype.BaseUserTypeSupport
 
equals(T, T) - Method in class org.hibernate.usertype.internal.AbstractTimeZoneStorageCompositeUserType
 
equals(T, T) - Method in class org.hibernate.usertype.StaticUserTypeSupport
 
EQUALS - Static variable in interface org.hibernate.spatial.SpatialRelation
Deprecated.
The geometries are spatially equal to each other.
equalsSnapshot(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentArrayHolder
 
equalsSnapshot(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentBag
 
equalsSnapshot(CollectionPersister) - Method in interface org.hibernate.collection.spi.PersistentCollection
Does the current state exactly match the snapshot?
equalsSnapshot(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
equalsSnapshot(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentList
 
equalsSnapshot(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentMap
 
equalsSnapshot(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentSet
 
equalTo(Expression) - Method in class org.hibernate.query.hql.internal.FullyQualifiedReflectivePathTerminal
 
equalTo(Expression<T>) - Method in interface org.hibernate.query.criteria.JpaExpression
 
equalTo(Expression<T>) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
 
equalTo(Expression<T>) - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
 
equalTo(Expression<T>) - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
equalTo(Expression<T>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
equalTo(Object) - Method in class org.hibernate.query.hql.internal.FullyQualifiedReflectivePathTerminal
 
equalTo(T) - Method in interface org.hibernate.query.criteria.JpaExpression
 
equalTo(T) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
 
equalTo(T) - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
 
equalTo(T) - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
equalTo(T) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
equivalentTypes(int, int) - Method in class org.hibernate.dialect.Dialect
Do the given JDBC type codes, as defined in Types represent essentially the same type in this dialect of SQL?
equivalentTypes(int, int) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
error(int, int, String) - Method in interface org.hibernate.jpamodelgen.validation.Validation.Handler
 
error(SAXParseException) - Method in class org.hibernate.jpa.boot.internal.PersistenceXmlParser.ErrorHandlerImpl
 
ERROR - org.hibernate.boot.jaxb.hbm.transform.UnsupportedFeatureHandling
Throw an exception.
ERROR - org.hibernate.envers.RelationTargetNotFoundAction
Specifies that exceptions should be thrown regardless of the global system property: EnversSettings.GLOBAL_RELATION_NOT_FOUND_LEGACY_FLAG.
ERROR - org.hibernate.event.service.spi.DuplicationStrategy.Action
 
ERROR - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ERROR - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ERROR() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
ERROR() - Method in class org.hibernate.grammars.hql.HqlParser.OnOverflowClauseContext
 
errorIfClosed() - Method in class org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor
 
errorIfInvalid() - Method in class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl.TransactionDriverControlImpl
 
errorIfInvalid() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl.TransactionDriverControlImpl
 
ESCAPE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ESCAPE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ESCAPE() - Method in class org.hibernate.grammars.hql.HqlParser.LikeEscapeContext
 
ESCAPE() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
escapeComment(String) - Static method in class org.hibernate.dialect.Dialect
Perform necessary character escaping on the text of the comment.
escapeComment(String) - Static method in class org.hibernate.dialect.DialectDelegateWrapper
 
evaluate() - Method in class org.hibernate.testing.junit4.AfterClassCallbackHandler
 
evaluate() - Method in class org.hibernate.testing.junit4.BeforeClassCallbackHandler
 
evaluateExecutionCondition(ExtensionContext) - Method in class org.hibernate.testing.orm.junit.DialectFilterExtension
 
evaluateExecutionCondition(ExtensionContext) - Method in class org.hibernate.testing.orm.junit.FailureExpectedExtension
 
evaluateExecutionCondition(ExtensionContext) - Method in class org.hibernate.testing.orm.junit.NotImplementedYetExtension
 
event - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
 
event() - Method in annotation type org.hibernate.annotations.CurrentTimestamp
Determines when the timestamp is generated.
event() - Method in annotation type org.hibernate.annotations.Generated
Specifies the events that cause the value to be generated by the database.
EVENT_LISTENER_PREFIX - Static variable in interface org.hibernate.cfg.AvailableSettings
Event listener configuration properties follow the pattern hibernate.event.listener.eventType packageName.ClassName1, packageName.ClassName2
EventActionWithParameter<T,​U,​X> - Interface in org.hibernate.event.service.spi
 
EventEngine - Class in org.hibernate.event.spi
Composite for the things related to Hibernate's event system.
EventEngine(MetadataImplementor, SessionFactoryImplementor) - Constructor for class org.hibernate.event.spi.EventEngine
 
EventEngineContributions - Interface in org.hibernate.event.spi
EventEngineContributor - Interface in org.hibernate.event.spi
Integration contract for contributing event types and listeners to the Hibernate event system.
EventListenerGroup<T> - Interface in org.hibernate.event.service.spi
Contract for a groups of events listeners for a particular event type.
eventListenerGroup_AUTO_FLUSH - Variable in class org.hibernate.internal.FastSessionServices
 
eventListenerGroup_CLEAR - Variable in class org.hibernate.internal.FastSessionServices
 
eventListenerGroup_DELETE - Variable in class org.hibernate.internal.FastSessionServices
 
eventListenerGroup_DIRTY_CHECK - Variable in class org.hibernate.internal.FastSessionServices
 
eventListenerGroup_EVICT - Variable in class org.hibernate.internal.FastSessionServices
 
eventListenerGroup_FLUSH - Variable in class org.hibernate.internal.FastSessionServices
 
eventListenerGroup_FLUSH_ENTITY - Variable in class org.hibernate.internal.FastSessionServices
 
eventListenerGroup_INIT_COLLECTION - Variable in class org.hibernate.internal.FastSessionServices
 
eventListenerGroup_LOAD - Variable in class org.hibernate.internal.FastSessionServices
 
eventListenerGroup_LOCK - Variable in class org.hibernate.internal.FastSessionServices
 
eventListenerGroup_MERGE - Variable in class org.hibernate.internal.FastSessionServices
 
eventListenerGroup_PERSIST - Variable in class org.hibernate.internal.FastSessionServices
 
eventListenerGroup_PERSIST_ONFLUSH - Variable in class org.hibernate.internal.FastSessionServices
 
eventListenerGroup_POST_COLLECTION_RECREATE - Variable in class org.hibernate.internal.FastSessionServices
 
eventListenerGroup_POST_COLLECTION_REMOVE - Variable in class org.hibernate.internal.FastSessionServices
 
eventListenerGroup_POST_COLLECTION_UPDATE - Variable in class org.hibernate.internal.FastSessionServices
 
eventListenerGroup_POST_COMMIT_DELETE - Variable in class org.hibernate.internal.FastSessionServices
 
eventListenerGroup_POST_COMMIT_INSERT - Variable in class org.hibernate.internal.FastSessionServices
 
eventListenerGroup_POST_COMMIT_UPDATE - Variable in class org.hibernate.internal.FastSessionServices
 
eventListenerGroup_POST_DELETE - Variable in class org.hibernate.internal.FastSessionServices
 
eventListenerGroup_POST_INSERT - Variable in class org.hibernate.internal.FastSessionServices
 
eventListenerGroup_POST_LOAD - Variable in class org.hibernate.internal.FastSessionServices
 
eventListenerGroup_POST_UPDATE - Variable in class org.hibernate.internal.FastSessionServices
 
eventListenerGroup_PRE_COLLECTION_RECREATE - Variable in class org.hibernate.internal.FastSessionServices
 
eventListenerGroup_PRE_COLLECTION_REMOVE - Variable in class org.hibernate.internal.FastSessionServices
 
eventListenerGroup_PRE_COLLECTION_UPDATE - Variable in class org.hibernate.internal.FastSessionServices
 
eventListenerGroup_PRE_DELETE - Variable in class org.hibernate.internal.FastSessionServices
 
eventListenerGroup_PRE_INSERT - Variable in class org.hibernate.internal.FastSessionServices
 
eventListenerGroup_PRE_LOAD - Variable in class org.hibernate.internal.FastSessionServices
 
eventListenerGroup_PRE_UPDATE - Variable in class org.hibernate.internal.FastSessionServices
 
eventListenerGroup_REFRESH - Variable in class org.hibernate.internal.FastSessionServices
 
eventListenerGroup_REPLICATE - Variable in class org.hibernate.internal.FastSessionServices
 
eventListenerGroup_RESOLVE_NATURAL_ID - Variable in class org.hibernate.internal.FastSessionServices
 
eventListenerGroup_SAVE - Variable in class org.hibernate.internal.FastSessionServices
 
eventListenerGroup_SAVE_UPDATE - Variable in class org.hibernate.internal.FastSessionServices
 
eventListenerGroup_UPDATE - Variable in class org.hibernate.internal.FastSessionServices
 
EventListenerRegistrationException - Exception in org.hibernate.event.service.spi
Indicates a problem registering an event listener.
EventListenerRegistrationException(String) - Constructor for exception org.hibernate.event.service.spi.EventListenerRegistrationException
 
EventListenerRegistrationException(String, Throwable) - Constructor for exception org.hibernate.event.service.spi.EventListenerRegistrationException
 
EventListenerRegistry - Interface in org.hibernate.event.service.spi
Service for accessing each EventListenerGroup by EventType, along with convenience methods for managing the listeners registered in each EventListenerGroup.
EventListenerRegistryImpl - Class in org.hibernate.event.service.internal
Standard implementation of EventListenerRegistry
EventListenerRegistryImpl.Builder - Class in org.hibernate.event.service.internal
 
eventListeners(SessionEventListener...) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
eventListeners(SessionEventListener...) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
eventListeners(SessionEventListener...) - Method in class org.hibernate.internal.SessionFactoryImpl.SessionBuilderImpl
 
eventListeners(SessionEventListener...) - Method in interface org.hibernate.SessionBuilder
Add one or more SessionEventListener instances to the list of listeners for the new session to be built.
EventManager - Interface in org.hibernate.event.spi
 
EventManager.CacheActionDescription - Enum in org.hibernate.event.spi
 
eventName() - Method in class org.hibernate.event.spi.EventType
 
eventSource() - Method in class org.hibernate.action.internal.CollectionAction
 
eventSource() - Method in class org.hibernate.action.internal.EntityAction
 
EventSource - Interface in org.hibernate.event.spi
 
EventType<T> - Class in org.hibernate.event.spi
Enumeration of the recognized types of events, including meta-information about each.
EventType - Enum in org.hibernate.generator
Enumerates event types that can result in generation of a new value.
eventTypes() - Method in enum org.hibernate.annotations.GenerationTime
Deprecated.
 
EventTypeSets - Class in org.hibernate.generator
For convenience, enumerates the possible combinations of EventType.
EventTypeSets() - Constructor for class org.hibernate.generator.EventTypeSets
 
EventUtil - Class in org.hibernate.event.internal
 
EventUtil() - Constructor for class org.hibernate.event.internal.EventUtil
 
Every - Class in org.hibernate.sql.ast.tree.expression
 
Every(SelectStatement, MappingModelExpressible<?>) - Constructor for class org.hibernate.sql.ast.tree.expression.Every
 
EVERY - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
EVERY - Static variable in class org.hibernate.grammars.hql.HqlParser
 
EVERY() - Method in class org.hibernate.grammars.hql.HqlParser.EveryAllQuantifierContext
 
EVERY() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
everyAllQuantifier() - Method in class org.hibernate.grammars.hql.HqlParser
 
everyAllQuantifier() - Method in class org.hibernate.grammars.hql.HqlParser.EveryFunctionContext
 
EveryAllQuantifierContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.EveryAllQuantifierContext
 
everyAny() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
These are aggregate functions taking one argument!
everyAny_boolAndOr() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
These are aggregate functions taking one argument, for databases that can directly aggregate both boolean columns and predicates!
everyAny_minMaxCase() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
These are aggregate functions taking one argument, for Oracle and Sybase.
everyAny_minMaxIif() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
These are aggregate functions taking one argument, for SQL Server.
everyAny_sumCase(boolean) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
These are aggregate functions taking one argument, for databases that have to emulate the boolean aggregation functions using sum() and case.
EveryAnyEmulation - Class in org.hibernate.dialect.function
Most databases don't have a function like every() or any().
EveryAnyEmulation(TypeConfiguration, boolean, boolean) - Constructor for class org.hibernate.dialect.function.EveryAnyEmulation
 
everyFunction() - Method in class org.hibernate.grammars.hql.HqlParser.AggregateFunctionContext
 
everyFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
EveryFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.EveryFunctionContext
 
EverythingSelector - Class in org.hibernate.testing.bytecode.enhancement
 
EverythingSelector() - Constructor for class org.hibernate.testing.bytecode.enhancement.EverythingSelector
 
evict() - Method in class org.hibernate.action.internal.CollectionAction
 
evict(Class) - Method in class org.hibernate.cache.internal.DisabledCaching
 
evict(Class) - Method in class org.hibernate.cache.internal.EnabledCaching
 
evict(Class, Object) - Method in class org.hibernate.cache.internal.DisabledCaching
 
evict(Class, Object) - Method in class org.hibernate.cache.internal.EnabledCaching
 
evict(Object) - Method in interface org.hibernate.cache.spi.access.CachedDomainDataAccess
Forcibly evict an item from the cache immediately without regard for transaction isolation and/or locking.
evict(Object) - Method in class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
 
evict(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
evict(Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
evict(Object) - Method in class org.hibernate.internal.SessionImpl
remove any hard references to the entity that are held by the infrastructure (references held by application or other persistent instances are okay)
evict(Object) - Method in interface org.hibernate.Session
Remove this instance from the session cache.
EVICT - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
EVICT - Static variable in class org.hibernate.engine.spi.CascadeStyles
evict
EVICT - Static variable in class org.hibernate.engine.spi.CascadingActions
 
EVICT - Static variable in class org.hibernate.event.spi.EventType
 
evictAll() - Method in interface org.hibernate.Cache
evictAll() - Method in interface org.hibernate.cache.spi.access.CachedDomainDataAccess
Forcibly evict all items from the cache immediately without regard for transaction isolation.
evictAll() - Method in class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
 
evictAllRegions() - Method in interface org.hibernate.Cache
Evict all cached data from every cache region.
evictCollection(Object, CollectionType) - Method in class org.hibernate.event.internal.EvictVisitor
 
evictCollectionData() - Method in interface org.hibernate.Cache
Evict all cache data from every cache region to which some collection role is assigned.
evictCollectionData() - Method in class org.hibernate.cache.internal.DisabledCaching
 
evictCollectionData() - Method in class org.hibernate.cache.internal.EnabledCaching
 
evictCollectionData(String) - Method in interface org.hibernate.Cache
Evict all cached data from the cache region to which the given collection role is assigned.
evictCollectionData(String) - Method in class org.hibernate.cache.internal.DisabledCaching
 
evictCollectionData(String) - Method in class org.hibernate.cache.internal.EnabledCaching
 
evictCollectionData(String, Object) - Method in interface org.hibernate.Cache
Evict the cached item for the collection with the given role and given identifier, if there is any such item in the cache.
evictCollectionData(String, Object) - Method in class org.hibernate.cache.internal.DisabledCaching
 
evictCollectionData(String, Object) - Method in class org.hibernate.cache.internal.EnabledCaching
 
evictData() - Method in class org.hibernate.cache.jcache.internal.JCacheAccessImpl
 
evictData() - Method in interface org.hibernate.cache.spi.support.StorageAccess
Clear all data regardless of transaction/locking
evictData() - Method in class org.hibernate.testing.cache.MapStorageAccessImpl
 
evictData(Object) - Method in class org.hibernate.cache.jcache.internal.JCacheAccessImpl
 
evictData(Object) - Method in interface org.hibernate.cache.spi.support.StorageAccess
Remove the entry regardless of transaction/locking
evictData(Object) - Method in class org.hibernate.testing.cache.MapStorageAccessImpl
 
evictDefaultQueryRegion() - Method in interface org.hibernate.Cache
Evict all cached query results from the default region.
evictDefaultQueryRegion() - Method in class org.hibernate.cache.internal.DisabledCaching
 
evictDefaultQueryRegion() - Method in class org.hibernate.cache.internal.EnabledCaching
 
evictEntityData() - Method in interface org.hibernate.Cache
Evict all cached data from every cache region to which any entity type is assigned.
evictEntityData() - Method in class org.hibernate.cache.internal.DisabledCaching
 
evictEntityData() - Method in class org.hibernate.cache.internal.EnabledCaching
 
evictEntityData(Class<?>) - Method in interface org.hibernate.Cache
Evict all cached data from the cache region to which the given entity type is assigned.
evictEntityData(Class<?>) - Method in class org.hibernate.cache.internal.DisabledCaching
 
evictEntityData(Class<?>) - Method in class org.hibernate.cache.internal.EnabledCaching
 
evictEntityData(Class<?>, Object) - Method in interface org.hibernate.Cache
Evicts the cached item for the entity of the given type, and with the given identifier, if there is any such item in the cache.
evictEntityData(Class<?>, Object) - Method in class org.hibernate.cache.internal.DisabledCaching
 
evictEntityData(Class<?>, Object) - Method in class org.hibernate.cache.internal.EnabledCaching
 
evictEntityData(String) - Method in interface org.hibernate.Cache
Evict all cached data from the cache region to which the given named entity type is assigned.
evictEntityData(String) - Method in class org.hibernate.cache.internal.DisabledCaching
 
evictEntityData(String) - Method in class org.hibernate.cache.internal.EnabledCaching
 
evictEntityData(String, Object) - Method in interface org.hibernate.Cache
Evict the cached item for the entity of the type with the given name, and with the given identifier, if there is any such item in the cache.
evictEntityData(String, Object) - Method in class org.hibernate.cache.internal.DisabledCaching
 
evictEntityData(String, Object) - Method in class org.hibernate.cache.internal.EnabledCaching
 
evictEntityData(EntityPersister) - Method in class org.hibernate.cache.internal.EnabledCaching
 
EvictEvent - Class in org.hibernate.event.spi
Defines an event class for the evicting of an entity.
EvictEvent(Object, EventSource) - Constructor for class org.hibernate.event.spi.EvictEvent
 
EvictEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of evict events generated from a session.
evictNaturalIdData() - Method in interface org.hibernate.Cache
Evict all cached natural id mappings for every entity type.
evictNaturalIdData() - Method in class org.hibernate.cache.internal.DisabledCaching
 
evictNaturalIdData() - Method in class org.hibernate.cache.internal.EnabledCaching
 
evictNaturalIdData(Class<?>) - Method in interface org.hibernate.Cache
Evict all cached natural id mappings for the given entity type.
evictNaturalIdData(Class<?>) - Method in class org.hibernate.cache.internal.DisabledCaching
 
evictNaturalIdData(Class<?>) - Method in class org.hibernate.cache.internal.EnabledCaching
 
evictNaturalIdData(String) - Method in interface org.hibernate.Cache
Evict all cached natural id mappings for the entity type with the given name.
evictNaturalIdData(String) - Method in class org.hibernate.cache.internal.DisabledCaching
 
evictNaturalIdData(String) - Method in class org.hibernate.cache.internal.EnabledCaching
 
evictQueries() - Method in interface org.hibernate.cache.spi.CacheImplementor
Deprecated.
only because it's currently never called
evictQueryRegion(String) - Method in interface org.hibernate.Cache
Evict all cached query results from the region with the given name.
evictQueryRegion(String) - Method in class org.hibernate.cache.internal.DisabledCaching
 
evictQueryRegion(String) - Method in class org.hibernate.cache.internal.EnabledCaching
 
evictQueryRegions() - Method in interface org.hibernate.Cache
Evict all cached query results from every region.
evictQueryRegions() - Method in class org.hibernate.cache.internal.DisabledCaching
 
evictQueryRegions() - Method in class org.hibernate.cache.internal.EnabledCaching
 
evictRegion(String) - Method in interface org.hibernate.Cache
Evict all cached data from the named cache region.
evictRegion(String) - Method in class org.hibernate.cache.internal.DisabledCaching
 
evictRegion(String) - Method in class org.hibernate.cache.internal.EnabledCaching
 
EvictVisitor - Class in org.hibernate.event.internal
Evict any collections referenced by the object from the session cache.
EvictVisitor(EventSource, Object) - Constructor for class org.hibernate.event.internal.EvictVisitor
 
EXACT - org.hibernate.envers.query.criteria.MatchMode
Match the pattern exactly.
exactly(int) - Static method in class org.hibernate.query.sqm.produce.function.StandardArgumentsValidators
 
except(boolean, CriteriaQuery<? extends T>, CriteriaQuery<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
except(boolean, CriteriaQuery<? extends T>, CriteriaQuery<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
except(boolean, CriteriaQuery<? extends T>, CriteriaQuery<?>...) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
except(boolean, Subquery<? extends T>, Subquery<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
except(boolean, Subquery<? extends T>, Subquery<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
except(boolean, Subquery<? extends T>, Subquery<?>...) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
except(CriteriaQuery<? extends T>, CriteriaQuery<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
except(CriteriaQuery<? extends T>, CriteriaQuery<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
except(Subquery<? extends T>, Subquery<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
except(Subquery<? extends T>, Subquery<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
EXCEPT - org.hibernate.query.sqm.SetOperator
Exclusion of set elements of the set on the right-hand side.
EXCEPT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
EXCEPT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
EXCEPT() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
EXCEPT() - Method in class org.hibernate.grammars.hql.HqlParser.SetOperatorContext
 
EXCEPT_ALL - org.hibernate.query.sqm.SetOperator
Exclusion of bag elements of the bag on the right-hand side that retains duplicates.
exceptAll(CriteriaQuery<? extends T>, CriteriaQuery<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
exceptAll(CriteriaQuery<? extends T>, CriteriaQuery<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
exceptAll(Subquery<? extends T>, Subquery<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
exceptAll(Subquery<? extends T>, Subquery<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
EXCEPTION - org.hibernate.annotations.NotFoundAction
Raise an exception when a foreign key value has no corresponding primary key value in the referenced table.
EXCEPTION - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNotFoundEnum
 
EXCEPTION - org.hibernate.id.SequenceMismatchStrategy
When detecting a mismatch, Hibernate throws a MappingException indicating the sequence whose entity mapping configuration conflict with the one found in the database.
EXCEPTION - org.hibernate.query.ImmutableEntityUpdateQueryHandlingMode
 
EXCEPTION - org.hibernate.ReplicationMode
Deprecated.
Throw an exception when a row already exists.
exceptionClosingProxoolPool() - Method in interface org.hibernate.proxool.internal.ProxoolMessageLogger
Builds a message about not being able to close the underlying proxool pool.
ExceptionConverter - Interface in org.hibernate.engine.spi
 
ExceptionConverterImpl - Class in org.hibernate.internal
 
ExceptionConverterImpl(SharedSessionContractImplementor) - Constructor for class org.hibernate.internal.ExceptionConverterImpl
 
ExceptionHandler - Interface in org.hibernate.tool.schema.spi
Contract for how CommandAcceptanceException errors should be handled (logged, ignored, etc).
ExceptionHandlerCollectingImpl - Class in org.hibernate.tool.schema.internal
 
ExceptionHandlerCollectingImpl() - Constructor for class org.hibernate.tool.schema.internal.ExceptionHandlerCollectingImpl
 
ExceptionHandlerHaltImpl - Class in org.hibernate.tool.schema.internal
 
ExceptionHandlerHaltImpl() - Constructor for class org.hibernate.tool.schema.internal.ExceptionHandlerHaltImpl
 
ExceptionHandlerLoggedImpl - Class in org.hibernate.tool.schema.internal
 
ExceptionHandlerLoggedImpl() - Constructor for class org.hibernate.tool.schema.internal.ExceptionHandlerLoggedImpl
 
exceptionHeaderFound(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
exceptionHeaderNotFound(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
ExceptionHelper - Class in org.hibernate.internal.util
 
exceptionInAfterTransactionCompletionInterceptor(Throwable) - Method in interface org.hibernate.internal.CoreMessageLogger
 
exceptionInBeforeTransactionCompletionInterceptor(Throwable) - Method in interface org.hibernate.internal.CoreMessageLogger
 
exceptionInSubResolver(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
ExceptionMapper - Interface in org.hibernate.resource.transaction.backend.jta.internal.synchronization
A pluggable strategy for defining how the Synchronization registered by Hibernate handles exceptions.
ExceptionMapperLegacyJpaImpl - Class in org.hibernate.jpa.internal
 
ExceptionMapperLegacyJpaImpl() - Constructor for class org.hibernate.jpa.internal.ExceptionMapperLegacyJpaImpl
 
ExceptionMapperStandardImpl - Class in org.hibernate.internal
 
ExceptionMapperStandardImpl() - Constructor for class org.hibernate.internal.ExceptionMapperStandardImpl
 
ExceptionUtil - Class in org.hibernate.testing.util
 
ExceptionWrapper(Throwable) - Constructor for exception org.hibernate.testing.async.ExecutableAdapter.ExceptionWrapper
 
exclude(Object, int, PersistentCollection<?>, PluralAttributeMapping) - Method in interface org.hibernate.persister.collection.mutation.InsertRowsCoordinator.EntryFilter
EXCLUDE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
EXCLUDE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
EXCLUDE() - Method in class org.hibernate.grammars.hql.HqlParser.FrameExclusionContext
 
EXCLUDE() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
excluded() - Method in annotation type org.hibernate.annotations.OptimisticLock
true if changing the annotated attribute should not cause the version to be incremented.
excludeDefaultListeners - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
excludeDefaultListeners - Variable in class org.hibernate.boot.jaxb.mapping.JaxbMappedSuperclass
 
excludeDefaultListeners - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
excludeDefaultListeners - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
 
excludeSuperclassListeners - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
excludeSuperclassListeners - Variable in class org.hibernate.boot.jaxb.mapping.JaxbMappedSuperclass
 
excludeSuperclassListeners - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
excludeSuperclassListeners - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
 
excludeUnlistedClasses - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
 
excludeUnlistedClasses() - Method in class org.hibernate.testing.orm.jpa.PersistenceUnitInfoAdapter
 
excludeUnlistedClasses() - Method in class org.hibernate.testing.orm.jpa.PersistenceUnitInfoImpl
 
excludeUnlistedClasses() - Method in annotation type org.hibernate.testing.orm.junit.Jpa
 
excludeUnlistedClasses() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
 
excludeUnlistedClasses() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
 
excludeUnlistedClasses() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
 
Executable - Interface in org.hibernate.action.spi
An operation which may be scheduled for later execution.
Executable - Interface in org.hibernate.testing.async
Something we want to perform with protection to time it out.
ExecutableAdapter - Class in org.hibernate.testing.async
 
ExecutableAdapter(Executable) - Constructor for class org.hibernate.testing.async.ExecutableAdapter
 
ExecutableAdapter.ExceptionWrapper - Exception in org.hibernate.testing.async
 
ExecutableList<E extends ComparableExecutable> - Class in org.hibernate.engine.spi
ExecutableList() - Constructor for class org.hibernate.engine.spi.ExecutableList
Creates a new instance with the default settings.
ExecutableList(boolean) - Constructor for class org.hibernate.engine.spi.ExecutableList
 
ExecutableList(int) - Constructor for class org.hibernate.engine.spi.ExecutableList
Creates a new instance with the given initial capacity.
ExecutableList(int, boolean) - Constructor for class org.hibernate.engine.spi.ExecutableList
 
ExecutableList(int, ExecutableList.Sorter<E>) - Constructor for class org.hibernate.engine.spi.ExecutableList
Creates a new instance with the given initial capacity and ExecutableList.Sorter.
ExecutableList(ExecutableList.Sorter<E>) - Constructor for class org.hibernate.engine.spi.ExecutableList
Creates a new instance using the given ExecutableList.Sorter.
ExecutableList.Sorter<ComparableExecutable> - Interface in org.hibernate.engine.spi
Provides a sorting interface for ExecutableList.
execute() - Method in class org.hibernate.action.internal.BulkOperationCleanupAction
 
execute() - Method in class org.hibernate.action.internal.CollectionRecreateAction
 
execute() - Method in class org.hibernate.action.internal.CollectionRemoveAction
 
execute() - Method in class org.hibernate.action.internal.CollectionUpdateAction
 
execute() - Method in class org.hibernate.action.internal.EntityDeleteAction
 
execute() - Method in class org.hibernate.action.internal.EntityIdentityInsertAction
 
execute() - Method in class org.hibernate.action.internal.EntityInsertAction
 
execute() - Method in class org.hibernate.action.internal.EntityUpdateAction
 
execute() - Method in class org.hibernate.action.internal.QueuedOperationCollectionAction
 
execute() - Method in interface org.hibernate.action.spi.Executable
Execute this action.
execute() - Method in class org.hibernate.engine.jdbc.batch.internal.BatchImpl
 
execute() - Method in interface org.hibernate.engine.jdbc.batch.spi.Batch
Execute this batch.
execute() - Method in interface org.hibernate.internal.util.collections.BoundedConcurrentHashMap.EvictionPolicy
Invokes eviction policy algorithm.
execute() - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
execute() - Method in interface org.hibernate.testing.async.Executable
Perform the action
execute(E) - Method in class org.hibernate.engine.spi.ActionQueue
 
execute(Object, ValuesAnalysis, TableInclusionChecker, OperationResultChecker, SharedSessionContractImplementor) - Method in class org.hibernate.engine.jdbc.mutation.internal.AbstractMutationExecutor
execute(Object, ValuesAnalysis, TableInclusionChecker, OperationResultChecker, SharedSessionContractImplementor) - Method in class org.hibernate.engine.jdbc.mutation.internal.MutationExecutorPostInsert
 
execute(Object, ValuesAnalysis, TableInclusionChecker, OperationResultChecker, SharedSessionContractImplementor) - Method in class org.hibernate.engine.jdbc.mutation.internal.MutationExecutorPostInsertSingleTable
 
execute(Object, ValuesAnalysis, TableInclusionChecker, OperationResultChecker, SharedSessionContractImplementor) - Method in interface org.hibernate.engine.jdbc.mutation.MutationExecutor
Perform the execution, returning any generated value.
execute(Connection) - Method in class org.hibernate.dialect.temptable.TemporaryTableHelper.TemporaryTableCreationWork
 
execute(Connection) - Method in class org.hibernate.dialect.temptable.TemporaryTableHelper.TemporaryTableDropWork
 
execute(Connection) - Method in interface org.hibernate.jdbc.ReturningWork
Execute the discrete work encapsulated by this work instance using the supplied connection.
execute(Connection) - Method in interface org.hibernate.jdbc.Work
Execute the discrete work encapsulated by this work instance using the supplied connection.
execute(Connection) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase.RollbackWork
 
execute(Connection) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase.RollbackWork
 
execute(PreparedStatement, String) - Method in class org.hibernate.engine.jdbc.internal.ResultSetReturnImpl
 
execute(PreparedStatement, String) - Method in interface org.hibernate.engine.jdbc.spi.ResultSetReturn
Execute the PreparedStatement return its first ResultSet, if any.
execute(Statement, String) - Method in class org.hibernate.engine.jdbc.internal.ResultSetReturnImpl
 
execute(Statement, String) - Method in interface org.hibernate.engine.jdbc.spi.ResultSetReturn
Performs the given SQL statement, returning its first ResultSet, if any.
execute(LobCreationContext.Callback<T>) - Method in interface org.hibernate.engine.jdbc.LobCreationContext
Execute the given callback, making sure it has access to a viable JDBC Connection.
execute(LobCreationContext.Callback<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
execute(LobCreationContext.Callback<T>) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
execute(LobCreationContext.Callback<T>) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
execute(SharedSessionContractImplementor, Object) - Method in interface org.hibernate.id.CompositeNestedGeneratedValueGenerator.GenerationPlan
Execute the value generation.
execute(SharedSessionContractImplementor, Object) - Method in class org.hibernate.mapping.Component.ValueGenerationPlan
 
execute(DomainQueryExecutionContext) - Method in class org.hibernate.query.sqm.mutation.internal.cte.AbstractCteMutationHandler
 
execute(DomainQueryExecutionContext) - Method in class org.hibernate.query.sqm.mutation.internal.cte.CteInsertHandler
 
execute(DomainQueryExecutionContext) - Method in interface org.hibernate.query.sqm.mutation.internal.Handler
Execute the multi-table update or delete indicated by the SQM AST passed in when this Handler was created.
execute(DomainQueryExecutionContext) - Method in class org.hibernate.query.sqm.mutation.internal.inline.InlineDeleteHandler
 
execute(DomainQueryExecutionContext) - Method in class org.hibernate.query.sqm.mutation.internal.inline.InlineUpdateHandler
 
execute(DomainQueryExecutionContext) - Method in class org.hibernate.query.sqm.mutation.internal.temptable.RestrictedDeleteExecutionDelegate
 
execute(DomainQueryExecutionContext) - Method in class org.hibernate.query.sqm.mutation.internal.temptable.SoftDeleteExecutionDelegate
 
execute(DomainQueryExecutionContext) - Method in class org.hibernate.query.sqm.mutation.internal.temptable.TableBasedDeleteHandler
 
execute(DomainQueryExecutionContext) - Method in interface org.hibernate.query.sqm.mutation.internal.temptable.TableBasedDeleteHandler.ExecutionDelegate
 
execute(DomainQueryExecutionContext) - Method in class org.hibernate.query.sqm.mutation.internal.temptable.TableBasedInsertHandler
 
execute(DomainQueryExecutionContext) - Method in class org.hibernate.query.sqm.mutation.internal.temptable.TableBasedUpdateHandler
 
execute(ExecutionContext) - Method in class org.hibernate.query.sqm.mutation.internal.temptable.InsertExecutionDelegate
 
execute(ExecutionContext) - Method in interface org.hibernate.query.sqm.mutation.internal.temptable.TableBasedInsertHandler.ExecutionDelegate
 
execute(ExecutionContext) - Method in interface org.hibernate.query.sqm.mutation.internal.temptable.TableBasedUpdateHandler.ExecutionDelegate
 
execute(ExecutionContext) - Method in class org.hibernate.query.sqm.mutation.internal.temptable.UpdateExecutionDelegate
 
execute(JdbcOperationQueryMutation, JdbcParameterBindings, Function<String, PreparedStatement>, BiConsumer<Integer, PreparedStatement>, ExecutionContext) - Method in class org.hibernate.sql.exec.internal.StandardJdbcMutationExecutor
 
execute(JdbcOperationQueryMutation, JdbcParameterBindings, Function<String, PreparedStatement>, BiConsumer<Integer, PreparedStatement>, ExecutionContext) - Method in interface org.hibernate.sql.exec.spi.JdbcMutationExecutor
Perform the execution
execute(Executable) - Method in class org.hibernate.testing.async.TimedExecutor
 
executeActions() - Method in class org.hibernate.engine.spi.ActionQueue
Perform all currently queued actions.
executeAndExtract(String, PreparedStatement, SharedSessionContractImplementor) - Method in class org.hibernate.id.insert.AbstractReturningDelegate
 
executeAndExtract(String, PreparedStatement, SharedSessionContractImplementor) - Method in class org.hibernate.id.insert.GetGeneratedKeysDelegate
 
executeAndExtract(String, PreparedStatement, SharedSessionContractImplementor) - Method in class org.hibernate.id.insert.InsertReturningDelegate
 
executeAndExtract(String, PreparedStatement, SharedSessionContractImplementor) - Method in class org.hibernate.id.insert.SybaseJConnGetGeneratedKeysDelegate
 
executeAsync(Runnable) - Method in class org.hibernate.testing.junit4.BaseUnitTestCase
 
executeAsync(Runnable) - Method in class org.hibernate.testing.orm.junit.BaseSessionFactoryFunctionalTest
 
executeBatch() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
executeBatch() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Execute the currently managed batch (if any)
executed(long, long) - Method in class org.hibernate.stat.internal.QueryStatisticsImpl
add statistics report of a DB query
executeDelete(SqmDeleteStatement<?>, DomainParameterXref, DomainQueryExecutionContext) - Method in class org.hibernate.query.sqm.mutation.internal.cte.CteMutationStrategy
 
executeDelete(SqmDeleteStatement<?>, DomainParameterXref, DomainQueryExecutionContext) - Method in class org.hibernate.query.sqm.mutation.internal.inline.InlineMutationStrategy
 
executeDelete(SqmDeleteStatement<?>, DomainParameterXref, DomainQueryExecutionContext) - Method in class org.hibernate.query.sqm.mutation.internal.temptable.GlobalTemporaryTableMutationStrategy
 
executeDelete(SqmDeleteStatement<?>, DomainParameterXref, DomainQueryExecutionContext) - Method in class org.hibernate.query.sqm.mutation.internal.temptable.LocalTemporaryTableMutationStrategy
 
executeDelete(SqmDeleteStatement<?>, DomainParameterXref, DomainQueryExecutionContext) - Method in class org.hibernate.query.sqm.mutation.internal.temptable.PersistentTableMutationStrategy
 
executeDelete(SqmDeleteStatement<?>, DomainParameterXref, DomainQueryExecutionContext) - Method in interface org.hibernate.query.sqm.mutation.spi.SqmMultiTableMutationStrategy
Execute the multi-table update indicated by the passed SqmUpdateStatement
executeInsert(SqmInsertStatement<?>, DomainParameterXref, DomainQueryExecutionContext) - Method in class org.hibernate.query.sqm.mutation.internal.cte.CteInsertStrategy
 
executeInsert(SqmInsertStatement<?>, DomainParameterXref, DomainQueryExecutionContext) - Method in class org.hibernate.query.sqm.mutation.internal.temptable.GlobalTemporaryTableInsertStrategy
 
executeInsert(SqmInsertStatement<?>, DomainParameterXref, DomainQueryExecutionContext) - Method in class org.hibernate.query.sqm.mutation.internal.temptable.LocalTemporaryTableInsertStrategy
 
executeInsert(SqmInsertStatement<?>, DomainParameterXref, DomainQueryExecutionContext) - Method in class org.hibernate.query.sqm.mutation.internal.temptable.PersistentTableInsertStrategy
 
executeInsert(SqmInsertStatement<?>, DomainParameterXref, DomainQueryExecutionContext) - Method in interface org.hibernate.query.sqm.mutation.spi.SqmMultiTableInsertStrategy
Execute the multi-table insert indicated by the passed SqmInsertStatement
executeInserts() - Method in class org.hibernate.engine.spi.ActionQueue
Perform all currently queued entity-insertion actions.
executeList(Query, EntityGraph) - Static method in class org.hibernate.graph.EntityGraphs
Convenience method for executing the query using the given EntityGraph.
executeList(Query, EntityGraph, String) - Static method in class org.hibernate.graph.EntityGraphs
Convenience method for executing the query, applying the given EntityGraph using the named semantic using JPA's "hint name".
executeList(Query, EntityGraph, GraphSemantic) - Static method in class org.hibernate.graph.EntityGraphs
Convenience method for executing the query, applying the given EntityGraph using the specified semantic
executeList(TypedQuery<R>, EntityGraph<R>) - Static method in class org.hibernate.graph.EntityGraphs
executeList(TypedQuery<R>, EntityGraph<R>, String) - Static method in class org.hibernate.graph.EntityGraphs
executeList(TypedQuery<R>, EntityGraph<R>, GraphSemantic) - Static method in class org.hibernate.graph.EntityGraphs
executeOnConnection(Connection) - Method in interface org.hibernate.engine.jdbc.LobCreationContext.Callback
Perform whatever actions are necessary using the provided JDBC Connection.
executeQuery(DomainQueryExecutionContext, ResultsConsumer<T, R>) - Method in interface org.hibernate.query.spi.SelectQueryPlan
Execute the query
executeQuery(DomainQueryExecutionContext, ResultsConsumer<T, R>) - Method in class org.hibernate.query.sql.internal.NativeSelectQueryPlanImpl
 
executeQuery(DomainQueryExecutionContext, ResultsConsumer<T, R>) - Method in class org.hibernate.query.sqm.internal.AggregatedSelectQueryPlanImpl
 
executeQuery(DomainQueryExecutionContext, ResultsConsumer<T, R>) - Method in class org.hibernate.query.sqm.internal.ConcreteSqmSelectQueryPlan
 
executeQuery(JdbcOperationQuerySelect, JdbcParameterBindings, ExecutionContext, RowTransformer<R>, Class<R>, Function<String, PreparedStatement>, ResultsConsumer<T, R>) - Method in class org.hibernate.sql.exec.internal.JdbcSelectExecutorStandardImpl
 
executeQuery(JdbcOperationQuerySelect, JdbcParameterBindings, ExecutionContext, RowTransformer<R>, Class<R>, Function<String, PreparedStatement>, ResultsConsumer<T, R>) - Method in interface org.hibernate.sql.exec.spi.JdbcSelectExecutor
 
executeQuery(ResultsConsumer<T, R>) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
executeQuery(ResultsConsumer<T, R>) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
executeQuery(ResultsConsumer<T, R>) - Method in interface org.hibernate.query.sqm.spi.SqmSelectionQueryImplementor
 
executeReturningWork(ReturningWork<T>, Connection) - Method in class org.hibernate.jdbc.WorkExecutor
Execute the discrete work encapsulated by a ReturningWork instance using the supplied connection, returning the result of ReturningWork.execute(Connection).
executeStatement() - Method in class org.hibernate.result.internal.OutputsImpl
 
executeSync(Runnable) - Method in class org.hibernate.testing.junit4.BaseUnitTestCase
 
executeSync(Runnable) - Method in class org.hibernate.testing.orm.junit.BaseSessionFactoryFunctionalTest
 
executeUpdate() - Method in interface org.hibernate.query.MutationQuery
Execute an insert, update, or delete statement, and return the number of affected entities.
executeUpdate() - Method in interface org.hibernate.query.Query
Execute an insert, update, or delete statement, and return the number of affected entities.
executeUpdate() - Method in class org.hibernate.query.spi.AbstractQuery
 
executeUpdate() - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
executeUpdate(PreparedStatement, String) - Method in class org.hibernate.engine.jdbc.internal.ResultSetReturnImpl
 
executeUpdate(PreparedStatement, String) - Method in interface org.hibernate.engine.jdbc.spi.ResultSetReturn
Execute the PreparedStatement, returning its "affected row count".
executeUpdate(Statement, String) - Method in class org.hibernate.engine.jdbc.internal.ResultSetReturnImpl
 
executeUpdate(Statement, String) - Method in interface org.hibernate.engine.jdbc.spi.ResultSetReturn
Execute the given SQL statement returning its "affected row count".
executeUpdate(DomainQueryExecutionContext) - Method in interface org.hibernate.query.spi.NonSelectQueryPlan
 
executeUpdate(DomainQueryExecutionContext) - Method in class org.hibernate.query.sql.internal.NativeNonSelectQueryPlanImpl
 
executeUpdate(DomainQueryExecutionContext) - Method in class org.hibernate.query.sqm.internal.AggregatedNonSelectQueryPlanImpl
 
executeUpdate(DomainQueryExecutionContext) - Method in class org.hibernate.query.sqm.internal.MultiTableDeleteQueryPlan
 
executeUpdate(DomainQueryExecutionContext) - Method in class org.hibernate.query.sqm.internal.MultiTableInsertQueryPlan
 
executeUpdate(DomainQueryExecutionContext) - Method in class org.hibernate.query.sqm.internal.MultiTableUpdateQueryPlan
 
executeUpdate(DomainQueryExecutionContext) - Method in class org.hibernate.query.sqm.internal.SimpleDeleteQueryPlan
 
executeUpdate(DomainQueryExecutionContext) - Method in class org.hibernate.query.sqm.internal.SimpleInsertQueryPlan
 
executeUpdate(DomainQueryExecutionContext) - Method in class org.hibernate.query.sqm.internal.SimpleUpdateQueryPlan
 
executeUpdate(SqmUpdateStatement<?>, DomainParameterXref, DomainQueryExecutionContext) - Method in class org.hibernate.query.sqm.mutation.internal.cte.CteMutationStrategy
 
executeUpdate(SqmUpdateStatement<?>, DomainParameterXref, DomainQueryExecutionContext) - Method in class org.hibernate.query.sqm.mutation.internal.inline.InlineMutationStrategy
 
executeUpdate(SqmUpdateStatement<?>, DomainParameterXref, DomainQueryExecutionContext) - Method in class org.hibernate.query.sqm.mutation.internal.temptable.GlobalTemporaryTableMutationStrategy
 
executeUpdate(SqmUpdateStatement<?>, DomainParameterXref, DomainQueryExecutionContext) - Method in class org.hibernate.query.sqm.mutation.internal.temptable.LocalTemporaryTableMutationStrategy
 
executeUpdate(SqmUpdateStatement<?>, DomainParameterXref, DomainQueryExecutionContext) - Method in class org.hibernate.query.sqm.mutation.internal.temptable.PersistentTableMutationStrategy
 
executeUpdate(SqmUpdateStatement<?>, DomainParameterXref, DomainQueryExecutionContext) - Method in interface org.hibernate.query.sqm.mutation.spi.SqmMultiTableMutationStrategy
Execute the multi-table update indicated by the passed SqmUpdateStatement
ExecuteUpdateResultCheckStyle - Enum in org.hibernate.engine.spi
For persistence operations (INSERT, UPDATE, DELETE) what style of determining results (success/failure) is to be used.
ExecuteUpdateResultCheckStyleConverter - Class in org.hibernate.boot.jaxb.hbm.internal
JAXB marshalling for the ExecuteUpdateResultCheckStyle enum
ExecuteUpdateResultCheckStyleConverter() - Constructor for class org.hibernate.boot.jaxb.hbm.internal.ExecuteUpdateResultCheckStyleConverter
 
ExecuteWithoutIdTableHelper - Class in org.hibernate.query.sqm.mutation.internal.temptable
 
ExecuteWithTemporaryTableHelper - Class in org.hibernate.query.sqm.mutation.internal.temptable
 
executeWork(Work, Connection) - Method in class org.hibernate.jdbc.WorkExecutor
Execute the discrete work encapsulated by a Work instance using the supplied connection.
executingScript(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
ExecutionContext - Interface in org.hibernate.sql.exec.spi
A context for execution of SQL statements expressed via SQL AST and JdbcOperation
executionContextForDoList(boolean, boolean, boolean) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
ExecutionException - Exception in org.hibernate.sql.exec
Indicates an exception performing execution
ExecutionException(String) - Constructor for exception org.hibernate.sql.exec.ExecutionException
 
ExecutionException(String, Throwable) - Constructor for exception org.hibernate.sql.exec.ExecutionException
 
ExecutionOptions - Interface in org.hibernate.tool.schema.spi
Parameter object representing options for schema management tool execution
EXECUTOR_KEY - Static variable in class org.hibernate.engine.jdbc.mutation.internal.MutationExecutorServiceInitiator
Names the BatchBuilder implementation to use.
executorService - Variable in class org.hibernate.testing.junit4.BaseUnitTestCase
 
exists() - Method in class org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl
 
exists() - Method in interface org.hibernate.tool.schema.spi.ScriptSourceInput
 
exists(Subquery<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
exists(Subquery<?>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
exists(Subquery<?>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
exists(Subquery<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
EXISTS - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
EXISTS - Static variable in class org.hibernate.grammars.hql.HqlParser
 
EXISTS() - Method in class org.hibernate.grammars.hql.HqlParser.ExistsCollectionPartPredicateContext
 
EXISTS() - Method in class org.hibernate.grammars.hql.HqlParser.ExistsPredicateContext
 
EXISTS() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
EXISTS_IN_DATABASE - org.hibernate.engine.internal.AbstractEntityEntry.BooleanState
 
ExistsCollectionPartPredicateContext(HqlParser.PredicateContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.ExistsCollectionPartPredicateContext
 
ExistsPredicate - Class in org.hibernate.sql.ast.tree.predicate
 
ExistsPredicate(QueryPart, boolean, JdbcMappingContainer) - Constructor for class org.hibernate.sql.ast.tree.predicate.ExistsPredicate
 
ExistsPredicate(SelectStatement, boolean, JdbcMappingContainer) - Constructor for class org.hibernate.sql.ast.tree.predicate.ExistsPredicate
 
ExistsPredicateContext(HqlParser.PredicateContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.ExistsPredicateContext
 
exitAdditionExpression(HqlParser.AdditionExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the AdditionExpression labeled alternative in HqlParser.expression().
exitAdditionExpression(HqlParser.AdditionExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the AdditionExpression labeled alternative in HqlParser.expression().
exitAdditiveOperator(HqlParser.AdditiveOperatorContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.additiveOperator().
exitAdditiveOperator(HqlParser.AdditiveOperatorContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.additiveOperator().
exitAggregateFunction(HqlParser.AggregateFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.aggregateFunction().
exitAggregateFunction(HqlParser.AggregateFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.aggregateFunction().
exitAndPredicate(HqlParser.AndPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the AndPredicate labeled alternative in HqlParser.predicate().
exitAndPredicate(HqlParser.AndPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the AndPredicate labeled alternative in HqlParser.predicate().
exitAnyFunction(HqlParser.AnyFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.anyFunction().
exitAnyFunction(HqlParser.AnyFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.anyFunction().
exitAnySomeQuantifier(HqlParser.AnySomeQuantifierContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.anySomeQuantifier().
exitAnySomeQuantifier(HqlParser.AnySomeQuantifierContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.anySomeQuantifier().
exitAssignment(HqlParser.AssignmentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.assignment().
exitAssignment(HqlParser.AssignmentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.assignment().
exitAttributeList(GraphLanguageParser.AttributeListContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
Exit a parse tree produced by GraphLanguageParser.attributeList().
exitAttributeList(GraphLanguageParser.AttributeListContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserListener
Exit a parse tree produced by GraphLanguageParser.attributeList().
exitAttributeNode(GraphLanguageParser.AttributeNodeContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
Exit a parse tree produced by GraphLanguageParser.attributeNode().
exitAttributeNode(GraphLanguageParser.AttributeNodeContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserListener
Exit a parse tree produced by GraphLanguageParser.attributeNode().
exitAttributePath(GraphLanguageParser.AttributePathContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
Exit a parse tree produced by GraphLanguageParser.attributePath().
exitAttributePath(GraphLanguageParser.AttributePathContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserListener
Exit a parse tree produced by GraphLanguageParser.attributePath().
exitAttributeQualifier(GraphLanguageParser.AttributeQualifierContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
Exit a parse tree produced by GraphLanguageParser.attributeQualifier().
exitAttributeQualifier(GraphLanguageParser.AttributeQualifierContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserListener
Exit a parse tree produced by GraphLanguageParser.attributeQualifier().
exitBarePrimaryExpression(HqlParser.BarePrimaryExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the BarePrimaryExpression labeled alternative in HqlParser.expression().
exitBarePrimaryExpression(HqlParser.BarePrimaryExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the BarePrimaryExpression labeled alternative in HqlParser.expression().
exitBetweenPredicate(HqlParser.BetweenPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the BetweenPredicate labeled alternative in HqlParser.predicate().
exitBetweenPredicate(HqlParser.BetweenPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the BetweenPredicate labeled alternative in HqlParser.predicate().
exitBinaryLiteral(HqlParser.BinaryLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.binaryLiteral().
exitBinaryLiteral(HqlParser.BinaryLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.binaryLiteral().
exitBooleanExpressionPredicate(HqlParser.BooleanExpressionPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the BooleanExpressionPredicate labeled alternative in HqlParser.predicate().
exitBooleanExpressionPredicate(HqlParser.BooleanExpressionPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the BooleanExpressionPredicate labeled alternative in HqlParser.predicate().
exitBooleanLiteral(HqlParser.BooleanLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.booleanLiteral().
exitBooleanLiteral(HqlParser.BooleanLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.booleanLiteral().
exitCaseExpression(HqlParser.CaseExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the CaseExpression labeled alternative in HqlParser.primaryExpression().
exitCaseExpression(HqlParser.CaseExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the CaseExpression labeled alternative in HqlParser.primaryExpression().
exitCaseList(HqlParser.CaseListContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.caseList().
exitCaseList(HqlParser.CaseListContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.caseList().
exitCaseOtherwise(HqlParser.CaseOtherwiseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.caseOtherwise().
exitCaseOtherwise(HqlParser.CaseOtherwiseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.caseOtherwise().
exitCastFunction(HqlParser.CastFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.castFunction().
exitCastFunction(HqlParser.CastFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.castFunction().
exitCastTarget(HqlParser.CastTargetContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.castTarget().
exitCastTarget(HqlParser.CastTargetContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.castTarget().
exitCastTargetType(HqlParser.CastTargetTypeContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.castTargetType().
exitCastTargetType(HqlParser.CastTargetTypeContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.castTargetType().
exitCollateFunction(HqlParser.CollateFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.collateFunction().
exitCollateFunction(HqlParser.CollateFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.collateFunction().
exitCollation(HqlParser.CollationContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.collation().
exitCollation(HqlParser.CollationContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.collation().
exitCollationSpecification(OrderingParser.CollationSpecificationContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Exit a parse tree produced by OrderingParser.collationSpecification().
exitCollationSpecification(OrderingParser.CollationSpecificationContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Exit a parse tree produced by OrderingParser.collationSpecification().
exitCollectionFunctionMisuse(HqlParser.CollectionFunctionMisuseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.collectionFunctionMisuse().
exitCollectionFunctionMisuse(HqlParser.CollectionFunctionMisuseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.collectionFunctionMisuse().
exitCollectionQuantifier(HqlParser.CollectionQuantifierContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.collectionQuantifier().
exitCollectionQuantifier(HqlParser.CollectionQuantifierContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.collectionQuantifier().
exitCollectionSizeFunction(HqlParser.CollectionSizeFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.collectionSizeFunction().
exitCollectionSizeFunction(HqlParser.CollectionSizeFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.collectionSizeFunction().
exitCollectionValueNavigablePath(HqlParser.CollectionValueNavigablePathContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.collectionValueNavigablePath().
exitCollectionValueNavigablePath(HqlParser.CollectionValueNavigablePathContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.collectionValueNavigablePath().
exitCommand(SqlScriptParser.CommandContext) - Method in class org.hibernate.grammars.importsql.SqlScriptParserBaseListener
Exit a parse tree produced by SqlScriptParser.command().
exitCommand(SqlScriptParser.CommandContext) - Method in interface org.hibernate.grammars.importsql.SqlScriptParserListener
Exit a parse tree produced by SqlScriptParser.command().
exitCommandBlock(SqlScriptParser.CommandBlockContext) - Method in class org.hibernate.grammars.importsql.SqlScriptParserBaseListener
Exit a parse tree produced by SqlScriptParser.commandBlock().
exitCommandBlock(SqlScriptParser.CommandBlockContext) - Method in interface org.hibernate.grammars.importsql.SqlScriptParserListener
Exit a parse tree produced by SqlScriptParser.commandBlock().
exitComparisonOperator(HqlParser.ComparisonOperatorContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.comparisonOperator().
exitComparisonOperator(HqlParser.ComparisonOperatorContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.comparisonOperator().
exitComparisonPredicate(HqlParser.ComparisonPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the ComparisonPredicate labeled alternative in HqlParser.predicate().
exitComparisonPredicate(HqlParser.ComparisonPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the ComparisonPredicate labeled alternative in HqlParser.predicate().
exitConcatenationExpression(HqlParser.ConcatenationExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the ConcatenationExpression labeled alternative in HqlParser.expression().
exitConcatenationExpression(HqlParser.ConcatenationExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the ConcatenationExpression labeled alternative in HqlParser.expression().
exitCrossJoin(HqlParser.CrossJoinContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.crossJoin().
exitCrossJoin(HqlParser.CrossJoinContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.crossJoin().
exitCte(HqlParser.CteContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.cte().
exitCte(HqlParser.CteContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.cte().
exitCteAttributes(HqlParser.CteAttributesContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.cteAttributes().
exitCteAttributes(HqlParser.CteAttributesContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.cteAttributes().
exitCube(HqlParser.CubeContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.cube().
exitCube(HqlParser.CubeContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.cube().
exitCurrentDateFunction(HqlParser.CurrentDateFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.currentDateFunction().
exitCurrentDateFunction(HqlParser.CurrentDateFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.currentDateFunction().
exitCurrentTimeFunction(HqlParser.CurrentTimeFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.currentTimeFunction().
exitCurrentTimeFunction(HqlParser.CurrentTimeFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.currentTimeFunction().
exitCurrentTimestampFunction(HqlParser.CurrentTimestampFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.currentTimestampFunction().
exitCurrentTimestampFunction(HqlParser.CurrentTimestampFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.currentTimestampFunction().
exitCycleClause(HqlParser.CycleClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.cycleClause().
exitCycleClause(HqlParser.CycleClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.cycleClause().
exitDate(HqlParser.DateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.date().
exitDate(HqlParser.DateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.date().
exitDateLiteral(HqlParser.DateLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.dateLiteral().
exitDateLiteral(HqlParser.DateLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.dateLiteral().
exitDateOrTimeField(HqlParser.DateOrTimeFieldContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.dateOrTimeField().
exitDateOrTimeField(HqlParser.DateOrTimeFieldContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.dateOrTimeField().
exitDateTime(HqlParser.DateTimeContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.dateTime().
exitDateTime(HqlParser.DateTimeContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.dateTime().
exitDatetimeField(HqlParser.DatetimeFieldContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.datetimeField().
exitDatetimeField(HqlParser.DatetimeFieldContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.datetimeField().
exitDateTimeLiteral(HqlParser.DateTimeLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.dateTimeLiteral().
exitDateTimeLiteral(HqlParser.DateTimeLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.dateTimeLiteral().
exitDay(HqlParser.DayContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.day().
exitDay(HqlParser.DayContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.day().
exitDayField(HqlParser.DayFieldContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.dayField().
exitDayField(HqlParser.DayFieldContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.dayField().
exitDeleteStatement(HqlParser.DeleteStatementContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.deleteStatement().
exitDeleteStatement(HqlParser.DeleteStatementContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.deleteStatement().
exitDirection(OrderingParser.DirectionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Exit a parse tree produced by OrderingParser.direction().
exitDirection(OrderingParser.DirectionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Exit a parse tree produced by OrderingParser.direction().
exitDotIdentifier(OrderingParser.DotIdentifierContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Exit a parse tree produced by OrderingParser.dotIdentifier().
exitDotIdentifier(OrderingParser.DotIdentifierContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Exit a parse tree produced by OrderingParser.dotIdentifier().
exitDotIdentifierExpression(OrderingParser.DotIdentifierExpressionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Exit a parse tree produced by the DotIdentifierExpression labeled alternative in OrderingParser.expression().
exitDotIdentifierExpression(OrderingParser.DotIdentifierExpressionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Exit a parse tree produced by the DotIdentifierExpression labeled alternative in OrderingParser.expression().
exitElementAggregateFunction(HqlParser.ElementAggregateFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the ElementAggregateFunction labeled alternative in HqlParser.collectionAggregateFunction().
exitElementAggregateFunction(HqlParser.ElementAggregateFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the ElementAggregateFunction labeled alternative in HqlParser.collectionAggregateFunction().
exitElementsValuesQuantifier(HqlParser.ElementsValuesQuantifierContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.elementsValuesQuantifier().
exitElementsValuesQuantifier(HqlParser.ElementsValuesQuantifierContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.elementsValuesQuantifier().
exitElementValueQuantifier(HqlParser.ElementValueQuantifierContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.elementValueQuantifier().
exitElementValueQuantifier(HqlParser.ElementValueQuantifierContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.elementValueQuantifier().
exitEntityIdExpression(HqlParser.EntityIdExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the EntityIdExpression labeled alternative in HqlParser.primaryExpression().
exitEntityIdExpression(HqlParser.EntityIdExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the EntityIdExpression labeled alternative in HqlParser.primaryExpression().
exitEntityIdReference(HqlParser.EntityIdReferenceContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.entityIdReference().
exitEntityIdReference(HqlParser.EntityIdReferenceContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.entityIdReference().
exitEntityName(HqlParser.EntityNameContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.entityName().
exitEntityName(HqlParser.EntityNameContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.entityName().
exitEntityNaturalIdExpression(HqlParser.EntityNaturalIdExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the EntityNaturalIdExpression labeled alternative in HqlParser.primaryExpression().
exitEntityNaturalIdExpression(HqlParser.EntityNaturalIdExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the EntityNaturalIdExpression labeled alternative in HqlParser.primaryExpression().
exitEntityNaturalIdReference(HqlParser.EntityNaturalIdReferenceContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.entityNaturalIdReference().
exitEntityNaturalIdReference(HqlParser.EntityNaturalIdReferenceContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.entityNaturalIdReference().
exitEntityTypeExpression(HqlParser.EntityTypeExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the EntityTypeExpression labeled alternative in HqlParser.primaryExpression().
exitEntityTypeExpression(HqlParser.EntityTypeExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the EntityTypeExpression labeled alternative in HqlParser.primaryExpression().
exitEntityTypeReference(HqlParser.EntityTypeReferenceContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.entityTypeReference().
exitEntityTypeReference(HqlParser.EntityTypeReferenceContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.entityTypeReference().
exitEntityVersionExpression(HqlParser.EntityVersionExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the EntityVersionExpression labeled alternative in HqlParser.primaryExpression().
exitEntityVersionExpression(HqlParser.EntityVersionExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the EntityVersionExpression labeled alternative in HqlParser.primaryExpression().
exitEntityVersionReference(HqlParser.EntityVersionReferenceContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.entityVersionReference().
exitEntityVersionReference(HqlParser.EntityVersionReferenceContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.entityVersionReference().
exitEntityWithJoins(HqlParser.EntityWithJoinsContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.entityWithJoins().
exitEntityWithJoins(HqlParser.EntityWithJoinsContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.entityWithJoins().
exitEveryAllQuantifier(HqlParser.EveryAllQuantifierContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.everyAllQuantifier().
exitEveryAllQuantifier(HqlParser.EveryAllQuantifierContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.everyAllQuantifier().
exitEveryFunction(HqlParser.EveryFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.everyFunction().
exitEveryFunction(HqlParser.EveryFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.everyFunction().
exitEveryRule(ParserRuleContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
exitEveryRule(ParserRuleContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
exitEveryRule(ParserRuleContext) - Method in class org.hibernate.grammars.importsql.SqlScriptParserBaseListener
exitEveryRule(ParserRuleContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
exitExistsCollectionPartPredicate(HqlParser.ExistsCollectionPartPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the ExistsCollectionPartPredicate labeled alternative in HqlParser.predicate().
exitExistsCollectionPartPredicate(HqlParser.ExistsCollectionPartPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the ExistsCollectionPartPredicate labeled alternative in HqlParser.predicate().
exitExistsPredicate(HqlParser.ExistsPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the ExistsPredicate labeled alternative in HqlParser.predicate().
exitExistsPredicate(HqlParser.ExistsPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the ExistsPredicate labeled alternative in HqlParser.predicate().
exitExplicitTupleInList(HqlParser.ExplicitTupleInListContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the ExplicitTupleInList labeled alternative in HqlParser.inList().
exitExplicitTupleInList(HqlParser.ExplicitTupleInListContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the ExplicitTupleInList labeled alternative in HqlParser.inList().
exitExpressionOrPredicate(HqlParser.ExpressionOrPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.expressionOrPredicate().
exitExpressionOrPredicate(HqlParser.ExpressionOrPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.expressionOrPredicate().
exitExtractField(HqlParser.ExtractFieldContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.extractField().
exitExtractField(HqlParser.ExtractFieldContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.extractField().
exitExtractFunction(HqlParser.ExtractFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.extractFunction().
exitExtractFunction(HqlParser.ExtractFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.extractFunction().
exitFetchClause(HqlParser.FetchClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.fetchClause().
exitFetchClause(HqlParser.FetchClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.fetchClause().
exitFetchCountOrPercent(HqlParser.FetchCountOrPercentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.fetchCountOrPercent().
exitFetchCountOrPercent(HqlParser.FetchCountOrPercentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.fetchCountOrPercent().
exitFilterClause(HqlParser.FilterClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.filterClause().
exitFilterClause(HqlParser.FilterClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.filterClause().
exitFormat(HqlParser.FormatContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.format().
exitFormat(HqlParser.FormatContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.format().
exitFormatFunction(HqlParser.FormatFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.formatFunction().
exitFormatFunction(HqlParser.FormatFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.formatFunction().
exitFrameClause(HqlParser.FrameClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.frameClause().
exitFrameClause(HqlParser.FrameClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.frameClause().
exitFrameEnd(HqlParser.FrameEndContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.frameEnd().
exitFrameEnd(HqlParser.FrameEndContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.frameEnd().
exitFrameExclusion(HqlParser.FrameExclusionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.frameExclusion().
exitFrameExclusion(HqlParser.FrameExclusionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.frameExclusion().
exitFrameStart(HqlParser.FrameStartContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.frameStart().
exitFrameStart(HqlParser.FrameStartContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.frameStart().
exitFromClause(HqlParser.FromClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.fromClause().
exitFromClause(HqlParser.FromClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.fromClause().
exitFromDurationExpression(HqlParser.FromDurationExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the FromDurationExpression labeled alternative in HqlParser.expression().
exitFromDurationExpression(HqlParser.FromDurationExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the FromDurationExpression labeled alternative in HqlParser.expression().
exitFunction(HqlParser.FunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.function().
exitFunction(HqlParser.FunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.function().
exitFunction(OrderingParser.FunctionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Exit a parse tree produced by OrderingParser.function().
exitFunction(OrderingParser.FunctionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Exit a parse tree produced by OrderingParser.function().
exitFunctionArgument(OrderingParser.FunctionArgumentContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Exit a parse tree produced by OrderingParser.functionArgument().
exitFunctionArgument(OrderingParser.FunctionArgumentContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Exit a parse tree produced by OrderingParser.functionArgument().
exitFunctionArguments(OrderingParser.FunctionArgumentsContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Exit a parse tree produced by OrderingParser.functionArguments().
exitFunctionArguments(OrderingParser.FunctionArgumentsContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Exit a parse tree produced by OrderingParser.functionArguments().
exitFunctionExpression(HqlParser.FunctionExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the FunctionExpression labeled alternative in HqlParser.primaryExpression().
exitFunctionExpression(HqlParser.FunctionExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the FunctionExpression labeled alternative in HqlParser.primaryExpression().
exitFunctionExpression(OrderingParser.FunctionExpressionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Exit a parse tree produced by the FunctionExpression labeled alternative in OrderingParser.expression().
exitFunctionExpression(OrderingParser.FunctionExpressionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Exit a parse tree produced by the FunctionExpression labeled alternative in OrderingParser.expression().
exitGeneralizedLiteral(HqlParser.GeneralizedLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.generalizedLiteral().
exitGeneralizedLiteral(HqlParser.GeneralizedLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.generalizedLiteral().
exitGeneralizedLiteralText(HqlParser.GeneralizedLiteralTextContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.generalizedLiteralText().
exitGeneralizedLiteralText(HqlParser.GeneralizedLiteralTextContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.generalizedLiteralText().
exitGeneralizedLiteralType(HqlParser.GeneralizedLiteralTypeContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.generalizedLiteralType().
exitGeneralizedLiteralType(HqlParser.GeneralizedLiteralTypeContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.generalizedLiteralType().
exitGeneralPathExpression(HqlParser.GeneralPathExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the GeneralPathExpression labeled alternative in HqlParser.primaryExpression().
exitGeneralPathExpression(HqlParser.GeneralPathExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the GeneralPathExpression labeled alternative in HqlParser.primaryExpression().
exitGeneralPathFragment(HqlParser.GeneralPathFragmentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.generalPathFragment().
exitGeneralPathFragment(HqlParser.GeneralPathFragmentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.generalPathFragment().
exitGenericFunction(HqlParser.GenericFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.genericFunction().
exitGenericFunction(HqlParser.GenericFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.genericFunction().
exitGenericFunctionArguments(HqlParser.GenericFunctionArgumentsContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.genericFunctionArguments().
exitGenericFunctionArguments(HqlParser.GenericFunctionArgumentsContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.genericFunctionArguments().
exitGenericFunctionName(HqlParser.GenericFunctionNameContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.genericFunctionName().
exitGenericFunctionName(HqlParser.GenericFunctionNameContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.genericFunctionName().
exitGenericTemporalLiteralText(HqlParser.GenericTemporalLiteralTextContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.genericTemporalLiteralText().
exitGenericTemporalLiteralText(HqlParser.GenericTemporalLiteralTextContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.genericTemporalLiteralText().
exitGraph(GraphLanguageParser.GraphContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
Exit a parse tree produced by GraphLanguageParser.graph().
exitGraph(GraphLanguageParser.GraphContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserListener
Exit a parse tree produced by GraphLanguageParser.graph().
exitGroupByClause(HqlParser.GroupByClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.groupByClause().
exitGroupByClause(HqlParser.GroupByClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.groupByClause().
exitGroupByExpression(HqlParser.GroupByExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.groupByExpression().
exitGroupByExpression(HqlParser.GroupByExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.groupByExpression().
exitGroupedExpression(HqlParser.GroupedExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the GroupedExpression labeled alternative in HqlParser.expression().
exitGroupedExpression(HqlParser.GroupedExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the GroupedExpression labeled alternative in HqlParser.expression().
exitGroupedPredicate(HqlParser.GroupedPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the GroupedPredicate labeled alternative in HqlParser.predicate().
exitGroupedPredicate(HqlParser.GroupedPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the GroupedPredicate labeled alternative in HqlParser.predicate().
exitHavingClause(HqlParser.HavingClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.havingClause().
exitHavingClause(HqlParser.HavingClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.havingClause().
exitHour(HqlParser.HourContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.hour().
exitHour(HqlParser.HourContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.hour().
exitIdentifier(HqlParser.IdentifierContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.identifier().
exitIdentifier(HqlParser.IdentifierContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.identifier().
exitIdentifier(OrderingParser.IdentifierContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Exit a parse tree produced by OrderingParser.identifier().
exitIdentifier(OrderingParser.IdentifierContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Exit a parse tree produced by OrderingParser.identifier().
exitIdentifierExpression(OrderingParser.IdentifierExpressionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Exit a parse tree produced by the IdentifierExpression labeled alternative in OrderingParser.expression().
exitIdentifierExpression(OrderingParser.IdentifierExpressionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Exit a parse tree produced by the IdentifierExpression labeled alternative in OrderingParser.expression().
exitIndexAggregateFunction(HqlParser.IndexAggregateFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the IndexAggregateFunction labeled alternative in HqlParser.collectionAggregateFunction().
exitIndexAggregateFunction(HqlParser.IndexAggregateFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the IndexAggregateFunction labeled alternative in HqlParser.collectionAggregateFunction().
exitIndexedPathAccessFragment(HqlParser.IndexedPathAccessFragmentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.indexedPathAccessFragment().
exitIndexedPathAccessFragment(HqlParser.IndexedPathAccessFragmentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.indexedPathAccessFragment().
exitIndexKeyQuantifier(HqlParser.IndexKeyQuantifierContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.indexKeyQuantifier().
exitIndexKeyQuantifier(HqlParser.IndexKeyQuantifierContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.indexKeyQuantifier().
exitIndicesKeysQuantifier(HqlParser.IndicesKeysQuantifierContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.indicesKeysQuantifier().
exitIndicesKeysQuantifier(HqlParser.IndicesKeysQuantifierContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.indicesKeysQuantifier().
exitInPredicate(HqlParser.InPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the InPredicate labeled alternative in HqlParser.predicate().
exitInPredicate(HqlParser.InPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the InPredicate labeled alternative in HqlParser.predicate().
exitInsertStatement(HqlParser.InsertStatementContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.insertStatement().
exitInsertStatement(HqlParser.InsertStatementContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.insertStatement().
exitInstantFunction(HqlParser.InstantFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.instantFunction().
exitInstantFunction(HqlParser.InstantFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.instantFunction().
exitInstantiation(HqlParser.InstantiationContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.instantiation().
exitInstantiation(HqlParser.InstantiationContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.instantiation().
exitInstantiationArgument(HqlParser.InstantiationArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.instantiationArgument().
exitInstantiationArgument(HqlParser.InstantiationArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.instantiationArgument().
exitInstantiationArgumentExpression(HqlParser.InstantiationArgumentExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.instantiationArgumentExpression().
exitInstantiationArgumentExpression(HqlParser.InstantiationArgumentExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.instantiationArgumentExpression().
exitInstantiationArguments(HqlParser.InstantiationArgumentsContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.instantiationArguments().
exitInstantiationArguments(HqlParser.InstantiationArgumentsContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.instantiationArguments().
exitInstantiationTarget(HqlParser.InstantiationTargetContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.instantiationTarget().
exitInstantiationTarget(HqlParser.InstantiationTargetContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.instantiationTarget().
exitIsDistinctFromPredicate(HqlParser.IsDistinctFromPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the IsDistinctFromPredicate labeled alternative in HqlParser.predicate().
exitIsDistinctFromPredicate(HqlParser.IsDistinctFromPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the IsDistinctFromPredicate labeled alternative in HqlParser.predicate().
exitIsEmptyPredicate(HqlParser.IsEmptyPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the IsEmptyPredicate labeled alternative in HqlParser.predicate().
exitIsEmptyPredicate(HqlParser.IsEmptyPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the IsEmptyPredicate labeled alternative in HqlParser.predicate().
exitIsFalsePredicate(HqlParser.IsFalsePredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the IsFalsePredicate labeled alternative in HqlParser.predicate().
exitIsFalsePredicate(HqlParser.IsFalsePredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the IsFalsePredicate labeled alternative in HqlParser.predicate().
exitIsNullPredicate(HqlParser.IsNullPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the IsNullPredicate labeled alternative in HqlParser.predicate().
exitIsNullPredicate(HqlParser.IsNullPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the IsNullPredicate labeled alternative in HqlParser.predicate().
exitIsTruePredicate(HqlParser.IsTruePredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the IsTruePredicate labeled alternative in HqlParser.predicate().
exitIsTruePredicate(HqlParser.IsTruePredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the IsTruePredicate labeled alternative in HqlParser.predicate().
exitJdbcDateLiteral(HqlParser.JdbcDateLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.jdbcDateLiteral().
exitJdbcDateLiteral(HqlParser.JdbcDateLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.jdbcDateLiteral().
exitJdbcTimeLiteral(HqlParser.JdbcTimeLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.jdbcTimeLiteral().
exitJdbcTimeLiteral(HqlParser.JdbcTimeLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.jdbcTimeLiteral().
exitJdbcTimestampLiteral(HqlParser.JdbcTimestampLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.jdbcTimestampLiteral().
exitJdbcTimestampLiteral(HqlParser.JdbcTimestampLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.jdbcTimestampLiteral().
exitJoin(HqlParser.JoinContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.join().
exitJoin(HqlParser.JoinContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.join().
exitJoinPath(HqlParser.JoinPathContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the JoinPath labeled alternative in HqlParser.joinTarget().
exitJoinPath(HqlParser.JoinPathContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the JoinPath labeled alternative in HqlParser.joinTarget().
exitJoinRestriction(HqlParser.JoinRestrictionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.joinRestriction().
exitJoinRestriction(HqlParser.JoinRestrictionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.joinRestriction().
exitJoinSubquery(HqlParser.JoinSubqueryContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the JoinSubquery labeled alternative in HqlParser.joinTarget().
exitJoinSubquery(HqlParser.JoinSubqueryContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the JoinSubquery labeled alternative in HqlParser.joinTarget().
exitJoinType(HqlParser.JoinTypeContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.joinType().
exitJoinType(HqlParser.JoinTypeContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.joinType().
exitJpaCollectionJoin(HqlParser.JpaCollectionJoinContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.jpaCollectionJoin().
exitJpaCollectionJoin(HqlParser.JpaCollectionJoinContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.jpaCollectionJoin().
exitJpaNonstandardFunction(HqlParser.JpaNonstandardFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.jpaNonstandardFunction().
exitJpaNonstandardFunction(HqlParser.JpaNonstandardFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.jpaNonstandardFunction().
exitJpaNonstandardFunctionName(HqlParser.JpaNonstandardFunctionNameContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.jpaNonstandardFunctionName().
exitJpaNonstandardFunctionName(HqlParser.JpaNonstandardFunctionNameContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.jpaNonstandardFunctionName().
exitJpaSelectObjectSyntax(HqlParser.JpaSelectObjectSyntaxContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.jpaSelectObjectSyntax().
exitJpaSelectObjectSyntax(HqlParser.JpaSelectObjectSyntaxContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.jpaSelectObjectSyntax().
exitLikeEscape(HqlParser.LikeEscapeContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.likeEscape().
exitLikeEscape(HqlParser.LikeEscapeContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.likeEscape().
exitLikePredicate(HqlParser.LikePredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the LikePredicate labeled alternative in HqlParser.predicate().
exitLikePredicate(HqlParser.LikePredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the LikePredicate labeled alternative in HqlParser.predicate().
exitLimitClause(HqlParser.LimitClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.limitClause().
exitLimitClause(HqlParser.LimitClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.limitClause().
exitListaggFunction(HqlParser.ListaggFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.listaggFunction().
exitListaggFunction(HqlParser.ListaggFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.listaggFunction().
exitLiteral(HqlParser.LiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.literal().
exitLiteral(HqlParser.LiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.literal().
exitLiteral(OrderingParser.LiteralContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Exit a parse tree produced by OrderingParser.literal().
exitLiteral(OrderingParser.LiteralContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Exit a parse tree produced by OrderingParser.literal().
exitLiteralExpression(HqlParser.LiteralExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the LiteralExpression labeled alternative in HqlParser.primaryExpression().
exitLiteralExpression(HqlParser.LiteralExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the LiteralExpression labeled alternative in HqlParser.primaryExpression().
exitLocalDateFunction(HqlParser.LocalDateFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.localDateFunction().
exitLocalDateFunction(HqlParser.LocalDateFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.localDateFunction().
exitLocalDateTime(HqlParser.LocalDateTimeContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.localDateTime().
exitLocalDateTime(HqlParser.LocalDateTimeContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.localDateTime().
exitLocalDateTimeFunction(HqlParser.LocalDateTimeFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.localDateTimeFunction().
exitLocalDateTimeFunction(HqlParser.LocalDateTimeFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.localDateTimeFunction().
exitLocalDateTimeLiteral(HqlParser.LocalDateTimeLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.localDateTimeLiteral().
exitLocalDateTimeLiteral(HqlParser.LocalDateTimeLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.localDateTimeLiteral().
exitLocalTimeFunction(HqlParser.LocalTimeFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.localTimeFunction().
exitLocalTimeFunction(HqlParser.LocalTimeFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.localTimeFunction().
exitMapEntrySelection(HqlParser.MapEntrySelectionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.mapEntrySelection().
exitMapEntrySelection(HqlParser.MapEntrySelectionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.mapEntrySelection().
exitMapKeyNavigablePath(HqlParser.MapKeyNavigablePathContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.mapKeyNavigablePath().
exitMapKeyNavigablePath(HqlParser.MapKeyNavigablePathContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.mapKeyNavigablePath().
exitMemberOfPredicate(HqlParser.MemberOfPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the MemberOfPredicate labeled alternative in HqlParser.predicate().
exitMemberOfPredicate(HqlParser.MemberOfPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the MemberOfPredicate labeled alternative in HqlParser.predicate().
exitMinute(HqlParser.MinuteContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.minute().
exitMinute(HqlParser.MinuteContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.minute().
exitMonth(HqlParser.MonthContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.month().
exitMonth(HqlParser.MonthContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.month().
exitMultiplicationExpression(HqlParser.MultiplicationExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the MultiplicationExpression labeled alternative in HqlParser.expression().
exitMultiplicationExpression(HqlParser.MultiplicationExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the MultiplicationExpression labeled alternative in HqlParser.expression().
exitMultiplicativeOperator(HqlParser.MultiplicativeOperatorContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.multiplicativeOperator().
exitMultiplicativeOperator(HqlParser.MultiplicativeOperatorContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.multiplicativeOperator().
exitNakedIdentifier(HqlParser.NakedIdentifierContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.nakedIdentifier().
exitNakedIdentifier(HqlParser.NakedIdentifierContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.nakedIdentifier().
exitNamedParameter(HqlParser.NamedParameterContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the NamedParameter labeled alternative in HqlParser.parameter().
exitNamedParameter(HqlParser.NamedParameterContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the NamedParameter labeled alternative in HqlParser.parameter().
exitNegatedPredicate(HqlParser.NegatedPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the NegatedPredicate labeled alternative in HqlParser.predicate().
exitNegatedPredicate(HqlParser.NegatedPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the NegatedPredicate labeled alternative in HqlParser.predicate().
exitNestedQueryExpression(HqlParser.NestedQueryExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the NestedQueryExpression labeled alternative in HqlParser.orderedQuery().
exitNestedQueryExpression(HqlParser.NestedQueryExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the NestedQueryExpression labeled alternative in HqlParser.orderedQuery().
exitNthSideClause(HqlParser.NthSideClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.nthSideClause().
exitNthSideClause(HqlParser.NthSideClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.nthSideClause().
exitNullsClause(HqlParser.NullsClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.nullsClause().
exitNullsClause(HqlParser.NullsClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.nullsClause().
exitNullsPrecedence(HqlParser.NullsPrecedenceContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.nullsPrecedence().
exitNullsPrecedence(HqlParser.NullsPrecedenceContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.nullsPrecedence().
exitNullsPrecedence(OrderingParser.NullsPrecedenceContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Exit a parse tree produced by OrderingParser.nullsPrecedence().
exitNullsPrecedence(OrderingParser.NullsPrecedenceContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Exit a parse tree produced by OrderingParser.nullsPrecedence().
exitNumericLiteral(HqlParser.NumericLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.numericLiteral().
exitNumericLiteral(HqlParser.NumericLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.numericLiteral().
exitOffset(HqlParser.OffsetContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.offset().
exitOffset(HqlParser.OffsetContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.offset().
exitOffsetClause(HqlParser.OffsetClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.offsetClause().
exitOffsetClause(HqlParser.OffsetClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.offsetClause().
exitOffsetDateTime(HqlParser.OffsetDateTimeContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.offsetDateTime().
exitOffsetDateTime(HqlParser.OffsetDateTimeContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.offsetDateTime().
exitOffsetDateTimeFunction(HqlParser.OffsetDateTimeFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.offsetDateTimeFunction().
exitOffsetDateTimeFunction(HqlParser.OffsetDateTimeFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.offsetDateTimeFunction().
exitOffsetDateTimeLiteral(HqlParser.OffsetDateTimeLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.offsetDateTimeLiteral().
exitOffsetDateTimeLiteral(HqlParser.OffsetDateTimeLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.offsetDateTimeLiteral().
exitOffsetDateTimeWithMinutes(HqlParser.OffsetDateTimeWithMinutesContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.offsetDateTimeWithMinutes().
exitOffsetDateTimeWithMinutes(HqlParser.OffsetDateTimeWithMinutesContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.offsetDateTimeWithMinutes().
exitOffsetWithMinutes(HqlParser.OffsetWithMinutesContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.offsetWithMinutes().
exitOffsetWithMinutes(HqlParser.OffsetWithMinutesContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.offsetWithMinutes().
exitOnOverflowClause(HqlParser.OnOverflowClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.onOverflowClause().
exitOnOverflowClause(HqlParser.OnOverflowClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.onOverflowClause().
exitOrderByClause(HqlParser.OrderByClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.orderByClause().
exitOrderByClause(HqlParser.OrderByClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.orderByClause().
exitOrderByFragment(HqlParser.OrderByFragmentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.orderByFragment().
exitOrderByFragment(HqlParser.OrderByFragmentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.orderByFragment().
exitOrderByFragment(OrderingParser.OrderByFragmentContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Exit a parse tree produced by OrderingParser.orderByFragment().
exitOrderByFragment(OrderingParser.OrderByFragmentContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Exit a parse tree produced by OrderingParser.orderByFragment().
exitOrPredicate(HqlParser.OrPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the OrPredicate labeled alternative in HqlParser.predicate().
exitOrPredicate(HqlParser.OrPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the OrPredicate labeled alternative in HqlParser.predicate().
exitOverClause(HqlParser.OverClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.overClause().
exitOverClause(HqlParser.OverClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.overClause().
exitOverlayFunction(HqlParser.OverlayFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.overlayFunction().
exitOverlayFunction(HqlParser.OverlayFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.overlayFunction().
exitOverlayFunctionLengthArgument(HqlParser.OverlayFunctionLengthArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.overlayFunctionLengthArgument().
exitOverlayFunctionLengthArgument(HqlParser.OverlayFunctionLengthArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.overlayFunctionLengthArgument().
exitOverlayFunctionReplacementArgument(HqlParser.OverlayFunctionReplacementArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.overlayFunctionReplacementArgument().
exitOverlayFunctionReplacementArgument(HqlParser.OverlayFunctionReplacementArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.overlayFunctionReplacementArgument().
exitOverlayFunctionStartArgument(HqlParser.OverlayFunctionStartArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.overlayFunctionStartArgument().
exitOverlayFunctionStartArgument(HqlParser.OverlayFunctionStartArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.overlayFunctionStartArgument().
exitOverlayFunctionStringArgument(HqlParser.OverlayFunctionStringArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.overlayFunctionStringArgument().
exitOverlayFunctionStringArgument(HqlParser.OverlayFunctionStringArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.overlayFunctionStringArgument().
exitPackagedFunction(OrderingParser.PackagedFunctionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Exit a parse tree produced by OrderingParser.packagedFunction().
exitPackagedFunction(OrderingParser.PackagedFunctionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Exit a parse tree produced by OrderingParser.packagedFunction().
exitPadCharacter(HqlParser.PadCharacterContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.padCharacter().
exitPadCharacter(HqlParser.PadCharacterContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.padCharacter().
exitPadFunction(HqlParser.PadFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.padFunction().
exitPadFunction(HqlParser.PadFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.padFunction().
exitPadLength(HqlParser.PadLengthContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.padLength().
exitPadLength(HqlParser.PadLengthContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.padLength().
exitPadSpecification(HqlParser.PadSpecificationContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.padSpecification().
exitPadSpecification(HqlParser.PadSpecificationContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.padSpecification().
exitParameterExpression(HqlParser.ParameterExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the ParameterExpression labeled alternative in HqlParser.primaryExpression().
exitParameterExpression(HqlParser.ParameterExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the ParameterExpression labeled alternative in HqlParser.primaryExpression().
exitParameterOrIntegerLiteral(HqlParser.ParameterOrIntegerLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.parameterOrIntegerLiteral().
exitParameterOrIntegerLiteral(HqlParser.ParameterOrIntegerLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.parameterOrIntegerLiteral().
exitParameterOrNumberLiteral(HqlParser.ParameterOrNumberLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.parameterOrNumberLiteral().
exitParameterOrNumberLiteral(HqlParser.ParameterOrNumberLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.parameterOrNumberLiteral().
exitParamInList(HqlParser.ParamInListContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the ParamInList labeled alternative in HqlParser.inList().
exitParamInList(HqlParser.ParamInListContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the ParamInList labeled alternative in HqlParser.inList().
exitPartitionClause(HqlParser.PartitionClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.partitionClause().
exitPartitionClause(HqlParser.PartitionClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.partitionClause().
exitPath(HqlParser.PathContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.path().
exitPath(HqlParser.PathContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.path().
exitPathContinuation(HqlParser.PathContinuationContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.pathContinuation().
exitPathContinuation(HqlParser.PathContinuationContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.pathContinuation().
exitPersistentCollectionReferenceInList(HqlParser.PersistentCollectionReferenceInListContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the PersistentCollectionReferenceInList labeled alternative in HqlParser.inList().
exitPersistentCollectionReferenceInList(HqlParser.PersistentCollectionReferenceInListContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the PersistentCollectionReferenceInList labeled alternative in HqlParser.inList().
exitPositionalParameter(HqlParser.PositionalParameterContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the PositionalParameter labeled alternative in HqlParser.parameter().
exitPositionalParameter(HqlParser.PositionalParameterContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the PositionalParameter labeled alternative in HqlParser.parameter().
exitPositionFunction(HqlParser.PositionFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.positionFunction().
exitPositionFunction(HqlParser.PositionFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.positionFunction().
exitPositionFunctionPatternArgument(HqlParser.PositionFunctionPatternArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.positionFunctionPatternArgument().
exitPositionFunctionPatternArgument(HqlParser.PositionFunctionPatternArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.positionFunctionPatternArgument().
exitPositionFunctionStringArgument(HqlParser.PositionFunctionStringArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.positionFunctionStringArgument().
exitPositionFunctionStringArgument(HqlParser.PositionFunctionStringArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.positionFunctionStringArgument().
exitQuery(HqlParser.QueryContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.query().
exitQuery(HqlParser.QueryContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.query().
exitQueryOrder(HqlParser.QueryOrderContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.queryOrder().
exitQueryOrder(HqlParser.QueryOrderContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.queryOrder().
exitQueryOrderExpression(HqlParser.QueryOrderExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the QueryOrderExpression labeled alternative in HqlParser.orderedQuery().
exitQueryOrderExpression(HqlParser.QueryOrderExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the QueryOrderExpression labeled alternative in HqlParser.orderedQuery().
exitQuerySpecExpression(HqlParser.QuerySpecExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the QuerySpecExpression labeled alternative in HqlParser.orderedQuery().
exitQuerySpecExpression(HqlParser.QuerySpecExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the QuerySpecExpression labeled alternative in HqlParser.orderedQuery().
exitRollup(HqlParser.RollupContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.rollup().
exitRollup(HqlParser.RollupContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.rollup().
exitRootEntity(HqlParser.RootEntityContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the RootEntity labeled alternative in HqlParser.fromRoot().
exitRootEntity(HqlParser.RootEntityContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the RootEntity labeled alternative in HqlParser.fromRoot().
exitRootSubquery(HqlParser.RootSubqueryContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the RootSubquery labeled alternative in HqlParser.fromRoot().
exitRootSubquery(HqlParser.RootSubqueryContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the RootSubquery labeled alternative in HqlParser.fromRoot().
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeListContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeNodeContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributePathContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeQualifierContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.GraphContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.SubGraphContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.graph.GraphLanguageParser.SubTypeContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.AdditionExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.AdditiveOperatorContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.AggregateFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.AndPredicateContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.AnyFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.AnySomeQuantifierContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.AssignmentContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.BarePrimaryExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.BetweenPredicateContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.BinaryLiteralContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.BooleanExpressionPredicateContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.BooleanLiteralContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CaseExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CaseListContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CaseOtherwiseContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CastFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CastTargetContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CastTargetTypeContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CollateFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CollationContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CollectionFunctionMisuseContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CollectionQuantifierContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CollectionSizeFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CollectionValueNavigablePathContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ComparisonOperatorContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ComparisonPredicateContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ConcatenationExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CrossJoinContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CteAttributesContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CteContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CubeContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CurrentDateFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CurrentTimeFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CurrentTimestampFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.CycleClauseContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.DateContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.DateLiteralContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.DateOrTimeFieldContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.DateTimeContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.DatetimeFieldContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.DateTimeLiteralContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.DayContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.DayFieldContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.DeleteStatementContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ElementAggregateFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ElementsValuesQuantifierContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ElementValueQuantifierContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.EntityIdExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.EntityIdReferenceContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.EntityNameContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.EntityNaturalIdExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.EntityNaturalIdReferenceContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.EntityTypeExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.EntityTypeReferenceContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.EntityVersionExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.EntityVersionReferenceContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.EntityWithJoinsContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.EveryAllQuantifierContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.EveryFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ExistsCollectionPartPredicateContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ExistsPredicateContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ExplicitTupleInListContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ExpressionOrPredicateContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ExtractFieldContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ExtractFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.FetchClauseContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.FetchCountOrPercentContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.FilterClauseContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.FormatContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.FormatFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.FrameClauseContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.FrameEndContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.FrameExclusionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.FrameStartContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.FromClauseContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.FromDurationExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.FunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.FunctionExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.GeneralizedLiteralContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.GeneralizedLiteralTextContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.GeneralizedLiteralTypeContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.GeneralPathExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.GeneralPathFragmentContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.GenericFunctionArgumentsContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.GenericFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.GenericFunctionNameContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.GenericTemporalLiteralTextContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.GroupByClauseContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.GroupByExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.GroupedExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.GroupedPredicateContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.HavingClauseContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.HourContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.IndexAggregateFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.IndexedPathAccessFragmentContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.IndexKeyQuantifierContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.IndicesKeysQuantifierContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.InPredicateContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.InsertStatementContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.InstantFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationArgumentContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationArgumentExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationArgumentsContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationTargetContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.IsDistinctFromPredicateContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.IsEmptyPredicateContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.IsFalsePredicateContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.IsNullPredicateContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.IsTruePredicateContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JdbcDateLiteralContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JdbcTimeLiteralContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JdbcTimestampLiteralContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JoinContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JoinPathContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JoinRestrictionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JoinSubqueryContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JoinTypeContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JpaCollectionJoinContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JpaNonstandardFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JpaNonstandardFunctionNameContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.JpaSelectObjectSyntaxContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.LikeEscapeContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.LikePredicateContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.LimitClauseContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ListaggFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.LiteralContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.LiteralExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateTimeContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateTimeFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateTimeLiteralContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.LocalTimeFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.MapEntrySelectionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.MapKeyNavigablePathContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.MemberOfPredicateContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.MinuteContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.MonthContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.MultiplicationExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.MultiplicativeOperatorContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.NamedParameterContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.NegatedPredicateContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.NestedQueryExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.NthSideClauseContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.NullsClauseContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.NullsPrecedenceContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.NumericLiteralContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OffsetClauseContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OffsetContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeLiteralContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeWithMinutesContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OffsetWithMinutesContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OnOverflowClauseContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OrderByClauseContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OrderByFragmentContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OrPredicateContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OverClauseContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionLengthArgumentContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionReplacementArgumentContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionStartArgumentContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionStringArgumentContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.PadCharacterContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.PadFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.PadLengthContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.PadSpecificationContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ParameterExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ParameterOrIntegerLiteralContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ParameterOrNumberLiteralContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ParamInListContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.PartitionClauseContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.PathContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.PathContinuationContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.PersistentCollectionReferenceInListContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.PositionalParameterContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.PositionFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.PositionFunctionPatternArgumentContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.PositionFunctionStringArgumentContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.QueryContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.QueryOrderContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.QueryOrderExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.QuerySpecExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.RollupContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.RootEntityContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.RootSubqueryContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SearchClauseContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SearchedCaseListContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SearchedCaseWhenContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SearchSpecificationContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SearchSpecificationsContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SecondContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SelectClauseContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SelectExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SelectionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SelectionListContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SelectStatementContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SetClauseContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SetOperatorContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SetQueryGroupContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SignOperatorContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SimpleCaseListContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SimpleCaseWhenContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SimplePathContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SimplePathElementContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SimpleQueryGroupContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SortDirectionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SortExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SortSpecificationContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.StatementContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SubqueryContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SubqueryExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SubqueryInListContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SubstringFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SubstringFunctionLengthArgumentContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SubstringFunctionStartArgumentContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SyntacticDomainPathContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.SyntacticPathExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.TargetEntityContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.TargetFieldsContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.TemporalLiteralContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.TimeContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.TimeLiteralContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.TimeZoneFieldContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ToDurationExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ToOneFkExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ToOneFkReferenceContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.TreatedNavigablePathContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.TrimCharacterContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.TrimFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.TrimSpecificationContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.TruncFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.TupleExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.UnaryExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.UnaryNumericLiteralExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.UpdateStatementContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ValuesContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ValuesListContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.VariableContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.WeekFieldContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.WhereClauseContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.WithClauseContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.WithinGroupClauseContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.YearContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ZonedDateTimeContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ZonedDateTimeLiteralContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.hql.HqlParser.ZoneIdContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.importsql.SqlScriptParser.CommandBlockContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.importsql.SqlScriptParser.CommandContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.importsql.SqlScriptParser.ScriptContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.CollationSpecificationContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.DirectionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.DotIdentifierContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.DotIdentifierExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionArgumentContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionArgumentsContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.IdentifierContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.IdentifierExpressionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.LiteralContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.NullsPrecedenceContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.OrderByFragmentContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.PackagedFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.SimpleFunctionContext
 
exitRule(ParseTreeListener) - Method in class org.hibernate.grammars.ordering.OrderingParser.SortSpecificationContext
 
exitScript(SqlScriptParser.ScriptContext) - Method in class org.hibernate.grammars.importsql.SqlScriptParserBaseListener
Exit a parse tree produced by SqlScriptParser.script().
exitScript(SqlScriptParser.ScriptContext) - Method in interface org.hibernate.grammars.importsql.SqlScriptParserListener
Exit a parse tree produced by SqlScriptParser.script().
exitSearchClause(HqlParser.SearchClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.searchClause().
exitSearchClause(HqlParser.SearchClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.searchClause().
exitSearchedCaseList(HqlParser.SearchedCaseListContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.searchedCaseList().
exitSearchedCaseList(HqlParser.SearchedCaseListContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.searchedCaseList().
exitSearchedCaseWhen(HqlParser.SearchedCaseWhenContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.searchedCaseWhen().
exitSearchedCaseWhen(HqlParser.SearchedCaseWhenContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.searchedCaseWhen().
exitSearchSpecification(HqlParser.SearchSpecificationContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.searchSpecification().
exitSearchSpecification(HqlParser.SearchSpecificationContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.searchSpecification().
exitSearchSpecifications(HqlParser.SearchSpecificationsContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.searchSpecifications().
exitSearchSpecifications(HqlParser.SearchSpecificationsContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.searchSpecifications().
exitSecond(HqlParser.SecondContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.second().
exitSecond(HqlParser.SecondContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.second().
exitSelectClause(HqlParser.SelectClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.selectClause().
exitSelectClause(HqlParser.SelectClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.selectClause().
exitSelectExpression(HqlParser.SelectExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.selectExpression().
exitSelectExpression(HqlParser.SelectExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.selectExpression().
exitSelection(HqlParser.SelectionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.selection().
exitSelection(HqlParser.SelectionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.selection().
exitSelectionList(HqlParser.SelectionListContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.selectionList().
exitSelectionList(HqlParser.SelectionListContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.selectionList().
exitSelectStatement(HqlParser.SelectStatementContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.selectStatement().
exitSelectStatement(HqlParser.SelectStatementContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.selectStatement().
exitSetClause(HqlParser.SetClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.setClause().
exitSetClause(HqlParser.SetClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.setClause().
exitSetOperator(HqlParser.SetOperatorContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.setOperator().
exitSetOperator(HqlParser.SetOperatorContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.setOperator().
exitSetQueryGroup(HqlParser.SetQueryGroupContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the SetQueryGroup labeled alternative in HqlParser.queryExpression().
exitSetQueryGroup(HqlParser.SetQueryGroupContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the SetQueryGroup labeled alternative in HqlParser.queryExpression().
exitSignOperator(HqlParser.SignOperatorContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.signOperator().
exitSignOperator(HqlParser.SignOperatorContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.signOperator().
exitSimpleCaseList(HqlParser.SimpleCaseListContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.simpleCaseList().
exitSimpleCaseList(HqlParser.SimpleCaseListContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.simpleCaseList().
exitSimpleCaseWhen(HqlParser.SimpleCaseWhenContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.simpleCaseWhen().
exitSimpleCaseWhen(HqlParser.SimpleCaseWhenContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.simpleCaseWhen().
exitSimpleFunction(OrderingParser.SimpleFunctionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Exit a parse tree produced by OrderingParser.simpleFunction().
exitSimpleFunction(OrderingParser.SimpleFunctionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Exit a parse tree produced by OrderingParser.simpleFunction().
exitSimplePath(HqlParser.SimplePathContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.simplePath().
exitSimplePath(HqlParser.SimplePathContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.simplePath().
exitSimplePathElement(HqlParser.SimplePathElementContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.simplePathElement().
exitSimplePathElement(HqlParser.SimplePathElementContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.simplePathElement().
exitSimpleQueryGroup(HqlParser.SimpleQueryGroupContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the SimpleQueryGroup labeled alternative in HqlParser.queryExpression().
exitSimpleQueryGroup(HqlParser.SimpleQueryGroupContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the SimpleQueryGroup labeled alternative in HqlParser.queryExpression().
exitSortDirection(HqlParser.SortDirectionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.sortDirection().
exitSortDirection(HqlParser.SortDirectionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.sortDirection().
exitSortExpression(HqlParser.SortExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.sortExpression().
exitSortExpression(HqlParser.SortExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.sortExpression().
exitSortSpecification(HqlParser.SortSpecificationContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.sortSpecification().
exitSortSpecification(HqlParser.SortSpecificationContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.sortSpecification().
exitSortSpecification(OrderingParser.SortSpecificationContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
Exit a parse tree produced by OrderingParser.sortSpecification().
exitSortSpecification(OrderingParser.SortSpecificationContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserListener
Exit a parse tree produced by OrderingParser.sortSpecification().
exitStandardFunction(HqlParser.StandardFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.standardFunction().
exitStandardFunction(HqlParser.StandardFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.standardFunction().
exitStatement(HqlParser.StatementContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.statement().
exitStatement(HqlParser.StatementContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.statement().
exitSubGraph(GraphLanguageParser.SubGraphContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
Exit a parse tree produced by GraphLanguageParser.subGraph().
exitSubGraph(GraphLanguageParser.SubGraphContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserListener
Exit a parse tree produced by GraphLanguageParser.subGraph().
exitSubquery(HqlParser.SubqueryContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.subquery().
exitSubquery(HqlParser.SubqueryContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.subquery().
exitSubqueryExpression(HqlParser.SubqueryExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the SubqueryExpression labeled alternative in HqlParser.expression().
exitSubqueryExpression(HqlParser.SubqueryExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the SubqueryExpression labeled alternative in HqlParser.expression().
exitSubqueryInList(HqlParser.SubqueryInListContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the SubqueryInList labeled alternative in HqlParser.inList().
exitSubqueryInList(HqlParser.SubqueryInListContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the SubqueryInList labeled alternative in HqlParser.inList().
exitSubstringFunction(HqlParser.SubstringFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.substringFunction().
exitSubstringFunction(HqlParser.SubstringFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.substringFunction().
exitSubstringFunctionLengthArgument(HqlParser.SubstringFunctionLengthArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.substringFunctionLengthArgument().
exitSubstringFunctionLengthArgument(HqlParser.SubstringFunctionLengthArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.substringFunctionLengthArgument().
exitSubstringFunctionStartArgument(HqlParser.SubstringFunctionStartArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.substringFunctionStartArgument().
exitSubstringFunctionStartArgument(HqlParser.SubstringFunctionStartArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.substringFunctionStartArgument().
exitSubType(GraphLanguageParser.SubTypeContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
Exit a parse tree produced by GraphLanguageParser.subType().
exitSubType(GraphLanguageParser.SubTypeContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserListener
Exit a parse tree produced by GraphLanguageParser.subType().
exitSyntacticDomainPath(HqlParser.SyntacticDomainPathContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.syntacticDomainPath().
exitSyntacticDomainPath(HqlParser.SyntacticDomainPathContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.syntacticDomainPath().
exitSyntacticPathExpression(HqlParser.SyntacticPathExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the SyntacticPathExpression labeled alternative in HqlParser.primaryExpression().
exitSyntacticPathExpression(HqlParser.SyntacticPathExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the SyntacticPathExpression labeled alternative in HqlParser.primaryExpression().
exitTargetEntity(HqlParser.TargetEntityContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.targetEntity().
exitTargetEntity(HqlParser.TargetEntityContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.targetEntity().
exitTargetFields(HqlParser.TargetFieldsContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.targetFields().
exitTargetFields(HqlParser.TargetFieldsContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.targetFields().
exitTemporalLiteral(HqlParser.TemporalLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.temporalLiteral().
exitTemporalLiteral(HqlParser.TemporalLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.temporalLiteral().
exitTime(HqlParser.TimeContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.time().
exitTime(HqlParser.TimeContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.time().
exitTimeLiteral(HqlParser.TimeLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.timeLiteral().
exitTimeLiteral(HqlParser.TimeLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.timeLiteral().
exitTimeZoneField(HqlParser.TimeZoneFieldContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.timeZoneField().
exitTimeZoneField(HqlParser.TimeZoneFieldContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.timeZoneField().
exitToDurationExpression(HqlParser.ToDurationExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the ToDurationExpression labeled alternative in HqlParser.expression().
exitToDurationExpression(HqlParser.ToDurationExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the ToDurationExpression labeled alternative in HqlParser.expression().
exitToOneFkExpression(HqlParser.ToOneFkExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the ToOneFkExpression labeled alternative in HqlParser.primaryExpression().
exitToOneFkExpression(HqlParser.ToOneFkExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the ToOneFkExpression labeled alternative in HqlParser.primaryExpression().
exitToOneFkReference(HqlParser.ToOneFkReferenceContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.toOneFkReference().
exitToOneFkReference(HqlParser.ToOneFkReferenceContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.toOneFkReference().
exitTreatedNavigablePath(HqlParser.TreatedNavigablePathContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.treatedNavigablePath().
exitTreatedNavigablePath(HqlParser.TreatedNavigablePathContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.treatedNavigablePath().
exitTrimCharacter(HqlParser.TrimCharacterContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.trimCharacter().
exitTrimCharacter(HqlParser.TrimCharacterContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.trimCharacter().
exitTrimFunction(HqlParser.TrimFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.trimFunction().
exitTrimFunction(HqlParser.TrimFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.trimFunction().
exitTrimSpecification(HqlParser.TrimSpecificationContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.trimSpecification().
exitTrimSpecification(HqlParser.TrimSpecificationContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.trimSpecification().
exitTruncFunction(HqlParser.TruncFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.truncFunction().
exitTruncFunction(HqlParser.TruncFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.truncFunction().
exitTupleExpression(HqlParser.TupleExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the TupleExpression labeled alternative in HqlParser.expression().
exitTupleExpression(HqlParser.TupleExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the TupleExpression labeled alternative in HqlParser.expression().
exitUnaryExpression(HqlParser.UnaryExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the UnaryExpression labeled alternative in HqlParser.expression().
exitUnaryExpression(HqlParser.UnaryExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the UnaryExpression labeled alternative in HqlParser.expression().
exitUnaryNumericLiteralExpression(HqlParser.UnaryNumericLiteralExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the UnaryNumericLiteralExpression labeled alternative in HqlParser.expression().
exitUnaryNumericLiteralExpression(HqlParser.UnaryNumericLiteralExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the UnaryNumericLiteralExpression labeled alternative in HqlParser.expression().
exitUpdateStatement(HqlParser.UpdateStatementContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.updateStatement().
exitUpdateStatement(HqlParser.UpdateStatementContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.updateStatement().
exitValues(HqlParser.ValuesContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by the values labeled alternative in HqlParser#queryExpressionqueryExpressionorderedQueryorderedQueryorderedQueryfromRootfromRootjoinTargetjoinTargetpredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicateinListinListinListinListexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionparameterparametercollectionAggregateFunctioncollectionAggregateFunction.
exitValues(HqlParser.ValuesContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by the values labeled alternative in HqlParser#queryExpressionqueryExpressionorderedQueryorderedQueryorderedQueryfromRootfromRootjoinTargetjoinTargetpredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicateinListinListinListinListexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionparameterparametercollectionAggregateFunctioncollectionAggregateFunction.
exitValuesList(HqlParser.ValuesListContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.valuesList().
exitValuesList(HqlParser.ValuesListContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.valuesList().
exitVariable(HqlParser.VariableContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.variable().
exitVariable(HqlParser.VariableContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.variable().
exitWeekField(HqlParser.WeekFieldContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.weekField().
exitWeekField(HqlParser.WeekFieldContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.weekField().
exitWhereClause(HqlParser.WhereClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.whereClause().
exitWhereClause(HqlParser.WhereClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.whereClause().
exitWithClause(HqlParser.WithClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.withClause().
exitWithClause(HqlParser.WithClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.withClause().
exitWithinGroupClause(HqlParser.WithinGroupClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.withinGroupClause().
exitWithinGroupClause(HqlParser.WithinGroupClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.withinGroupClause().
exitYear(HqlParser.YearContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.year().
exitYear(HqlParser.YearContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.year().
exitZonedDateTime(HqlParser.ZonedDateTimeContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.zonedDateTime().
exitZonedDateTime(HqlParser.ZonedDateTimeContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.zonedDateTime().
exitZonedDateTimeLiteral(HqlParser.ZonedDateTimeLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.zonedDateTimeLiteral().
exitZonedDateTimeLiteral(HqlParser.ZonedDateTimeLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.zonedDateTimeLiteral().
exitZoneId(HqlParser.ZoneIdContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
Exit a parse tree produced by HqlParser.zoneId().
exitZoneId(HqlParser.ZoneIdContext) - Method in interface org.hibernate.grammars.hql.HqlParserListener
Exit a parse tree produced by HqlParser.zoneId().
exp(Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create an expression that returns the exponential of its argument, that is, Euler's number e raised to the power of its argument.
exp(Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
exp(Expression<? extends Number>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
expandParameterLists() - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
expandSelfRenderingFunctionMultiValueParameter(SqmParameter<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
expandSelfRenderingFunctionMultiValueParameter(SqmParameter<?>) - Method in class org.hibernate.query.sqm.sql.FakeSqmToSqlAstConverter
 
expandSelfRenderingFunctionMultiValueParameter(SqmParameter<?>) - Method in interface org.hibernate.query.sqm.sql.SqmToSqlAstConverter
 
Expectation - Interface in org.hibernate.jdbc
Defines an expected DML operation outcome.
Expectations - Class in org.hibernate.jdbc
Holds various often used Expectation definitions.
Expectations.BasicExpectation - Class in org.hibernate.jdbc
 
Expectations.BasicParamExpectation - Class in org.hibernate.jdbc
 
ExpectedException - Annotation Type in org.hibernate.testing.orm.junit
Annotation that can be used, in conjunction with ExpectedExceptionExtension, to indicate that a specific test is expected to fail in a particular way (throw the specified exception) as its "success condition".
ExpectedExceptionExtension - Class in org.hibernate.testing.orm.junit
TestExecutionExceptionHandler used in conjunction with ExpectedException to support annotating tests with a specific exception that indicates a success (we are expecting that exception in that tested condition).
ExpectedExceptionExtension() - Constructor for class org.hibernate.testing.orm.junit.ExpectedExceptionExtension
 
expectedType(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
expectedVersion() - Method in annotation type org.hibernate.testing.orm.junit.NotImplementedYet
A version expectation by when this feature is supposed to become implemented
expectingNonSelect(SqmStatement<?>, String) - Static method in class org.hibernate.query.sqm.internal.SqmUtil
 
expired(Object) - Method in interface org.hibernate.internal.CoreMessageLogger
 
EXPLICIT - org.hibernate.annotations.PolymorphismType
Deprecated.
Implicit polymorphism is disabled, and queries against mapped superclasses and other arbitrary Java supertypes of an entity will not return the entity.
EXPLICIT - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPolymorphismEnum
 
EXPLICIT - org.hibernate.dialect.NationalizationSupport
The database does define and support distinct SQL types for representing nationalized character data, typically named NCHAR, NVARCHAR, and NCLOB.
EXPLICIT_PRIMARY_KEY_REFERENCE - org.hibernate.boot.model.internal.ForeignKeyType
 
ExplicitColumnDiscriminatorMappingImpl - Class in org.hibernate.metamodel.mapping.internal
 
ExplicitColumnDiscriminatorMappingImpl(EntityMappingType, String, String, boolean, boolean, String, Long, Integer, Integer, DiscriminatorType<?>, MappingModelCreationProcess) - Constructor for class org.hibernate.metamodel.mapping.internal.ExplicitColumnDiscriminatorMappingImpl
 
explicitColumnName - Variable in class org.hibernate.query.internal.ResultMementoBasicStandard
 
explicitJoin() - Method in class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl
 
explicitJoin() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl
 
explicitJoin() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
Indicates an explicit request to join a transaction.
explicitSkipLockedLockCombo() - Method in interface org.hibernate.internal.CoreMessageLogger
 
ExplicitTupleInListContext(HqlParser.InListContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.ExplicitTupleInListContext
 
ExplodedArchiveDescriptor - Class in org.hibernate.boot.archive.internal
An ArchiveDescriptor for exploded (directory) archives.
ExplodedArchiveDescriptor(ArchiveDescriptorFactory, URL, String) - Constructor for class org.hibernate.boot.archive.internal.ExplodedArchiveDescriptor
Constructs an ExplodedArchiveDescriptor
explodedJarDoesNotExist(URL) - Method in interface org.hibernate.internal.EntityManagerMessageLogger
 
explodedJarNotDirectory(URL) - Method in interface org.hibernate.internal.EntityManagerMessageLogger
 
Exportable - Interface in org.hibernate.boot.model.relational
Contract for entities (in the ERD sense) which can be exported via CREATE, ALTER, etc
ExportableColumn - Class in org.hibernate.id
 
ExportableColumn(Database, Table, String, BasicType) - Constructor for class org.hibernate.id.ExportableColumn
 
ExportableColumn(Database, Table, String, BasicType, String) - Constructor for class org.hibernate.id.ExportableColumn
 
ExportableColumn.ValueImpl - Class in org.hibernate.id
 
ExportableProducer - Interface in org.hibernate.boot.model.relational
Identifies metamodel objects that can produce Exportable relational stuff.
Exporter<T extends Exportable> - Interface in org.hibernate.tool.schema.spi
Defines a contract for exporting of database objects (tables, sequences, etc) for use in SQL CREATE and DROP scripts.
exportMappedObjects(boolean) - Method in class org.hibernate.relational.internal.SchemaManagerImpl
 
exportMappedObjects(boolean) - Method in interface org.hibernate.relational.SchemaManager
Export database objects mapped by Hibernate entities.
exportSchema() - Method in class org.hibernate.testing.orm.junit.BaseSessionFactoryFunctionalTest
 
exportSchema() - Method in class org.hibernate.testing.orm.junit.EntityManagerFactoryBasedFunctionalTest
 
exportSchema() - Method in annotation type org.hibernate.testing.orm.junit.Jpa
 
exportSchema() - Method in annotation type org.hibernate.testing.orm.junit.SessionFactory
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.AdditionExpressionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.BetweenPredicateContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.BooleanExpressionPredicateContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.CastFunctionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.CollateFunctionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.ComparisonPredicateContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.ConcatenationExpressionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.ExistsPredicateContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.ExpressionOrPredicateContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.ExtractFunctionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.FormatFunctionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.FrameEndContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.FrameStartContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.FromDurationExpressionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.GroupByExpressionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.GroupedExpressionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.IndexedPathAccessFragmentContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.InPredicateContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.IsDistinctFromPredicateContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.IsEmptyPredicateContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.IsFalsePredicateContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.IsNullPredicateContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.IsTruePredicateContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.LikePredicateContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.MemberOfPredicateContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.MultiplicationExpressionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.OnOverflowClauseContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionLengthArgumentContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionReplacementArgumentContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionStartArgumentContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionStringArgumentContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.PadFunctionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.PadLengthContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.PartitionClauseContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.PositionFunctionPatternArgumentContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.PositionFunctionStringArgumentContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.SimpleCaseWhenContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.SortExpressionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.SubstringFunctionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.SubstringFunctionLengthArgumentContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.SubstringFunctionStartArgumentContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.ToDurationExpressionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.TrimFunctionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.TruncFunctionContext
 
expression() - Method in class org.hibernate.grammars.hql.HqlParser.UnaryExpressionContext
 
expression() - Method in class org.hibernate.grammars.ordering.OrderingParser
 
expression() - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionArgumentContext
 
expression() - Method in class org.hibernate.grammars.ordering.OrderingParser.SortSpecificationContext
 
expression(int) - Method in class org.hibernate.grammars.hql.HqlParser.AdditionExpressionContext
 
expression(int) - Method in class org.hibernate.grammars.hql.HqlParser.BetweenPredicateContext
 
expression(int) - Method in class org.hibernate.grammars.hql.HqlParser.ComparisonPredicateContext
 
expression(int) - Method in class org.hibernate.grammars.hql.HqlParser.ConcatenationExpressionContext
 
expression(int) - Method in class org.hibernate.grammars.hql.HqlParser.IsDistinctFromPredicateContext
 
expression(int) - Method in class org.hibernate.grammars.hql.HqlParser.LikePredicateContext
 
expression(int) - Method in class org.hibernate.grammars.hql.HqlParser.MultiplicationExpressionContext
 
expression(int) - Method in class org.hibernate.grammars.hql.HqlParser.PartitionClauseContext
 
expression(int) - Method in class org.hibernate.grammars.hql.HqlParser.TruncFunctionContext
 
expression(ReturnableType<?>, SqlAstNode...) - Method in class org.hibernate.dialect.function.TimestampaddFunction
 
expression(ReturnableType<?>, SqlAstNode...) - Method in class org.hibernate.dialect.function.TimestampdiffFunction
 
Expression - Interface in org.hibernate.sql.ast.tree.expression
Models an expression at the SQL AST level.
EXPRESSION - org.hibernate.dialect.SelectItemReferenceStrategy
The default strategy i.e.
EXPRESSION - org.hibernate.persister.entity.EntityNameUse.UseKind
An entity type is used through a path expression, but doesn't match the criteria for EntityNameUse.UseKind.PROJECTION.
EXPRESSION - Static variable in class org.hibernate.persister.entity.EntityNameUse
 
ExpressionContext() - Constructor for class org.hibernate.grammars.hql.HqlParser.ExpressionContext
 
ExpressionContext() - Constructor for class org.hibernate.grammars.ordering.OrderingParser.ExpressionContext
 
ExpressionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.ExpressionContext
 
ExpressionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.ordering.OrderingParser.ExpressionContext
 
ExpressionDomainResultProducer - Class in org.hibernate.query.sqm.mutation.internal
A wrapper around a basic Expression that produces a BasicResult as domain result.
ExpressionDomainResultProducer(Expression) - Constructor for class org.hibernate.query.sqm.mutation.internal.ExpressionDomainResultProducer
 
expressionOrPredicate() - Method in class org.hibernate.grammars.hql.HqlParser.AssignmentContext
 
expressionOrPredicate() - Method in class org.hibernate.grammars.hql.HqlParser.CaseOtherwiseContext
 
expressionOrPredicate() - Method in class org.hibernate.grammars.hql.HqlParser.CubeContext
 
expressionOrPredicate() - Method in class org.hibernate.grammars.hql.HqlParser.ExplicitTupleInListContext
 
expressionOrPredicate() - Method in class org.hibernate.grammars.hql.HqlParser
 
expressionOrPredicate() - Method in class org.hibernate.grammars.hql.HqlParser.GenericFunctionArgumentsContext
 
expressionOrPredicate() - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationArgumentExpressionContext
 
expressionOrPredicate() - Method in class org.hibernate.grammars.hql.HqlParser.ListaggFunctionContext
 
expressionOrPredicate() - Method in class org.hibernate.grammars.hql.HqlParser.RollupContext
 
expressionOrPredicate() - Method in class org.hibernate.grammars.hql.HqlParser.SearchedCaseWhenContext
 
expressionOrPredicate() - Method in class org.hibernate.grammars.hql.HqlParser.SelectExpressionContext
 
expressionOrPredicate() - Method in class org.hibernate.grammars.hql.HqlParser.SimpleCaseListContext
 
expressionOrPredicate() - Method in class org.hibernate.grammars.hql.HqlParser.SimpleCaseWhenContext
 
expressionOrPredicate() - Method in class org.hibernate.grammars.hql.HqlParser.TupleExpressionContext
 
expressionOrPredicate() - Method in class org.hibernate.grammars.hql.HqlParser.ValuesContext
 
expressionOrPredicate(int) - Method in class org.hibernate.grammars.hql.HqlParser.CubeContext
 
expressionOrPredicate(int) - Method in class org.hibernate.grammars.hql.HqlParser.ExplicitTupleInListContext
 
expressionOrPredicate(int) - Method in class org.hibernate.grammars.hql.HqlParser.GenericFunctionArgumentsContext
 
expressionOrPredicate(int) - Method in class org.hibernate.grammars.hql.HqlParser.ListaggFunctionContext
 
expressionOrPredicate(int) - Method in class org.hibernate.grammars.hql.HqlParser.RollupContext
 
expressionOrPredicate(int) - Method in class org.hibernate.grammars.hql.HqlParser.TupleExpressionContext
 
expressionOrPredicate(int) - Method in class org.hibernate.grammars.hql.HqlParser.ValuesContext
 
ExpressionOrPredicateContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.ExpressionOrPredicateContext
 
ExpressionReplacementWalker - Class in org.hibernate.sql.ast.spi
A walker that allows to replace expressions.
ExpressionReplacementWalker() - Constructor for class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
extend(HibernateCriteriaBuilder) - Method in interface org.hibernate.query.criteria.spi.CriteriaBuilderExtension
 
extend(HibernateCriteriaBuilder) - Method in class org.hibernate.spatial.criteria.internal.GeolatteSpatialCriteriaExtension
 
extend(HibernateCriteriaBuilder) - Method in class org.hibernate.spatial.criteria.internal.JTSSpatialCriteriaExtension
 
ExtendableCriterion - Interface in org.hibernate.envers.query.criteria
 
extended - Variable in class org.hibernate.dialect.OracleDialect
 
ExtendedBeanManager - Interface in org.hibernate.resource.beans.container.spi
This contract and the nested LifecycleListener contract represent the changes we'd like to propose to the CDI spec.
ExtendedBeanManager.LifecycleListener - Interface in org.hibernate.resource.beans.container.spi
Contract for things interested in receiving notifications of BeanManager lifecycle events.
extendedEnhancement() - Method in annotation type org.hibernate.testing.bytecode.enhancement.EnhancementOptions
 
ExtendedFrameworkMethod - Class in org.hibernate.testing.junit4
Defines an extension to the standard JUnit FrameworkMethod information about a test method.
ExtendedFrameworkMethod(FrameworkMethod, Ignore, FailureExpected) - Constructor for class org.hibernate.testing.junit4.ExtendedFrameworkMethod
 
ExtendedPropertyMapper - Interface in org.hibernate.envers.internal.entities.mapper
 
ExtendedSelfDirtinessTracker - Interface in org.hibernate.engine.spi
A self dirtiness tracker that declares additional methods that are intended for internal communication.
ExtendedStatisticsSupport - Interface in org.hibernate.cache.spi
Optional contract for a Region defining support for extra statistic information.
extent - org.hibernate.spatial.SpatialFunction
Deprecated.
the extents function
exteriorring - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
externalForm() - Method in enum org.hibernate.boot.SchemaAutoTooling
 
EXTERNALIZED_PREFIX - Static variable in class org.hibernate.type.internal.BasicTypeImpl
 
EXTERNALIZED_PREFIX - Static variable in class org.hibernate.type.internal.ConvertedBasicTypeImpl
 
externalName() - Method in enum org.hibernate.engine.spi.ExecuteUpdateResultCheckStyle
 
EXTRA - org.hibernate.annotations.LazyCollectionOption
Deprecated.
use operations of Hibernate
EXTRA - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyWithExtraEnum
 
EXTRA_PHYSICAL_TABLE_TYPES - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
Specifies a comma-separated list of extra table types, in addition to the default types "TABLE" and "VIEW", to recognize as physical tables when performing schema update, creation and validation.
ExtraAssertions - Class in org.hibernate.testing.junit4
 
ExtraAssertions - Class in org.hibernate.testing.orm.junit
 
extract(CallableStatement, int, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.model.domain.internal.BasicTypeImpl
 
extract(CallableStatement, int, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.DiscriminatorType
Deprecated.
 
extract(CallableStatement, int, SharedSessionContractImplementor) - Method in interface org.hibernate.query.OutputableType
Perform the extraction
extract(CallableStatement, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
extract(CallableStatement, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.ComponentType
 
extract(CallableStatement, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.CustomType
 
extract(CallableStatement, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.internal.ConvertedBasicTypeImpl
 
extract(CallableStatement, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.SerializableToBlobType
 
extract(CallableStatement, int, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.BasicExtractor
 
extract(CallableStatement, int, WrapperOptions) - Method in interface org.hibernate.type.descriptor.ValueExtractor
Extract value from a callable output parameter by index
extract(CallableStatement, String, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.model.domain.internal.BasicTypeImpl
 
extract(CallableStatement, String, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.DiscriminatorType
Deprecated.
 
extract(CallableStatement, String, SharedSessionContractImplementor) - Method in interface org.hibernate.query.OutputableType
Perform the extraction
extract(CallableStatement, String, SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
extract(CallableStatement, String, SharedSessionContractImplementor) - Method in class org.hibernate.type.ComponentType
 
extract(CallableStatement, String, SharedSessionContractImplementor) - Method in class org.hibernate.type.CustomType
 
extract(CallableStatement, String, SharedSessionContractImplementor) - Method in class org.hibernate.type.internal.ConvertedBasicTypeImpl
 
extract(CallableStatement, String, SharedSessionContractImplementor) - Method in class org.hibernate.type.SerializableToBlobType
 
extract(CallableStatement, String, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.BasicExtractor
 
extract(CallableStatement, String, WrapperOptions) - Method in interface org.hibernate.type.descriptor.ValueExtractor
Extract value from a callable output parameter by name
extract(PreparedStatement, String) - Method in class org.hibernate.engine.jdbc.internal.ResultSetReturnImpl
 
extract(PreparedStatement, String) - Method in interface org.hibernate.engine.jdbc.spi.ResultSetReturn
Extract the ResultSet from the PreparedStatement.
extract(ResultSet, int, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.BasicExtractor
 
extract(ResultSet, int, WrapperOptions) - Method in interface org.hibernate.type.descriptor.ValueExtractor
Extract value from result set
extract(Statement, String) - Method in class org.hibernate.engine.jdbc.internal.ResultSetReturnImpl
 
extract(Statement, String) - Method in interface org.hibernate.engine.jdbc.spi.ResultSetReturn
Performs the given SQL statement, expecting a ResultSet in return
extract(Function<Reader, List<String>>) - Method in class org.hibernate.tool.schema.internal.exec.AbstractScriptSourceInput
 
extract(Function<Reader, List<String>>) - Method in class org.hibernate.tool.schema.internal.exec.ScriptSourceInputAggregate
 
extract(Function<Reader, List<String>>) - Method in class org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl
 
extract(Function<Reader, List<String>>) - Method in interface org.hibernate.tool.schema.spi.ScriptSourceInput
Allows managed access to the input's Reader, returning a result
EXTRACT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
EXTRACT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
EXTRACT() - Method in class org.hibernate.grammars.hql.HqlParser.ExtractFunctionContext
 
EXTRACT() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
extractAlias(HqlParser.VariableContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
extractAlias(HqlParser.VariableContext, SemanticQueryBuilder<?>) - Static method in class org.hibernate.query.hql.internal.SqmTreeCreationHelper
Extracts an alias ("identification variable")
extractArgumentJdbcMapping(TypeConfiguration, List<? extends SqmTypedNode<?>>, int) - Static method in class org.hibernate.query.sqm.produce.function.StandardFunctionReturnTypeResolvers
 
extractArgumentType(List<? extends SqmTypedNode<?>>, int) - Static method in class org.hibernate.query.sqm.produce.function.StandardFunctionReturnTypeResolvers
 
extractArgumentValuedMapping(List<? extends SqlAstNode>, int) - Static method in class org.hibernate.query.sqm.produce.function.StandardFunctionReturnTypeResolvers
 
extractAttributeConverterParameterizedType(Class<? extends AttributeConverter<?, ?>>) - Static method in class org.hibernate.boot.model.convert.internal.ConverterHelper
 
extractBigDecimal(IntegralDataTypeHolder) - Static method in class org.hibernate.id.IdentifierGeneratorHelper
 
extractBigInteger(IntegralDataTypeHolder) - Static method in class org.hibernate.id.IdentifierGeneratorHelper
 
extractBytes(InputStream) - Static method in class org.hibernate.type.descriptor.java.DataHelper
Extract by bytes from the given stream.
extractBytes(InputStream) - Static method in class org.hibernate.type.descriptor.java.LobStreamDataHelper
Extract by bytes from the given stream.
extractBytes(InputStream, long, int) - Static method in class org.hibernate.type.descriptor.java.DataHelper
Extract a portion of the bytes from the given stream.
extractBytes(InputStream, long, int) - Static method in class org.hibernate.type.descriptor.java.LobStreamDataHelper
Extract a portion of the bytes from the given stream.
extractClass(Type) - Static method in class org.hibernate.internal.util.GenericsHelper
 
extractClosestRealType(TypeMirror, Context, Set<TypeVariable>) - Static method in class org.hibernate.jpamodelgen.util.TypeUtils
 
extractClosestRealTypeAsString(TypeMirror, Context) - Static method in class org.hibernate.jpamodelgen.util.TypeUtils
 
extractColumnAlias(ResultSetMetaData, int) - Method in interface org.hibernate.dialect.ColumnAliasExtractor
Extract the unique column alias.
extractCommands(Reader, Dialect) - Method in class org.hibernate.tool.schema.internal.script.MultiLineSqlScriptExtractor
 
extractCommands(Reader, Dialect) - Method in class org.hibernate.tool.schema.internal.script.SingleLineSqlScriptExtractor
 
extractCommands(Reader, Dialect) - Method in interface org.hibernate.tool.schema.spi.SqlScriptCommandExtractor
Read the commands from the SQL script represented by the incoming reader, returning those commands as an array
extractConcreteTypeStateValues(Map<AttributeMapping, DomainResultAssembler>, RowProcessingState) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
Deprecated, for removal: This API element is subject to removal in a future version.
extractConcreteTypeStateValues(RowProcessingState) - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
extractConfigParameters(ConfigParameterContainer) - Static method in class org.hibernate.boot.model.source.internal.hbm.ConfigParameterHelper
 
extractConfigParametersAsProperties(ConfigParameterContainer) - Static method in class org.hibernate.boot.model.source.internal.hbm.ConfigParameterHelper
 
extractConstraintName(SQLException) - Method in class org.hibernate.exception.spi.TemplatedViolatedConstraintNameExtractor
 
extractConstraintName(SQLException) - Method in interface org.hibernate.exception.spi.ViolatedConstraintNameExtractor
Extract the name of the violated constraint from the given SQLException.
ExtractedDatabaseMetaData - Interface in org.hibernate.engine.jdbc.env.spi
Information extracted from DatabaseMetaData regarding what the JDBC driver reports as being supported or not.
ExtractedDatabaseMetaDataImpl - Class in org.hibernate.engine.jdbc.env.internal
Standard implementation of ExtractedDatabaseMetaData
ExtractedDatabaseMetaDataImpl.Builder - Class in org.hibernate.engine.jdbc.env.internal
 
extractEmbeddedEntityName(Map<?, ?>) - Static method in class org.hibernate.metamodel.internal.EntityInstantiatorDynamicMap
 
extractEntityNamingSource(MappingDocument, EntityInfo) - Static method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
extractEqualsMethod(Class) - Static method in class org.hibernate.internal.util.ReflectHelper
Encapsulation of getting hold of a class's equals method.
extractErrorCode(SQLException) - Static method in class org.hibernate.internal.util.JdbcExceptionHelper
For the given SQLException, locates the vendor-specific error code.
extractField() - Method in class org.hibernate.grammars.hql.HqlParser
 
extractField() - Method in class org.hibernate.grammars.hql.HqlParser.ExtractFunctionContext
 
extractField(StringBuilder, TemporalUnit, TemporalType, TemporalType, TemporalUnit) - Method in class org.hibernate.dialect.PostgreSQLDialect
Deprecated.
ExtractFieldContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.ExtractFieldContext
 
extractFromPackage(Class<A>, XClass, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.BinderHelper
Extract an annotation from the package-info for the package the given class is defined in
extractFromSession(SessionImplementor) - Static method in class org.hibernate.testing.jdbc.SQLStatementInspector
 
extractFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
extractFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
ExtractFunction - Class in org.hibernate.dialect.function
ANSI SQL-inspired extract() function, where the date/time fields are enumerated by TemporalUnit, and portability is achieved by delegating to Dialect.extractPattern(TemporalUnit).
ExtractFunction(Dialect, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.ExtractFunction
 
ExtractFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.ExtractFunctionContext
 
extractGeneratedValue(ResultSet, SharedSessionContractImplementor) - Method in class org.hibernate.id.insert.AbstractSelectingDelegate
Extract the generated key value from the given result set after execution of AbstractSelectingDelegate.getSelectSQL().
extractHashCode(boolean[]) - Method in class org.hibernate.type.descriptor.java.BooleanPrimitiveArrayJavaType
 
extractHashCode(byte[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayJavaType
 
extractHashCode(byte[]) - Method in class org.hibernate.type.descriptor.java.RowVersionJavaType
Deprecated.
 
extractHashCode(char[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayJavaType
 
extractHashCode(double[]) - Method in class org.hibernate.type.descriptor.java.DoublePrimitiveArrayJavaType
 
extractHashCode(float[]) - Method in class org.hibernate.type.descriptor.java.FloatPrimitiveArrayJavaType
 
extractHashCode(int[]) - Method in class org.hibernate.type.descriptor.java.IntegerPrimitiveArrayJavaType
 
extractHashCode(long[]) - Method in class org.hibernate.type.descriptor.java.LongPrimitiveArrayJavaType
 
extractHashCode(short[]) - Method in class org.hibernate.type.descriptor.java.ShortPrimitiveArrayJavaType
 
extractHashCode(C) - Method in class org.hibernate.type.descriptor.java.spi.BasicCollectionJavaType
 
extractHashCode(C) - Method in class org.hibernate.type.descriptor.java.spi.CollectionJavaType
 
extractHashCode(J) - Method in class org.hibernate.type.internal.CompositeUserTypeJavaTypeWrapper
 
extractHashCode(J) - Method in class org.hibernate.type.internal.UserTypeJavaTypeWrapper
 
extractHashCode(Byte[]) - Method in class org.hibernate.type.descriptor.java.ByteArrayJavaType
 
extractHashCode(Character[]) - Method in class org.hibernate.type.descriptor.java.CharacterArrayJavaType
 
extractHashCode(Object[]) - Method in class org.hibernate.type.descriptor.java.ObjectArrayJavaType
 
extractHashCode(BigDecimal) - Method in class org.hibernate.type.descriptor.java.BigDecimalJavaType
 
extractHashCode(BigInteger) - Method in class org.hibernate.type.descriptor.java.BigIntegerJavaType
 
extractHashCode(Blob) - Method in class org.hibernate.type.descriptor.java.BlobJavaType
 
extractHashCode(Clob) - Method in class org.hibernate.type.descriptor.java.ClobJavaType
 
extractHashCode(NClob) - Method in class org.hibernate.type.descriptor.java.NClobJavaType
 
extractHashCode(Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarDateJavaType
 
extractHashCode(Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarJavaType
 
extractHashCode(Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarTimeJavaType
 
extractHashCode(Date) - Method in class org.hibernate.type.descriptor.java.DateJavaType
 
extractHashCode(Date) - Method in class org.hibernate.type.descriptor.java.JdbcDateJavaType
 
extractHashCode(Date) - Method in class org.hibernate.type.descriptor.java.JdbcTimeJavaType
 
extractHashCode(Date) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
 
extractHashCode(T) - Method in class org.hibernate.type.descriptor.java.AbstractClassJavaType
 
extractHashCode(T) - Method in class org.hibernate.type.descriptor.java.AbstractJavaType
 
extractHashCode(T) - Method in interface org.hibernate.type.descriptor.java.JavaType
Extract a proper hash code for the given value.
extractHashCode(T) - Method in class org.hibernate.type.descriptor.java.SerializableJavaType
 
extractHashCode(T) - Method in class org.hibernate.type.descriptor.java.spi.EntityJavaType
 
extractHashCode(T[]) - Method in class org.hibernate.type.descriptor.java.ArrayJavaType
 
extractHashCodeMethod(Class) - Static method in class org.hibernate.internal.util.ReflectHelper
Encapsulation of getting hold of a class's hashCode method.
extractIgnoreMessage(FailureExpected, FrameworkMethod) - Static method in class org.hibernate.testing.junit4.Helper
 
extractInterceptor(Object) - Method in class org.hibernate.bytecode.internal.BytecodeEnhancementMetadataNonPojoImpl
 
extractInterceptor(Object) - Method in class org.hibernate.bytecode.internal.BytecodeEnhancementMetadataPojoImpl
 
extractInterceptor(Object) - Method in interface org.hibernate.bytecode.spi.BytecodeEnhancementMetadata
Extract the field interceptor instance from the enhanced entity.
ExtractionContext - Interface in org.hibernate.tool.schema.extract.spi
Defines a context for performing extraction including providing access to information about ongoing extraction as well as to delegates needed in performing extraction.
ExtractionContext.DatabaseObjectAccess - Interface in org.hibernate.tool.schema.extract.spi
In conjunction with ExtractionContext.getDatabaseObjectAccess() provides access to information about known database objects to the extractor.
ExtractionContext.EmptyExtractionContext - Class in org.hibernate.tool.schema.extract.spi
 
ExtractionContext.ResultSetProcessor<T> - Interface in org.hibernate.tool.schema.extract.spi
 
ExtractionContextImpl - Class in org.hibernate.tool.schema.extract.internal
 
ExtractionContextImpl(ServiceRegistry, JdbcEnvironment, SqlStringGenerationContext, JdbcConnectionAccess, ExtractionContext.DatabaseObjectAccess) - Constructor for class org.hibernate.tool.schema.extract.internal.ExtractionContextImpl
 
ExtractionTool - Interface in org.hibernate.tool.schema.spi
Encapsulates the functionality for extracting database metadata used by SchemaManagementTool.
extractIsolation(Map<String, ?>) - Static method in class org.hibernate.engine.jdbc.connections.internal.ConnectionProviderInitiator
 
extractJdbcValues(Object, WrapperOptions) - Method in class org.hibernate.dialect.AbstractPostgreSQLStructJdbcType
 
extractJdbcValues(Object, WrapperOptions) - Method in class org.hibernate.dialect.DB2StructJdbcType
 
extractJdbcValues(Object, WrapperOptions) - Method in class org.hibernate.dialect.StructJdbcType
 
extractJdbcValues(Object, WrapperOptions) - Method in interface org.hibernate.type.descriptor.jdbc.AggregateJdbcType
 
extractJdbcValues(Object, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.JsonJdbcType
 
extractJdbcValues(Object, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.OracleJsonBlobJdbcType
 
extractJdbcValues(Object, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.XmlJdbcType
 
extractJpaCompliantAlias(HqlParser.VariableContext, SemanticQueryBuilder<?>) - Static method in class org.hibernate.query.hql.internal.SqmTreeCreationHelper
Extracts an alias ("identification variable"), applying "JPA compliance" by lower-casing
extractLazyInitializer(Object) - Static method in interface org.hibernate.proxy.HibernateProxy
Extract the LazyInitializer from the given object, if and only if the object is actually a proxy.
extractLazyInterceptor(Object) - Method in class org.hibernate.bytecode.internal.BytecodeEnhancementMetadataNonPojoImpl
 
extractLazyInterceptor(Object) - Method in class org.hibernate.bytecode.internal.BytecodeEnhancementMetadataPojoImpl
 
extractLazyInterceptor(Object) - Method in interface org.hibernate.bytecode.spi.BytecodeEnhancementMetadata
 
extractLocalFilePath(URL) - Method in class org.hibernate.boot.archive.internal.StandardArchiveDescriptorFactory
 
extractLoggableRepresentation(boolean[]) - Method in class org.hibernate.type.descriptor.java.BooleanPrimitiveArrayJavaType
 
extractLoggableRepresentation(byte[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayJavaType
 
extractLoggableRepresentation(byte[]) - Method in class org.hibernate.type.descriptor.java.RowVersionJavaType
Deprecated.
 
extractLoggableRepresentation(double[]) - Method in class org.hibernate.type.descriptor.java.DoublePrimitiveArrayJavaType
 
extractLoggableRepresentation(float[]) - Method in class org.hibernate.type.descriptor.java.FloatPrimitiveArrayJavaType
 
extractLoggableRepresentation(int[]) - Method in class org.hibernate.type.descriptor.java.IntegerPrimitiveArrayJavaType
 
extractLoggableRepresentation(long[]) - Method in class org.hibernate.type.descriptor.java.LongPrimitiveArrayJavaType
 
extractLoggableRepresentation(short[]) - Method in class org.hibernate.type.descriptor.java.ShortPrimitiveArrayJavaType
 
extractLoggableRepresentation(C) - Method in class org.hibernate.type.descriptor.java.spi.BasicCollectionJavaType
 
extractLoggableRepresentation(Blob) - Method in class org.hibernate.type.descriptor.java.BlobJavaType
 
extractLoggableRepresentation(Clob) - Method in class org.hibernate.type.descriptor.java.ClobJavaType
 
extractLoggableRepresentation(NClob) - Method in class org.hibernate.type.descriptor.java.NClobJavaType
 
extractLoggableRepresentation(T) - Method in class org.hibernate.type.descriptor.java.AbstractClassJavaType
 
extractLoggableRepresentation(T) - Method in class org.hibernate.type.descriptor.java.AbstractJavaType
 
extractLoggableRepresentation(T) - Method in interface org.hibernate.type.descriptor.java.JavaType
Extract a loggable representation of the given value.
extractLoggableRepresentation(T[]) - Method in class org.hibernate.type.descriptor.java.ArrayJavaType
 
extractLong(IntegralDataTypeHolder) - Static method in class org.hibernate.id.IdentifierGeneratorHelper
 
extractMessage(FailureExpected) - Static method in class org.hibernate.testing.junit4.Helper
 
extractMetadata(ExtractionContext) - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorLegacyImpl
 
extractMetadata(ExtractionContext) - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorMariaDBDatabaseImpl
 
extractMetadata(ExtractionContext) - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorNoOpImpl
 
extractMetadata(ExtractionContext) - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorTiDBDatabaseImpl
 
extractMetadata(ExtractionContext) - Method in interface org.hibernate.tool.schema.extract.spi.SequenceInformationExtractor
Get the information about sequences.
extractMethodName(Method) - Static method in class org.hibernate.testing.junit4.Helper
Extract a nice method name representation for display
extractName(ZipEntry) - Method in class org.hibernate.boot.archive.spi.AbstractArchiveDescriptor
 
extractNaturalIdFromEntity(Object) - Method in class org.hibernate.metamodel.mapping.internal.CompoundNaturalIdMapping
 
extractNaturalIdFromEntity(Object) - Method in class org.hibernate.metamodel.mapping.internal.SimpleNaturalIdMapping
 
extractNaturalIdFromEntity(Object) - Method in interface org.hibernate.metamodel.mapping.NaturalIdMapping
Given an entity instance, extract the normalized natural id representation
extractNaturalIdFromEntityState(Object[]) - Method in class org.hibernate.metamodel.mapping.internal.CompoundNaturalIdMapping
 
extractNaturalIdFromEntityState(Object[]) - Method in class org.hibernate.metamodel.mapping.internal.SimpleNaturalIdMapping
 
extractNaturalIdFromEntityState(Object[]) - Method in interface org.hibernate.metamodel.mapping.NaturalIdMapping
Given an array of "full entity state", extract the normalized natural id representation
extractNonNull(Serializable[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
extractParameterizedType(Type) - Static method in class org.hibernate.internal.util.GenericsHelper
 
extractParameters(List<JaxbHbmConfigParameterType>) - Static method in class org.hibernate.boot.model.source.internal.hbm.Helper
 
extractPattern(TemporalUnit) - Method in class org.hibernate.dialect.AbstractHANADialect
HANA has no extract() function, but we can emulate it using the appropriate named functions instead of extract().
extractPattern(TemporalUnit) - Method in class org.hibernate.dialect.CockroachDialect
The extract() function returns TemporalUnit.DAY_OF_WEEK numbered from 0 to 6.
extractPattern(TemporalUnit) - Method in class org.hibernate.dialect.DB2Dialect
 
extractPattern(TemporalUnit) - Method in class org.hibernate.dialect.DerbyDialect
Derby doesn't have an extract() function, and has no functions at all for calendaring, but we can emulate the most basic functionality of extract() using the functions it does have.
extractPattern(TemporalUnit) - Method in class org.hibernate.dialect.Dialect
Obtain a pattern for the SQL equivalent to an extract() function call.
extractPattern(TemporalUnit) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
extractPattern(TemporalUnit) - Method in class org.hibernate.dialect.H2Dialect
In H2, the extract() function does not return fractional seconds for the field TemporalUnit.SECOND.
extractPattern(TemporalUnit) - Method in class org.hibernate.dialect.HSQLDialect
 
extractPattern(TemporalUnit) - Method in class org.hibernate.dialect.MySQLDialect
MySQL supports a limited list of temporal fields in the extract() function, but we can emulate some of them by using the appropriate named functions instead of extract().
extractPattern(TemporalUnit) - Method in class org.hibernate.dialect.OracleDialect
Oracle supports a limited list of temporal fields in the extract() function, but we can emulate some of them by using to_char() with a format string instead of extract().
extractPattern(TemporalUnit) - Method in class org.hibernate.dialect.PostgreSQLDialect
The extract() function returns TemporalUnit.DAY_OF_WEEK numbered from 0 to 6.
extractPattern(TemporalUnit) - Method in class org.hibernate.dialect.SQLServerDialect
 
extractPattern(TemporalUnit) - Method in class org.hibernate.dialect.SybaseDialect
 
extractPropertyFetchDescriptors(List<JaxbHbmNativeQueryPropertyReturnType>, HbmResultSetMappingDescriptor.HbmFetchParent, String, MetadataBuildingContext) - Static method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor
 
extractPropertyValue(String, Map) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
Extract a property value by name from the given properties object.
extractPropertyValue(String, Properties) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
Extract a property value by name from the given properties object.
extractProxyGetIdentifierMethod(Getter, Class<?>) - Static method in class org.hibernate.proxy.pojo.ProxyFactoryHelper
 
extractProxyInterfaces(PersistentClass, String) - Static method in class org.hibernate.proxy.pojo.ProxyFactoryHelper
 
extractProxySetIdentifierMethod(Setter, Class<?>) - Static method in class org.hibernate.proxy.pojo.ProxyFactoryHelper
 
extractRawValue(RowProcessingState) - Method in class org.hibernate.sql.results.graph.basic.BasicResultAssembler
Access to the raw value (unconverted, if a converter applied)
extractRawValue(RowProcessingState) - Method in class org.hibernate.sql.results.graph.basic.CoercingResultAssembler
Access to the row value, coerced to expected type
extractRawValue(RowProcessingState) - Method in class org.hibernate.sql.results.graph.tuple.TupleResultAssembler
Access to the raw value (unconverted, if a converter applied)
extractRealDialect(Dialect) - Static method in class org.hibernate.dialect.DialectDelegateWrapper
Extract the wrapped dialect, recursively until a non-wrapped implementation is found; this is useful for all the code needing to know "of which type" the underlying implementation actually is.
extractRelativeName(ZipEntry) - Method in class org.hibernate.boot.archive.spi.AbstractArchiveDescriptor
 
extractRequestedProviderName(PersistenceUnitDescriptor, Map) - Static method in class org.hibernate.jpa.boot.spi.ProviderChecker
Extract the requested persistence provider name using the algorithm Hibernate uses.
extractResults(ResultSet) - Method in class org.hibernate.result.internal.OutputsImpl
 
extractResults(ResultSet) - Static method in class org.hibernate.testing.jdbc.ResultSetUtil
 
extractResultSet(CallableStatement, SharedSessionContractImplementor) - Method in class org.hibernate.sql.exec.internal.JdbcCallRefCursorExtractorImpl
 
extractResultSet(CallableStatement, SharedSessionContractImplementor) - Method in interface org.hibernate.sql.exec.spi.JdbcCallRefCursorExtractor
 
extractSetting(Map<String, Object>, String...) - Static method in class org.hibernate.engine.jdbc.connections.internal.ConnectionProviderInitiator
 
extractSqlState(SQLException) - Static method in class org.hibernate.internal.util.JdbcExceptionHelper
For the given SQLException, locates the X/Open-compliant SQLState.
extractSqlStateClassCode(SQLException) - Static method in class org.hibernate.internal.util.JdbcExceptionHelper
For the given SQLException, locates the X/Open-compliant SQLState's class code.
extractString(Reader) - Static method in class org.hibernate.type.descriptor.java.DataHelper
Extract the contents of the given reader/stream as a string.
extractString(Reader) - Static method in class org.hibernate.type.descriptor.java.LobStreamDataHelper
Extract the contents of the given reader/stream as a string.
extractString(Reader, int) - Static method in class org.hibernate.type.descriptor.java.DataHelper
Extract the contents of the given reader/stream as a string.
extractString(Reader, int) - Static method in class org.hibernate.type.descriptor.java.LobStreamDataHelper
Extract the contents of the given reader/stream as a string.
extractString(Clob) - Static method in class org.hibernate.type.descriptor.java.DataHelper
Extract the contents of the given Clob as a string.
extractString(Clob) - Static method in class org.hibernate.type.descriptor.java.LobStreamDataHelper
Extract the contents of the given Clob as a string.
extractTestName(FrameworkMethod) - Static method in class org.hibernate.testing.junit4.Helper
Extract a nice test name representation for display
extractTypeInfo(DatabaseMetaData) - Static method in class org.hibernate.engine.jdbc.spi.TypeInfo
Extract the type information from the JDBC driver's DatabaseMetaData
ExtractUnit - Class in org.hibernate.sql.ast.tree.expression
A TemporalUnit passed as an argument to the ExtractFunction.
ExtractUnit(TemporalUnit, BasicValuedMapping) - Constructor for class org.hibernate.sql.ast.tree.expression.ExtractUnit
 
extractUsingTemplate(String, String, String) - Static method in class org.hibernate.exception.spi.TemplatedViolatedConstraintNameExtractor
Extracts the constraint name based on a template of form templateStartconstraintNametemplateEnd.
extractValue(Object) - Method in interface org.hibernate.jpa.internal.util.PersistenceUtilHelper.AttributeAccess
 
extractValue(Object) - Method in class org.hibernate.jpa.internal.util.PersistenceUtilHelper.FieldAttributeAccess
 
extractValue(Object) - Method in class org.hibernate.jpa.internal.util.PersistenceUtilHelper.MethodAttributeAccess
 
extractValue(String, Map, Supplier<String>) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
 
extractValue(CallableStatement, boolean, SharedSessionContractImplementor) - Method in class org.hibernate.sql.exec.internal.JdbcCallParameterExtractorImpl
 
extractValue(CallableStatement, boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.sql.exec.spi.JdbcCallParameterExtractor
 
extractVariable(HqlParser.VariableContext, SemanticQueryBuilder<?>) - Static method in class org.hibernate.query.hql.internal.SqmTreeCreationHelper
Extracts an "identification variable" (alias)
ExtraJavaServicesClassLoaderService - Class in org.hibernate.testing.boot
 
ExtraJavaServicesClassLoaderService(List<ExtraJavaServicesClassLoaderService.JavaServiceDescriptor<?>>) - Constructor for class org.hibernate.testing.boot.ExtraJavaServicesClassLoaderService
 
ExtraJavaServicesClassLoaderService.JavaServiceDescriptor<ROLE> - Class in org.hibernate.testing.boot
 
extraQueryImportClasses() - Method in annotation type org.hibernate.testing.orm.junit.DomainModel
 
extraQueryImports() - Method in annotation type org.hibernate.testing.orm.junit.DomainModel
 

F

factory - Variable in class org.hibernate.context.internal.ThreadLocalSessionContext.CleanupSync
 
factory - Variable in class org.hibernate.persister.entity.mutation.AbstractMutationCoordinator
 
factory() - Method in class org.hibernate.context.spi.AbstractCurrentSessionContext
Access to the SessionFactory
factory() - Method in class org.hibernate.persister.entity.mutation.AbstractMutationCoordinator
 
FACTORY_OF_SELF - Static variable in class org.hibernate.event.internal.EntityCopyAllowedLoggedObserver
 
FACTORY_OF_SELF - Static variable in class org.hibernate.event.internal.EntityCopyAllowedObserver
 
FACTORY_OF_SELF - Static variable in class org.hibernate.event.internal.EntityCopyNotAllowedObserver
 
factoryBoundToJndiName(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
factoryJndiRename(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
factoryUnboundFromJndiName(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
factoryUnboundFromName(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
FAIL - org.hibernate.cache.jcache.MissingCacheStrategy
Fail with an exception on missing caches.
FAIL_ON_PAGINATION_OVER_COLLECTION_FETCH - Static variable in interface org.hibernate.cfg.QuerySettings
When pagination is used in combination with a fetch join applied to a collection or many-valued association, the limit must be applied in-memory instead of on the database.
failed(Throwable) - Method in interface org.hibernate.internal.CoreMessageLogger
 
FAILED_COMMIT - org.hibernate.resource.transaction.spi.TransactionStatus
The transaction attempted to commit, but failed.
FAILED_ROLLBACK - org.hibernate.resource.transaction.spi.TransactionStatus
The transaction attempted to rollback, but failed.
FailureExpected - Annotation Type in org.hibernate.testing
Deprecated, for removal: This API element is subject to removal in a future version.
Use JUnit 5 and FailureExpected instead.
FailureExpected - Annotation Type in org.hibernate.testing.orm.junit
Marks a test method or class as being expected to fail.
FailureExpectedExtension - Class in org.hibernate.testing.orm.junit
JUnit 5 extension used to support FailureExpected handling
FailureExpectedExtension() - Constructor for class org.hibernate.testing.orm.junit.FailureExpectedExtension
 
FailureExpectedGroup - Annotation Type in org.hibernate.testing.orm.junit
 
failureExpectedValidation - Static variable in class org.hibernate.testing.orm.junit.FailureExpectedExtension
 
FakeBidirectionalRelationWorkUnit - Class in org.hibernate.envers.internal.synchronization.work
A work unit that handles "fake" bidirectional one-to-many relations (mapped with @OneToMany+@JoinColumn and @ManyToOne+@Column(insertable=false, updatable=false).
FakeBidirectionalRelationWorkUnit(SessionImplementor, String, EnversService, Serializable, String, Object, RelationDescription, RevisionType, Object, AuditWorkUnit) - Constructor for class org.hibernate.envers.internal.synchronization.work.FakeBidirectionalRelationWorkUnit
 
FakeBidirectionalRelationWorkUnit(FakeBidirectionalRelationWorkUnit, Map<String, FakeBidirectionalRelationWorkUnit.FakeRelationChange>, AuditWorkUnit) - Constructor for class org.hibernate.envers.internal.synchronization.work.FakeBidirectionalRelationWorkUnit
 
FakeBidirectionalRelationWorkUnit(FakeBidirectionalRelationWorkUnit, AuditWorkUnit) - Constructor for class org.hibernate.envers.internal.synchronization.work.FakeBidirectionalRelationWorkUnit
 
FakeSqmToSqlAstConverter - Class in org.hibernate.query.sqm.sql
 
FakeSqmToSqlAstConverter(SqlAstCreationState) - Constructor for class org.hibernate.query.sqm.sql.FakeSqmToSqlAstConverter
 
FallbackBeanInstanceProducer - Class in org.hibernate.resource.beans.internal
BeanInstanceProducer implementation based on direct instantiation.
FallbackContainedBean<B> - Class in org.hibernate.resource.beans.container.spi
 
FallbackContainedBean(Class<B>, BeanInstanceProducer) - Constructor for class org.hibernate.resource.beans.container.spi.FallbackContainedBean
 
FallbackContainedBean(String, Class<B>, BeanInstanceProducer) - Constructor for class org.hibernate.resource.beans.container.spi.FallbackContainedBean
 
FallbackRefCursorSupport - Class in org.hibernate.engine.jdbc.cursor.internal
 
FallbackRefCursorSupport(JdbcServices) - Constructor for class org.hibernate.engine.jdbc.cursor.internal.FallbackRefCursorSupport
 
FALSE - org.hibernate.annotations.LazyCollectionOption
Deprecated.
FALSE - org.hibernate.annotations.LazyToOneOption
Deprecated.
FALSE - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyEnum
 
FALSE - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyWithExtraEnum
 
FALSE - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyWithNoProxyEnum
 
FALSE - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOuterJoinEnum
 
FALSE - org.hibernate.boot.model.TruthValue
 
FALSE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
FALSE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
FALSE - Static variable in class org.hibernate.internal.util.collections.ArrayHelper
 
FALSE() - Method in class org.hibernate.grammars.hql.HqlParser.BooleanLiteralContext
 
FALSE() - Method in class org.hibernate.grammars.hql.HqlParser.IsFalsePredicateContext
 
fastSessionServices - Variable in class org.hibernate.internal.AbstractSharedSessionContract
 
FastSessionServices - Class in org.hibernate.internal
Internal component.
fatalError(SAXParseException) - Method in class org.hibernate.jpa.boot.internal.PersistenceXmlParser.ErrorHandlerImpl
 
FAX - org.hibernate.testing.orm.domain.contacts.PhoneNumber.Classification
 
feature() - Method in annotation type org.hibernate.testing.orm.junit.RequiresDialectFeature
 
FEMALE - org.hibernate.testing.orm.domain.contacts.Contact.Gender
 
FEMALE - org.hibernate.testing.orm.domain.gambit.EntityOfBasics.Gender
 
fetch - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
fetch - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
fetch - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType
 
fetch - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
fetch - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
fetch - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
fetch - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
fetch - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
fetch - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
fetch - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
fetch - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
 
fetch - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
fetch - Variable in class org.hibernate.boot.jaxb.mapping.JaxbBasic
 
fetch - Variable in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
 
fetch - Variable in class org.hibernate.boot.jaxb.mapping.JaxbFetchProfile
 
fetch - Variable in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
 
fetch - Variable in class org.hibernate.boot.jaxb.mapping.JaxbManyToOne
 
fetch - Variable in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
 
fetch - Variable in class org.hibernate.boot.jaxb.mapping.JaxbOneToOne
 
fetch - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Basic
 
fetch - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
 
fetch - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
 
fetch - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
 
fetch - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
 
fetch - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
 
fetch() - Method in annotation type org.hibernate.annotations.Any
Specifies whether the value of the field or property may be lazily loaded or must be eagerly fetched: EAGER specifies that the association must be eagerly fetched.
fetch() - Method in annotation type org.hibernate.annotations.FetchProfile.FetchOverride
The timing of association fetching in the fetch profile being defined.
fetch() - Method in annotation type org.hibernate.annotations.FetchProfileOverride
The timing of association fetching in the named fetch profile.
fetch() - Method in annotation type org.hibernate.annotations.ManyToAny
Specifies whether the value of the field or property should be fetched lazily or eagerly: FetchType.EAGER, the default, requires that the association be fetched immediately, but FetchType.LAZY is a hint which has no effect unless bytecode enhancement is enabled.
fetch() - Method in annotation type org.hibernate.annotations.Table
Deprecated.
This setting has no effect in Hibernate 6
fetch(PluralAttribute<? super T, ?, A>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
fetch(PluralAttribute<? super T, ?, A>, JoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
fetch(PluralAttribute<? super T, ?, Y>) - Method in interface org.hibernate.query.criteria.JpaFetch
 
fetch(PluralAttribute<? super T, ?, Y>) - Method in interface org.hibernate.query.criteria.JpaFetchParent
 
fetch(PluralAttribute<? super T, ?, Y>, JoinType) - Method in interface org.hibernate.query.criteria.JpaFetch
 
fetch(PluralAttribute<? super T, ?, Y>, JoinType) - Method in interface org.hibernate.query.criteria.JpaFetchParent
 
fetch(SingularAttribute<? super T, A>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
fetch(SingularAttribute<? super T, A>, JoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
fetch(SingularAttribute<? super T, Y>) - Method in interface org.hibernate.query.criteria.JpaFetch
 
fetch(SingularAttribute<? super T, Y>) - Method in interface org.hibernate.query.criteria.JpaFetchParent
 
fetch(SingularAttribute<? super T, Y>, JoinType) - Method in interface org.hibernate.query.criteria.JpaFetch
 
fetch(SingularAttribute<? super T, Y>, JoinType) - Method in interface org.hibernate.query.criteria.JpaFetchParent
 
fetch(Number) - Method in class org.hibernate.query.criteria.CriteriaDefinition
 
fetch(Number) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
fetch(Number) - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
fetch(Number) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
fetch(Number) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
fetch(Number, FetchClauseType) - Method in class org.hibernate.query.criteria.CriteriaDefinition
 
fetch(Number, FetchClauseType) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
fetch(Number, FetchClauseType) - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
fetch(Number, FetchClauseType) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
fetch(Number, FetchClauseType) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
fetch(Object) - Method in class org.hibernate.internal.StatelessSessionImpl
 
fetch(Object) - Method in interface org.hibernate.StatelessSession
Fetch an association that's configured for lazy loading.
fetch(String) - Method in interface org.hibernate.query.criteria.JpaFetch
 
fetch(String) - Method in interface org.hibernate.query.criteria.JpaFetchParent
 
fetch(String) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
fetch(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmSetJoin
 
fetch(String, JoinType) - Method in interface org.hibernate.query.criteria.JpaFetch
 
fetch(String, JoinType) - Method in interface org.hibernate.query.criteria.JpaFetchParent
 
fetch(String, JoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
fetch(String, String, String) - Static method in class org.hibernate.query.results.Builders
 
fetch(JpaExpression<? extends Number>) - Method in class org.hibernate.query.criteria.CriteriaDefinition
 
fetch(JpaExpression<? extends Number>) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
fetch(JpaExpression<? extends Number>) - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
fetch(JpaExpression<? extends Number>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
fetch(JpaExpression<? extends Number>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
fetch(JpaExpression<? extends Number>, FetchClauseType) - Method in class org.hibernate.query.criteria.CriteriaDefinition
 
fetch(JpaExpression<? extends Number>, FetchClauseType) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
fetch(JpaExpression<? extends Number>, FetchClauseType) - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
fetch(JpaExpression<? extends Number>, FetchClauseType) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
fetch(JpaExpression<? extends Number>, FetchClauseType) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
Fetch - Class in org.hibernate.engine.profile
Models an individual fetch override within a FetchProfile.
Fetch - Interface in org.hibernate.sql.results.graph
Contract for fetches including entity, collection and composite.
Fetch - Annotation Type in org.hibernate.annotations
Specifies the default fetching method for the annotated association.
Fetch(String, String, String) - Constructor for class org.hibernate.mapping.FetchProfile.Fetch
Deprecated, for removal: This API element is subject to removal in a future version.
Fetch(String, String, FetchMode, FetchType) - Constructor for class org.hibernate.mapping.FetchProfile.Fetch
 
Fetch(Association, FetchStyle, FetchTiming) - Constructor for class org.hibernate.engine.profile.Fetch
Constructs a Fetch.
Fetch(Association, Fetch.Style) - Constructor for class org.hibernate.engine.profile.Fetch
Deprecated, for removal: This API element is subject to removal in a future version.
FETCH - org.hibernate.graph.GraphSemantic
Indicates that an EntityGraph should be interpreted as a JPA "fetch graph".
FETCH - org.hibernate.sql.ast.Clause
 
FETCH - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
FETCH - Static variable in class org.hibernate.grammars.hql.HqlParser
 
FETCH() - Method in class org.hibernate.grammars.hql.HqlParser.FetchClauseContext
 
FETCH() - Method in class org.hibernate.grammars.hql.HqlParser.JoinContext
 
FETCH() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
FETCH_SIZE - Static variable in class org.hibernate.annotations.QueryHints
Deprecated.
 
Fetch.Style - Enum in org.hibernate.engine.profile
Deprecated, for removal: This API element is subject to removal in a future version.
Fetchable - Interface in org.hibernate.mapping
Any mapping with an outer-join attribute
Fetchable - Interface in org.hibernate.sql.results.graph
Parts of the domain model that can be fetched.
FetchableAttribute - Interface in org.hibernate.boot.jaxb.mapping
JAXB binding interface for EAGER/LAZY
FetchableAttributeSource - Interface in org.hibernate.boot.model.source.spi
Describes source for attributes which can be fetched.
FetchableContainer - Interface in org.hibernate.sql.results.graph
Container of Fetchable references
fetchAttribute(Object, String) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor
Fetches the lazy attribute.
FetchBuilder - Interface in org.hibernate.query.results
Responsible for building a single DomainResult instance as part of the overall mapping of native / procedure query results.
FetchCharacteristics - Interface in org.hibernate.boot.model.source.spi
 
FetchCharacteristicsPluralAttribute - Interface in org.hibernate.boot.model.source.spi
 
FetchCharacteristicsPluralAttributeImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
FetchCharacteristicsPluralAttributeImpl(FetchTiming, FetchStyle, Integer, boolean) - Constructor for class org.hibernate.boot.model.source.internal.hbm.FetchCharacteristicsPluralAttributeImpl
 
FetchCharacteristicsPluralAttributeImpl.Builder - Class in org.hibernate.boot.model.source.internal.hbm
 
FetchCharacteristicsSingularAssociation - Interface in org.hibernate.boot.model.source.spi
 
FetchCharacteristicsSingularAssociationImpl - Class in org.hibernate.boot.model.source.internal.hbm
hbm.xml specific handling for FetchCharacteristicsSingularAssociation
FetchCharacteristicsSingularAssociationImpl.Builder - Class in org.hibernate.boot.model.source.internal.hbm
 
fetchClause() - Method in class org.hibernate.grammars.hql.HqlParser
 
fetchClause() - Method in class org.hibernate.grammars.hql.HqlParser.QueryOrderContext
 
FetchClauseContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.FetchClauseContext
 
FetchClauseType - Enum in org.hibernate.query.sqm
The kind of fetch to use for the FETCH clause.
fetchCollection(String) - Method in class org.hibernate.stat.internal.StatisticsImpl
 
fetchCollection(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback to indicate a collection being fetched.
fetchCountOrPercent() - Method in class org.hibernate.grammars.hql.HqlParser.FetchClauseContext
 
fetchCountOrPercent() - Method in class org.hibernate.grammars.hql.HqlParser
 
FetchCountOrPercentContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.FetchCountOrPercentContext
 
fetchDataBaseVersion(DialectResolutionInfo) - Static method in class org.hibernate.dialect.CockroachDialect
 
FetchDescriptor - Interface in org.hibernate.boot.query
Describes the mapping for a fetch as part of a NamedResultSetMappingDescriptor
fetchEntity(String) - Method in class org.hibernate.stat.internal.StatisticsImpl
 
fetchEntity(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about an entity being fetched.
fetchingDatabaseMetadata() - Method in interface org.hibernate.internal.CoreMessageLogger
 
FetchingScrollableResultsImpl<R> - Class in org.hibernate.internal
Implementation of ScrollableResults which can handle collection fetches.
FetchingScrollableResultsImpl(JdbcValues, JdbcValuesSourceProcessingOptions, JdbcValuesSourceProcessingStateStandardImpl, RowProcessingStateStandardImpl, RowReader<R>, SharedSessionContractImplementor) - Constructor for class org.hibernate.internal.FetchingScrollableResultsImpl
 
FetchLimitHandler - Class in org.hibernate.dialect.pagination
A LimitHandler for databases which support the ANSI SQL standard syntax FETCH FIRST m ROWS ONLY but not OFFSET n ROWS.
FetchLimitHandler(boolean) - Constructor for class org.hibernate.dialect.pagination.FetchLimitHandler
 
FetchList - Interface in org.hibernate.sql.results.graph
This is essentially a List of Fetch(es), but exposing an interface which is more suitable to our needs; in particular it expresses the immutable nature of this structure, and allows us to extend it with additional convenience methods such as FetchList.indexedForEach(IndexedConsumer).
FetchMemento - Interface in org.hibernate.query.named
 
FetchMemento.Parent - Interface in org.hibernate.query.named
The parent node for the fetch
FetchMementoBasic - Interface in org.hibernate.query.named
 
FetchMementoBasicStandard - Class in org.hibernate.query.internal
Memento describing a basic-valued fetch.
FetchMementoBasicStandard(NavigablePath, BasicValuedModelPart, String) - Constructor for class org.hibernate.query.internal.FetchMementoBasicStandard
 
FetchMementoEmbeddableStandard - Class in org.hibernate.query.internal
 
FetchMementoEmbeddableStandard(NavigablePath, EmbeddableValuedModelPart, List<String>) - Constructor for class org.hibernate.query.internal.FetchMementoEmbeddableStandard
 
FetchMementoEntityStandard - Class in org.hibernate.query.internal
 
FetchMementoEntityStandard(NavigablePath, EntityValuedFetchable, List<String>) - Constructor for class org.hibernate.query.internal.FetchMementoEntityStandard
 
FetchMementoHbmStandard - Class in org.hibernate.query.internal
 
FetchMementoHbmStandard(NavigablePath, String, String, List<String>, LockMode, FetchMementoHbmStandard.FetchParentMemento, Map<String, FetchMemento>, Fetchable) - Constructor for class org.hibernate.query.internal.FetchMementoHbmStandard
 
FetchMementoHbmStandard.FetchParentMemento - Interface in org.hibernate.query.internal
 
fetchMode - Variable in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
 
fetchMode - Variable in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
 
fetchMode - Variable in class org.hibernate.boot.jaxb.mapping.JaxbManyToOne
 
fetchMode - Variable in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
 
fetchMode - Variable in class org.hibernate.boot.jaxb.mapping.JaxbOneToOne
 
FetchMode - Enum in org.hibernate.annotations
Enumerates methods for fetching an association from the database.
FetchMode - Enum in org.hibernate
Represents an association fetching strategy.
fetchModeJoinWithLazyWarning(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
FetchNotFoundException - Exception in org.hibernate
FetchNotFoundException(String, Object) - Constructor for exception org.hibernate.FetchNotFoundException
 
FetchOptions - Interface in org.hibernate.sql.results.graph
Represents an aggregated FetchTiming and FetchStyle value
FetchOptionsHelper - Class in org.hibernate.metamodel.mapping.internal
 
fetchOverrides() - Method in annotation type org.hibernate.annotations.FetchProfile
The list of association fetching strategy overrides.
FetchOverrideSecondPass - Class in org.hibernate.boot.model.internal
 
FetchOverrideSecondPass(String, FetchProfile.FetchOverride, MetadataBuildingContext) - Constructor for class org.hibernate.boot.model.internal.FetchOverrideSecondPass
 
FetchParent - Interface in org.hibernate.sql.results.graph
Contract for things that can be the parent of a fetch
FetchParentAccess - Interface in org.hibernate.sql.results.graph
Provides access to information about the owner/parent of a fetch in relation to the current "row" being processed.
fetchProfile - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
 
fetchProfile - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
fetchProfile - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
fetchProfile - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
fetchProfile - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
fetchProfile - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
FetchProfile - Class in org.hibernate.engine.profile
The runtime representation of a Hibernate fetch profile defined in annotations.
FetchProfile - Class in org.hibernate.mapping
A mapping model object representing a FetchProfile.
FetchProfile - Annotation Type in org.hibernate.annotations
Defines a fetch profile, by specifying its FetchProfile.name(), together with a list of fetch strategy overrides.
FetchProfile(String) - Constructor for class org.hibernate.engine.profile.FetchProfile
Constructs a FetchProfile with the given unique name.
FetchProfile(String, MetadataSource) - Constructor for class org.hibernate.mapping.FetchProfile
Create a fetch profile representation.
FetchProfile.Fetch - Class in org.hibernate.mapping
An individual association fetch within the given profile.
FetchProfile.FetchOverride - Annotation Type in org.hibernate.annotations
Overrides the fetching strategy for a particular association in the named fetch profile being defined.
FetchProfileAffectee - Interface in org.hibernate.engine.profile.internal
Commonality between entities and collections as something that can be affected by fetch profiles.
FetchProfileBinder - Class in org.hibernate.boot.model.source.internal.hbm
 
FetchProfileBinder() - Constructor for class org.hibernate.boot.model.source.internal.hbm.FetchProfileBinder
 
FetchProfileHelper - Class in org.hibernate.internal
Create FetchProfile references from FetchProfile references
FetchProfileHelper() - Constructor for class org.hibernate.internal.FetchProfileHelper
 
FetchProfileOverride - Annotation Type in org.hibernate.annotations
Overrides the fetching strategy for the annotated association in a certain named fetch profile.
FetchProfileOverrides - Annotation Type in org.hibernate.annotations
fetchProfiles - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
 
FetchProfiles - Annotation Type in org.hibernate.annotations
Collects together multiple fetch profiles.
FetchSecondPass - Class in org.hibernate.boot.model.internal
 
FetchSecondPass(FetchProfileOverride, PropertyHolder, String, MetadataBuildingContext) - Constructor for class org.hibernate.boot.model.internal.FetchSecondPass
 
FetchSettings - Interface in org.hibernate.cfg
 
fetchSize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
 
fetchSize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
 
fetchSize - Variable in class org.hibernate.boot.jaxb.mapping.JaxbNamedNativeQuery
 
fetchSize - Variable in class org.hibernate.boot.jaxb.mapping.JaxbNamedQuery
 
fetchSize - Variable in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
fetchSize() - Method in annotation type org.hibernate.annotations.NamedNativeQuery
The number of rows fetched by the JDBC driver per trip.
fetchSize() - Method in annotation type org.hibernate.annotations.NamedQuery
The number of rows fetched by the JDBC driver per trip.
FetchStrategy(FetchTiming, boolean) - Constructor for class org.hibernate.sql.results.graph.EntityGraphTraversalState.FetchStrategy
 
FetchStyle - Enum in org.hibernate.engine
Enumeration of values describing how fetching should occur.
FetchStyleAccess - Interface in org.hibernate.sql.results.graph
Access to a FetchStyle
FetchTiming - Enum in org.hibernate.engine
Enumeration of values describing when fetching should occur.
FetchTimingAccess - Interface in org.hibernate.sql.results.graph
Access to a FetchTiming
FetchType - Enum in org.hibernate.jpamodelgen.xml.jaxb
Java class for fetch-type.
FetchTypeMarshalling - Class in org.hibernate.boot.jaxb.mapping.marshall
JAXB marshalling for FetchType
FetchTypeMarshalling() - Constructor for class org.hibernate.boot.jaxb.mapping.marshall.FetchTypeMarshalling
 
FIELD - org.hibernate.boot.spi.AccessType
Access to value via field
FIELD - org.hibernate.jpamodelgen.util.AccessType
 
FIELD - org.hibernate.jpamodelgen.xml.jaxb.AccessType
 
FIELD - org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
 
FIELD - Static variable in class org.hibernate.property.access.internal.PropertyAccessStrategyEnhancedImpl
 
FieldAttributeAccess(Field) - Constructor for class org.hibernate.jpa.internal.util.PersistenceUtilHelper.FieldAttributeAccess
 
fieldOrNull(Class<?>, String) - Static method in class org.hibernate.property.access.internal.AccessStrategyHelper
 
fieldResult - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntityResult
 
fieldResult - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityResult
 
FieldResult - Class in org.hibernate.jpamodelgen.xml.jaxb
 
FieldResult() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.FieldResult
 
file - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
 
FILE - org.hibernate.boot.cfgxml.spi.MappingReference.Type
 
FILE - org.hibernate.boot.jaxb.SourceType
 
fileDoesNotExist(String, URL) - Method in interface org.hibernate.internal.log.UrlMessageBundle
Access to the exception message used when a URL references names a file that does not exist.
FileInputStreamAccess - Class in org.hibernate.boot.archive.internal
An InputStreamAccess implementation based on a File reference
FileInputStreamAccess(String, File) - Constructor for class org.hibernate.boot.archive.internal.FileInputStreamAccess
 
FileTimeStampChecker - Class in org.hibernate.jpamodelgen.util
 
FileTimeStampChecker() - Constructor for class org.hibernate.jpamodelgen.util.FileTimeStampChecker
 
FileXmlSource - Class in org.hibernate.boot.jaxb.internal
 
FileXmlSource(Origin, File) - Constructor for class org.hibernate.boot.jaxb.internal.FileXmlSource
 
fillArray(int, int) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
fillArray(String, int) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
fillArray(LockMode, int) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
fillArray(LockOptions, int) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
fillDataWithId(Map<String, Object>, Object) - Method in class org.hibernate.envers.internal.synchronization.work.AbstractAuditWorkUnit
 
filledArray(T, Class<T>, int) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
fillSimpleValue() - Method in class org.hibernate.boot.model.internal.BasicValueBinder
 
filter - org.hibernate.spatial.SpatialFunction
Deprecated.
The filter function
filter - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
filter - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
filter - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
filter - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
filter - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
filter - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
filter - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
filter - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
filter - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
filter(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 bounding box overlap constraint.
filter(CommonSpatialFunction[]) - Method in class org.hibernate.spatial.BaseSqmFunctionDescriptors
 
filter(CommonSpatialFunction[]) - Method in class org.hibernate.spatial.dialect.mariadb.MariaDBSqmFunctionDescriptors
 
filter(CommonSpatialFunction[]) - Method in class org.hibernate.spatial.dialect.mysql.MySqlSqmFunctionDescriptors
 
Filter - Interface in org.hibernate
Allows control over an enabled filter at runtime.
Filter - Annotation Type in org.hibernate.annotations
Specifies that an entity or collection is affected by a named filter declared using FilterDef, and allows the default filter condition to be overridden for the annotated entity or collection role.
FILTER - org.hibernate.persister.entity.EntityNameUse.UseKind
An entity type is filtered for through a type restriction predicate i.e.
FILTER - org.hibernate.sql.results.spi.ListResultsConsumer.UniqueSemantic
Apply in-memory de-duplication, removing rows already part of the results
FILTER - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
FILTER - Static variable in class org.hibernate.grammars.hql.HqlParser
 
FILTER - Static variable in class org.hibernate.persister.entity.EntityNameUse
 
FILTER - Static variable in interface org.hibernate.spatial.SpatialRelation
Deprecated.
The bounding box of the first geometry intersects the bounding box of the second
FILTER() - Method in class org.hibernate.grammars.hql.HqlParser.FilterClauseContext
 
FILTER() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
FILTER_NAME - Static variable in class org.hibernate.binder.internal.TenantIdBinder
 
Filterable - Interface in org.hibernate.mapping
Defines mapping elements to which filters may be applied.
FilterAliasGenerator - Interface in org.hibernate.internal
 
filterClause() - Method in class org.hibernate.grammars.hql.HqlParser.AnyFunctionContext
 
filterClause() - Method in class org.hibernate.grammars.hql.HqlParser.EveryFunctionContext
 
filterClause() - Method in class org.hibernate.grammars.hql.HqlParser
 
filterClause() - Method in class org.hibernate.grammars.hql.HqlParser.GenericFunctionContext
 
filterClause() - Method in class org.hibernate.grammars.hql.HqlParser.ListaggFunctionContext
 
FilterClauseContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.FilterClauseContext
 
FilterConfiguration - Class in org.hibernate.internal
 
FilterConfiguration(String, String, boolean, Map<String, String>, Map<String, String>, PersistentClass) - Constructor for class org.hibernate.internal.FilterConfiguration
 
filterDef - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
FilterDef - Annotation Type in org.hibernate.annotations
Declares a filter, specifying its FilterDef.name(), optionally, a default condition, and its parameter names and types, if it has parameters.
FilterDefinition - Class in org.hibernate.engine.spi
Represents the definition of a filter.
FilterDefinition(String, String, Map<String, JdbcMapping>) - Constructor for class org.hibernate.engine.spi.FilterDefinition
Construct a new FilterDefinition instance.
filterDefinitions - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
 
FilterDefs - Annotation Type in org.hibernate.annotations
Array of filter definitions.
filterEvent(XMLEvent, boolean) - Method in class org.hibernate.boot.jaxb.internal.stax.FilteringXMLEventReader
 
FilterFragmentParameter(String, String, JdbcMapping, Object) - Constructor for class org.hibernate.sql.ast.tree.predicate.FilterPredicate.FilterFragmentParameter
 
FilterFragmentPredicate(String, FilterImpl, List<String>) - Constructor for class org.hibernate.sql.ast.tree.predicate.FilterPredicate.FilterFragmentPredicate
 
FilterHelper - Class in org.hibernate.internal
Implementation of FilterHelper.
FilterHelper(List<FilterConfiguration>, Map<String, String>, SessionFactoryImplementor) - Constructor for class org.hibernate.internal.FilterHelper
The map of defined filters.
FilterHelper(List<FilterConfiguration>, SessionFactoryImplementor) - Constructor for class org.hibernate.internal.FilterHelper
 
FilterImpl - Class in org.hibernate.internal
Implementation of FilterImpl.
FilterImpl(FilterDefinition) - Constructor for class org.hibernate.internal.FilterImpl
Constructs a new FilterImpl.
FilteringXMLEventReader - Class in org.hibernate.boot.jaxb.internal.stax
Base class for XMLEventReaders that want to modify or remove events from the reader stream.
FilteringXMLEventReader(XMLEventReader) - Constructor for class org.hibernate.boot.jaxb.internal.stax.FilteringXMLEventReader
 
FilterJdbcParameter - Class in org.hibernate.internal
 
FilterJdbcParameter(JdbcMapping, Object) - Constructor for class org.hibernate.internal.FilterJdbcParameter
 
FilterJoinTable - Annotation Type in org.hibernate.annotations
Specifies that the join table of a collection is affected by a named filter declared using FilterDef, and allows the default filter condition to be overridden for the annotated entity or collection role.
FilterJoinTables - Annotation Type in org.hibernate.annotations
Add multiple @FilterJoinTable to a collection.
FilterKey - Class in org.hibernate.cache.spi
Deprecated.
this class is no longer used
filterParam - Variable in class org.hibernate.boot.jaxb.mapping.JaxbFilterDef
 
FilterPredicate - Class in org.hibernate.sql.ast.tree.predicate
Collection of FilterPredicate.FilterFragmentPredicate sub-predicates, each representing one enabled filter restriction.
FilterPredicate() - Constructor for class org.hibernate.sql.ast.tree.predicate.FilterPredicate
 
FilterPredicate.FilterFragmentParameter - Class in org.hibernate.sql.ast.tree.predicate
 
FilterPredicate.FilterFragmentPredicate - Class in org.hibernate.sql.ast.tree.predicate
 
FilterRestrictable - Interface in org.hibernate.metamodel.mapping
Things that can have associated Filter declarations.
Filters - Annotation Type in org.hibernate.annotations
Add multiple @Filters.
FilterSource - Interface in org.hibernate.boot.model.source.spi
Defines the source of filter information.
FilterSourceImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
FilterSourceImpl(MappingDocument, JaxbHbmFilterType) - Constructor for class org.hibernate.boot.model.source.internal.hbm.FilterSourceImpl
 
finalize() - Method in class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl
 
finalizeCollectionLoading(PersistenceContext, CollectionPersister, PersistentCollection<?>, Object, boolean) - Static method in class org.hibernate.sql.results.internal.ResultsHelper
 
finalSecondaryTableBinding(PropertyHolder) - Method in class org.hibernate.boot.model.internal.EntityBinder
 
finalSecondaryTableFromAnnotationBinding(PropertyHolder) - Method in class org.hibernate.boot.model.internal.EntityBinder
 
find(Class<T>, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
find(Class<T>, Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
find(Class<T>, Object) - Method in class org.hibernate.internal.SessionImpl
 
find(Class<T>, Object, LockModeType) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
find(Class<T>, Object, LockModeType) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
find(Class<T>, Object, LockModeType) - Method in class org.hibernate.internal.SessionImpl
 
find(Class<T>, Object, LockModeType, Map<String, Object>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
find(Class<T>, Object, LockModeType, Map<String, Object>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
find(Class<T>, Object, LockModeType, Map<String, Object>) - Method in class org.hibernate.internal.SessionImpl
 
find(Class<T>, Object, Number) - Method in interface org.hibernate.envers.AuditReader
Find an entity by primary key at the given revision.
find(Class<T>, Object, Number) - Method in class org.hibernate.envers.internal.reader.AuditReaderImpl
 
find(Class<T>, Object, LocalDateTime) - Method in interface org.hibernate.envers.AuditReader
Find an entity by primary key on the given datetime.
find(Class<T>, Object, LocalDateTime) - Method in class org.hibernate.envers.internal.reader.AuditReaderImpl
 
find(Class<T>, Object, Date) - Method in interface org.hibernate.envers.AuditReader
Find an entity by primary key on the given date.
find(Class<T>, Object, Date) - Method in class org.hibernate.envers.internal.reader.AuditReaderImpl
 
find(Class<T>, Object, Map<String, Object>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
find(Class<T>, Object, Map<String, Object>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
find(Class<T>, Object, Map<String, Object>) - Method in class org.hibernate.internal.SessionImpl
 
find(Class<T>, String, Object, Number) - Method in interface org.hibernate.envers.AuditReader
Find an entity by primary key at the given revision with the specified entityName.
find(Class<T>, String, Object, Number) - Method in class org.hibernate.envers.internal.reader.AuditReaderImpl
 
find(Class<T>, String, Object, Number, boolean) - Method in interface org.hibernate.envers.AuditReader
Find an entity by primary key at the given revision with the specified entityName, possibly including deleted entities in the search.
find(Class<T>, String, Object, Number, boolean) - Method in class org.hibernate.envers.internal.reader.AuditReaderImpl
 
Find - Annotation Type in org.hibernate.annotations.processing
Identifies a method of an abstract class or interface as defining the signature of a finder method, with an implementation generated automatically by the Hibernate Metamodel Generator.
FIND - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
FIND_BY_REVISION_EXACT_MATCH - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Forces AuditReader#find implementations that accept a revision-number argument to perform an exact match against the supplied revision number rather than potentially returning hits that are less-than or equal-to the supplied revision number.
findAggregateDescriptor(String) - Method in class org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry
 
findAliasedNodeByAlias(String) - Method in class org.hibernate.query.hql.internal.SqmPathRegistryImpl
 
findAliasedNodeByAlias(String) - Method in interface org.hibernate.query.hql.spi.SqmPathRegistry
Find a node (if one) by the explicit alias assigned to it within the select-clause
findAliasedNodeByPosition(int) - Method in class org.hibernate.query.hql.internal.SqmPathRegistryImpl
 
findAliasedNodeByPosition(int) - Method in interface org.hibernate.query.hql.spi.SqmPathRegistry
Find an SqmSelection by its position in the SqmSelectClause
findAliasedNodePosition(String) - Method in class org.hibernate.query.hql.internal.SqmPathRegistryImpl
 
findAliasedNodePosition(String) - Method in interface org.hibernate.query.hql.spi.SqmPathRegistry
Find the position of a node with the given alias, relative to the underlying SQL select-list.
findAnnotation(XAnnotatedElement, Class<T>) - Static method in class org.hibernate.boot.model.internal.HCANNHelper
Return an annotation of the given type which annotates the given annotated program element, or which meta-annotates an annotation of the given annotated program element.
findAsResource(String) - Static method in class org.hibernate.internal.util.ConfigHelper
Deprecated.
Try to locate a local URL representing the incoming path.
findAttribute(String) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
findAttribute(String) - Method in class org.hibernate.metamodel.model.domain.internal.EntityTypeImpl
 
findAttribute(String) - Method in class org.hibernate.metamodel.model.domain.internal.MappedSuperclassTypeImpl
 
findAttribute(String) - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
 
findAttribute(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
findAttributeInSuperTypes(String) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
findAttributeInSuperTypes(String) - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
 
findAttributeInSuperTypes(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
findAttributeMapping(String) - Method in class org.hibernate.metamodel.mapping.internal.AbstractEmbeddableMapping
 
findAttributeMapping(String) - Method in interface org.hibernate.metamodel.mapping.ManagedMappingType
Find an attribute by name.
findAttributeMapping(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
findAttributeNode(String) - Method in interface org.hibernate.graph.Graph
Find an already existing AttributeNode by attributeName within this container
findAttributeNode(String) - Method in class org.hibernate.graph.internal.AbstractGraph
 
findAttributeNode(String) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
findAttributeNode(PersistentAttribute<? extends J, AJ>) - Method in interface org.hibernate.graph.Graph
Find an already existing AttributeNode by corresponding attribute reference, within this container.
findAttributeNode(PersistentAttribute<? extends J, AJ>) - Method in class org.hibernate.graph.internal.AbstractGraph
 
findAttributeNode(PersistentAttribute<? extends J, AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
findAutoApplyConverterForAttribute(XProperty, MetadataBuildingContext) - Method in class org.hibernate.boot.model.convert.internal.AttributeConverterManager
 
findAutoApplyConverterForAttribute(XProperty, MetadataBuildingContext) - Method in interface org.hibernate.boot.model.convert.spi.ConverterAutoApplyHandler
Resolve the auto-applied converter to be applied to a basic attribute described by the passed property descriptor.
findAutoApplyConverterForCollectionElement(XProperty, MetadataBuildingContext) - Method in class org.hibernate.boot.model.convert.internal.AttributeConverterManager
 
findAutoApplyConverterForCollectionElement(XProperty, MetadataBuildingContext) - Method in interface org.hibernate.boot.model.convert.spi.ConverterAutoApplyHandler
Resolve the auto-applied converter to be applied to the elements of a plural attribute described by the passed property descriptor.
findAutoApplyConverterForMapKey(XProperty, MetadataBuildingContext) - Method in class org.hibernate.boot.model.convert.internal.AttributeConverterManager
 
findAutoApplyConverterForMapKey(XProperty, MetadataBuildingContext) - Method in interface org.hibernate.boot.model.convert.spi.ConverterAutoApplyHandler
Resolve the auto-applied converter to be applied to the keys of a plural Map attribute described by the passed property descriptor.
findByAlias(String) - Method in class org.hibernate.query.results.FromClauseAccessImpl
 
findByPath(String) - Method in interface org.hibernate.metamodel.mapping.ModelPartContainer
 
findByPath(DotIdentifierSequence) - Method in interface org.hibernate.metamodel.mapping.ModelPartContainer
 
findCachedIdByNaturalId(Object, EntityMappingType) - Method in class org.hibernate.engine.internal.NaturalIdResolutionsImpl
 
findCachedIdByNaturalId(Object, EntityMappingType) - Method in interface org.hibernate.engine.spi.NaturalIdResolutions
Find the cached identifier for the given natural-id
findCachedNaturalIdById(Object, EntityMappingType) - Method in class org.hibernate.engine.internal.NaturalIdResolutionsImpl
 
findCachedNaturalIdById(Object, EntityMappingType) - Method in interface org.hibernate.engine.spi.NaturalIdResolutions
Find the cached natural-id for the given identifier
findCause(Throwable, Class<? extends Throwable>) - Static method in class org.hibernate.testing.util.ExceptionUtil
Get a specific cause.
findClass(String) - Method in class org.hibernate.boot.registry.classloading.internal.AggregatedClassLoader
 
findCollectionDescriptor(String) - Method in interface org.hibernate.metamodel.MappingMetamodel
Find a collection mapping descriptor based on its role.
findCollectionDescriptor(String) - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
findCollectionDescriptor(NavigableRole) - Method in interface org.hibernate.metamodel.MappingMetamodel
Find a collection mapping descriptor based on its role.
findCollectionDescriptor(NavigableRole) - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
findCollectionTypeRegistration(CollectionClassification) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
findCollectionTypeRegistration(CollectionClassification) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
findColumnOwner(PersistentClass, String, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.BinderHelper
Find the column owner (ie PersistentClass or Join) of columnName.
findCompatibleJoin(TableGroupJoinProducer, SqlAstJoinType) - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
 
findCompatibleJoinedGroup(TableGroupJoinProducer, SqlAstJoinType) - Method in class org.hibernate.sql.ast.tree.from.CorrelatedTableGroup
 
findCompatibleJoinedGroup(TableGroupJoinProducer, SqlAstJoinType) - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
 
findConcreteGenericAttribute(String) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
findConcreteGenericAttribute(String) - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
 
findConcreteGenericAttribute(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
findContainingAnnotations(XAnnotatedElement, Class<? extends Annotation>) - Static method in class org.hibernate.boot.model.internal.HCANNHelper
Return an annotation of the given annotated program element which is annotated by the given type of meta-annotation.
findContainingEntityMapping() - Method in class org.hibernate.metamodel.internal.AbstractCompositeIdentifierMapping
 
findContainingEntityMapping() - Method in interface org.hibernate.metamodel.mapping.AttributeMapping
 
findContainingEntityMapping() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
findContainingEntityMapping() - Method in class org.hibernate.metamodel.mapping.internal.AbstractDiscriminatorMapping
 
findContainingEntityMapping() - Method in class org.hibernate.metamodel.mapping.internal.AbstractEntityCollectionPart
 
findContainingEntityMapping() - Method in class org.hibernate.metamodel.mapping.internal.AbstractNaturalIdMapping
 
findContainingEntityMapping() - Method in class org.hibernate.metamodel.mapping.internal.AnyDiscriminatorPart
 
findContainingEntityMapping() - Method in class org.hibernate.metamodel.mapping.internal.AnyKeyPart
 
findContainingEntityMapping() - Method in class org.hibernate.metamodel.mapping.internal.BasicEntityIdentifierMappingImpl
 
findContainingEntityMapping() - Method in class org.hibernate.metamodel.mapping.internal.BasicValuedCollectionPart
 
findContainingEntityMapping() - Method in class org.hibernate.metamodel.mapping.internal.CollectionIdentifierDescriptorImpl
 
findContainingEntityMapping() - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedCollectionPart
 
findContainingEntityMapping() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddableMappingTypeImpl
 
findContainingEntityMapping() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedCollectionPart
 
findContainingEntityMapping() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedForeignKeyDescriptor
 
findContainingEntityMapping() - Method in class org.hibernate.metamodel.mapping.internal.EntityRowIdMappingImpl
 
findContainingEntityMapping() - Method in class org.hibernate.metamodel.mapping.internal.EntityVersionMappingImpl
 
findContainingEntityMapping() - Method in class org.hibernate.metamodel.mapping.internal.IdClassEmbeddable
 
findContainingEntityMapping() - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
findContainingEntityMapping() - Method in class org.hibernate.metamodel.mapping.internal.SoftDeleteMappingImpl
 
findContainingEntityMapping() - Method in class org.hibernate.metamodel.mapping.internal.VirtualIdEmbeddable
 
findContainingEntityMapping() - Method in interface org.hibernate.metamodel.mapping.ModelPart
 
findContainingEntityMapping() - Method in class org.hibernate.query.derived.AnonymousTupleBasicValuedModelPart
 
findContainingEntityMapping() - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddableValuedModelPart
 
findContainingEntityMapping() - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
findContainingEntityMapping() - Method in class org.hibernate.query.derived.AnonymousTupleTableGroupProducer
 
findCteStatement(String) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
findCteStatement(String) - Method in interface org.hibernate.query.hql.spi.SqmCreationState
 
findCurrentFirst(Function<T, X>) - Method in interface org.hibernate.internal.util.collections.Stack
Find an element on the stack and return a value.
findCurrentFirst(Function<T, X>) - Method in class org.hibernate.internal.util.collections.StandardStack
 
findCurrentFirstWithParameter(Y, BiFunction<T, Y, X>) - Method in interface org.hibernate.internal.util.collections.Stack
Runs a function on each couple defined as {Y,T} in which Y is fixed, and T is each instance of this stack.
findCurrentFirstWithParameter(Y, BiFunction<T, Y, X>) - Method in class org.hibernate.internal.util.collections.StandardStack
 
findCurrentTransaction() - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl
 
findDeclaredAttribute(String) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
findDeclaredAttribute(String) - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
 
findDeclaredAttribute(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
findDeclaredAttributeMapping(String) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
Find an attribute-mapping, declared on this entity mapping (not super or subs), by name
findDeclaredAttributeMapping(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
findDeclaredAttributeMapping(String) - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
findDeclaredConcreteGenericAttribute(String) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
findDeclaredConcreteGenericAttribute(String) - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
 
findDeclaredConcreteGenericAttribute(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
findDeclaredPluralAttribute(String) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
findDeclaredPluralAttribute(String) - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
 
findDeclaredPluralAttribute(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
findDeclaredSingularAttribute(String) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
findDeclaredSingularAttribute(String) - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
 
findDeclaredSingularAttribute(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
findDescriptor(int) - Method in class org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry
 
findDescriptor(Type) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeRegistry
 
findDirty(Object[], Object[], Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Locate the property-indices of all properties considered to be dirty.
findDirty(Object[], Object[], Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Compare the two snapshots to determine if they represent dirty state.
findDirty(Object, Serializable, Object[], Object[], String[], Type[]) - Method in interface org.hibernate.Interceptor
findDirty(Object, Object, Object[], Object[], String[], Type[]) - Method in interface org.hibernate.Interceptor
Called from flush().
findDirty(Object, Object, Object[], Object[], String[], Type[]) - Method in class org.hibernate.internal.EmptyInterceptor
 
findDirty(Object, EntityPersister, Session, CustomEntityDirtinessStrategy.DirtyCheckContext) - Method in class org.hibernate.boot.internal.DefaultCustomEntityDirtinessStrategy
 
findDirty(Object, EntityPersister, Session, CustomEntityDirtinessStrategy.DirtyCheckContext) - Method in interface org.hibernate.CustomEntityDirtinessStrategy
Callback used to hook into Hibernate algorithm for determination of which attributes have changed.
findDomainModelScope(Object, ExtensionContext) - Static method in class org.hibernate.testing.orm.junit.DomainModelExtension
Intended for use from external consumers.
findEffectiveAnnotation(ExtensionContext, Class<A>) - Static method in class org.hibernate.testing.orm.junit.TestingUtil
 
findEntities(Number) - Method in interface org.hibernate.envers.CrossTypeRevisionChangesReader
Find all entities changed (added, updated and removed) in a given revision.
findEntities(Number) - Method in class org.hibernate.envers.internal.reader.CrossTypeRevisionChangesReaderImpl
 
findEntities(Number, RevisionType) - Method in interface org.hibernate.envers.CrossTypeRevisionChangesReader
Find all entities changed (added, updated or removed) in a given revision.
findEntities(Number, RevisionType) - Method in class org.hibernate.envers.internal.reader.CrossTypeRevisionChangesReaderImpl
 
findEntitiesGroupByRevisionType(Number) - Method in interface org.hibernate.envers.CrossTypeRevisionChangesReader
Find all entities changed (added, updated and removed) in a given revision grouped by modification type.
findEntitiesGroupByRevisionType(Number) - Method in class org.hibernate.envers.internal.reader.CrossTypeRevisionChangesReaderImpl
 
findEntityBinding(String, String) - Method in interface org.hibernate.boot.model.source.internal.hbm.HbmLocalMetadataBuildingContext
 
findEntityBinding(String, String) - Method in class org.hibernate.boot.model.source.internal.hbm.MappingDocument
 
findEntityByUnqualifiedName(String, ModuleElement) - Static method in class org.hibernate.jpamodelgen.validation.ProcessorSessionFactory
 
findEntityDescriptor(Class<?>) - Method in interface org.hibernate.metamodel.MappingMetamodel
Find an entity mapping descriptor based on its Class.
findEntityDescriptor(Class<?>) - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
findEntityDescriptor(String) - Method in interface org.hibernate.metamodel.MappingMetamodel
Find an entity mapping descriptor based on its Hibernate entity-name.
findEntityDescriptor(String) - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
findEntityGraphByName(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
findEntityGraphByName(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
findEntityGraphByName(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
findEntityGraphByName(String) - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
findEntityGraphByName(String) - Method in class org.hibernate.metamodel.model.domain.internal.JpaMetamodelImpl
 
findEntityGraphByName(String) - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
findEntityGraphByName(String) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
 
findEntityGraphByName(String) - Method in interface org.hibernate.SessionFactory
Return the root EntityGraph with the given name, or null if there is no graph with the given name.
findEntityGraphsByJavaType(Class<T>) - Method in class org.hibernate.metamodel.model.domain.internal.JpaMetamodelImpl
 
findEntityGraphsByJavaType(Class<T>) - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
findEntityGraphsByJavaType(Class<T>) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
 
findEntityGraphsByType(Class<T>) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
findEntityGraphsByType(Class<T>) - Method in class org.hibernate.internal.SessionFactoryImpl
 
findEntityGraphsByType(Class<T>) - Method in interface org.hibernate.SessionFactory
Return all EntityGraphs registered for the given entity type.
findEntityManagerFactoryScope(Object, ExtensionContext) - Static method in class org.hibernate.testing.orm.junit.EntityManagerFactoryExtension
 
findEntityManagerFactoryScope(ExtensionContext) - Static method in class org.hibernate.testing.orm.junit.EntityManagerFactoryScopeExtension
 
findEntityNameByEntityClass(Class<?>) - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
Return the entity-name mapped to the given class within our inheritance hierarchy, if any.
findEntityType(Class<X>) - Method in class org.hibernate.metamodel.model.domain.internal.JpaMetamodelImpl
 
findEntityType(Class<X>) - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
findEntityType(Class<X>) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
Same as JpaMetamodel.entity(java.lang.String) except null is returned rather than throwing an exception
findEntityTypes(Number) - Method in interface org.hibernate.envers.CrossTypeRevisionChangesReader
Returns set of entity names and corresponding Java classes modified in a given revision.
findEntityTypes(Number) - Method in class org.hibernate.envers.internal.reader.CrossTypeRevisionChangesReaderImpl
 
findEventType(String) - Method in interface org.hibernate.event.spi.EventEngineContributions
Return the EventType by name, if one
findFetch(Fetchable) - Method in class org.hibernate.metamodel.mapping.internal.CompoundNaturalIdMapping.DomainResultImpl
 
findFetch(Fetchable) - Method in class org.hibernate.query.results.complete.EntityResultImpl
 
findFetch(Fetchable) - Method in class org.hibernate.sql.results.graph.AbstractFetchParent
 
findFetch(Fetchable) - Method in class org.hibernate.sql.results.graph.collection.internal.CollectionDomainResult
 
findFetch(Fetchable) - Method in class org.hibernate.sql.results.graph.collection.internal.EagerCollectionFetch
 
findFetch(Fetchable) - Method in class org.hibernate.sql.results.graph.entity.internal.AbstractNonJoinedEntityFetch
 
findFetch(Fetchable) - Method in interface org.hibernate.sql.results.graph.FetchParent
 
findFetchBuilder(String) - Method in class org.hibernate.query.results.dynamic.AbstractFetchBuilderContainer
 
findFetchBuilder(String) - Method in interface org.hibernate.query.results.dynamic.DynamicFetchBuilderContainer
Locate an explicit fetch definition for the named fetchable
findFetchBuilder(String) - Method in class org.hibernate.query.results.dynamic.DynamicFetchBuilderLegacy
 
findFetchedJoinByPath(NavigablePath) - Method in class org.hibernate.query.sqm.sql.FromClauseIndex
 
findField(Class, String) - Static method in class org.hibernate.internal.util.ReflectHelper
 
findFirstEntityDescriptorAccess() - Method in class org.hibernate.sql.results.graph.embeddable.AbstractEmbeddableInitializer
 
findFirstEntityDescriptorAccess() - Method in class org.hibernate.sql.results.graph.embeddable.internal.AbstractNonAggregatedIdentifierMappingInitializer
 
findFirstEntityDescriptorAccess() - Method in interface org.hibernate.sql.results.graph.entity.EntityInitializer
 
findFirstEntityDescriptorAccess() - Method in interface org.hibernate.sql.results.graph.FetchParentAccess
Find the first entity access up the fetch parent graph
findFirstEntityInitializer() - Method in class org.hibernate.sql.results.graph.embeddable.AbstractEmbeddableInitializer
 
findFirstEntityInitializer() - Method in class org.hibernate.sql.results.graph.embeddable.internal.AbstractNonAggregatedIdentifierMappingInitializer
 
findFirstEntityInitializer() - Method in interface org.hibernate.sql.results.graph.entity.EntityInitializer
 
findFirstEntityInitializer() - Method in interface org.hibernate.sql.results.graph.FetchParentAccess
 
findFromByAlias(String, boolean) - Method in class org.hibernate.query.hql.internal.SqmPathRegistryImpl
 
findFromByAlias(String, boolean) - Method in interface org.hibernate.query.hql.spi.SqmPathRegistry
Find a SqmFrom by its identification variable (alias).
findFromByPath(NavigablePath) - Method in class org.hibernate.query.hql.internal.SqmPathRegistryImpl
 
findFromByPath(NavigablePath) - Method in interface org.hibernate.query.hql.spi.SqmPathRegistry
Find a SqmFrom by its NavigablePath.
findFromExposing(String) - Method in class org.hibernate.query.hql.internal.SqmPathRegistryImpl
 
findFromExposing(String) - Method in interface org.hibernate.query.hql.spi.SqmPathRegistry
Find a SqmFrom which exposes a Navigable by the given name.
findFunctionDescriptor(String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
Find a SqmFunctionTemplate by name.
findGetterMethod(Class, String) - Static method in class org.hibernate.internal.util.ReflectHelper
 
findGetterMethodForFieldAccess(Field, String) - Static method in class org.hibernate.internal.util.ReflectHelper
Similar to ReflectHelper.getterMethodOrNull(java.lang.Class, java.lang.String), except that here we are just looking for the corresponding getter for a field (defined as field access) if one exists.
findGreatestLockMode() - Method in class org.hibernate.LockOptions
Currently needed for follow-on locking.
findIdAttribute() - Method in class org.hibernate.metamodel.model.domain.AbstractIdentifiableType
 
findIdAttribute() - Method in interface org.hibernate.metamodel.model.domain.IdentifiableDomainType
 
findIdAttribute() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
findInitializer(EntityUniqueKey) - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesSourceProcessingStateStandardImpl
 
findInitializer(EntityUniqueKey) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingState
 
findInitializer(EntityUniqueKey) - Method in class org.hibernate.sql.results.spi.LoadContexts
 
findIsMethodVariant(Class<?>, String) - Static method in class org.hibernate.property.access.internal.AccessStrategyHelper
 
findLoadingCollectionEntry(CollectionKey) - Method in class org.hibernate.sql.results.spi.LoadContexts
 
findLoadingCollectionLocally(CollectionKey) - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesSourceProcessingStateStandardImpl
 
findLoadingCollectionLocally(CollectionKey) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingState
Find a LoadingCollectionEntry locally to this context.
findManagedType(Class<X>) - Method in class org.hibernate.metamodel.model.domain.internal.JpaMetamodelImpl
 
findManagedType(Class<X>) - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
findManagedType(Class<X>) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
Same as JpaMetamodel.managedType(java.lang.Class<X>) except null is returned rather than throwing an exception
findModified(Object[], Object[], Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Locate the property-indices of all properties considered to be dirty.
findModified(Object[], Object[], Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Compare the two snapshots to determine if they represent modified state.
findNamedGraph(String) - Method in interface org.hibernate.metamodel.MappingMetamodel
 
findNamedGraph(String) - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
findNaturalIdAttributes() - Method in class org.hibernate.metamodel.model.domain.AbstractIdentifiableType
 
findNaturalIdAttributes() - Method in interface org.hibernate.metamodel.model.domain.IdentifiableDomainType
 
findNaturalIdAttributes() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
findNonNullableTransientEntities() - Method in class org.hibernate.action.internal.AbstractEntityInsertAction
Find the transient unsaved entity dependencies that are non-nullable.
findNonNullableTransientEntities(String, Object, Object[], boolean, SharedSessionContractImplementor) - Static method in class org.hibernate.engine.internal.ForeignKeys
Find all non-nullable references to entities that have not yet been inserted in the database, where the foreign key is a reference to an unsaved transient entity.
findOrCreateAttributeNode(String) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
findOrCreateAttributeNode(PersistentAttribute<? extends J, AJ>) - Method in class org.hibernate.graph.internal.AbstractGraph
 
findOrCreateAttributeNode(PersistentAttribute<? extends J, AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
findPath(SqmExpression<?>, SqmExpressible<?>) - Static method in class org.hibernate.query.sqm.tree.expression.SqmExpressionHelper
 
findPluralAttribute(String) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
findPluralAttribute(String) - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
 
findPluralAttribute(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
findPropertyByName(Component, String) - Static method in class org.hibernate.boot.model.internal.BinderHelper
Retrieve the property by path in a recursive way
findPropertyByName(PersistentClass, String) - Static method in class org.hibernate.boot.model.internal.BinderHelper
Retrieve the property by path in a recursive way, including IdentifierProperty in the loop If propertyName is null or empty, the IdentifierProperty is returned
findQueryParameter(int) - Method in class org.hibernate.procedure.internal.ProcedureParameterMetadataImpl
 
findQueryParameter(int) - Method in class org.hibernate.query.internal.ParameterMetadataImpl
 
findQueryParameter(int) - Method in interface org.hibernate.query.ParameterMetadata
Find the QueryParameter registered under the given position-label, if one.
findQueryParameter(int) - Method in interface org.hibernate.query.spi.ParameterMetadataImplementor
 
findQueryParameter(String) - Method in class org.hibernate.procedure.internal.ProcedureParameterMetadataImpl
 
findQueryParameter(String) - Method in class org.hibernate.query.internal.ParameterMetadataImpl
 
findQueryParameter(String) - Method in interface org.hibernate.query.ParameterMetadata
Find the QueryParameter registered under the given name, if one.
findQueryParameter(String) - Method in interface org.hibernate.query.spi.ParameterMetadataImplementor
 
findReferencedColumnOwner(PersistentClass, AnnotatedJoinColumn, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.BinderHelper
 
findRegisteredCompositeUserType(Class<?>) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
findRegisteredCompositeUserType(Class<?>) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
findRegisteredConversion(Class<?>) - Method in class org.hibernate.boot.model.convert.internal.AttributeConverterManager
 
findRegisteredEmbeddableInstantiator(Class<?>) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
findRegisteredEmbeddableInstantiator(Class<?>) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
findRegisteredEventType(String) - Method in class org.hibernate.event.spi.EventEngine
 
findRegisteredUserType(Class<?>) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
findRegisteredUserType(Class<?>) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
findResource(String) - Method in class org.hibernate.boot.registry.classloading.internal.AggregatedClassLoader
 
findRevision(Class<T>, Number) - Method in interface org.hibernate.envers.AuditReader
A helper method; should be used only if a custom revision entity is used.
findRevision(Class<T>, Number) - Method in class org.hibernate.envers.internal.reader.AuditReaderImpl
 
findRevisions(Class<T>, Set<Number>) - Method in interface org.hibernate.envers.AuditReader
Find a map of revisions using the revision numbers specified.
findRevisions(Class<T>, Set<Number>) - Method in class org.hibernate.envers.internal.reader.AuditReaderImpl
 
findRoot() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedEntityJoin
 
findRoot() - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
 
findRoot() - Method in class org.hibernate.query.sqm.tree.from.SqmCrossJoin
 
findRoot() - Method in class org.hibernate.query.sqm.tree.from.SqmCteJoin
 
findRoot() - Method in class org.hibernate.query.sqm.tree.from.SqmDerivedJoin
 
findRoot() - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
 
findRoot() - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
 
findRootGraphsForType(Class) - Method in interface org.hibernate.metamodel.MappingMetamodel
 
findRootGraphsForType(Class) - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
findRootGraphsForType(String) - Method in interface org.hibernate.metamodel.MappingMetamodel
 
findRootGraphsForType(String) - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
findRootGraphsForType(EntityPersister) - Method in interface org.hibernate.metamodel.MappingMetamodel
 
findRootGraphsForType(EntityPersister) - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
findSecondaryTable(String) - Method in class org.hibernate.mapping.MappedSuperclass
 
findSecondaryTable(String) - Method in class org.hibernate.mapping.PersistentClass
 
findSecondaryTable(String) - Method in interface org.hibernate.mapping.TableContainer
 
findServiceRegistryScope(Object, ExtensionContext) - Static method in class org.hibernate.testing.orm.junit.ServiceRegistryExtension
 
findSessionFactory(String, String) - Method in class org.hibernate.internal.SessionFactoryRegistry
 
findSessionFactoryScope(Object, ExtensionContext) - Static method in class org.hibernate.testing.orm.junit.SessionFactoryExtension
Intended for use from external consumers.
findSetterMethod(Class, String, Class) - Static method in class org.hibernate.internal.util.ReflectHelper
 
findSingularAttribute(String) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
findSingularAttribute(String) - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
 
findSingularAttribute(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
findSubPart(String) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
findSubPart(String) - Method in interface org.hibernate.metamodel.mapping.EntityValuedModelPart
 
findSubPart(String) - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
findSubPart(String, EntityMappingType) - Method in class org.hibernate.metamodel.internal.AbstractCompositeIdentifierMapping
 
findSubPart(String, EntityMappingType) - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
 
findSubPart(String, EntityMappingType) - Method in interface org.hibernate.metamodel.mapping.EntityValuedModelPart
 
findSubPart(String, EntityMappingType) - Method in class org.hibernate.metamodel.mapping.internal.AbstractEmbeddableMapping
 
findSubPart(String, EntityMappingType) - Method in class org.hibernate.metamodel.mapping.internal.CompoundNaturalIdMapping
 
findSubPart(String, EntityMappingType) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationAttributeMapping
 
findSubPart(String, EntityMappingType) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationMapping
 
findSubPart(String, EntityMappingType) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedCollectionPart
 
findSubPart(String, EntityMappingType) - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedCollectionPart
 
findSubPart(String, EntityMappingType) - Method in class org.hibernate.metamodel.mapping.internal.ManyToManyCollectionPart
 
findSubPart(String, EntityMappingType) - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
findSubPart(String, EntityMappingType) - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
findSubPart(String, EntityMappingType) - Method in interface org.hibernate.metamodel.mapping.ModelPartContainer
 
findSubPart(String, EntityMappingType) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
findSubPart(String, EntityMappingType) - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddableValuedModelPart
 
findSubPart(String, EntityMappingType) - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
findSubPart(String, EntityMappingType) - Method in class org.hibernate.query.derived.AnonymousTupleTableGroupProducer
 
findSubPart(String, EntityMappingType) - Method in class org.hibernate.query.derived.CteTupleTableGroupProducer
 
findSubPathSource(String) - Method in class org.hibernate.metamodel.model.domain.internal.AbstractPluralAttribute
 
findSubPathSource(String) - Method in class org.hibernate.metamodel.model.domain.internal.AnyDiscriminatorSqmPathSource
 
findSubPathSource(String) - Method in class org.hibernate.metamodel.model.domain.internal.AnyMappingSqmPathSource
 
findSubPathSource(String) - Method in class org.hibernate.metamodel.model.domain.internal.BasicSqmPathSource
 
findSubPathSource(String) - Method in class org.hibernate.metamodel.model.domain.internal.DiscriminatorSqmPathSource
 
findSubPathSource(String) - Method in class org.hibernate.metamodel.model.domain.internal.EmbeddedSqmPathSource
 
findSubPathSource(String) - Method in class org.hibernate.metamodel.model.domain.internal.EntitySqmPathSource
 
findSubPathSource(String) - Method in class org.hibernate.metamodel.model.domain.internal.EntityTypeImpl
 
findSubPathSource(String) - Method in class org.hibernate.metamodel.model.domain.internal.ListAttributeImpl
 
findSubPathSource(String) - Method in class org.hibernate.metamodel.model.domain.internal.MapAttributeImpl
 
findSubPathSource(String) - Method in class org.hibernate.metamodel.model.domain.internal.MappedSuperclassSqmPathSource
 
findSubPathSource(String) - Method in class org.hibernate.metamodel.model.domain.internal.MappedSuperclassTypeImpl
 
findSubPathSource(String) - Method in class org.hibernate.metamodel.model.domain.internal.NonAggregatedCompositeSqmPathSource
 
findSubPathSource(String) - Method in class org.hibernate.metamodel.model.domain.internal.SingularAttributeImpl
 
findSubPathSource(String) - Method in class org.hibernate.query.derived.AnonymousTupleSimpleSqmPathSource
 
findSubPathSource(String) - Method in class org.hibernate.query.derived.AnonymousTupleSqmPathSource
 
findSubPathSource(String) - Method in class org.hibernate.query.derived.AnonymousTupleType
 
findSubPathSource(String) - Method in interface org.hibernate.query.sqm.SqmPathSource
Find a SqmPathSource by name relative to this source.
findSubPathSource(String) - Method in class org.hibernate.query.sqm.tree.cte.SqmCteTable
 
findSubPathSource(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
findSubPathSource(String, JpaMetamodelImplementor) - Method in class org.hibernate.metamodel.model.domain.internal.AbstractPluralAttribute
 
findSubPathSource(String, JpaMetamodelImplementor) - Method in class org.hibernate.metamodel.model.domain.internal.EntitySqmPathSource
 
findSubPathSource(String, JpaMetamodelImplementor) - Method in class org.hibernate.metamodel.model.domain.internal.EntityTypeImpl
 
findSubPathSource(String, JpaMetamodelImplementor) - Method in class org.hibernate.metamodel.model.domain.internal.ListAttributeImpl
 
findSubPathSource(String, JpaMetamodelImplementor) - Method in class org.hibernate.metamodel.model.domain.internal.MapAttributeImpl
 
findSubPathSource(String, JpaMetamodelImplementor) - Method in class org.hibernate.metamodel.model.domain.internal.SingularAttributeImpl
 
findSubPathSource(String, JpaMetamodelImplementor) - Method in interface org.hibernate.query.sqm.SqmPathSource
Find a SqmPathSource by name relative to this source.
findSubType(ManagedDomainType<J>, Class<S>) - Static method in class org.hibernate.metamodel.model.domain.internal.DomainModelHelper
 
findSubTypesAttribute(String) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
findSubTypesAttribute(String) - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
 
findSubTypesAttribute(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
findSubTypesSubPart(String, EntityMappingType) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
findSubTypesSubPart(String, EntityMappingType) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
findTable(String) - Method in class org.hibernate.mapping.MappedSuperclass
 
findTable(String) - Method in class org.hibernate.mapping.PersistentClass
 
findTable(String) - Method in interface org.hibernate.mapping.TableContainer
 
findTableDetailsBuilder(String) - Method in class org.hibernate.sql.model.ast.builder.MutationGroupBuilder
 
findTableGroup(String) - Method in class org.hibernate.query.sqm.sql.FromClauseIndex
 
findTableGroup(NavigablePath) - Method in class org.hibernate.query.results.FromClauseAccessImpl
 
findTableGroup(NavigablePath) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
findTableGroup(NavigablePath) - Method in interface org.hibernate.sql.ast.spi.FromClauseAccess
Find a TableGroup by the NavigablePath it is registered under, and if not found on the current from clause level, ask the parent.
findTableGroup(NavigablePath) - Method in class org.hibernate.sql.ast.spi.SimpleFromClauseAccessImpl
 
findTableGroup(NavigablePath) - Method in class org.hibernate.sql.ast.tree.from.FromClause
 
findTableGroupForGetOrCreate(NavigablePath) - Method in interface org.hibernate.sql.ast.spi.FromClauseAccess
Find the TableGroup by the NavigablePath for the purpose of creating a new TableGroup if none can be found.
findTableGroupForGetOrCreate(NavigablePath) - Method in class org.hibernate.sql.ast.spi.SimpleFromClauseAccessImpl
 
findTableGroupForGetOrCreate(NavigablePath, boolean) - Method in class org.hibernate.sql.ast.spi.SimpleFromClauseAccessImpl
 
findTableGroupJoin(TableGroup) - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
 
findTableGroupOnCurrentFromClause(NavigablePath) - Method in class org.hibernate.query.results.FromClauseAccessImpl
 
findTableGroupOnCurrentFromClause(NavigablePath) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
findTableGroupOnCurrentFromClause(NavigablePath) - Method in interface org.hibernate.sql.ast.spi.FromClauseAccess
Find a TableGroup in this from clause without consulting parents by the NavigablePath it is registered under.
findTableGroupOnCurrentFromClause(NavigablePath) - Method in class org.hibernate.sql.ast.spi.SimpleFromClauseAccessImpl
 
findTreat(EntityDomainType<S>, String) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
findValueDescriptor(String, ParameterUsage) - Method in class org.hibernate.sql.model.jdbc.AbstractJdbcMutation
 
findValueDescriptor(String, ParameterUsage) - Method in class org.hibernate.sql.model.jdbc.DeleteOrUpsertOperation
 
findValueDescriptor(String, ParameterUsage) - Method in class org.hibernate.sql.model.jdbc.OptionalTableUpdateOperation
 
findValueDescriptor(String, ParameterUsage) - Method in interface org.hibernate.sql.model.MutationOperation
Find the JDBC parameter to be used for the specified column.
findVersionAttribute() - Method in class org.hibernate.metamodel.model.domain.AbstractIdentifiableType
 
findVersionAttribute() - Method in interface org.hibernate.metamodel.model.domain.IdentifiableDomainType
 
findVersionAttribute() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
finishedAttribute(AttributeMapping) - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard.UpdateValuesAnalysisImpl
 
finishInitialization(Property, Collection, MappingModelCreationProcess) - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
finishInitialization(NavigableRole, Component, CompositeType, String, String[], EmbeddableMappingType, EmbeddableRepresentationStrategy, AbstractEmbeddableMapping.AttributeTypeValidator, AbstractEmbeddableMapping.ConcreteTableResolver, Consumer<AttributeMapping>, AbstractEmbeddableMapping.SuccessfulCompletionCallback, MappingModelCreationProcess) - Method in class org.hibernate.metamodel.mapping.internal.AbstractEmbeddableMapping
 
finishInitialization(RuntimeModelCreationContext) - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
finishInitialization(CollectionPersister, Collection, String, MappingModelCreationProcess) - Method in interface org.hibernate.metamodel.mapping.internal.EntityCollectionPart
Perform any delayed initialization.
finishInitialization(CollectionPersister, Collection, String, MappingModelCreationProcess) - Method in class org.hibernate.metamodel.mapping.internal.ManyToManyCollectionPart
 
finishInitialization(CollectionPersister, Collection, String, MappingModelCreationProcess) - Method in class org.hibernate.metamodel.mapping.internal.OneToManyCollectionPart
 
finishInitializingKey(Object, SharedSessionContractImplementor) - Method in class org.hibernate.loader.ast.internal.AbstractCollectionBatchLoader
 
finishLoading(ExecutionContext) - Method in interface org.hibernate.sql.results.graph.collection.LoadingCollectionEntry
Complete the load
finishLoading(ExecutionContext) - Method in class org.hibernate.sql.results.internal.LoadingCollectionEntryImpl
 
finishRowProcessing() - Method in class org.hibernate.sql.results.graph.embeddable.internal.NestedRowProcessingState
 
finishRowProcessing() - Method in class org.hibernate.sql.results.internal.RowProcessingStateStandardImpl
 
finishRowProcessing() - Method in interface org.hibernate.sql.results.jdbc.spi.RowProcessingState
Callback at the end of processing the current "row"
finishRowProcessing(RowProcessingState) - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesCacheHit
 
finishRowProcessing(RowProcessingState) - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesResultSetImpl
 
finishRowProcessing(RowProcessingState) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
 
finishUp() - Method in class org.hibernate.boot.model.source.internal.annotations.AnnotationMetadataSourceProcessorImpl
 
finishUp() - Method in class org.hibernate.boot.model.source.internal.hbm.HbmMetadataSourceProcessorImpl
 
finishUp() - Method in class org.hibernate.boot.model.source.internal.hbm.MappingDocument
 
finishUp() - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
General finish up step.
finishUp() - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType.InFlightAccessImpl
 
finishUp() - Method in interface org.hibernate.metamodel.model.domain.internal.AttributeContainer.InFlightAccess
Called when configuration of the type is complete
finishUp(boolean) - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesSourceProcessingStateStandardImpl
 
finishUp(boolean) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingState
 
finishUp(SharedSessionContractImplementor) - Method in class org.hibernate.sql.results.caching.internal.QueryCachePutManagerDisabledImpl
 
finishUp(SharedSessionContractImplementor) - Method in class org.hibernate.sql.results.caching.internal.QueryCachePutManagerEnabledImpl
 
finishUp(SharedSessionContractImplementor) - Method in interface org.hibernate.sql.results.caching.QueryCachePutManager
 
finishUp(SharedSessionContractImplementor) - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesCacheHit
 
finishUp(SharedSessionContractImplementor) - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesResultSetImpl
 
finishUp(SharedSessionContractImplementor) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
Give implementations a chance to finish processing
finishUp(JdbcValuesSourceProcessingState) - Method in class org.hibernate.sql.results.internal.StandardRowReader
 
finishUp(JdbcValuesSourceProcessingState) - Method in interface org.hibernate.sql.results.spi.RowReader
Called at the end of processing all rows
finishUpRow(RowProcessingState) - Method in class org.hibernate.sql.results.graph.collection.internal.AbstractCollectionInitializer
 
finishUpRow(RowProcessingState) - Method in class org.hibernate.sql.results.graph.collection.internal.AbstractImmediateCollectionInitializer
 
finishUpRow(RowProcessingState) - Method in class org.hibernate.sql.results.graph.collection.internal.DelayedCollectionInitializer
 
finishUpRow(RowProcessingState) - Method in class org.hibernate.sql.results.graph.collection.internal.SelectEagerCollectionInitializer
 
finishUpRow(RowProcessingState) - Method in class org.hibernate.sql.results.graph.embeddable.AbstractEmbeddableInitializer
 
finishUpRow(RowProcessingState) - Method in class org.hibernate.sql.results.graph.embeddable.internal.AbstractNonAggregatedIdentifierMappingInitializer
 
finishUpRow(RowProcessingState) - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
finishUpRow(RowProcessingState) - Method in class org.hibernate.sql.results.graph.entity.internal.AbstractBatchEntitySelectFetchInitializer
 
finishUpRow(RowProcessingState) - Method in class org.hibernate.sql.results.graph.entity.internal.EntityDelayedFetchInitializer
 
finishUpRow(RowProcessingState) - Method in class org.hibernate.sql.results.graph.entity.internal.EntitySelectFetchInitializer
 
finishUpRow(RowProcessingState) - Method in interface org.hibernate.sql.results.graph.Initializer
Lifecycle method called at the end of the current row processing.
finishUpRow(RowProcessingState) - Method in class org.hibernate.sql.results.internal.InitializersList
 
fireEventOnEachListener(U, BiConsumer<T, U>) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
Similar as EventListenerGroup.fireLazyEventOnEachListener(Supplier, BiConsumer) except it doesn't use a {Supplier}: useful when there is no need to lazily initialize the event.
fireEventOnEachListener(U, Function<RL, Function<U, CompletionStage<R>>>) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
Similar to EventListenerGroup.fireEventOnEachListener(Object, Function), but Reactive friendly: it chains processing of the same event on each Reactive Listener, and returns a CompletionStage of type R.
fireEventOnEachListener(U, X, Function<RL, BiFunction<U, X, CompletionStage<R>>>) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
Similar to EventListenerGroup.fireEventOnEachListener(Object, Object, Function), but Reactive friendly: it chains processing of the same event on each Reactive Listener, and returns a CompletionStage of type R.
fireEventOnEachListener(U, X, EventActionWithParameter<T, U, X>) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
Similar to EventListenerGroup.fireEventOnEachListener(Object, BiConsumer), but allows passing a third parameter to the consumer; our code based occasionally needs a third parameter: having this additional variant allows using the optimal iteration more extensively and reduce allocations.
fireLazyEventOnEachListener(Supplier<U>, BiConsumer<T, U>) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
Fires an event on each registered event listener of this group.
fireLazyEventOnEachListener(Supplier<U>, Function<RL, Function<U, CompletionStage<R>>>) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
Similar to EventListenerGroup.fireLazyEventOnEachListener(Supplier, BiConsumer), but Reactive friendly: it chains processing of the same event on each Reactive Listener, and returns a CompletionStage of type R.
fireLoad(LoadEvent, LoadEventListener.LoadType) - Method in class org.hibernate.internal.SessionImpl
 
fireLoad(LoadEvent, LoadEventListener.LoadType) - Method in interface org.hibernate.loader.internal.LoadAccessContext
 
firePostLoadEvent(PostLoadEvent) - Method in class org.hibernate.internal.FastSessionServices
 
first() - Method in class org.hibernate.collection.spi.PersistentSortedSet
 
first() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedSetProxy
 
first() - Method in class org.hibernate.internal.EmptyScrollableResults
 
first() - Method in class org.hibernate.internal.FetchingScrollableResultsImpl
 
first() - Method in class org.hibernate.internal.ScrollableResultsImpl
 
first() - Method in class org.hibernate.query.Page
 
first() - Method in interface org.hibernate.ScrollableResults
Go to the first result.
first() - Method in class org.hibernate.sql.results.internal.RowProcessingStateStandardImpl
 
first(int) - Static method in class org.hibernate.query.Page
 
first(RowProcessingState) - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesCacheHit
 
first(RowProcessingState) - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesResultSetImpl
 
first(RowProcessingState) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
 
FIRST - org.hibernate.dialect.NullOrdering
Null is always ordered first.
FIRST - org.hibernate.envers.query.order.NullPrecedence
Null values will be rendered before non-null values.
FIRST - org.hibernate.query.NullPrecedence
Null values appear at the beginning of the sorted collection.
FIRST - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
FIRST - Static variable in class org.hibernate.grammars.hql.HqlParser
 
FIRST - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
FIRST - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
FIRST() - Method in class org.hibernate.grammars.hql.HqlParser.FetchClauseContext
 
FIRST() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
FIRST() - Method in class org.hibernate.grammars.hql.HqlParser.NthSideClauseContext
 
FIRST() - Method in class org.hibernate.grammars.hql.HqlParser.NullsPrecedenceContext
 
FIRST() - Method in class org.hibernate.grammars.hql.HqlParser.SearchClauseContext
 
FIRST() - Method in class org.hibernate.grammars.ordering.OrderingParser.IdentifierContext
 
FIRST() - Method in class org.hibernate.grammars.ordering.OrderingParser.NullsPrecedenceContext
 
firstEntityInitializer - Variable in class org.hibernate.sql.results.graph.entity.internal.AbstractBatchEntitySelectFetchInitializer
 
firstIndexOfChar(String, String, int) - Static method in class org.hibernate.internal.util.StringHelper
 
firstIndexOfChar(String, BitSet, int) - Static method in class org.hibernate.internal.util.StringHelper
 
firstKey() - Method in class org.hibernate.collection.spi.PersistentSortedMap
 
firstKey() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
FirstLevelCache - Class in org.hibernate.envers.internal.reader
First level cache for versioned entities, versions reader-scoped.
FirstLevelCache() - Constructor for class org.hibernate.envers.internal.reader.FirstLevelCache
 
firstOrMaxResultsSpecifiedWithCollectionFetch() - Method in interface org.hibernate.query.QueryLogging
 
firstResult - Variable in class org.hibernate.query.sql.spi.NamedNativeQueryMemento.Builder
 
firstValue(Expression<T>, JpaWindow) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create a first_value window function expression.
firstValue(Expression<T>, JpaWindow) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
firstValue(Expression<T>, JpaWindow) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
FIX - org.hibernate.id.SequenceMismatchStrategy
When detecting a mismatch, Hibernate tries to fix it by overriding the entity sequence mapping using the one found in the database.
FIXED - org.hibernate.query.sqm.CastType
 
fk(Path<P>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
fk(Path<P>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
fk(Path<P>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
fk(Path<P>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
FK - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
FK - Static variable in class org.hibernate.grammars.hql.HqlParser
 
FK() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
FK() - Method in class org.hibernate.grammars.hql.HqlParser.ToOneFkReferenceContext
 
FkDomainPathContinuation - Class in org.hibernate.metamodel.mapping.ordering.ast
 
FkDomainPathContinuation(NavigablePath, DomainPath, ToOneAttributeMapping) - Constructor for class org.hibernate.metamodel.mapping.ordering.ast.FkDomainPathContinuation
 
FkDomainPathContinuation(NavigablePath, DomainPath, ModelPart, Set<String>) - Constructor for class org.hibernate.metamodel.mapping.ordering.ast.FkDomainPathContinuation
 
FkSecondPass - Class in org.hibernate.boot.model.internal
 
FkSecondPass(SimpleValue, AnnotatedJoinColumns) - Constructor for class org.hibernate.boot.model.internal.FkSecondPass
 
FLOAT - org.hibernate.query.sqm.CastType
 
FLOAT - org.hibernate.query.sqm.tree.expression.NumericTypeCategory
 
FLOAT - Static variable in class org.hibernate.type.SqlTypes
A type code representing the generic SQL type FLOAT.
FLOAT - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Float to JDBC FLOAT.
FLOAT_LITERAL - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
FLOAT_LITERAL - Static variable in class org.hibernate.grammars.hql.HqlParser
 
FLOAT_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
FLOAT_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
FLOAT_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.NumericLiteralContext
 
FLOAT_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.ParameterOrNumberLiteralContext
 
FLOAT_LITERAL() - Method in class org.hibernate.grammars.ordering.OrderingParser.LiteralContext
 
FloatJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for Float handling.
FloatJavaType() - Constructor for class org.hibernate.type.descriptor.java.FloatJavaType
 
FloatJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for FLOAT handling.
FloatJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.FloatJdbcType
 
FloatPrimitiveArrayJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for float[] handling.
FloatPrimitiveArrayJavaType(JavaType<Float>) - Constructor for class org.hibernate.type.descriptor.java.FloatPrimitiveArrayJavaType
 
floor(Expression<N>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create an expression that returns the floor of its argument, that is, the largest integer smaller than or equal to its argument.
floor(Expression<N>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
floor(Expression<N>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
flush() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
flush() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
flush() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Flush this session.
flush() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
flush() - Method in class org.hibernate.internal.SessionImpl
 
flush() - Method in class org.hibernate.internal.StatelessSessionImpl
 
flush() - Method in interface org.hibernate.Session
Force this session to flush.
flush() - Method in class org.hibernate.stat.internal.StatisticsImpl
 
flush() - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about a flush occurring
FLUSH - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
FLUSH - Static variable in class org.hibernate.event.spi.EventType
 
FLUSH_BEFORE_COMPLETION - Static variable in interface org.hibernate.cfg.TransactionSettings
When enabled, specifies that automatic flushing should occur during the JTA Synchronization.beforeCompletion() callback.
FLUSH_ENTITY - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
FLUSH_ENTITY - Static variable in class org.hibernate.event.spi.EventType
 
FLUSH_MODE - Static variable in class org.hibernate.annotations.QueryHints
Deprecated.
 
FLUSH_MODE - Static variable in interface org.hibernate.cfg.AvailableSettings
Deprecated, for removal: This API element is subject to removal in a future version.
There are much better ways to control the flush mode of a session, for example, SessionBuilder.flushMode(org.hibernate.FlushMode) or Session.setHibernateFlushMode(org.hibernate.FlushMode).
flushBeforeTransactionCompletion() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
flushBeforeTransactionCompletion() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
flushBeforeTransactionCompletion() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
flushBeforeTransactionCompletion() - Method in class org.hibernate.internal.SessionImpl
 
flushBeforeTransactionCompletion() - Method in class org.hibernate.internal.StatelessSessionImpl
 
flushBeforeTransactionCompletion() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionOwner
 
flushBeforeTransactionCompletion() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorOwner
 
flushBeginning() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
flushBeginning() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Callback to let us know that a flush is beginning.
flushEnd(int, int) - Method in class org.hibernate.BaseSessionEventListener
 
flushEnd(int, int) - Method in class org.hibernate.engine.internal.SessionEventListenerManagerImpl
 
flushEnd(int, int) - Method in class org.hibernate.engine.internal.StatisticalLoggingSessionEventListener
 
flushEnd(int, int) - Method in interface org.hibernate.SessionEventListener
 
flushEnding() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
flushEnding() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Callback to let us know that a flush is ending.
FlushEntityEvent - Class in org.hibernate.event.spi
 
FlushEntityEvent(EventSource, Object, EntityEntry) - Constructor for class org.hibernate.event.spi.FlushEntityEvent
 
FlushEntityEventListener - Interface in org.hibernate.event.spi
 
flushes(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
FlushEvent - Class in org.hibernate.event.spi
Defines an event class for the flushing of a session.
FlushEvent(EventSource) - Constructor for class org.hibernate.event.spi.FlushEvent
 
FlushEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of session flush events.
flushEverythingToExecutions(FlushEvent) - Method in class org.hibernate.event.internal.AbstractFlushingEventListener
Coordinates the processing necessary to get things ready for executions as db calls by preping the session caches and moving the appropriate entities and collections to their respective execution queues.
flushMode - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
 
flushMode - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
 
flushMode - Variable in class org.hibernate.boot.jaxb.mapping.JaxbNamedNativeQuery
 
flushMode - Variable in class org.hibernate.boot.jaxb.mapping.JaxbNamedQuery
 
flushMode - Variable in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
flushMode() - Method in annotation type org.hibernate.annotations.NamedNativeQuery
The flush mode for the query.
flushMode() - Method in annotation type org.hibernate.annotations.NamedQuery
The flush mode for this query.
flushMode() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
flushMode() - Method in interface org.hibernate.SharedSessionBuilder
Signifies that the FlushMode from the original session should be used to create the new session.
flushMode(FlushMode) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
flushMode(FlushMode) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
flushMode(FlushMode) - Method in class org.hibernate.internal.SessionFactoryImpl.SessionBuilderImpl
 
flushMode(FlushMode) - Method in interface org.hibernate.SessionBuilder
Specify the initial FlushMode to use for the opened Session
FlushMode - Enum in org.hibernate
Represents a flushing strategy.
FlushModeConverter - Class in org.hibernate.boot.jaxb.hbm.internal
JAXB marshalling for the FlushMode enum.
FlushModeConverter() - Constructor for class org.hibernate.boot.jaxb.hbm.internal.FlushModeConverter
 
FlushModeMarshalling - Class in org.hibernate.boot.jaxb.mapping.marshall
JAXB marshalling for FlushMode
FlushModeMarshalling() - Constructor for class org.hibernate.boot.jaxb.mapping.marshall.FlushModeMarshalling
 
FlushModeType - Enum in org.hibernate.annotations
Enumeration extending the JPA flush modes with flush modes specific to Hibernate, and a "null" mode, FlushModeType.PERSISTENCE_CONTEXT, for use as a default annotation value.
FlushModeTypeHelper - Class in org.hibernate.jpa.internal.util
Helper to deal with FlushModeType <-> FlushMode conversions.
flushStart() - Method in class org.hibernate.BaseSessionEventListener
 
flushStart() - Method in class org.hibernate.engine.internal.SessionEventListenerManagerImpl
 
flushStart() - Method in class org.hibernate.engine.internal.StatisticalLoggingSessionEventListener
 
flushStart() - Method in interface org.hibernate.SessionEventListener
 
FlushVisitor - Class in org.hibernate.event.internal
Process collections reachable from an entity.
FlushVisitor(EventSource, Object) - Constructor for class org.hibernate.event.internal.FlushVisitor
 
FOLLOW_ON - org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.LockStrategy
 
FOLLOW_ON - org.hibernate.sql.exec.spi.JdbcLockStrategy
Use follow-on locking.
FOLLOW_ON_LOCKING - Static variable in class org.hibernate.annotations.QueryHints
Deprecated.
 
FOLLOWING - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
FOLLOWING - Static variable in class org.hibernate.grammars.hql.HqlParser
 
FOLLOWING() - Method in class org.hibernate.grammars.hql.HqlParser.FrameEndContext
 
FOLLOWING() - Method in class org.hibernate.grammars.hql.HqlParser.FrameStartContext
 
FOLLOWING() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
FOR - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
FOR - Static variable in class org.hibernate.grammars.hql.HqlParser
 
FOR() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
FOR() - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionContext
 
FOR() - Method in class org.hibernate.grammars.hql.HqlParser.SubstringFunctionContext
 
force - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
 
force() - Method in annotation type org.hibernate.annotations.DiscriminatorOptions
If enabled, allowed discriminator values are always explicitly enumerated in select queries, even when retrieving all instances of a root entity and its subtypes.
FORCE_DISCRIMINATOR_IN_SELECTS_BY_DEFAULT - Static variable in interface org.hibernate.cfg.MappingSettings
 
FORCE_TBL_PARAM - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
A flag to force using a table as the underlying structure rather than a sequence.
FORCED_NOT_NULL - org.hibernate.boot.model.internal.Nullability
 
FORCED_NULL - org.hibernate.boot.model.internal.Nullability
 
forceFlush(EntityEntry) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
forceFlush(EntityEntry) - Method in interface org.hibernate.engine.spi.SessionImplementor
Initiate a flush to force deletion of a re-persisted entity.
forceFlush(EntityEntry) - Method in interface org.hibernate.event.spi.EventSource
Force an immediate flush
forceFlush(EntityEntry) - Method in class org.hibernate.internal.SessionImpl
 
forceFlush(EntityKey) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
forceFlush(EntityKey) - Method in interface org.hibernate.engine.spi.SessionImplementor
Initiate a flush to force deletion of a re-persisted entity.
forceFlush(EntityKey) - Method in interface org.hibernate.event.spi.EventSource
Force an immediate flush
forceFlush(EntityKey) - Method in class org.hibernate.internal.SessionImpl
 
forceIdentifierSelection() - Method in class org.hibernate.loader.ast.internal.LoaderSqlAstCreationState
 
forceIdentifierSelection() - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
forceIdentifierSelection() - Method in interface org.hibernate.sql.results.graph.DomainResultCreationState
Whether forcing the selection of the identifier is in effect for this creation
forceInitialization() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
forceInitialization() - Method in interface org.hibernate.collection.spi.LazyInitializable
To be called internally by the session, forcing immediate initialization.
forceInitialization() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
 
forceInitialization() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.MapProxy
 
forceInitialization() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
forceInitialize(Object, String) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
 
forceInitialize(Object, String, SharedSessionContractImplementor, boolean) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
 
forceLimitUsage() - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
Generally, if there is no limit applied to a Hibernate query we do not apply any limits to the SQL query.
forceLimitUsage() - Method in class org.hibernate.dialect.pagination.LegacyOracleLimitHandler
 
forceLobAsLastValue() - Method in class org.hibernate.dialect.Dialect
Must LOB values occur last in inserts and updates?
forceLobAsLastValue() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
forceLobAsLastValue() - Method in class org.hibernate.dialect.OracleDialect
 
ForceLobAsLastValue() - Constructor for class org.hibernate.testing.DialectChecks.ForceLobAsLastValue
 
ForceLobAsLastValue() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.ForceLobAsLastValue
 
forceLocked(Object, Object) - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
forceLocked(Object, Object) - Method in interface org.hibernate.engine.spi.EntityEntry
 
forceNotNull() - Method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
forceSelection - Variable in class org.hibernate.boot.jaxb.mapping.JaxbDiscriminatorColumn
 
forceVersionIncrement(Object, Object, boolean, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
forceVersionIncrement(Object, Object, boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
 
forceVersionIncrement(Object, Object, Object, boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.mutation.UpdateCoordinator
 
forceVersionIncrement(Object, Object, Object, boolean, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard
 
forceVersionIncrement(Object, Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.mutation.UpdateCoordinator
 
forceVersionIncrement(Object, Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorNoOp
 
forceVersionIncrement(Object, Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard
 
forceVersionIncrement(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
forceVersionIncrement(Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
 
forcingContainerResourceCleanup() - Method in interface org.hibernate.internal.CoreMessageLogger
 
forcingTableUse() - Method in interface org.hibernate.internal.CoreMessageLogger
 
forClass() - Method in annotation type org.hibernate.envers.AuditOverride
Specifies class which field (or property) mapping is being overridden.
forClass(PersistentClass, XClass) - Static method in interface org.hibernate.envers.configuration.internal.metadata.reader.PersistentPropertiesSource
Get a persistent properties source for a persistent class.
forClassInstantiation(Class<R>, NodeBuilder) - Static method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
 
forClassInstantiation(JavaType<R>, NodeBuilder) - Static method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
 
forColumn() - Method in annotation type org.hibernate.annotations.ColumnTransformer
The name of the mapped column, if a persistent attribute maps to multiple columns.
forComponent(EnversMetadataBuildingContext, Component) - Static method in interface org.hibernate.envers.configuration.internal.metadata.reader.PersistentPropertiesSource
 
forComponent(EnversMetadataBuildingContext, Component, boolean) - Static method in interface org.hibernate.envers.configuration.internal.metadata.reader.PersistentPropertiesSource
Get a persistent properties source for a component that needs its class resolved.
forComponent(Component, XClass, boolean) - Static method in interface org.hibernate.envers.configuration.internal.metadata.reader.PersistentPropertiesSource
Get a persistent properties source for a component with its class already resolved.
forDatePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.AbstractTemporalJavaType
 
forDatePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.CalendarDateJavaType
 
forDatePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.CalendarJavaType
 
forDatePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.CalendarTimeJavaType
 
forDatePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.DateJavaType
 
forDatePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.InstantJavaType
 
forDatePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.JdbcDateJavaType
 
forDatePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
 
forDatePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.LocalDateJavaType
 
forEach(BiConsumer<? super String, ? super V>) - Method in class org.hibernate.internal.util.collections.CaseInsensitiveDictionary
 
forEach(BiConsumer<? super K, ? super V>) - Method in class org.hibernate.internal.util.collections.IdentityMap
Override MapIdentityMap.forEach(BiConsumer) to provide a more efficient implementation
forEach(Consumer<? super AttributeMapping>) - Method in interface org.hibernate.metamodel.mapping.AttributeMappingsList
 
forEach(Consumer<? super AttributeMapping>) - Method in class org.hibernate.metamodel.mapping.internal.ImmutableAttributeMappingList
 
forEach(Consumer<? super AttributeMapping>) - Method in class org.hibernate.metamodel.mapping.internal.MutableAttributeMappingList
Deprecated.
 
forEach(Consumer<? super Fetch>) - Method in interface org.hibernate.sql.results.graph.FetchList
 
forEach(Consumer<? super Fetch>) - Method in class org.hibernate.sql.results.graph.internal.ImmutableFetchList
 
forEach(Consumer<T>) - Method in class org.hibernate.internal.util.collections.LazySet
 
forEach(T[], Consumer<T>) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
forEachAttribute(IndexedConsumer<SingularAttributeMapping>) - Method in interface org.hibernate.metamodel.mapping.NonAggregatedIdentifierMapping.IdentifierValueMapper
Convenience method to iterate the attributes for this mapper's representation
forEachAttributeMapping(Consumer<? super AttributeMapping>) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
forEachAttributeMapping(Consumer<? super AttributeMapping>) - Method in class org.hibernate.metamodel.mapping.internal.AbstractEmbeddableMapping
 
forEachAttributeMapping(Consumer<? super AttributeMapping>) - Method in class org.hibernate.metamodel.mapping.internal.IdClassEmbeddable
 
forEachAttributeMapping(Consumer<? super AttributeMapping>) - Method in interface org.hibernate.metamodel.mapping.ManagedMappingType
Visit attributes defined on this class and any supers
forEachAttributeMapping(Consumer<? super AttributeMapping>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
forEachAttributeMapping(Consumer<? super AttributeMapping>) - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddableValuedModelPart
 
forEachAttributeMapping(Consumer<? super AttributeMapping>) - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
forEachAttributeMapping(IndexedConsumer<? super AttributeMapping>) - Method in class org.hibernate.metamodel.mapping.internal.AbstractEmbeddableMapping
 
forEachAttributeMapping(IndexedConsumer<? super AttributeMapping>) - Method in interface org.hibernate.metamodel.mapping.ManagedMappingType
Visit attributes defined on this class and any supers
forEachAttributeMapping(IndexedConsumer<? super AttributeMapping>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
forEachBean(Consumer<ContainedBeanImplementor<?>>) - Method in class org.hibernate.resource.beans.container.spi.AbstractCdiBeanContainer
 
forEachBinding(Consumer<Binding>) - Method in class org.hibernate.engine.jdbc.mutation.spi.BindingGroup
Visit each parameter binding
forEachCollectionDescriptor(Consumer<CollectionPersister>) - Method in interface org.hibernate.metamodel.MappingMetamodel
Visit the mapping descriptors for all collections defined in the model
forEachCollectionDescriptor(Consumer<CollectionPersister>) - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
forEachCollectionEntry(BiConsumer<PersistentCollection<?>, CollectionEntry>, boolean) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
forEachCollectionEntry(BiConsumer<PersistentCollection<?>, CollectionEntry>, boolean) - Method in interface org.hibernate.engine.spi.PersistenceContext
Execute some action on each entry of the collectionEntries map, optionally iterating on a defensive copy.
forEachCteColumn(String, ModelPart, Consumer<CteColumn>) - Static method in class org.hibernate.sql.ast.tree.cte.CteTable
 
forEachCteColumn(CteTable, SqmCteTableColumn, Consumer<CteColumn>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
forEachDescriptor(Consumer<JavaType<?>>) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeRegistry
 
forEachDisassembledJdbcValue(Object, int, Bindable.JdbcValuesConsumer, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.Bindable
forEachDisassembledJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.Bindable
forEachDisassembledJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
 
forEachDisassembledJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.EntityValuedModelPart
 
forEachDisassembledJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.AbstractDiscriminatorMapping
 
forEachDisassembledJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.AbstractEmbeddableMapping
 
forEachDisassembledJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.AnyDiscriminatorPart
 
forEachDisassembledJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.AnyKeyPart
 
forEachDisassembledJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.BasicAttributeMapping
 
forEachDisassembledJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.BasicEntityIdentifierMappingImpl
 
forEachDisassembledJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.BasicValuedCollectionPart
 
forEachDisassembledJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.CollectionIdentifierDescriptorImpl
 
forEachDisassembledJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.CompoundNaturalIdMapping
 
forEachDisassembledJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationAttributeMapping
 
forEachDisassembledJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedCollectionPart
 
forEachDisassembledJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedForeignKeyDescriptor
 
forEachDisassembledJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.EntityRowIdMappingImpl
 
forEachDisassembledJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.EntityVersionMappingImpl
 
forEachDisassembledJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.IdClassEmbeddable
 
forEachDisassembledJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
forEachDisassembledJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
forEachDisassembledJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.SimpleNaturalIdMapping
 
forEachDisassembledJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.SoftDeleteMappingImpl
 
forEachDisassembledJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
forEachDisassembledJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.model.domain.internal.ArrayTupleType
 
forEachDisassembledJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.model.domain.internal.TupleMappingModelExpressible
 
forEachDisassembledJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
forEachDisassembledJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.query.derived.AnonymousTupleBasicValuedModelPart
 
forEachDisassembledJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddableValuedModelPart
 
forEachDisassembledJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
forEachDisassembledJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.query.derived.AnonymousTupleTableGroupProducer
 
forEachDisassembledJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.sql.ast.tree.expression.EntityTypeLiteral
 
forEachDisassembledJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.sql.ast.tree.expression.JdbcLiteral
 
forEachDisassembledJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.sql.exec.internal.AbstractJdbcParameter
 
forEachDisassembledJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in interface org.hibernate.type.BasicType
 
forEachDisassembledJdbcValue(Object, Bindable.JdbcValuesConsumer, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.Bindable
forEachDisassembledJdbcValue(Object, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.Bindable
forEachEntityDescriptor(Consumer<EntityPersister>) - Method in interface org.hibernate.metamodel.MappingMetamodel
Visit all entity mapping descriptors defined in the model
forEachEntityDescriptor(Consumer<EntityPersister>) - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
forEachInsertable(int, SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType
 
forEachInsertable(int, SelectableConsumer) - Method in class org.hibernate.metamodel.mapping.internal.EmbeddableMappingTypeImpl
 
forEachInsertable(int, SelectableConsumer) - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddableValuedModelPart
 
forEachInsertable(SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
 
forEachInsertable(SelectableConsumer) - Method in class org.hibernate.metamodel.mapping.internal.ManyToManyCollectionPart
 
forEachInsertable(SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.ValuedModelPart
 
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType
 
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
 
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in interface org.hibernate.metamodel.mapping.EntityValuedModelPart
 
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in class org.hibernate.metamodel.mapping.internal.AbstractDiscriminatorMapping
 
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in class org.hibernate.metamodel.mapping.internal.AbstractEmbeddableMapping
 
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in class org.hibernate.metamodel.mapping.internal.AnyDiscriminatorPart
 
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in class org.hibernate.metamodel.mapping.internal.AnyKeyPart
 
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in class org.hibernate.metamodel.mapping.internal.BasicAttributeMapping
 
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in class org.hibernate.metamodel.mapping.internal.BasicEntityIdentifierMappingImpl
 
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in class org.hibernate.metamodel.mapping.internal.BasicValuedCollectionPart
 
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in class org.hibernate.metamodel.mapping.internal.CollectionIdentifierDescriptorImpl
 
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in class org.hibernate.metamodel.mapping.internal.CompoundNaturalIdMapping
 
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationAttributeMapping
 
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedCollectionPart
 
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedForeignKeyDescriptor
 
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in class org.hibernate.metamodel.mapping.internal.EntityRowIdMappingImpl
 
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in class org.hibernate.metamodel.mapping.internal.EntityVersionMappingImpl
 
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in class org.hibernate.metamodel.mapping.internal.SimpleNaturalIdMapping
 
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in class org.hibernate.metamodel.mapping.internal.SoftDeleteMappingImpl
 
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in interface org.hibernate.metamodel.mapping.JdbcMapping
 
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in interface org.hibernate.metamodel.mapping.JdbcMappingContainer
Visit each JdbcMapping starting from the given offset
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in class org.hibernate.metamodel.model.domain.internal.ArrayTupleType
 
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in class org.hibernate.metamodel.model.domain.internal.TupleMappingModelExpressible
 
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in class org.hibernate.query.derived.AnonymousTupleBasicValuedModelPart
 
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddableValuedModelPart
 
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in class org.hibernate.query.derived.AnonymousTupleTableGroupProducer
 
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
 
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in class org.hibernate.sql.ast.tree.expression.Collation
 
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in class org.hibernate.sql.ast.tree.expression.Distinct
 
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in class org.hibernate.sql.ast.tree.expression.EntityTypeLiteral
 
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in class org.hibernate.sql.ast.tree.expression.Format
 
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in class org.hibernate.sql.ast.tree.expression.JdbcLiteral
 
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in class org.hibernate.sql.ast.tree.expression.Overflow
 
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in class org.hibernate.sql.ast.tree.expression.TrimSpecification
 
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in class org.hibernate.sql.exec.internal.AbstractJdbcParameter
 
forEachJdbcType(int, IndexedConsumer<JdbcMapping>) - Method in interface org.hibernate.type.BasicType
 
forEachJdbcType(IndexedConsumer<JdbcMapping>) - Method in interface org.hibernate.metamodel.mapping.Bindable
Visit each of JdbcMapping
forEachJdbcType(IndexedConsumer<JdbcMapping>) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationAttributeMapping
 
forEachJdbcType(IndexedConsumer<JdbcMapping>) - Method in interface org.hibernate.metamodel.mapping.JdbcMapping
 
forEachJdbcType(IndexedConsumer<JdbcMapping>) - Method in interface org.hibernate.metamodel.mapping.JdbcMappingContainer
Visit each of JdbcMapping
forEachJdbcType(IndexedConsumer<JdbcMapping>) - Method in class org.hibernate.query.derived.AnonymousTupleBasicValuedModelPart
 
forEachJdbcType(IndexedConsumer<JdbcMapping>) - Method in interface org.hibernate.type.BasicType
 
forEachJdbcValue(Object, int, Bindable.JdbcValuesConsumer, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.Bindable
forEachJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.internal.AbstractCompositeIdentifierMapping
 
forEachJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.Bindable
Visit each constituent JDBC value extracted from the entity instance itself.
forEachJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
 
forEachJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.EntityValuedModelPart
 
forEachJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.AbstractEmbeddableMapping
 
forEachJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.AnyKeyPart
 
forEachJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.CompoundNaturalIdMapping
 
forEachJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.InverseNonAggregatedIdentifierMapping
 
forEachJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.NonAggregatedIdentifierMappingImpl
 
forEachJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
forEachJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.SimpleNaturalIdMapping
 
forEachJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
forEachJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.model.domain.internal.TupleMappingModelExpressible
 
forEachJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
forEachJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.query.derived.AnonymousTupleBasicValuedModelPart
 
forEachJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddableValuedModelPart
 
forEachJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
forEachJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.sql.ast.tree.expression.EntityTypeLiteral
 
forEachJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.sql.ast.tree.expression.JdbcLiteral
 
forEachJdbcValue(Object, int, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in class org.hibernate.sql.exec.internal.AbstractJdbcParameter
 
forEachJdbcValue(Object, Bindable.JdbcValuesConsumer, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.Bindable
forEachJdbcValue(Object, X, Y, Bindable.JdbcValuesBiConsumer<X, Y>, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.Bindable
Visit each constituent JDBC value extracted from the entity instance itself.
forEachKeyBinding(BiConsumer<Integer, ColumnValueBinding>) - Method in class org.hibernate.sql.model.ast.AbstractRestrictedTableMutation
 
forEachKeyBinding(BiConsumer<Integer, ColumnValueBinding>) - Method in interface org.hibernate.sql.model.ast.RestrictedTableMutation
Visit each key binding
forEachKeyColumn(Consumer<EntityTableMapping.KeyColumn>) - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping.KeyMapping
 
forEachKeyColumn(TableDetails.KeyColumnConsumer) - Method in interface org.hibernate.metamodel.mapping.TableDetails.KeyDetails
Visit each key column
forEachKeyColumn(TableDetails.KeyColumnConsumer) - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping.KeyMapping
 
forEachMutableTable(Consumer<CollectionTableMapping>) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
forEachMutableTable(Consumer<EntityTableMapping>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
forEachMutableTable(Consumer<T>) - Method in interface org.hibernate.sql.model.MutationTarget
Visit each table.
forEachMutableTableReverse(Consumer<CollectionTableMapping>) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
forEachMutableTableReverse(Consumer<EntityTableMapping>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
forEachMutableTableReverse(Consumer<T>) - Method in interface org.hibernate.sql.model.MutationTarget
Same as MutationTarget.forEachMutableTable(java.util.function.Consumer<T>) except that here the tables are visited in reverse order
forEachNamedGraph(Consumer<RootGraph<?>>) - Method in interface org.hibernate.metamodel.MappingMetamodel
 
forEachNamedGraph(Consumer<RootGraph<?>>) - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
forEachNonFormula(SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.ValuedModelPart
 
forEachOperation(BiConsumer<Integer, O>) - Method in interface org.hibernate.sql.model.MutationOperationGroup
Deprecated, for removal: This API element is subject to removal in a future version.
Will be removed. Use the other methods to visit each operation.
forEachOptimisticLockBinding(BiConsumer<Integer, ColumnValueBinding>) - Method in class org.hibernate.sql.model.ast.AbstractRestrictedTableMutation
 
forEachOptimisticLockBinding(BiConsumer<Integer, ColumnValueBinding>) - Method in interface org.hibernate.sql.model.ast.RestrictedTableMutation
forEachParameter(Consumer<ColumnValueParameter>) - Method in class org.hibernate.sql.model.ast.AbstractTableMutation
 
forEachParameter(Consumer<ColumnValueParameter>) - Method in class org.hibernate.sql.model.ast.AbstractTableUpdate
 
forEachParameter(Consumer<ColumnValueParameter>) - Method in interface org.hibernate.sql.model.ast.TableMutation
Visit the JDBC parameters associated with this mutation.
forEachParameter(Consumer<ColumnValueParameter>) - Method in class org.hibernate.sql.model.internal.OptionalTableUpdate
 
forEachParameter(Consumer<ColumnValueParameter>) - Method in class org.hibernate.sql.model.internal.TableUpdateNoSet
 
forEachReturningColumn(BiConsumer<Integer, ColumnReference>) - Method in interface org.hibernate.sql.model.ast.TableInsert
Visit each return-column
forEachReturningColumn(BiConsumer<Integer, ColumnReference>) - Method in class org.hibernate.sql.model.internal.TableInsertCustomSql
 
forEachReturningColumn(BiConsumer<Integer, ColumnReference>) - Method in class org.hibernate.sql.model.internal.TableInsertStandard
 
forEachSelectable(int, SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.BasicValuedModelPart
 
forEachSelectable(int, SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType
 
forEachSelectable(int, SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
 
forEachSelectable(int, SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
Visits the FK "referring" columns
forEachSelectable(int, SelectableConsumer) - Method in class org.hibernate.metamodel.mapping.internal.AbstractDiscriminatorMapping
 
forEachSelectable(int, SelectableConsumer) - Method in class org.hibernate.metamodel.mapping.internal.AbstractEmbeddableMapping
 
forEachSelectable(int, SelectableConsumer) - Method in class org.hibernate.metamodel.mapping.internal.AnyDiscriminatorPart
 
forEachSelectable(int, SelectableConsumer) - Method in class org.hibernate.metamodel.mapping.internal.AnyKeyPart
 
forEachSelectable(int, SelectableConsumer) - Method in class org.hibernate.metamodel.mapping.internal.BasicAttributeMapping
 
forEachSelectable(int, SelectableConsumer) - Method in class org.hibernate.metamodel.mapping.internal.BasicEntityIdentifierMappingImpl
 
forEachSelectable(int, SelectableConsumer) - Method in class org.hibernate.metamodel.mapping.internal.BasicValuedCollectionPart
 
forEachSelectable(int, SelectableConsumer) - Method in class org.hibernate.metamodel.mapping.internal.CollectionIdentifierDescriptorImpl
 
forEachSelectable(int, SelectableConsumer) - Method in class org.hibernate.metamodel.mapping.internal.CompoundNaturalIdMapping
 
forEachSelectable(int, SelectableConsumer) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationAttributeMapping
 
forEachSelectable(int, SelectableConsumer) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedCollectionPart
 
forEachSelectable(int, SelectableConsumer) - Method in class org.hibernate.metamodel.mapping.internal.ManyToManyCollectionPart
 
forEachSelectable(int, SelectableConsumer) - Method in class org.hibernate.metamodel.mapping.internal.OneToManyCollectionPart
 
forEachSelectable(int, SelectableConsumer) - Method in class org.hibernate.metamodel.mapping.internal.SelectableMappingsImpl
 
forEachSelectable(int, SelectableConsumer) - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
forEachSelectable(int, SelectableConsumer) - Method in class org.hibernate.metamodel.mapping.internal.SimpleNaturalIdMapping
 
forEachSelectable(int, SelectableConsumer) - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
forEachSelectable(int, SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.ModelPart
Visits each selectable mapping with the selectable index offset by the given value.
forEachSelectable(int, SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.SelectableMappings
Visit each contained selectable mapping.
forEachSelectable(int, SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.ValuedModelPart
 
forEachSelectable(int, SelectableConsumer) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
forEachSelectable(int, SelectableConsumer) - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping.KeyMapping
 
forEachSelectable(int, SelectableConsumer) - Method in class org.hibernate.query.derived.AnonymousTupleBasicValuedModelPart
 
forEachSelectable(int, SelectableConsumer) - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddableValuedModelPart
 
forEachSelectable(int, SelectableConsumer) - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
forEachSelectable(int, SelectableConsumer) - Method in class org.hibernate.query.derived.AnonymousTupleTableGroupProducer
 
forEachSelectable(SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.BasicValuedModelPart
 
forEachSelectable(SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType
 
forEachSelectable(SelectableConsumer) - Method in class org.hibernate.metamodel.mapping.internal.AbstractEmbeddableMapping
 
forEachSelectable(SelectableConsumer) - Method in class org.hibernate.metamodel.mapping.internal.AnyDiscriminatorPart
 
forEachSelectable(SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.ModelPart
A short hand form of ModelPart.forEachSelectable(int, SelectableConsumer), that passes 0 as offset.
forEachSelectable(SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.SelectableMappings
forEachSelectable(SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.ValuedModelPart
 
forEachSelectable(SelectableConsumer) - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddableValuedModelPart
 
forEachSelectable(SelectableConsumer) - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
forEachStatement(BiConsumer<String, PreparedStatementDetails>) - Method in interface org.hibernate.engine.jdbc.mutation.group.PreparedStatementGroup
Visit the details for each table mutation
forEachStatement(BiConsumer<String, PreparedStatementDetails>) - Method in class org.hibernate.engine.jdbc.mutation.internal.PreparedStatementGroupNone
 
forEachStatement(BiConsumer<String, PreparedStatementDetails>) - Method in class org.hibernate.engine.jdbc.mutation.internal.PreparedStatementGroupSingleTable
 
forEachStatement(BiConsumer<String, PreparedStatementDetails>) - Method in class org.hibernate.engine.jdbc.mutation.internal.PreparedStatementGroupStandard
 
forEachSubPart(IndexedConsumer<ModelPart>) - Method in interface org.hibernate.metamodel.mapping.ModelPartContainer
 
forEachSubPart(IndexedConsumer<ModelPart>, EntityMappingType) - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
 
forEachSubPart(IndexedConsumer<ModelPart>, EntityMappingType) - Method in interface org.hibernate.metamodel.mapping.EntityValuedModelPart
 
forEachSubPart(IndexedConsumer<ModelPart>, EntityMappingType) - Method in class org.hibernate.metamodel.mapping.internal.AbstractEmbeddableMapping
 
forEachSubPart(IndexedConsumer<ModelPart>, EntityMappingType) - Method in class org.hibernate.metamodel.mapping.internal.CompoundNaturalIdMapping
 
forEachSubPart(IndexedConsumer<ModelPart>, EntityMappingType) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationAttributeMapping
 
forEachSubPart(IndexedConsumer<ModelPart>, EntityMappingType) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedCollectionPart
 
forEachSubPart(IndexedConsumer<ModelPart>, EntityMappingType) - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
forEachSubPart(IndexedConsumer<ModelPart>, EntityMappingType) - Method in interface org.hibernate.metamodel.mapping.ModelPartContainer
 
forEachSubPart(IndexedConsumer<ModelPart>, EntityMappingType) - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddableValuedModelPart
 
forEachSubPart(IndexedConsumer<ModelPart>, EntityMappingType) - Method in class org.hibernate.query.derived.AnonymousTupleTableGroupProducer
 
forEachTableMutation(BiConsumer<Integer, M>) - Method in interface org.hibernate.sql.model.ast.MutationGroup
Deprecated, for removal: This API element is subject to removal in a future version.
forEachTableMutation(BiConsumer<Integer, M>) - Method in class org.hibernate.sql.model.internal.MutationGroupNone
 
forEachTableMutation(BiConsumer<Integer, M>) - Method in class org.hibernate.sql.model.internal.MutationGroupSingle
 
forEachTableMutation(BiConsumer<Integer, M>) - Method in class org.hibernate.sql.model.internal.MutationGroupStandard
 
forEachTableMutationBuilder(Consumer<TableMutationBuilder<?>>) - Method in class org.hibernate.sql.model.ast.builder.MutationGroupBuilder
 
forEachTargetColumn(BiConsumer<Integer, ColumnReference>) - Method in class org.hibernate.sql.ast.tree.insert.InsertSelectStatement
 
forEachTargetColumn(BiConsumer<Integer, ColumnReference>) - Method in interface org.hibernate.sql.ast.tree.insert.InsertStatement
Iterates each target column
forEachThing(List<T>, BiConsumer<Integer, T>) - Static method in class org.hibernate.sql.model.ast.AbstractTableMutation
 
forEachUpdatable(int, SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType
 
forEachUpdatable(int, SelectableConsumer) - Method in class org.hibernate.metamodel.mapping.internal.EmbeddableMappingTypeImpl
 
forEachUpdatable(int, SelectableConsumer) - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddableValuedModelPart
 
forEachUpdatable(SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
 
forEachUpdatable(SelectableConsumer) - Method in class org.hibernate.metamodel.mapping.internal.ManyToManyCollectionPart
 
forEachUpdatable(SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.ValuedModelPart
 
forEachValue(Consumer<? super AttributeMapping>) - Method in interface org.hibernate.metamodel.mapping.AttributeMappingsMap
 
forEachValue(Consumer<? super AttributeMapping>) - Method in class org.hibernate.metamodel.mapping.internal.EmptyAttributeMappingsMap
 
forEachValue(Consumer<? super AttributeMapping>) - Method in class org.hibernate.metamodel.mapping.internal.ImmutableAttributeMappingsMap
 
forEachValueBinding(BiConsumer<Integer, ColumnValueBinding>) - Method in class org.hibernate.sql.model.ast.AbstractRestrictedTableMutation
 
forEachValueBinding(BiConsumer<Integer, ColumnValueBinding>) - Method in class org.hibernate.sql.model.ast.AbstractTableInsert
 
forEachValueBinding(BiConsumer<Integer, ColumnValueBinding>) - Method in class org.hibernate.sql.model.ast.AbstractTableUpdate
 
forEachValueBinding(BiConsumer<Integer, ColumnValueBinding>) - Method in interface org.hibernate.sql.model.ast.RestrictedTableMutation
 
forEachValueBinding(BiConsumer<Integer, ColumnValueBinding>) - Method in interface org.hibernate.sql.model.ast.TableInsert
Visit each value binding
forEachValueBinding(BiConsumer<Integer, ColumnValueBinding>) - Method in interface org.hibernate.sql.model.ast.TableUpdate
Visit each value binding
forEachValueBinding(BiConsumer<Integer, ColumnValueBinding>) - Method in class org.hibernate.sql.model.internal.OptionalTableUpdate
 
forEachValueDetail(Consumer<DiscriminatorValueDetails>) - Method in class org.hibernate.metamodel.mapping.DefaultDiscriminatorConverter
 
forEachValueDetail(Consumer<DiscriminatorValueDetails>) - Method in class org.hibernate.metamodel.mapping.DiscriminatorConverter
 
forEachValueDetail(Consumer<DiscriminatorValueDetails>) - Method in class org.hibernate.metamodel.mapping.MappedDiscriminatorConverter
 
ForeignGenerator - Class in org.hibernate.id
Deprecated, for removal: This API element is subject to removal in a future version.
This remains around as an implementation detail of hbm.xml mappings.
ForeignGenerator() - Constructor for class org.hibernate.id.ForeignGenerator
Deprecated.
 
foreignJoinColumns - Variable in class org.hibernate.boot.model.internal.CollectionBinder
 
foreignKey - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
 
foreignKey - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
 
foreignKey - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
 
foreignKey - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
foreignKey - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
foreignKey - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
 
foreignKey - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
foreignKey - Variable in class org.hibernate.boot.jaxb.mapping.JaxbAssociationOverride
 
foreignKey - Variable in class org.hibernate.boot.jaxb.mapping.JaxbCollectionTable
 
foreignKey - Variable in class org.hibernate.boot.jaxb.mapping.JaxbJoinTable
 
foreignKey - Variable in class org.hibernate.boot.jaxb.mapping.JaxbManyToOne
 
foreignKey - Variable in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
 
foreignKey - Variable in class org.hibernate.boot.jaxb.mapping.JaxbOneToOne
 
foreignKey - Variable in class org.hibernate.jpamodelgen.xml.jaxb.AssociationOverride
 
foreignKey - Variable in class org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
 
foreignKey - Variable in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
 
foreignKey - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
 
foreignKey - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
 
foreignKey - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
 
foreignKey() - Method in annotation type org.hibernate.annotations.Table
Deprecated, for removal: This API element is subject to removal in a future version.
foreignKey() - Method in class org.hibernate.boot.model.internal.MapKeyJoinColumnDelegator
 
ForeignKey - Class in org.hibernate.jpamodelgen.xml.jaxb
 
ForeignKey - Class in org.hibernate.mapping
A mapping model object representing a foreign key constraint.
ForeignKey - Annotation Type in org.hibernate.annotations
Deprecated, for removal: This API element is subject to removal in a future version.
use the JPA 2.1 ForeignKey annotation
ForeignKey() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.ForeignKey
 
ForeignKey() - Constructor for class org.hibernate.mapping.ForeignKey
 
ForeignKeyBuilderImpl(Identifier) - Constructor for class org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl.ForeignKeyBuilderImpl
 
foreignKeyColumnName(String, String, String, String) - Method in class org.hibernate.cfg.DefaultComponentSafeNamingStrategy
Deprecated.
 
foreignKeyColumnName(String, String, String, String) - Method in class org.hibernate.cfg.DefaultNamingStrategy
Deprecated.
Return the property name or propertyTableName
foreignKeyColumnName(String, String, String, String) - Method in class org.hibernate.cfg.ImprovedNamingStrategy
Deprecated.
Return the property name or propertyTableName
foreignKeyColumnName(String, String, String, String) - Method in interface org.hibernate.cfg.NamingStrategy
Deprecated.
Return the foreign key column name for the given parameters
foreignKeyColumnName(String, String, String, String) - Method in class org.hibernate.cfg.PersistenceStandardNamingStrategy
Deprecated.
 
ForeignKeyContributingSource - Interface in org.hibernate.boot.model.source.spi
Additional contract for things which describe foreign keys.
foreignKeyDefinition - Variable in class org.hibernate.boot.jaxb.mapping.JaxbForeignKey
 
foreignKeyDefinition - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ForeignKey
 
ForeignKeyDescriptor - Interface in org.hibernate.metamodel.mapping
Descriptor for foreign-keys
ForeignKeyDescriptor.Nature - Enum in org.hibernate.metamodel.mapping
 
ForeignKeyDescriptor.Side - Interface in org.hibernate.metamodel.mapping
 
ForeignKeyDirection - Enum in org.hibernate.type
Represents directionality of the foreign key constraint
ForeignKeyInformation - Interface in org.hibernate.tool.schema.extract.spi
 
ForeignKeyInformation.ColumnReferenceMapping - Interface in org.hibernate.tool.schema.extract.spi
 
ForeignKeyInformationImpl - Class in org.hibernate.tool.schema.extract.internal
 
ForeignKeyInformationImpl(Identifier, List<ForeignKeyInformation.ColumnReferenceMapping>) - Constructor for class org.hibernate.tool.schema.extract.internal.ForeignKeyInformationImpl
 
ForeignKeyInformationImpl.ColumnReferenceMappingImpl - Class in org.hibernate.tool.schema.extract.internal
 
foreignKeys() - Method in class org.hibernate.tool.schema.extract.internal.TableInformationImpl
 
foreignKeys(Set) - Method in interface org.hibernate.internal.CoreMessageLogger
 
ForeignKeys - Class in org.hibernate.engine.internal
Algorithms related to foreign key constraint transparency
ForeignKeys.Nullifier - Class in org.hibernate.engine.internal
Delegate for handling nullifying ("null"ing-out) non-cascaded associations
ForeignKeyType - Enum in org.hibernate.boot.model.internal
Specifies the sort of foreign key reference given in a JoinColumn annotation.
ForeignVendor - Class in org.hibernate.testing.orm.domain.retail
 
ForeignVendor() - Constructor for class org.hibernate.testing.orm.domain.retail.ForeignVendor
 
ForeignVendor(Integer, String, String) - Constructor for class org.hibernate.testing.orm.domain.retail.ForeignVendor
 
ForeignVendor(Integer, String, String, String) - Constructor for class org.hibernate.testing.orm.domain.retail.ForeignVendor
 
forEntitiesAtRevision(Class<?>, Number) - Method in class org.hibernate.envers.query.AuditQueryCreator
Creates a query, which will return entities satisfying some conditions (specified later), at a given revision.
forEntitiesAtRevision(Class<?>, String, Number) - Method in class org.hibernate.envers.query.AuditQueryCreator
Creates a query, which will return entities satisfying some conditions (specified later), at a given revision and a given entityName.
forEntitiesAtRevision(Class<?>, String, Number, boolean) - Method in class org.hibernate.envers.query.AuditQueryCreator
Creates a query, which will return entities satisfying some conditions (specified later), at a given revision and a given entityName.
forEntitiesModifiedAtRevision(Class<?>, Number) - Method in class org.hibernate.envers.query.AuditQueryCreator
Creates a query, which will return entities modified at the specified revision.
forEntitiesModifiedAtRevision(Class<?>, String, Number) - Method in class org.hibernate.envers.query.AuditQueryCreator
Creates a query, which will return entities modified at the specified revision.
forget(Xid) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.XAResourceWrapper
 
forJpa(BootstrapServiceRegistry) - Static method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Creates a StandardServiceRegistryBuilder specific to the needs of bootstrapping JPA.
forListInstantiation(NodeBuilder) - Static method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
 
forListInstantiation(JavaType<L>, NodeBuilder) - Static method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
 
forMapInstantiation(NodeBuilder) - Static method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
 
forMapInstantiation(JavaType<M>, NodeBuilder) - Static method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
 
format() - Method in class org.hibernate.grammars.hql.HqlParser
 
format() - Method in class org.hibernate.grammars.hql.HqlParser.FormatFunctionContext
 
format(int) - Static method in class org.hibernate.id.uuid.Helper
 
format(int) - Method in class org.hibernate.id.UUIDHexGenerator
Deprecated.
 
format(short) - Static method in class org.hibernate.id.uuid.Helper
 
format(short) - Method in class org.hibernate.id.UUIDHexGenerator
Deprecated.
 
format(Expression<? extends TemporalAccessor>, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Format a date, time, or datetime according to a pattern.
format(Expression<? extends TemporalAccessor>, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
format(Expression<? extends TemporalAccessor>, String) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
format(String) - Method in class org.hibernate.engine.jdbc.internal.BasicFormatterImpl
 
format(String) - Method in class org.hibernate.engine.jdbc.internal.DDLFormatterImpl
 
format(String) - Method in interface org.hibernate.engine.jdbc.internal.Formatter
Format the source SQL string.
format(String) - Method in class org.hibernate.engine.jdbc.internal.HighlightingFormatter
 
format(QualifiedName) - Method in class org.hibernate.boot.model.relational.internal.SqlStringGenerationContextImpl
 
format(QualifiedName) - Method in interface org.hibernate.boot.model.relational.SqlStringGenerationContext
Render a formatted non-table and non-sequence qualified name
format(QualifiedName, Dialect) - Method in class org.hibernate.engine.jdbc.env.internal.QualifiedObjectNameFormatterStandardImpl
 
format(QualifiedName, Dialect) - Method in interface org.hibernate.engine.jdbc.env.spi.QualifiedObjectNameFormatter
Render a formatted non-table and non-sequence qualified name
format(QualifiedSequenceName) - Method in class org.hibernate.boot.model.relational.internal.SqlStringGenerationContextImpl
 
format(QualifiedSequenceName) - Method in interface org.hibernate.boot.model.relational.SqlStringGenerationContext
Render a formatted sequence name
format(QualifiedSequenceName, Dialect) - Method in class org.hibernate.engine.jdbc.env.internal.QualifiedObjectNameFormatterStandardImpl
 
format(QualifiedSequenceName, Dialect) - Method in interface org.hibernate.engine.jdbc.env.spi.QualifiedObjectNameFormatter
Render a formatted sequence name
format(QualifiedTableName) - Method in class org.hibernate.boot.model.relational.internal.SqlStringGenerationContextImpl
 
format(QualifiedTableName) - Method in interface org.hibernate.boot.model.relational.SqlStringGenerationContext
Render a formatted a table name
format(QualifiedTableName, Dialect) - Method in class org.hibernate.engine.jdbc.env.internal.QualifiedObjectNameFormatterStandardImpl
 
format(QualifiedTableName, Dialect) - Method in interface org.hibernate.engine.jdbc.env.spi.QualifiedObjectNameFormatter
Render a formatted a table name
Format - Class in org.hibernate.sql.ast.tree.expression
Represents the format pattern for a date/time format expression
Format(String) - Constructor for class org.hibernate.sql.ast.tree.expression.Format
 
FORMAT - org.hibernate.dialect.function.TruncFunction.DatetimeTrunc
 
FORMAT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
FORMAT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
FORMAT() - Method in class org.hibernate.grammars.hql.HqlParser.FormatFunctionContext
 
FORMAT() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
format_dateFormat() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
MySQL-style (also Ingres)
format_formatdatetime() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
H2-style (uses Java's SimpleDateFormat directly so no need to translate format)
FORMAT_SQL - Static variable in interface org.hibernate.cfg.JdbcSettings
Enables formatting of SQL logged to the console.
FORMAT_STRING_DATE - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
 
FORMAT_STRING_TIME - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
 
FORMAT_STRING_TIME_WITH_OFFSET - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
 
FORMAT_STRING_TIMESTAMP - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
 
FORMAT_STRING_TIMESTAMP_WITH_MICROS - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
 
FORMAT_STRING_TIMESTAMP_WITH_MICROS_AND_OFFSET - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
 
FORMAT_STRING_TIMESTAMP_WITH_MICROS_AND_OFFSET_NOZ - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
 
FORMAT_STRING_TIMESTAMP_WITH_MILLIS - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
 
FORMAT_STRING_TIMESTAMP_WITH_MILLIS_AND_OFFSET - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
 
FORMAT_STRING_TIMESTAMP_WITH_NANOS - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
 
FORMAT_STRING_TIMESTAMP_WITH_NANOS_AND_OFFSET - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
 
FORMAT_STRING_TIMESTAMP_WITH_NANOS_AND_OFFSET_NOZ - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
 
format_toChar() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Usually Oracle-style (except for Informix which quite close to MySQL-style)
format_toVarchar() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
HANA's name for to_char() is still Oracle-style
FormatContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.FormatContext
 
formatFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
formatFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
FormatFunction - Class in org.hibernate.dialect.function
A format function with support for composite temporal expressions.
FormatFunction(String, boolean, boolean, boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.FormatFunction
 
FormatFunction(String, boolean, boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.FormatFunction
 
FormatFunction(String, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.FormatFunction
 
FormatFunction.FormatSqmFunction<T> - Class in org.hibernate.dialect.function
 
FormatFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.FormatFunctionContext
 
FormatMapper - Interface in org.hibernate.type.format
A mapper for mapping objects to and from a format.
FormatMapperBasedJavaType<T> - Class in org.hibernate.type.descriptor.java.spi
Java type for FormatMapper based types i.e.
FormatMapperBasedJavaType(Type, MutabilityPlan<T>, TypeConfiguration) - Constructor for class org.hibernate.type.descriptor.java.spi.FormatMapperBasedJavaType
 
FormatSqmFunction(SqmFunctionDescriptor, FunctionRenderer, List<? extends SqmTypedNode<?>>, ReturnableType<T>, ArgumentsValidator, FunctionReturnTypeResolver, boolean, QueryEngine) - Constructor for class org.hibernate.dialect.function.FormatFunction.FormatSqmFunction
 
FormatSqmFunction(SqmFunctionDescriptor, FunctionRenderingSupport, List<? extends SqmTypedNode<?>>, ReturnableType<T>, ArgumentsValidator, FunctionReturnTypeResolver, boolean, QueryEngine) - Constructor for class org.hibernate.dialect.function.FormatFunction.FormatSqmFunction
FormatStyle - Enum in org.hibernate.engine.jdbc.internal
Represents the understood types or styles of formatting.
Formatter - Interface in org.hibernate.engine.jdbc.internal
Formatter contract
formatWithoutCatalog(QualifiedSequenceName) - Method in class org.hibernate.boot.model.relational.internal.SqlStringGenerationContextImpl
 
formatWithoutCatalog(QualifiedSequenceName) - Method in interface org.hibernate.boot.model.relational.SqlStringGenerationContext
Render a formatted sequence name, without the catalog (even the default one).
forMethod(FetchMode) - Static method in enum org.hibernate.engine.profile.Fetch.Style
Deprecated.
 
formula - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
 
formula - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
 
formula - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
formula - Variable in class org.hibernate.boot.jaxb.mapping.JaxbBasic
 
formula - Variable in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
 
formula - Variable in class org.hibernate.boot.jaxb.mapping.JaxbMultiTenancy
 
formula() - Method in annotation type org.hibernate.annotations.JoinColumnOrFormula
The formula to use in the join condition.
Formula - Class in org.hibernate.envers.boot.model
An implementation of Selection that represents a formula.
Formula - Class in org.hibernate.mapping
A mapping model object representing a SQL formula which is used as a "derived" Column in an entity mapping.
Formula - Annotation Type in org.hibernate.annotations
Specifies an expression written in native SQL that is used to read the value of an attribute instead of storing the value in a Column.
Formula() - Constructor for class org.hibernate.mapping.Formula
 
Formula(String) - Constructor for class org.hibernate.envers.boot.model.Formula
 
Formula(String) - Constructor for class org.hibernate.mapping.Formula
 
FORMULA - org.hibernate.envers.boot.model.Selection.SelectionType
 
formulaAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
formulaAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
 
formulaAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
 
formulaAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
formulaAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
formulaAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
 
formulaAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
 
formulaAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
 
formulaAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
FormulaNotSupportedException - Exception in org.hibernate.envers.configuration.internal.metadata
Exception indicating that a formula mapping was encountered where it is not currently supported
FormulaNotSupportedException() - Constructor for exception org.hibernate.envers.configuration.internal.metadata.FormulaNotSupportedException
Constructs a FormulaNotSupportedException using a standard message
forPrecision(int, int) - Static method in class org.hibernate.type.descriptor.java.ClockHelper
 
forPrecision(Integer, SharedSessionContractImplementor) - Static method in class org.hibernate.type.descriptor.java.ClockHelper
 
forPrecision(Integer, SharedSessionContractImplementor, int) - Static method in class org.hibernate.type.descriptor.java.ClockHelper
 
forProperty(String, Type) - Static method in class org.hibernate.envers.internal.entities.PropertyData
 
forRevisionsOfEntity(Class<?>, boolean) - Method in class org.hibernate.envers.query.AuditQueryCreator
Creates a query that selects the revision entities associated with the specified entity.
forRevisionsOfEntity(Class<?>, boolean, boolean) - Method in class org.hibernate.envers.query.AuditQueryCreator
Creates a query, which selects the revisions, at which the given entity was modified.
forRevisionsOfEntity(Class<?>, String, boolean) - Method in class org.hibernate.envers.query.AuditQueryCreator
Creates a query that selects the revision entities associated with the specified entity.
forRevisionsOfEntity(Class<?>, String, boolean, boolean) - Method in class org.hibernate.envers.query.AuditQueryCreator
Creates a query, which selects the revisions, at which the given entity was modified and with a given entityName.
forRevisionsOfEntityWithChanges(Class<?>, boolean) - Method in class org.hibernate.envers.query.AuditQueryCreator
Creates a query that selects the revisions at which the given entity was modified.
forRevisionsOfEntityWithChanges(Class<?>, String, boolean) - Method in class org.hibernate.envers.query.AuditQueryCreator
Creates a query that selects the revisions at which the given entity was modified.
forSelectableMapping(SqmFrom<?, ?>, SelectableMapping) - Static method in class org.hibernate.query.sqm.mutation.internal.SelectableMappingExpressionConverter
 
forTests(JdbcEnvironment) - Static method in class org.hibernate.boot.model.relational.internal.SqlStringGenerationContextImpl
 
forTests(JdbcEnvironment, String, String) - Static method in class org.hibernate.boot.model.relational.internal.SqlStringGenerationContextImpl
 
forTimePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.AbstractTemporalJavaType
 
forTimePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.CalendarDateJavaType
 
forTimePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.CalendarJavaType
 
forTimePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.CalendarTimeJavaType
 
forTimePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.DateJavaType
 
forTimePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.InstantJavaType
 
forTimePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.JdbcTimeJavaType
 
forTimePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.LocalTimeJavaType
 
forTimePrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.OffsetTimeJavaType
 
forTimestampPrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.AbstractTemporalJavaType
 
forTimestampPrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.CalendarDateJavaType
 
forTimestampPrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.CalendarJavaType
 
forTimestampPrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.CalendarTimeJavaType
 
forTimestampPrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.DateJavaType
 
forTimestampPrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.InstantJavaType
 
forTimestampPrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
 
forTimestampPrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.LocalDateTimeJavaType
 
forTimestampPrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.OffsetDateTimeJavaType
 
forTimestampPrecision(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.ZonedDateTimeJavaType
 
forType(FetchType) - Static method in enum org.hibernate.engine.FetchTiming
 
forUnitTesting() - Static method in class org.hibernate.testing.boot.ServiceRegistryTestingImpl
 
forUnitTesting(Map<String, Object>) - Static method in class org.hibernate.testing.boot.ServiceRegistryTestingImpl
 
ForUpdateClause() - Constructor for class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.ForUpdateClause
 
ForUpdateClause(LockMode) - Constructor for class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.ForUpdateClause
 
ForUpdateFragment - Class in org.hibernate.sql
A SQL {FOR UPDATE} clause.
ForUpdateFragment(Dialect, LockOptions, Map<String, String[]>) - Constructor for class org.hibernate.sql.ForUpdateFragment
 
FORWARD_ONLY - org.hibernate.ScrollMode
Requests a scrollable result that is only scrollable forwards.
foundMappingDocument(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
FQN_ENTITY_NAME - org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
 
frameBetweenFollowing(int) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
frameBetweenFollowing(int) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
frameBetweenFollowing(int) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
frameBetweenFollowing(Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create a window frame of type FrameKind.OFFSET_FOLLOWING to use with JpaWindows.
frameBetweenFollowing(Expression<?>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
frameBetweenFollowing(Expression<?>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
frameBetweenPreceding(int) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
frameBetweenPreceding(int) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
frameBetweenPreceding(int) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
frameBetweenPreceding(Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create window frame of type FrameKind.OFFSET_PRECEDING to use with JpaWindows.
frameBetweenPreceding(Expression<?>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
frameBetweenPreceding(Expression<?>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
frameClause() - Method in class org.hibernate.grammars.hql.HqlParser
 
frameClause() - Method in class org.hibernate.grammars.hql.HqlParser.OverClauseContext
 
FrameClauseContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.FrameClauseContext
 
frameCurrentRow() - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create a window frame of type FrameKind.CURRENT_ROW to use with JpaWindows.
frameCurrentRow() - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
frameCurrentRow() - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
frameEnd() - Method in class org.hibernate.grammars.hql.HqlParser.FrameClauseContext
 
frameEnd() - Method in class org.hibernate.grammars.hql.HqlParser
 
FrameEndContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.FrameEndContext
 
frameExclude(FrameExclusion) - Method in interface org.hibernate.query.criteria.JpaWindow
Set a FrameExclusion for this window's frame.
frameExclude(FrameExclusion) - Method in class org.hibernate.query.sqm.tree.expression.SqmWindow
 
frameExclusion() - Method in class org.hibernate.grammars.hql.HqlParser.FrameClauseContext
 
frameExclusion() - Method in class org.hibernate.grammars.hql.HqlParser
 
FrameExclusion - Enum in org.hibernate.query.sqm
 
FrameExclusionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.FrameExclusionContext
 
frameGroups(JpaWindowFrame, JpaWindowFrame) - Method in interface org.hibernate.query.criteria.JpaWindow
Add a GROUPS frame clause to the window and define start and end JpaWindowFrame specifications.
frameGroups(JpaWindowFrame, JpaWindowFrame) - Method in class org.hibernate.query.sqm.tree.expression.SqmWindow
 
FrameKind - Enum in org.hibernate.query.sqm
 
FrameMode - Enum in org.hibernate.query.sqm
 
frameRange(JpaWindowFrame, JpaWindowFrame) - Method in interface org.hibernate.query.criteria.JpaWindow
Add a RANGE frame clause to the window and define start and end JpaWindowFrame specifications.
frameRange(JpaWindowFrame, JpaWindowFrame) - Method in class org.hibernate.query.sqm.tree.expression.SqmWindow
 
frameRows(JpaWindowFrame, JpaWindowFrame) - Method in interface org.hibernate.query.criteria.JpaWindow
Add a ROWS frame clause to the window and define start and end JpaWindowFrame specifications.
frameRows(JpaWindowFrame, JpaWindowFrame) - Method in class org.hibernate.query.sqm.tree.expression.SqmWindow
 
frameStart() - Method in class org.hibernate.grammars.hql.HqlParser.FrameClauseContext
 
frameStart() - Method in class org.hibernate.grammars.hql.HqlParser
 
FrameStartContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.FrameStartContext
 
frameUnboundedFollowing() - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create a window frame of type FrameKind.UNBOUNDED_FOLLOWING to use with JpaWindows.
frameUnboundedFollowing() - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
frameUnboundedFollowing() - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
frameUnboundedPreceding() - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create a window frame of type FrameKind.UNBOUNDED_PRECEDING to use with JpaWindows.
frameUnboundedPreceding() - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
frameUnboundedPreceding() - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
free() - Method in class org.hibernate.engine.jdbc.BlobProxy
 
from(JoinType) - Static method in enum org.hibernate.query.sqm.tree.SqmJoinType
 
from(Subquery<X>) - Method in class org.hibernate.query.criteria.CriteriaDefinition
 
from(Subquery<X>) - Method in interface org.hibernate.query.criteria.JpaSelectCriteria
Create and add a query root corresponding to the given subquery, forming a cartesian product with any existing roots.
from(Subquery<X>) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
from(EntityType<T>) - Method in class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
 
from(EntityType<X>) - Method in class org.hibernate.query.criteria.CriteriaDefinition
 
from(EntityType<X>) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
from(EntityType<X>) - Method in interface org.hibernate.query.criteria.JpaSelectCriteria
 
from(EntityType<X>) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
from(SqlResultSetMapping) - Static method in class org.hibernate.boot.query.SqlResultSetMappingDescriptor
 
from(SqlResultSetMapping, String) - Static method in class org.hibernate.boot.query.SqlResultSetMappingDescriptor
 
from(Class<T>) - Method in class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
 
from(Class<X>) - Method in class org.hibernate.query.criteria.CriteriaDefinition
 
from(Class<X>) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
from(Class<X>) - Method in interface org.hibernate.query.criteria.JpaSelectCriteria
 
from(Class<X>) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
from(Object) - Static method in class org.hibernate.spatial.dialect.h2gis.H2GISWkb
Decode the object into a Geometry
from(Object, EntityPersister, String, SharedSessionContractImplementor) - Static method in class org.hibernate.cache.internal.NaturalIdCacheKey
 
from(Object, EntityPersister, SharedSessionContractImplementor) - Static method in class org.hibernate.cache.internal.NaturalIdCacheKey
 
from(String, Function<TypeConfiguration, BasicJavaType>, Function<TypeConfiguration, JdbcType>, Function<TypeConfiguration, MutabilityPlan>, JdbcTypeIndicators, JpaAttributeConverterCreationContext, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.process.internal.NamedConverterResolution
 
from(String, Selectable, JdbcMapping, TypeConfiguration, boolean, boolean, boolean, boolean, Dialect, SqmFunctionRegistry, RuntimeModelCreationContext) - Static method in class org.hibernate.metamodel.mapping.internal.SelectableMappingImpl
 
from(String, Selectable, JdbcMapping, TypeConfiguration, boolean, boolean, boolean, Dialect, SqmFunctionRegistry, RuntimeModelCreationContext) - Static method in class org.hibernate.metamodel.mapping.internal.SelectableMappingImpl
 
from(String, Selectable, SelectablePath, JdbcMapping, TypeConfiguration, boolean, boolean, boolean, boolean, Dialect, SqmFunctionRegistry, RuntimeModelCreationContext) - Static method in class org.hibernate.metamodel.mapping.internal.SelectableMappingImpl
 
from(String, Selectable, SelectablePath, JdbcMapping, TypeConfiguration, boolean, boolean, boolean, Dialect, SqmFunctionRegistry, RuntimeModelCreationContext) - Static method in class org.hibernate.metamodel.mapping.internal.SelectableMappingImpl
 
from(String, Value, int[], Mapping, TypeConfiguration, boolean[], boolean[], Dialect, SqmFunctionRegistry, RuntimeModelCreationContext) - Static method in class org.hibernate.metamodel.mapping.internal.SelectableMappingsImpl
 
from(String, Limit, QueryParameterBindings, SharedSessionContractImplementor) - Static method in class org.hibernate.cache.spi.QueryKey
 
from(Connection) - Method in interface org.hibernate.engine.jdbc.LobCreationContext.Callback
 
from(Function<TypeConfiguration, Type>, TimeZoneStorageType, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.process.internal.VersionResolution
 
from(Iterator<Selectable>) - Static method in class org.hibernate.envers.configuration.internal.metadata.ColumnNameIterator
 
from(Map<?, ?>) - Static method in enum org.hibernate.boot.registry.classloading.internal.TcclLookupPrecedence
Resolves the precedence from a Map of settings.
from(Map<?, ?>, TcclLookupPrecedence) - Static method in enum org.hibernate.boot.registry.classloading.internal.TcclLookupPrecedence
Resolves the precedence from a Map of settings
from(Map, ClassLoaderAccess) - Static method in class org.hibernate.boot.beanvalidation.GroupsPerOperation
 
from(ConverterDescriptor, Function<TypeConfiguration, BasicJavaType>, Function<TypeConfiguration, JdbcType>, Function<TypeConfiguration, MutabilityPlan>, Type, JdbcTypeIndicators, JpaAttributeConverterCreationContext, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.process.internal.NamedConverterResolution
 
from(JdbcEnvironment) - Static method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
from(SessionFactoryImplementor, MetadataImplementor) - Static method in class org.hibernate.query.internal.QueryEngineImpl
 
from(Component, CompositeType, boolean[], boolean[], Function<EmbeddableMappingType, EmbeddableValuedModelPart>, MappingModelCreationProcess) - Static method in class org.hibernate.metamodel.mapping.internal.EmbeddableMappingTypeImpl
 
from(Component, CompositeType, String, String[], Property, DependantValue, int, boolean[], boolean[], Function<EmbeddableMappingType, EmbeddableValuedModelPart>, MappingModelCreationProcess) - Static method in class org.hibernate.metamodel.mapping.internal.EmbeddableMappingTypeImpl
 
from(PersistentClass, boolean, boolean, Metadata) - Static method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
Build a LazyFetchGroupMetadata based on the attributes defined for the PersistentClass
from(PersistentClass, Set<String>, CompositeType, boolean, Metadata) - Static method in class org.hibernate.bytecode.internal.BytecodeEnhancementMetadataPojoImpl
Static constructor
from(Property, int, int) - Static method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor
 
from(Selectable) - Static method in class org.hibernate.envers.boot.model.Column
Creates an Envers column mapping from an Hibernate ORM column mapping.
from(Selectable) - Static method in class org.hibernate.envers.boot.model.Formula
Create an Envers Formula mapping from an Hibernate ORM formula.
from(EmbeddableMappingType) - Static method in class org.hibernate.metamodel.mapping.internal.SelectableMappingsImpl
 
from(AnyDiscriminatorSqmPath<?>, SqmToSqlAstConverter) - Static method in class org.hibernate.query.sqm.sql.internal.AnyDiscriminatorPathInterpretation
 
from(EntityDiscriminatorSqmPath, SqmToSqlAstConverter) - Static method in class org.hibernate.query.sqm.sql.internal.DiscriminatorPathInterpretation
 
from(NavigableRole, JavaType<?>, DiscriminatedAssociationModelPart, AnyType, Any, MappingModelCreationProcess) - Static method in class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationMapping
 
from(JpaCteCriteria<X>) - Method in class org.hibernate.query.criteria.CriteriaDefinition
 
from(JpaCteCriteria<X>) - Method in interface org.hibernate.query.criteria.JpaSelectCriteria
Create and add a query root corresponding to the given cte, forming a cartesian product with any existing roots.
from(JpaCteCriteria<X>) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
from(ParameterMetadataImplementor, SessionFactoryImplementor) - Static method in class org.hibernate.query.internal.QueryParameterBindingsImpl
Constructs a QueryParameterBindings based on the passed information
from(NonAggregatedCompositeSimplePath<T>, SqmToSqlAstConverter, SqmToSqlAstConverter) - Static method in class org.hibernate.query.sqm.sql.internal.NonAggregatedCompositeValuedPathInterpretation
 
from(SqmAnyValuedSimplePath<T>, SqmToSqlAstConverter) - Static method in class org.hibernate.query.sqm.sql.internal.DiscriminatedAssociationPathInterpretation
 
from(SqmBasicValuedSimplePath<T>, SqmToSqlAstConverter, boolean) - Static method in class org.hibernate.query.sqm.sql.internal.BasicValuedPathInterpretation
Static factory
from(SqmEmbeddedValuedSimplePath<T>, SqmToSqlAstConverter, boolean) - Static method in class org.hibernate.query.sqm.sql.internal.EmbeddableValuedPathInterpretation
Static factory
from(SqmEntityValuedSimplePath<T>, MappingModelExpressible<?>, SqmToSqlAstConverter) - Static method in class org.hibernate.query.sqm.sql.internal.EntityValuedPathInterpretation
 
from(SqmPluralValuedSimplePath<?>, SqmToSqlAstConverter) - Static method in class org.hibernate.query.sqm.sql.internal.PluralValuedSimplePathInterpretation
 
from(SqmStatement<?>) - Static method in class org.hibernate.query.sqm.internal.DomainParameterXref
Create a DomainParameterXref for the parameters defined in the SQM statement
from(NavigablePath, TableGroup, ModelPart, EntityValuedModelPart, EntityValuedModelPart, SqmToSqlAstConverter) - Static method in class org.hibernate.query.sqm.sql.internal.EntityValuedPathInterpretation
 
from(SqlAliasBase, String, TableGroupProducer, SqlAliasBaseGenerator) - Static method in interface org.hibernate.sql.ast.spi.SqlAliasBase
 
from(SqlSelection, JavaType<X>) - Static method in class org.hibernate.sql.results.graph.basic.BasicResultAssembler
 
from(BasicJavaType<T>, JdbcType, Type, Supplier<JavaType<T>>, Function<TypeConfiguration, MutabilityPlan>, JdbcTypeIndicators, Table, Selectable, String, String, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.process.internal.InferredBasicValueResolver
 
FROM - org.hibernate.query.sqm.tree.from.DowncastLocation
 
FROM - org.hibernate.sql.ast.Clause
 
FROM - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
FROM - Static variable in class org.hibernate.grammars.hql.HqlParser
 
FROM() - Method in class org.hibernate.grammars.hql.HqlParser.DeleteStatementContext
 
FROM() - Method in class org.hibernate.grammars.hql.HqlParser.ExtractFunctionContext
 
FROM() - Method in class org.hibernate.grammars.hql.HqlParser.FromClauseContext
 
FROM() - Method in class org.hibernate.grammars.hql.HqlParser.IsDistinctFromPredicateContext
 
FROM() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
FROM() - Method in class org.hibernate.grammars.hql.HqlParser.NthSideClauseContext
 
FROM() - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionContext
 
FROM() - Method in class org.hibernate.grammars.hql.HqlParser.SubstringFunctionContext
 
FROM() - Method in class org.hibernate.grammars.hql.HqlParser.TrimFunctionContext
 
FROM_PARENT - org.hibernate.type.ForeignKeyDirection
A foreign key from parent to child
FROM_SUBQUERY - org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
 
fromAccessType(AccessType) - Static method in enum org.hibernate.annotations.CacheConcurrencyStrategy
fromAnnotations(OrderColumn, IndexColumn, ListIndexBase, PropertyHolder, PropertyData, Map<String, Join>, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.IndexColumn
 
fromArray(EventType[]) - Static method in class org.hibernate.generator.EventTypeSets
 
fromBeanManagerReference(Object, ServiceRegistry) - Static method in class org.hibernate.resource.beans.container.internal.CdiBeanContainerBuilder
 
fromByte(Byte) - Method in class org.hibernate.type.descriptor.java.EnumJavaType
Interpret a numeric value as the ordinal of the enum type
fromBytes(byte[]) - Method in class org.hibernate.type.descriptor.java.SerializableJavaType
 
fromCacheableFile(File) - Static method in class org.hibernate.boot.jaxb.internal.XmlSources
 
fromCacheableFile(File, boolean) - Static method in class org.hibernate.boot.jaxb.internal.XmlSources
 
fromCacheableFile(File, File) - Static method in class org.hibernate.boot.jaxb.internal.XmlSources
 
fromCacheableFile(File, File, boolean) - Static method in class org.hibernate.boot.jaxb.internal.XmlSources
 
fromCacheMode(CacheMode) - Static method in enum org.hibernate.annotations.CacheModeType
Deprecated.
Conversion from CacheMode to CacheModeType.
fromClause() - Method in class org.hibernate.grammars.hql.HqlParser
 
fromClause() - Method in class org.hibernate.grammars.hql.HqlParser.QueryContext
 
FromClause - Class in org.hibernate.sql.ast.tree.from
The SQL AST from-clause node
FromClause() - Constructor for class org.hibernate.sql.ast.tree.from.FromClause
 
FromClause(int) - Constructor for class org.hibernate.sql.ast.tree.from.FromClause
 
FromClauseAccess - Interface in org.hibernate.sql.ast.spi
Access to TableGroup indexing.
FromClauseAccessImpl - Class in org.hibernate.query.results
 
FromClauseAccessImpl() - Constructor for class org.hibernate.query.results.FromClauseAccessImpl
 
FromClauseContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.FromClauseContext
 
FromClauseIndex - Class in org.hibernate.query.sqm.sql
An index of various FROM CLAUSE resolutions.
FromClauseIndex(FromClauseIndex) - Constructor for class org.hibernate.query.sqm.sql.FromClauseIndex
 
fromCode(Integer) - Static method in enum org.hibernate.testing.orm.domain.helpdesk.Status
 
fromCode(String) - Static method in enum org.hibernate.testing.orm.domain.gambit.EnumValue
 
fromConfigSettings(Map) - Static method in class org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl
Deprecated.
No longer used/supported!
fromConfigurationMap(JdbcEnvironment, Database, Map<String, Object>) - Static method in class org.hibernate.boot.model.relational.internal.SqlStringGenerationContextImpl
 
fromConfigurationMapForMigration(JdbcEnvironment, Database, Map<String, Object>) - Static method in class org.hibernate.boot.model.relational.internal.SqlStringGenerationContextImpl
 
fromContext(LobCreationContext.Callback<T>) - Method in interface org.hibernate.engine.jdbc.LobCreationContext
 
fromCriteriaTrimSpec(CriteriaBuilder.Trimspec) - Static method in enum org.hibernate.query.sqm.TrimSpec
 
fromDatabaseMetadata(DatabaseMetaData) - Static method in class org.hibernate.dialect.MySQLServerConfiguration
fromDialectResolutionInfo(DialectResolutionInfo) - Static method in class org.hibernate.dialect.MySQLServerConfiguration
 
fromDialectResolutionInfo(DialectResolutionInfo) - Static method in class org.hibernate.dialect.OracleServerConfiguration
 
fromDocument(Document) - Static method in class org.hibernate.boot.jaxb.internal.XmlSources
 
FromDurationExpressionContext(HqlParser.ExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.FromDurationExpressionContext
 
fromEncodedString(CharSequence, int, int) - Method in class org.hibernate.type.descriptor.java.BooleanJavaType
 
fromEncodedString(CharSequence, int, int) - Method in interface org.hibernate.type.descriptor.java.JavaType
Reads the encoded value from the char sequence start index until the end index and returns the decoded value.
fromEncodedString(CharSequence, int, int) - Method in class org.hibernate.type.descriptor.java.JdbcDateJavaType
 
fromEncodedString(CharSequence, int, int) - Method in class org.hibernate.type.descriptor.java.JdbcTimeJavaType
 
fromEncodedString(CharSequence, int, int) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
 
fromEncodedString(CharSequence, int, int) - Method in class org.hibernate.type.descriptor.java.OffsetDateTimeJavaType
 
fromEntityManager(Function<EntityManager, T>) - Method in class org.hibernate.testing.orm.junit.EntityManagerFactoryBasedFunctionalTest
 
fromEntityManager(Function<EntityManager, T>) - Method in interface org.hibernate.testing.orm.junit.EntityManagerFactoryScope
 
fromEnum(EnumJavaType<E>, JdbcType, JdbcTypeIndicators, BootstrapContext) - Static method in class org.hibernate.boot.model.process.internal.InferredBasicValueResolver
 
fromExplicit(JdbcEnvironment, Database, String, String) - Static method in class org.hibernate.boot.model.relational.internal.SqlStringGenerationContextImpl
 
fromExternalForm(Object) - Static method in enum org.hibernate.annotations.OnDeleteAction
 
fromExternalForm(String) - Static method in enum org.hibernate.LockMode
 
fromExternalName(String) - Static method in enum org.hibernate.cache.spi.access.AccessType
Resolve an AccessType from its external name.
fromExternalName(String) - Static method in enum org.hibernate.engine.spi.ExecuteUpdateResultCheckStyle
 
fromExternalName(String) - Static method in enum org.hibernate.id.enhanced.StandardOptimizerDescriptor
Interpret the incoming external name into the appropriate enum value
fromExternalName(String) - Static method in enum org.hibernate.metamodel.RepresentationMode
 
fromExternalValue(Object) - Static method in enum org.hibernate.annotations.PolymorphismType
Deprecated.
 
fromFile(File) - Static method in class org.hibernate.boot.jaxb.internal.XmlSources
 
fromHintName(String) - Static method in enum org.hibernate.graph.GraphSemantic
 
fromInt(int) - Static method in class org.hibernate.internal.util.BytesHelper
Interpret an int as its binary form
fromInteger(Integer) - Method in class org.hibernate.type.descriptor.java.EnumJavaType
Interpret a numeric value as the ordinal of the enum type
fromInternalFetchProfile(CascadingFetchProfile, Supplier<T>) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
fromJar(File, Consumer<XmlSource>) - Static method in class org.hibernate.boot.jaxb.internal.XmlSources
Read all .hbm.xml mappings from a jar file and pass them to the given Consumer.
fromJpaFlushMode(FlushModeType) - Static method in enum org.hibernate.FlushMode
 
fromJpaHintName(String) - Static method in enum org.hibernate.graph.GraphSemantic
fromJpaLockMode(LockModeType) - Static method in enum org.hibernate.LockMode
 
fromJpaModes(CacheRetrieveMode, CacheStoreMode) - Static method in enum org.hibernate.CacheMode
Interpret the given JPA modes as an instance of this enumeration.
fromLegacyName(String) - Static method in enum org.hibernate.loader.ast.spi.CascadingFetchProfile
 
fromList(List<JdbcParameter>) - Static method in interface org.hibernate.sql.exec.spi.JdbcParametersList
 
fromLong(long) - Static method in class org.hibernate.internal.util.BytesHelper
Interpret a long as its binary form
fromLong(long, byte[], int) - Static method in class org.hibernate.internal.util.BytesHelper
Interpret a long as its binary form
fromLong(Long) - Method in class org.hibernate.type.descriptor.java.EnumJavaType
Interpret a numeric value as the ordinal of the enum type
fromMappingMetamodel(NavigableRole, JavaType<O>, BasicType<R>, MappingMetamodelImplementor) - Static method in class org.hibernate.metamodel.mapping.DefaultDiscriminatorConverter
 
fromName(String) - Static method in enum org.hibernate.metamodel.mapping.CollectionPart.Nature
 
fromName(String) - Method in class org.hibernate.type.descriptor.java.EnumJavaType
Interpret a string value as the named value of the enum type
fromNameExact(String) - Static method in enum org.hibernate.metamodel.mapping.CollectionPart.Nature
 
fromNativeQuery(int) - Static method in class org.hibernate.query.internal.QueryParameterPositionalImpl
 
fromNativeQuery(String) - Static method in class org.hibernate.query.internal.QueryParameterNamedImpl
 
fromOrdinal(Integer) - Method in class org.hibernate.type.descriptor.java.EnumJavaType
Interpret a numeric value as the ordinal of the enum type
fromRegistration(ProcedureParameterImplementor<U>) - Static method in class org.hibernate.procedure.internal.NamedCallableQueryMementoImpl.ParameterMementoImpl
Build a ParameterMemento from the given parameter registration
fromRegistryOrChildren(Class<T>) - Method in class org.hibernate.boot.registry.internal.BootstrapServiceRegistryImpl
 
fromRegistryOrChildren(Class<T>) - Method in class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
fromRegistryOrChildren(Class<T>) - Method in interface org.hibernate.service.spi.ServiceRegistryImplementor
 
fromRegistryOrChildren(Class<T>, ServiceRegistryImplementor, Set<ServiceRegistryImplementor>) - Static method in class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
fromRepresentation(byte) - Static method in enum org.hibernate.envers.RevisionType
 
fromRepresentation(Object) - Static method in enum org.hibernate.envers.RevisionType
 
fromResource(String, ClassLoaderService) - Static method in class org.hibernate.boot.jaxb.internal.XmlSources
Create an XmlSource from a named resource
fromResultCheckStyle(ResultCheckStyle) - Static method in enum org.hibernate.engine.spi.ExecuteUpdateResultCheckStyle
 
fromRoot() - Method in class org.hibernate.grammars.hql.HqlParser.EntityWithJoinsContext
 
fromRoot() - Method in class org.hibernate.grammars.hql.HqlParser
 
FromRootContext() - Constructor for class org.hibernate.grammars.hql.HqlParser.FromRootContext
 
FromRootContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.FromRootContext
 
fromService(Class<S>, Function<S, R>) - Method in interface org.hibernate.testing.orm.junit.ServiceRegistryScope
 
fromSession(Function<SessionImplementor, R>) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
fromSession(Function<SessionImplementor, T>) - Method in class org.hibernate.testing.orm.junit.BaseSessionFactoryFunctionalTest
 
fromSession(Function<SessionImplementor, T>) - Method in interface org.hibernate.testing.orm.junit.SessionFactoryScope
 
fromSession(Function<Session, R>) - Method in interface org.hibernate.SessionFactory
Open a Session and use it to obtain a value.
fromSession(SessionFactoryImplementor, Function<SessionImplementor, R>) - Static method in class org.hibernate.testing.transaction.TransactionUtil2
 
fromSetting(Object) - Static method in enum org.hibernate.boot.jaxb.hbm.transform.UnsupportedFeatureHandling
 
fromSetting(Object, Function<Object, UnsupportedFeatureHandling>) - Static method in enum org.hibernate.boot.jaxb.hbm.transform.UnsupportedFeatureHandling
 
fromSetting(Object, UnsupportedFeatureHandling) - Static method in enum org.hibernate.boot.jaxb.hbm.transform.UnsupportedFeatureHandling
 
fromSharedCache(SharedSessionContractImplementor, Object, CollectionPersister, CachedDomainDataAccess) - Static method in class org.hibernate.engine.internal.CacheHelper
 
fromSharedCache(SharedSessionContractImplementor, Object, EntityPersister, boolean, CachedDomainDataAccess) - Static method in class org.hibernate.engine.internal.CacheHelper
 
fromSharedCache(SharedSessionContractImplementor, Object, EntityPersister, CachedDomainDataAccess) - Static method in class org.hibernate.engine.internal.CacheHelper
 
fromShort(int) - Static method in class org.hibernate.internal.util.BytesHelper
Interpret a short as its binary form
fromShort(Short) - Method in class org.hibernate.type.descriptor.java.EnumJavaType
Interpret a numeric value as the ordinal of the enum type
fromSqm(SqmParameter<?>) - Static method in class org.hibernate.query.internal.QueryParameterNamedImpl
Create a named parameter descriptor from the SQM parameter
fromSqm(SqmParameter<T>) - Static method in class org.hibernate.query.internal.QueryParameterPositionalImpl
Create a positional parameter descriptor from the SQM parameter
fromStatelessSession(Function<StatelessSession, R>) - Method in interface org.hibernate.SessionFactory
Open a StatelessSession and use it to obtain a value.
fromStatelessTransaction(Function<StatelessSession, R>) - Method in interface org.hibernate.SessionFactory
Open a StatelessSession and use it to obtain a value within the bounds of a transaction.
fromStream(InputStream) - Static method in class org.hibernate.boot.jaxb.internal.XmlSources
 
fromStream(Function<InputStream, X>) - Method in interface org.hibernate.boot.archive.spi.InputStreamAccess
 
fromStream(InputStreamAccess) - Static method in class org.hibernate.boot.jaxb.internal.XmlSources
 
fromString(CharSequence) - Method in class org.hibernate.spatial.GeolatteGeometryJavaType
 
fromString(CharSequence) - Method in class org.hibernate.spatial.JTSGeometryJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.AbstractStandardBasicType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.ArrayJavaType
 
fromString(CharSequence) - Method in interface org.hibernate.type.descriptor.java.BasicJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.BigDecimalJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.BigIntegerJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.BlobJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.BooleanJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.BooleanPrimitiveArrayJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.ByteArrayJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.ByteJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.CalendarDateJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.CalendarJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.CalendarTimeJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.CharacterArrayJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.CharacterJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.ClassJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.ClobJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.CurrencyJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.DateJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.DoubleJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.DoublePrimitiveArrayJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.DurationJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.EnumJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.FloatJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.FloatPrimitiveArrayJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.InetAddressJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.InstantJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.IntegerJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.IntegerPrimitiveArrayJavaType
 
fromString(CharSequence) - Method in interface org.hibernate.type.descriptor.java.JavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.JdbcDateJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.JdbcTimeJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.LocalDateJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.LocalDateTimeJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.LocaleJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.LocalTimeJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.LongJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.LongPrimitiveArrayJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.NClobJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.OffsetDateTimeJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.OffsetTimeJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.RowVersionJavaType
Deprecated.
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.SerializableJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.ShortJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.ShortPrimitiveArrayJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.spi.BasicCollectionJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.spi.CollectionJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.spi.DynamicModelJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.spi.EmbeddableAggregateJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.spi.EntityJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.spi.FormatMapperBasedJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeBasicAdaptor
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.spi.MapEntryJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.spi.UnknownBasicJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.StringJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.TimeZoneJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.UrlJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.UUIDJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.YearJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.ZonedDateTimeJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.ZoneIdJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.descriptor.java.ZoneOffsetJavaType
 
fromString(CharSequence) - Method in class org.hibernate.type.internal.CompositeUserTypeJavaTypeWrapper
 
fromString(CharSequence) - Method in class org.hibernate.type.internal.UserTypeJavaTypeWrapper
 
fromString(CharSequence) - Method in class org.hibernate.type.SerializableToBlobType
 
fromString(CharSequence, JavaType<T>, WrapperOptions) - Method in interface org.hibernate.type.format.FormatMapper
Deserializes an object from the character sequence.
fromString(CharSequence, JavaType<T>, WrapperOptions) - Method in class org.hibernate.type.format.jackson.JacksonJsonFormatMapper
 
fromString(CharSequence, JavaType<T>, WrapperOptions) - Method in class org.hibernate.type.format.jackson.JacksonXmlFormatMapper
 
fromString(CharSequence, JavaType<T>, WrapperOptions) - Method in class org.hibernate.type.format.jakartajson.JsonBJsonFormatMapper
 
fromString(CharSequence, JavaType<T>, WrapperOptions) - Method in class org.hibernate.type.format.jaxb.JaxbXmlFormatMapper
 
fromString(String, JavaType<X>, WrapperOptions) - Method in class org.hibernate.dialect.AbstractPostgreSQLStructJdbcType
 
fromString(String, JavaType<X>, WrapperOptions) - Method in class org.hibernate.dialect.PostgreSQLInetJdbcType
 
fromString(String, JavaType<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.JsonJdbcType
 
fromString(String, JavaType<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.OracleJsonBlobJdbcType
 
fromString(String, JavaType<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.XmlJdbcType
 
fromString(EmbeddableMappingType, String, boolean, WrapperOptions) - Static method in class org.hibernate.dialect.JsonHelper
 
fromString(EmbeddableMappingType, String, boolean, WrapperOptions) - Static method in class org.hibernate.dialect.XmlHelper
 
fromStringValue(CharSequence) - Method in class org.hibernate.type.EnumType
Deprecated.
 
fromStringValue(CharSequence) - Method in interface org.hibernate.usertype.EnhancedUserType
Consume the given string representation back into this types java form.
fromTableFragment(String) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
fromTableFragment(String) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Deprecated.
Get the main from table fragment, given a query alias.
fromTableFragment(String) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
fromTableFragment(String) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
fromTemporal(TemporalJavaType<T>, BasicJavaType<?>, JdbcType, Function<TypeConfiguration, MutabilityPlan>, JdbcTypeIndicators) - Static method in class org.hibernate.boot.model.process.internal.InferredBasicValueResolver
 
fromTransaction(EntityManager, Function<EntityManager, R>) - Static method in class org.hibernate.testing.orm.transaction.TransactionUtil
 
fromTransaction(EntityManager, Function<EntityManager, T>) - Method in interface org.hibernate.testing.orm.junit.EntityManagerFactoryScope
 
fromTransaction(Function<EntityManager, T>) - Method in class org.hibernate.testing.orm.junit.EntityManagerFactoryBasedFunctionalTest
 
fromTransaction(Function<EntityManager, T>) - Method in interface org.hibernate.testing.orm.junit.EntityManagerFactoryScope
 
fromTransaction(Function<SessionImplementor, R>) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
fromTransaction(Function<SessionImplementor, T>) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
fromTransaction(Function<SessionImplementor, T>) - Method in class org.hibernate.testing.orm.junit.BaseSessionFactoryFunctionalTest
 
fromTransaction(Function<SessionImplementor, T>) - Method in interface org.hibernate.testing.orm.junit.SessionFactoryScope
 
fromTransaction(Function<Session, R>) - Method in interface org.hibernate.SessionFactory
Open a Session and use it to obtain a value within the bounds of a transaction.
fromTransaction(SessionFactoryImplementor, Function<SessionImplementor, R>) - Static method in class org.hibernate.testing.transaction.TransactionUtil2
 
fromTransaction(SessionImplementor, Function<SessionImplementor, R>) - Static method in class org.hibernate.testing.orm.transaction.TransactionUtil
 
fromTransaction(SessionImplementor, Function<SessionImplementor, R>) - Static method in class org.hibernate.testing.transaction.TransactionUtil2
 
fromTransaction(SessionImplementor, Function<SessionImplementor, T>) - Method in interface org.hibernate.testing.orm.junit.SessionFactoryScope
 
fromUrl(URL) - Static method in class org.hibernate.boot.jaxb.internal.XmlSources
Create an XmlSource from a URL
fromValue(String) - Static method in enum org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCacheUsageEnum
 
fromValue(String) - Static method in enum org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
fromValue(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheInclusionEnum
 
fromValue(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchStyleEnum
 
fromValue(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchStyleWithSubselectEnum
 
fromValue(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyEnum
 
fromValue(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyWithExtraEnum
 
fromValue(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyWithNoProxyEnum
 
fromValue(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNotFoundEnum
 
fromValue(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOnDeleteEnum
 
fromValue(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOuterJoinEnum
 
fromValue(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPolymorphismEnum
 
fromValue(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTimestampSourceEnum
 
fromValue(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueCompositeIdEnum
 
fromValue(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueTimestampEnum
 
fromValue(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueVersionEnum
 
fromValue(String) - Static method in enum org.hibernate.boot.jaxb.mapping.JaxbCacheInclusionType
 
fromValue(String) - Static method in enum org.hibernate.boot.jaxb.mapping.JaxbPluralFetchMode
 
fromValue(String) - Static method in enum org.hibernate.boot.jaxb.mapping.JaxbSingularFetchMode
 
fromValue(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.AccessType
 
fromValue(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.ConstraintMode
 
fromValue(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.DiscriminatorType
 
fromValue(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.EnumType
 
fromValue(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.FetchType
 
fromValue(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.GenerationType
 
fromValue(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.InheritanceType
 
fromValue(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.LockModeType
 
fromValue(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.ParameterMode
 
fromValue(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitCachingType
 
fromValue(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitTransactionType
 
fromValue(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitValidationModeType
 
fromValue(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.TemporalType
 
fromValueDetails(Function<DiscriminatorValueDetails, X>) - Method in class org.hibernate.metamodel.mapping.DefaultDiscriminatorConverter
 
fromValueDetails(Function<DiscriminatorValueDetails, X>) - Method in class org.hibernate.metamodel.mapping.DiscriminatorConverter
 
fromValueDetails(Function<DiscriminatorValueDetails, X>) - Method in class org.hibernate.metamodel.mapping.MappedDiscriminatorConverter
 
fromValueMappings(NavigableRole, JavaType<O>, BasicType<R>, Map<Object, String>, MappingMetamodelImplementor) - Static method in class org.hibernate.metamodel.mapping.MappedDiscriminatorConverter
 
fromXml(String) - Static method in class org.hibernate.boot.jaxb.hbm.internal.CacheAccessTypeConverter
 
fromXml(String) - Static method in class org.hibernate.boot.jaxb.hbm.internal.CacheModeConverter
 
fromXml(String) - Static method in class org.hibernate.boot.jaxb.hbm.internal.ExecuteUpdateResultCheckStyleConverter
 
fromXml(String) - Static method in class org.hibernate.boot.jaxb.hbm.internal.FlushModeConverter
 
fromXml(String) - Static method in class org.hibernate.boot.jaxb.hbm.internal.GenerationTimingConverter
 
fromXml(String) - Static method in class org.hibernate.boot.jaxb.hbm.internal.LockModeConverter
 
fromXml(String) - Static method in class org.hibernate.boot.jaxb.hbm.internal.OptimisticLockStyleConverter
 
fromXml(String) - Static method in class org.hibernate.boot.jaxb.hbm.internal.RepresentationModeConverter
 
fromXml(String) - Static method in class org.hibernate.boot.jaxb.mapping.marshall.AccessTypeMarshalling
 
fromXml(String) - Static method in class org.hibernate.boot.jaxb.mapping.marshall.CacheAccessTypeMarshalling
 
fromXml(String) - Static method in class org.hibernate.boot.jaxb.mapping.marshall.CacheModeMarshalling
 
fromXml(String) - Static method in class org.hibernate.boot.jaxb.mapping.marshall.CollectionClassificationMarshalling
 
fromXml(String) - Static method in class org.hibernate.boot.jaxb.mapping.marshall.ConstraintModeMarshalling
 
fromXml(String) - Static method in class org.hibernate.boot.jaxb.mapping.marshall.DiscriminatorTypeMarshalling
 
fromXml(String) - Static method in class org.hibernate.boot.jaxb.mapping.marshall.EnumTypeMarshalling
 
fromXml(String) - Static method in class org.hibernate.boot.jaxb.mapping.marshall.FetchTypeMarshalling
 
fromXml(String) - Static method in class org.hibernate.boot.jaxb.mapping.marshall.FlushModeMarshalling
 
fromXml(String) - Static method in class org.hibernate.boot.jaxb.mapping.marshall.GenerationTimingMarshalling
 
fromXml(String) - Static method in class org.hibernate.boot.jaxb.mapping.marshall.GenerationTypeMarshalling
 
fromXml(String) - Static method in class org.hibernate.boot.jaxb.mapping.marshall.InheritanceTypeMarshalling
 
fromXml(String) - Static method in class org.hibernate.boot.jaxb.mapping.marshall.LockModeTypeMarshalling
 
fromXml(String) - Static method in class org.hibernate.boot.jaxb.mapping.marshall.OnDeleteActionMarshalling
 
fromXml(String) - Static method in class org.hibernate.boot.jaxb.mapping.marshall.OptimisticLockStyleMarshalling
 
fromXml(String) - Static method in class org.hibernate.boot.jaxb.mapping.marshall.ParameterModeMarshalling
 
fromXml(String) - Static method in class org.hibernate.boot.jaxb.mapping.marshall.PolymorphismTypeMarshalling
 
fromXml(String) - Static method in class org.hibernate.boot.jaxb.mapping.marshall.ResultCheckStyleMarshalling
 
fromXml(String) - Static method in class org.hibernate.boot.jaxb.mapping.marshall.TemporalTypeMarshalling
 
fromXml(String) - Static method in class org.hibernate.boot.jaxb.mapping.marshall.UuidGeneratorStyleMarshalling
 
fromXMLString(String, Mapping) - Method in class org.hibernate.type.MetaType
Deprecated.
 
FULL - org.hibernate.engine.jdbc.spi.TypeSearchability
Type is fully searchable
FULL - org.hibernate.engine.spi.ValueInclusion
 
FULL - org.hibernate.query.sqm.tree.SqmJoinType
Represents a full join.
FULL - org.hibernate.sql.ast.SqlAstJoinType
Represents a full join.
FULL - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
FULL - Static variable in class org.hibernate.grammars.hql.HqlParser
 
FULL() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
FULL() - Method in class org.hibernate.grammars.hql.HqlParser.JoinTypeContext
 
fullDiscriminatorSQLValues - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
fullTargetName - Variable in class org.hibernate.grammars.hql.HqlParser.CastTargetTypeContext
 
FULLY_ANNOTATION_CONFIGURED_OPTION - Static variable in class org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor
Controls whether the processor should consider XML files
FULLY_DISABLE_PROP_NAME - Static variable in class org.hibernate.internal.util.securitymanager.SystemSecurityManager
 
FullyQualifiedReflectivePath - Class in org.hibernate.query.hql.internal
 
FullyQualifiedReflectivePath(FullyQualifiedReflectivePathSource, String) - Constructor for class org.hibernate.query.hql.internal.FullyQualifiedReflectivePath
 
FullyQualifiedReflectivePathSource - Interface in org.hibernate.query.hql.internal
 
FullyQualifiedReflectivePathTerminal - Class in org.hibernate.query.hql.internal
 
FullyQualifiedReflectivePathTerminal(FullyQualifiedReflectivePathSource, String, SqmCreationState) - Constructor for class org.hibernate.query.hql.internal.FullyQualifiedReflectivePathTerminal
 
function() - Method in class org.hibernate.grammars.hql.HqlParser
 
function() - Method in class org.hibernate.grammars.hql.HqlParser.FunctionExpressionContext
 
function() - Method in class org.hibernate.grammars.ordering.OrderingParser
 
function() - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionExpressionContext
 
function(String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Projection using a custom function
function(String, Class<T>, Expression<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
function(String, Class<T>, Expression<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
function(String, Class<T>, Expression<?>[]) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
function(String, Class<T>, Expression<?>[]) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
function(String, Object...) - Static method in class org.hibernate.envers.query.AuditEntity
Create restrictions or projections using a function.
FUNCTION - org.hibernate.dialect.GroupBySummarizationRenderingStrategy
Use the rollup or cube functions like specified in the SQL standard.
FUNCTION - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
FUNCTION - Static variable in class org.hibernate.grammars.hql.HqlParser
 
FUNCTION() - Method in class org.hibernate.grammars.hql.HqlParser.JpaNonstandardFunctionContext
 
FUNCTION() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
FUNCTION_CALL - org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
 
FUNCTION_NAME - Static variable in class org.hibernate.dialect.function.array.ArrayAggFunction
 
FUNCTION_NAME - Static variable in class org.hibernate.dialect.function.array.OracleArrayAggEmulation
 
FUNCTION_NAME - Static variable in class org.hibernate.dialect.function.ListaggGroupConcatEmulation
 
FUNCTION_NAME - Static variable in class org.hibernate.dialect.function.ListaggStringAggEmulation
 
FUNCTION_NAME - Static variable in class org.hibernate.dialect.function.ModeStatsModeEmulation
 
FUNCTION_NAME - Static variable in class org.hibernate.envers.function.OrderByFragmentFunction
 
FUNCTION_RETURN_TYPE_HINT - Static variable in interface org.hibernate.procedure.ProcedureCall
The hint key (for use with JPA's "hint system") indicating the function's return JDBC type code (aka, Types code)
functionAggregate(String, Class<T>, JpaPredicate, Expression<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
functionAggregate(String, Class<T>, JpaPredicate, Expression<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
functionAggregate(String, Class<T>, JpaPredicate, Expression<?>...) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
functionAggregate(String, Class<T>, JpaPredicate, JpaWindow, Expression<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create a generic aggregate function expression.
functionAggregate(String, Class<T>, JpaPredicate, JpaWindow, Expression<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
functionAggregate(String, Class<T>, JpaPredicate, JpaWindow, Expression<?>...) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
functionAggregate(String, Class<T>, JpaWindow, Expression<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
functionAggregate(String, Class<T>, JpaWindow, Expression<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
functionAggregate(String, Class<T>, JpaWindow, Expression<?>...) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
FunctionalDependencyAnalysisSupport - Interface in org.hibernate.dialect
Dialect support information for primary key functional dependency analysis within GROUP BY and ORDER BY clauses.
FunctionalDependencyAnalysisSupportImpl - Class in org.hibernate.dialect
 
FunctionalDependencyAnalysisSupportImpl(boolean, boolean, boolean) - Constructor for class org.hibernate.dialect.FunctionalDependencyAnalysisSupportImpl
 
FunctionalEntityManagerFactoryTesting - Annotation Type in org.hibernate.testing.orm.junit
Composite annotation for functional tests that require a functioning EntityManagerFactory.
functionArgument() - Method in class org.hibernate.grammars.ordering.OrderingParser
 
functionArgument() - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionArgumentsContext
 
functionArgument(int) - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionArgumentsContext
 
FunctionArgumentContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.ordering.OrderingParser.FunctionArgumentContext
 
FunctionArgumentException - Exception in org.hibernate.query.sqm.produce.function
Represents a problem with the argument list of a function in HQL/JPQL.
FunctionArgumentException(String) - Constructor for exception org.hibernate.query.sqm.produce.function.FunctionArgumentException
 
functionArguments() - Method in class org.hibernate.grammars.ordering.OrderingParser
 
functionArguments() - Method in class org.hibernate.grammars.ordering.OrderingParser.PackagedFunctionContext
 
functionArguments() - Method in class org.hibernate.grammars.ordering.OrderingParser.SimpleFunctionContext
 
FunctionArgumentsContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.ordering.OrderingParser.FunctionArgumentsContext
 
FunctionArgumentTypeResolver - Interface in org.hibernate.query.sqm.produce.function
Pluggable strategy for resolving a function argument type for a specific call.
FunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.FunctionContext
 
FunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.ordering.OrderingParser.FunctionContext
 
functionContributions(String) - Method in interface org.hibernate.spatial.HSMessageLogger
 
FunctionContributions - Interface in org.hibernate.boot.model
Allows custom function descriptors to be contributed to the eventual SqmFunctionRegistry, either by a Dialect or by a FunctionContributor.
FunctionContributor - Interface in org.hibernate.boot.model
On object that contributes custom HQL functions, eventually to a SqmFunctionRegistry, via an instance of FunctionContributions.
FunctionContributorImpl - Class in org.hibernate.envers.boot.internal
Envers specific FunctionContributor
FunctionContributorImpl() - Constructor for class org.hibernate.envers.boot.internal.FunctionContributorImpl
 
FunctionExpression - Class in org.hibernate.metamodel.mapping.ordering.ast
Represents a function used in an order-by fragment
FunctionExpression - Interface in org.hibernate.sql.ast.tree.expression
Models a function expression at the SQL AST level.
FunctionExpression(String, int) - Constructor for class org.hibernate.metamodel.mapping.ordering.ast.FunctionExpression
 
FunctionExpressionContext(HqlParser.PrimaryExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.FunctionExpressionContext
 
FunctionExpressionContext(OrderingParser.ExpressionContext) - Constructor for class org.hibernate.grammars.ordering.OrderingParser.FunctionExpressionContext
 
FunctionFunctionAuditExpression - Class in org.hibernate.envers.query.criteria.internal
An audit query criterion that defines a predicate where both sides are a function.
FunctionFunctionAuditExpression(AuditFunction, AuditFunction, String) - Constructor for class org.hibernate.envers.query.criteria.internal.FunctionFunctionAuditExpression
 
FunctionKey - Class in org.hibernate.spatial
A the key vor a SpatialFunction
FunctionKind - Enum in org.hibernate.query.sqm.function
The kind of function e.g.
FunctionParameterType - Enum in org.hibernate.query.sqm.produce.function
A mini-"type system" for HQL function parameters.
FunctionPropertyAuditExpression - Class in org.hibernate.envers.query.criteria.internal
An audit query criterion that defines a predicate that is a comparison between a function and an audit property expression.
FunctionPropertyAuditExpression(String, PropertyNameGetter, AuditFunction, String) - Constructor for class org.hibernate.envers.query.criteria.internal.FunctionPropertyAuditExpression
 
FunctionRenderer - Interface in org.hibernate.query.sqm.function
Support for SqmFunctionDescriptors that ultimately want to perform SQL rendering themselves.
FunctionRenderingSupport - Interface in org.hibernate.query.sqm.function
Deprecated, for removal: This API element is subject to removal in a future version.
Use FunctionRenderer instead
FunctionReturn<T> - Interface in org.hibernate.procedure
Describes the function return for ProcedureCalls that represent calls to a function ("{? = call ...} syntax) rather that a proc ({call ...} syntax)
FunctionReturnImpl<T> - Class in org.hibernate.procedure.internal
 
FunctionReturnImpl(ProcedureCallImplementor<T>, int) - Constructor for class org.hibernate.procedure.internal.FunctionReturnImpl
 
FunctionReturnImpl(ProcedureCallImplementor<T>, OutputableType<T>) - Constructor for class org.hibernate.procedure.internal.FunctionReturnImpl
 
FunctionReturnImplementor<T> - Interface in org.hibernate.procedure.spi
 
FunctionReturnTypeResolver - Interface in org.hibernate.query.sqm.produce.function
Pluggable strategy for resolving a function return type for a specific call.
FunctionTableGroup - Class in org.hibernate.sql.ast.tree.from
A special table group for a table valued functions.
FunctionTableGroup(NavigablePath, TableGroupProducer, FunctionExpression, String, List<String>, boolean, boolean, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.FunctionTableGroup
 
FunctionTableReference - Class in org.hibernate.sql.ast.tree.from
A table reference for a table valued function.
FunctionTableReference(FunctionExpression, String, List<String>, boolean, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.FunctionTableReference
 
functionWithinGroup(String, Class<T>, JpaOrder, Expression<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
functionWithinGroup(String, Class<T>, JpaOrder, Expression<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
functionWithinGroup(String, Class<T>, JpaOrder, Expression<?>...) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
functionWithinGroup(String, Class<T>, JpaOrder, JpaPredicate, Expression<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
functionWithinGroup(String, Class<T>, JpaOrder, JpaPredicate, Expression<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
functionWithinGroup(String, Class<T>, JpaOrder, JpaPredicate, Expression<?>...) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
functionWithinGroup(String, Class<T>, JpaOrder, JpaPredicate, JpaWindow, Expression<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create a generic ordered set-aggregate function expression.
functionWithinGroup(String, Class<T>, JpaOrder, JpaPredicate, JpaWindow, Expression<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
functionWithinGroup(String, Class<T>, JpaOrder, JpaPredicate, JpaWindow, Expression<?>...) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
functionWithinGroup(String, Class<T>, JpaOrder, JpaWindow, Expression<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
functionWithinGroup(String, Class<T>, JpaOrder, JpaWindow, Expression<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
functionWithinGroup(String, Class<T>, JpaOrder, JpaWindow, Expression<?>...) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 

G

G - org.hibernate.engine.jdbc.Size.LobMultiplier
 
GAMBIT - org.hibernate.testing.orm.domain.StandardDomainModel
 
GambitDomainModel - Class in org.hibernate.testing.orm.domain.gambit
 
GambitDomainModel() - Constructor for class org.hibernate.testing.orm.domain.gambit.GambitDomainModel
 
ge(Expression<? extends Number>, Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
ge(Expression<? extends Number>, Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
ge(Expression<? extends Number>, Expression<? extends Number>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
ge(Expression<? extends Number>, Expression<? extends Number>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
ge(Expression<? extends Number>, Number) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
ge(Expression<? extends Number>, Number) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
ge(Expression<? extends Number>, Number) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
ge(Expression<? extends Number>, Number) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
ge(Object) - Method in class org.hibernate.envers.query.criteria.AuditFunction
Apply a "greater than or equal" constraint
ge(T) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "greater than or equal" constraint
geFunction(AuditFunction) - Method in class org.hibernate.envers.query.criteria.AuditFunction
Apply a "greater than or equal" constraint to another function
geFunction(AuditFunction) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "greater than or equal" constraint to a function
GenderConverter() - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityOfBasics.GenderConverter
 
generalizedLiteral() - Method in class org.hibernate.grammars.hql.HqlParser
 
generalizedLiteral() - Method in class org.hibernate.grammars.hql.HqlParser.LiteralContext
 
GeneralizedLiteralContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.GeneralizedLiteralContext
 
generalizedLiteralText() - Method in class org.hibernate.grammars.hql.HqlParser.GeneralizedLiteralContext
 
generalizedLiteralText() - Method in class org.hibernate.grammars.hql.HqlParser
 
GeneralizedLiteralTextContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.GeneralizedLiteralTextContext
 
generalizedLiteralType() - Method in class org.hibernate.grammars.hql.HqlParser.GeneralizedLiteralContext
 
generalizedLiteralType() - Method in class org.hibernate.grammars.hql.HqlParser
 
GeneralizedLiteralTypeContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.GeneralizedLiteralTypeContext
 
GeneralPathExpressionContext(HqlParser.PrimaryExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.GeneralPathExpressionContext
 
generalPathFragment() - Method in class org.hibernate.grammars.hql.HqlParser.GeneralPathExpressionContext
 
generalPathFragment() - Method in class org.hibernate.grammars.hql.HqlParser
 
generalPathFragment() - Method in class org.hibernate.grammars.hql.HqlParser.IndexedPathAccessFragmentContext
 
generalPathFragment() - Method in class org.hibernate.grammars.hql.HqlParser.PathContext
 
GeneralPathFragmentContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.GeneralPathFragmentContext
 
generate() - Method in class org.hibernate.envers.internal.revisioninfo.DefaultRevisionInfoGenerator
 
generate() - Method in interface org.hibernate.envers.internal.revisioninfo.RevisionInfoGenerator
 
generate(SharedSessionContractImplementor, Object) - Method in class org.hibernate.id.Assigned
 
generate(SharedSessionContractImplementor, Object) - Method in class org.hibernate.id.CompositeNestedGeneratedValueGenerator
 
generate(SharedSessionContractImplementor, Object) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
generate(SharedSessionContractImplementor, Object) - Method in class org.hibernate.id.enhanced.TableGenerator
 
generate(SharedSessionContractImplementor, Object) - Method in class org.hibernate.id.ForeignGenerator
Deprecated.
 
generate(SharedSessionContractImplementor, Object) - Method in class org.hibernate.id.GUIDGenerator
Deprecated.
 
generate(SharedSessionContractImplementor, Object) - Method in interface org.hibernate.id.IdentifierGenerator
Generate a new identifier.
generate(SharedSessionContractImplementor, Object) - Method in class org.hibernate.id.IncrementGenerator
 
generate(SharedSessionContractImplementor, Object) - Method in class org.hibernate.id.UUIDGenerator
Deprecated.
 
generate(SharedSessionContractImplementor, Object) - Method in class org.hibernate.id.UUIDHexGenerator
Deprecated.
 
generate(SharedSessionContractImplementor, Object, Object, EventType) - Method in interface org.hibernate.generator.BeforeExecutionGenerator
Generate a value.
generate(SharedSessionContractImplementor, Object, Object, EventType) - Method in class org.hibernate.generator.internal.CurrentTimestampGeneration
 
generate(SharedSessionContractImplementor, Object, Object, EventType) - Method in class org.hibernate.generator.internal.SourceGeneration
Deprecated.
 
generate(SharedSessionContractImplementor, Object, Object, EventType) - Method in class org.hibernate.generator.internal.TenantIdGeneration
 
generate(SharedSessionContractImplementor, Object, Object, EventType) - Method in class org.hibernate.generator.internal.VersionGeneration
 
generate(SharedSessionContractImplementor, Object, Object, EventType) - Method in interface org.hibernate.id.IdentifierGenerator
Generate a value.
generate(SharedSessionContractImplementor, Object, Object, EventType) - Method in class org.hibernate.id.uuid.UuidGenerator
 
generate(SharedSessionContractImplementor, Object, Object, EventType) - Method in interface org.hibernate.tuple.ValueGeneration
Deprecated.
 
generate(SharedSessionContractImplementor, Object, Object, EventType) - Method in class org.hibernate.tuple.VmValueGeneration
Deprecated.
 
generate(AccessCallback) - Method in class org.hibernate.id.enhanced.HiLoOptimizer
 
generate(AccessCallback) - Method in class org.hibernate.id.enhanced.LegacyHiLoAlgorithmOptimizer
 
generate(AccessCallback) - Method in class org.hibernate.id.enhanced.NoopOptimizer
 
generate(AccessCallback) - Method in interface org.hibernate.id.enhanced.Optimizer
Generate an identifier value accounting for this specific optimization.
generate(AccessCallback) - Method in class org.hibernate.id.enhanced.PooledLoOptimizer
 
generate(AccessCallback) - Method in class org.hibernate.id.enhanced.PooledLoThreadLocalOptimizer
 
generate(AccessCallback) - Method in class org.hibernate.id.enhanced.PooledOptimizer
 
GENERATE_STATISTICS - Static variable in interface org.hibernate.cfg.StatisticsSettings
When enabled, specifies that statistics should be collected.
generateAggregateSqmExpression(List<? extends SqmTypedNode<?>>, SqmPredicate, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
 
generateAggregateSqmExpression(List<? extends SqmTypedNode<?>>, SqmPredicate, ReturnableType<T>, QueryEngine) - Method in interface org.hibernate.query.sqm.function.SqmFunctionDescriptor
generateAlias() - Method in class org.hibernate.envers.internal.tools.query.QueryBuilder
 
generateAlias(String) - Static method in class org.hibernate.internal.util.StringHelper
 
generateAlias(String, int) - Static method in class org.hibernate.internal.util.StringHelper
Generate a nice alias for the given class name or collection role name and unique integer.
generateBidirectionalCollectionChangeWorkUnits(AuditProcess, EntityPersister, String, Object[], Object[], SessionImplementor) - Method in class org.hibernate.envers.event.spi.BaseEnversEventListener
 
generateCacheKey(Object, CollectionPersister, SessionFactoryImplementor, String) - Method in interface org.hibernate.cache.spi.access.CollectionDataAccess
To create instances of CollectionCacheKey for this region, Hibernate will invoke this method exclusively so that generated implementations can generate optimised keys.
generateCacheKey(Object, CollectionPersister, SessionFactoryImplementor, String) - Method in class org.hibernate.cache.spi.support.AbstractCollectionDataAccess
 
generateCacheKey(Object, CollectionPersister, SessionFactoryImplementor, String) - Method in class org.hibernate.cache.spi.support.CollectionReadWriteAccess
 
generateCacheKey(Object, EntityPersister, SessionFactoryImplementor, String) - Method in interface org.hibernate.cache.spi.access.EntityDataAccess
To create instances of keys for this region, Hibernate will invoke this method exclusively so that generated implementations can generate optimised keys.
generateCacheKey(Object, EntityPersister, SessionFactoryImplementor, String) - Method in class org.hibernate.cache.spi.support.AbstractEntityDataAccess
 
generateCacheKey(Object, EntityPersister, SessionFactoryImplementor, String) - Method in class org.hibernate.cache.spi.support.EntityReadWriteAccess
 
generateCacheKey(Object, EntityPersister, SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.access.NaturalIdDataAccess
To create instances of NaturalIdCacheKey for this region, Hibernate will invoke this method exclusively so that generated implementations can generate optimised keys.
generateCacheKey(Object, EntityPersister, SharedSessionContractImplementor) - Method in class org.hibernate.cache.spi.support.AbstractNaturalIdDataAccess
 
generateCacheKey(Object, EntityPersister, SharedSessionContractImplementor) - Method in class org.hibernate.cache.spi.support.NaturalIdReadWriteAccess
 
generateCollectionAccess(CollectionDataCachingConfig) - Method in class org.hibernate.cache.spi.support.AbstractDomainDataRegion
 
generateCollectionAccess(CollectionDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
 
generateCreationCommands(Metadata, boolean) - Method in class org.hibernate.tool.schema.internal.SchemaCreatorImpl
For testing...
generated - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
 
generated - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
generated - Variable in class org.hibernate.boot.jaxb.mapping.JaxbBasic
 
Generated - Annotation Type in org.hibernate.annotations
Specifies that the value of the annotated property is generated by the database.
GeneratedAlwaysGeneration - Class in org.hibernate.generator.internal
GeneratedAlwaysGeneration() - Constructor for class org.hibernate.generator.internal.GeneratedAlwaysGeneration
 
generatedAs(String) - Method in class org.hibernate.dialect.AbstractHANADialect
 
generatedAs(String) - Method in class org.hibernate.dialect.DB2Dialect
 
generatedAs(String) - Method in class org.hibernate.dialect.Dialect
The generated as clause, or similar, for generated column declarations in DDL statements.
generatedAs(String) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
generatedAs(String) - Method in class org.hibernate.dialect.H2Dialect
 
generatedAs(String) - Method in class org.hibernate.dialect.OracleDialect
 
generatedAs(String) - Method in class org.hibernate.dialect.SQLServerDialect
 
generateData(Object) - Method in class org.hibernate.envers.internal.synchronization.work.AddWorkUnit
 
generateData(Object) - Method in interface org.hibernate.envers.internal.synchronization.work.AuditWorkUnit
 
generateData(Object) - Method in class org.hibernate.envers.internal.synchronization.work.CollectionChangeWorkUnit
 
generateData(Object) - Method in class org.hibernate.envers.internal.synchronization.work.DelWorkUnit
 
generateData(Object) - Method in class org.hibernate.envers.internal.synchronization.work.FakeBidirectionalRelationWorkUnit
 
generateData(Object) - Method in class org.hibernate.envers.internal.synchronization.work.ModWorkUnit
 
generateData(Object) - Method in class org.hibernate.envers.internal.synchronization.work.PersistentCollectionChangeWorkUnit
 
generateDataMap() - Method in class org.hibernate.metamodel.internal.AbstractDynamicMapInstantiator
 
generatedBy() - Method in annotation type org.hibernate.annotations.ValueGenerationType
A class which implements Generator.
GeneratedColumn - Annotation Type in org.hibernate.annotations
Specifies that a column is defined using a DDL generated always as clause or equivalent, and that Hibernate should fetch the generated value from the database after each SQL INSERT or UPDATE.
generatedConstraintNamePrefix() - Method in class org.hibernate.mapping.Constraint
 
generatedConstraintNamePrefix() - Method in class org.hibernate.mapping.ForeignKey
 
generatedConstraintNamePrefix() - Method in class org.hibernate.mapping.PrimaryKey
 
generatedConstraintNamePrefix() - Method in class org.hibernate.mapping.UniqueKey
 
generateDelayedEntityKey() - Method in class org.hibernate.action.internal.EntityIdentityInsertAction
 
generateDeleteAllAst(MutatingTableReference) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
generateDeleteAllAst(MutatingTableReference) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
generateDeleteAllAst(MutatingTableReference) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
generateDeleteRowAst(MutatingTableReference) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
generateDeleteString(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Deprecated, for removal: This API element is subject to removal in a future version.
No longer used. See DeleteCoordinatorStandard
generateDetectRowByElementString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
generateDetectRowByIndexString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
GeneratedGeneration - Class in org.hibernate.generator.internal
A fairly generic OnExecutionGenerator which marks a property as generated in the database with semantics given explicitly by a @Generated annotation.
GeneratedGeneration(Generated) - Constructor for class org.hibernate.generator.internal.GeneratedGeneration
 
GeneratedGeneration(GenerationTime) - Constructor for class org.hibernate.generator.internal.GeneratedGeneration
 
generateDiscriminatorMapping(PersistentClass, MappingModelCreationProcess) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateDiscriminatorMapping(PersistentClass, MappingModelCreationProcess) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
generateDiscriminatorMapping(PersistentClass, MappingModelCreationProcess) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
generatedOnExecution() - Method in interface org.hibernate.generator.BeforeExecutionGenerator
 
generatedOnExecution() - Method in interface org.hibernate.generator.Generator
Determines if the property value is generated when a row is written to the database, or in Java code that executes before the row is written.
generatedOnExecution() - Method in class org.hibernate.generator.internal.CurrentTimestampGeneration
 
generatedOnExecution() - Method in interface org.hibernate.generator.OnExecutionGenerator
 
generatedOnExecution() - Method in interface org.hibernate.tuple.ValueGeneration
Deprecated.
Determines if the property value is generated in Java, or by the database.
generatedOnExecution(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.generator.Generator
Determines if the property value is generated when a row is written to the database, or in Java code that executes before the row is written.
generatedValue - Variable in class org.hibernate.boot.jaxb.mapping.JaxbId
 
generatedValue - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Id
 
GeneratedValue - Class in org.hibernate.jpamodelgen.xml.jaxb
 
GeneratedValue() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.GeneratedValue
 
GeneratedValuesProcessor - Class in org.hibernate.metamodel.mapping.internal
Responsible for retrieving database-generated attribute values after an insert or update statement is executed.
GeneratedValuesProcessor(EntityMappingType, EventType, SessionFactoryImplementor) - Constructor for class org.hibernate.metamodel.mapping.internal.GeneratedValuesProcessor
 
generateDynamicInsertSqlGroup(boolean[], Object, SharedSessionContractImplementor, boolean) - Method in class org.hibernate.persister.entity.mutation.InsertCoordinator
 
generateDynamicUpdateGroup(Object, Object, Object, Object[], UpdateCoordinatorStandard.UpdateValuesAnalysisImpl, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard
 
generateEntityAccess(EntityDataCachingConfig) - Method in class org.hibernate.cache.spi.support.AbstractDomainDataRegion
 
generateEntityAccess(EntityDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
 
generateEntityKey(Object, EntityPersister) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
generateEntityKey(Object, EntityPersister) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Instantiate an EntityKey with the given id and for the entity represented by the given EntityPersister.
generateEntityKey(Object, EntityPersister) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
generateEntityKey(Object, EntityPersister) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
generateFetch(FetchParent, NavigablePath, FetchTiming, boolean, String, DomainResultCreationState) - Method in class org.hibernate.metamodel.internal.AbstractCompositeIdentifierMapping
 
generateFetch(FetchParent, NavigablePath, FetchTiming, boolean, String, DomainResultCreationState) - Method in interface org.hibernate.metamodel.mapping.EntityDiscriminatorMapping
 
generateFetch(FetchParent, NavigablePath, FetchTiming, boolean, String, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.AbstractDiscriminatorMapping
 
generateFetch(FetchParent, NavigablePath, FetchTiming, boolean, String, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.AbstractEntityCollectionPart
 
generateFetch(FetchParent, NavigablePath, FetchTiming, boolean, String, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.AnyDiscriminatorPart
 
generateFetch(FetchParent, NavigablePath, FetchTiming, boolean, String, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.AnyKeyPart
 
generateFetch(FetchParent, NavigablePath, FetchTiming, boolean, String, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.BasicAttributeMapping
 
generateFetch(FetchParent, NavigablePath, FetchTiming, boolean, String, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.BasicEntityIdentifierMappingImpl
 
generateFetch(FetchParent, NavigablePath, FetchTiming, boolean, String, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.BasicValuedCollectionPart
 
generateFetch(FetchParent, NavigablePath, FetchTiming, boolean, String, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.CaseStatementDiscriminatorMappingImpl
 
generateFetch(FetchParent, NavigablePath, FetchTiming, boolean, String, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.CollectionIdentifierDescriptorImpl
 
generateFetch(FetchParent, NavigablePath, FetchTiming, boolean, String, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationAttributeMapping
 
generateFetch(FetchParent, NavigablePath, FetchTiming, boolean, String, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationMapping
 
generateFetch(FetchParent, NavigablePath, FetchTiming, boolean, String, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedCollectionPart
 
generateFetch(FetchParent, NavigablePath, FetchTiming, boolean, String, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedAttributeMapping
 
generateFetch(FetchParent, NavigablePath, FetchTiming, boolean, String, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedCollectionPart
 
generateFetch(FetchParent, NavigablePath, FetchTiming, boolean, String, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.EntityVersionMappingImpl
 
generateFetch(FetchParent, NavigablePath, FetchTiming, boolean, String, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.NonAggregatedIdentifierMappingImpl
 
generateFetch(FetchParent, NavigablePath, FetchTiming, boolean, String, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
generateFetch(FetchParent, NavigablePath, FetchTiming, boolean, String, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
generateFetch(FetchParent, NavigablePath, FetchTiming, boolean, String, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
generateFetch(FetchParent, NavigablePath, FetchTiming, boolean, String, DomainResultCreationState) - Method in class org.hibernate.query.derived.AnonymousTupleBasicValuedModelPart
 
generateFetch(FetchParent, NavigablePath, FetchTiming, boolean, String, DomainResultCreationState) - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddableValuedModelPart
 
generateFetch(FetchParent, NavigablePath, FetchTiming, boolean, String, DomainResultCreationState) - Method in interface org.hibernate.sql.results.graph.entity.EntityValuedFetchable
 
generateFetch(FetchParent, NavigablePath, FetchTiming, boolean, String, DomainResultCreationState) - Method in interface org.hibernate.sql.results.graph.Fetchable
Generates a Fetch of this fetchable
generateFetchableFetch(Fetchable, NavigablePath, FetchTiming, boolean, String, DomainResultCreationState) - Method in class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableForeignKeyResultImpl
 
generateFetchableFetch(Fetchable, NavigablePath, FetchTiming, boolean, String, DomainResultCreationState) - Method in interface org.hibernate.sql.results.graph.FetchParent
 
generateFilterConditionAlias(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateFilterConditionAlias(String) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
generateFilterConditionAlias(String) - Method in interface org.hibernate.persister.entity.Queryable
Deprecated.
The alias used for any filter conditions (mapped where-fragments or enabled-filters).
generateFirstPass(ClassAuditingData, EntityMappingData, boolean) - Method in class org.hibernate.envers.configuration.internal.metadata.AuditMetadataGenerator
 
generateHashCode(String, String, Type, Object, SessionFactoryImplementor) - Static method in class org.hibernate.engine.spi.EntityUniqueKey
 
generateHashedConstraintName(String, Identifier, List<Identifier>) - Method in class org.hibernate.boot.model.naming.NamingHelper
If a constraint is not explicitly named, this is called to generate a unique hash using the table and column names.
generateHashedConstraintName(String, Identifier, Identifier...) - Method in class org.hibernate.boot.model.naming.NamingHelper
If a constraint is not explicitly named, this is called to generate a unique hash using the table and column names.
generateHashedFkName(String, Identifier, Identifier, List<Identifier>) - Method in class org.hibernate.boot.model.naming.NamingHelper
If a foreign-key is not explicitly named, this is called to generate a unique hash using the table and column names.
generateHashedFkName(String, Identifier, Identifier, Identifier...) - Method in class org.hibernate.boot.model.naming.NamingHelper
If a foreign-key is not explicitly named, this is called to generate a unique hash using the table and column names.
generateIdentifierMapping(Supplier<?>, PersistentClass, MappingModelCreationProcess) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateIdentifierMapping(Supplier<?>, PersistentClass, MappingModelCreationProcess) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
generateImports() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
 
generateImports() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaPackage
 
generateImports() - Method in class org.hibernate.jpamodelgen.ImportContextImpl
 
generateImports() - Method in interface org.hibernate.jpamodelgen.model.ImportContext
 
generateImports() - Method in interface org.hibernate.jpamodelgen.model.Metamodel
 
generateImports() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaEntity
 
generateInsertInitCommand(SqlStringGenerationContext) - Method in class org.hibernate.id.enhanced.TableGenerator
 
generateJdbcParamsXref(DomainParameterXref, JdbcParameterBySqmParameterAccess) - Static method in class org.hibernate.query.sqm.internal.SqmUtil
 
generateJoinPredicate(TableGroup, TableGroup, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
 
generateJoinPredicate(TableGroup, TableGroup, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedForeignKeyDescriptor
 
generateJoinPredicate(TableGroup, TableGroup, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
generateJoinPredicate(TableReference, TableReference, String[], String[], SqlAstCreationState) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateJoinPredicate(TableReference, TableReference, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
 
generateJoinPredicate(TableReference, TableReference, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedForeignKeyDescriptor
 
generateJoinPredicate(TableReference, TableReference, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
generateLeastSignificantBits(long) - Static method in class org.hibernate.id.uuid.CustomVersionOneStrategy
 
generateLocalObjectUuid() - Static method in class org.hibernate.id.uuid.LocalObjectUuidHelper
 
generateLocker(LockMode) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateLockString() - Method in class org.hibernate.dialect.lock.PessimisticReadUpdateLockingStrategy
 
generateLockString() - Method in class org.hibernate.dialect.lock.PessimisticWriteUpdateLockingStrategy
 
generateLockString() - Method in class org.hibernate.dialect.lock.UpdateLockingStrategy
 
generateLockString(int) - Method in class org.hibernate.dialect.lock.AbstractSelectLockingStrategy
 
generateLockString(int) - Method in class org.hibernate.dialect.lock.PessimisticReadSelectLockingStrategy
 
generateLockString(int) - Method in class org.hibernate.dialect.lock.PessimisticWriteSelectLockingStrategy
 
generateLockString(int) - Method in class org.hibernate.dialect.lock.SelectLockingStrategy
 
generateMap() - Method in class org.hibernate.tuple.DynamicMapInstantiator
Deprecated.
 
generateMatchingIdSelectQuery(EntityMappingType, SqmDeleteOrUpdateStatement, DomainParameterXref, Predicate, MultiTableSqmMutationConverter, SessionFactoryImplementor) - Static method in class org.hibernate.query.sqm.mutation.internal.MatchingIdSelectionHelper
 
generateMatchingIdSelectStatement(EntityMappingType, SqmDeleteOrUpdateStatement, boolean, Predicate, MultiTableSqmMutationConverter, DomainQueryExecutionContext, SessionFactoryImplementor) - Static method in class org.hibernate.query.sqm.mutation.internal.MatchingIdSelectionHelper
 
generateMatchingIdSelectStatement(SqmDeleteOrUpdateStatement<?>, EntityMappingType) - Static method in class org.hibernate.query.sqm.mutation.internal.MatchingIdSelectionHelper
 
generateName(String, Table, List<Column>) - Static method in class org.hibernate.mapping.Constraint
generateName(String, Table, Column...) - Static method in class org.hibernate.mapping.Constraint
If a constraint is not explicitly named, this is called to generate a unique hash using the table and column names.
generateNaturalIdAccess(NaturalIdDataCachingConfig) - Method in class org.hibernate.cache.spi.support.AbstractDomainDataRegion
 
generateNaturalIdAccess(NaturalIdDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
 
generateNaturalIdMapping(MappingModelCreationProcess, PersistentClass) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateNewAlias() - Method in interface org.hibernate.sql.ast.spi.SqlAliasBase
Generates a new alias based on the stem
generateNewAlias() - Method in class org.hibernate.sql.ast.spi.SqlAliasBaseConstant
 
generateNewAlias() - Method in class org.hibernate.sql.ast.spi.SqlAliasBaseImpl
 
generateNonEncapsulatedCompositeIdentifierMapping(MappingModelCreationProcess, PersistentClass) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateNonEncapsulatedCompositeIdentifierMapping(MappingModelCreationProcess, PersistentClass) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
generateNonIdAttributeMapping(NonIdentifierAttribute, Property, int, int, MappingModelCreationProcess) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateNonSelectInterpretationsKey() - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
generateNonSelectKey(SqmInterpretationsKey.InterpretationsKeySource) - Static method in class org.hibernate.query.sqm.internal.SqmInterpretationsKey
 
generateNonStrictReadWriteEntityAccess(EntityDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
 
generateNonStrictReadWriteNaturalIdAccess(NaturalIdDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
 
generateOperationGroup(Object, Object[], boolean, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.AbstractDeleteCoordinator
 
generateOperationGroup(Object, Object[], boolean, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.DeleteCoordinatorSoft
 
generateOperationGroup(Object, Object[], boolean, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.DeleteCoordinatorStandard
 
generateOrderedSetAggregateSqmExpression(List<? extends SqmTypedNode<?>>, SqmPredicate, SqmOrderByClause, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
 
generateOrderedSetAggregateSqmExpression(List<? extends SqmTypedNode<?>>, SqmPredicate, SqmOrderByClause, ReturnableType<T>, QueryEngine) - Method in interface org.hibernate.query.sqm.function.SqmFunctionDescriptor
Like SqmFunctionDescriptor.generateSqmExpression(List, ReturnableType, QueryEngine), but also accepts a filter predicate and an order by clause.
generateProxy(byte[]) - Static method in class org.hibernate.engine.jdbc.BlobProxy
Generates a BlobImpl using byte data.
generateProxy(InputStream, long) - Static method in class org.hibernate.engine.jdbc.BlobProxy
Generates a BlobImpl proxy using a given number of bytes from an InputStream.
generateProxy(Reader, long) - Static method in class org.hibernate.engine.jdbc.ClobProxy
Generates a Clob proxy using a character reader of given length.
generateProxy(Reader, long) - Static method in class org.hibernate.engine.jdbc.NClobProxy
Generates a NClob proxy using a character reader of given length.
generateProxy(InvocationHandler, Class...) - Method in class org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl
 
generateProxy(InvocationHandler, Class...) - Method in interface org.hibernate.boot.registry.classloading.spi.ClassLoaderService
 
generateProxy(String) - Static method in class org.hibernate.engine.jdbc.ClobProxy
Generates a Clob proxy using the string data.
generateProxy(String) - Static method in class org.hibernate.engine.jdbc.NClobProxy
Generates a Clob proxy using the string data.
generateProxy(Blob) - Static method in class org.hibernate.engine.jdbc.SerializableBlobProxy
Generates a SerializableBlob proxy wrapping the provided Blob object.
generateProxy(Clob) - Static method in class org.hibernate.engine.jdbc.SerializableClobProxy
Generates a SerializableClobProxy proxy wrapping the provided Clob object.
generateProxy(NClob) - Static method in class org.hibernate.engine.jdbc.SerializableNClobProxy
Generates a SerializableNClobProxy proxy wrapping the provided NClob object.
generateQueryException(String) - Method in exception org.hibernate.QueryException
Called from QueryException.wrapWithQueryString(String) when we really need to generate a new QueryException (or subclass).
generateQueryException(String) - Method in exception org.hibernate.QueryParameterException
 
generateQueryKeyMemento(SharedSessionContractImplementor) - Method in class org.hibernate.procedure.internal.ProcedureParamBindings
 
generateQueryKeyMemento(SharedSessionContractImplementor) - Method in class org.hibernate.query.internal.QueryParameterBindingsImpl
 
generateQueryKeyMemento(SharedSessionContractImplementor) - Method in interface org.hibernate.query.spi.QueryParameterBindings
Generate a "memento" for these parameter bindings that can be used in creating a QueryKey
generateReadOnlyEntityAccess(EntityDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
 
generateReadOnlyNaturalIdAccess(NaturalIdDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
 
generateReadWriteEntityAccess(EntityDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
 
generateReadWriteNaturalIdAccess(NaturalIdDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
 
generateResultMapping(boolean) - Method in class org.hibernate.query.sql.internal.ResultSetMappingProcessor
 
generateSchema() - Method in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl
 
generateSchema() - Method in interface org.hibernate.jpa.boot.spi.EntityManagerFactoryBuilder
Perform an explicit schema generation (rather than an "auto" one) based on the
generateSchema(PersistenceUnitInfo, Map) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
 
generateSchema(String, Map) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
 
generateSecondPass(String, PersistentClass) - Method in class org.hibernate.envers.configuration.internal.metadata.IdMetadataGenerator
 
generateSecondPass(ClassAuditingData, EntityMappingData) - Method in class org.hibernate.envers.configuration.internal.metadata.AuditMetadataGenerator
 
generateSelectSizeString(boolean) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
generateSelectVersionString() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Generate the SQL that selects the version number by id
generateSoftDeleteRowsAst(MutatingTableReference) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
generatesOnInsert() - Method in interface org.hibernate.generator.Generator
 
generatesOnUpdate() - Method in interface org.hibernate.generator.Generator
 
generateSQLDeleteStrings(Object[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Deprecated, for removal: This API element is subject to removal in a future version.
generateSqmAggregateFunctionExpression(List<? extends SqmTypedNode<?>>, SqmPredicate, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
Return an SQM node or subtree representing an invocation of this aggregate function with the given arguments.
generateSqmAggregateFunctionExpression(List<? extends SqmTypedNode<?>>, SqmPredicate, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.query.sqm.function.AbstractSqmSelfRenderingFunctionDescriptor
 
generateSqmExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
 
generateSqmExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine) - Method in interface org.hibernate.query.sqm.function.SqmFunctionDescriptor
Instantiate this template with the given arguments and expected return type.
generateSqmExpression(ReturnableType<T>, QueryEngine) - Method in interface org.hibernate.query.sqm.function.SqmFunctionDescriptor
Convenience for no arguments.
generateSqmExpression(SqmTypedNode<?>, ReturnableType<T>, QueryEngine) - Method in interface org.hibernate.query.sqm.function.SqmFunctionDescriptor
Convenience for a single argument.
generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.dialect.function.CastStrEmulation
 
generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.dialect.function.CoalesceIfnullEmulation
 
generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.dialect.function.DateTruncEmulation
 
generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.dialect.function.ExtractFunction
 
generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.dialect.function.FormatFunction
 
generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.dialect.function.InsertSubstringOverlayEmulation
 
generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.dialect.function.LocatePositionEmulation
 
generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.dialect.function.LpadRpadPadEmulation
 
generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.dialect.function.NvlCoalesceEmulation
 
generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.dialect.function.OracleTruncFunction
 
generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.dialect.function.PostgreSQLTruncFunction
 
generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.dialect.function.PostgreSQLTruncRoundFunction
 
generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.dialect.function.SqlServerConvertTruncFunction
 
generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.dialect.function.SybaseTruncFunction
 
generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.dialect.function.TransactSQLStrFunction
 
generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.dialect.function.TruncFunction
 
generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.envers.function.OrderByFragmentFunction
 
generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
Return an SQM node or subtree representing an invocation of this function with the given arguments.
generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.query.sqm.function.AbstractSqmSelfRenderingFunctionDescriptor
 
generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.query.sqm.function.JdbcEscapeFunctionDescriptor
 
generateSqmFunctionExpression(List<? extends SqmTypedNode<?>>, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.query.sqm.function.MultipatternSqmFunctionDescriptor
 
generateSqmOrderedSetAggregateFunctionExpression(List<? extends SqmTypedNode<?>>, SqmPredicate, SqmOrderByClause, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.dialect.function.array.OracleArrayAggEmulation
 
generateSqmOrderedSetAggregateFunctionExpression(List<? extends SqmTypedNode<?>>, SqmPredicate, SqmOrderByClause, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.dialect.function.HypotheticalSetWindowEmulation
 
generateSqmOrderedSetAggregateFunctionExpression(List<? extends SqmTypedNode<?>>, SqmPredicate, SqmOrderByClause, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.dialect.function.InverseDistributionFunction
 
generateSqmOrderedSetAggregateFunctionExpression(List<? extends SqmTypedNode<?>>, SqmPredicate, SqmOrderByClause, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.dialect.function.InverseDistributionWindowEmulation
 
generateSqmOrderedSetAggregateFunctionExpression(List<? extends SqmTypedNode<?>>, SqmPredicate, SqmOrderByClause, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
Return an SQM node or subtree representing an invocation of this ordered set-aggregate function with the given arguments.
generateSqmOrderedSetAggregateFunctionExpression(List<? extends SqmTypedNode<?>>, SqmPredicate, SqmOrderByClause, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.query.sqm.function.AbstractSqmSelfRenderingFunctionDescriptor
 
generateSqmWindowFunctionExpression(List<? extends SqmTypedNode<?>>, SqmPredicate, Boolean, Boolean, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
Return an SQM node or subtree representing an invocation of this window function with the given arguments.
generateSqmWindowFunctionExpression(List<? extends SqmTypedNode<?>>, SqmPredicate, Boolean, Boolean, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.query.sqm.function.AbstractSqmSelfRenderingFunctionDescriptor
 
generatesSometimes() - Method in interface org.hibernate.generator.Generator
 
generateStaticOperationGroup() - Method in class org.hibernate.persister.entity.mutation.InsertCoordinator
 
generateStatistics() - Method in annotation type org.hibernate.testing.orm.junit.Jpa
 
generateStatistics() - Method in annotation type org.hibernate.testing.orm.junit.SessionFactory
 
generateStemFromAttributeName(String) - Method in class org.hibernate.sql.ast.spi.SqlAliasStemHelper
 
generateStemFromEntityName(String) - Method in class org.hibernate.sql.ast.spi.SqlAliasStemHelper
 
generateSubquery(Map<String, EntityNameUse>) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
generateSubquery(PersistentClass, Metadata) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
generateTableAlias(String, int) - Static method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateTableReferenceJoin(TableReference, String, SqlAliasBase, boolean, String[], SqlAstCreationState) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateTransactionalCollectionDataAccess(CollectionDataCachingConfig) - Method in class org.hibernate.cache.jcache.internal.JCacheDomainDataRegionImpl
 
generateTransactionalCollectionDataAccess(CollectionDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionImpl
 
generateTransactionalCollectionDataAccess(CollectionDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
 
generateTransactionalEntityDataAccess(EntityDataCachingConfig) - Method in class org.hibernate.cache.jcache.internal.JCacheDomainDataRegionImpl
 
generateTransactionalEntityDataAccess(EntityDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionImpl
 
generateTransactionalEntityDataAccess(EntityDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
 
generateTransactionalNaturalIdDataAccess(NaturalIdDataCachingConfig) - Method in class org.hibernate.cache.jcache.internal.JCacheDomainDataRegionImpl
 
generateTransactionalNaturalIdDataAccess(NaturalIdDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionImpl
 
generateTransactionalNaturalIdDataAccess(NaturalIdDataCachingConfig) - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
 
generateUuid(SharedSessionContractImplementor) - Method in class org.hibernate.id.uuid.CustomVersionOneStrategy
 
generateUuid(SharedSessionContractImplementor) - Method in class org.hibernate.id.uuid.StandardRandomStrategy
 
generateUUID(SharedSessionContractImplementor) - Method in class org.hibernate.id.uuid.CustomVersionOneStrategy
 
generateUUID(SharedSessionContractImplementor) - Method in class org.hibernate.id.uuid.StandardRandomStrategy
Delegates to UUID.randomUUID()
generateUUID(SharedSessionContractImplementor) - Method in interface org.hibernate.id.UUIDGenerationStrategy
Deprecated.
Generate the UUID.
generateValue(Session, Object) - Method in interface org.hibernate.tuple.ValueGenerator
Deprecated.
Generate the value.
generateValue(Session, Object, Object) - Method in interface org.hibernate.tuple.ValueGenerator
Deprecated.
Generate the value.
generateVersionMapping(Supplier<?>, PersistentClass, MappingModelCreationProcess) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateVersionMapping(Supplier<?>, PersistentClass, MappingModelCreationProcess) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
generateVersionMapping(AbstractEntityPersister, Supplier<?>, PersistentClass, MappingModelCreationProcess) - Static method in class org.hibernate.persister.entity.AbstractEntityPersister
 
generateWindowSqmExpression(List<? extends SqmTypedNode<?>>, SqmPredicate, Boolean, Boolean, ReturnableType<T>, QueryEngine) - Method in class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
 
generateWindowSqmExpression(List<? extends SqmTypedNode<?>>, SqmPredicate, Boolean, Boolean, ReturnableType<T>, QueryEngine) - Method in interface org.hibernate.query.sqm.function.SqmFunctionDescriptor
GenerationStrategyInterpreter - Class in org.hibernate.boot.internal
Interpretations related to value generators based on the strategy/type
GenerationStrategyInterpreter.GeneratorNameDeterminationContext - Interface in org.hibernate.boot.internal
 
GenerationTarget - Interface in org.hibernate.tool.schema.internal.exec
Describes a schema generation target
GenerationTargetToDatabase - Class in org.hibernate.tool.schema.internal.exec
A GenerationTarget which exports DDL directly to the database.
GenerationTargetToDatabase(DdlTransactionIsolator) - Constructor for class org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase
 
GenerationTargetToDatabase(DdlTransactionIsolator, boolean) - Constructor for class org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase
 
GenerationTargetToDatabase(DdlTransactionIsolator, boolean, boolean) - Constructor for class org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase
 
GenerationTargetToScript - Class in org.hibernate.tool.schema.internal.exec
A GenerationTarget that writes DDL to scripts.
GenerationTargetToScript(ScriptTargetOutput, String) - Constructor for class org.hibernate.tool.schema.internal.exec.GenerationTargetToScript
 
GenerationTargetToStdout - Class in org.hibernate.tool.schema.internal.exec
A GenerationTarget that writed DDL to System.out.
GenerationTargetToStdout() - Constructor for class org.hibernate.tool.schema.internal.exec.GenerationTargetToStdout
 
GenerationTargetToStdout(String) - Constructor for class org.hibernate.tool.schema.internal.exec.GenerationTargetToStdout
 
GenerationTime - Enum in org.hibernate.annotations
Deprecated.
use EventType and EventTypeSets instead
GenerationTiming - Enum in org.hibernate.tuple
Deprecated, for removal: This API element is subject to removal in a future version.
Replaced by EventType as id-generation has been redefined using the new broader generation approach.
GenerationTimingConverter - Class in org.hibernate.boot.jaxb.hbm.internal
 
GenerationTimingConverter() - Constructor for class org.hibernate.boot.jaxb.hbm.internal.GenerationTimingConverter
 
GenerationTimingMarshalling - Class in org.hibernate.boot.jaxb.mapping.marshall
JAXB marshalling for GenerationTiming
GenerationTimingMarshalling() - Constructor for class org.hibernate.boot.jaxb.mapping.marshall.GenerationTimingMarshalling
 
GenerationType - Enum in org.hibernate.jpamodelgen.xml.jaxb
Java class for generation-type.
GenerationTypeMarshalling - Class in org.hibernate.boot.jaxb.mapping.marshall
JAXB marshalling for GenerationType
GenerationTypeMarshalling() - Constructor for class org.hibernate.boot.jaxb.mapping.marshall.GenerationTypeMarshalling
 
GenerationTypeStrategy - Interface in org.hibernate.id.factory.spi
Delegate for defining how to handle the various types of GenerationType possibilities.
GenerationTypeStrategyRegistration - Interface in org.hibernate.id.factory.spi
A ServiceLoader contract for registering implementations of GenerationTypeStrategy.
generator - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
 
generator - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
 
generator - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
 
generator - Variable in class org.hibernate.boot.jaxb.mapping.JaxbGeneratedValue
 
generator - Variable in class org.hibernate.jpamodelgen.xml.jaxb.GeneratedValue
 
generator() - Method in annotation type org.hibernate.annotations.CollectionId
The generator name.
Generator - Interface in org.hibernate.generator
Describes the generation of values of a certain field or property of an entity.
GENERATOR_NAME - Static variable in interface org.hibernate.id.IdentifierGenerator
The configuration parameter holding the name of this identifier generator.
GeneratorBinder - Class in org.hibernate.boot.model.internal
 
GeneratorBinder() - Constructor for class org.hibernate.boot.model.internal.GeneratorBinder
 
generatorClassForName(String) - Method in class org.hibernate.id.factory.internal.StandardIdentifierGeneratorFactory
 
GeneratorCreationContext - Interface in org.hibernate.generator
 
GeneratorCreator - Interface in org.hibernate.mapping
 
GeneratorDefinitionResolver - Interface in org.hibernate.id.factory.spi
Access to resolve IdentifierGeneratorDefinition instances
generatorImplementation() - Method in annotation type org.hibernate.annotations.CollectionId
Implementation for generating values.
generatorScopeComplianceEnabled() - Method in annotation type org.hibernate.testing.orm.junit.Jpa
 
GeneratorType - Annotation Type in org.hibernate.annotations
Deprecated.
ValueGenerationType and AnnotationValueGeneration now provide a much more powerful and typesafe alternative
GenericDialect - Class in org.hibernate.annotations.processing
A generic dialect for ANSI-like SQL.
GenericDialect() - Constructor for class org.hibernate.annotations.processing.GenericDialect
 
genericFunction() - Method in class org.hibernate.grammars.hql.HqlParser.FunctionContext
 
genericFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
genericFunctionArguments() - Method in class org.hibernate.grammars.hql.HqlParser
 
genericFunctionArguments() - Method in class org.hibernate.grammars.hql.HqlParser.GenericFunctionContext
 
genericFunctionArguments() - Method in class org.hibernate.grammars.hql.HqlParser.JpaNonstandardFunctionContext
 
GenericFunctionArgumentsContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.GenericFunctionArgumentsContext
 
GenericFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.GenericFunctionContext
 
genericFunctionName() - Method in class org.hibernate.grammars.hql.HqlParser.GenericFunctionContext
 
genericFunctionName() - Method in class org.hibernate.grammars.hql.HqlParser
 
GenericFunctionNameContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.GenericFunctionNameContext
 
GenericGenerator - Annotation Type in org.hibernate.annotations
Defines a named identifier generator, usually an instance of the interface IdentifierGenerator.
genericGenerators - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
 
GenericGenerators - Annotation Type in org.hibernate.annotations
Array of generic generator definitions.
GenericJDBCException - Exception in org.hibernate.exception
Generic, non-specific flavor of JDBCException.
GenericJDBCException(String, SQLException) - Constructor for exception org.hibernate.exception.GenericJDBCException
 
GenericJDBCException(String, SQLException, String) - Constructor for exception org.hibernate.exception.GenericJDBCException
 
GenericsHelper - Class in org.hibernate.internal.util
 
GenericsHelper() - Constructor for class org.hibernate.internal.util.GenericsHelper
 
genericTemporalLiteralText() - Method in class org.hibernate.grammars.hql.HqlParser
 
genericTemporalLiteralText() - Method in class org.hibernate.grammars.hql.HqlParser.JdbcDateLiteralContext
 
genericTemporalLiteralText() - Method in class org.hibernate.grammars.hql.HqlParser.JdbcTimeLiteralContext
 
genericTemporalLiteralText() - Method in class org.hibernate.grammars.hql.HqlParser.JdbcTimestampLiteralContext
 
GenericTemporalLiteralTextContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.GenericTemporalLiteralTextContext
 
GEOGRAPHY - Static variable in class org.hibernate.type.SqlTypes
A type code representing the generic SQL type GEOGRAPHY.
GeolatteFilterPredicate - Class in org.hibernate.spatial.predicate
Deprecated.
GeolatteFilterPredicate(CriteriaBuilder, Expression<? extends Geometry>, Expression<? extends Geometry>) - Constructor for class org.hibernate.spatial.predicate.GeolatteFilterPredicate
Deprecated.
 
GeolatteFilterPredicate(CriteriaBuilder, Expression<? extends Geometry>, Envelope) - Constructor for class org.hibernate.spatial.predicate.GeolatteFilterPredicate
Deprecated.
 
GeolatteFilterPredicate(CriteriaBuilder, Expression<? extends Geometry>, Geometry) - Constructor for class org.hibernate.spatial.predicate.GeolatteFilterPredicate
Deprecated.
 
GeolatteGeometryJavaType - Class in org.hibernate.spatial
Descriptor for geolatte-geom Geometrys.
GeolatteGeometryJavaType(Class<? extends Geometry>) - Constructor for class org.hibernate.spatial.GeolatteGeometryJavaType
Initialize a type descriptor for the geolatte-geom Geometry type.
GeolatteGeometryJavaType(Class<? extends Geometry>, Wkt.Dialect) - Constructor for class org.hibernate.spatial.GeolatteGeometryJavaType
 
GeolatteSpatialCriteriaBuilder - Interface in org.hibernate.spatial.criteria
 
GeolatteSpatialCriteriaBuilderImpl - Class in org.hibernate.spatial.criteria.internal
 
GeolatteSpatialCriteriaBuilderImpl(HibernateCriteriaBuilder) - Constructor for class org.hibernate.spatial.criteria.internal.GeolatteSpatialCriteriaBuilderImpl
 
GeolatteSpatialCriteriaExtension - Class in org.hibernate.spatial.criteria.internal
 
GeolatteSpatialCriteriaExtension() - Constructor for class org.hibernate.spatial.criteria.internal.GeolatteSpatialCriteriaExtension
 
GeolatteSpatialPredicates - Class in org.hibernate.spatial.predicate
Deprecated.
GeolatteSpatialPredicates() - Constructor for class org.hibernate.spatial.predicate.GeolatteSpatialPredicates
Deprecated.
 
GEOMETRY - Static variable in class org.hibernate.type.SqlTypes
A type code representing the generic SQL type GEOMETRY.
GEOMETRY_INPUT - org.hibernate.spatial.CommonSpatialFunction.Type
String or Byte Array -> Geometry
GEOMETRY_INSTANCE - Static variable in class org.hibernate.spatial.GeolatteGeometryJavaType
an instance of this descriptor
GEOMETRY_INSTANCE - Static variable in class org.hibernate.spatial.JTSGeometryJavaType
An instance of this descriptor
GEOMETRY_OUTPUT - org.hibernate.spatial.CommonSpatialFunction.Type
Geometry -> String or Byte[]
GEOMETRYCOLL_INSTANCE - Static variable in class org.hibernate.spatial.GeolatteGeometryJavaType
 
GEOMETRYCOLL_INSTANCE - Static variable in class org.hibernate.spatial.JTSGeometryJavaType
 
GeometryLiteralFormatter<T> - Class in org.hibernate.spatial
 
GeometryLiteralFormatter(JavaType<T>, Wkt.Dialect, String) - Constructor for class org.hibernate.spatial.GeometryLiteralFormatter
 
geometryn - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
geometrytype - org.hibernate.spatial.SpatialFunction
Deprecated.
The geometryType function, cfr.
geomfromewkb - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
geomfromewkt - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
geomfromtext - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
geomFromTextName - Variable in class org.hibernate.spatial.GeometryLiteralFormatter
 
geomfromwkb - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
geomfromwkt - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
geomunion - org.hibernate.spatial.SpatialFunction
Deprecated.
The union function, cfr.
geProperty(String) - Method in class org.hibernate.envers.query.criteria.AuditFunction
Apply a "greater than or equal" constraint to a property
geProperty(String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "greater than or equal" constraint to another property
geProperty(String, String) - Method in class org.hibernate.envers.query.criteria.AuditFunction
Apply a "greater than or equal" constraint to a property
geProperty(String, String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "greater than or equal" constraint to another property
get() - Method in interface org.hibernate.bytecode.enhance.internal.tracker.DirtyTracker
 
get() - Method in class org.hibernate.bytecode.enhance.internal.tracker.SimpleFieldTracker
 
get() - Method in class org.hibernate.bytecode.enhance.internal.tracker.SortedFieldTracker
 
get() - Method in class org.hibernate.envers.internal.tools.MutableInteger
 
get() - Method in class org.hibernate.internal.AbstractScrollableResults
 
get() - Method in class org.hibernate.internal.EmptyScrollableResults
 
get() - Method in class org.hibernate.internal.util.MutableInteger
 
get() - Method in class org.hibernate.internal.util.MutableLong
 
get() - Method in class org.hibernate.internal.util.MutableObject
 
get() - Method in interface org.hibernate.ScrollableResults
Get the current row of results.
get(int) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
 
get(int) - Method in class org.hibernate.collection.spi.PersistentBag
 
get(int) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
get(int) - Method in class org.hibernate.collection.spi.PersistentList
 
get(int) - Method in class org.hibernate.engine.spi.ExecutableList
 
get(int) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.ListProxy
 
get(int) - Method in class org.hibernate.internal.util.collections.JoinedList
 
get(int) - Static method in class org.hibernate.loader.internal.AliasConstantsHelper
Returns the same as Integer.toString( i ) + '_' Strings might be returned from a pool of constants, when `i` is within the range of expected most commonly requested elements.
get(int) - Method in interface org.hibernate.metamodel.mapping.AttributeMappingsList
 
get(int) - Method in class org.hibernate.metamodel.mapping.internal.ImmutableAttributeMappingList
 
get(int) - Method in class org.hibernate.metamodel.mapping.internal.MutableAttributeMappingList
Deprecated.
 
get(int) - Method in class org.hibernate.metamodel.model.domain.internal.ArrayTupleType
 
get(int) - Method in interface org.hibernate.metamodel.model.domain.TupleType
 
get(int) - Method in class org.hibernate.query.derived.AnonymousTupleType
 
get(int) - Method in interface org.hibernate.sql.exec.spi.JdbcParametersList
 
get(int) - Method in class org.hibernate.sql.exec.spi.JdbcParametersList.JdbcParametersListMulti
 
get(int) - Method in class org.hibernate.sql.exec.spi.JdbcParametersList.JdbcParametersListSingleton
 
get(int) - Method in class org.hibernate.sql.results.internal.TupleImpl
 
get(int, Class<X>) - Method in class org.hibernate.sql.results.internal.TupleImpl
 
get(EntityGraph<T>, GraphSemantic, Object) - Method in class org.hibernate.internal.StatelessSessionImpl
 
get(EntityGraph<T>, GraphSemantic, Object) - Method in interface org.hibernate.StatelessSession
Retrieve a row, fetching associations specified by the given EntityGraph.
get(EntityGraph<T>, GraphSemantic, Object, LockMode) - Method in class org.hibernate.internal.StatelessSessionImpl
 
get(EntityGraph<T>, GraphSemantic, Object, LockMode) - Method in interface org.hibernate.StatelessSession
Retrieve a row, fetching associations specified by the given EntityGraph, and obtaining the specified lock mode.
get(EntityManager) - Static method in class org.hibernate.envers.AuditReaderFactory
Create an audit reader associated with an open entity manager.
get(MapAttribute<T, K, V>) - Method in interface org.hibernate.query.criteria.JpaPath
 
get(MapAttribute<T, K, V>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
 
get(MapAttribute<T, K, V>) - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
 
get(PluralAttribute<T, C, E>) - Method in interface org.hibernate.query.criteria.JpaPath
 
get(PluralAttribute<T, C, E>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
 
get(PluralAttribute<T, C, E>) - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
 
get(SingularAttribute<? super T, Y>) - Method in interface org.hibernate.query.criteria.JpaPath
 
get(SingularAttribute<? super T, Y>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
 
get(SingularAttribute<? super T, Y>) - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
 
get(TupleElement<?>) - Method in class org.hibernate.sql.results.internal.TupleMetadata
 
get(TupleElement<X>) - Method in class org.hibernate.sql.results.internal.TupleImpl
 
get(Class) - Method in class org.hibernate.internal.util.collections.MapBackedClassValue
 
get(Class<T>) - Static method in class org.hibernate.tuple.TimestampGenerators
Deprecated.
 
get(Class<T>, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
get(Class<T>, Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
get(Class<T>, Object) - Method in class org.hibernate.internal.SessionImpl
 
get(Class<T>, Object) - Method in class org.hibernate.internal.StatelessSessionImpl
 
get(Class<T>, Object) - Method in interface org.hibernate.Session
Return the persistent instance of the given entity class with the given identifier, or null if there is no such persistent instance.
get(Class<T>, Object) - Method in interface org.hibernate.StatelessSession
Retrieve a row.
get(Class<T>, Object, LockMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
get(Class<T>, Object, LockMode) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
get(Class<T>, Object, LockMode) - Method in class org.hibernate.internal.SessionImpl
 
get(Class<T>, Object, LockMode) - Method in class org.hibernate.internal.StatelessSessionImpl
 
get(Class<T>, Object, LockMode) - Method in interface org.hibernate.Session
Return the persistent instance of the given entity class with the given identifier, or null if there is no such persistent instance.
get(Class<T>, Object, LockMode) - Method in interface org.hibernate.StatelessSession
Retrieve a row, obtaining the specified lock mode.
get(Class<T>, Object, LockOptions) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
get(Class<T>, Object, LockOptions) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
get(Class<T>, Object, LockOptions) - Method in class org.hibernate.internal.SessionImpl
 
get(Class<T>, Object, LockOptions) - Method in interface org.hibernate.Session
Return the persistent instance of the given entity class with the given identifier, or null if there is no such persistent instance.
get(Object) - Method in class org.hibernate.collection.spi.PersistentMap
 
get(Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.MapProxy
 
get(Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
get(Object) - Method in class org.hibernate.event.spi.MergeContext
Returns the managed entity associated with the specified merge Entity.
get(Object) - Method in class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(Object) - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Returns the value to which the specified key is mapped, or null if this map contains no mapping for the key.
get(Object) - Method in class org.hibernate.internal.util.collections.IdentityMap
 
get(Object) - Method in class org.hibernate.property.access.internal.ChainedPropertyAccessImpl
 
get(Object) - Method in class org.hibernate.property.access.internal.PropertyAccessCompositeUserTypeImpl
 
get(Object) - Method in class org.hibernate.property.access.internal.PropertyAccessMapImpl.GetterImpl
 
get(Object) - Method in interface org.hibernate.property.access.spi.Getter
Get the property value from the given owner instance.
get(Object) - Method in class org.hibernate.property.access.spi.GetterFieldImpl
 
get(Object) - Method in class org.hibernate.property.access.spi.GetterMethodImpl
 
get(Object) - Method in class org.hibernate.proxy.map.MapProxy
 
get(String) - Method in class org.hibernate.envers.internal.entities.EntitiesConfigurations
 
get(String) - Method in class org.hibernate.internal.util.collections.CaseInsensitiveDictionary
 
get(String) - Method in interface org.hibernate.metamodel.mapping.AttributeMappingsMap
 
get(String) - Method in class org.hibernate.metamodel.mapping.internal.EmptyAttributeMappingsMap
 
get(String) - Method in class org.hibernate.metamodel.mapping.internal.ImmutableAttributeMappingsMap
 
get(String) - Method in class org.hibernate.metamodel.model.domain.internal.ArrayTupleType
 
get(String) - Method in class org.hibernate.metamodel.model.domain.internal.EntityPersisterConcurrentMap
 
get(String) - Method in interface org.hibernate.metamodel.model.domain.TupleType
 
get(String) - Method in interface org.hibernate.query.criteria.JpaPath
 
get(String) - Method in class org.hibernate.query.derived.AnonymousTupleType
 
get(String) - Method in class org.hibernate.query.sqm.tree.cte.SqmCteTable
 
get(String) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
 
get(String) - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
 
get(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSimplePath
 
get(String) - Method in class org.hibernate.sql.results.internal.TupleImpl
 
get(String) - Method in class org.hibernate.sql.results.internal.TupleMetadata
 
get(String) - Method in class org.hibernate.stat.internal.StatsNamedContainer
 
get(String, Class<X>) - Method in class org.hibernate.sql.results.internal.TupleImpl
 
get(String, Number, Object) - Method in class org.hibernate.envers.internal.reader.FirstLevelCache
 
get(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
get(String, Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
get(String, Object) - Method in class org.hibernate.internal.SessionImpl
 
get(String, Object) - Method in class org.hibernate.internal.StatelessSessionImpl
 
get(String, Object) - Method in interface org.hibernate.Session
Return the persistent instance of the given named entity with the given identifier, or null if there is no such persistent instance.
get(String, Object) - Method in interface org.hibernate.StatelessSession
Retrieve a row.
get(String, Object, LockMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
get(String, Object, LockMode) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
get(String, Object, LockMode) - Method in class org.hibernate.internal.SessionImpl
 
get(String, Object, LockMode) - Method in class org.hibernate.internal.StatelessSessionImpl
 
get(String, Object, LockMode) - Method in interface org.hibernate.Session
Return the persistent instance of the given entity class with the given identifier, or null if there is no such persistent instance.
get(String, Object, LockMode) - Method in interface org.hibernate.StatelessSession
Retrieve a row, obtaining the specified lock mode.
get(String, Object, LockOptions) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
get(String, Object, LockOptions) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
get(String, Object, LockOptions) - Method in class org.hibernate.internal.SessionImpl
 
get(String, Object, LockOptions) - Method in interface org.hibernate.Session
Return the persistent instance of the given entity class with the given identifier, or null if there is no such persistent instance.
get(List<T>, int) - Static method in class org.hibernate.Hibernate
Obtain the element of the given persistent list with the given index, without fetching the state of the list from the database.
get(Map<? super K, V>, K) - Static method in class org.hibernate.Hibernate
Obtain the value associated with the given key by the given persistent map, without fetching the state of the map from the database.
get(K) - Method in interface org.hibernate.internal.util.collections.ReadOnlyMap
The main operation.
get(GroupsPerOperation.Operation) - Method in class org.hibernate.boot.beanvalidation.GroupsPerOperation
 
get(QueryKey, String[], SharedSessionContractImplementor) - Method in class org.hibernate.cache.internal.QueryResultsCacheImpl
 
get(QueryKey, String[], SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.QueryResultsCache
Attempt to retrieve a cached query result list for the given QueryKey from the cache region, and then check if the cached results, if any, are stale.
get(QueryKey, Set<String>, SharedSessionContractImplementor) - Method in class org.hibernate.cache.internal.QueryResultsCacheImpl
 
get(QueryKey, Set<String>, SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.QueryResultsCache
Attempt to retrieve a cached query result list for the given QueryKey from the cache region, and then check if the cached results, if any, are stale.
get(SharedSessionContractImplementor, Object) - Method in interface org.hibernate.cache.spi.access.CachedDomainDataAccess
Attempt to retrieve an object from the cache.
get(SharedSessionContractImplementor, Object) - Method in class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
 
get(SharedSessionContractImplementor, Object) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess
Returns null if the item is not readable.
get(SharedSessionContractImplementor, Object) - Method in class org.hibernate.cache.spi.support.CollectionReadWriteAccess
 
get(Configuration) - Method in class org.hibernate.envers.query.internal.property.EntityPropertyName
 
get(Configuration) - Method in class org.hibernate.envers.query.internal.property.ModifiedFlagPropertyName
 
get(Configuration) - Method in class org.hibernate.envers.query.internal.property.OriginalIdPropertyName
 
get(Configuration) - Method in interface org.hibernate.envers.query.internal.property.PropertyNameGetter
 
get(Configuration) - Method in class org.hibernate.envers.query.internal.property.RevisionNumberPropertyName
 
get(Configuration) - Method in class org.hibernate.envers.query.internal.property.RevisionPropertyPropertyName
 
get(Configuration) - Method in class org.hibernate.envers.query.internal.property.RevisionTypePropertyName
 
get(EventSource) - Method in class org.hibernate.envers.internal.synchronization.AuditProcessManager
 
get(PersistentClass) - Static method in enum org.hibernate.envers.configuration.internal.metadata.InheritanceType
 
get(Session) - Static method in class org.hibernate.envers.AuditReaderFactory
Create an audit reader associated with an open session.
get(NavigablePath) - Method in class org.hibernate.sql.results.internal.NavigablePathMapToInitializer
 
get(Fetchable) - Method in interface org.hibernate.sql.results.graph.FetchList
 
get(Fetchable) - Method in class org.hibernate.sql.results.graph.internal.ImmutableFetchList
 
GET - org.hibernate.annotations.CacheModeType
Deprecated.
Corresponds to CacheMode.GET.
GET - org.hibernate.CacheMode
The session may read items from the cache, but will not add items, except to invalidate items when updates occur.
GET - Static variable in interface org.hibernate.event.spi.LoadEventListener
 
getAccess() - Method in interface org.hibernate.boot.jaxb.hbm.spi.AttributeMapping
 
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.mapping.JaxbBasic
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.mapping.JaxbCaching
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEmbeddable
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEmbedded
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEmbeddedId
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.mapping.JaxbHbmAnyMapping
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.mapping.JaxbHbmManyToAny
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.mapping.JaxbId
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToOne
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.mapping.JaxbMappedSuperclass
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToOne
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.mapping.JaxbPersistenceUnitDefaults
Gets the value of the access property.
getAccess() - Method in class org.hibernate.boot.jaxb.mapping.JaxbVersion
Gets the value of the access property.
getAccess() - Method in interface org.hibernate.boot.jaxb.mapping.ManagedType
 
getAccess() - Method in interface org.hibernate.boot.jaxb.mapping.PersistentAttribute
JPA's way to specify an access-strategy
getAccess() - Method in class org.hibernate.boot.model.internal.XMLContext.Default
 
getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
Gets the value of the access property.
getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the access property.
getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embeddable
Gets the value of the access property.
getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embedded
Gets the value of the access property.
getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddedId
Gets the value of the access property.
getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the access property.
getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Gets the value of the access property.
getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Id
Gets the value of the access property.
getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Gets the value of the access property.
getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
Gets the value of the access property.
getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Gets the value of the access property.
getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the access property.
getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Gets the value of the access property.
getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
Gets the value of the access property.
getAccess() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Version
Gets the value of the access property.
getAccessedDataClassification() - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess
 
getAccessedDataClassification() - Method in class org.hibernate.cache.spi.support.CollectionReadWriteAccess
 
getAccessedDataClassification() - Method in class org.hibernate.cache.spi.support.EntityReadWriteAccess
 
getAccessedDataClassification() - Method in class org.hibernate.cache.spi.support.NaturalIdReadWriteAccess
 
getAccessOptimizer() - Method in class org.hibernate.bytecode.internal.bytebuddy.ReflectionOptimizerImpl
 
getAccessOptimizer() - Method in interface org.hibernate.bytecode.spi.ReflectionOptimizer
Retrieve the optimizer for accessing the entity's persistent state.
getAccessorPropertyName(RepresentationMode) - Method in class org.hibernate.mapping.Property
 
getAccessStrategy(AccessType) - Static method in enum org.hibernate.boot.spi.AccessType
Convert the JPA access type to the corresponding AccessType value.
getAccessStrategy(String) - Static method in enum org.hibernate.boot.spi.AccessType
Resolve an externalized name to the AccessType value it names.
getAccessType() - Method in class org.hibernate.boot.model.Caching
Deprecated.
 
getAccessType() - Method in class org.hibernate.cache.cfg.internal.AbstractDomainDataCachingConfig
 
getAccessType() - Method in interface org.hibernate.cache.cfg.spi.DomainDataCachingConfig
The requested AccessType
getAccessType() - Method in interface org.hibernate.cache.spi.access.CachedDomainDataAccess
The type of access implemented
getAccessType() - Method in class org.hibernate.cache.spi.support.CollectionNonStrictReadWriteAccess
 
getAccessType() - Method in class org.hibernate.cache.spi.support.CollectionReadOnlyAccess
 
getAccessType() - Method in class org.hibernate.cache.spi.support.CollectionReadWriteAccess
 
getAccessType() - Method in class org.hibernate.cache.spi.support.CollectionTransactionAccess
 
getAccessType() - Method in class org.hibernate.cache.spi.support.EntityNonStrictReadWriteAccess
 
getAccessType() - Method in class org.hibernate.cache.spi.support.EntityReadOnlyAccess
 
getAccessType() - Method in class org.hibernate.cache.spi.support.EntityReadWriteAccess
 
getAccessType() - Method in class org.hibernate.cache.spi.support.EntityTransactionalAccess
 
getAccessType() - Method in class org.hibernate.cache.spi.support.NaturalIdNonStrictReadWriteAccess
 
getAccessType() - Method in class org.hibernate.cache.spi.support.NaturalIdReadOnlyAccess
 
getAccessType() - Method in class org.hibernate.cache.spi.support.NaturalIdReadWriteAccess
 
getAccessType() - Method in class org.hibernate.cache.spi.support.NaturalIdTransactionalAccess
 
getAccessType() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
getAccessType() - Method in class org.hibernate.envers.internal.entities.PropertyData
 
getAccessType() - Method in class org.hibernate.jpamodelgen.util.AccessTypeInformation
 
getAccessType(Class<?>, String) - Static method in class org.hibernate.property.access.internal.AccessStrategyHelper
 
getAccessTypeInfo(String) - Method in class org.hibernate.jpamodelgen.Context
 
getAccessTypeOrNull(AnnotatedElement) - Static method in class org.hibernate.property.access.internal.AccessStrategyHelper
 
getAccount() - Method in class org.hibernate.testing.orm.domain.userguide.Payment
 
getAcquiredConnections() - Method in class org.hibernate.testing.orm.jdbc.PreparedStatementSpyConnectionProvider
Get a list of current acquired Connections.
getAcquisitionMode() - Method in enum org.hibernate.resource.jdbc.spi.PhysicalConnectionHandlingMode
 
getAction() - Method in class org.hibernate.boot.beanvalidation.DuplicationStrategyImpl
 
getAction() - Method in class org.hibernate.envers.event.spi.EnversListenerDuplicationStrategy
 
getAction() - Method in interface org.hibernate.event.service.spi.DuplicationStrategy
How should a duplication be handled?
getActionQueue() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getActionQueue() - Method in interface org.hibernate.engine.spi.SessionImplementor
Get the ActionQueue associated with this session.
getActionQueue() - Method in interface org.hibernate.event.spi.EventSource
Get the ActionQueue for this session
getActionQueue() - Method in class org.hibernate.internal.SessionImpl
 
getActions() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant
Gets the value of the actions property.
getActualExpression(SqmExpression<?>) - Static method in class org.hibernate.query.sqm.tree.expression.SqmExpressionHelper
 
getActualLongValue() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
getActualRowCount() - Method in exception org.hibernate.jdbc.TooManyRowsAffectedException
 
getActualTypeArguments() - Method in class org.hibernate.type.internal.ParameterizedTypeImpl
 
getAddColumnString() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getAddColumnString() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
getAddColumnString() - Method in class org.hibernate.dialect.Dialect
The subcommand of the alter table command used to add a column to a table, usually add column or add.
getAddColumnString() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getAddColumnString() - Method in class org.hibernate.dialect.OracleDialect
 
getAddColumnSuffixString() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getAddColumnSuffixString() - Method in class org.hibernate.dialect.Dialect
The syntax for the suffix used to add a column to a table.
getAddColumnSuffixString() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getAddedInstance() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.AbstractValueDelayedOperation
 
getAddedInstance() - Method in interface org.hibernate.collection.spi.AbstractPersistentCollection.DelayedOperation
 
getAddForeignKeyConstraintString(String, String) - Method in class org.hibernate.dialect.Dialect
The syntax used to add a foreign key constraint to a table, given the definition of the foreign key as a string.
getAddForeignKeyConstraintString(String, String) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getAddForeignKeyConstraintString(String, String) - Method in class org.hibernate.dialect.SpannerDialect
 
getAddForeignKeyConstraintString(String, String[], String, String[], boolean) - Method in class org.hibernate.dialect.Dialect
The syntax used to add a foreign key constraint to a table, with the referenced key columns explicitly specified.
getAddForeignKeyConstraintString(String, String[], String, String[], boolean) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getAddForeignKeyConstraintString(String, String[], String, String[], boolean) - Method in class org.hibernate.dialect.MySQLDialect
 
getAddForeignKeyConstraintString(String, String[], String, String[], boolean) - Method in class org.hibernate.dialect.SpannerDialect
 
getAdditionalMappings() - Method in class org.hibernate.envers.configuration.internal.metadata.EntityMappingData
 
getAddPrimaryKeyConstraintString(String) - Method in class org.hibernate.dialect.Dialect
The syntax used to add a primary key constraint to a table.
getAddPrimaryKeyConstraintString(String) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getAddPrimaryKeyConstraintString(String) - Method in class org.hibernate.dialect.SpannerDialect
 
getAddress() - Method in class org.hibernate.testing.orm.domain.animal.Zoo
 
getAddress() - Method in class org.hibernate.testing.orm.domain.userguide.Person
 
getAddressBytes() - Static method in class org.hibernate.id.uuid.Helper
 
getAddresses() - Method in class org.hibernate.testing.orm.domain.animal.Human
 
getAddresses() - Method in class org.hibernate.testing.orm.domain.contacts.Contact
 
getAddresses() - Method in class org.hibernate.testing.orm.domain.userguide.Person
 
getAddressHexString() - Static method in class org.hibernate.id.uuid.Helper
 
getAddressInt() - Static method in class org.hibernate.id.uuid.Helper
 
getAdjustedSqlString() - Method in class org.hibernate.query.sql.internal.ParameterRecognizerImpl
 
getAdjustedSqlString() - Method in interface org.hibernate.query.sql.spi.ParameterInterpretation
 
getAffectedOwner() - Method in class org.hibernate.action.internal.CollectionRemoveAction
 
getAffectedOwnerEntityName() - Method in class org.hibernate.event.spi.AbstractCollectionEvent
Get the entity name for the collection owner entity that is affected by this event.
getAffectedOwnerEntityName(CollectionPersister, Object, EventSource) - Static method in class org.hibernate.event.spi.AbstractCollectionEvent
 
getAffectedOwnerIdOrNull() - Method in class org.hibernate.event.spi.AbstractCollectionEvent
Get the ID for the collection owner entity that is affected by this event.
getAffectedOwnerOrNull() - Method in class org.hibernate.event.spi.AbstractCollectionEvent
Get the collection owner entity that is affected by this event.
getAffectedTableNames() - Method in interface org.hibernate.query.sql.spi.NativeSelectQueryDefinition
 
getAffectedTableNames() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getAffectedTableNames() - Method in interface org.hibernate.sql.ast.SqlAstTranslator
Not the best spot for this.
getAffectedTableNames() - Method in class org.hibernate.sql.ast.tree.from.NamedTableReference
 
getAffectedTableNames() - Method in interface org.hibernate.sql.ast.tree.from.TableReference
 
getAffectedTableNames() - Method in class org.hibernate.sql.exec.internal.JdbcCallImpl
 
getAffectedTableNames() - Method in class org.hibernate.sql.exec.spi.AbstractJdbcOperationQuery
 
getAffectedTableNames() - Method in interface org.hibernate.sql.exec.spi.JdbcOperationQuery
The names of tables this operation refers to
getAffectedTableNames() - Method in class org.hibernate.sql.exec.spi.JdbcOperationQueryMutationNative
 
getAfterTransactionCompletionProcess() - Method in class org.hibernate.action.internal.BulkOperationCleanupAction
 
getAfterTransactionCompletionProcess() - Method in class org.hibernate.action.internal.CollectionAction
 
getAfterTransactionCompletionProcess() - Method in class org.hibernate.action.internal.EntityAction
 
getAfterTransactionCompletionProcess() - Method in interface org.hibernate.action.spi.Executable
Get the after-transaction-completion process, if any, for this action.
getAfterUseAction() - Method in class org.hibernate.query.sqm.mutation.internal.temptable.AbstractDeleteExecutionDelegate
 
getAfterUseAction() - Method in class org.hibernate.query.sqm.mutation.internal.temptable.TableBasedDeleteHandler
 
getAfterUseAction() - Method in class org.hibernate.query.sqm.mutation.internal.temptable.UpdateExecutionDelegate
 
getAggregateAssignmentExpressionTemplate(Dialect) - Method in class org.hibernate.mapping.AggregateColumn
 
getAggregateColumn() - Method in class org.hibernate.mapping.BasicValue
 
getAggregateColumn() - Method in class org.hibernate.mapping.Component
 
getAggregateColumnReference() - Method in class org.hibernate.sql.ast.tree.expression.AggregateColumnWriteExpression
 
getAggregatedCfgXml() - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Intended for internal testing use only!!
getAggregatedColumns() - Method in class org.hibernate.mapping.Component
 
getAggregatedConfig() - Method in class org.hibernate.boot.cfgxml.internal.CfgXmlAccessServiceImpl
 
getAggregatedConfig() - Method in interface org.hibernate.boot.cfgxml.spi.CfgXmlAccessService
 
getAggregateMapping() - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType
 
getAggregateMapping() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddableMappingTypeImpl
 
getAggregateReadExpressionTemplate(Dialect) - Method in class org.hibernate.mapping.AggregateColumn
 
getAggregateSupport() - Method in class org.hibernate.dialect.DB2Dialect
 
getAggregateSupport() - Method in class org.hibernate.dialect.Dialect
How does this dialect support aggregate types like SqlTypes.STRUCT.
getAggregateSupport() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getAggregateSupport() - Method in class org.hibernate.dialect.OracleDialect
 
getAggregateSupport() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getAggregateValuesArrayPositions() - Method in class org.hibernate.sql.results.graph.embeddable.internal.AggregateEmbeddableFetchInitializer
 
getAggregateValuesArrayPositions() - Method in interface org.hibernate.sql.results.graph.embeddable.internal.AggregateEmbeddableInitializer
 
getAggregateValuesArrayPositions() - Method in class org.hibernate.sql.results.graph.embeddable.internal.AggregateEmbeddableResultInitializer
 
getAlias() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
Gets the value of the alias property.
getAlias() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryCollectionLoadReturnType
Gets the value of the alias property.
getAlias() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryJoinReturnType
Gets the value of the alias property.
getAlias() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
Gets the value of the alias property.
getAlias() - Method in interface org.hibernate.boot.jaxb.hbm.spi.NativeQueryNonScalarRootReturn
Access the alias associated with this return
getAlias() - Method in class org.hibernate.boot.jaxb.mapping.JaxbHbmFilter.JaxbAliases
Gets the value of the alias property.
getAlias() - Method in class org.hibernate.envers.internal.tools.query.QueryBuilder
 
getAlias() - Method in interface org.hibernate.envers.query.AuditQuery
 
getAlias() - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditAssociationQuery
 
getAlias() - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
getAlias() - Method in class org.hibernate.query.hql.internal.FullyQualifiedReflectivePathTerminal
 
getAlias() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
getAlias() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
getAlias() - Method in class org.hibernate.query.sqm.tree.jpa.AbstractJpaTupleElement
 
getAlias() - Method in interface org.hibernate.query.sqm.tree.select.SqmAliasedNode
 
getAlias() - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiationArgument
 
getAlias() - Method in class org.hibernate.query.sqm.tree.select.SqmJpaCompoundSelection
 
getAlias() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectClause
 
getAlias() - Method in class org.hibernate.query.sqm.tree.select.SqmSelection
 
getAlias() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
getAlias() - Method in class org.hibernate.spi.NavigablePath
 
getAlias() - Method in class org.hibernate.sql.results.graph.instantiation.internal.ArgumentReader
 
getAlias() - Method in class org.hibernate.sql.results.graph.instantiation.internal.DynamicInstantiationArgument
 
getAlias() - Method in class org.hibernate.sql.results.internal.TupleElementImpl
 
getAlias(String) - Method in class org.hibernate.envers.query.criteria.AuditFunction
 
getAlias(String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
 
getAlias(String) - Method in class org.hibernate.envers.query.order.AuditOrder.OrderData
 
getAlias(String) - Method in interface org.hibernate.envers.query.projection.AuditProjection
Get the alias associated with the audit projection.
getAlias(String) - Method in class org.hibernate.envers.query.projection.internal.EntityAuditProjection
 
getAlias(String) - Method in class org.hibernate.envers.query.projection.internal.PropertyAuditProjection
 
getAlias(String) - Method in class org.hibernate.internal.DynamicFilterAliasGenerator
 
getAlias(String) - Method in interface org.hibernate.internal.FilterAliasGenerator
 
getAlias(String) - Method in class org.hibernate.internal.StaticFilterAliasGenerator
 
getAlias(String) - Method in class org.hibernate.internal.TableGroupFilterAliasGenerator
 
getAlias(Dialect) - Method in class org.hibernate.mapping.Column
 
getAlias(Dialect) - Method in class org.hibernate.mapping.Formula
 
getAlias(Dialect) - Method in interface org.hibernate.mapping.Selectable
Deprecated.
new read-by-position paradigm means that these generated aliases are no longer needed
getAlias(Dialect) - Method in class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
 
getAlias(Dialect, Table) - Method in class org.hibernate.mapping.Column
Generate a column alias that is unique across multiple tables
getAlias(Dialect, Table) - Method in class org.hibernate.mapping.Formula
 
getAlias(Dialect, Table) - Method in interface org.hibernate.mapping.Selectable
Deprecated.
new read-by-position paradigm means that these generated aliases are no longer needed
getAlias(Dialect, Table) - Method in class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
 
getAliases() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.ForUpdateClause
 
getAliasLockCount() - Method in class org.hibernate.LockOptions
The number of aliases that have alias-specific lock modes specified.
getAliasLockIterator() - Method in class org.hibernate.LockOptions
getAliasSpecificLockMode(String) - Method in class org.hibernate.LockOptions
Get the LockMode explicitly specified for the given alias via LockOptions.setAliasSpecificLockMode(String, LockMode).
getAliasSpecificLocks() - Method in class org.hibernate.LockOptions
Set of Map.Entrys, each associating an alias with its specified alias-specific LockMode.
getAliasStem() - Method in interface org.hibernate.sql.ast.spi.SqlAliasBase
The stem for unique alias generation
getAliasStem() - Method in class org.hibernate.sql.ast.spi.SqlAliasBaseConstant
 
getAliasStem() - Method in class org.hibernate.sql.ast.spi.SqlAliasBaseImpl
 
getAliasTableMap(SessionFactoryImplementor) - Method in class org.hibernate.internal.FilterConfiguration
 
getAliasToEntityMap() - Method in class org.hibernate.boot.model.source.internal.hbm.FilterSourceImpl
 
getAliasToEntityMap() - Method in interface org.hibernate.boot.model.source.spi.FilterSource
Get the map of explicit alias to entity name mappings.
getAliasToTableMap() - Method in class org.hibernate.boot.model.source.internal.hbm.FilterSourceImpl
 
getAliasToTableMap() - Method in interface org.hibernate.boot.model.source.spi.FilterSource
Get the map of explicit alias to table name mappings.
getAllClassAuditedData() - Method in class org.hibernate.envers.configuration.internal.ClassesAuditingData
 
getAllCollectionRoles() - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
getAllCollectionRoles() - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
Deprecated.
Get the names of all collections known to this Metamodel
getAllDocuments() - Method in class org.hibernate.boot.model.internal.XMLContext
 
getAllElementsIterator(EventSource, CollectionType, Object) - Static method in class org.hibernate.engine.spi.CascadingActions
Given a collection, get an iterator of all its children, loading them from the database if necessary.
getAllEntityNames() - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
getAllEntityNames() - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
Deprecated.
Get the names of all entities known to this Metamodel
getAllocationSize() - Method in class org.hibernate.boot.jaxb.mapping.JaxbSequenceGenerator
Gets the value of the allocationSize property.
getAllocationSize() - Method in class org.hibernate.boot.jaxb.mapping.JaxbTableGenerator
Gets the value of the allocationSize property.
getAllocationSize() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
Gets the value of the allocationSize property.
getAllocationSize() - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
Gets the value of the allocationSize property.
getAllowedEnumLiteralTexts() - Method in class org.hibernate.metamodel.model.domain.internal.JpaMetamodelImpl
 
getAllowedEnumLiteralTexts() - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
getAllowedEnumLiteralTexts() - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
Returns a map that gives access to the enum literal expressions that can be used in queries.
getAllSqlForTests() - Method in interface org.hibernate.id.enhanced.DatabaseStructure
Deprecated.
Exposed for tests only.
getAllSqlForTests() - Method in class org.hibernate.id.enhanced.SequenceStructure
 
getAllSqlForTests() - Method in class org.hibernate.id.enhanced.TableGenerator
Deprecated.
Exposed for tests only.
getAllSqlForTests() - Method in class org.hibernate.id.enhanced.TableStructure
 
getAllSqlForTests() - Method in class org.hibernate.id.IncrementGenerator
Deprecated.
Exposed for tests only.
getAlterColumnTypeString(String, String, String) - Method in class org.hibernate.dialect.DB2Dialect
 
getAlterColumnTypeString(String, String, String) - Method in class org.hibernate.dialect.Dialect
The fragment of an alter table command which modifies a column type, or null if column types cannot be modified.
getAlterColumnTypeString(String, String, String) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getAlterColumnTypeString(String, String, String) - Method in class org.hibernate.dialect.H2Dialect
 
getAlterColumnTypeString(String, String, String) - Method in class org.hibernate.dialect.MySQLDialect
 
getAlterColumnTypeString(String, String, String) - Method in class org.hibernate.dialect.OracleDialect
 
getAlterColumnTypeString(String, String, String) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getAlterColumnTypeString(String, String, String) - Method in class org.hibernate.dialect.SQLServerDialect
 
getAlterColumnTypeString(String, String, String) - Method in class org.hibernate.dialect.SybaseDialect
 
getAlternativeContact() - Method in class org.hibernate.testing.orm.domain.contacts.Contact
 
getAlternativeName() - Method in enum org.hibernate.annotations.OnDeleteAction
 
getAlterTableString(String) - Method in class org.hibernate.dialect.Dialect
The command used to alter a table with the given name, usually alter table tab_name or alter table tab_name if exists.
getAlterTableString(String) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getAlterTableToAddUniqueKeyCommand(UniqueKey, Metadata, SqlStringGenerationContext) - Method in class org.hibernate.dialect.unique.AlterTableUniqueDelegate
 
getAlterTableToAddUniqueKeyCommand(UniqueKey, Metadata, SqlStringGenerationContext) - Method in class org.hibernate.dialect.unique.AlterTableUniqueIndexDelegate
 
getAlterTableToAddUniqueKeyCommand(UniqueKey, Metadata, SqlStringGenerationContext) - Method in class org.hibernate.dialect.unique.CreateTableUniqueDelegate
 
getAlterTableToAddUniqueKeyCommand(UniqueKey, Metadata, SqlStringGenerationContext) - Method in class org.hibernate.dialect.unique.SkipNullableUniqueDelegate
 
getAlterTableToAddUniqueKeyCommand(UniqueKey, Metadata, SqlStringGenerationContext) - Method in interface org.hibernate.dialect.unique.UniqueDelegate
Get the alter table command used to create the given unique key constraint, or return the empty string if the constraint was already included in the create table statement by UniqueDelegate.getTableCreationUniqueConstraintsFragment(org.hibernate.mapping.Table, org.hibernate.boot.model.relational.SqlStringGenerationContext).
getAlterTableToDropUniqueKeyCommand(UniqueKey, Metadata, SqlStringGenerationContext) - Method in class org.hibernate.dialect.unique.AlterTableUniqueDelegate
 
getAlterTableToDropUniqueKeyCommand(UniqueKey, Metadata, SqlStringGenerationContext) - Method in class org.hibernate.dialect.unique.AlterTableUniqueIndexDelegate
 
getAlterTableToDropUniqueKeyCommand(UniqueKey, Metadata, SqlStringGenerationContext) - Method in class org.hibernate.dialect.unique.CreateTableUniqueDelegate
 
getAlterTableToDropUniqueKeyCommand(UniqueKey, Metadata, SqlStringGenerationContext) - Method in class org.hibernate.dialect.unique.SkipNullableUniqueDelegate
 
getAlterTableToDropUniqueKeyCommand(UniqueKey, Metadata, SqlStringGenerationContext) - Method in interface org.hibernate.dialect.unique.UniqueDelegate
getAltName() - Method in class org.hibernate.spatial.FunctionKey
 
getAmount() - Method in class org.hibernate.testing.orm.domain.retail.Payment
 
getAmount() - Method in class org.hibernate.testing.orm.domain.userguide.Payment
 
getAnAttribute() - Method in class org.hibernate.testing.orm.domain.gambit.SimpleComponent
 
getAndIncrease() - Method in class org.hibernate.envers.internal.tools.MutableInteger
 
getAndIncrement() - Method in class org.hibernate.internal.util.MutableInteger
 
getAndIncrement() - Method in class org.hibernate.internal.util.MutableLong
 
getAndIncrementBy(int) - Method in class org.hibernate.internal.util.MutableInteger
 
getAndResetInvocationCount() - Static method in class org.hibernate.testing.byteman.BytemanHelper
 
getAndSetValue(PropertyData, Object, Object) - Method in class org.hibernate.envers.internal.entities.mapper.id.AbstractIdMapper
 
getAndSetValue(PropertyData, Object, Object, ServiceRegistry) - Method in class org.hibernate.envers.internal.entities.mapper.AbstractMapper
Gets the value from the source object and sets the value in the destination object.
getAnimals() - Method in class org.hibernate.testing.orm.domain.animal.Zoo
 
getAnnotatedClasses() - Method in class org.hibernate.boot.MetadataSources
 
getAnnotatedClasses() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
getAnnotatedClasses() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
getAnnotatedClasses() - Method in class org.hibernate.testing.orm.domain.AbstractDomainModelDescriptor
 
getAnnotatedClasses() - Method in interface org.hibernate.testing.orm.domain.DomainModelDescriptor
 
getAnnotatedClasses() - Method in class org.hibernate.testing.orm.junit.BaseSessionFactoryFunctionalTest
 
getAnnotatedClasses() - Method in class org.hibernate.testing.orm.junit.EntityManagerFactoryBasedFunctionalTest
 
getAnnotatedClassNames() - Method in class org.hibernate.boot.MetadataSources
 
getAnnotatedClassNames() - Method in class org.hibernate.boot.model.process.internal.ManagedResourcesImpl
 
getAnnotatedClassNames() - Method in interface org.hibernate.boot.model.process.spi.ManagedResources
Informational access to any entity and component classes in the user domain model known by name.
getAnnotatedClassReferences() - Method in class org.hibernate.boot.model.process.internal.ManagedResourcesImpl
 
getAnnotatedClassReferences() - Method in interface org.hibernate.boot.model.process.spi.ManagedResources
Informational access to any entity and component classes in the user domain model known by Class reference .
getAnnotatedPackageNames() - Method in class org.hibernate.boot.model.process.internal.ManagedResourcesImpl
 
getAnnotatedPackageNames() - Method in interface org.hibernate.boot.model.process.spi.ManagedResources
Informational access to any known annotated package names (packages with a package-info.class file that Hibernate has been told about).
getAnnotatedPackages() - Method in class org.hibernate.boot.MetadataSources
 
getAnnotatedPackages() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
getAnnotatedPackages() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
getAnnotation() - Method in class org.hibernate.boot.model.NamedEntityGraphDefinition
 
getAnnotation(Class<T>) - Method in class org.hibernate.boot.model.internal.JPAXMLOverriddenAnnotationReader
 
getAnnotation(Class<T>) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.DynamicProperty
 
getAnnotation(Class<T>) - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
 
getAnnotationMirror(Element, String) - Static method in class org.hibernate.jpamodelgen.util.TypeUtils
Checks whether the Element hosts the annotation with the given fully qualified class name.
getAnnotationReader(AnnotatedElement) - Method in class org.hibernate.boot.model.internal.JPAXMLOverriddenMetadataProvider
 
getAnnotations() - Method in class org.hibernate.boot.model.internal.JPAXMLOverriddenAnnotationReader
 
getAnnotations() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.DynamicProperty
 
getAnnotations() - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
 
getAnnotationsMethod() - Method in interface org.hibernate.usertype.DynamicParameterizedType.ParameterType
 
getAnnotationValue(AnnotationMirror, String) - Static method in class org.hibernate.jpamodelgen.util.TypeUtils
 
getAnnotationValueRef(AnnotationMirror, String) - Static method in class org.hibernate.jpamodelgen.util.TypeUtils
 
getAnotherAttribute() - Method in class org.hibernate.testing.orm.domain.gambit.SimpleComponent
 
getAnticipatedType() - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmParameter
 
getAnticipatedType() - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
 
getAnticipatedType() - Method in class org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper
 
getAnticipatedType() - Method in interface org.hibernate.query.sqm.tree.expression.SqmParameter
Based on the context it is declared, what is the anticipated type for bind values?
getAny() - Method in class org.hibernate.boot.jaxb.mapping.JaxbNaturalId
Gets the value of the any property.
getAnyConnection() - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
 
getAnyConnection() - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
 
getAnyConnection() - Method in interface org.hibernate.engine.jdbc.connections.spi.MultiTenantConnectionProvider
Allows access to the database metadata of the underlying database(s) in situations where we do not have a tenant id (like startup processing, for example).
getAnyConnectionProvider() - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
 
getAppliedGraph() - Method in class org.hibernate.engine.jdbc.mutation.internal.MutationQueryOptions
 
getAppliedGraph() - Method in class org.hibernate.loader.ast.internal.LoaderSqlAstCreationState
 
getAppliedGraph() - Method in class org.hibernate.query.internal.QueryOptionsImpl
 
getAppliedGraph() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
 
getAppliedGraph() - Method in interface org.hibernate.query.spi.QueryOptions
JPA EntityGraph explicitly applied to the query.
getAppliedGraph() - Method in class org.hibernate.query.spi.QueryOptionsAdapter
 
getAppliedParameterBindings() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getAppliedParameters() - Method in class org.hibernate.sql.exec.internal.JdbcCallImpl
 
getAppliedParameters() - Method in class org.hibernate.sql.exec.spi.AbstractJdbcOperationQuery
 
getAppliedParameters() - Method in interface org.hibernate.sql.exec.spi.JdbcOperationQuery
The parameters which were inlined into the query as literals.
getAppliedParameters() - Method in class org.hibernate.sql.exec.spi.JdbcOperationQueryMutationNative
 
getArchiveDescriptorFactory() - Method in class org.hibernate.boot.archive.spi.AbstractArchiveDescriptor
 
getArchiveDescriptorFactory() - Method in class org.hibernate.boot.internal.BootstrapContextImpl
 
getArchiveDescriptorFactory() - Method in interface org.hibernate.boot.spi.BootstrapContext
Access to the ArchiveDescriptorFactory used for scanning.
getArchiveDescriptorFactory() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
 
getArchiveUrl() - Method in class org.hibernate.boot.archive.spi.AbstractArchiveDescriptor
 
getAreaCode() - Method in class org.hibernate.testing.orm.domain.contacts.PhoneNumber
 
getArgument() - Method in exception org.hibernate.query.QueryArgumentException
 
getArgumentListSignature() - Method in class org.hibernate.dialect.function.array.AbstractArrayContainsFunction
 
getArgumentListSignature() - Method in class org.hibernate.dialect.function.array.AbstractArrayFillFunction
 
getArgumentListSignature() - Method in class org.hibernate.dialect.function.array.AbstractArrayOverlapsFunction
 
getArgumentListSignature() - Method in class org.hibernate.dialect.function.array.AbstractArrayPositionFunction
 
getArgumentListSignature() - Method in class org.hibernate.dialect.function.array.AbstractArrayPositionsFunction
 
getArgumentListSignature() - Method in class org.hibernate.dialect.function.array.OracleArrayLengthFunction
 
getArgumentListSignature() - Method in class org.hibernate.dialect.function.AvgFunction
 
getArgumentListSignature() - Method in class org.hibernate.dialect.function.CaseLeastGreatestEmulation
 
getArgumentListSignature() - Method in class org.hibernate.dialect.function.CastFunction
 
getArgumentListSignature() - Method in class org.hibernate.dialect.function.CountFunction
 
getArgumentListSignature() - Method in class org.hibernate.dialect.function.CurrentFunction
 
getArgumentListSignature() - Method in class org.hibernate.dialect.function.DerbyLpadEmulation
 
getArgumentListSignature() - Method in class org.hibernate.dialect.function.DerbyRpadEmulation
 
getArgumentListSignature() - Method in class org.hibernate.dialect.function.ExtractFunction
 
getArgumentListSignature() - Method in class org.hibernate.dialect.function.FormatFunction
 
getArgumentListSignature() - Method in class org.hibernate.dialect.function.InsertSubstringOverlayEmulation
 
getArgumentListSignature() - Method in class org.hibernate.dialect.function.LocatePositionEmulation
 
getArgumentListSignature() - Method in class org.hibernate.dialect.function.LpadRpadPadEmulation
 
getArgumentListSignature() - Method in class org.hibernate.dialect.function.PostgreSQLMinMaxFunction
 
getArgumentListSignature() - Method in class org.hibernate.dialect.function.PostgreSQLTruncRoundFunction
 
getArgumentListSignature() - Method in class org.hibernate.dialect.function.QuantifiedLeastGreatestEmulation
 
getArgumentListSignature() - Method in class org.hibernate.dialect.function.SqlFunction
 
getArgumentListSignature() - Method in class org.hibernate.dialect.function.TimestampaddFunction
 
getArgumentListSignature() - Method in class org.hibernate.dialect.function.TimestampdiffFunction
 
getArgumentListSignature() - Method in class org.hibernate.dialect.function.TrimFunction
 
getArgumentListSignature() - Method in class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
 
getArgumentListSignature() - Method in class org.hibernate.query.sqm.function.MultipatternSqmFunctionDescriptor
 
getArgumentListSignature() - Method in class org.hibernate.query.sqm.function.NamedSqmFunctionDescriptor
 
getArgumentListSignature() - Method in class org.hibernate.query.sqm.function.PatternBasedSqmFunctionDescriptor
 
getArguments() - Method in class org.hibernate.envers.query.criteria.AuditFunction
 
getArguments() - Method in class org.hibernate.metamodel.mapping.ordering.ast.FunctionExpression
 
getArguments() - Method in class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
 
getArguments() - Method in class org.hibernate.query.sqm.tree.expression.SqmCoalesce
 
getArguments() - Method in class org.hibernate.query.sqm.tree.expression.SqmFunction
 
getArguments() - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
 
getArguments() - Method in interface org.hibernate.sql.ast.tree.expression.FunctionExpression
 
getArguments() - Method in class org.hibernate.sql.results.graph.instantiation.internal.DynamicInstantiation
 
getArgumentsValidator() - Method in class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
 
getArgumentsValidator() - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmFunction
 
getArgumentsValidator() - Method in interface org.hibernate.query.sqm.function.SqmFunctionDescriptor
The object responsible for validating arguments of the function.
getArgumentType() - Method in class org.hibernate.property.access.internal.AbstractSetterMethodSerialForm
 
getArgumentTypeResolver() - Method in class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
 
getArray() - Method in class org.hibernate.collection.spi.PersistentArrayHolder
 
getArrayClass() - Method in class org.hibernate.type.descriptor.java.BooleanJavaType
 
getArrayClass() - Method in class org.hibernate.type.descriptor.java.ByteJavaType
 
getArrayClass() - Method in class org.hibernate.type.descriptor.java.CharacterJavaType
 
getArrayClass() - Method in class org.hibernate.type.descriptor.java.DoubleJavaType
 
getArrayClass() - Method in class org.hibernate.type.descriptor.java.FloatJavaType
 
getArrayClass() - Method in class org.hibernate.type.descriptor.java.IntegerJavaType
 
getArrayClass() - Method in class org.hibernate.type.descriptor.java.LongJavaType
 
getArrayClass() - Method in class org.hibernate.type.descriptor.java.ShortJavaType
 
getArrayClass() - Method in interface org.hibernate.type.descriptor.java.spi.PrimitiveJavaType
Get the Java type that describes an array of this type.
getArrayContainsFunction() - Method in class org.hibernate.dialect.H2SqlAstTranslator
 
getArrayContainsFunction() - Method in class org.hibernate.dialect.PostgreSQLSqlAstTranslator
 
getArrayContainsFunction() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
Returns the name of the array_contains(array, element) function, which is used for emulating the cycle clause.
getArrayJdbcTypeConstructor(ServiceRegistry) - Static method in class org.hibernate.dialect.OracleJdbcHelper
 
getArrayLength() - Method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
getArrayLength() - Method in class org.hibernate.engine.jdbc.Size
 
getArrayLength() - Method in class org.hibernate.mapping.Column
 
getArrayOfBasics() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfArrays
 
getArrayParameter() - Method in class org.hibernate.sql.ast.tree.predicate.InArrayPredicate
 
getArrayTypeName(String, String, Integer) - Method in class org.hibernate.dialect.Dialect
The SQL type name for the array type with elements of the given type name.
getArrayTypeName(String, String, Integer) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getArrayTypeName(String, String, Integer) - Method in class org.hibernate.dialect.OracleDialect
 
getArrayTypeName(String, String, Integer) - Method in class org.hibernate.dialect.SpannerDialect
 
getAsciiStream() - Method in class org.hibernate.engine.jdbc.ClobProxy
 
getAssembledJavaType() - Method in class org.hibernate.sql.results.graph.basic.BasicResultAssembler
 
getAssembledJavaType() - Method in class org.hibernate.sql.results.graph.collection.internal.AbstractCollectionAssembler
 
getAssembledJavaType() - Method in class org.hibernate.sql.results.graph.collection.internal.UnfetchedCollectionAssembler
 
getAssembledJavaType() - Method in interface org.hibernate.sql.results.graph.DomainResultAssembler
The JavaType describing the Java type that this assembler assembles.
getAssembledJavaType() - Method in class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableAssembler
 
getAssembledJavaType() - Method in class org.hibernate.sql.results.graph.entity.internal.EntityAssembler
 
getAssembledJavaType() - Method in class org.hibernate.sql.results.graph.instantiation.internal.ArgumentReader
 
getAssembledJavaType() - Method in class org.hibernate.sql.results.graph.instantiation.internal.DynamicInstantiationAssemblerConstructorImpl
 
getAssembledJavaType() - Method in class org.hibernate.sql.results.graph.instantiation.internal.DynamicInstantiationAssemblerInjectionImpl
 
getAssembledJavaType() - Method in class org.hibernate.sql.results.graph.instantiation.internal.DynamicInstantiationAssemblerListImpl
 
getAssembledJavaType() - Method in class org.hibernate.sql.results.graph.instantiation.internal.DynamicInstantiationAssemblerMapImpl
 
getAssembledJavaType() - Method in class org.hibernate.sql.results.graph.tuple.TupleResultAssembler
 
getAssembledJavaType() - Method in class org.hibernate.sql.results.graph.UnfetchedBasicPartResultAssembler
 
getAssembledJavaType() - Method in class org.hibernate.sql.results.graph.UnfetchedResultAssembler
 
getAssembledJavaType() - Method in class org.hibernate.sql.results.internal.NullValueAssembler
 
getAssembler() - Method in class org.hibernate.sql.results.graph.basic.BasicResult
For testing purposes only
getAssembler() - Method in class org.hibernate.sql.results.graph.tuple.TupleResult
For testing purposes only
getAssemblers() - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
getAssignable() - Method in class org.hibernate.sql.ast.tree.update.Assignment
The column being updated.
getAssignedValue() - Method in class org.hibernate.sql.ast.tree.update.Assignment
 
getAssignmentExpression() - Method in class org.hibernate.mapping.Column
 
getAssignments() - Method in class org.hibernate.query.sqm.tree.update.SqmSetClause
 
getAssignments() - Method in class org.hibernate.sql.ast.tree.update.UpdateStatement
 
getAssignmentsByTable() - Method in class org.hibernate.query.sqm.mutation.internal.temptable.UpdateExecutionDelegate
 
getAssociatedClass() - Method in class org.hibernate.mapping.OneToMany
 
getAssociatedEntityMappingType() - Method in interface org.hibernate.metamodel.mapping.EntityAssociationMapping
 
getAssociatedEntityMappingType() - Method in class org.hibernate.metamodel.mapping.internal.AbstractEntityCollectionPart
 
getAssociatedEntityMappingType() - Method in interface org.hibernate.metamodel.mapping.internal.EntityCollectionPart
 
getAssociatedEntityMappingType() - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
getAssociatedEntityName() - Method in class org.hibernate.type.EntityType
The name of the associated entity.
getAssociatedEntityName(SessionFactoryImplementor) - Method in class org.hibernate.type.AnyType
 
getAssociatedEntityName(SessionFactoryImplementor) - Method in interface org.hibernate.type.AssociationType
Get the entity name of the associated entity
getAssociatedEntityName(SessionFactoryImplementor) - Method in class org.hibernate.type.CollectionType
 
getAssociatedEntityName(SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
The name of the associated entity.
getAssociatedEntityPersister(SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
 
getAssociatedJoinable(SessionFactoryImplementor) - Method in class org.hibernate.type.AnyType
 
getAssociatedJoinable(SessionFactoryImplementor) - Method in interface org.hibernate.type.AssociationType
Get the "persister" for this association - a class or collection persister
getAssociatedJoinable(SessionFactoryImplementor) - Method in class org.hibernate.type.CollectionType
 
getAssociatedJoinable(SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
Retrieves the Joinable defining the associated entity.
getAssociation() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType.JaxbHbmFetch
Gets the value of the association property.
getAssociation() - Method in class org.hibernate.boot.jaxb.mapping.JaxbFetchProfile.JaxbFetch
Gets the value of the association property.
getAssociation() - Method in class org.hibernate.engine.profile.Fetch
The association to which the fetch style applies.
getAssociation() - Method in class org.hibernate.mapping.FetchProfile.Fetch
 
getAssociationAttributeSource() - Method in interface org.hibernate.boot.model.source.spi.MapsIdSource
The attribute source information
getAssociationKey() - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
 
getAssociationKey() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedForeignKeyDescriptor
 
getAssociationKey() - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
getAssociationKeyFromSide(Object, ForeignKeyDescriptor.Nature, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
 
getAssociationKeyFromSide(Object, ForeignKeyDescriptor.Side, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
 
getAssociationKeyFromSide(Object, ForeignKeyDescriptor.Side, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedForeignKeyDescriptor
 
getAssociationKeyFromSide(Object, ForeignKeyDescriptor.Side, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
getAssociationOverride() - Method in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
Gets the value of the associationOverride property.
getAssociationOverride() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEmbedded
Gets the value of the associationOverride property.
getAssociationOverride() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the associationOverride property.
getAssociationOverride() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the associationOverride property.
getAssociationOverride() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embedded
Gets the value of the associationOverride property.
getAssociationOverride() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the associationOverride property.
getAssociationOwningAttributePath() - Method in interface org.hibernate.boot.model.naming.ImplicitJoinTableNameSource
Access to the name of the attribute, from the owning side, that defines the association.
getAssociationPath() - Method in class org.hibernate.engine.profile.Association
The property path
getAtIndexOrNull(Object[], int) - Method in class org.hibernate.envers.internal.entities.mapper.MultiPropertyMapper
 
getATN() - Method in class org.hibernate.grammars.graph.GraphLanguageLexer
 
getATN() - Method in class org.hibernate.grammars.graph.GraphLanguageParser
 
getATN() - Method in class org.hibernate.grammars.hql.HqlLexer
 
getATN() - Method in class org.hibernate.grammars.hql.HqlParser
 
getATN() - Method in class org.hibernate.grammars.importsql.SqlScriptLexer
 
getATN() - Method in class org.hibernate.grammars.importsql.SqlScriptParser
 
getATN() - Method in class org.hibernate.grammars.ordering.OrderingLexer
 
getATN() - Method in class org.hibernate.grammars.ordering.OrderingParser
 
getAttribute() - Method in class org.hibernate.metamodel.mapping.internal.SimpleNaturalIdMapping
 
getAttribute() - Method in interface org.hibernate.persister.entity.mutation.AttributeAnalysis
The attribute analyzed here
getAttribute() - Method in interface org.hibernate.query.criteria.JpaJoin
 
getAttribute() - Method in interface org.hibernate.query.criteria.JpaPluralJoin
 
getAttribute() - Method in interface org.hibernate.query.criteria.JpaSearchOrder
Return the CTE attribute that is used for ordering.
getAttribute() - Method in class org.hibernate.query.Order
 
getAttribute() - Method in class org.hibernate.query.sqm.tree.cte.SqmSearchClauseSpecification
 
getAttribute() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
 
getAttribute() - Method in class org.hibernate.query.sqm.tree.domain.SqmBagJoin
 
getAttribute() - Method in class org.hibernate.query.sqm.tree.domain.SqmListJoin
 
getAttribute() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
 
getAttribute() - Method in class org.hibernate.query.sqm.tree.domain.SqmSetJoin
 
getAttribute() - Method in class org.hibernate.query.sqm.tree.domain.SqmSingularJoin
 
getAttribute(String) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getAttribute(String) - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
 
getAttribute(String) - Method in interface org.hibernate.query.criteria.JpaCteCriteriaType
Returns the found attribute or null.
getAttribute(String) - Method in class org.hibernate.query.sqm.tree.cte.SqmCteTable
 
getAttribute(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getAttributeAccess(String) - Method in class org.hibernate.jpa.internal.util.PersistenceUtilHelper.ClassMetadataCache
 
getAttributeAccessor() - Method in class org.hibernate.boot.jaxb.mapping.JaxbBasic
Gets the value of the attributeAccessor property.
getAttributeAccessor() - Method in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
Gets the value of the attributeAccessor property.
getAttributeAccessor() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEmbedded
Gets the value of the attributeAccessor property.
getAttributeAccessor() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEmbeddedId
Gets the value of the attributeAccessor property.
getAttributeAccessor() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the attributeAccessor property.
getAttributeAccessor() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
Gets the value of the attributeAccessor property.
getAttributeAccessor() - Method in class org.hibernate.boot.jaxb.mapping.JaxbHbmAnyMapping
Gets the value of the attributeAccessor property.
getAttributeAccessor() - Method in class org.hibernate.boot.jaxb.mapping.JaxbHbmManyToAny
Gets the value of the attributeAccessor property.
getAttributeAccessor() - Method in class org.hibernate.boot.jaxb.mapping.JaxbId
Gets the value of the attributeAccessor property.
getAttributeAccessor() - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
Gets the value of the attributeAccessor property.
getAttributeAccessor() - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToOne
Gets the value of the attributeAccessor property.
getAttributeAccessor() - Method in class org.hibernate.boot.jaxb.mapping.JaxbMappedSuperclass
Gets the value of the attributeAccessor property.
getAttributeAccessor() - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
Gets the value of the attributeAccessor property.
getAttributeAccessor() - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToOne
Gets the value of the attributeAccessor property.
getAttributeAccessor() - Method in class org.hibernate.boot.jaxb.mapping.JaxbVersion
Gets the value of the attributeAccessor property.
getAttributeAccessor() - Method in interface org.hibernate.boot.jaxb.mapping.PersistentAttribute
Hibernate's pluggable access-strategy support
getAttributeAnalyses() - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard.UpdateValuesAnalysisImpl
 
getAttributeAnalyses() - Method in interface org.hibernate.persister.entity.mutation.UpdateValuesAnalysis
Descriptors for the analysis of each attribute
getAttributeClassification() - Method in interface org.hibernate.metamodel.internal.AttributeMetadata
Get the classification for this attribute
getAttributeClassification() - Method in class org.hibernate.metamodel.internal.BaseAttributeMetadata
 
getAttributeClassification() - Method in class org.hibernate.metamodel.model.domain.internal.AbstractAttribute
 
getAttributeClassification() - Method in class org.hibernate.metamodel.model.domain.internal.PluralAttributeBuilder
 
getAttributeClassification() - Method in interface org.hibernate.metamodel.model.domain.PersistentAttribute
The classification of the attribute (is it a basic type, entity, etc)
getAttributeClassification() - Method in class org.hibernate.query.derived.AnonymousTupleSqmAssociationPathSource
 
getAttributeConverterAutoApplyHandler() - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getAttributeConverterAutoApplyHandler() - Method in interface org.hibernate.boot.model.convert.spi.ConverterRegistry
 
getAttributeConverterAutoApplyHandler() - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
getAttributeConverterClass() - Method in class org.hibernate.boot.model.convert.internal.AbstractConverterDescriptor
 
getAttributeConverterClass() - Method in interface org.hibernate.boot.model.convert.spi.ConverterDescriptor
The AttributeConverter class
getAttributeConverterDescriptor() - Method in class org.hibernate.mapping.SimpleValue
 
getAttributeConverterDescriptors() - Method in class org.hibernate.boot.model.process.internal.ManagedResourcesImpl
 
getAttributeConverterDescriptors() - Method in interface org.hibernate.boot.model.process.spi.ManagedResources
Informational access to the AttributeConverter definitions known about.
getAttributeConverterManager() - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getAttributeConverters() - Method in class org.hibernate.boot.internal.BootstrapContextImpl
 
getAttributeConverters() - Method in interface org.hibernate.boot.spi.BootstrapContext
Access to collected AttributeConverter definitions.
getAttributeConverters() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
 
getAttributeDeclarationString() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaAttribute
 
getAttributeDeclarationString() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaMap
 
getAttributeDeclarationString() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaType
 
getAttributeDeclarationString() - Method in class org.hibernate.jpamodelgen.annotation.CriteriaFinderMethod
 
getAttributeDeclarationString() - Method in class org.hibernate.jpamodelgen.annotation.DaoConstructor
 
getAttributeDeclarationString() - Method in class org.hibernate.jpamodelgen.annotation.IdFinderMethod
 
getAttributeDeclarationString() - Method in class org.hibernate.jpamodelgen.annotation.NaturalIdFinderMethod
 
getAttributeDeclarationString() - Method in class org.hibernate.jpamodelgen.annotation.QueryMethod
 
getAttributeDeclarationString() - Method in interface org.hibernate.jpamodelgen.model.MetaAttribute
 
getAttributeDeclarationString() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaAttribute
 
getAttributeDeclarationString() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaMap
 
getAttributeDescriptor() - Method in interface org.hibernate.graph.AttributeNode
 
getAttributeDescriptor() - Method in class org.hibernate.graph.internal.AttributeNodeImpl
 
getAttributeIndex() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor
Access to the index of the attribute in terms of its position in the entity persister
getAttributeIndex() - Method in interface org.hibernate.CustomEntityDirtinessStrategy.AttributeInformation
Many of Hibernate internals use arrays to define information about attributes.
getAttributeIndexes() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping
 
getAttributeJavaType() - Method in class org.hibernate.metamodel.model.domain.internal.AbstractAttribute
 
getAttributeJavaType() - Method in interface org.hibernate.metamodel.model.domain.PersistentAttribute
 
getAttributeJavaType() - Method in class org.hibernate.query.derived.AnonymousTupleSqmAssociationPathSource
 
getAttributeMapping() - Method in class org.hibernate.loader.ast.internal.CollectionElementLoaderByIndex
 
getAttributeMapping() - Method in class org.hibernate.loader.ast.internal.CollectionLoaderSingleKey
 
getAttributeMapping() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getAttributeMapping() - Method in interface org.hibernate.persister.collection.CollectionPersister
 
getAttributeMapping() - Method in class org.hibernate.query.internal.FetchMementoEmbeddableStandard
 
getAttributeMapping() - Method in class org.hibernate.sql.results.graph.collection.internal.AbstractCollectionResultNode
 
getAttributeMapping(int) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
Retrieve an attribute mapping by position, relative to all attributes
getAttributeMapping(int) - Method in class org.hibernate.metamodel.mapping.internal.AbstractEmbeddableMapping
 
getAttributeMapping(int) - Method in interface org.hibernate.metamodel.mapping.ManagedMappingType
Retrieve an attribute by its contributor position
getAttributeMapping(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getAttributeMapping(int) - Method in interface org.hibernate.persister.entity.EntityPersister
 
getAttributeMapping(int) - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddableValuedModelPart
 
getAttributeMapping(int) - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
getAttributeMappings() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
The attributes mapping for this entity, including those declared on supertype mappings
getAttributeMappings() - Method in class org.hibernate.metamodel.mapping.internal.AbstractEmbeddableMapping
 
getAttributeMappings() - Method in interface org.hibernate.metamodel.mapping.ManagedMappingType
Get access to the attributes defined on this class and any supers
getAttributeMappings() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getAttributeMappings() - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddableValuedModelPart
 
getAttributeMappings() - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
getAttributeMetadata() - Method in interface org.hibernate.metamodel.internal.ValueContext
 
getAttributeMetadata() - Method in interface org.hibernate.metamodel.mapping.AttributeMapping
Access to AttributeMetadata
getAttributeMetadata() - Method in class org.hibernate.metamodel.mapping.internal.AbstractStateArrayContributorMapping
 
getAttributeMetadata() - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
getAttributeMetadata() - Method in interface org.hibernate.metamodel.mapping.internal.SingleAttributeIdentifierMapping
 
getAttributeMetadata(Property, Type, PropertyAccess, CascadeStyle, MappingModelCreationProcess) - Static method in class org.hibernate.metamodel.mapping.internal.MappingModelCreationHelper
 
getAttributeMetadata(PropertyAccess) - Static method in class org.hibernate.metamodel.mapping.internal.MappingModelCreationHelper
 
getAttributeMutationTableName(int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Deprecated.
The name of the table to use when performing mutations (INSERT,UPDATE,DELETE) for the given attribute
getAttributeMutationTableName(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getAttributeName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbConvert
Gets the value of the attributeName property.
getAttributeName() - Method in class org.hibernate.boot.model.internal.AttributeConversionInfo
The name of the attribute to which the conversion applies.
getAttributeName() - Method in class org.hibernate.graph.internal.AttributeNodeImpl
 
getAttributeName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Convert
Gets the value of the attributeName property.
getAttributeName() - Method in interface org.hibernate.metamodel.mapping.AttributeMapping
The name of the mapped attribute
getAttributeName() - Method in interface org.hibernate.metamodel.mapping.EntityIdentifierMapping
The name of the attribute defining the id, if one
getAttributeName() - Method in class org.hibernate.metamodel.mapping.internal.AbstractAttributeMapping
 
getAttributeName() - Method in class org.hibernate.metamodel.mapping.internal.BasicEntityIdentifierMappingImpl
 
getAttributeName() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedIdentifierMappingImpl
 
getAttributeName() - Method in class org.hibernate.metamodel.mapping.internal.NonAggregatedIdentifierMappingImpl
 
getAttributeName() - Method in interface org.hibernate.metamodel.mapping.internal.SingleAttributeIdentifierMapping
 
getAttributeName() - Method in class org.hibernate.query.derived.AnonymousTupleBasicEntityIdentifierMapping
 
getAttributeName() - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddedEntityIdentifierMapping
 
getAttributeName() - Method in class org.hibernate.query.derived.AnonymousTupleNonAggregatedEntityIdentifierMapping
 
getAttributeName() - Method in class org.hibernate.query.Order
 
getAttributeNameDeclarationString() - Method in class org.hibernate.jpamodelgen.annotation.AbstractFinderMethod
 
getAttributeNameDeclarationString() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaAttribute
 
getAttributeNameDeclarationString() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaType
 
getAttributeNameDeclarationString() - Method in class org.hibernate.jpamodelgen.annotation.DaoConstructor
 
getAttributeNameDeclarationString() - Method in class org.hibernate.jpamodelgen.annotation.QueryMethod
 
getAttributeNameDeclarationString() - Method in interface org.hibernate.jpamodelgen.model.MetaAttribute
 
getAttributeNameDeclarationString() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaAttribute
 
getAttributeNodeImplementors() - Method in class org.hibernate.graph.internal.AbstractGraph
 
getAttributeNodeImplementors() - Method in interface org.hibernate.graph.spi.GraphImplementor
 
getAttributeNodeList() - Method in interface org.hibernate.graph.Graph
Get a list of all existing AttributeNodes within this container.
getAttributeNodeList() - Method in interface org.hibernate.graph.spi.GraphImplementor
 
getAttributeNodes() - Method in interface org.hibernate.graph.RootGraph
 
getAttributeNodes() - Method in interface org.hibernate.graph.SubGraph
 
getAttributeOverride() - Method in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
Gets the value of the attributeOverride property.
getAttributeOverride() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEmbedded
Gets the value of the attributeOverride property.
getAttributeOverride() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEmbeddedId
Gets the value of the attributeOverride property.
getAttributeOverride() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the attributeOverride property.
getAttributeOverride() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the attributeOverride property.
getAttributeOverride() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embedded
Gets the value of the attributeOverride property.
getAttributeOverride() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddedId
Gets the value of the attributeOverride property.
getAttributeOverride() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the attributeOverride property.
getAttributePath() - Method in interface org.hibernate.boot.model.naming.ImplicitAnyDiscriminatorColumnNameSource
Access the AttributePath to the ANY mapping
getAttributePath() - Method in interface org.hibernate.boot.model.naming.ImplicitAnyKeyColumnNameSource
Access to the AttributePath of the ANY mapping
getAttributePath() - Method in interface org.hibernate.boot.model.naming.ImplicitBasicColumnNameSource
Access to the AttributePath for the basic value
getAttributePath() - Method in interface org.hibernate.boot.model.naming.ImplicitJoinColumnNameSource
Access to the name of the attribute that defines the association.
getAttributePath() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
getAttributePath() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceBasicImpl
 
getAttributePath() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceManyToOneImpl
 
getAttributePath() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceBasicImpl
 
getAttributePath() - Method in class org.hibernate.boot.model.source.internal.hbm.SingularAttributeSourceAnyImpl
 
getAttributePath() - Method in interface org.hibernate.boot.model.source.spi.AttributeSource
 
getAttributePathBase() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
getAttributePathBase() - Method in interface org.hibernate.boot.model.source.internal.hbm.EmbeddableSourceContainer
 
getAttributePathBase() - Method in class org.hibernate.boot.model.source.internal.hbm.EmbeddableSourceImpl
 
getAttributePathBase() - Method in class org.hibernate.boot.model.source.internal.hbm.EmbeddableSourceVirtualImpl
 
getAttributePathBase() - Method in interface org.hibernate.boot.model.source.spi.AttributeSourceContainer
 
getAttributeRole() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
getAttributeRole() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceBasicImpl
 
getAttributeRole() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceManyToOneImpl
 
getAttributeRole() - Method in class org.hibernate.boot.model.source.internal.hbm.SingularAttributeSourceAnyImpl
 
getAttributeRole() - Method in interface org.hibernate.boot.model.source.spi.AttributeSource
 
getAttributeRoleBase() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
getAttributeRoleBase() - Method in interface org.hibernate.boot.model.source.internal.hbm.EmbeddableSourceContainer
 
getAttributeRoleBase() - Method in class org.hibernate.boot.model.source.internal.hbm.EmbeddableSourceImpl
 
getAttributeRoleBase() - Method in class org.hibernate.boot.model.source.internal.hbm.EmbeddableSourceVirtualImpl
 
getAttributeRoleBase() - Method in interface org.hibernate.boot.model.source.spi.AttributeSourceContainer
 
getAttributes() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIndexType
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyCompositeType
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNaturalIdType
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the attributes property.
getAttributes() - Method in interface org.hibernate.boot.jaxb.mapping.EntityOrMappedSuperclass
 
getAttributes() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEmbeddable
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.boot.jaxb.mapping.JaxbMappedSuperclass
Gets the value of the attributes property.
getAttributes() - Method in interface org.hibernate.boot.jaxb.mapping.ManagedType
 
getAttributes() - Method in class org.hibernate.envers.boot.model.AbstractIdentifier
 
getAttributes() - Method in interface org.hibernate.envers.boot.model.Identifier
Get the collection of property attributes.
getAttributes() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embeddable
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Gets the value of the attributes property.
getAttributes() - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getAttributes() - Method in interface org.hibernate.query.criteria.JpaCteCriteriaType
The attributes of the CTE type.
getAttributes() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteTable
 
getAttributes() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getAttributesInFetchGroup(String) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
 
getAttributeSource() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAssociationElementSourceImpl
 
getAttributeSource() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractToOneAttributeSourceImpl
 
getAttributeSource() - Method in interface org.hibernate.boot.model.source.spi.AssociationSource
 
getAttributeSourceContainer() - Method in interface org.hibernate.boot.model.source.internal.hbm.AttributesHelper.Callback
 
getAttributeSourcesMakingUpIdentifier() - Method in interface org.hibernate.boot.model.source.spi.IdentifierSourceNonAggregatedComposite
Obtain the source descriptor for the identifier attribute.
getAttributesPrefixed(String, Iterator<Selectable>, boolean, boolean) - Method in class org.hibernate.envers.boot.model.IdentifierRelation
 
getAttributesPrefixed(String, ColumnNameIterator, boolean, boolean) - Method in class org.hibernate.envers.boot.model.IdentifierRelation
 
getAttributeValues(EmbeddableMappingType, Object[], WrapperOptions) - Static method in class org.hibernate.dialect.StructHelper
 
getAuditData(PersistentClass) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.AnnotationsMetadataReader
 
getAuditedEntityConfiguration(String) - Method in class org.hibernate.envers.configuration.internal.metadata.AbstractMetadataGenerator
 
getAuditedEntityConfiguration(String) - Method in class org.hibernate.envers.configuration.internal.metadata.AuditEntityConfigurationRegistry
 
getAuditedEntityConfigurations() - Method in class org.hibernate.envers.configuration.internal.metadata.AbstractMetadataGenerator
 
getAuditedEntityConfigurations() - Method in class org.hibernate.envers.configuration.internal.metadata.AuditEntityConfigurationRegistry
 
getAuditEntityConfigurationRegistry() - Method in class org.hibernate.envers.boot.internal.EnversMetadataBuildingContextImpl
 
getAuditEntityConfigurationRegistry() - Method in interface org.hibernate.envers.boot.spi.EnversMetadataBuildingContext
 
getAuditEntityName() - Method in class org.hibernate.envers.configuration.internal.metadata.AuditTableData
 
getAuditEntityName() - Method in class org.hibernate.envers.internal.entities.mapper.relation.MiddleIdData
 
getAuditEntityName(String) - Method in class org.hibernate.envers.configuration.Configuration
todo: move this Get the audit enttiy name.
getAuditEntityNameRegistry() - Method in class org.hibernate.envers.boot.internal.EnversMetadataBuildingContextImpl
 
getAuditEntityNameRegistry() - Method in interface org.hibernate.envers.boot.spi.EnversMetadataBuildingContext
 
getAuditingData() - Method in class org.hibernate.envers.internal.entities.ComponentDescription
 
getAuditingOverrides() - Method in interface org.hibernate.envers.configuration.internal.metadata.reader.AuditedPropertiesHolder
 
getAuditingOverrides() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.ClassAuditingData
 
getAuditingOverrides() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
getAuditJoinTableData() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.AuditOverrideData
 
getAuditMappedBy() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
getAuditMiddleEntityName() - Method in class org.hibernate.envers.internal.entities.ComponentDescription
 
getAuditMiddleEntityName() - Method in class org.hibernate.envers.internal.entities.RelationDescription
 
getAuditProcessManager() - Method in interface org.hibernate.envers.boot.internal.EnversService
 
getAuditProcessManager() - Method in class org.hibernate.envers.boot.internal.EnversServiceImpl
 
getAuditReaderImplementor() - Method in class org.hibernate.envers.internal.entities.EntityInstantiator
 
getAuditStrategy() - Method in interface org.hibernate.envers.boot.internal.EnversService
 
getAuditStrategy() - Method in class org.hibernate.envers.boot.internal.EnversServiceImpl
Deprecated.
getAuditStrategy() - Method in class org.hibernate.envers.configuration.Configuration
 
getAuditStrategyName() - Method in class org.hibernate.envers.configuration.Configuration
 
getAuditTable() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.ClassAuditingData
 
getAuditTableData() - Method in class org.hibernate.envers.boot.model.PersistentEntity
 
getAuditTableName() - Method in class org.hibernate.envers.configuration.internal.metadata.AuditTableData
 
getAuditTableName(String, String) - Method in class org.hibernate.envers.configuration.Configuration
Gets the audit table name by looking up the entity in the defined custom tables and if not found returns a prefixed, suffixed audit table name.
getAutoAliasInjection() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType
Gets the value of the autoAliasInjection property.
getAutoAppliedConverterDescriptorForAttribute(XProperty, MetadataBuildingContext) - Method in class org.hibernate.boot.model.convert.internal.AutoApplicableConverterDescriptorBypassedImpl
 
getAutoAppliedConverterDescriptorForAttribute(XProperty, MetadataBuildingContext) - Method in class org.hibernate.boot.model.convert.internal.AutoApplicableConverterDescriptorStandardImpl
 
getAutoAppliedConverterDescriptorForAttribute(XProperty, MetadataBuildingContext) - Method in interface org.hibernate.boot.model.convert.spi.AutoApplicableConverterDescriptor
 
getAutoAppliedConverterDescriptorForCollectionElement(XProperty, MetadataBuildingContext) - Method in class org.hibernate.boot.model.convert.internal.AutoApplicableConverterDescriptorBypassedImpl
 
getAutoAppliedConverterDescriptorForCollectionElement(XProperty, MetadataBuildingContext) - Method in class org.hibernate.boot.model.convert.internal.AutoApplicableConverterDescriptorStandardImpl
 
getAutoAppliedConverterDescriptorForCollectionElement(XProperty, MetadataBuildingContext) - Method in interface org.hibernate.boot.model.convert.spi.AutoApplicableConverterDescriptor
 
getAutoAppliedConverterDescriptorForMapKey(XProperty, MetadataBuildingContext) - Method in class org.hibernate.boot.model.convert.internal.AutoApplicableConverterDescriptorBypassedImpl
 
getAutoAppliedConverterDescriptorForMapKey(XProperty, MetadataBuildingContext) - Method in class org.hibernate.boot.model.convert.internal.AutoApplicableConverterDescriptorStandardImpl
 
getAutoAppliedConverterDescriptorForMapKey(XProperty, MetadataBuildingContext) - Method in interface org.hibernate.boot.model.convert.spi.AutoApplicableConverterDescriptor
 
getAutoApplyDescriptor() - Method in class org.hibernate.boot.model.convert.internal.AbstractConverterDescriptor
 
getAutoApplyDescriptor() - Method in interface org.hibernate.boot.model.convert.spi.ConverterDescriptor
Get the auto-apply checker for this converter.
getAutoListener() - Method in class org.hibernate.internal.BaselineSessionEventsListenerBuilder
 
getAuxiliaryDatabaseObjectExporter() - Method in class org.hibernate.dialect.Dialect
getAuxiliaryDatabaseObjectExporter() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getAuxiliaryDatabaseObjectList() - Method in class org.hibernate.boot.internal.BootstrapContextImpl
 
getAuxiliaryDatabaseObjectList() - Method in interface org.hibernate.boot.spi.BootstrapContext
Access to any AuxiliaryDatabaseObjects explicitly registered with the MetadataBuilder.
getAuxiliaryDatabaseObjectList() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
 
getAuxiliaryDatabaseObjects() - Method in class org.hibernate.boot.model.relational.Database
 
getBagRoles() - Method in exception org.hibernate.loader.MultipleBagFetchException
Retrieves the collection-roles for the bags encountered.
getBase() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListIndexType
Gets the value of the base property.
getBase() - Method in class org.hibernate.boot.model.internal.IndexColumn
 
getBase() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSequentialIndexSourceImpl
 
getBase() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSequentialIndexSource
Hibernate allows specifying the base value to use when storing the index to the database.
getBaseForMappings() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
getBaseForMappings() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
getBaseIndex() - Method in class org.hibernate.mapping.List
 
getBaselineSessionEventsListenerBuilder() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
getBaselineSessionEventsListenerBuilder() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getBaselineSessionEventsListenerBuilder() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getBaseType() - Method in class org.hibernate.type.MetaType
Deprecated.
 
getBasic() - Method in class org.hibernate.boot.jaxb.mapping.JaxbNaturalId
Gets the value of the basic property.
getBasic() - Method in class org.hibernate.boot.model.internal.PropertyMappingElementCollector
 
getBasic() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
Gets the value of the basic property.
getBasic() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddableAttributes
Gets the value of the basic property.
getBasicAttributes() - Method in interface org.hibernate.boot.jaxb.mapping.AttributesContainer
 
getBasicAttributes() - Method in class org.hibernate.boot.jaxb.mapping.JaxbAttributes
Gets the value of the basicAttributes property.
getBasicAttributes() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEmbeddableAttributes
Gets the value of the basicAttributes property.
getBasicAttributes() - Method in interface org.hibernate.boot.jaxb.mapping.NaturalId
 
getBasicByBasic() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
getBasicByComponent() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
getBasicByConvertedEnum() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
getBasicByEnum() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
getBasicByOneToMany() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
getBasicInteger() - Method in class org.hibernate.testing.orm.domain.gambit.Component
 
getBasicLong() - Method in class org.hibernate.testing.orm.domain.gambit.Component
 
getBasicPrimitiveInt() - Method in class org.hibernate.testing.orm.domain.gambit.Component
 
getBasicString() - Method in class org.hibernate.testing.orm.domain.gambit.Component
 
getBasicType() - Method in class org.hibernate.boot.spi.BasicTypeRegistration
 
getBasicTypeForGenericJavaType(Class<? super J>, Type...) - Method in class org.hibernate.type.spi.TypeConfiguration
 
getBasicTypeForJavaType(Class<J>) - Method in class org.hibernate.type.spi.TypeConfiguration
 
getBasicTypeForJavaType(Type) - Method in class org.hibernate.type.spi.TypeConfiguration
 
getBasicTypeRegistrations() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
 
getBasicTypeRegistrations() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getBasicTypeRegistrations() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
Access the list of BasicType registrations.
getBasicTypeRegistry() - Method in class org.hibernate.type.spi.TypeConfiguration
 
getBasicValueBinder() - Method in class org.hibernate.boot.model.internal.PropertyBinder
 
getBatch(BatchKey, Integer, Supplier<PreparedStatementGroup>) - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
getBatch(BatchKey, Integer, Supplier<PreparedStatementGroup>) - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Get the batch for the supplied key, creating one if needed using the supplied statementGroupSupplier.
getBatchBuilder() - Method in class org.hibernate.internal.JdbcSessionContextImpl
 
getBatchBuilder() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
 
getBatchedStatementCount() - Method in class org.hibernate.engine.jdbc.batch.internal.BasicBatchKey
 
getBatchedStatementCount() - Method in interface org.hibernate.engine.jdbc.batch.spi.BatchKey
Deprecated.
With no replacement. No longer used
getBatchFetchQueue() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getBatchFetchQueue() - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the BatchFetchQueue, instantiating one if necessary.
getBatchFetchStyle() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
getBatchFetchStyle() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getBatchFetchStyle() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
Deprecated.
: No longer used internally
getBatchFetchStyle() - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
getBatchKey() - Method in class org.hibernate.engine.jdbc.mutation.internal.NoBatchKeyAccess
 
getBatchKey() - Method in interface org.hibernate.engine.jdbc.mutation.spi.BatchKeyAccess
The BatchKey to use
getBatchKey() - Method in class org.hibernate.persister.entity.mutation.AbstractDeleteCoordinator
 
getBatchKey() - Method in class org.hibernate.persister.entity.mutation.AbstractMutationCoordinator
 
getBatchKey() - Method in class org.hibernate.persister.entity.mutation.InsertCoordinator
 
getBatchKey() - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard
 
getBatchLoadableEntityIds(EntityMappingType, Object, int) - Method in class org.hibernate.engine.spi.BatchFetchQueue
Get a batch of unloaded identifiers for this class, using a slightly complex algorithm that tries to grab keys registered immediately after the given key.
getBatchLoadSizingStrategy() - Method in class org.hibernate.dialect.Dialect
The strategy used to determine the appropriate number of keys to load in a single SQL query with batch-fetch loading.
getBatchLoadSizingStrategy() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getBatchPosition() - Method in exception org.hibernate.jdbc.BatchedTooManyRowsAffectedException
 
getBatchSize() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
getBatchSize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the batchSize property.
getBatchSize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the batchSize property.
getBatchSize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Gets the value of the batchSize property.
getBatchSize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the batchSize property.
getBatchSize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the batchSize property.
getBatchSize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the batchSize property.
getBatchSize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the batchSize property.
getBatchSize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the batchSize property.
getBatchSize() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getBatchSize() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the batchSize property.
getBatchSize() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
getBatchSize() - Method in class org.hibernate.boot.model.source.internal.hbm.FetchCharacteristicsPluralAttributeImpl
 
getBatchSize() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
Obtain the batch-size to be applied when initializing proxies of this entity.
getBatchSize() - Method in interface org.hibernate.boot.model.source.spi.FetchCharacteristicsPluralAttribute
 
getBatchSize() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
getBatchSize() - Method in class org.hibernate.internal.NaturalIdMultiLoadAccessStandard
 
getBatchSize() - Method in interface org.hibernate.loader.ast.spi.Loadable
 
getBatchSize() - Method in interface org.hibernate.loader.ast.spi.MultiLoadOptions
Batch size to use when loading entities from the database.
getBatchSize() - Method in class org.hibernate.mapping.Collection
 
getBatchSize() - Method in class org.hibernate.mapping.PersistentClass
 
getBatchSize() - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
getBatchSize() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getBatchSize() - Method in interface org.hibernate.persister.collection.CollectionPersister
 
getBatchSize() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getBatchSize() - Method in interface org.hibernate.persister.entity.EntityPersister
The batch size for batch loading.
getBatchSize() - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
getBatchSizes(int) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
getBean(Class<B>, BeanContainer.LifecycleOptions, BeanInstanceProducer) - Method in class org.hibernate.resource.beans.container.spi.AbstractCdiBeanContainer
 
getBean(Class<B>, BeanContainer.LifecycleOptions, BeanInstanceProducer) - Method in interface org.hibernate.resource.beans.container.spi.BeanContainer
 
getBean(Class<T>) - Method in class org.hibernate.resource.beans.internal.ManagedBeanRegistryImpl
 
getBean(Class<T>) - Method in interface org.hibernate.resource.beans.spi.ManagedBeanRegistry
Get a bean reference by class.
getBean(Class<T>, BeanInstanceProducer) - Method in class org.hibernate.resource.beans.internal.ManagedBeanRegistryImpl
 
getBean(Class<T>, BeanInstanceProducer) - Method in interface org.hibernate.resource.beans.spi.ManagedBeanRegistry
Get a bean reference by class with an explicit fallback bean instance producer.
getBean(String, Class<B>, BeanContainer.LifecycleOptions, BeanInstanceProducer) - Method in class org.hibernate.resource.beans.container.spi.AbstractCdiBeanContainer
 
getBean(String, Class<B>, BeanContainer.LifecycleOptions, BeanInstanceProducer) - Method in interface org.hibernate.resource.beans.container.spi.BeanContainer
 
getBean(String, Class<T>) - Method in class org.hibernate.resource.beans.internal.ManagedBeanRegistryImpl
 
getBean(String, Class<T>) - Method in interface org.hibernate.resource.beans.spi.ManagedBeanRegistry
Get a bean reference by name and contract.
getBean(String, Class<T>, BeanInstanceProducer) - Method in class org.hibernate.resource.beans.internal.ManagedBeanRegistryImpl
 
getBean(String, Class<T>, BeanInstanceProducer) - Method in interface org.hibernate.resource.beans.spi.ManagedBeanRegistry
Get a bean reference by name and contract with an explicit fallback bean instance producer.
getBeanClass() - Method in class org.hibernate.boot.model.internal.DelayedParameterizedTypeBean
 
getBeanClass() - Method in class org.hibernate.resource.beans.container.spi.FallbackContainedBean
 
getBeanClass() - Method in interface org.hibernate.resource.beans.spi.ManagedBean
The bean Java type
getBeanClass() - Method in class org.hibernate.resource.beans.spi.ProvidedInstanceManagedBeanImpl
 
getBeanContainer() - Method in class org.hibernate.resource.beans.internal.ManagedBeanRegistryImpl
 
getBeanContainer() - Method in interface org.hibernate.resource.beans.spi.ManagedBeanRegistry
Get a reference to the underlying BeanContainer.
getBeanInjector() - Method in class org.hibernate.sql.results.graph.instantiation.internal.BeanInjection
 
getBeanInstance() - Method in class org.hibernate.boot.model.internal.DelayedParameterizedTypeBean
 
getBeanInstance() - Method in interface org.hibernate.resource.beans.container.spi.ContainedBean
Get the bean instance producer associated with this container-backed bean
getBeanInstance() - Method in class org.hibernate.resource.beans.container.spi.FallbackContainedBean
 
getBeanInstance() - Method in interface org.hibernate.resource.beans.spi.ManagedBean
The bean reference
getBeanInstance() - Method in class org.hibernate.resource.beans.spi.ProvidedInstanceManagedBeanImpl
 
getBeanManager() - Method in class org.hibernate.resource.beans.container.internal.CdiBeanContainerExtendedAccessImpl
 
getBeanManagerReference() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
getBeanManagerReference() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getBeanManagerReference() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getBeanName() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
getBeanName() - Method in class org.hibernate.envers.internal.entities.PropertyData
 
getBeforeTransactionCompletionProcess() - Method in class org.hibernate.action.internal.BulkOperationCleanupAction
 
getBeforeTransactionCompletionProcess() - Method in class org.hibernate.action.internal.CollectionAction
 
getBeforeTransactionCompletionProcess() - Method in class org.hibernate.action.internal.EntityAction
 
getBeforeTransactionCompletionProcess() - Method in interface org.hibernate.action.spi.Executable
Get the before-transaction-completion process, if any, for this action.
getBigDecimalValue() - Method in class org.hibernate.testing.orm.domain.animal.Human
 
getBigIntegerValue() - Method in class org.hibernate.testing.orm.domain.animal.Human
 
getBillingEntity() - Method in class org.hibernate.testing.orm.domain.retail.Vendor
 
getBinaryStream() - Method in class org.hibernate.engine.jdbc.BlobProxy
 
getBinaryStream(long, long) - Method in class org.hibernate.engine.jdbc.BlobProxy
 
getBindableJavaType() - Method in class org.hibernate.metamodel.model.domain.AbstractDomainType
 
getBindableJavaType() - Method in class org.hibernate.metamodel.model.domain.internal.AbstractPluralAttribute
 
getBindableJavaType() - Method in class org.hibernate.metamodel.model.domain.internal.AbstractSqmPathSource
 
getBindableJavaType() - Method in class org.hibernate.metamodel.model.domain.internal.SingularAttributeImpl
 
getBindableJavaType() - Method in interface org.hibernate.metamodel.model.domain.SimpleDomainType
 
getBindableJavaType() - Method in interface org.hibernate.query.BindableType
The expected Java type
getBindableJavaType() - Method in class org.hibernate.query.derived.AnonymousTupleSimpleSqmPathSource
 
getBindableJavaType() - Method in class org.hibernate.query.derived.AnonymousTupleSqmPathSource
 
getBindableJavaType() - Method in class org.hibernate.query.derived.AnonymousTupleType
 
getBindableJavaType() - Method in class org.hibernate.query.sqm.tree.domain.SqmBasicValuedSimplePath
 
getBindableJavaType() - Method in class org.hibernate.query.sqm.tree.domain.SqmEmbeddedValuedSimplePath
 
getBindableJavaType() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
getBindableJavaType() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getBindableJavaType() - Method in class org.hibernate.query.sqm.tree.expression.NullSqmExpressible
 
getBindableJavaType() - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
 
getBindableJavaType() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
getBindableJavaType() - Method in class org.hibernate.query.sqm.tree.select.SqmJpaCompoundSelection
 
getBindableJavaType() - Method in class org.hibernate.type.BasicTypeReference
 
getBindableJavaType() - Method in class org.hibernate.type.ComponentType
 
getBindableType() - Method in class org.hibernate.metamodel.model.domain.internal.AbstractPluralAttribute
 
getBindableType() - Method in class org.hibernate.metamodel.model.domain.internal.AbstractSqmPathSource
 
getBindableType() - Method in class org.hibernate.metamodel.model.domain.internal.EntityTypeImpl
 
getBindableType() - Method in class org.hibernate.metamodel.model.domain.internal.MappedSuperclassTypeImpl
 
getBindableType() - Method in class org.hibernate.metamodel.model.domain.internal.SingularAttributeImpl
 
getBindableType() - Method in class org.hibernate.query.derived.AnonymousTupleSimpleSqmPathSource
 
getBindableType() - Method in class org.hibernate.query.derived.AnonymousTupleSqmPathSource
 
getBindableType() - Method in class org.hibernate.query.derived.AnonymousTupleType
 
getBindableType() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getBinder(JavaType<X>) - Method in class org.hibernate.dialect.AbstractHANADialect.HANABlobType
 
getBinder(JavaType<X>) - Method in class org.hibernate.dialect.AbstractPostgreSQLJsonPGObjectType
 
getBinder(JavaType<X>) - Method in class org.hibernate.dialect.DB2StructJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.dialect.H2DurationIntervalSecondJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.dialect.OracleArrayJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.dialect.OracleNestedTableJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.dialect.OracleXmlJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.dialect.PostgreSQLCastingInetJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.dialect.PostgreSQLCastingIntervalSecondJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.dialect.PostgreSQLEnumJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.dialect.PostgreSQLInetJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.dialect.PostgreSQLIntervalSecondJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.dialect.PostgreSQLStructCastingJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.dialect.PostgreSQLStructPGObjectJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.dialect.PostgreSQLUUIDJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.dialect.StructJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.dialect.VarcharUUIDJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.spatial.dialect.db2.DB2GeometryType
 
getBinder(JavaType<X>) - Method in class org.hibernate.spatial.dialect.h2gis.H2GISGeometryType
 
getBinder(JavaType<X>) - Method in class org.hibernate.spatial.dialect.hana.HANAGeometryType
 
getBinder(JavaType<X>) - Method in class org.hibernate.spatial.dialect.hana.HANAPointType
 
getBinder(JavaType<X>) - Method in class org.hibernate.spatial.dialect.mysql.MySQLGeometryJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.spatial.dialect.oracle.SDOGeometryType
 
getBinder(JavaType<X>) - Method in class org.hibernate.spatial.dialect.postgis.AbstractCastingPostGISJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.spatial.dialect.postgis.AbstractPostGISJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.spatial.dialect.sqlserver.AbstractSqlServerGISType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.ArrayJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.BigIntJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.BlobJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.BooleanJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.ClobJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.DateJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.DecimalJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.DoubleJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.EnumJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.FloatJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.IntegerJdbcType
 
getBinder(JavaType<X>) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
Obtain a binder object capable of binding values of the given Java type to parameters of a JDBC PreparedStatement.
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.JsonAsStringJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.JsonJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.NClobJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.NullJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.NVarcharJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.ObjectJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.ObjectNullAsBinaryTypeJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.ObjectNullAsNullTypeJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.ObjectNullResolvingJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.OracleJsonBlobJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.RowIdJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.SmallIntJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.TimeJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.TimestampJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsInstantJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsJdbcTimestampJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsOffsetDateTimeJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.TimestampWithTimeZoneJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.TimeUtcAsJdbcTimeJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.TimeUtcAsOffsetTimeJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.TimeWithTimeZoneJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.TinyIntAsSmallIntJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.TinyIntJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.UUIDJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.VarbinaryJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.VarcharJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.XmlAsStringJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.XmlJdbcType
 
getBinder(JavaType<X>) - Method in class org.hibernate.type.internal.UserTypeSqlTypeAdapter
 
getBinding(int) - Method in class org.hibernate.procedure.internal.ProcedureParamBindings
 
getBinding(int) - Method in class org.hibernate.query.internal.QueryParameterBindingsImpl
 
getBinding(int) - Method in interface org.hibernate.query.spi.QueryParameterBindings
Access to the binding via position
getBinding(String) - Method in class org.hibernate.procedure.internal.ProcedureParamBindings
 
getBinding(String) - Method in class org.hibernate.query.internal.QueryParameterBindingsImpl
 
getBinding(String) - Method in interface org.hibernate.query.spi.QueryParameterBindings
Access to the binding via name
getBinding(QueryParameter<P>) - Method in interface org.hibernate.query.spi.QueryParameterBindings
Access to the binding via QueryParameter reference
getBinding(QueryParameterImplementor<P>) - Method in class org.hibernate.procedure.internal.ProcedureParamBindings
 
getBinding(QueryParameterImplementor<P>) - Method in class org.hibernate.query.internal.QueryParameterBindingsImpl
 
getBinding(QueryParameterImplementor<P>) - Method in interface org.hibernate.query.spi.QueryParameterBindings
Access to the binding via QueryParameter reference
getBinding(JdbcParameter) - Method in class org.hibernate.sql.exec.internal.JdbcParameterBindingsImpl
 
getBinding(JdbcParameter) - Method in interface org.hibernate.sql.exec.spi.JdbcParameterBindings
 
getBindingGroup(String) - Method in class org.hibernate.engine.jdbc.mutation.internal.JdbcValueBindingsImpl
 
getBindingGroup(String) - Method in interface org.hibernate.engine.jdbc.mutation.JdbcValueBindings
Get the bindings for the specific table, or null
getBindings() - Method in class org.hibernate.engine.jdbc.mutation.spi.BindingGroup
The parameter bindings
getBindings() - Method in class org.hibernate.sql.exec.internal.JdbcParameterBindingsImpl
 
getBindings() - Method in interface org.hibernate.sql.exec.spi.JdbcParameterBindings
 
getBindType() - Method in class org.hibernate.query.internal.QueryParameterBindingImpl
 
getBindType() - Method in interface org.hibernate.query.spi.QueryParameterBinding
Get the Type currently associated with this binding.
getBindType() - Method in interface org.hibernate.query.spi.QueryParameterListBinding
Get the Type currently associated with this binding.
getBindType() - Method in class org.hibernate.sql.exec.internal.JdbcParameterBindingImpl
 
getBindType() - Method in interface org.hibernate.sql.exec.spi.JdbcParameterBinding
 
getBindValue() - Method in class org.hibernate.query.internal.QueryParameterBindingImpl
 
getBindValue() - Method in interface org.hibernate.query.spi.QueryParameterBinding
Get the value current bound.
getBindValue() - Method in class org.hibernate.sql.exec.internal.JdbcParameterBindingImpl
 
getBindValue() - Method in interface org.hibernate.sql.exec.spi.JdbcParameterBinding
 
getBindValues() - Method in class org.hibernate.query.internal.QueryParameterBindingImpl
 
getBindValues() - Method in interface org.hibernate.query.spi.QueryParameterBinding
Get the values currently bound.
getBindValues() - Method in interface org.hibernate.query.spi.QueryParameterListBinding
Get the values currently bound.
getBirthdate() - Method in class org.hibernate.testing.orm.domain.animal.Mammal
 
getBirthDay() - Method in class org.hibernate.testing.orm.domain.contacts.Contact
 
getBlobBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.BlobJdbcType
 
getBlobTypeDescriptor() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getBodyTemperature() - Method in class org.hibernate.testing.orm.domain.animal.Reptile
 
getBodyWeight() - Method in class org.hibernate.testing.orm.domain.animal.Animal
 
getBoolean(Object) - Static method in class org.hibernate.jpa.internal.util.ConfigurationHelper
 
getBoolean(String) - Method in class org.hibernate.boot.model.internal.QueryHintDefinition
 
getBoolean(String, Map) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
Get the config value as a boolean (default of false)
getBoolean(String, Map, boolean) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
Get the config value as a boolean.
getBooleanExpression() - Method in class org.hibernate.query.sqm.tree.predicate.SqmBooleanExpressionPredicate
 
getBooleanType() - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
getBooleanType() - Method in interface org.hibernate.query.sqm.NodeBuilder
 
getBooleanType() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getBooleanValue() - Method in class org.hibernate.query.sqm.tree.predicate.SqmTruthnessPredicate
 
getBooleanValue() - Method in class org.hibernate.sql.ast.tree.predicate.ThruthnessPredicate
 
getBooleanWrapper(String) - Method in class org.hibernate.boot.model.internal.QueryHintDefinition
 
getBooleanWrapper(String, Map, Boolean) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
Get the config value as a boolean (default of false)
getBootModel() - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
getBootModel() - Method in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
 
getBootstrapContext() - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getBootstrapContext() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
getBootstrapContext() - Method in class org.hibernate.boot.internal.MetadataBuildingContextRootImpl
 
getBootstrapContext() - Method in class org.hibernate.boot.internal.MetadataImpl
 
getBootstrapContext() - Method in class org.hibernate.boot.model.source.internal.hbm.MappingDocument
 
getBootstrapContext() - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getBootstrapContext() - Method in interface org.hibernate.boot.spi.MetadataBuilderImplementor
 
getBootstrapContext() - Method in interface org.hibernate.boot.spi.MetadataBuildingContext
 
getBootstrapContext() - Method in class org.hibernate.envers.boot.internal.EnversMetadataBuildingContextImpl
 
getBootstrapContext() - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
getBootstrapContext() - Method in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
 
getBootstrapContext() - Method in interface org.hibernate.persister.spi.PersisterCreationContext
Deprecated.
 
getBootstrapContext() - Method in class org.hibernate.testing.boot.MetadataBuildingContextTestingImpl
 
getBootstrapJdbcConnectionAccess() - Method in class org.hibernate.engine.jdbc.internal.JdbcServicesImpl
 
getBootstrapJdbcConnectionAccess() - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
Obtain a JdbcConnectionAccess usable from bootstrap actions (hbm2ddl.auto, Dialect resolution, etc).
getBootstrapJdbcConnectionAccess() - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
 
getBootstrapServiceRegistry() - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
 
getBuffer() - Method in class org.hibernate.boot.jaxb.internal.stax.BufferedXMLEventReader
 
getBuildingContext() - Method in class org.hibernate.boot.model.internal.AnnotatedColumns
 
getBuildingContext() - Method in class org.hibernate.boot.model.internal.CollectionBinder
 
getBuildingContext() - Method in interface org.hibernate.boot.model.naming.ImplicitNameSource
Access to the current building context.
getBuildingContext() - Method in class org.hibernate.boot.model.naming.ObjectNameNormalizer
Access the contextual information related to the current process of building metadata.
getBuildingContext() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceBasicImpl
 
getBuildingContext() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceBasicImpl
 
getBuildingContext() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
getBuildingContext() - Method in class org.hibernate.mapping.Collection
 
getBuildingContext() - Method in class org.hibernate.mapping.OneToMany
 
getBuildingContext() - Method in class org.hibernate.mapping.SimpleValue
 
getBuildingContext() - Method in interface org.hibernate.mapping.Value
 
getBuildingOptions() - Method in class org.hibernate.boot.internal.MetadataBuildingContextRootImpl
 
getBuildingOptions() - Method in class org.hibernate.boot.model.source.internal.hbm.MappingDocument
 
getBuildingOptions() - Method in interface org.hibernate.boot.spi.MetadataBuildingContext
Access to the options specified by the MetadataBuilder
getBuildingOptions() - Method in class org.hibernate.envers.boot.internal.EnversMetadataBuildingContextImpl
 
getBuildingOptions() - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
getBuildingOptions() - Method in class org.hibernate.testing.boot.MetadataBuildingContextTestingImpl
 
getByAlias(String) - Method in class org.hibernate.query.results.FromClauseAccessImpl
 
getByteBuddyProxyHelper() - Method in class org.hibernate.bytecode.internal.bytebuddy.BytecodeProviderImpl
 
getBytecodeEnhancementMetadata() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getBytecodeEnhancementMetadata() - Method in interface org.hibernate.persister.entity.EntityPersister
 
getBytecodeEnhancementMetadata() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
getBytecodeProvider(Iterable<BytecodeProvider>) - Static method in class org.hibernate.bytecode.internal.BytecodeProviderInitiator
 
getBytes() - Method in interface org.hibernate.engine.jdbc.BinaryStream
Access to the bytes.
getBytes() - Method in class org.hibernate.engine.jdbc.internal.BinaryStreamImpl
 
getBytes(long, int) - Method in class org.hibernate.engine.jdbc.BlobProxy
 
getBytesFromInputStream(InputStream) - Static method in class org.hibernate.boot.archive.internal.ArchiveHelper
Extracts the bytes out of an InputStream.
getBytesFromInputStreamSafely(InputStream) - Static method in class org.hibernate.boot.archive.internal.ArchiveHelper
Extracts the bytes out of an InputStream.
getBytesPerCharacter() - Method in class org.hibernate.dialect.MySQLServerConfiguration
 
getCache() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the cache property.
getCache() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the cache property.
getCache() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the cache property.
getCache() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the cache property.
getCache() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the cache property.
getCache() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the cache property.
getCache() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the cache property.
getCache() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the cache property.
getCache() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getCache() - Method in class org.hibernate.boot.jaxb.mapping.JaxbNaturalId
Gets the value of the cache property.
getCache() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getCache() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
getCache() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getCache() - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
getCache() - Method in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
 
getCache() - Method in interface org.hibernate.SessionFactory
Obtain direct access to the underlying cache regions.
getCacheability() - Method in class org.hibernate.boot.model.internal.QueryHintDefinition
 
getCacheable() - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
 
getCacheable() - Method in class org.hibernate.boot.spi.AbstractNamedQueryDefinition
 
getCacheable() - Method in class org.hibernate.query.internal.NamedQueryHelper.NamedQueryDescriptorBuilder
 
getCacheable() - Method in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
getCacheable() - Method in class org.hibernate.query.named.AbstractNamedQueryMemento
 
getCacheable() - Method in interface org.hibernate.query.named.NamedQueryMemento
 
getCacheAccess() - Method in class org.hibernate.metamodel.mapping.internal.AbstractNaturalIdMapping
 
getCacheAccess() - Method in interface org.hibernate.metamodel.mapping.NaturalIdMapping
Access to the natural-id's L2 cache access.
getCacheAccessStrategy() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getCacheAccessStrategy() - Method in interface org.hibernate.persister.collection.CollectionPersister
Access to the collection's cache region
getCacheAccessStrategy() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getCacheAccessStrategy() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the cache (optional operation)
getCacheConcurrencyStrategy() - Method in class org.hibernate.mapping.Collection
 
getCacheConcurrencyStrategy() - Method in class org.hibernate.mapping.PersistentClass
 
getCacheConcurrencyStrategy() - Method in class org.hibernate.mapping.RootClass
 
getCacheConcurrencyStrategy() - Method in class org.hibernate.mapping.Subclass
 
getCacheConcurrencyStrategy() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
getCacheConcurrencyStrategy() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
getCacheConcurrencyStrategy() - Method in class org.hibernate.testing.orm.junit.BaseSessionFactoryFunctionalTest
 
getCacheConcurrencyStrategy(CacheConcurrencyStrategy) - Static method in class org.hibernate.boot.model.internal.EntityBinder
 
getCachedClasses() - Method in class org.hibernate.testing.orm.junit.EntityManagerFactoryBasedFunctionalTest
 
getCachedCollections() - Method in class org.hibernate.testing.orm.junit.EntityManagerFactoryBasedFunctionalTest
 
getCachedDatabaseSnapshot(EntityKey) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getCachedDatabaseSnapshot(EntityKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
Retrieve the cached database snapshot for the requested entity key.
getCachedEntityState(Object, String) - Method in class org.hibernate.envers.internal.synchronization.AuditProcess
 
getCachedPkResolutions(EntityMappingType) - Method in class org.hibernate.engine.internal.NaturalIdResolutionsImpl
 
getCachedPkResolutions(EntityMappingType) - Method in interface org.hibernate.engine.spi.NaturalIdResolutions
Find all the locally cached primary key cross-reference entries for the given entity.
getCachedSize() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
getCachedTypes() - Method in class org.hibernate.cache.cfg.internal.EntityDataCachingConfigImpl
 
getCachedTypes() - Method in interface org.hibernate.cache.cfg.spi.EntityDataCachingConfig
The list of specific subclasses of the root that are actually written to cache.
getCacheEntry() - Method in class org.hibernate.action.internal.EntityInsertAction
 
getCacheEntryStructure() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getCacheEntryStructure() - Method in interface org.hibernate.persister.collection.CollectionPersister
Get the structure used to store data into the collection's cache region
getCacheEntryStructure() - Method in interface org.hibernate.persister.entity.AbstractEntityPersister.CacheEntryHelper
 
getCacheEntryStructure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getCacheEntryStructure() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the cache structure
getCacheHitCount() - Method in interface org.hibernate.stat.CacheableDataStatistics
The number of successful cache look-ups for this data from its configured cache region since the last Statistics clearing
getCacheHitCount() - Method in class org.hibernate.stat.internal.AbstractCacheableDataStatistics
 
getCacheHitCount() - Method in class org.hibernate.stat.internal.QueryStatisticsImpl
Queries retrieved successfully from the cache
getCacheHitCount() - Method in interface org.hibernate.stat.QueryStatistics
The number of cache hits for this query.
getCacheKeyId(Object) - Method in interface org.hibernate.cache.spi.access.CollectionDataAccess
getCacheKeyId(Object) - Method in interface org.hibernate.cache.spi.access.EntityDataAccess
getCacheKeyId(Object) - Method in class org.hibernate.cache.spi.support.AbstractCollectionDataAccess
 
getCacheKeyId(Object) - Method in class org.hibernate.cache.spi.support.AbstractEntityDataAccess
 
getCacheKeyId(Object) - Method in class org.hibernate.cache.spi.support.CollectionReadWriteAccess
 
getCacheKeyId(Object) - Method in class org.hibernate.cache.spi.support.EntityReadWriteAccess
 
getCacheManager() - Method in class org.hibernate.cache.jcache.internal.JCacheRegionFactory
 
getCacheMissCount() - Method in interface org.hibernate.stat.CacheableDataStatistics
The number of unsuccessful cache look-ups for this data from its configured cache region since the last Statistics clearing
getCacheMissCount() - Method in class org.hibernate.stat.internal.AbstractCacheableDataStatistics
 
getCacheMissCount() - Method in class org.hibernate.stat.internal.QueryStatisticsImpl
 
getCacheMissCount() - Method in interface org.hibernate.stat.QueryStatistics
The number of cache misses for this query
getCacheMode() - Method in enum org.hibernate.annotations.CacheModeType
Deprecated.
 
getCacheMode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Gets the value of the cacheMode property.
getCacheMode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Gets the value of the cacheMode property.
getCacheMode() - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedNativeQuery
Gets the value of the cacheMode property.
getCacheMode() - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedQuery
Gets the value of the cacheMode property.
getCacheMode() - Method in class org.hibernate.boot.model.internal.QueryHintDefinition
 
getCacheMode() - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
 
getCacheMode() - Method in class org.hibernate.boot.spi.AbstractNamedQueryDefinition
 
getCacheMode() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getCacheMode() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
getCacheMode() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Get the current CacheMode for this session.
getCacheMode() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
getCacheMode() - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
getCacheMode() - Method in class org.hibernate.internal.StatelessSessionImpl
 
getCacheMode() - Method in class org.hibernate.query.internal.NamedQueryHelper.NamedQueryDescriptorBuilder
 
getCacheMode() - Method in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
getCacheMode() - Method in class org.hibernate.query.named.AbstractNamedQueryMemento
 
getCacheMode() - Method in interface org.hibernate.query.named.NamedQueryMemento
 
getCacheMode() - Method in interface org.hibernate.query.SelectionQuery
Obtain the CacheMode in effect for this query.
getCacheMode() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
getCacheMode() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
 
getCacheMode() - Method in interface org.hibernate.query.spi.QueryOptions
 
getCacheMode() - Method in class org.hibernate.query.spi.QueryOptionsAdapter
 
getCacheMode() - Method in interface org.hibernate.query.spi.QueryProducerImplementor
 
getCacheMode() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
getCacheMode() - Method in interface org.hibernate.Session
Get the current cache mode for this session.
getCacheMode(Object) - Static method in class org.hibernate.jpa.internal.util.ConfigurationHelper
 
getCachePutCount() - Method in interface org.hibernate.stat.CacheableDataStatistics
The number of times this data has been into its configured cache region since the last Statistics clearing
getCachePutCount() - Method in class org.hibernate.stat.internal.AbstractCacheableDataStatistics
 
getCachePutCount() - Method in class org.hibernate.stat.internal.QueryStatisticsImpl
 
getCachePutCount() - Method in interface org.hibernate.stat.QueryStatistics
The number of cache puts for this query
getCacheRegion() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Gets the value of the cacheRegion property.
getCacheRegion() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Gets the value of the cacheRegion property.
getCacheRegion() - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedNativeQuery
Gets the value of the cacheRegion property.
getCacheRegion() - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedQuery
Gets the value of the cacheRegion property.
getCacheRegion() - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
 
getCacheRegion() - Method in class org.hibernate.boot.spi.AbstractNamedQueryDefinition
 
getCacheRegion() - Method in class org.hibernate.query.internal.NamedQueryHelper.NamedQueryDescriptorBuilder
 
getCacheRegion() - Method in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
getCacheRegion() - Method in class org.hibernate.query.named.AbstractNamedQueryMemento
 
getCacheRegion() - Method in interface org.hibernate.query.named.NamedQueryMemento
 
getCacheRegion() - Method in interface org.hibernate.query.SelectionQuery
Obtain the name of the second level query cache region in which query results will be stored (if they are cached, see the discussion on SelectionQuery.isCacheable() for more information).
getCacheRegion() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
getCacheRegion() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
getCacheRegionDefinitions() - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
 
getCacheRegionDefinitions() - Method in class org.hibernate.boot.internal.BootstrapContextImpl
 
getCacheRegionDefinitions() - Method in interface org.hibernate.boot.spi.BootstrapContext
Access to all explicit cache region mappings.
getCacheRegionDefinitions() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
 
getCacheRegionName() - Method in class org.hibernate.mapping.Collection
 
getCacheRegionName() - Method in class org.hibernate.mapping.RootClass
 
getCacheRegionName() - Method in interface org.hibernate.stat.CacheableDataStatistics
The name of the region where this data is cached.
getCacheRegionName() - Method in class org.hibernate.stat.internal.AbstractCacheableDataStatistics
 
getCacheRegionNames() - Method in class org.hibernate.cache.internal.DisabledCaching
 
getCacheRegionNames() - Method in class org.hibernate.cache.internal.EnabledCaching
 
getCacheRegionNames() - Method in interface org.hibernate.cache.spi.CacheImplementor
The unqualified name of all regions.
getCacheRegionPrefix() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
getCacheRegionPrefix() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getCacheRegionPrefix() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getCacheRegionStatistics(String) - Method in class org.hibernate.stat.internal.StatisticsImpl
 
getCacheRegionStatistics(String) - Method in interface org.hibernate.stat.Statistics
Obtain the statistics for either a domain data or query result cache region.
getCacheRetrieveMode() - Method in class org.hibernate.engine.jdbc.mutation.internal.MutationQueryOptions
 
getCacheRetrieveMode() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getCacheRetrieveMode() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
getCacheRetrieveMode() - Method in class org.hibernate.internal.SessionImpl
 
getCacheRetrieveMode() - Method in class org.hibernate.loader.ast.internal.LoaderSqlAstCreationState
 
getCacheRetrieveMode() - Method in class org.hibernate.query.internal.QueryOptionsImpl
 
getCacheRetrieveMode() - Method in interface org.hibernate.query.SelectionQuery
 
getCacheRetrieveMode() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
getCacheRetrieveMode() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
 
getCacheRetrieveMode() - Method in interface org.hibernate.query.spi.QueryOptions
Controls whether query results are read from the cache.
getCacheRetrieveMode() - Method in class org.hibernate.query.spi.QueryOptionsAdapter
 
getCacheRetrieveMode() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
getCacheRetrieveMode() - Method in interface org.hibernate.Session
The JPA-defined CacheRetrieveMode.
getCacheStorageAccess() - Method in class org.hibernate.cache.spi.support.DomainDataRegionTemplate
Public for testing purposes
getCacheStoreMode() - Method in class org.hibernate.engine.jdbc.mutation.internal.MutationQueryOptions
 
getCacheStoreMode() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getCacheStoreMode() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
getCacheStoreMode() - Method in class org.hibernate.internal.SessionImpl
 
getCacheStoreMode() - Method in class org.hibernate.loader.ast.internal.LoaderSqlAstCreationState
 
getCacheStoreMode() - Method in class org.hibernate.query.internal.QueryOptionsImpl
 
getCacheStoreMode() - Method in interface org.hibernate.query.SelectionQuery
 
getCacheStoreMode() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
getCacheStoreMode() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
 
getCacheStoreMode() - Method in interface org.hibernate.query.spi.QueryOptions
Controls whether query results are put into the cache.
getCacheStoreMode() - Method in class org.hibernate.query.spi.QueryOptionsAdapter
 
getCacheStoreMode() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
getCacheStoreMode() - Method in interface org.hibernate.Session
The JPA-defined CacheStoreMode.
getCacheTransactionSynchronization() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getCacheTransactionSynchronization() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
The current CacheTransactionSynchronization associated with this session.
getCacheTransactionSynchronization() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
getCacheTransactionSynchronization() - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
getCaching() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the caching property.
getCaching() - Method in interface org.hibernate.boot.jaxb.mapping.NaturalId
The cache config associated with this natural-id
getCaching() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
getCaching() - Method in class org.hibernate.boot.model.source.internal.hbm.EntityHierarchySourceImpl
 
getCaching() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
Obtain the caching configuration for this entity.
getCaching() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
getCachingProvider(Map<String, Object>) - Method in class org.hibernate.cache.jcache.internal.JCacheRegionFactory
 
getCachingTimestamp() - Method in class org.hibernate.cache.internal.NoCachingTransactionSynchronizationImpl
 
getCachingTimestamp() - Method in class org.hibernate.cache.spi.AbstractCacheTransactionSynchronization
 
getCachingTimestamp() - Method in interface org.hibernate.cache.spi.CacheTransactionSynchronization
What is the start time of this context object?
getCallableName() - Method in class org.hibernate.procedure.internal.NamedCallableQueryMementoImpl
 
getCallableName() - Method in interface org.hibernate.procedure.spi.NamedCallableQueryMemento
Informational access to the name of the database function or procedure
getCallableQueryMemento(String) - Method in class org.hibernate.query.internal.NamedObjectRepositoryImpl
 
getCallableQueryMemento(String) - Method in interface org.hibernate.query.named.NamedObjectRepository
 
getCallableStatementSupport() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getCallableStatementSupport() - Method in class org.hibernate.dialect.DB2Dialect
 
getCallableStatementSupport() - Method in class org.hibernate.dialect.Dialect
The CallableStatementSupport for this database.
getCallableStatementSupport() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getCallableStatementSupport() - Method in class org.hibernate.dialect.OracleDialect
 
getCallableStatementSupport() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getCallableStatementSupport() - Method in class org.hibernate.dialect.SybaseDialect
 
getCallback() - Method in class org.hibernate.loader.ast.internal.NoCallbackExecutionContext
 
getCallback() - Method in class org.hibernate.query.internal.DelegatingDomainQueryExecutionContext
 
getCallback() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
getCallback() - Method in interface org.hibernate.query.spi.DomainQueryExecutionContext
The callback reference
getCallback() - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
getCallback() - Method in class org.hibernate.query.sqm.internal.SqmJdbcExecutionContextAdapter
 
getCallback() - Method in class org.hibernate.result.internal.OutputsExecutionContext
 
getCallback() - Method in class org.hibernate.sql.exec.internal.BaseExecutionContext
 
getCallback() - Method in interface org.hibernate.sql.exec.spi.ExecutionContext
 
getCallback() - Method in class org.hibernate.sql.results.graph.embeddable.internal.NestedRowProcessingState
 
getCallback() - Method in class org.hibernate.sql.results.internal.RowProcessingStateStandardImpl
 
getCallbackAnnotation() - Method in enum org.hibernate.jpa.event.spi.CallbackType
 
getCallbackDefinitions() - Method in class org.hibernate.mapping.PersistentClass
 
getCallbackDefinitions() - Method in class org.hibernate.mapping.Property
 
getCallbackMethod(Class<? extends Annotation>) - Method in interface org.hibernate.boot.model.source.spi.JpaCallbackSource
 
getCallbackRegistry() - Method in class org.hibernate.event.spi.EventEngine
 
getCallbackType() - Method in interface org.hibernate.jpa.event.spi.Callback
The type of callback (pre-update, pre-persist, etc) handled
getCallHistory() - Method in class org.hibernate.testing.orm.domain.userguide.Phone
 
getCallRefCursorExtractors() - Method in class org.hibernate.sql.exec.internal.JdbcCallImpl
 
getCallRefCursorExtractors() - Method in interface org.hibernate.sql.exec.spi.JdbcOperationQueryCall
Extractors for REF_CURSOR (ResultSet) parameters
getCalls() - Method in class org.hibernate.testing.orm.domain.userguide.Phone
 
getCalls(Method, Object) - Method in class org.hibernate.testing.jdbc.JdbcSpies.SpyContext
 
getCanonicalName() - Method in class org.hibernate.boot.model.naming.Identifier
 
getCanonicalName() - Method in class org.hibernate.mapping.Column
 
getCardinality() - Method in interface org.hibernate.metamodel.mapping.internal.EntityCollectionPart
 
getCardinality() - Method in class org.hibernate.metamodel.mapping.internal.ManyToManyCollectionPart
 
getCardinality() - Method in class org.hibernate.metamodel.mapping.internal.OneToManyCollectionPart
 
getCardinality() - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
getCardNumber() - Method in class org.hibernate.testing.orm.domain.userguide.CreditCardPayment
 
getCascadableChildrenIterator(EventSource, CollectionType, Object) - Method in interface org.hibernate.engine.spi.CascadingAction
Given a collection, get an iterator of the children upon which the current cascading action should be visited.
getCascade() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the cascade property.
getCascade() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getCascade() - Method in class org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoPrimitiveArrayAdapter
 
getCascade() - Method in interface org.hibernate.boot.jaxb.mapping.AssociationAttribute
 
getCascade() - Method in class org.hibernate.boot.jaxb.mapping.JaxbHbmAnyMapping
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.boot.jaxb.mapping.JaxbHbmManyToAny
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToOne
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToOne
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Gets the value of the cascade property.
getCascade() - Method in class org.hibernate.mapping.Property
 
getCascadeAction() - Method in class org.hibernate.event.internal.AbstractSaveEventListener
 
getCascadeAction() - Method in class org.hibernate.event.internal.DefaultMergeEventListener
 
getCascadeAction() - Method in class org.hibernate.event.internal.DefaultPersistEventListener
 
getCascadeAction() - Method in class org.hibernate.event.internal.DefaultPersistOnFlushEventListener
 
getCascadeAction() - Method in class org.hibernate.event.internal.DefaultReplicateEventListener
Deprecated.
 
getCascadeAction() - Method in class org.hibernate.event.internal.DefaultSaveOrUpdateEventListener
Deprecated.
 
getCascadeAll() - Method in class org.hibernate.boot.jaxb.mapping.JaxbCascadeType
Gets the value of the cascadeAll property.
getCascadeAll() - Method in class org.hibernate.jpamodelgen.xml.jaxb.CascadeType
Gets the value of the cascadeAll property.
getCascadeConstraintsString() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getCascadeConstraintsString() - Method in class org.hibernate.dialect.CockroachDialect
 
getCascadeConstraintsString() - Method in class org.hibernate.dialect.Dialect
The keyword that specifies that a drop table operation should be cascaded to its constraints, typically " cascade" where the leading space is required, or the empty string if there is no such keyword in this dialect.
getCascadeConstraintsString() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getCascadeConstraintsString() - Method in class org.hibernate.dialect.H2Dialect
 
getCascadeConstraintsString() - Method in class org.hibernate.dialect.HSQLDialect
 
getCascadeConstraintsString() - Method in class org.hibernate.dialect.OracleDialect
 
getCascadeConstraintsString() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getCascadeDelete() - Method in class org.hibernate.boot.jaxb.mapping.JaxbCascadeType
Gets the value of the cascadeDelete property.
getCascadeDetach() - Method in class org.hibernate.boot.jaxb.mapping.JaxbCascadeType
Gets the value of the cascadeDetach property.
getCascadeDetach() - Method in class org.hibernate.jpamodelgen.xml.jaxb.CascadeType
Gets the value of the cascadeDetach property.
getCascadeLevel() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getCascadeLevel() - Method in interface org.hibernate.engine.spi.PersistenceContext
How deep are we cascaded?
getCascadeLock() - Method in class org.hibernate.boot.jaxb.mapping.JaxbCascadeType
Gets the value of the cascadeLock property.
getCascadeMerge() - Method in class org.hibernate.boot.jaxb.mapping.JaxbCascadeType
Gets the value of the cascadeMerge property.
getCascadeMerge() - Method in class org.hibernate.jpamodelgen.xml.jaxb.CascadeType
Gets the value of the cascadeMerge property.
getCascadePersist() - Method in class org.hibernate.boot.jaxb.mapping.JaxbCascadeType
Gets the value of the cascadePersist property.
getCascadePersist() - Method in class org.hibernate.boot.jaxb.mapping.JaxbPersistenceUnitDefaults
Gets the value of the cascadePersist property.
getCascadePersist() - Method in class org.hibernate.boot.model.internal.XMLContext.Default
 
getCascadePersist() - Method in class org.hibernate.jpamodelgen.xml.jaxb.CascadeType
Gets the value of the cascadePersist property.
getCascadePersist() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
Gets the value of the cascadePersist property.
getCascadeRefresh() - Method in class org.hibernate.boot.jaxb.mapping.JaxbCascadeType
Gets the value of the cascadeRefresh property.
getCascadeRefresh() - Method in class org.hibernate.jpamodelgen.xml.jaxb.CascadeType
Gets the value of the cascadeRefresh property.
getCascadeRemove() - Method in class org.hibernate.boot.jaxb.mapping.JaxbCascadeType
Gets the value of the cascadeRemove property.
getCascadeRemove() - Method in class org.hibernate.jpamodelgen.xml.jaxb.CascadeType
Gets the value of the cascadeRemove property.
getCascadeReplicate() - Method in class org.hibernate.boot.jaxb.mapping.JaxbCascadeType
Gets the value of the cascadeReplicate property.
getCascadeSaveUpdate() - Method in class org.hibernate.boot.jaxb.mapping.JaxbCascadeType
Gets the value of the cascadeSaveUpdate property.
getCascadeStrategy(CascadeType[], Cascade, boolean, boolean) - Static method in class org.hibernate.boot.model.internal.BinderHelper
 
getCascadeStyle() - Method in class org.hibernate.mapping.Property
 
getCascadeStyle() - Method in interface org.hibernate.metamodel.mapping.AttributeMetadata
 
getCascadeStyle() - Method in class org.hibernate.metamodel.mapping.internal.SimpleAttributeMetadata
 
getCascadeStyle() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
Deprecated.
 
getCascadeStyle() - Method in class org.hibernate.tuple.BaselineAttributeInformation
Deprecated.
 
getCascadeStyle() - Method in interface org.hibernate.tuple.NonIdentifierAttribute
Deprecated.
 
getCascadeStyle(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getCascadeStyle(int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Deprecated.
Get the cascade style of this (subclass closure) property
getCascadeStyle(int) - Method in class org.hibernate.type.AnyType
 
getCascadeStyle(int) - Method in class org.hibernate.type.ComponentType
 
getCascadeStyle(int) - Method in interface org.hibernate.type.CompositeType
Retrieve the cascade style of the indicated component property.
getCascadeStyle(String) - Static method in class org.hibernate.engine.spi.CascadeStyles
Factory method for obtaining named cascade styles
getCascadeStyleName() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
getCascadeStyleName() - Method in class org.hibernate.boot.model.source.internal.hbm.BasicAttributePropertySource
 
getCascadeStyleName() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceManyToOneImpl
 
getCascadeStyleName() - Method in class org.hibernate.boot.model.source.internal.hbm.ManyToOnePropertySource
 
getCascadeStyleName() - Method in class org.hibernate.boot.model.source.internal.hbm.SingularAttributeSourceAnyImpl
 
getCascadeStyleName() - Method in interface org.hibernate.boot.model.source.spi.CascadeStyleSource
Obtain the cascade styles to be applied to this association.
getCascadeStyles() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
getCascadingAction() - Method in class org.hibernate.event.internal.AbstractFlushingEventListener
 
getCascadingAction() - Method in enum org.hibernate.loader.ast.spi.CascadingFetchProfile
 
getCaseInsensitiveLike() - Method in class org.hibernate.dialect.CockroachDialect
 
getCaseInsensitiveLike() - Method in class org.hibernate.dialect.Dialect
The name of the SQL operator that performs case-insensitive LIKE comparisons.
getCaseInsensitiveLike() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getCaseInsensitiveLike() - Method in class org.hibernate.dialect.H2Dialect
 
getCaseInsensitiveLike() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getCastType() - Method in interface org.hibernate.metamodel.mapping.JdbcMapping
 
getCastType() - Method in class org.hibernate.type.AbstractStandardBasicType
 
getCastType() - Method in class org.hibernate.type.descriptor.jdbc.DoubleJdbcType
 
getCastType() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
 
getCastType() - Method in class org.hibernate.type.internal.ConvertedBasicTypeImpl
 
getCastType(int) - Static method in interface org.hibernate.type.descriptor.jdbc.JdbcType
 
getCastTypeName(Size, SqlExpressible, DdlTypeRegistry) - Method in interface org.hibernate.type.descriptor.sql.DdlType
Return the database type corresponding to the given SqlExpressible that may be used as a target type in casting operations using the SQL CAST() function.
getCastTypeName(Size, SqlExpressible, DdlTypeRegistry) - Method in class org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl
 
getCastTypeName(JdbcMappingContainer, Size, TypeConfiguration) - Static method in class org.hibernate.dialect.function.array.DdlTypeHelper
 
getCastTypeName(JdbcMappingContainer, TypeConfiguration) - Static method in class org.hibernate.dialect.function.array.DdlTypeHelper
 
getCastTypeName(SqlExpressible, Long, Integer, Integer) - Method in interface org.hibernate.type.descriptor.sql.DdlType
Deprecated, for removal: This API element is subject to removal in a future version.
getCastTypeName(SqlTypedMapping, SessionFactoryImplementor) - Static method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
Deprecated, for removal: This API element is subject to removal in a future version.
getCastTypeName(SqlTypedMapping, TypeConfiguration) - Static method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getCastTypeName(ReturnableType<?>, Size, TypeConfiguration) - Static method in class org.hibernate.dialect.function.array.DdlTypeHelper
 
getCastTypeName(ReturnableType<?>, TypeConfiguration) - Static method in class org.hibernate.dialect.function.array.DdlTypeHelper
 
getCastTypeName(BasicType<?>, Size, TypeConfiguration) - Static method in class org.hibernate.dialect.function.array.DdlTypeHelper
 
getCastTypeName(BasicType<?>, TypeConfiguration) - Static method in class org.hibernate.dialect.function.array.DdlTypeHelper
 
getCastTypeName(JdbcType, JavaType<?>) - Method in interface org.hibernate.type.descriptor.sql.DdlType
Deprecated, for removal: This API element is subject to removal in a future version.
getCastTypeName(JdbcType, JavaType<?>) - Method in class org.hibernate.type.descriptor.sql.internal.DdlTypeImpl
 
getCastTypeName(JdbcType, JavaType<?>) - Method in class org.hibernate.type.descriptor.sql.internal.NamedNativeEnumDdlTypeImpl
 
getCastTypeName(JdbcType, JavaType<?>) - Method in class org.hibernate.type.descriptor.sql.internal.NativeEnumDdlTypeImpl
 
getCastTypeName(JdbcType, JavaType<?>, Long, Integer, Integer) - Method in interface org.hibernate.type.descriptor.sql.DdlType
Deprecated, for removal: This API element is subject to removal in a future version.
getCastTypeName(JdbcType, JavaType<?>, Long, Integer, Integer) - Method in class org.hibernate.type.descriptor.sql.internal.DdlTypeImpl
 
getCastTypeName(JdbcType, JavaType<?>, Long, Integer, Integer) - Method in class org.hibernate.type.descriptor.sql.internal.NamedNativeEnumDdlTypeImpl
 
getCastTypeName(JdbcType, JavaType<?>, Long, Integer, Integer) - Method in class org.hibernate.type.descriptor.sql.internal.NativeEnumDdlTypeImpl
 
getCatalog() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the catalog property.
getCatalog() - Method in interface org.hibernate.boot.jaxb.hbm.spi.TableInformationContainer
 
getCatalog() - Method in class org.hibernate.boot.jaxb.mapping.JaxbCollectionTable
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.boot.jaxb.mapping.JaxbJoinTable
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.boot.jaxb.mapping.JaxbPersistenceUnitDefaults
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.boot.jaxb.mapping.JaxbSecondaryTable
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.boot.jaxb.mapping.JaxbSequenceGenerator
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.boot.jaxb.mapping.JaxbTable
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.boot.jaxb.mapping.JaxbTableGenerator
Gets the value of the catalog property.
getCatalog() - Method in interface org.hibernate.boot.jaxb.mapping.SchemaAware
 
getCatalog() - Method in class org.hibernate.boot.model.internal.XMLContext.Default
 
getCatalog() - Method in class org.hibernate.boot.model.relational.Namespace.Name
 
getCatalog() - Method in class org.hibernate.envers.configuration.internal.metadata.AuditTableData
 
getCatalog() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.AuditJoinTableData
 
getCatalog() - Method in class org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Table
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
Gets the value of the catalog property.
getCatalog() - Method in class org.hibernate.mapping.Table
 
getCatalog() - Method in class org.hibernate.mapping.UserDefinedType
 
getCatalog() - Method in interface org.hibernate.usertype.DynamicParameterizedType.ParameterType
 
getCatalogIdentifier() - Method in class org.hibernate.mapping.Table
 
getCatalogName() - Method in interface org.hibernate.boot.model.relational.QualifiedName
 
getCatalogName() - Method in class org.hibernate.boot.model.relational.QualifiedNameParser.NameParts
 
getCatalogName() - Method in class org.hibernate.boot.model.relational.SimpleAuxiliaryDatabaseObject
 
getCatalogName(String, Table) - Method in class org.hibernate.envers.configuration.internal.metadata.AbstractMetadataGenerator
 
getCategorization() - Method in class org.hibernate.boot.archive.scan.internal.ClassDescriptorImpl
 
getCategorization() - Method in interface org.hibernate.boot.archive.scan.spi.ClassDescriptor
 
getChangedElement() - Method in class org.hibernate.envers.internal.entities.mapper.PersistentCollectionChangeData
 
getChangedElementIndex() - Method in class org.hibernate.envers.internal.entities.mapper.PersistentCollectionChangeData
 
getChannelNames() - Method in class org.hibernate.grammars.graph.GraphLanguageLexer
 
getChannelNames() - Method in class org.hibernate.grammars.hql.HqlLexer
 
getChannelNames() - Method in class org.hibernate.grammars.importsql.SqlScriptLexer
 
getChannelNames() - Method in class org.hibernate.grammars.ordering.OrderingLexer
 
getCharacterSetBytesPerCharacter(DatabaseMetaData) - Static method in class org.hibernate.dialect.MySQLDialect
Deprecated.
getCharacterStream() - Method in class org.hibernate.engine.jdbc.ClobProxy
 
getCharacterType() - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
getCharacterType() - Method in interface org.hibernate.query.sqm.NodeBuilder
 
getCharVariantCode() - Method in enum org.hibernate.dialect.NationalizationSupport
 
getCheck() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the check property.
getCheck() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the check property.
getCheck() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Gets the value of the check property.
getCheck() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCustomSqlDmlType
Gets the value of the check property.
getCheck() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the check property.
getCheck() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the check property.
getCheck() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the check property.
getCheck() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the check property.
getCheck() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the check property.
getCheck() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the check property.
getCheck() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the check property.
getCheck() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the check property.
getCheck() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getCheck() - Method in interface org.hibernate.boot.jaxb.hbm.transform.SourceColumnAdapter
 
getCheck() - Method in class org.hibernate.boot.jaxb.hbm.transform.SourceColumnAdapterJaxbHbmColumnType
 
getCheck() - Method in class org.hibernate.boot.jaxb.mapping.JaxbCollectionTable
Gets the value of the check property.
getCheck() - Method in class org.hibernate.boot.jaxb.mapping.JaxbColumn
Gets the value of the check property.
getCheck() - Method in class org.hibernate.boot.jaxb.mapping.JaxbCustomSql
Gets the value of the check property.
getCheck() - Method in class org.hibernate.boot.jaxb.mapping.JaxbJoinTable
Gets the value of the check property.
getCheck() - Method in class org.hibernate.boot.jaxb.mapping.JaxbSecondaryTable
Gets the value of the check property.
getCheck() - Method in class org.hibernate.boot.jaxb.mapping.JaxbTable
Gets the value of the check property.
getCheck() - Method in class org.hibernate.boot.jaxb.mapping.JaxbTableGenerator
Gets the value of the check property.
getCheckCondition() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
Obtain the specified check constraint condition
getCheckCondition(String, long[]) - Method in class org.hibernate.dialect.Dialect
Deprecated, for removal: This API element is subject to removal in a future version.
getCheckCondition(String, long, long) - Method in class org.hibernate.dialect.Dialect
Render a SQL check condition for a column that represents an enumerated value.
getCheckCondition(String, long, long) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getCheckCondition(String, Class<? extends Enum<?>>) - Method in class org.hibernate.dialect.Dialect
 
getCheckCondition(String, Long[]) - Method in class org.hibernate.dialect.Dialect
Render a SQL check condition for a column that represents an enumerated value by its ordinal representation or a given list of values.
getCheckCondition(String, String[]) - Method in class org.hibernate.dialect.Dialect
Render a SQL check condition for a column that represents an enumerated value by its string representation or a given list of values (with NULL value allowed).
getCheckCondition(String, String[]) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getCheckCondition(String, Dialect) - Method in interface org.hibernate.type.BasicType
The check constraint that should be added to the column definition in generated DDL.
getCheckCondition(String, JavaType<?>, BasicValueConverter<?, ?>, Dialect) - Method in class org.hibernate.dialect.OracleBooleanJdbcType
 
getCheckCondition(String, JavaType<?>, BasicValueConverter<?, ?>, Dialect) - Method in class org.hibernate.dialect.OracleJsonJdbcType
 
getCheckCondition(String, JavaType<?>, BasicValueConverter<?, ?>, Dialect) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
The check constraint that should be added to the column definition in generated DDL.
getCheckCondition(String, JavaType<?>, BasicValueConverter<?, ?>, Dialect) - Method in class org.hibernate.type.descriptor.jdbc.OracleJsonBlobJdbcType
 
getCheckCondition(String, JdbcType, BasicValueConverter<?, ?>, Dialect) - Method in class org.hibernate.type.descriptor.java.BooleanJavaType
 
getCheckCondition(String, JdbcType, BasicValueConverter<?, ?>, Dialect) - Method in class org.hibernate.type.descriptor.java.EnumJavaType
 
getCheckCondition(String, JdbcType, BasicValueConverter<?, ?>, Dialect) - Method in interface org.hibernate.type.descriptor.java.JavaType
The check constraint that should be added to the column definition in generated DDL.
getCheckConstraint() - Method in class org.hibernate.boot.model.source.internal.hbm.TableSourceImpl
 
getCheckConstraint() - Method in interface org.hibernate.boot.model.source.spi.TableSource
 
getCheckConstraint() - Method in class org.hibernate.mapping.Column
Deprecated.
getCheckConstraints() - Method in class org.hibernate.mapping.Column
 
getCheckConstraints() - Method in class org.hibernate.mapping.PersistentClass
 
getCheckConstraints() - Method in class org.hibernate.mapping.Table
Deprecated.
getCheckConstraintsIterator() - Method in class org.hibernate.mapping.Table
Deprecated.
getChecks() - Method in class org.hibernate.mapping.Table
 
getCheckStyle() - Method in class org.hibernate.boot.model.CustomSql
 
getCheckValue() - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple.WhenFragment
 
getCheckValue() - Method in class org.hibernate.sql.ast.tree.expression.CaseSimpleExpression.WhenFragment
 
getChildren() - Method in class org.hibernate.testing.junit4.CustomParameterized
 
getChildren() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToManyNotOwned
 
getCity() - Method in class org.hibernate.testing.orm.domain.animal.Address
 
getClass(Type) - Static method in class org.hibernate.internal.util.ReflectHelper
 
getClass(T) - Static method in class org.hibernate.Hibernate
Get the true, underlying class of a proxied entity.
getClassCacheOrCollectionCache() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
Gets the value of the classCacheOrCollectionCache property.
getClassification() - Method in class org.hibernate.boot.jaxb.mapping.JaxbCollectionUserTypeRegistration
Gets the value of the classification property.
getClassification() - Method in class org.hibernate.testing.orm.domain.animal.Zoo
 
getClassification() - Method in class org.hibernate.testing.orm.domain.contacts.Address
 
getClassification() - Method in class org.hibernate.testing.orm.domain.contacts.PhoneNumber
 
getClassification() - Method in interface org.hibernate.usertype.UserCollectionType
The classification mapped by this custom type
getClassLazy(T) - Static method in class org.hibernate.Hibernate
Get the true, underlying class of a proxied entity.
getClassLevelAccessType() - Method in class org.hibernate.boot.model.internal.PropertyContainer
 
getClassLoader() - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
getClassLoader() - Method in class org.hibernate.jpa.boot.internal.PersistenceUnitInfoDescriptor
 
getClassLoader() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
 
getClassLoader() - Method in class org.hibernate.testing.orm.jpa.PersistenceUnitDescriptorAdapter
 
getClassLoader() - Method in class org.hibernate.testing.orm.jpa.PersistenceUnitInfoAdapter
 
getClassLoader() - Method in class org.hibernate.testing.orm.jpa.PersistenceUnitInfoImpl
 
getClassLoader() - Method in class org.hibernate.testing.orm.junit.EntityManagerFactoryBasedFunctionalTest.TestingPersistenceUnitDescriptorImpl
 
getClassLoader() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
 
getClassLoader() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
 
getClassLoader() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
 
getClassLoader(CachingProvider) - Method in class org.hibernate.cache.jcache.internal.JCacheRegionFactory
 
getClassLoaderAccess() - Method in class org.hibernate.boot.internal.BootstrapContextImpl
 
getClassLoaderAccess() - Method in interface org.hibernate.boot.spi.BootstrapContext
Access to class loading capabilities.
getClassLoaderAccess() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
 
getClassLoaderService() - Method in interface org.hibernate.envers.boot.internal.EnversService
 
getClassLoaderService() - Method in class org.hibernate.envers.boot.internal.EnversServiceImpl
 
getClassmateContext() - Method in class org.hibernate.boot.internal.BootstrapContextImpl
 
getClassmateContext() - Method in interface org.hibernate.boot.spi.BootstrapContext
Access to the shared ClassmateContext object used throughout the bootstrap process.
getClassmateContext() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
 
getClassMetadata() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Deprecated.
getClassMetadata() - Method in interface org.hibernate.persister.entity.EntityPersister
Deprecated.
This operation is no longer called by Hibernate.
getClassName() - Method in class org.hibernate.boot.model.internal.ClassPropertyHolder
 
getClassName() - Method in class org.hibernate.boot.model.internal.CollectionPropertyHolder
 
getClassName() - Method in class org.hibernate.boot.model.internal.ComponentPropertyHolder
 
getClassName() - Method in interface org.hibernate.boot.model.internal.PropertyHolder
 
getClassName() - Method in interface org.hibernate.boot.model.naming.EntityNaming
Retrieve the fully-qualified entity class name.
getClassName() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceManyToOneImpl
 
getClassName() - Method in class org.hibernate.mapping.PersistentClass
 
getClassOrElement() - Method in class org.hibernate.boot.model.internal.PropertyInferredData
 
getClassOrElement() - Method in class org.hibernate.boot.model.internal.PropertyPreloadedData
 
getClassOrElement() - Method in class org.hibernate.boot.model.internal.WrappedInferredData
 
getClassOrElement() - Method in interface org.hibernate.boot.spi.PropertyData
Returns the returned class itself or the element type if an array
getClassOrElementClass() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.DynamicProperty
 
getClassOrElementName() - Method in class org.hibernate.boot.model.internal.PropertyInferredData
 
getClassOrElementName() - Method in class org.hibernate.boot.model.internal.PropertyPreloadedData
 
getClassOrElementName() - Method in class org.hibernate.boot.model.internal.WrappedInferredData
 
getClassOrElementName() - Method in interface org.hibernate.boot.spi.PropertyData
Returns the returned class name itself or the element type if an array
getClassTransformer() - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
getClassTransformer() - Method in class org.hibernate.jpa.boot.internal.PersistenceUnitInfoDescriptor
 
getClassTransformer() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
 
getClassTransformer() - Method in class org.hibernate.testing.orm.jpa.PersistenceUnitDescriptorAdapter
 
getClassTransformer() - Method in class org.hibernate.testing.orm.junit.EntityManagerFactoryBasedFunctionalTest.TestingPersistenceUnitDescriptorImpl
 
getClassType() - Method in interface org.hibernate.graph.SubGraph
 
getClassType(XClass) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getClassType(XClass) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getClassWithIdClass(boolean) - Method in class org.hibernate.boot.model.internal.InheritanceState
 
getClauseStack() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getClazz() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEntityCacheType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyValueMappingType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType.JaxbHbmDefinition
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmClassRenameType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIndexType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmGeneratorSpecificationType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdentifierGeneratorDefinitionType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyCompositeType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTuplizerType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTypeDefinitionType
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.mapping.JaxbColumnResult
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.mapping.JaxbCompositeUserTypeRegistration
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.mapping.JaxbConverter
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.mapping.JaxbConverterRegistration
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.mapping.JaxbDatabaseObject.JaxbDefinition
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEmbeddable
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityListener
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.mapping.JaxbGenericIdGenerator
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.mapping.JaxbHqlImport
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.mapping.JaxbIdClass
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.mapping.JaxbJavaTypeRegistration
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.mapping.JaxbMapKeyClass
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.mapping.JaxbMappedSuperclass
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedSubgraph
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.mapping.JaxbStoredProcedureParameter
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.boot.jaxb.mapping.JaxbUserTypeRegistration
Gets the value of the clazz property.
getClazz() - Method in interface org.hibernate.boot.jaxb.mapping.ManagedType
 
getClazz() - Method in class org.hibernate.boot.model.internal.InheritanceState
 
getClazz() - Method in interface org.hibernate.boot.model.source.spi.EmbeddableMapping
 
getClazz() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ColumnResult
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Converter
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embeddable
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.jpamodelgen.xml.jaxb.IdClass
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyClass
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedSubgraph
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
Gets the value of the clazz property.
getClazz() - Method in class org.hibernate.jpamodelgen.xml.jaxb.StoredProcedureParameter
Gets the value of the clazz property.
getClobBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.ClobJdbcType
 
getClobVariantCode() - Method in enum org.hibernate.dialect.NationalizationSupport
 
getCloseStatementCount() - Method in class org.hibernate.stat.internal.StatisticsImpl
 
getCloseStatementCount() - Method in interface org.hibernate.stat.Statistics
The number of prepared statements that were released.
getCode() - Method in class org.hibernate.boot.jaxb.mapping.JaxbJdbcTypeRegistration
Gets the value of the code property.
getCode() - Method in enum org.hibernate.testing.orm.domain.gambit.EnumValue
 
getCode() - Method in enum org.hibernate.testing.orm.domain.helpdesk.Status
 
getCollation() - Method in class org.hibernate.mapping.Column
 
getCollation() - Method in class org.hibernate.metamodel.mapping.ordering.ast.OrderingSpecification
 
getCollation() - Method in class org.hibernate.sql.ast.tree.expression.Collation
 
getCollectingStatementInspector() - Method in interface org.hibernate.testing.orm.junit.EntityManagerFactoryScope
 
getCollectingStatementInspector() - Method in interface org.hibernate.testing.orm.junit.SessionFactoryScope
 
getCollection() - Method in class org.hibernate.action.internal.CollectionAction
 
getCollection() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCollectionCacheType
Gets the value of the collection property.
getCollection() - Method in class org.hibernate.boot.model.internal.CollectionBinder
 
getCollection() - Method in interface org.hibernate.envers.configuration.internal.metadata.CollectionMetadataContext
 
getCollection() - Method in class org.hibernate.event.spi.AbstractCollectionEvent
 
getCollection(Object, SharedSessionContractImplementor, Object, Boolean) - Method in class org.hibernate.type.CollectionType
instantiate a collection wrapper (called when loading an object)
getCollection(String) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getCollection(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getCollection(String, Class<E>) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getCollection(String, Class<E>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getCollection(CollectionKey) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getCollection(CollectionKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the collection instance associated with the CollectionKey
getCollectionAttributeMapping() - Method in class org.hibernate.sql.results.graph.collection.internal.AbstractCollectionInitializer
 
getCollectionAuditTable() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
getCollectionBatch(CollectionPersister, Object, int) - Method in class org.hibernate.engine.spi.BatchFetchQueue
Get a batch of uninitialized collection keys for a given role
getCollectionBinder(XProperty, boolean, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.CollectionBinder
collection binder factory
getCollectionBinding() - Method in class org.hibernate.boot.model.internal.CollectionPropertyHolder
 
getCollectionBinding(String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getCollectionBinding(String) - Method in class org.hibernate.boot.internal.MetadataImpl
 
getCollectionBinding(String) - Method in interface org.hibernate.boot.Metadata
Retrieves the collection mapping metadata for the given collection role.
getCollectionBinding(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getCollectionBindingMap() - Method in class org.hibernate.boot.internal.MetadataImpl
 
getCollectionBindings() - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getCollectionBindings() - Method in class org.hibernate.boot.internal.MetadataImpl
 
getCollectionBindings() - Method in interface org.hibernate.boot.Metadata
Retrieves the Collection metadata representation for all known collections.
getCollectionBindings() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getCollectionCaching() - Method in class org.hibernate.cache.cfg.internal.DomainDataRegionConfigImpl
 
getCollectionCaching() - Method in interface org.hibernate.cache.cfg.spi.DomainDataRegionConfig
Retrieve the list of all collection data to be stored in this region
getCollectionChanges() - Method in class org.hibernate.envers.internal.synchronization.work.PersistentCollectionChangeWorkUnit
 
getCollectionClass() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.DynamicProperty
 
getCollectionClass() - Method in interface org.hibernate.usertype.UserCollectionType
The Java type that this type maps.
getCollectionClassification() - Method in class org.hibernate.collection.internal.CustomCollectionTypeSemantics
 
getCollectionClassification() - Method in class org.hibernate.collection.internal.StandardArraySemantics
 
getCollectionClassification() - Method in class org.hibernate.collection.internal.StandardBagSemantics
 
getCollectionClassification() - Method in class org.hibernate.collection.internal.StandardIdentifierBagSemantics
 
getCollectionClassification() - Method in class org.hibernate.collection.internal.StandardListSemantics
 
getCollectionClassification() - Method in class org.hibernate.collection.internal.StandardMapSemantics
 
getCollectionClassification() - Method in class org.hibernate.collection.internal.StandardOrderedMapSemantics
 
getCollectionClassification() - Method in class org.hibernate.collection.internal.StandardOrderedSetSemantics
 
getCollectionClassification() - Method in class org.hibernate.collection.internal.StandardSetSemantics
 
getCollectionClassification() - Method in class org.hibernate.collection.internal.StandardSortedMapSemantics
 
getCollectionClassification() - Method in class org.hibernate.collection.internal.StandardSortedSetSemantics
 
getCollectionClassification() - Method in interface org.hibernate.collection.spi.CollectionSemantics
The classification handled by this semantic
getCollectionClassification() - Method in interface org.hibernate.metamodel.internal.PluralAttributeMetadata
The classification of the collection, indicating the collection semantics to be used.
getCollectionClassification() - Method in class org.hibernate.metamodel.model.domain.internal.AbstractPluralAttribute
 
getCollectionClassification() - Method in class org.hibernate.metamodel.model.domain.internal.PluralAttributeBuilder
 
getCollectionClassification() - Method in interface org.hibernate.metamodel.model.domain.PluralPersistentAttribute
 
getCollectionClassification() - Method in class org.hibernate.type.ArrayType
 
getCollectionClassification() - Method in class org.hibernate.type.BagType
 
getCollectionClassification() - Method in class org.hibernate.type.CollectionType
 
getCollectionClassification() - Method in class org.hibernate.type.CustomCollectionType
 
getCollectionClassification() - Method in class org.hibernate.type.IdentifierBagType
 
getCollectionClassification() - Method in class org.hibernate.type.ListType
 
getCollectionClassification() - Method in class org.hibernate.type.MapType
 
getCollectionClassification() - Method in class org.hibernate.type.OrderedMapType
 
getCollectionClassification() - Method in class org.hibernate.type.OrderedSetType
 
getCollectionClassification() - Method in class org.hibernate.type.SetType
 
getCollectionClassification() - Method in class org.hibernate.type.SortedMapType
 
getCollectionClassification() - Method in class org.hibernate.type.SortedSetType
 
getCollectionCount() - Method in class org.hibernate.stat.internal.SessionStatisticsImpl
 
getCollectionCount() - Method in interface org.hibernate.stat.SessionStatistics
The number of collection instances associated with the session.
getCollectionDataAccess(NavigableRole) - Method in interface org.hibernate.cache.spi.DomainDataRegion
Build a CollectionDataAccess instance representing access to destructured collection data stored in this cache region.
getCollectionDataAccess(NavigableRole) - Method in class org.hibernate.cache.spi.support.AbstractDomainDataRegion
 
getCollectionDescriptor() - Method in class org.hibernate.metamodel.mapping.internal.AbstractEntityCollectionPart
 
getCollectionDescriptor() - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
getCollectionDescriptor() - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
getCollectionDescriptor() - Method in interface org.hibernate.sql.results.graph.collection.LoadingCollectionEntry
The descriptor for the collection being loaded
getCollectionDescriptor() - Method in class org.hibernate.sql.results.internal.LoadingCollectionEntryImpl
 
getCollectionDescriptor(String) - Method in interface org.hibernate.metamodel.MappingMetamodel
Get a collection mapping descriptor based on its role
getCollectionDescriptor(String) - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
getCollectionDescriptor(NavigableRole) - Method in interface org.hibernate.metamodel.MappingMetamodel
Get a collection mapping descriptor based on its role
getCollectionDescriptor(NavigableRole) - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
getCollectionElementType(DeclaredType, String, String, Context) - Static method in class org.hibernate.jpamodelgen.util.TypeUtils
 
getCollectionEntries() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
Deprecated.
We should not expose this directly: the other accessors that have been created as a replacement have better chances of skipping initializing this map, which is a good performance improvement.
getCollectionEntries() - Method in interface org.hibernate.engine.spi.PersistenceContext
Doubly internal
getCollectionEntriesSize() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getCollectionEntriesSize() - Method in interface org.hibernate.engine.spi.PersistenceContext
The size of the internal map storing all collection entries.
getCollectionEntry(PersistentCollection<?>) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getCollectionEntry(PersistentCollection<?>) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the collection entry for a persistent collection
getCollectionEntry(AbstractCollectionEvent) - Method in class org.hibernate.envers.event.spi.BaseEnversCollectionEventListener
 
getCollectionFetchCount() - Method in class org.hibernate.stat.internal.StatisticsImpl
 
getCollectionFetchCount() - Method in interface org.hibernate.stat.Statistics
The global number of collections fetched.
getCollectionHolder(Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getCollectionHolder(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the PersistentCollection object for an array
getCollectionId() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the collectionId property.
getCollectionId(Object) - Method in class org.hibernate.cache.internal.DefaultCacheKeysFactory
 
getCollectionId(Object) - Method in class org.hibernate.cache.internal.SimpleCacheKeysFactory
 
getCollectionId(Object) - Method in interface org.hibernate.cache.spi.CacheKeysFactory
 
getCollectionIdSource() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
getCollectionIdSource() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceIdBagImpl
 
getCollectionIdSource() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
getCollectionInstance() - Method in interface org.hibernate.sql.results.graph.collection.CollectionInitializer
 
getCollectionInstance() - Method in class org.hibernate.sql.results.graph.collection.internal.AbstractCollectionInitializer
 
getCollectionInstance() - Method in class org.hibernate.sql.results.graph.collection.internal.ArrayInitializer
 
getCollectionInstance() - Method in class org.hibernate.sql.results.graph.collection.internal.ListInitializer
 
getCollectionInstance() - Method in class org.hibernate.sql.results.graph.collection.internal.MapInitializer
 
getCollectionInstance() - Method in class org.hibernate.sql.results.graph.collection.internal.SetInitializer
 
getCollectionInstance() - Method in interface org.hibernate.sql.results.graph.collection.LoadingCollectionEntry
The collection instance being loaded
getCollectionInstance() - Method in class org.hibernate.sql.results.internal.LoadingCollectionEntryImpl
 
getCollectionJavaType() - Method in class org.hibernate.collection.internal.CustomCollectionTypeSemantics
 
getCollectionJavaType() - Method in class org.hibernate.collection.internal.StandardArraySemantics
 
getCollectionJavaType() - Method in class org.hibernate.collection.internal.StandardListSemantics
 
getCollectionJavaType() - Method in class org.hibernate.collection.internal.StandardSortedMapSemantics
 
getCollectionJavaType() - Method in class org.hibernate.collection.internal.StandardSortedSetSemantics
 
getCollectionJavaType() - Method in class org.hibernate.collection.spi.AbstractBagSemantics
 
getCollectionJavaType() - Method in class org.hibernate.collection.spi.AbstractMapSemantics
 
getCollectionJavaType() - Method in class org.hibernate.collection.spi.AbstractSetSemantics
 
getCollectionJavaType() - Method in interface org.hibernate.collection.spi.CollectionSemantics
The collection's Java type
getCollectionJavaType() - Method in class org.hibernate.metamodel.model.domain.internal.PluralAttributeBuilder
 
getCollectionKey() - Method in interface org.hibernate.sql.exec.spi.ExecutionContext
Get the collection key for the collection which is to be loaded immediately.
getCollectionKey() - Method in class org.hibernate.sql.results.graph.embeddable.internal.NestedRowProcessingState
 
getCollectionKey() - Method in class org.hibernate.sql.results.internal.RowProcessingStateStandardImpl
 
getCollectionKey(CollectionPersister, Object, EntityEntry, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getCollectionKeys() - Method in class org.hibernate.stat.internal.SessionStatisticsImpl
 
getCollectionKeys() - Method in interface org.hibernate.stat.SessionStatistics
The set of all CollectionKeys currently held within the persistence context.
getCollectionLoadCount() - Method in class org.hibernate.stat.internal.StatisticsImpl
 
getCollectionLoadCount() - Method in interface org.hibernate.stat.Statistics
The global number of collections loaded.
getCollectionLoader() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getCollectionMetadata() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
Deprecated.
getCollectionMetadata() - Method in interface org.hibernate.persister.collection.CollectionPersister
Deprecated.
This operation is no longer called by Hibernate.
getCollectionMetadata(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getCollectionOwner(Object, CollectionPersister) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getCollectionOwner(Object, CollectionPersister) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the entity that owns this persistent collection
getCollectionPersister(String) - Method in class org.hibernate.query.sql.internal.ResultSetMappingProcessor
 
getCollectionPersister(String) - Method in interface org.hibernate.query.sql.internal.SQLQueryParser.ParserContext
 
getCollectionPersisterClass() - Method in class org.hibernate.mapping.Collection
 
getCollectionPersisterClass(Collection) - Method in class org.hibernate.persister.internal.StandardPersisterClassResolver
 
getCollectionPersisterClass(Collection) - Method in interface org.hibernate.persister.spi.PersisterClassResolver
Returns the collection persister class for a given collection role or null if the collection persister class should be the default.
getCollectionPropertyColumnAliases(String, String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getCollectionPropertyColumnAliases(String, String) - Method in interface org.hibernate.persister.collection.SQLLoadableCollection
Deprecated.
 
getCollectionRecreateCount() - Method in class org.hibernate.stat.internal.StatisticsImpl
 
getCollectionRecreateCount() - Method in interface org.hibernate.stat.Statistics
The global number of collections recreated
getCollectionReferencingPropertyData() - Method in class org.hibernate.envers.internal.entities.mapper.relation.CommonCollectionMapperData
 
getCollectionRegionAccess(NavigableRole) - Method in class org.hibernate.cache.internal.DisabledCaching
Deprecated.
getCollectionRegionAccess(NavigableRole) - Method in class org.hibernate.cache.internal.EnabledCaching
Deprecated.
getCollectionRegionAccess(NavigableRole) - Method in interface org.hibernate.cache.spi.CacheImplementor
Find the cache data access strategy for the given collection.
getCollectionRemoveCount() - Method in class org.hibernate.stat.internal.StatisticsImpl
 
getCollectionRemoveCount() - Method in interface org.hibernate.stat.Statistics
The global number of collections removed.
getCollectionRole() - Method in class org.hibernate.mapping.Backref
 
getCollectionRole() - Method in class org.hibernate.mapping.IndexBackref
 
getCollectionRoleNames() - Method in class org.hibernate.stat.internal.StatisticsImpl
 
getCollectionRoleNames() - Method in interface org.hibernate.stat.Statistics
The names of all collection roles.
getCollectionRolesByEntityParticipant(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
Deprecated.
getCollectionRolesByEntityParticipant(String) - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
getCollectionRolesByEntityParticipant(String) - Method in interface org.hibernate.metamodel.spi.MappingMetamodelImplementor
Retrieves a set of all the collection roles in which the given entity is a participant, as either an index or an element.
getCollectionRolesByEntityParticipant(String) - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
getCollectionsByKey() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getCollectionsByKey() - Method in interface org.hibernate.engine.spi.PersistenceContext
Deprecated.
this method should be removed; alternative methods are available that better express the intent, allowing for better optimisations. Not aggressively removing this as it's an SPI, but also useful for testing and other contexts which are not performance sensitive. N.B. This might return an immutable map: do not use for mutations!
getCollectionSemantics() - Method in class org.hibernate.mapping.Collection
 
getCollectionSemantics() - Method in interface org.hibernate.metamodel.mapping.CollectionMappingType
 
getCollectionSemantics() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getCollectionSemantics() - Method in interface org.hibernate.persister.collection.CollectionPersister
 
getCollectionSpaces() - Method in class org.hibernate.jpamodelgen.validation.MockCollectionPersister
 
getCollectionSpaces() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getCollectionSpaces() - Method in interface org.hibernate.persister.collection.CollectionPersister
Get the "space" that holds the persistent state
getCollectionStatistics(String) - Method in class org.hibernate.stat.internal.StatisticsImpl
 
getCollectionStatistics(String) - Method in interface org.hibernate.stat.Statistics
Obtain the statistics for the collection with the given role.
getCollectionSuffix(String) - Method in class org.hibernate.query.sql.internal.ResultSetMappingProcessor
 
getCollectionSuffix(String) - Method in interface org.hibernate.query.sql.internal.SQLQueryParser.ParserContext
 
getCollectionTable() - Method in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
Gets the value of the collectionTable property.
getCollectionTable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the collectionTable property.
getCollectionTable() - Method in class org.hibernate.mapping.Collection
 
getCollectionTableCheck() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
getCollectionTableCheck() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
getCollectionTableComment() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
getCollectionTableComment() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
getCollectionTableMapping() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getCollectionTableMapping() - Method in interface org.hibernate.persister.collection.mutation.CollectionMutationTarget
 
getCollectionTableSpecificationSource() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
getCollectionTableSpecificationSource() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
getCollectionType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the collectionType property.
getCollectionType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the collectionType property.
getCollectionType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the collectionType property.
getCollectionType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the collectionType property.
getCollectionType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the collectionType property.
getCollectionType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the collectionType property.
getCollectionType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the collectionType property.
getCollectionType() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getCollectionType() - Method in class org.hibernate.collection.internal.CustomCollectionTypeSemantics
 
getCollectionType() - Method in class org.hibernate.jpamodelgen.validation.MockCollectionPersister
 
getCollectionType() - Method in class org.hibernate.mapping.Collection
 
getCollectionType() - Method in class org.hibernate.metamodel.model.domain.internal.AbstractPluralAttribute
 
getCollectionType() - Method in class org.hibernate.metamodel.model.domain.internal.BagAttributeImpl
 
getCollectionType() - Method in class org.hibernate.metamodel.model.domain.internal.ListAttributeImpl
 
getCollectionType() - Method in class org.hibernate.metamodel.model.domain.internal.MapAttributeImpl
 
getCollectionType() - Method in class org.hibernate.metamodel.model.domain.internal.SetAttributeImpl
 
getCollectionType() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getCollectionType() - Method in interface org.hibernate.persister.collection.CollectionPersister
Deprecated, for removal: This API element is subject to removal in a future version.
Hibernate is moving away from Type. Corresponding mapping metamodel calls should be used instead - here (generally), PluralAttributeMapping
getCollectionUpdateCount() - Method in class org.hibernate.stat.internal.StatisticsImpl
 
getCollectionUpdateCount() - Method in interface org.hibernate.stat.Statistics
The global number of collections updated.
getCollectionUserTypeRegistrations() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
Gets the value of the collectionUserTypeRegistrations property.
getCollectionValueKey() - Method in class org.hibernate.sql.results.graph.collection.internal.AbstractImmediateCollectionInitializer
The value of the collection side of the collection key (FK).
getColor() - Method in class org.hibernate.testing.orm.domain.gambit.Shirt
 
getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToAnyType
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexType
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListIndexType
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToAnyCollectionElementType
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType.JaxbHbmReturnDiscriminator
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryScalarReturnType
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmVersionAttributeType
Gets the value of the column property.
getColumn() - Method in interface org.hibernate.boot.jaxb.mapping.DiscriminatedAssociation.Discriminator
The column holding the discriminator value
getColumn() - Method in class org.hibernate.boot.jaxb.mapping.JaxbAttributeOverride
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.mapping.JaxbBasic
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.mapping.JaxbConstructorResult
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.mapping.JaxbFieldResult
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.mapping.JaxbHbmAnyDiscriminator
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.mapping.JaxbId
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.mapping.JaxbMultiTenancy
Gets the value of the column property.
getColumn() - Method in class org.hibernate.boot.jaxb.mapping.JaxbVersion
Gets the value of the column property.
getColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.AttributeOverride
Gets the value of the column property.
getColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
Gets the value of the column property.
getColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ConstructorResult
Gets the value of the column property.
getColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the column property.
getColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.FieldResult
Gets the value of the column property.
getColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Id
Gets the value of the column property.
getColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Version
Gets the value of the column property.
getColumn() - Method in class org.hibernate.mapping.BasicValue
 
getColumn(int) - Method in class org.hibernate.mapping.Constraint
 
getColumn(int) - Method in class org.hibernate.mapping.SimpleValue
 
getColumn(int) - Method in class org.hibernate.mapping.Table
 
getColumn(int) - Method in class org.hibernate.mapping.UserDefinedType
 
getColumn(Identifier) - Method in class org.hibernate.mapping.DenormalizedTable
 
getColumn(Identifier) - Method in class org.hibernate.mapping.Table
 
getColumn(Identifier) - Method in class org.hibernate.mapping.UserDefinedType
 
getColumn(Identifier) - Method in class org.hibernate.tool.schema.extract.internal.TableInformationImpl
 
getColumn(Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
Retrieve the named ColumnInformation
getColumn(InFlightMetadataCollector, String) - Method in class org.hibernate.mapping.Table
 
getColumn(Column) - Method in class org.hibernate.mapping.DenormalizedTable
 
getColumn(Column) - Method in class org.hibernate.mapping.Table
Return the column which is identified by column provided as argument.
getColumn(Column) - Method in class org.hibernate.mapping.UserDefinedType
Return the column which is identified by column provided as argument.
getColumnAlias() - Method in class org.hibernate.query.internal.FetchMementoBasicStandard
 
getColumnAliases() - Method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor.PropertyFetchDescriptor
 
getColumnAliases() - Method in interface org.hibernate.query.results.complete.CompleteFetchBuilder
 
getColumnAliases() - Method in class org.hibernate.query.results.complete.CompleteFetchBuilderBasicPart
 
getColumnAliases() - Method in class org.hibernate.query.results.complete.CompleteFetchBuilderEmbeddableValuedModelPart
 
getColumnAliases() - Method in class org.hibernate.query.results.complete.CompleteFetchBuilderEntityValuedModelPart
 
getColumnAliases() - Method in class org.hibernate.query.results.complete.DelayedFetchBuilderBasicPart
 
getColumnAliases() - Method in interface org.hibernate.query.results.dynamic.DynamicFetchBuilder
 
getColumnAliases() - Method in class org.hibernate.query.results.dynamic.DynamicFetchBuilderLegacy
 
getColumnAliases() - Method in class org.hibernate.query.results.dynamic.DynamicFetchBuilderStandard
 
getColumnAliasExtractor() - Method in class org.hibernate.dialect.Dialect
getColumnAliasExtractor() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexType
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListIndexType
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Gets the value of the columnAttribute property.
getColumnAttribute() - Method in class org.hibernate.boot.model.source.internal.hbm.BasicAttributeColumnsAndFormulasSource
 
getColumnAttribute() - Method in class org.hibernate.boot.model.source.internal.hbm.ManyToOneAttributeColumnsAndFormulasSource
 
getColumnAttribute() - Method in class org.hibernate.boot.model.source.internal.hbm.RelationalValueSourceHelper.AbstractColumnsAndFormulasSource
 
getColumnAttribute() - Method in interface org.hibernate.boot.model.source.internal.hbm.RelationalValueSourceHelper.ColumnsAndFormulasSource
Access to any column defined via XML attribute.
getColumnComment(String) - Method in class org.hibernate.dialect.AbstractHANADialect
 
getColumnComment(String) - Method in class org.hibernate.dialect.Dialect
Get the comment into a form supported for column definition.
getColumnComment(String) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getColumnComment(String) - Method in class org.hibernate.dialect.MySQLDialect
 
getColumnCount() - Method in interface org.hibernate.metamodel.mapping.TableDetails.KeyDetails
Number of columns
getColumnCount() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping.KeyMapping
 
getColumnCount() - Method in class org.hibernate.sql.exec.internal.JdbcSelectExecutorStandardImpl.CapturingJdbcValuesMetadata
 
getColumnCount() - Method in class org.hibernate.sql.results.jdbc.internal.AbstractResultSetAccess
 
getColumnCount() - Method in interface org.hibernate.sql.results.jdbc.internal.ResultSetAccess
 
getColumnCount() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesMetadata
Number of values in the underlying result
getColumnDefinition() - Method in class org.hibernate.boot.jaxb.mapping.JaxbColumn
Gets the value of the columnDefinition property.
getColumnDefinition() - Method in class org.hibernate.boot.jaxb.mapping.JaxbDiscriminatorColumn
Gets the value of the columnDefinition property.
getColumnDefinition() - Method in class org.hibernate.boot.jaxb.mapping.JaxbJoinColumn
Gets the value of the columnDefinition property.
getColumnDefinition() - Method in class org.hibernate.boot.jaxb.mapping.JaxbMapKeyColumn
Gets the value of the columnDefinition property.
getColumnDefinition() - Method in class org.hibernate.boot.jaxb.mapping.JaxbMapKeyJoinColumn
Gets the value of the columnDefinition property.
getColumnDefinition() - Method in class org.hibernate.boot.jaxb.mapping.JaxbOrderColumn
Gets the value of the columnDefinition property.
getColumnDefinition() - Method in class org.hibernate.boot.jaxb.mapping.JaxbPrimaryKeyJoinColumn
Gets the value of the columnDefinition property.
getColumnDefinition() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
Gets the value of the columnDefinition property.
getColumnDefinition() - Method in class org.hibernate.jpamodelgen.xml.jaxb.DiscriminatorColumn
Gets the value of the columnDefinition property.
getColumnDefinition() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
Gets the value of the columnDefinition property.
getColumnDefinition() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
Gets the value of the columnDefinition property.
getColumnDefinition() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
Gets the value of the columnDefinition property.
getColumnDefinition() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OrderColumn
Gets the value of the columnDefinition property.
getColumnDefinition() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PrimaryKeyJoinColumn
Gets the value of the columnDefinition property.
getColumnDefinition() - Method in class org.hibernate.metamodel.mapping.internal.AnyDiscriminatorPart
 
getColumnDefinition() - Method in class org.hibernate.metamodel.mapping.internal.AnyKeyPart
 
getColumnDefinition() - Method in class org.hibernate.metamodel.mapping.internal.BasicAttributeMapping
 
getColumnDefinition() - Method in class org.hibernate.metamodel.mapping.internal.BasicEntityIdentifierMappingImpl
 
getColumnDefinition() - Method in class org.hibernate.metamodel.mapping.internal.BasicValuedCollectionPart
 
getColumnDefinition() - Method in class org.hibernate.metamodel.mapping.internal.CaseStatementDiscriminatorMappingImpl
 
getColumnDefinition() - Method in class org.hibernate.metamodel.mapping.internal.CollectionIdentifierDescriptorImpl
 
getColumnDefinition() - Method in class org.hibernate.metamodel.mapping.internal.EntityRowIdMappingImpl
 
getColumnDefinition() - Method in class org.hibernate.metamodel.mapping.internal.EntityVersionMappingImpl
 
getColumnDefinition() - Method in class org.hibernate.metamodel.mapping.internal.ExplicitColumnDiscriminatorMappingImpl
 
getColumnDefinition() - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
getColumnDefinition() - Method in class org.hibernate.metamodel.mapping.internal.SqlTypedMappingImpl
 
getColumnDefinition() - Method in class org.hibernate.metamodel.mapping.SelectableConsumer.MutableSelectableMapping
 
getColumnDefinition() - Method in interface org.hibernate.metamodel.mapping.SoftDeleteMapping
 
getColumnDefinition() - Method in interface org.hibernate.metamodel.mapping.SqlTypedMapping
 
getColumnDefinition() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping.KeyColumn
 
getColumnDefinition() - Method in class org.hibernate.query.derived.AnonymousTupleBasicValuedModelPart
 
getColumnDefinition() - Method in class org.hibernate.sql.ast.tree.expression.CastTarget
 
getColumnDefinitionUniquenessFragment(Column, SqlStringGenerationContext) - Method in class org.hibernate.dialect.unique.AlterTableUniqueDelegate
 
getColumnDefinitionUniquenessFragment(Column, SqlStringGenerationContext) - Method in class org.hibernate.dialect.unique.CreateTableUniqueDelegate
 
getColumnDefinitionUniquenessFragment(Column, SqlStringGenerationContext) - Method in class org.hibernate.dialect.unique.SkipNullableUniqueDelegate
 
getColumnDefinitionUniquenessFragment(Column, SqlStringGenerationContext) - Method in interface org.hibernate.dialect.unique.UniqueDelegate
Get the SQL fragment used to make the given column unique as part of its column definition, usually just " unique", or return an empty string if uniqueness does not belong in the column definition.
getColumnExpression() - Method in class org.hibernate.metamodel.mapping.ordering.ast.ColumnReference
 
getColumnExpression() - Method in class org.hibernate.sql.ast.tree.cte.CteColumn
 
getColumnExpression() - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
 
getColumnIdentifier() - Method in class org.hibernate.tool.schema.extract.internal.ColumnInformationImpl
 
getColumnIdentifier() - Method in interface org.hibernate.tool.schema.extract.spi.ColumnInformation
The simple (not qualified) column name.
getColumnInsertability() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
getColumnInsertability() - Method in class org.hibernate.mapping.Collection
 
getColumnInsertability() - Method in class org.hibernate.mapping.Component
 
getColumnInsertability() - Method in class org.hibernate.mapping.OneToMany
 
getColumnInsertability() - Method in class org.hibernate.mapping.SimpleValue
 
getColumnInsertability() - Method in interface org.hibernate.mapping.Value
 
getColumnLength() - Method in class org.hibernate.mapping.BasicValue
 
getColumnLength() - Method in class org.hibernate.type.descriptor.jdbc.DelegatingJdbcTypeIndicators
 
getColumnLength() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
Useful for resolutions based on column length.
getColumnLengths() - Method in interface org.hibernate.usertype.DynamicParameterizedType.ParameterType
 
getColumnList() - Method in class org.hibernate.boot.jaxb.mapping.JaxbIndex
Gets the value of the columnList property.
getColumnList() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Index
Gets the value of the columnList property.
getColumnName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbUniqueConstraint
Gets the value of the columnName property.
getColumnName() - Method in class org.hibernate.dialect.temptable.TemporaryTableColumn
 
getColumnName() - Method in class org.hibernate.engine.jdbc.mutation.internal.JdbcValueDescriptorImpl
 
getColumnName() - Method in class org.hibernate.engine.jdbc.mutation.spi.Binding
The name of the column to which this value is "bound"
getColumnName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.UniqueConstraint
Gets the value of the columnName property.
getColumnName() - Method in class org.hibernate.mapping.Any.MetaValue
 
getColumnName() - Method in class org.hibernate.metamodel.mapping.internal.SoftDeleteMappingImpl
 
getColumnName() - Method in interface org.hibernate.metamodel.mapping.SoftDeleteMapping
The name of the soft-delete indicator column.
getColumnName() - Method in interface org.hibernate.metamodel.mapping.TableDetails.KeyColumn
The name of the column
getColumnName() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping.KeyColumn
 
getColumnName() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderBasicStandard
 
getColumnName() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteTableColumn
 
getColumnName() - Method in interface org.hibernate.sql.model.jdbc.JdbcValueDescriptor
The name of the column this parameter "maps to"
getColumnNames() - Method in interface org.hibernate.boot.model.naming.ImplicitConstraintNameSource
 
getColumnNames() - Method in class org.hibernate.query.internal.FetchMementoEmbeddableStandard
 
getColumnNames() - Method in class org.hibernate.sql.ast.tree.from.DerivedTableReference
 
getColumnNames(String) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
Deprecated.
 
getColumnNumber() - Method in class org.hibernate.boot.jaxb.internal.ContextProvidingValidationEventHandler
 
getColumnNumber() - Method in class org.hibernate.jpamodelgen.util.xml.ContextProvidingValidationEventHandler
 
getColumnOrderingStrategy() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
 
getColumnOrderingStrategy() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getColumnOrderingStrategy() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
 
getColumnOrderingStrategy() - Method in class org.hibernate.cfg.Configuration
The CustomEntityDirtinessStrategy, if any, that was added to this configuration.
getColumnOrderMap() - Method in class org.hibernate.mapping.Index
getColumnOrderMap() - Method in class org.hibernate.mapping.UniqueKey
 
getColumnOrFormula() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the columnOrFormula property.
getColumnOrFormula() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Gets the value of the columnOrFormula property.
getColumnOrFormula() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Gets the value of the columnOrFormula property.
getColumnOrFormula() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the columnOrFormula property.
getColumnOrFormula() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
Gets the value of the columnOrFormula property.
getColumnOrFormula() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
Gets the value of the columnOrFormula property.
getColumnOrFormulaElements() - Method in class org.hibernate.boot.model.source.internal.hbm.BasicAttributeColumnsAndFormulasSource
 
getColumnOrFormulaElements() - Method in class org.hibernate.boot.model.source.internal.hbm.ManyToOneAttributeColumnsAndFormulasSource
 
getColumnOrFormulaElements() - Method in class org.hibernate.boot.model.source.internal.hbm.RelationalValueSourceHelper.AbstractColumnsAndFormulasSource
 
getColumnOrFormulaElements() - Method in interface org.hibernate.boot.model.source.internal.hbm.RelationalValueSourceHelper.ColumnsAndFormulasSource
Access to any nested <column/> or <formula /> XML elements.
getColumnPrecision() - Method in class org.hibernate.mapping.BasicValue
 
getColumnPrecision() - Method in class org.hibernate.type.descriptor.jdbc.DelegatingJdbcTypeIndicators
 
getColumnPrecision() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
Useful for resolutions based on column precision.
getColumnReference() - Method in class org.hibernate.query.sqm.sql.internal.BasicValuedPathInterpretation
 
getColumnReference() - Method in class org.hibernate.sql.ast.tree.expression.AggregateColumnWriteExpression
 
getColumnReference() - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
 
getColumnReference() - Method in interface org.hibernate.sql.ast.tree.expression.Expression
 
getColumnReference() - Method in class org.hibernate.sql.ast.tree.expression.SqlSelectionExpression
 
getColumnReference() - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
getColumnReference() - Method in class org.hibernate.sql.model.ast.ColumnValueBinding
 
getColumnReference() - Method in class org.hibernate.sql.model.ast.ColumnValueParameter
 
getColumnReferenceMappings() - Method in class org.hibernate.tool.schema.extract.internal.ForeignKeyInformationImpl
 
getColumnReferenceMappings() - Method in interface org.hibernate.tool.schema.extract.spi.ForeignKeyInformation
Get the column mappings that define the reference.
getColumnReferences() - Method in class org.hibernate.query.sqm.sql.internal.BasicValuedPathInterpretation
 
getColumnReferences() - Method in class org.hibernate.query.sqm.sql.internal.DiscriminatedAssociationPathInterpretation
 
getColumnReferences() - Method in class org.hibernate.query.sqm.sql.internal.EmbeddableValuedExpression
 
getColumnReferences() - Method in class org.hibernate.query.sqm.sql.internal.EmbeddableValuedPathInterpretation
 
getColumnReferences() - Method in class org.hibernate.query.sqm.sql.internal.EntityValuedPathInterpretation
 
getColumnReferences() - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
 
getColumnReferences() - Method in interface org.hibernate.sql.ast.tree.update.Assignable
 
getColumnResult() - Method in class org.hibernate.boot.jaxb.mapping.JaxbSqlResultSetMapping
Gets the value of the columnResult property.
getColumnResult() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SqlResultSetMapping
Gets the value of the columnResult property.
getColumns() - Method in interface org.hibernate.boot.jaxb.mapping.DiscriminatedAssociation.Key
 
getColumns() - Method in class org.hibernate.boot.jaxb.mapping.JaxbHbmAnyKey
Gets the value of the columns property.
getColumns() - Method in class org.hibernate.boot.model.internal.AnnotatedColumns
 
getColumns() - Method in class org.hibernate.dialect.temptable.TemporaryTable
 
getColumns() - Method in class org.hibernate.envers.boot.model.BasicAttribute
 
getColumns() - Method in interface org.hibernate.envers.boot.model.ColumnContainer
Get all columns that are part of this property
getColumns() - Method in class org.hibernate.envers.boot.model.Key
 
getColumns() - Method in class org.hibernate.envers.boot.model.ManyToOneAttribute
 
getColumns() - Method in class org.hibernate.envers.boot.model.SetAttribute
 
getColumns() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
getColumns() - Method in class org.hibernate.mapping.Collection
 
getColumns() - Method in class org.hibernate.mapping.Component
 
getColumns() - Method in class org.hibernate.mapping.Constraint
 
getColumns() - Method in class org.hibernate.mapping.DenormalizedTable
 
getColumns() - Method in class org.hibernate.mapping.Index
Deprecated.
getColumns() - Method in class org.hibernate.mapping.OneToMany
 
getColumns() - Method in class org.hibernate.mapping.Property
Delegates to Value.getColumns().
getColumns() - Method in class org.hibernate.mapping.SimpleValue
 
getColumns() - Method in class org.hibernate.mapping.Table
 
getColumns() - Method in class org.hibernate.mapping.UserDefinedType
 
getColumns() - Method in interface org.hibernate.mapping.Value
If the mapping involves only columns, return them.
getColumns() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteTable
 
getColumns() - Method in class org.hibernate.sql.Insert
 
getColumns() - Method in class org.hibernate.tool.schema.extract.internal.PrimaryKeyInformationImpl
 
getColumns() - Method in interface org.hibernate.tool.schema.extract.spi.PrimaryKeyInformation
Obtain the columns making up the primary key.
getColumns() - Method in interface org.hibernate.usertype.DynamicParameterizedType.ParameterType
 
getColumnsAndFormulasSource() - Method in interface org.hibernate.boot.model.source.spi.ColumnsAndFormulasSourceContainer
 
getColumnScale() - Method in class org.hibernate.mapping.BasicValue
 
getColumnScale() - Method in class org.hibernate.type.descriptor.jdbc.DelegatingJdbcTypeIndicators
 
getColumnScale() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
Useful for resolutions based on column scale.
getColumnsForExport() - Method in class org.hibernate.dialect.temptable.TemporaryTable
 
getColumnsInOriginalOrder() - Method in class org.hibernate.mapping.PrimaryKey
 
getColumnSize() - Method in class org.hibernate.mapping.Column
 
getColumnSize() - Method in class org.hibernate.tool.schema.extract.internal.ColumnInformationImpl
 
getColumnSize() - Method in interface org.hibernate.tool.schema.extract.spi.ColumnInformation
The column size (length).
getColumnSize() - Method in interface org.hibernate.tool.schema.extract.spi.ColumnTypeInformation
The column size (length).
getColumnSize(Dialect, Mapping) - Method in class org.hibernate.mapping.Column
 
getColumnSource() - Method in interface org.hibernate.boot.model.source.spi.CollectionIdSource
Obtain source information about the column for the collection id.
getColumnSpan() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
getColumnSpan() - Method in class org.hibernate.mapping.Collection
 
getColumnSpan() - Method in class org.hibernate.mapping.Component
 
getColumnSpan() - Method in class org.hibernate.mapping.Constraint
 
getColumnSpan() - Method in class org.hibernate.mapping.Index
 
getColumnSpan() - Method in class org.hibernate.mapping.OneToMany
 
getColumnSpan() - Method in class org.hibernate.mapping.Property
 
getColumnSpan() - Method in class org.hibernate.mapping.SimpleValue
 
getColumnSpan() - Method in class org.hibernate.mapping.Table
 
getColumnSpan() - Method in class org.hibernate.mapping.UserDefinedType
 
getColumnSpan() - Method in interface org.hibernate.mapping.Value
The number of columns and formulas in the mapping.
getColumnSpan(Mapping) - Method in class org.hibernate.jpamodelgen.validation.ProcessorSessionFactory.Component
 
getColumnSpan(Mapping) - Method in class org.hibernate.persister.entity.DiscriminatorType
Deprecated.
 
getColumnSpan(Mapping) - Method in class org.hibernate.type.AbstractStandardBasicType
 
getColumnSpan(Mapping) - Method in class org.hibernate.type.AnyType
 
getColumnSpan(Mapping) - Method in class org.hibernate.type.CollectionType
 
getColumnSpan(Mapping) - Method in class org.hibernate.type.ComponentType
 
getColumnSpan(Mapping) - Method in class org.hibernate.type.CustomType
 
getColumnSpan(Mapping) - Method in class org.hibernate.type.internal.ConvertedBasicTypeImpl
 
getColumnSpan(Mapping) - Method in class org.hibernate.type.ManyToOneType
 
getColumnSpan(Mapping) - Method in class org.hibernate.type.MetaType
Deprecated.
 
getColumnSpan(Mapping) - Method in class org.hibernate.type.OneToOneType
 
getColumnSpan(Mapping) - Method in class org.hibernate.type.SerializableToBlobType
 
getColumnSpan(Mapping) - Method in class org.hibernate.type.SpecialOneToOneType
 
getColumnSpan(Mapping) - Method in interface org.hibernate.type.Type
How many columns are used to persist this type?
getColumnUpdateability() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
getColumnUpdateability() - Method in class org.hibernate.mapping.Collection
 
getColumnUpdateability() - Method in class org.hibernate.mapping.Component
 
getColumnUpdateability() - Method in class org.hibernate.mapping.OneToMany
 
getColumnUpdateability() - Method in class org.hibernate.mapping.SimpleValue
 
getColumnUpdateability() - Method in interface org.hibernate.mapping.Value
 
getCombinedTypeParameters() - Method in class org.hibernate.boot.model.process.internal.UserTypeResolution
 
getCombinedTypeParameters() - Method in interface org.hibernate.mapping.BasicValue.Resolution
Get the collection of type-parameters collected both locally as well as from the applied type-def, if one
getCommands() - Method in class org.hibernate.testing.orm.JournalingGenerationTarget
 
getComment() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the comment property.
getComment() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the comment property.
getComment() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Gets the value of the comment property.
getComment() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the comment property.
getComment() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the comment property.
getComment() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the comment property.
getComment() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the comment property.
getComment() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Gets the value of the comment property.
getComment() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Gets the value of the comment property.
getComment() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the comment property.
getComment() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the comment property.
getComment() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Gets the value of the comment property.
getComment() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the comment property.
getComment() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the comment property.
getComment() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getComment() - Method in interface org.hibernate.boot.jaxb.hbm.transform.SourceColumnAdapter
 
getComment() - Method in class org.hibernate.boot.jaxb.hbm.transform.SourceColumnAdapterJaxbHbmColumnType
 
getComment() - Method in class org.hibernate.boot.jaxb.mapping.JaxbCollectionTable
Gets the value of the comment property.
getComment() - Method in class org.hibernate.boot.jaxb.mapping.JaxbColumn
Gets the value of the comment property.
getComment() - Method in class org.hibernate.boot.jaxb.mapping.JaxbJoinTable
Gets the value of the comment property.
getComment() - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedNativeQuery
Gets the value of the comment property.
getComment() - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedQuery
Gets the value of the comment property.
getComment() - Method in class org.hibernate.boot.jaxb.mapping.JaxbSecondaryTable
Gets the value of the comment property.
getComment() - Method in class org.hibernate.boot.jaxb.mapping.JaxbTable
Gets the value of the comment property.
getComment() - Method in class org.hibernate.boot.jaxb.mapping.JaxbTableGenerator
Gets the value of the comment property.
getComment() - Method in interface org.hibernate.boot.jaxb.mapping.NamedQuery
 
getComment() - Method in class org.hibernate.boot.model.source.internal.hbm.InLineViewSourceImpl
 
getComment() - Method in class org.hibernate.boot.model.source.internal.hbm.TableSourceImpl
 
getComment() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
Obtain the specified SQL comment
getComment() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
 
getComment() - Method in interface org.hibernate.boot.model.source.spi.TableSpecificationSource
 
getComment() - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
 
getComment() - Method in class org.hibernate.boot.spi.AbstractNamedQueryDefinition
 
getComment() - Method in class org.hibernate.engine.jdbc.mutation.internal.MutationQueryOptions
 
getComment() - Method in class org.hibernate.loader.ast.internal.LoaderSqlAstCreationState
 
getComment() - Method in class org.hibernate.mapping.Column
 
getComment() - Method in class org.hibernate.mapping.Table
 
getComment() - Method in class org.hibernate.mapping.UserDefinedType
 
getComment() - Method in interface org.hibernate.query.CommonQueryContract
Get the comment that has been set for this query, if any.
getComment() - Method in class org.hibernate.query.internal.NamedQueryHelper.NamedQueryDescriptorBuilder
 
getComment() - Method in class org.hibernate.query.internal.QueryOptionsImpl
 
getComment() - Method in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
getComment() - Method in class org.hibernate.query.named.AbstractNamedQueryMemento
 
getComment() - Method in interface org.hibernate.query.named.NamedQueryMemento
 
getComment() - Method in interface org.hibernate.query.Query
Obtain the comment currently associated with this query.
getComment() - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
getComment() - Method in class org.hibernate.query.spi.AbstractQuery
 
getComment() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
 
getComment() - Method in interface org.hibernate.query.spi.QueryOptions
The SQL comment to apply to the interpreted SQL query, for dialects which support SQL comments
getComment() - Method in class org.hibernate.query.spi.QueryOptionsAdapter
 
getComment() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
getComment() - Method in class org.hibernate.tool.schema.extract.internal.TableInformationImpl
 
getComment() - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
Get the comments/remarks defined for the table.
getComparator() - Method in class org.hibernate.mapping.Collection
 
getComparator() - Method in class org.hibernate.type.descriptor.java.AbstractClassJavaType
 
getComparator() - Method in class org.hibernate.type.descriptor.java.AbstractJavaType
 
getComparator() - Method in interface org.hibernate.type.descriptor.java.JavaType
Retrieve the natural comparator for this type.
getComparator() - Method in class org.hibernate.type.internal.CompositeUserTypeJavaTypeWrapper
 
getComparator() - Method in class org.hibernate.type.internal.UserTypeJavaTypeWrapper
 
getComparatorClassName() - Method in class org.hibernate.mapping.Collection
 
getComparatorName() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceMapImpl
 
getComparatorName() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceSetImpl
 
getComparatorName() - Method in interface org.hibernate.boot.model.source.spi.Sortable
The comparator class name which will be used to sort the attribute.
getCompatibleTableExpressions() - Method in class org.hibernate.query.derived.AnonymousTupleTableGroupProducer
 
getComponent() - Method in class org.hibernate.mapping.AggregateColumn
 
getComponent() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfComposites
 
getComponent(EnversService, String, String) - Static method in class org.hibernate.envers.query.criteria.internal.CriteriaTools
 
getComponentByBasic() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
getComponentByBasicOrdered() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
getComponentClass() - Method in class org.hibernate.mapping.Component
 
getComponentClassName() - Method in class org.hibernate.mapping.Component
 
getComponentDescription(String) - Method in class org.hibernate.envers.internal.entities.EntityConfiguration
 
getComponentDescription(String, String) - Method in class org.hibernate.envers.internal.entities.EntitiesConfigurations
 
getComponentIndex() - Method in class org.hibernate.envers.internal.entities.mapper.relation.MiddleComponentData
 
getComponentMapper() - Method in class org.hibernate.envers.internal.entities.mapper.relation.MiddleComponentData
 
getComponentName(int) - Method in class org.hibernate.metamodel.model.domain.internal.ArrayTupleType
 
getComponentName(int) - Method in interface org.hibernate.metamodel.model.domain.TupleType
 
getComponentName(int) - Method in class org.hibernate.query.derived.AnonymousTupleType
 
getComponentNames() - Method in class org.hibernate.metamodel.model.domain.internal.ArrayTupleType
 
getComponentNames() - Method in interface org.hibernate.metamodel.model.domain.TupleType
 
getComponentNames() - Method in class org.hibernate.query.derived.AnonymousTupleType
 
getCompositeElement() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the compositeElement property.
getCompositeElement() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the compositeElement property.
getCompositeElement() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the compositeElement property.
getCompositeElement() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the compositeElement property.
getCompositeElement() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the compositeElement property.
getCompositeElement() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the compositeElement property.
getCompositeElement() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getCompositeElement() - Method in class org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoPrimitiveArrayAdapter
 
getCompositeId() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the compositeId property.
getCompositeIndex() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the compositeIndex property.
getCompositeInstance() - Method in class org.hibernate.sql.results.graph.embeddable.AbstractEmbeddableInitializer
 
getCompositeInstance() - Method in interface org.hibernate.sql.results.graph.embeddable.EmbeddableInitializer
 
getCompositeInstance() - Method in class org.hibernate.sql.results.graph.embeddable.internal.AbstractNonAggregatedIdentifierMappingInitializer
 
getCompositeMapKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the compositeMapKey property.
getComposites() - Method in class org.hibernate.boot.internal.MetadataImpl
 
getCompositeUserTypeRegistrations() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
Gets the value of the compositeUserTypeRegistrations property.
getCompositeUserTypes() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
 
getCompositeUserTypes() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getCompositeUserTypes() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
Access the list of CompositeUserType registrations.
getCompoundSelectionItems() - Method in interface org.hibernate.query.criteria.JpaSelection
 
getCompoundSelectionItems() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
getCompressedValue(AbstractEntityEntry.BooleanState) - Method in class org.hibernate.engine.internal.AbstractEntityEntry
Gets the current value of the given boolean flag.
getCompressedValue(AbstractEntityEntry.EnumState<E>) - Method in class org.hibernate.engine.internal.AbstractEntityEntry
Gets the current value of the given enum property.
getConcreteDescriptor() - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
getConcreteDescriptor() - Method in interface org.hibernate.sql.results.graph.entity.EntityInitializer
 
getConcreteDescriptor() - Method in class org.hibernate.sql.results.graph.entity.internal.AbstractBatchEntitySelectFetchInitializer
 
getConcreteDescriptor() - Method in class org.hibernate.sql.results.graph.entity.internal.EntityDelayedFetchInitializer
 
getConcreteDescriptor() - Method in class org.hibernate.sql.results.graph.entity.internal.EntitySelectFetchInitializer
 
getConcreteProxyClass() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getConcreteProxyClass() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the proxy interface that instances of this concrete class will be cast to (optional operation).
getCondition() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterDefinitionType
Gets the value of the condition property.
getCondition() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType
Gets the value of the condition property.
getCondition() - Method in class org.hibernate.boot.jaxb.mapping.JaxbFilterDef
Gets the value of the condition property.
getCondition() - Method in class org.hibernate.boot.jaxb.mapping.JaxbHbmFilter
Gets the value of the condition property.
getCondition() - Method in class org.hibernate.boot.model.source.internal.hbm.FilterSourceImpl
 
getCondition() - Method in interface org.hibernate.boot.model.source.spi.FilterSource
Get the condition associated with the filter.
getCondition() - Method in class org.hibernate.internal.FilterConfiguration
 
getConfig() - Method in interface org.hibernate.envers.boot.internal.EnversService
 
getConfig() - Method in class org.hibernate.envers.boot.internal.EnversServiceImpl
 
getConfig() - Method in class org.hibernate.testing.orm.junit.EntityManagerFactoryBasedFunctionalTest
 
getConfigLoader() - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
 
getConfigParameters() - Method in interface org.hibernate.boot.jaxb.hbm.spi.ConfigParameterContainer
 
getConfigParameters() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmConfigParameterContainer
Gets the value of the configParameters property.
getConfigStream(String) - Static method in class org.hibernate.internal.util.ConfigHelper
Deprecated.
Open an InputStream to the URL represented by the incoming path.
getConfiguration() - Method in class org.hibernate.envers.boot.internal.EnversMetadataBuildingContextImpl
 
getConfiguration() - Method in interface org.hibernate.envers.boot.spi.EnversMetadataBuildingContext
 
getConfiguration() - Method in class org.hibernate.envers.strategy.spi.MappingContext
 
getConfigurationSettings() - Method in class org.hibernate.boot.model.TypeBeanInstanceProducer
 
getConfigurationSettings() - Method in interface org.hibernate.type.spi.TypeBootstrapContext
 
getConfigurationValues() - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
 
getConfigurationValues() - Method in interface org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo
Obtain access to the complete map of config settings.
getConfigurationValues() - Method in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl
 
getConfigurationValues() - Method in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.MergedSettings
 
getConfigurationValues() - Method in interface org.hibernate.tool.schema.spi.ExecutionOptions
 
getConfiguredJdbcBatchSize() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Get the currently configured JDBC batch size, which might have been specified at either the session or factory level.
getConfiguredJdbcBatchSize() - Method in class org.hibernate.internal.AbstractSharedSessionContract
Override the implementation provided on SharedSessionContractImplementor which is not very efficient: this method is hot in Hibernate Reactive, and could be hot in some ORM contexts as well.
getConnectCount() - Method in class org.hibernate.stat.internal.StatisticsImpl
 
getConnectCount() - Method in interface org.hibernate.stat.Statistics
The global number of connections requested by sessions.
getConnection() - Method in class org.hibernate.agroal.internal.AgroalConnectionProvider
 
getConnection() - Method in class org.hibernate.c3p0.internal.C3P0ConnectionProvider
 
getConnection() - Method in class org.hibernate.engine.jdbc.connections.internal.DatasourceConnectionProviderImpl
 
getConnection() - Method in class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl
 
getConnection() - Method in class org.hibernate.engine.jdbc.connections.internal.UserSuppliedConnectionProviderImpl
 
getConnection() - Method in interface org.hibernate.engine.jdbc.connections.spi.ConnectionProvider
Obtains a connection for Hibernate use according to the underlying strategy of this provider.
getConnection() - Method in class org.hibernate.hikaricp.internal.HikariCPConnectionProvider
 
getConnection() - Method in interface org.hibernate.internal.SessionCreationOptions
 
getConnection() - Method in class org.hibernate.internal.SessionFactoryImpl.SessionBuilderImpl
 
getConnection() - Method in class org.hibernate.internal.SessionFactoryImpl.StatelessSessionBuilderImpl
 
getConnection() - Method in class org.hibernate.proxool.internal.ProxoolConnectionProvider
 
getConnection() - Method in class org.hibernate.testing.jdbc.ConnectionProviderDelegate
 
getConnection() - Method in class org.hibernate.testing.jdbc.DataSourceStub
 
getConnection() - Method in class org.hibernate.testing.jdbc.SQLServerSnapshotIsolationConnectionProvider
 
getConnection() - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl
 
getConnection() - Method in class org.hibernate.testing.orm.jdbc.PreparedStatementSpyConnectionProvider
 
getConnection() - Method in class org.hibernate.vibur.internal.ViburDBCPConnectionProvider
 
getConnection(String, String) - Method in class org.hibernate.testing.jdbc.DataSourceStub
 
getConnection(T) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
 
getConnection(T) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
 
getConnection(T) - Method in interface org.hibernate.engine.jdbc.connections.spi.MultiTenantConnectionProvider
Obtains a connection for use according to the underlying strategy of this provider.
getConnectionCatalogName() - Method in class org.hibernate.engine.jdbc.env.internal.ExtractedDatabaseMetaDataImpl
 
getConnectionCatalogName() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
Retrieve the name of the catalog in effect when we connected to the database.
getConnectionForTransactionManagement() - Method in class org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor
 
getConnectionForTransactionManagement() - Method in class org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl
 
getConnectionForTransactionManagement() - Method in class org.hibernate.resource.jdbc.internal.LogicalConnectionProvidedImpl
 
getConnectionHandlingMode() - Method in class org.hibernate.context.internal.JTASessionContext
Mainly for subclass usage.
getConnectionHandlingMode() - Method in class org.hibernate.context.internal.ThreadLocalSessionContext
Mainly for subclass usage.
getConnectionHandlingMode() - Method in class org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl
 
getConnectionHandlingMode() - Method in class org.hibernate.resource.jdbc.internal.LogicalConnectionProvidedImpl
 
getConnectionHandlingMode() - Method in interface org.hibernate.resource.jdbc.spi.LogicalConnectionImplementor
 
getConnectionProperties() - Method in class org.hibernate.engine.jdbc.connections.internal.BasicConnectionCreator
Exposed for testing purposes only.
getConnectionProperties() - Method in class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl
Exposed to facilitate testing only.
getConnectionProperties(Map<String, Object>) - Static method in class org.hibernate.engine.jdbc.connections.internal.ConnectionProviderInitiator
Build the connection properties capable of being passed to DriverManager.getConnection(String, Properties) forms taking Properties argument.
getConnectionProvider() - Method in class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.ConnectionProviderJdbcConnectionAccess
 
getConnectionProvider() - Method in class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.MultiTenantConnectionProviderJdbcConnectionAccess
 
getConnectionProvider() - Method in class org.hibernate.testing.jdbc.ConnectionProviderDelegate
 
getConnectionProviderProperties() - Static method in class org.hibernate.testing.env.ConnectionProviderBuilder
 
getConnectionProviderProperties(String) - Static method in class org.hibernate.testing.env.ConnectionProviderBuilder
 
getConnectionProviderUnderTest() - Method in class org.hibernate.testing.common.connections.BaseTransactionIsolationConfigTest
 
getConnectionSchemaName() - Method in class org.hibernate.engine.jdbc.env.internal.ExtractedDatabaseMetaDataImpl
 
getConnectionSchemaName() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
Retrieve the name of the schema in effect when we connected to the database.
getConstraint() - Method in class org.hibernate.mapping.CheckConstraint
 
getConstraintColumnIterator() - Method in class org.hibernate.mapping.OneToOne
Deprecated, for removal: This API element is subject to removal in a future version.
getConstraintColumnIterator() - Method in class org.hibernate.mapping.SimpleValue
Deprecated, for removal: This API element is subject to removal in a future version.
getConstraintColumns() - Method in class org.hibernate.mapping.OneToOne
 
getConstraintColumns() - Method in interface org.hibernate.mapping.Value
Same as Value.getColumns() except it returns the PK for the non-owning side of a one-to-one association.
getConstraintInParens() - Method in class org.hibernate.mapping.CheckConstraint
 
getConstraintMode() - Method in class org.hibernate.boot.jaxb.mapping.JaxbForeignKey
Gets the value of the constraintMode property.
getConstraintMode() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ForeignKey
Gets the value of the constraintMode property.
getConstraintName() - Method in exception org.hibernate.exception.ConstraintViolationException
Returns the name of the violated constraint, if known.
getConstraintOrderedTableNameClosure() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getConstraintOrderedTableNameClosure() - Method in interface org.hibernate.persister.entity.Queryable
Deprecated.
Get the names of all tables used in the hierarchy (up and down) ordered such that deletes in the given order would not cause constraint violations.
getConstraintOrderedTableNameClosure() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getConstraintOrderedTableNameClosure() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getConstructor(int) - Method in class org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry
 
getConstructor(Class<T>, Class...) - Static method in class org.hibernate.internal.util.ReflectHelper
 
getConstructor(Class, Type[]) - Static method in class org.hibernate.internal.util.ReflectHelper
Retrieve a constructor for the given class, with arguments matching the specified Hibernate mapping types.
getConstructorFunction() - Method in class org.hibernate.spatial.dialect.postgis.AbstractCastingPostGISJdbcType
 
getConstructorFunction() - Method in class org.hibernate.spatial.dialect.postgis.AbstractPostGISJdbcType
 
getConstructorFunction() - Method in class org.hibernate.spatial.dialect.postgis.PGCastingGeographyJdbcType
 
getConstructorFunction() - Method in class org.hibernate.spatial.dialect.postgis.PGCastingGeometryJdbcType
 
getConstructorFunction() - Method in class org.hibernate.spatial.dialect.postgis.PGGeographyJdbcType
 
getConstructorFunction() - Method in class org.hibernate.spatial.dialect.postgis.PGGeometryJdbcType
 
getConstructorResult() - Method in class org.hibernate.boot.jaxb.mapping.JaxbSqlResultSetMapping
Gets the value of the constructorResult property.
getConstructorResult() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SqlResultSetMapping
Gets the value of the constructorResult property.
getConsumedPart() - Method in class org.hibernate.metamodel.mapping.ordering.ast.PathConsumer
 
getConsumedPart() - Method in class org.hibernate.query.hql.internal.BasicDotIdentifierConsumer
 
getConsumedPart() - Method in class org.hibernate.query.hql.internal.QualifiedJoinPathConsumer
 
getConsumedPart() - Method in interface org.hibernate.query.hql.spi.DotIdentifierConsumer
Get the currently consumed part.
getContainedEntityNames() - Method in class org.hibernate.boot.model.source.internal.hbm.EntityHierarchySourceImpl
 
getContainerClass() - Method in class org.hibernate.property.access.internal.AbstractSetterMethodSerialForm
 
getContainerClass() - Method in class org.hibernate.property.access.spi.SetterFieldImpl
 
getContainerClass() - Method in class org.hibernate.property.access.spi.SetterMethodImpl
 
getContainingPersister() - Method in interface org.hibernate.CustomEntityDirtinessStrategy.AttributeInformation
Get a reference to the persister for the entity containing this attribute.
getContainingQuery() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
getContainingTable() - Method in class org.hibernate.dialect.temptable.TemporaryTableColumn
 
getContainingTableExpression() - Method in class org.hibernate.metamodel.internal.AbstractCompositeIdentifierMapping
 
getContainingTableExpression() - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
 
getContainingTableExpression() - Method in class org.hibernate.metamodel.mapping.internal.AnyDiscriminatorPart
 
getContainingTableExpression() - Method in class org.hibernate.metamodel.mapping.internal.AnyKeyPart
 
getContainingTableExpression() - Method in class org.hibernate.metamodel.mapping.internal.BasicAttributeMapping
 
getContainingTableExpression() - Method in class org.hibernate.metamodel.mapping.internal.BasicEntityIdentifierMappingImpl
 
getContainingTableExpression() - Method in class org.hibernate.metamodel.mapping.internal.BasicValuedCollectionPart
 
getContainingTableExpression() - Method in class org.hibernate.metamodel.mapping.internal.CaseStatementDiscriminatorMappingImpl
 
getContainingTableExpression() - Method in class org.hibernate.metamodel.mapping.internal.CollectionIdentifierDescriptorImpl
 
getContainingTableExpression() - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationAttributeMapping
 
getContainingTableExpression() - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedCollectionPart
 
getContainingTableExpression() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedAttributeMapping
 
getContainingTableExpression() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedCollectionPart
 
getContainingTableExpression() - Method in class org.hibernate.metamodel.mapping.internal.EntityRowIdMappingImpl
 
getContainingTableExpression() - Method in class org.hibernate.metamodel.mapping.internal.EntityVersionMappingImpl
 
getContainingTableExpression() - Method in class org.hibernate.metamodel.mapping.internal.ExplicitColumnDiscriminatorMappingImpl
 
getContainingTableExpression() - Method in class org.hibernate.metamodel.mapping.internal.ManyToManyCollectionPart
 
getContainingTableExpression() - Method in class org.hibernate.metamodel.mapping.internal.OneToManyCollectionPart
 
getContainingTableExpression() - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
getContainingTableExpression() - Method in class org.hibernate.metamodel.mapping.internal.SelectableMappingImpl
 
getContainingTableExpression() - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
getContainingTableExpression() - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
getContainingTableExpression() - Method in class org.hibernate.metamodel.mapping.SelectableConsumer.MutableSelectableMapping
 
getContainingTableExpression() - Method in interface org.hibernate.metamodel.mapping.SelectableMapping
The name of the table to which this selectable is mapped
getContainingTableExpression() - Method in interface org.hibernate.metamodel.mapping.SoftDeleteMapping
 
getContainingTableExpression() - Method in interface org.hibernate.metamodel.mapping.ValuedModelPart
The table which contains the columns mapped by this value
getContainingTableExpression() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping.KeyColumn
 
getContainingTableExpression() - Method in class org.hibernate.query.derived.AnonymousTupleBasicValuedModelPart
 
getContainingTableExpression() - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddableValuedModelPart
 
getContainingTableExpression() - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
getContainingTableInformation() - Method in class org.hibernate.tool.schema.extract.internal.ColumnInformationImpl
 
getContainingTableInformation() - Method in interface org.hibernate.tool.schema.extract.spi.ColumnInformation
Access to the containing table.
getContainingTableName() - Method in interface org.hibernate.boot.model.source.spi.RelationalValueSource
 
getContent() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterDefinitionType
Gets the value of the content property.
getContent() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType
FILTER element; used to apply a filter.
getContent() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
The sql-query element declares a named SQL query string Gets the value of the content property.
getContent() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Gets the value of the content property.
getContent() - Method in class org.hibernate.boot.jaxb.mapping.JaxbDatabaseObjectScope
Gets the value of the content property.
getContent() - Method in class org.hibernate.boot.jaxb.mapping.JaxbHbmFilter
Applies a filter defined by hbm-filter-def usage Gets the value of the content property.
getContent() - Method in class org.hibernate.testing.orm.domain.userguide.Image
 
getContext() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity
Gets the value of the context property.
getContext() - Method in class org.hibernate.boot.model.internal.AbstractPropertyHolder
Get the mappings
getContext() - Method in class org.hibernate.event.internal.AbstractFlushingEventListener
 
getContext() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
 
getContext() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaPackage
 
getContext() - Method in interface org.hibernate.jpamodelgen.model.Metamodel
 
getContext() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaEntity
 
getContext() - Method in class org.hibernate.loader.internal.BaseNaturalIdLoadAccessImpl
 
getContextEntityIdentifier(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getContextEntityIdentifier(Object) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Return the identifier of the persistent object, or null if it is not associated with this session.
getContextEntityIdentifier(Object) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
getContextEntityIdentifier(Object) - Method in class org.hibernate.internal.SessionImpl
Get the id value for an object that is actually associated with the session.
getContextEntityIdentifier(Object) - Method in class org.hibernate.internal.StatelessSessionImpl
 
getContraintOrderedTableKeyColumnClosure() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getContraintOrderedTableKeyColumnClosure() - Method in interface org.hibernate.persister.entity.Queryable
Deprecated.
For each table specified in Queryable.getConstraintOrderedTableNameClosure(), get the columns that define the key between the various hierarchy classes.
getContraintOrderedTableKeyColumnClosure() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getContraintOrderedTableKeyColumnClosure() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getContributor() - Method in class org.hibernate.boot.model.relational.Sequence
 
getContributor() - Method in class org.hibernate.dialect.temptable.TemporaryTable
 
getContributor() - Method in interface org.hibernate.mapping.Contributable
The name of the contributor which contributed this
getContributor() - Method in class org.hibernate.mapping.PersistentClass
 
getContributor() - Method in class org.hibernate.mapping.Table
 
getContributor() - Method in class org.hibernate.mapping.UserDefinedType
 
getContributor() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
getContributor() - Method in class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.ActionGrouping
 
getContributorName() - Method in interface org.hibernate.boot.spi.AdditionalMappingContributor
The name of this contributor.
getContributorName() - Method in class org.hibernate.envers.boot.internal.AdditionalMappingContributorImpl
 
getContributors() - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getContributors() - Method in class org.hibernate.boot.internal.MetadataImpl
 
getContributors() - Method in interface org.hibernate.boot.Metadata
All of the known model contributors
getContributors() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getConversionContext() - Method in class org.hibernate.exception.spi.AbstractSQLExceptionConversionDelegate
 
getConvert() - Method in class org.hibernate.boot.jaxb.mapping.JaxbBasic
Gets the value of the convert property.
getConvert() - Method in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
Gets the value of the convert property.
getConvert() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEmbedded
Gets the value of the convert property.
getConvert() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the convert property.
getConvert() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
Gets the value of the convert property.
getConvert() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the convert property.
getConvert() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embedded
Gets the value of the convert property.
getConvert() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the convert property.
getConvertedGender() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
getConverter() - Method in class org.hibernate.boot.jaxb.mapping.JaxbConvert
Gets the value of the converter property.
getConverter() - Method in class org.hibernate.boot.jaxb.mapping.JaxbConverterRegistration
Gets the value of the converter property.
getConverter() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Convert
Gets the value of the converter property.
getConverter() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Gets the value of the converter property.
getConverter() - Method in class org.hibernate.query.sqm.mutation.internal.temptable.AbstractDeleteExecutionDelegate
 
getConverter() - Method in class org.hibernate.type.BasicTypeReference
 
getConverterBean() - Method in class org.hibernate.type.descriptor.converter.internal.JpaAttributeConverterImpl
 
getConverterBean() - Method in interface org.hibernate.type.descriptor.converter.spi.JpaAttributeConverter
 
getConverterClass() - Method in interface org.hibernate.boot.AttributeConverterInfo
Deprecated.
 
getConverterClass() - Method in class org.hibernate.boot.model.internal.AttributeConversionInfo
The converter implementation class
getConverterDescriptor() - Method in class org.hibernate.boot.model.convert.spi.RegisteredConversion
 
getConverterJavaType() - Method in class org.hibernate.type.descriptor.converter.internal.JpaAttributeConverterImpl
 
getConverterJavaType() - Method in interface org.hibernate.type.descriptor.converter.spi.JpaAttributeConverter
 
getConverterRegistrations() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
Gets the value of the converterRegistrations property.
getConverterRegistry() - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getConverterRegistry() - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Obtain the ConverterRegistry which may be used to register AttributeConverters.
getConverters() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
Gets the value of the converters property.
getConverterType() - Method in class org.hibernate.boot.model.convert.spi.RegisteredConversion
 
getCopy(T) - Method in class org.hibernate.query.sqm.internal.NoParamSqmCopyContext
 
getCopy(T) - Method in class org.hibernate.query.sqm.internal.SimpleSqmCopyContext
 
getCopy(T) - Method in interface org.hibernate.query.sqm.tree.SqmCopyContext
 
getCorrelatedJoins() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
getCorrelatedRoot() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedBagJoin
 
getCorrelatedRoot() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedCrossJoin
 
getCorrelatedRoot() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedEntityJoin
 
getCorrelatedRoot() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedListJoin
 
getCorrelatedRoot() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedMapJoin
 
getCorrelatedRoot() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedPluralPartJoin
 
getCorrelatedRoot() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRoot
 
getCorrelatedRoot() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRootJoin
 
getCorrelatedRoot() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedSetJoin
 
getCorrelatedRoot() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedSingularJoin
 
getCorrelatedRoot() - Method in interface org.hibernate.query.sqm.tree.domain.SqmCorrelation
 
getCorrelatedSubqueryOperator() - Method in class org.hibernate.envers.configuration.Configuration
 
getCorrelatedTableGroup() - Method in class org.hibernate.sql.ast.tree.from.CorrelatedTableGroup
 
getCorrelationParent() - Method in interface org.hibernate.query.criteria.JpaFrom
 
getCorrelationParent() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
getCorrelationParent() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedBagJoin
 
getCorrelationParent() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedCrossJoin
 
getCorrelationParent() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedEntityJoin
 
getCorrelationParent() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedListJoin
 
getCorrelationParent() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedMapJoin
 
getCorrelationParent() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedPluralPartJoin
 
getCorrelationParent() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRoot
 
getCorrelationParent() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRootJoin
 
getCorrelationParent() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedSetJoin
 
getCorrelationParent() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedSingularJoin
 
getCorrelationParent() - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
getCorrespondingDialect() - Static method in class org.hibernate.testing.env.ConnectionProviderBuilder
 
getCorrespondingEntityName() - Method in interface org.hibernate.boot.jaxb.mapping.DiscriminatorMapping
 
getCorrespondingEntityName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbHbmAnyDiscriminatorValueMapping
Gets the value of the correspondingEntityName property.
getCorrespondingJpaJoinType() - Method in enum org.hibernate.query.sqm.tree.SqmJoinType
 
getCorrespondingSqlJoinType() - Method in enum org.hibernate.query.sqm.tree.SqmJoinType
 
getCount() - Method in class org.hibernate.id.AbstractUUIDGenerator
Deprecated.
Unique in a millisecond for this JVM instance (unless there are more than 32767 instances created in a millisecond)
getCountBytes() - Static method in class org.hibernate.id.uuid.Helper
 
getCountry() - Method in class org.hibernate.testing.orm.domain.animal.Address
 
getCountShort() - Static method in class org.hibernate.id.uuid.Helper
Unique in a millisecond for this JVM instance (unless there are more than 32767 instances created in a millisecond)
getCreate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
Gets the value of the create property.
getCreate() - Method in class org.hibernate.boot.jaxb.mapping.JaxbDatabaseObject
Gets the value of the create property.
getCreateCatalogCommand(String) - Method in class org.hibernate.dialect.Dialect
Get the SQL command used to create the named catalog.
getCreateCatalogCommand(String) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getCreateCatalogCommand(String) - Method in class org.hibernate.dialect.MySQLDialect
 
getCreateCommand() - Method in class org.hibernate.dialect.temptable.StandardTemporaryTableExporter
 
getCreatedOn() - Method in class org.hibernate.testing.orm.domain.userguide.Person
 
getCreateEntryCoordinator() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
getCreateEnumTypeCommand(Class<? extends Enum<?>>) - Method in class org.hibernate.dialect.Dialect
 
getCreateEnumTypeCommand(String, String[]) - Method in class org.hibernate.dialect.Dialect
 
getCreateEnumTypeCommand(String, String[]) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getCreateFilter() - Method in class org.hibernate.tool.schema.internal.DefaultSchemaFilterProvider
 
getCreateFilter() - Method in interface org.hibernate.tool.schema.spi.SchemaFilterProvider
Get the filter to be applied to SchemaCreator processing
getCreateIndexString(boolean) - Method in class org.hibernate.dialect.DB2iDialect
 
getCreateIndexString(boolean) - Method in class org.hibernate.dialect.DB2zDialect
 
getCreateIndexString(boolean) - Method in class org.hibernate.dialect.Dialect
The command used to create an index, usually create index or create unique index.
getCreateIndexString(boolean) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getCreateIndexString(boolean) - Method in class org.hibernate.dialect.SQLServerDialect
 
getCreateIndexTail(boolean, List<Column>) - Method in class org.hibernate.dialect.DB2Dialect
 
getCreateIndexTail(boolean, List<Column>) - Method in class org.hibernate.dialect.DB2iDialect
 
getCreateIndexTail(boolean, List<Column>) - Method in class org.hibernate.dialect.DB2zDialect
 
getCreateIndexTail(boolean, List<Column>) - Method in class org.hibernate.dialect.Dialect
A string to be appended to the end of the create index command, usually to specify that null values are to be considered distinct.
getCreateIndexTail(boolean, List<Column>) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getCreateIndexTail(boolean, List<Column>) - Method in class org.hibernate.dialect.SQLServerDialect
 
getCreateMultisetTableString() - Method in class org.hibernate.dialect.Dialect
Slight variation on Dialect.getCreateTableString().
getCreateMultisetTableString() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getCreateOptions() - Method in class org.hibernate.dialect.temptable.StandardTemporaryTableExporter
 
getCreateParams() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
 
getCreateSchemaCommand(String) - Method in class org.hibernate.dialect.Dialect
Get the SQL command used to create the named schema.
getCreateSchemaCommand(String) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getCreateSchemaCommand(String) - Method in class org.hibernate.dialect.MySQLDialect
 
getCreateSchemaCommand(String) - Method in class org.hibernate.dialect.SpannerDialect
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.sequence.DB2zSequenceSupport
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.sequence.HSQLSequenceSupport
HSQL will start with 0, by default.
getCreateSequenceString(String) - Method in class org.hibernate.dialect.sequence.MariaDBSequenceSupport
 
getCreateSequenceString(String) - Method in class org.hibernate.dialect.sequence.NoSequenceSupport
 
getCreateSequenceString(String) - Method in interface org.hibernate.dialect.sequence.SequenceSupport
Typically dialects which support sequences can create a sequence with a single command.
getCreateSequenceString(String, int, int) - Method in class org.hibernate.dialect.sequence.DB2zSequenceSupport
 
getCreateSequenceString(String, int, int) - Method in class org.hibernate.dialect.sequence.HSQLSequenceSupport
Because of the overridden HSQLSequenceSupport.getCreateSequenceString(String), we must also override HSQLSequenceSupport.getCreateSequenceString(String, int, int) to prevent duplication of start with.
getCreateSequenceString(String, int, int) - Method in class org.hibernate.dialect.sequence.MariaDBSequenceSupport
 
getCreateSequenceString(String, int, int) - Method in class org.hibernate.dialect.sequence.NoSequenceSupport
 
getCreateSequenceString(String, int, int) - Method in interface org.hibernate.dialect.sequence.SequenceSupport
Typically dialects which support sequences can create a sequence with a single command.
getCreateSequenceString(String, int, int) - Method in class org.hibernate.dialect.sequence.TiDBSequenceSupport
 
getCreateSequenceStrings(String, int, int) - Method in class org.hibernate.dialect.sequence.NoSequenceSupport
 
getCreateSequenceStrings(String, int, int) - Method in interface org.hibernate.dialect.sequence.SequenceSupport
An optional multi-line form for databases which SequenceSupport.supportsPooledSequences().
getCreateTableString() - Method in class org.hibernate.dialect.Dialect
The command used to create a table, usually create table.
getCreateTableString() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getCreateTableString() - Method in class org.hibernate.dialect.HANAColumnStoreDialect
 
getCreateTableString() - Method in class org.hibernate.dialect.HANARowStoreDialect
 
getCreateTemporaryTableColumnAnnotation(int) - Method in class org.hibernate.dialect.Dialect
Annotation to be appended to the end of each COLUMN clause for temporary tables.
getCreateTemporaryTableColumnAnnotation(int) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getCreateTemporaryTableColumnAnnotation(int) - Method in class org.hibernate.dialect.SQLServerDialect
 
getCreateUserDefinedTypeExtensionsString() - Method in class org.hibernate.dialect.DB2Dialect
 
getCreateUserDefinedTypeExtensionsString() - Method in class org.hibernate.dialect.Dialect
An arbitrary extension to append to the end of the UDT create type command.
getCreateUserDefinedTypeExtensionsString() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getCreateUserDefinedTypeKindString() - Method in class org.hibernate.dialect.Dialect
The kind of user-defined type to create, or the empty string if this does not need to be specified.
getCreateUserDefinedTypeKindString() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getCreateUserDefinedTypeKindString() - Method in class org.hibernate.dialect.OracleDialect
 
getCreationContext() - Method in class org.hibernate.loader.ast.internal.LoaderSqlAstCreationState
 
getCreationContext() - Method in class org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess
 
getCreationContext() - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
getCreationContext() - Method in interface org.hibernate.query.hql.spi.SqmCreationState
Access to the context of the creation
getCreationContext() - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
getCreationContext() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
getCreationContext() - Method in class org.hibernate.query.sqm.sql.FakeSqmToSqlAstConverter
 
getCreationContext() - Method in interface org.hibernate.sql.ast.spi.SqlAstCreationState
 
getCreationOptions() - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
getCreationOptions() - Method in interface org.hibernate.query.hql.spi.SqmCreationState
What options should be applied to the creation
getCreationState() - Method in class org.hibernate.query.hql.internal.BasicDotIdentifierConsumer
 
getCreationState() - Method in interface org.hibernate.query.hql.spi.SqmCreationProcessingState
The overall SQM creation state
getCreationState() - Method in class org.hibernate.query.sqm.internal.SqmCreationProcessingStateImpl
 
getCriteriaBuilder() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getCriteriaBuilder() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getCriteriaBuilder() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
getCriteriaBuilder() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
getCriteriaBuilder() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
getCriteriaBuilder() - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
getCriteriaBuilder() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getCriteriaBuilder() - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
getCriteriaBuilder() - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
getCriteriaBuilder() - Method in class org.hibernate.query.internal.QueryEngineImpl
 
getCriteriaBuilder() - Method in interface org.hibernate.query.spi.QueryEngine
 
getCriteriaBuilder() - Method in interface org.hibernate.SessionFactory
Obtain a HibernateCriteriaBuilder which may be used to construct criteria queries.
getCriteriaBuilder() - Method in interface org.hibernate.SharedSessionContract
Obtain a HibernateCriteriaBuilder which may be used to construct criteria queries.
getCriteriaValueHandlingMode() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
getCriteriaValueHandlingMode() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getCriteriaValueHandlingMode() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getCriteriaValueHandlingMode() - Method in interface org.hibernate.query.spi.QueryEngineOptions
 
getCrossTypeRevisionChangesReader() - Method in interface org.hibernate.envers.AuditReader
 
getCrossTypeRevisionChangesReader() - Method in class org.hibernate.envers.internal.reader.AuditReaderImpl
 
getCte() - Method in class org.hibernate.query.sqm.tree.domain.SqmCteRoot
 
getCte() - Method in class org.hibernate.query.sqm.tree.from.SqmCteJoin
 
getCteColumn() - Method in class org.hibernate.query.sqm.tree.cte.SqmSearchClauseSpecification
 
getCteColumn() - Method in class org.hibernate.sql.ast.tree.cte.SearchClauseSpecification
 
getCteColumns() - Method in class org.hibernate.sql.ast.tree.cte.CteTable
 
getCteContainer() - Method in interface org.hibernate.query.criteria.JpaCteCriteria
The container within this CTE is registered.
getCteContainer() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
 
getCteCriteria(String) - Method in class org.hibernate.query.criteria.CriteriaDefinition
 
getCteCriteria(String) - Method in interface org.hibernate.query.criteria.JpaCteContainer
Returns a CTE that is registered by the given name on this container, or any of its parents.
getCteCriteria(String) - Method in class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
 
getCteCriteria(String) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
getCteCriteria(String) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
getCteCriterias() - Method in class org.hibernate.query.criteria.CriteriaDefinition
 
getCteCriterias() - Method in interface org.hibernate.query.criteria.JpaCteContainer
Returns the CTEs that are registered on this container.
getCteCriterias() - Method in class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
 
getCteCriterias() - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
getCteDefinition() - Method in interface org.hibernate.query.criteria.JpaCteCriteria
The definition of the CTE.
getCteDefinition() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
 
getCteDefinition() - Method in class org.hibernate.sql.ast.tree.cte.CteStatement
 
getCteName() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteTable
 
getCteObject(String) - Method in class org.hibernate.sql.ast.tree.AbstractStatement
 
getCteObject(String) - Method in interface org.hibernate.sql.ast.tree.cte.CteContainer
 
getCteObjects() - Method in class org.hibernate.sql.ast.tree.AbstractStatement
 
getCteObjects() - Method in interface org.hibernate.sql.ast.tree.cte.CteContainer
 
getCteStatement() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteTable
 
getCteStatement(String) - Method in class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
 
getCteStatement(String) - Method in interface org.hibernate.query.sqm.tree.cte.SqmCteContainer
 
getCteStatement(String) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
getCteStatement(String) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
getCteStatement(String) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getCteStatement(String) - Method in class org.hibernate.sql.ast.tree.AbstractStatement
 
getCteStatement(String) - Method in interface org.hibernate.sql.ast.tree.cte.CteContainer
 
getCteStatements() - Method in class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
 
getCteStatements() - Method in interface org.hibernate.query.sqm.tree.cte.SqmCteContainer
 
getCteStatements() - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
getCteStatements() - Method in class org.hibernate.sql.ast.tree.AbstractStatement
 
getCteStatements() - Method in interface org.hibernate.sql.ast.tree.cte.CteContainer
 
getCteTable() - Method in class org.hibernate.query.sqm.mutation.internal.cte.AbstractCteMutationHandler
 
getCteTable() - Method in class org.hibernate.query.sqm.mutation.internal.cte.CteInsertHandler
 
getCteTable() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
 
getCteTable() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteTableColumn
 
getCteTable() - Method in class org.hibernate.sql.ast.tree.cte.CteStatement
 
getCteTableName(String) - Method in class org.hibernate.query.sqm.mutation.internal.cte.AbstractCteMutationHandler
 
getCteTableName(String) - Method in class org.hibernate.query.sqm.mutation.internal.cte.CteDeleteHandler
 
getCteTableName(String) - Method in class org.hibernate.query.sqm.mutation.internal.cte.CteInsertHandler
 
getCteTableName(String) - Method in class org.hibernate.query.sqm.mutation.internal.cte.CteUpdateHandler
 
getCteTableName(String, String) - Method in class org.hibernate.query.sqm.mutation.internal.cte.CteInsertHandler
 
getCteTableName(PluralAttributeMapping) - Method in class org.hibernate.query.sqm.mutation.internal.cte.CteDeleteHandler
 
getCurrent() - Method in interface org.hibernate.internal.util.collections.Stack
The element currently at the top of the stack
getCurrent() - Method in class org.hibernate.internal.util.collections.StandardStack
 
getCurrent() - Method in class org.hibernate.result.internal.OutputsImpl
 
getCurrent() - Method in interface org.hibernate.result.Outputs
Retrieve the current Output object.
getCurrentBaseSqlTypeIndicators() - Method in class org.hibernate.type.spi.TypeConfiguration
 
getCurrentCatalog() - Method in class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentImpl
 
getCurrentCatalog() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
Get the current database catalog.
getCurrentClauseStack() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
getCurrentClauseStack() - Method in class org.hibernate.query.sqm.sql.FakeSqmToSqlAstConverter
 
getCurrentClauseStack() - Method in interface org.hibernate.query.sqm.sql.SqmToSqlAstConverter
 
getCurrentClauseStack() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getCurrentClauseStack() - Method in interface org.hibernate.sql.ast.SqlAstTranslator
 
getCurrentContributorName() - Method in class org.hibernate.boot.internal.MetadataBuildingContextRootImpl
 
getCurrentContributorName() - Method in class org.hibernate.boot.model.source.internal.hbm.MappingDocument
 
getCurrentContributorName() - Method in interface org.hibernate.boot.spi.MetadataBuildingContext
The name of the contributor whose mappings we are currently processing
getCurrentContributorName() - Method in class org.hibernate.envers.boot.internal.EnversMetadataBuildingContextImpl
 
getCurrentContributorName() - Method in class org.hibernate.testing.boot.MetadataBuildingContextTestingImpl
 
getCurrentCteStatement() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getCurrentDmlStatement() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getCurrentExplicitFetchMementoResolver() - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
getCurrentKey() - Method in class org.hibernate.engine.spi.CollectionEntry
This is only available late during the flush cycle
getCurrentLockMode(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getCurrentLockMode(Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
getCurrentLockMode(Object) - Method in class org.hibernate.internal.SessionImpl
 
getCurrentLockMode(Object) - Method in interface org.hibernate.Session
Determine the current LockMode of the given managed instance associated with this session.
getCurrentlyResolvingForeignKeyPart() - Method in class org.hibernate.loader.ast.internal.LoaderSqlAstCreationState
 
getCurrentlyResolvingForeignKeyPart() - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
getCurrentlyResolvingForeignKeyPart() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
getCurrentlyResolvingForeignKeyPart() - Method in interface org.hibernate.sql.results.graph.DomainResultCreationState
Returns the part of the foreign key that is currently being resolved, or null if no foreign key is currently being resolved.
getCurrentPersister() - Method in class org.hibernate.engine.spi.CollectionEntry
 
getCurrentProcessingState() - Method in class org.hibernate.loader.ast.internal.LoaderSqlAstCreationState
 
getCurrentProcessingState() - Method in interface org.hibernate.query.hql.spi.SqmCreationState
 
getCurrentProcessingState() - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
getCurrentProcessingState() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
getCurrentProcessingState() - Method in class org.hibernate.query.sqm.sql.FakeSqmToSqlAstConverter
 
getCurrentProcessingState() - Method in interface org.hibernate.sql.ast.spi.SqlAstCreationState
 
getCurrentQueryPart() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getCurrentQueryPart() - Method in interface org.hibernate.sql.ast.SqlAstTranslator
Returns the current query part that is translated.
getCurrentRelativePath() - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
getCurrentRevision(Class<T>, boolean) - Method in interface org.hibernate.envers.AuditReader
Deprecated.
use RevisionListener instead. While this method is being deprecated, expect a new API for this in 6.0.
getCurrentRevision(Class<T>, boolean) - Method in class org.hibernate.envers.internal.reader.AuditReaderImpl
 
getCurrentRevisionData(Session, boolean) - Method in class org.hibernate.envers.internal.synchronization.AuditProcess
 
getCurrentRow() - Method in class org.hibernate.internal.AbstractScrollableResults
 
getCurrentRow() - Method in class org.hibernate.internal.FetchingScrollableResultsImpl
 
getCurrentRow() - Method in class org.hibernate.internal.ScrollableResultsImpl
 
getCurrentRowValue(int) - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesCacheHit
 
getCurrentRowValue(int) - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesResultSetImpl
 
getCurrentRowValue(int) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
Get the JDBC value at the given index for the row currently positioned at within this source.
getCurrentRowValuesArray() - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesCacheHit
 
getCurrentRowValuesArray() - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesResultSetImpl
 
getCurrentRowValuesArray() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
Get the JDBC values for the row currently positioned at within this source.
getCurrentSchema() - Method in class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentImpl
 
getCurrentSchema() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
Get the current database catalog.
getCurrentSchemaCommand() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getCurrentSchemaCommand() - Method in class org.hibernate.dialect.Dialect
Get the SQL command used to retrieve the current schema name.
getCurrentSchemaCommand() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getCurrentSchemaCommand() - Method in class org.hibernate.dialect.OracleDialect
 
getCurrentSchemaCommand() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getCurrentSchemaCommand() - Method in class org.hibernate.dialect.SpannerDialect
 
getCurrentSchemaCommand() - Method in class org.hibernate.dialect.SQLServerDialect
 
getCurrentSchemaCommand() - Method in class org.hibernate.dialect.SybaseDialect
 
getCurrentSellPrice() - Method in class org.hibernate.testing.orm.domain.retail.Product
 
getCurrentSession() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getCurrentSession() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getCurrentSession() - Method in interface org.hibernate.SessionFactory
Obtains the current session, an instance of Session implicitly associated with some context or scope.
getCurrentSqmQueryPart() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
getCurrentSqmQueryPart() - Method in class org.hibernate.query.sqm.sql.FakeSqmToSqlAstConverter
 
getCurrentSqmQueryPart() - Method in interface org.hibernate.query.sqm.sql.SqmToSqlAstConverter
 
getCurrentStatus() - Method in class org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
 
getCurrentStatus() - Method in class org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform
 
getCurrentStatus() - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereLibertyJtaPlatform
 
getCurrentStatus() - Method in interface org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform
Obtain the current transaction status using whatever means is preferred for this platform
getCurrentTenantIdentifierResolver() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
getCurrentTenantIdentifierResolver() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getCurrentTenantIdentifierResolver() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getCurrentTenantIdentifierResolver() - Method in class org.hibernate.cfg.Configuration
The CurrentTenantIdentifierResolver, if any, that was added to this configuration.
getCurrentTenantIdentifierResolver() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getCurrentTenantIdentifierResolver() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
getCurrentTenantIdentifierResolver() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getCurrentTenantIdentifierResolver() - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.CockroachDialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.DB2Dialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.DerbyDialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.Dialect
The command used to retrieve the current timestamp from the database.
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.H2Dialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.HSQLDialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.MySQLDialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.OracleDialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.SpannerDialect
 
getCurrentTimestampSelectString() - Method in class org.hibernate.dialect.SQLServerDialect
The current_timestamp is more accurate, but only known to be supported in SQL Server 7.0 and later and Sybase not known to support it at all
getCurrentTransaction() - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
getCurrentValue() - Method in interface org.hibernate.CustomEntityDirtinessStrategy.AttributeInformation
Get the current value of this attribute.
getCurrentVersion() - Method in class org.hibernate.action.internal.EntityDeleteAction
 
getCurrentVersion(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Retrieve the version number
getCurrentVersion(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Get the current version of the object, or return null if there is no row for the given identifier.
getCustomEntityDirtinessStrategy() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
getCustomEntityDirtinessStrategy() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getCustomEntityDirtinessStrategy() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getCustomEntityDirtinessStrategy() - Method in class org.hibernate.cfg.Configuration
The CustomEntityDirtinessStrategy, if any, that was added to this configuration.
getCustomEntityDirtinessStrategy() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getCustomEntityDirtinessStrategy() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
getCustomEntityDirtinessStrategy() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getCustomEntityDirtinessStrategy() - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
getCustomHqlTranslator() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
getCustomHqlTranslator() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getCustomHqlTranslator() - Method in interface org.hibernate.query.spi.QueryEngineOptions
Translator for transforming HQL (as an Antlr parse tree) into an SQM tree.
getCustomIdGeneratorCreator() - Method in class org.hibernate.mapping.SimpleValue
 
getCustomInstantiator() - Method in class org.hibernate.mapping.Component
 
getCustomLoaderName() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
getCustomLoaderName() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
getCustomLoaderName() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
Obtain the name of a named-query that will be used for loading this entity
getCustomLoaderName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
getCustomPersisterClassName() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
getCustomPersisterClassName() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
getCustomPersisterClassName() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
Obtain the name of a custom persister class to be used.
getCustomPersisterClassName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
getCustomRead() - Method in class org.hibernate.mapping.Column
 
getCustomReadExpression() - Method in class org.hibernate.mapping.Column
 
getCustomReadExpression() - Method in class org.hibernate.mapping.Formula
 
getCustomReadExpression() - Method in interface org.hibernate.mapping.Selectable
Any custom read expression for this selectable.
getCustomReadExpression() - Method in class org.hibernate.metamodel.mapping.internal.AnyDiscriminatorPart
 
getCustomReadExpression() - Method in class org.hibernate.metamodel.mapping.internal.AnyKeyPart
 
getCustomReadExpression() - Method in class org.hibernate.metamodel.mapping.internal.BasicAttributeMapping
 
getCustomReadExpression() - Method in class org.hibernate.metamodel.mapping.internal.BasicEntityIdentifierMappingImpl
 
getCustomReadExpression() - Method in class org.hibernate.metamodel.mapping.internal.BasicValuedCollectionPart
 
getCustomReadExpression() - Method in class org.hibernate.metamodel.mapping.internal.CaseStatementDiscriminatorMappingImpl
 
getCustomReadExpression() - Method in class org.hibernate.metamodel.mapping.internal.CollectionIdentifierDescriptorImpl
 
getCustomReadExpression() - Method in class org.hibernate.metamodel.mapping.internal.EntityRowIdMappingImpl
 
getCustomReadExpression() - Method in class org.hibernate.metamodel.mapping.internal.EntityVersionMappingImpl
 
getCustomReadExpression() - Method in class org.hibernate.metamodel.mapping.internal.ExplicitColumnDiscriminatorMappingImpl
 
getCustomReadExpression() - Method in class org.hibernate.metamodel.mapping.internal.SelectableMappingImpl
 
getCustomReadExpression() - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
getCustomReadExpression() - Method in class org.hibernate.metamodel.mapping.SelectableConsumer.MutableSelectableMapping
 
getCustomReadExpression() - Method in interface org.hibernate.metamodel.mapping.SelectableMapping
The selection's read expression accounting for formula treatment as well as ColumnTransformer.read()
getCustomReadExpression() - Method in interface org.hibernate.metamodel.mapping.SoftDeleteMapping
 
getCustomReadExpression() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping.KeyColumn
 
getCustomReadExpression() - Method in class org.hibernate.query.derived.AnonymousTupleBasicValuedModelPart
 
getCustomReadExpression() - Method in class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
 
getCustomSessionEventListener() - Method in interface org.hibernate.internal.SessionCreationOptions
 
getCustomSessionEventListener() - Method in class org.hibernate.internal.SessionFactoryImpl.SessionBuilderImpl
 
getCustomSessionEventListener() - Method in class org.hibernate.internal.SessionFactoryImpl.StatelessSessionBuilderImpl
 
getCustomSql() - Method in interface org.hibernate.sql.model.ast.CustomSqlMutation
The custom SQL provided by the mapping
getCustomSql() - Method in class org.hibernate.sql.model.internal.TableDeleteCustomSql
 
getCustomSql() - Method in class org.hibernate.sql.model.internal.TableInsertCustomSql
 
getCustomSql() - Method in class org.hibernate.sql.model.internal.TableUpdateCustomSql
 
getCustomSql() - Method in class org.hibernate.sql.model.TableMapping.MutationDetails
Custom, application-provided SQL for this mutation (if one).
getCustomSqlDelete() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
getCustomSqlDelete() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
getCustomSqlDelete() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
Obtain the custom SQL to be used for deletes for this entity
getCustomSqlDelete() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
getCustomSqlDelete() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
Obtain the custom SQL to be used for deletes for this entity
getCustomSQLDelete() - Method in class org.hibernate.mapping.Collection
 
getCustomSQLDelete() - Method in class org.hibernate.mapping.Join
 
getCustomSQLDelete() - Method in class org.hibernate.mapping.PersistentClass
 
getCustomSqlDeleteAll() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
getCustomSqlDeleteAll() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
getCustomSQLDeleteAll() - Method in class org.hibernate.mapping.Collection
 
getCustomSQLDeleteAllCheckStyle() - Method in class org.hibernate.mapping.Collection
 
getCustomSQLDeleteCheckStyle() - Method in class org.hibernate.mapping.Collection
 
getCustomSQLDeleteCheckStyle() - Method in class org.hibernate.mapping.Join
 
getCustomSQLDeleteCheckStyle() - Method in class org.hibernate.mapping.PersistentClass
 
getCustomSqlFunctionMap() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
getCustomSqlFunctionMap() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getCustomSqlFunctionMap() - Method in interface org.hibernate.query.spi.QueryEngineOptions
User defined SQM functions available for use in HQL and Criteria.
getCustomSqlInsert() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
getCustomSqlInsert() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
getCustomSqlInsert() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
Obtain the custom SQL to be used for inserts for this entity
getCustomSqlInsert() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
getCustomSqlInsert() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
Obtain the custom SQL to be used for inserts for this entity
getCustomSQLInsert() - Method in class org.hibernate.mapping.Collection
 
getCustomSQLInsert() - Method in class org.hibernate.mapping.Join
 
getCustomSQLInsert() - Method in class org.hibernate.mapping.PersistentClass
 
getCustomSQLInsertCheckStyle() - Method in class org.hibernate.mapping.Collection
 
getCustomSQLInsertCheckStyle() - Method in class org.hibernate.mapping.Join
 
getCustomSQLInsertCheckStyle() - Method in class org.hibernate.mapping.PersistentClass
 
getCustomSqlUpdate() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
getCustomSqlUpdate() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
getCustomSqlUpdate() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
Obtain the custom SQL to be used for updates for this entity
getCustomSqlUpdate() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
getCustomSqlUpdate() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
Obtain the custom SQL to be used for updates for this entity
getCustomSQLUpdate() - Method in class org.hibernate.mapping.Collection
 
getCustomSQLUpdate() - Method in class org.hibernate.mapping.Join
 
getCustomSQLUpdate() - Method in class org.hibernate.mapping.PersistentClass
 
getCustomSQLUpdateCheckStyle() - Method in class org.hibernate.mapping.Collection
 
getCustomSQLUpdateCheckStyle() - Method in class org.hibernate.mapping.Join
 
getCustomSQLUpdateCheckStyle() - Method in class org.hibernate.mapping.PersistentClass
 
getCustomSqmFunctionRegistry() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
getCustomSqmFunctionRegistry() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getCustomSqmFunctionRegistry() - Method in interface org.hibernate.query.spi.QueryEngineOptions
User supplied registry of SQM functions available for use in HQL and Criteria
getCustomSqmMultiTableInsertStrategy() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
getCustomSqmMultiTableInsertStrategy() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getCustomSqmMultiTableInsertStrategy() - Method in interface org.hibernate.query.spi.QueryEngineOptions
Contract for handling SQM trees representing insertion (INSERT) queries where the target of the mutation is a multi-table entity.
getCustomSqmMultiTableMutationStrategy() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
getCustomSqmMultiTableMutationStrategy() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getCustomSqmMultiTableMutationStrategy() - Method in interface org.hibernate.query.spi.QueryEngineOptions
Contract for handling SQM trees representing mutation (UPDATE or DELETE) queries where the target of the mutation is a multi-table entity.
getCustomSqmTranslatorFactory() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
getCustomSqmTranslatorFactory() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getCustomSqmTranslatorFactory() - Method in interface org.hibernate.query.spi.QueryEngineOptions
Factory for translators transforming an SQM tree into a different form.
getCustomTypeBeanResolver() - Method in class org.hibernate.boot.model.internal.CollectionBinder
 
getCustomTypeProducer() - Method in class org.hibernate.boot.internal.BootstrapContextImpl
 
getCustomTypeProducer() - Method in interface org.hibernate.boot.spi.BootstrapContext
The BeanInstanceProducer to use when creating custom type references.
getCustomTypeProducer() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
 
getCustomWrite() - Method in class org.hibernate.mapping.Column
 
getCustomWriteExpression() - Method in class org.hibernate.mapping.Column
 
getCustomWriteExpression() - Method in class org.hibernate.mapping.Formula
 
getCustomWriteExpression() - Method in interface org.hibernate.mapping.Selectable
Any custom write expression for this selectable.
getCustomWriteExpression() - Method in class org.hibernate.metamodel.mapping.internal.AnyDiscriminatorPart
 
getCustomWriteExpression() - Method in class org.hibernate.metamodel.mapping.internal.AnyKeyPart
 
getCustomWriteExpression() - Method in class org.hibernate.metamodel.mapping.internal.BasicAttributeMapping
 
getCustomWriteExpression() - Method in class org.hibernate.metamodel.mapping.internal.BasicEntityIdentifierMappingImpl
 
getCustomWriteExpression() - Method in class org.hibernate.metamodel.mapping.internal.BasicValuedCollectionPart
 
getCustomWriteExpression() - Method in class org.hibernate.metamodel.mapping.internal.CaseStatementDiscriminatorMappingImpl
 
getCustomWriteExpression() - Method in class org.hibernate.metamodel.mapping.internal.CollectionIdentifierDescriptorImpl
 
getCustomWriteExpression() - Method in class org.hibernate.metamodel.mapping.internal.EntityRowIdMappingImpl
 
getCustomWriteExpression() - Method in class org.hibernate.metamodel.mapping.internal.EntityVersionMappingImpl
 
getCustomWriteExpression() - Method in class org.hibernate.metamodel.mapping.internal.ExplicitColumnDiscriminatorMappingImpl
 
getCustomWriteExpression() - Method in class org.hibernate.metamodel.mapping.internal.SelectableMappingImpl
 
getCustomWriteExpression() - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
getCustomWriteExpression() - Method in class org.hibernate.metamodel.mapping.SelectableConsumer.MutableSelectableMapping
 
getCustomWriteExpression() - Method in interface org.hibernate.metamodel.mapping.SelectableMapping
The selection's write expression accounting ColumnTransformer.write()
getCustomWriteExpression() - Method in interface org.hibernate.metamodel.mapping.SoftDeleteMapping
 
getCustomWriteExpression() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping.KeyColumn
 
getCustomWriteExpression() - Method in class org.hibernate.query.derived.AnonymousTupleBasicValuedModelPart
 
getCustomWriteExpression() - Method in class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
 
getCycleAttributes() - Method in interface org.hibernate.query.criteria.JpaCteCriteria
The attributes to use for cycle detection.
getCycleAttributes() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
 
getCycleColumns() - Method in class org.hibernate.sql.ast.tree.cte.CteStatement
 
getCycleLiteral() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
 
getCycleMarkAttributeName() - Method in interface org.hibernate.query.criteria.JpaCteCriteria
The attribute name which is used to mark when a cycle has been detected.
getCycleMarkAttributeName() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
 
getCycleMarkColumn() - Method in class org.hibernate.sql.ast.tree.cte.CteStatement
 
getCyclePathAttributeName() - Method in interface org.hibernate.query.criteria.JpaCteCriteria
The attribute name that represents the computation path, which is used for cycle detection.
getCyclePathAttributeName() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
 
getCyclePathColumn() - Method in class org.hibernate.sql.ast.tree.cte.CteStatement
 
getCycleValue() - Method in interface org.hibernate.query.criteria.JpaCteCriteria
The value which is set for the cycle mark attribute when a cycle is detected.
getCycleValue() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
 
getCycleValue() - Method in class org.hibernate.sql.ast.tree.cte.CteStatement
 
getData() - Method in class org.hibernate.envers.internal.entities.mapper.PersistentCollectionChangeData
 
getData() - Method in class org.hibernate.envers.internal.synchronization.work.ModWorkUnit
 
getData() - Method in class org.hibernate.testing.orm.domain.gambit.BasicEntity
 
getData() - Method in class org.hibernate.testing.orm.domain.gambit.EmbeddedIdEntity
 
getData() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithAggregateId
 
getData() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithNotAggregateId
 
getData() - Method in class org.hibernate.testing.orm.domain.gambit.Shirt
 
getData() - Method in class org.hibernate.testing.orm.domain.gambit.VersionedEntity
 
getData(Configuration) - Method in interface org.hibernate.envers.query.order.AuditOrder
 
getData(Configuration) - Method in class org.hibernate.envers.query.order.internal.PropertyAuditOrder
 
getDatabase() - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getDatabase() - Method in class org.hibernate.boot.internal.MetadataImpl
 
getDatabase() - Method in interface org.hibernate.boot.Metadata
Retrieve the database model.
getDatabase() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getDatabase() - Method in interface org.hibernate.generator.GeneratorCreationContext
 
getDatabaseAction() - Method in class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.ActionGrouping
 
getDatabaseGeneratedReferencedColumnValue() - Method in class org.hibernate.tuple.CreationTimestampGeneration
Deprecated.
 
getDatabaseGeneratedReferencedColumnValue() - Method in class org.hibernate.tuple.UpdateTimestampGeneration
Deprecated.
 
getDatabaseGeneratedReferencedColumnValue() - Method in interface org.hibernate.tuple.ValueGeneration
Deprecated.
A SQL expression indicating how to calculate the generated value when the property value is generated in the database and the mapped column is included in the SQL statement.
getDatabaseGeneratedReferencedColumnValue(Dialect) - Method in class org.hibernate.tuple.CreationTimestampGeneration
Deprecated.
 
getDatabaseGeneratedReferencedColumnValue(Dialect) - Method in class org.hibernate.tuple.UpdateTimestampGeneration
Deprecated.
 
getDatabaseGeneratedReferencedColumnValue(Dialect) - Method in interface org.hibernate.tuple.ValueGeneration
Deprecated.
A SQL expression indicating how to calculate the generated value when the property value is generated in the database and the mapped column is included in the SQL statement.
getDatabaseHints() - Method in class org.hibernate.engine.jdbc.mutation.internal.MutationQueryOptions
 
getDatabaseHints() - Method in class org.hibernate.loader.ast.internal.LoaderSqlAstCreationState
 
getDatabaseHints() - Method in class org.hibernate.query.internal.QueryOptionsImpl
 
getDatabaseHints() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
 
getDatabaseHints() - Method in interface org.hibernate.query.spi.QueryOptions
Hints to apply to the interpreted SQL query
getDatabaseHints() - Method in class org.hibernate.query.spi.QueryOptionsAdapter
 
getDatabaseMajorVersion() - Method in interface org.hibernate.dialect.DatabaseVersion
Obtain access to the database major version, as returned from DatabaseMetaData.getDatabaseMajorVersion() for the target database.
getDatabaseMajorVersion() - Method in class org.hibernate.dialect.SimpleDatabaseVersion
 
getDatabaseMajorVersion() - Method in class org.hibernate.engine.jdbc.dialect.spi.DatabaseMetaDataDialectResolutionInfoAdapter
 
getDatabaseMetadata() - Method in class org.hibernate.engine.jdbc.dialect.spi.DatabaseMetaDataDialectResolutionInfoAdapter
 
getDatabaseMetadata() - Method in interface org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo
Obtain access to the DatabaseMetaData if it is available.
getDatabaseMicroVersion() - Method in interface org.hibernate.dialect.DatabaseVersion
Obtain access to the database minor version, as returned from DatabaseMetaData.getDatabaseMinorVersion() for the target database.
getDatabaseMicroVersion() - Method in class org.hibernate.dialect.SimpleDatabaseVersion
 
getDatabaseMinorVersion() - Method in interface org.hibernate.dialect.DatabaseVersion
Obtain access to the database minor version, as returned from DatabaseMetaData.getDatabaseMinorVersion() for the target database.
getDatabaseMinorVersion() - Method in class org.hibernate.dialect.SimpleDatabaseVersion
 
getDatabaseMinorVersion() - Method in class org.hibernate.engine.jdbc.dialect.spi.DatabaseMetaDataDialectResolutionInfoAdapter
 
getDatabaseName() - Method in class org.hibernate.engine.jdbc.dialect.spi.DatabaseMetaDataDialectResolutionInfoAdapter
 
getDatabaseName() - Method in interface org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo
Obtain access to the database name, as returned from DatabaseMetaData.getDatabaseProductName() for the target database
getDatabaseObject() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the databaseObject property.
getDatabaseObjectAccess() - Method in class org.hibernate.tool.schema.extract.internal.ExtractionContextImpl
 
getDatabaseObjectAccess() - Method in class org.hibernate.tool.schema.extract.spi.ExtractionContext.EmptyExtractionContext
 
getDatabaseObjectAccess() - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext
 
getDatabaseObjectAccess() - Method in class org.hibernate.tool.schema.internal.exec.ImprovedExtractionContextImpl
 
getDatabaseObjects() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
Gets the value of the databaseObjects property.
getDatabaseSnapshot() - Method in class org.hibernate.event.spi.FlushEntityEvent
 
getDatabaseSnapshot(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getDatabaseSnapshot(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Get the current database state of the object, in a "hydrated" form, without resolving identifiers.
getDatabaseSnapshot(Object, EntityPersister) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
Get the current state of the entity as known to the underlying database, or null if there is no corresponding row
getDatabaseSnapshot(Object, EntityPersister) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the current state of the entity as known to the underlying database, or null if there is no corresponding row
getDatabaseStructure() - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
Getter for property 'databaseStructure'.
getDatabaseVersion() - Method in class org.hibernate.engine.jdbc.dialect.spi.DatabaseMetaDataDialectResolutionInfoAdapter
 
getDatabaseVersion() - Method in interface org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo
Obtain access to the database version, as returned from DatabaseMetaData.getDatabaseProductVersion() for the target database
getDataSource() - Method in class org.hibernate.engine.jdbc.connections.internal.DatasourceConnectionProviderImpl
 
getDataSource() - Method in class org.hibernate.vibur.internal.ViburDBCPConnectionProvider
Visible for testing purposes.
getDatatype() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
The deduced (and dialect convertible) type for this column
getDate() - Method in exception org.hibernate.envers.exception.RevisionDoesNotExistException
 
getDB2Version() - Method in class org.hibernate.dialect.DB2Dialect
DB2 LUW Version
getDB2Version() - Method in class org.hibernate.dialect.DB2iDialect
 
getDB2Version() - Method in class org.hibernate.dialect.DB2iSqlAstTranslator
 
getDB2Version() - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
getDB2Version() - Method in class org.hibernate.dialect.DB2zDialect
 
getDB2Version() - Method in class org.hibernate.dialect.DB2zSqlAstTranslator
 
getDdlTransactionIsolator(JdbcContext) - Method in class org.hibernate.tool.schema.internal.HibernateSchemaManagementTool
 
getDdlTypeCode() - Method in class org.hibernate.dialect.OracleNestedTableJdbcType
 
getDdlTypeCode() - Method in class org.hibernate.dialect.PostgreSQLCastingJsonJdbcType
 
getDdlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.DoubleJdbcType
 
getDdlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.DurationJdbcType
 
getDdlTypeCode() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
A JDBC type code that identifies the SQL column type to be used for schema generation.
getDdlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.JsonAsStringJdbcType
 
getDdlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.TinyIntAsSmallIntJdbcType
 
getDdlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.XmlAsStringJdbcType
 
getDdlTypeRegistry() - Method in class org.hibernate.type.spi.TypeConfiguration
 
getDecimalDigits() - Method in class org.hibernate.mapping.Column
 
getDecimalDigits() - Method in class org.hibernate.tool.schema.extract.internal.ColumnInformationImpl
 
getDecimalDigits() - Method in interface org.hibernate.tool.schema.extract.spi.ColumnInformation
The precision, for numeric types
getDecimalDigits() - Method in interface org.hibernate.tool.schema.extract.spi.ColumnTypeInformation
The precision, for numeric types
getDeclaredAttribute(String) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getDeclaredAttribute(String) - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
 
getDeclaredAttribute(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getDeclaredAttributeMappings() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
Get access to the attributes defined on this class - do not access attributes defined on the super
getDeclaredAttributeMappings() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getDeclaredAttributeMappings() - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
getDeclaredAttributes() - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getDeclaredAttributes() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getDeclaredCollection(String) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getDeclaredCollection(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getDeclaredCollection(String, Class<E>) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getDeclaredCollection(String, Class<E>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getDeclaredId(Class<Y>) - Method in class org.hibernate.metamodel.model.domain.AbstractIdentifiableType
 
getDeclaredId(Class<Y>) - Method in interface org.hibernate.metamodel.model.domain.IdentifiableDomainType
 
getDeclaredId(Class<Y>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getDeclaredIdentifierMapper() - Method in class org.hibernate.mapping.MappedSuperclass
 
getDeclaredIdentifierMapper() - Method in class org.hibernate.mapping.PersistentClass
 
getDeclaredIdentifierProperty() - Method in class org.hibernate.mapping.MappedSuperclass
 
getDeclaredIdentifierProperty() - Method in class org.hibernate.mapping.PersistentClass
 
getDeclaredIdentifierProperty() - Method in class org.hibernate.mapping.RootClass
 
getDeclaredIdentifierProperty() - Method in class org.hibernate.mapping.Subclass
 
getDeclaredList(String) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getDeclaredList(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getDeclaredList(String, Class<E>) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getDeclaredList(String, Class<E>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getDeclaredMap(String) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getDeclaredMap(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getDeclaredMap(String, Class<K>, Class<V>) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getDeclaredMap(String, Class<K>, Class<V>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getDeclaredMethod(Class<?>, String, Class<?>[]) - Static method in class org.hibernate.bytecode.internal.bytebuddy.HibernateMethodLookupDispatcher
 
getDeclaredPluralAttributes() - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getDeclaredPluralAttributes() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getDeclaredProperties() - Method in interface org.hibernate.mapping.IdentifiableTypeClass
 
getDeclaredProperties() - Method in class org.hibernate.mapping.Join
 
getDeclaredProperties() - Method in class org.hibernate.mapping.MappedSuperclass
 
getDeclaredProperties() - Method in class org.hibernate.mapping.PersistentClass
 
getDeclaredSet(String) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getDeclaredSet(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getDeclaredSet(String, Class<E>) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getDeclaredSet(String, Class<E>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getDeclaredSingularAttribute(String) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getDeclaredSingularAttribute(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getDeclaredSingularAttribute(String, Class<Y>) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getDeclaredSingularAttribute(String, Class<Y>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getDeclaredSingularAttributes() - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getDeclaredSingularAttributes() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getDeclaredVersion() - Method in class org.hibernate.mapping.MappedSuperclass
 
getDeclaredVersion() - Method in class org.hibernate.mapping.PersistentClass
 
getDeclaredVersion() - Method in class org.hibernate.mapping.RootClass
 
getDeclaredVersion() - Method in class org.hibernate.mapping.Subclass
 
getDeclaredVersion() - Method in class org.hibernate.metamodel.model.domain.AbstractIdentifiableType
For used to retrieve the declared version when populating the static metamodel.
getDeclaredVersion(Class<Y>) - Method in class org.hibernate.metamodel.model.domain.AbstractIdentifiableType
 
getDeclaredVersion(Class<Y>) - Method in interface org.hibernate.metamodel.model.domain.IdentifiableDomainType
 
getDeclaredVersion(Class<Y>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getDeclaringClass() - Method in class org.hibernate.boot.model.internal.PropertyContainer
 
getDeclaringClass() - Method in class org.hibernate.boot.model.internal.PropertyInferredData
 
getDeclaringClass() - Method in class org.hibernate.boot.model.internal.PropertyPreloadedData
 
getDeclaringClass() - Method in class org.hibernate.boot.model.internal.WrappedInferredData
 
getDeclaringClass() - Method in interface org.hibernate.boot.spi.PropertyData
Return the Class the property is declared on If the property is declared on a @MappedSuperclass, this class will be different than the PersistentClass's class
getDeclaringClass() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.DynamicProperty
 
getDeclaringClass() - Method in class org.hibernate.metamodel.model.domain.internal.MapMember
 
getDeclaringClass() - Method in class org.hibernate.property.access.internal.AbstractSetterMethodSerialForm
 
getDeclaringType() - Method in interface org.hibernate.metamodel.mapping.AttributeMapping
The managed type that declares this attribute
getDeclaringType() - Method in class org.hibernate.metamodel.mapping.internal.AbstractAttributeMapping
 
getDeclaringType() - Method in class org.hibernate.metamodel.mapping.internal.AbstractNaturalIdMapping
 
getDeclaringType() - Method in interface org.hibernate.metamodel.mapping.internal.SingleAttributeIdentifierMapping
 
getDeclaringType() - Method in interface org.hibernate.metamodel.mapping.OwnedValuedModelPart
 
getDeclaringType() - Method in interface org.hibernate.metamodel.model.domain.BagPersistentAttribute
 
getDeclaringType() - Method in class org.hibernate.metamodel.model.domain.internal.AbstractAttribute
 
getDeclaringType() - Method in class org.hibernate.metamodel.model.domain.internal.PluralAttributeBuilder
 
getDeclaringType() - Method in interface org.hibernate.metamodel.model.domain.PersistentAttribute
 
getDeclaringType() - Method in interface org.hibernate.metamodel.model.domain.PluralPersistentAttribute
 
getDeclaringType() - Method in interface org.hibernate.metamodel.model.domain.SingularPersistentAttribute
 
getDeclaringType() - Method in interface org.hibernate.query.criteria.JpaCteCriteriaAttribute
The declaring type.
getDeclaringType() - Method in class org.hibernate.query.derived.AnonymousTupleBasicEntityIdentifierMapping
 
getDeclaringType() - Method in class org.hibernate.query.derived.AnonymousTupleBasicValuedModelPart
 
getDeclaringType() - Method in class org.hibernate.query.derived.AnonymousTupleSqmAssociationPathSource
 
getDeclaringType() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteTableColumn
 
getDefault() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Gets the value of the default property.
getDefault() - Method in interface org.hibernate.boot.jaxb.hbm.transform.SourceColumnAdapter
 
getDefault() - Method in class org.hibernate.boot.jaxb.hbm.transform.SourceColumnAdapterJaxbHbmColumnType
 
getDefault() - Method in class org.hibernate.boot.jaxb.mapping.JaxbColumn
Gets the value of the default property.
getDefaultAccess() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the defaultAccess property.
getDefaultAccess() - Method in class org.hibernate.boot.jaxb.mapping.JaxbPersistenceUnitDefaults
Gets the value of the defaultAccess property.
getDefaultAccess() - Method in class org.hibernate.boot.model.internal.PropertyInferredData
 
getDefaultAccess() - Method in class org.hibernate.boot.model.internal.PropertyPreloadedData
 
getDefaultAccess() - Method in class org.hibernate.boot.model.internal.WrappedInferredData
 
getDefaultAccess() - Method in interface org.hibernate.boot.spi.PropertyData
 
getDefaultAccessType() - Method in class org.hibernate.cache.internal.NoCachingRegionFactory
 
getDefaultAccessType() - Method in class org.hibernate.cache.spi.AbstractRegionFactory
 
getDefaultAccessType() - Method in interface org.hibernate.cache.spi.RegionFactory
Get the default access type for any "user model" data.
getDefaultAccessType() - Method in class org.hibernate.jpamodelgen.util.AccessTypeInformation
 
getDefaultBatchFetchSize() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
getDefaultBatchFetchSize() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getDefaultBatchFetchSize() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getDefaultBatchFetchSize() - Method in interface org.hibernate.internal.SessionCreationOptions
 
getDefaultBatchFetchSize() - Method in class org.hibernate.internal.SessionFactoryImpl.SessionBuilderImpl
 
getDefaultBatchFetchSize() - Method in class org.hibernate.internal.SessionFactoryImpl.StatelessSessionBuilderImpl
 
getDefaultCascade() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the defaultCascade property.
getDefaultCascade() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
Gets the value of the defaultCascade property.
getDefaultCascade() - Method in class org.hibernate.boot.jaxb.mapping.JaxbPersistenceUnitDefaults
Gets the value of the defaultCascade property.
getDefaultCatalog() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
getDefaultCatalog() - Method in class org.hibernate.boot.model.relational.internal.SqlStringGenerationContextImpl
 
getDefaultCatalog() - Method in interface org.hibernate.boot.model.relational.SqlStringGenerationContext
 
getDefaultCatalog() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getDefaultCatalog() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
The default catalog to use in generated SQL when a catalog wasn't specified in the mapping, neither explicitly nor implicitly (see the concept of implicit catalog in XML mapping).
getDefaultCatalog() - Method in interface org.hibernate.generator.GeneratorCreationContext
 
getDefaultCatalog() - Method in class org.hibernate.tool.schema.extract.internal.ExtractionContextImpl
 
getDefaultCatalog() - Method in class org.hibernate.tool.schema.extract.spi.ExtractionContext.EmptyExtractionContext
 
getDefaultCatalog() - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext
 
getDefaultCatalog() - Method in class org.hibernate.tool.schema.internal.exec.ImprovedExtractionContextImpl
 
getDefaultCatalogName() - Method in interface org.hibernate.boot.spi.JpaOrmXmlPersistenceUnitDefaultAware.JpaOrmXmlPersistenceUnitDefaults
 
getDefaultCatalogName() - Method in class org.hibernate.envers.configuration.Configuration
 
getDefaultCollectionType() - Method in class org.hibernate.mapping.Array
 
getDefaultCollectionType() - Method in class org.hibernate.mapping.Bag
 
getDefaultCollectionType() - Method in class org.hibernate.mapping.Collection
 
getDefaultCollectionType() - Method in class org.hibernate.mapping.IdentifierBag
 
getDefaultCollectionType() - Method in class org.hibernate.mapping.List
 
getDefaultCollectionType() - Method in class org.hibernate.mapping.Map
 
getDefaultCollectionType() - Method in class org.hibernate.mapping.Set
 
getDefaultColumnName() - Method in enum org.hibernate.annotations.SoftDeleteType
 
getDefaultConnectionHandlingMode() - Method in class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorBuilderImpl
 
getDefaultConnectionHandlingMode() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorBuilderImpl
 
getDefaultConnectionHandlingMode() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorBuilder
 
getDefaultConnectionHandlingMode() - Method in class org.hibernate.testing.jta.TestingJtaTransactionCoordinatorBuilder
 
getDefaultConstructor(Class<T>) - Static method in class org.hibernate.internal.util.ReflectHelper
Retrieve the default (no arg) constructor from the given class.
getDefaultDecimalPrecision() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getDefaultDecimalPrecision() - Method in class org.hibernate.dialect.DB2Dialect
 
getDefaultDecimalPrecision() - Method in class org.hibernate.dialect.DerbyDialect
 
getDefaultDecimalPrecision() - Method in class org.hibernate.dialect.Dialect
This is the default precision for a generated column mapped to a BigInteger or BigDecimal.
getDefaultDecimalPrecision() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getDefaultEntityListeners() - Method in class org.hibernate.boot.model.internal.XMLContext
 
getDefaultFilterCondition() - Method in class org.hibernate.engine.spi.FilterDefinition
 
getDefaultIntervalSecondScale() - Method in class org.hibernate.dialect.CockroachDialect
 
getDefaultIntervalSecondScale() - Method in class org.hibernate.dialect.Dialect
Resolves the default scale for a SqlTypes.INTERVAL_SECOND type code for the given column
getDefaultIntervalSecondScale() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getDefaultJdbcObserver() - Method in class org.hibernate.internal.FastSessionServices
 
getDefaultLobLength() - Method in class org.hibernate.dialect.Dialect
The default length for a LOB column, if LOB columns have a length in this dialect.
getDefaultLobLength() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getDefaultLobLength() - Method in class org.hibernate.dialect.MySQLDialect
 
getDefaultLobLength() - Method in class org.hibernate.dialect.SQLServerDialect
 
getDefaultMySQLStorageEngine() - Method in class org.hibernate.dialect.MariaDBDialect
 
getDefaultMySQLStorageEngine() - Method in class org.hibernate.dialect.MySQLDialect
 
getDefaultNamespace() - Method in class org.hibernate.boot.model.relational.Database
 
getDefaultNonContextualLobCreation() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getDefaultNonContextualLobCreation() - Method in class org.hibernate.dialect.Dialect
The default value to use for the configuration property "hibernate.jdbc.lob.non_contextual_creation".
getDefaultNonContextualLobCreation() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getDefaultNonContextualLobCreation() - Method in class org.hibernate.dialect.H2Dialect
 
getDefaultNonContextualLobCreation() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getDefaultNullPrecedence() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
getDefaultNullPrecedence() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getDefaultNullPrecedence() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getDefaultProperties() - Method in class org.hibernate.dialect.Dialect
Retrieve a set of default Hibernate properties for this database.
getDefaultProperties() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getDefaultQueryResultsCache() - Method in class org.hibernate.cache.internal.DisabledCaching
 
getDefaultQueryResultsCache() - Method in class org.hibernate.cache.internal.EnabledCaching
 
getDefaultQueryResultsCache() - Method in interface org.hibernate.cache.spi.CacheImplementor
Access to the "default" region used to store query results when caching was requested but no region was explicitly named.
getDefaults() - Method in class org.hibernate.boot.model.internal.JPAXMLOverriddenMetadataProvider
 
getDefaultSchema() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
getDefaultSchema() - Method in class org.hibernate.boot.model.relational.internal.SqlStringGenerationContextImpl
 
getDefaultSchema() - Method in interface org.hibernate.boot.model.relational.SqlStringGenerationContext
 
getDefaultSchema() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getDefaultSchema() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
The default schema to use in generated SQL when a catalog wasn't specified in the mapping, neither explicitly nor implicitly (see the concept of implicit schema in XML mapping).
getDefaultSchema() - Method in interface org.hibernate.generator.GeneratorCreationContext
 
getDefaultSchema() - Method in class org.hibernate.tool.schema.extract.internal.ExtractionContextImpl
 
getDefaultSchema() - Method in class org.hibernate.tool.schema.extract.spi.ExtractionContext.EmptyExtractionContext
 
getDefaultSchema() - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext
 
getDefaultSchema() - Method in class org.hibernate.tool.schema.internal.exec.ImprovedExtractionContextImpl
 
getDefaultSchemaName() - Method in interface org.hibernate.boot.spi.JpaOrmXmlPersistenceUnitDefaultAware.JpaOrmXmlPersistenceUnitDefaults
 
getDefaultSchemaName() - Method in class org.hibernate.envers.configuration.Configuration
 
getDefaultSqlAstJoinType(TableGroup) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationAttributeMapping
 
getDefaultSqlAstJoinType(TableGroup) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedCollectionPart
 
getDefaultSqlAstJoinType(TableGroup) - Method in class org.hibernate.metamodel.mapping.internal.ManyToManyCollectionPart
 
getDefaultSqlAstJoinType(TableGroup) - Method in class org.hibernate.metamodel.mapping.internal.OneToManyCollectionPart
 
getDefaultSqlAstJoinType(TableGroup) - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
getDefaultSqlAstJoinType(TableGroup) - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
getDefaultSqlAstJoinType(TableGroup) - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddableValuedModelPart
 
getDefaultSqlAstJoinType(TableGroup) - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
getDefaultSqlAstJoinType(TableGroup) - Method in interface org.hibernate.sql.ast.tree.from.TableGroupJoinProducer
 
getDefaultSqlAstJoinType(TableGroup) - Method in interface org.hibernate.sql.results.graph.embeddable.EmbeddableValuedFetchable
 
getDefaultSqlLength(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.BigDecimalJavaType
 
getDefaultSqlLength(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.BigIntegerJavaType
 
getDefaultSqlLength(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.BlobJavaType
 
getDefaultSqlLength(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.BooleanJavaType
 
getDefaultSqlLength(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.ByteJavaType
 
getDefaultSqlLength(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.CharacterJavaType
 
getDefaultSqlLength(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.ClobJavaType
 
getDefaultSqlLength(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.CurrencyJavaType
 
getDefaultSqlLength(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.DoubleJavaType
 
getDefaultSqlLength(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.FloatJavaType
 
getDefaultSqlLength(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.InetAddressJavaType
 
getDefaultSqlLength(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.IntegerJavaType
 
getDefaultSqlLength(Dialect, JdbcType) - Method in interface org.hibernate.type.descriptor.java.JavaType
The default column length when this Java type is mapped to a SQL data type which is parametrized by length, for example Types.VARCHAR.
getDefaultSqlLength(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.LongJavaType
 
getDefaultSqlLength(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.ShortJavaType
 
getDefaultSqlLength(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.UUIDJavaType
 
getDefaultSqlLength(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.ZoneOffsetJavaType
 
getDefaultSqlLength(Dialect, JdbcType) - Method in class org.hibernate.type.internal.UserTypeJavaTypeWrapper
 
getDefaultSqlLength(Dialect, JdbcType) - Method in interface org.hibernate.usertype.UserType
The default column length, for use in DDL generation.
getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.BigDecimalJavaType
 
getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.BigIntegerJavaType
 
getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.BooleanJavaType
 
getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.ByteJavaType
 
getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.CalendarDateJavaType
 
getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.CalendarJavaType
 
getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.CalendarTimeJavaType
 
getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.CharacterJavaType
 
getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.DateJavaType
 
getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.DoubleJavaType
 
getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.DurationJavaType
 
getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.FloatJavaType
 
getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.InstantJavaType
 
getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.IntegerJavaType
 
getDefaultSqlPrecision(Dialect, JdbcType) - Method in interface org.hibernate.type.descriptor.java.JavaType
The default column precision when this Java type is mapped to a SQL data type which is parametrized by precision, for example Types.DECIMAL.
getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.JdbcTimeJavaType
 
getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
 
getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.LocalDateTimeJavaType
 
getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.LocalTimeJavaType
 
getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.LongJavaType
 
getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.OffsetDateTimeJavaType
 
getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.OffsetTimeJavaType
 
getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.ShortJavaType
 
getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.ZonedDateTimeJavaType
 
getDefaultSqlPrecision(Dialect, JdbcType) - Method in class org.hibernate.type.internal.UserTypeJavaTypeWrapper
 
getDefaultSqlPrecision(Dialect, JdbcType) - Method in interface org.hibernate.usertype.UserType
The default column precision, for use in DDL generation.
getDefaultSqlScale(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.BigIntegerJavaType
 
getDefaultSqlScale(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.BooleanJavaType
 
getDefaultSqlScale(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.ByteJavaType
 
getDefaultSqlScale(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.CharacterJavaType
 
getDefaultSqlScale(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.DurationJavaType
 
getDefaultSqlScale(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.IntegerJavaType
 
getDefaultSqlScale(Dialect, JdbcType) - Method in interface org.hibernate.type.descriptor.java.JavaType
The default column scale when this Java type is mapped to a SQL data type which is parametrized by scale, for example Types.DECIMAL.
getDefaultSqlScale(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.LongJavaType
 
getDefaultSqlScale(Dialect, JdbcType) - Method in class org.hibernate.type.descriptor.java.ShortJavaType
 
getDefaultSqlScale(Dialect, JdbcType) - Method in class org.hibernate.type.internal.UserTypeJavaTypeWrapper
 
getDefaultSqlScale(Dialect, JdbcType) - Method in interface org.hibernate.usertype.UserType
The default column scale, for use in DDL generation.
getDefaultSqlTypeCode() - Method in class org.hibernate.dialect.DB2StructJdbcType
 
getDefaultSqlTypeCode() - Method in class org.hibernate.dialect.H2DurationIntervalSecondJdbcType
 
getDefaultSqlTypeCode() - Method in class org.hibernate.dialect.OracleArrayJdbcTypeConstructor
 
getDefaultSqlTypeCode() - Method in class org.hibernate.dialect.OracleNestedTableJdbcTypeConstructor
 
getDefaultSqlTypeCode() - Method in class org.hibernate.dialect.PostgreSQLCastingInetJdbcType
 
getDefaultSqlTypeCode() - Method in class org.hibernate.dialect.PostgreSQLCastingIntervalSecondJdbcType
 
getDefaultSqlTypeCode() - Method in class org.hibernate.dialect.PostgreSQLEnumJdbcType
 
getDefaultSqlTypeCode() - Method in class org.hibernate.dialect.PostgreSQLInetJdbcType
 
getDefaultSqlTypeCode() - Method in class org.hibernate.dialect.PostgreSQLIntervalSecondJdbcType
 
getDefaultSqlTypeCode() - Method in class org.hibernate.dialect.VarcharUUIDJdbcType
 
getDefaultSqlTypeCode() - Method in class org.hibernate.spatial.dialect.db2.DB2GeometryType
 
getDefaultSqlTypeCode() - Method in class org.hibernate.spatial.dialect.h2gis.H2GISGeometryType
 
getDefaultSqlTypeCode() - Method in class org.hibernate.spatial.dialect.hana.HANAGeometryType
 
getDefaultSqlTypeCode() - Method in class org.hibernate.spatial.dialect.hana.HANAPointType
 
getDefaultSqlTypeCode() - Method in class org.hibernate.spatial.dialect.mysql.MySQLGeometryJdbcType
 
getDefaultSqlTypeCode() - Method in class org.hibernate.spatial.dialect.oracle.SDOGeometryType
 
getDefaultSqlTypeCode() - Method in class org.hibernate.spatial.dialect.postgis.AbstractCastingPostGISJdbcType
 
getDefaultSqlTypeCode() - Method in class org.hibernate.spatial.dialect.postgis.AbstractPostGISJdbcType
 
getDefaultSqlTypeCode() - Method in class org.hibernate.spatial.dialect.postgis.PGCastingGeographyJdbcType
 
getDefaultSqlTypeCode() - Method in class org.hibernate.spatial.dialect.postgis.PGCastingGeometryJdbcType
 
getDefaultSqlTypeCode() - Method in class org.hibernate.spatial.dialect.postgis.PGGeographyJdbcType
 
getDefaultSqlTypeCode() - Method in class org.hibernate.spatial.dialect.postgis.PGGeometryJdbcType
 
getDefaultSqlTypeCode() - Method in class org.hibernate.spatial.dialect.sqlserver.AbstractSqlServerGISType
 
getDefaultSqlTypeCode() - Method in class org.hibernate.spatial.dialect.sqlserver.SqlServerGeographyType
 
getDefaultSqlTypeCode() - Method in class org.hibernate.spatial.dialect.sqlserver.SqlServerGeometryType
 
getDefaultSqlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.ArrayJdbcTypeConstructor
 
getDefaultSqlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.DurationJdbcType
 
getDefaultSqlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.EnumJdbcType
 
getDefaultSqlTypeCode() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
A JDBC type code that identifies the SQL column type.
getDefaultSqlTypeCode() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeConstructor
 
getDefaultSqlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.JsonJdbcType
 
getDefaultSqlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.OracleJsonBlobJdbcType
 
getDefaultSqlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.TimeAsTimestampWithTimeZoneJdbcType
 
getDefaultSqlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsInstantJdbcType
 
getDefaultSqlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsJdbcTimestampJdbcType
 
getDefaultSqlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsOffsetDateTimeJdbcType
 
getDefaultSqlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.TimeUtcAsJdbcTimeJdbcType
 
getDefaultSqlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.TimeUtcAsOffsetTimeJdbcType
 
getDefaultSqlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.UUIDJdbcType
 
getDefaultSqlTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.XmlAsStringJdbcType
 
getDefaultStatementBatchSize() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
getDefaultStatementBatchSize() - Method in class org.hibernate.dialect.DB2Dialect
 
getDefaultStatementBatchSize() - Method in class org.hibernate.dialect.DerbyDialect
 
getDefaultStatementBatchSize() - Method in class org.hibernate.dialect.Dialect
The default value to use for the configuration property "hibernate.jdbc.batch_size".
getDefaultStatementBatchSize() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getDefaultStatementBatchSize() - Method in class org.hibernate.dialect.H2Dialect
 
getDefaultStatementBatchSize() - Method in class org.hibernate.dialect.HSQLDialect
 
getDefaultStatementBatchSize() - Method in class org.hibernate.dialect.OracleDialect
 
getDefaultStatementBatchSize() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getDefaultTenantIdentifierJavaType() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getDefaultTenantIdentifierJavaType() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
The default tenant identifier java type to use, in case no explicit tenant identifier property is defined.
getDefaultTimestampPrecision() - Method in class org.hibernate.dialect.Dialect
This is the default precision for a generated column mapped to a Timestamp or LocalDateTime.
getDefaultTimestampPrecision() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getDefaultTimestampPrecision() - Method in class org.hibernate.dialect.SQLServerDialect
SQL server supports up to 7 decimal digits of fractional second precision in a datetime2, but since its duration arithmetic functions try to fit durations into an int, which is impossible with such high precision, so default to generating datetime2(3) columns.
getDefaultTimeZoneStorage() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
 
getDefaultTimeZoneStorage() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getDefaultTimeZoneStorage() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
 
getDefaultTimeZoneStorageStrategy() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
getDefaultTimeZoneStorageStrategy() - Method in class org.hibernate.boot.model.internal.BasicValueBinder
 
getDefaultTimeZoneStorageStrategy() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getDefaultTimeZoneStorageStrategy() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getDefaultTimeZoneStorageStrategy() - Method in class org.hibernate.internal.FastSessionServices
 
getDefaultTimeZoneStorageStrategy() - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
getDefaultTimeZoneStorageStrategy() - Method in class org.hibernate.mapping.BasicValue
 
getDefaultTimeZoneStorageStrategy() - Method in class org.hibernate.type.descriptor.jdbc.DelegatingJdbcTypeIndicators
 
getDefaultTimeZoneStorageStrategy() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
getDefaultUseGetGeneratedKeys() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getDefaultUseGetGeneratedKeys() - Method in class org.hibernate.dialect.Dialect
The default value to use for the configuration property "hibernate.jdbc.use_get_generated_keys".
getDefaultUseGetGeneratedKeys() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getDefaultUseGetGeneratedKeys() - Method in class org.hibernate.dialect.OracleDialect
 
getDefaultValue() - Method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
getDefaultValue() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
Obtain a specified default value for the column
getDefaultValue() - Method in class org.hibernate.dialect.temptable.TemporaryTableColumn
 
getDefaultValue() - Method in class org.hibernate.mapping.Column
 
getDefaultValue() - Method in class org.hibernate.type.descriptor.java.BooleanJavaType
 
getDefaultValue() - Method in class org.hibernate.type.descriptor.java.ByteJavaType
 
getDefaultValue() - Method in class org.hibernate.type.descriptor.java.CharacterJavaType
 
getDefaultValue() - Method in class org.hibernate.type.descriptor.java.DoubleJavaType
 
getDefaultValue() - Method in class org.hibernate.type.descriptor.java.FloatJavaType
 
getDefaultValue() - Method in class org.hibernate.type.descriptor.java.IntegerJavaType
 
getDefaultValue() - Method in interface org.hibernate.type.descriptor.java.JavaType
Get this Java type's default value.
getDefaultValue() - Method in class org.hibernate.type.descriptor.java.LongJavaType
 
getDefaultValue() - Method in class org.hibernate.type.descriptor.java.ShortJavaType
 
getDefaultValue(Object) - Method in class org.hibernate.engine.spi.IdentifierValue
 
getDefaultValue(Object) - Method in interface org.hibernate.engine.spi.UnsavedValueStrategy
Get a default value meant to indicate transience.
getDefaultValue(Object) - Method in class org.hibernate.engine.spi.VersionValue
 
getDefaultWithGlobalCatalogAndSchema() - Method in class org.hibernate.boot.model.internal.XMLContext
 
getDefaultWithoutGlobalCatalogAndSchema(String) - Method in class org.hibernate.boot.model.internal.XMLContext
 
getDefaultZonedTimeSqlType() - Method in class org.hibernate.type.descriptor.jdbc.DelegatingJdbcTypeIndicators
 
getDefaultZonedTimeSqlType() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
 
getDefaultZonedTimestampSqlType() - Method in class org.hibernate.type.descriptor.jdbc.DelegatingJdbcTypeIndicators
 
getDefaultZonedTimestampSqlType() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
 
getDefinedFetchProfileNames() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getDefinedFetchProfileNames() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getDefinedFetchProfileNames() - Method in interface org.hibernate.SessionFactory
Obtain the set of names of all defined fetch profiles.
getDefinedFilterNames() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getDefinedFilterNames() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getDefinedFilterNames() - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
getDefinedFilterNames() - Method in interface org.hibernate.SessionFactory
Obtain the set of names of all defined filters.
getDefinedHints() - Static method in interface org.hibernate.jpa.AvailableHints
 
getDefinedHints() - Static method in class org.hibernate.jpa.internal.HintsCollector
 
getDefinedHints() - Static method in class org.hibernate.jpa.QueryHints
Deprecated.
 
getDefinition() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
Gets the value of the definition property.
getDefinition() - Method in class org.hibernate.boot.jaxb.mapping.JaxbDatabaseObject
Gets the value of the definition property.
getDelayedId() - Method in class org.hibernate.action.internal.EntityAction
 
getDelegate() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
This is the implementation of EntityManager.getDelegate().
getDelegate() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
getDelegate() - Method in class org.hibernate.internal.SessionImpl
 
getDelegate() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
getDelegateToInterceptorDispatcherMethodDelegation() - Method in class org.hibernate.bytecode.internal.bytebuddy.ByteBuddyState.ProxyDefinitionHelpers
 
getDeleteCoordinator() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getDeleteCount() - Method in interface org.hibernate.stat.EntityStatistics
Number of times (since last Statistics clearing) this entity has been deleted
getDeleteCount() - Method in class org.hibernate.stat.internal.EntityStatisticsImpl
 
getDeleteCustomSql() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping
 
getDeleteDetails() - Method in class org.hibernate.persister.collection.mutation.CollectionTableMapping
 
getDeleteDetails() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping
 
getDeleteDetails() - Method in interface org.hibernate.sql.model.TableMapping
Details for deleting from this table
getDeletedLiteralText() - Method in class org.hibernate.metamodel.mapping.internal.SoftDeleteMappingImpl
 
getDeletedLiteralText() - Method in interface org.hibernate.metamodel.mapping.SoftDeleteMapping
The String representation of the SQL literal value which indicates a deleted row
getDeletedLiteralValue() - Method in class org.hibernate.metamodel.mapping.internal.SoftDeleteMappingImpl
 
getDeletedLiteralValue() - Method in interface org.hibernate.metamodel.mapping.SoftDeleteMapping
The SQL literal value which indicates a deleted row
getDeletedState() - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
getDeletedState() - Method in class org.hibernate.engine.internal.EntityEntryExtraStateHolder
 
getDeletedState() - Method in interface org.hibernate.engine.spi.EntityEntry
 
getDeletedState() - Method in class org.hibernate.event.spi.PostDeleteEvent
 
getDeletedState() - Method in class org.hibernate.event.spi.PreDeleteEvent
Getter for property 'deletedState'.
getDeleteExpectation() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping
 
getDeleteRowDetails() - Method in class org.hibernate.persister.collection.mutation.CollectionTableMapping
 
getDeleteRowOperation() - Method in class org.hibernate.persister.collection.mutation.RowMutationOperations
 
getDeleteRowOperation(TableMapping) - Method in class org.hibernate.persister.collection.mutation.RowMutationOperations
 
getDeleteRowRestrictions() - Method in class org.hibernate.persister.collection.mutation.RowMutationOperations
 
getDeleteRowsCoordinator() - Method in class org.hibernate.persister.collection.OneToManyPersister
 
getDeletes(CollectionPersister, boolean) - Method in class org.hibernate.collection.spi.PersistentArrayHolder
 
getDeletes(CollectionPersister, boolean) - Method in class org.hibernate.collection.spi.PersistentBag
 
getDeletes(CollectionPersister, boolean) - Method in interface org.hibernate.collection.spi.PersistentCollection
Get all the elements that need deleting
getDeletes(CollectionPersister, boolean) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
getDeletes(CollectionPersister, boolean) - Method in class org.hibernate.collection.spi.PersistentList
 
getDeletes(CollectionPersister, boolean) - Method in class org.hibernate.collection.spi.PersistentMap
 
getDeletes(CollectionPersister, boolean) - Method in class org.hibernate.collection.spi.PersistentSet
 
getDelimitedIdentifier() - Method in class org.hibernate.boot.model.internal.XMLContext.Default
 
getDelimitedIdentifiers() - Method in class org.hibernate.boot.jaxb.mapping.JaxbPersistenceUnitDefaults
Gets the value of the delimitedIdentifiers property.
getDelimitedIdentifiers() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
Gets the value of the delimitedIdentifiers property.
getDelimiter() - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
 
getDelimiter() - Method in class org.hibernate.boot.model.source.spi.AttributePath
 
getDelimiter() - Method in class org.hibernate.boot.model.source.spi.AttributeRole
 
getDependencyOrderedUserDefinedTypes() - Method in class org.hibernate.boot.model.relational.Namespace
 
getDependentEntityInsertActions() - Method in class org.hibernate.action.internal.UnresolvedEntityInsertActions
Returns the unresolved insert actions.
getDepth() - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
How many "parts" are there to this path/role?
getDescription() - Method in class org.hibernate.boot.jaxb.mapping.JaxbAssociationOverride
Gets the value of the description property.
getDescription() - Method in class org.hibernate.boot.jaxb.mapping.JaxbAttributeOverride
Gets the value of the description property.
getDescription() - Method in class org.hibernate.boot.jaxb.mapping.JaxbAttributes
Gets the value of the description property.
getDescription() - Method in class org.hibernate.boot.jaxb.mapping.JaxbConvert
Gets the value of the description property.
getDescription() - Method in class org.hibernate.boot.jaxb.mapping.JaxbConverter
Gets the value of the description property.
getDescription() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEmbeddable
Gets the value of the description property.
getDescription() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the description property.
getDescription() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityListener
Gets the value of the description property.
getDescription() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
Gets the value of the description property.
getDescription() - Method in class org.hibernate.boot.jaxb.mapping.JaxbForeignKey
Gets the value of the description property.
getDescription() - Method in class org.hibernate.boot.jaxb.mapping.JaxbIndex
Gets the value of the description property.
getDescription() - Method in class org.hibernate.boot.jaxb.mapping.JaxbMappedSuperclass
Gets the value of the description property.
getDescription() - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedNativeQuery
Gets the value of the description property.
getDescription() - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedQuery
Gets the value of the description property.
getDescription() - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedStoredProcedureQuery
Gets the value of the description property.
getDescription() - Method in class org.hibernate.boot.jaxb.mapping.JaxbPersistenceUnitDefaults
Gets the value of the description property.
getDescription() - Method in class org.hibernate.boot.jaxb.mapping.JaxbPersistenceUnitMetadata
Gets the value of the description property.
getDescription() - Method in class org.hibernate.boot.jaxb.mapping.JaxbPostLoad
Gets the value of the description property.
getDescription() - Method in class org.hibernate.boot.jaxb.mapping.JaxbPostPersist
Gets the value of the description property.
getDescription() - Method in class org.hibernate.boot.jaxb.mapping.JaxbPostRemove
Gets the value of the description property.
getDescription() - Method in class org.hibernate.boot.jaxb.mapping.JaxbPostUpdate
Gets the value of the description property.
getDescription() - Method in class org.hibernate.boot.jaxb.mapping.JaxbPrePersist
Gets the value of the description property.
getDescription() - Method in class org.hibernate.boot.jaxb.mapping.JaxbPreRemove
Gets the value of the description property.
getDescription() - Method in class org.hibernate.boot.jaxb.mapping.JaxbPreUpdate
Gets the value of the description property.
getDescription() - Method in class org.hibernate.boot.jaxb.mapping.JaxbQueryHint
Gets the value of the description property.
getDescription() - Method in class org.hibernate.boot.jaxb.mapping.JaxbSequenceGenerator
Gets the value of the description property.
getDescription() - Method in class org.hibernate.boot.jaxb.mapping.JaxbSqlResultSetMapping
Gets the value of the description property.
getDescription() - Method in class org.hibernate.boot.jaxb.mapping.JaxbStoredProcedureParameter
Gets the value of the description property.
getDescription() - Method in class org.hibernate.boot.jaxb.mapping.JaxbTableGenerator
Gets the value of the description property.
getDescription() - Method in interface org.hibernate.boot.jaxb.mapping.ManagedType
 
getDescription() - Method in interface org.hibernate.boot.jaxb.mapping.NamedQuery
 
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.AssociationOverride
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.AttributeOverride
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Convert
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Converter
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embeddable
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ForeignKey
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Index
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedNativeQuery
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedQuery
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedStoredProcedureQuery
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitMetadata
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PostLoad
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PostPersist
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PostRemove
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PostUpdate
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PrePersist
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PreRemove
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PreUpdate
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.QueryHint
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SqlResultSetMapping
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.StoredProcedureParameter
Gets the value of the description property.
getDescription() - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
Gets the value of the description property.
getDescription() - Method in class org.hibernate.testing.orm.domain.animal.Animal
 
getDescription() - Method in class org.hibernate.testing.orm.domain.helpdesk.Incident
 
getDescriptor() - Method in class org.hibernate.boot.jaxb.mapping.JaxbCollectionUserTypeRegistration
Gets the value of the descriptor property.
getDescriptor() - Method in class org.hibernate.boot.jaxb.mapping.JaxbCompositeUserTypeRegistration
Gets the value of the descriptor property.
getDescriptor() - Method in class org.hibernate.boot.jaxb.mapping.JaxbJavaTypeRegistration
Gets the value of the descriptor property.
getDescriptor() - Method in class org.hibernate.boot.jaxb.mapping.JaxbJdbcTypeRegistration
Gets the value of the descriptor property.
getDescriptor() - Method in class org.hibernate.boot.jaxb.mapping.JaxbUserTypeRegistration
Gets the value of the descriptor property.
getDescriptor() - Method in interface org.hibernate.engine.spi.EntityHolder
 
getDescriptor() - Method in class org.hibernate.sql.results.graph.entity.LoadingEntityEntry
Deprecated.
 
getDescriptor() - Method in enum org.hibernate.testing.orm.domain.StandardDomainModel
 
getDescriptor(int) - Method in class org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry
 
getDescriptor(int) - Method in class org.hibernate.type.descriptor.sql.spi.DdlTypeRegistry
Returns the registered DdlType for the given SQL type code.
getDescriptor(Type) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeRegistry
 
getDescriptorByPrimitiveType(Class<X>) - Static method in class org.hibernate.internal.util.type.PrimitiveWrapperHelper
 
getDescriptorByWrapperType(Class<X>) - Static method in class org.hibernate.internal.util.type.PrimitiveWrapperHelper
 
getDeserializationResolver() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
Deprecated.
getDeserializationResolver() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Deprecated, for removal: This API element is subject to removal in a future version.
this is never called
getDeserializationResolver() - Method in class org.hibernate.internal.SessionFactoryImpl
Deprecated.
getDetailsForDiscriminatorValue(Object) - Method in class org.hibernate.metamodel.mapping.DefaultDiscriminatorConverter
 
getDetailsForDiscriminatorValue(Object) - Method in class org.hibernate.metamodel.mapping.DiscriminatorConverter
 
getDetailsForDiscriminatorValue(Object) - Method in class org.hibernate.metamodel.mapping.MappedDiscriminatorConverter
 
getDetailsForEntityName(String) - Method in class org.hibernate.metamodel.mapping.DefaultDiscriminatorConverter
 
getDetailsForEntityName(String) - Method in class org.hibernate.metamodel.mapping.DiscriminatorConverter
 
getDetailsForEntityName(String) - Method in class org.hibernate.metamodel.mapping.MappedDiscriminatorConverter
 
getDetailsForRelationalForm(R) - Method in class org.hibernate.metamodel.mapping.DefaultDiscriminatorConverter
 
getDetailsForRelationalForm(R) - Method in class org.hibernate.metamodel.mapping.DiscriminatorConverter
 
getDetailsForRelationalForm(R) - Method in class org.hibernate.metamodel.mapping.MappedDiscriminatorConverter
 
getDialect() - Method in interface org.hibernate.boot.model.FunctionContributions
getDialect() - Method in class org.hibernate.boot.model.internal.BasicValueBinder
 
getDialect() - Method in class org.hibernate.boot.model.relational.Database
 
getDialect() - Method in class org.hibernate.boot.model.relational.internal.SqlStringGenerationContextImpl
 
getDialect() - Method in interface org.hibernate.boot.model.relational.SqlStringGenerationContext
 
getDialect() - Method in class org.hibernate.dialect.MariaDBSqlAstTranslator
 
getDialect() - Method in class org.hibernate.dialect.MySQLSqlAstTranslator
 
getDialect() - Method in class org.hibernate.dialect.temptable.TemporaryTable
 
getDialect() - Method in class org.hibernate.dialect.TiDBSqlAstTranslator
 
getDialect() - Method in class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentImpl
 
getDialect() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
Get the dialect for this environment.
getDialect() - Method in class org.hibernate.engine.jdbc.internal.JdbcServicesImpl
 
getDialect() - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
Obtain the dialect of the database.
getDialect() - Method in interface org.hibernate.id.factory.IdentifierGeneratorFactory
Deprecated, for removal: This API element is subject to removal in a future version.
should be removed
getDialect() - Method in class org.hibernate.id.factory.internal.StandardIdentifierGeneratorFactory
Deprecated.
getDialect() - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
getDialect() - Method in class org.hibernate.mapping.BasicValue
 
getDialect() - Method in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
 
getDialect() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getDialect() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
getDialect() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getDialect() - Method in class org.hibernate.sql.Insert
 
getDialect() - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
 
getDialect() - Static method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
getDialect() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
getDialect() - Method in class org.hibernate.testing.orm.junit.BaseSessionFactoryFunctionalTest
 
getDialect() - Static method in class org.hibernate.testing.orm.junit.DialectContext
 
getDialect() - Method in interface org.hibernate.testing.orm.junit.EntityManagerFactoryScope
 
getDialect() - Method in interface org.hibernate.tool.schema.internal.exec.JdbcContext
 
getDialect() - Method in class org.hibernate.tool.schema.internal.HibernateSchemaManagementTool.JdbcContextImpl
 
getDialect() - Method in class org.hibernate.tool.schema.internal.StandardIndexExporter
 
getDialect() - Method in class org.hibernate.type.descriptor.jdbc.DelegatingJdbcTypeIndicators
 
getDialect() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
 
getDialectResolutionInfo() - Method in interface org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfoSource
Get the DialectResolutionInfo
getDialectScope() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
Gets the value of the dialectScope property.
getDialectScopes() - Method in class org.hibernate.boot.jaxb.mapping.JaxbDatabaseObject
Gets the value of the dialectScopes property.
getDialectScopes() - Method in class org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
 
getDictatedSize() - Method in class org.hibernate.type.SerializableToBlobType
 
getDirection() - Method in class org.hibernate.query.Order
 
getDirectors() - Method in class org.hibernate.testing.orm.domain.animal.Zoo
 
getDirectSubclasses() - Method in class org.hibernate.mapping.PersistentClass
 
getDirtyFields() - Method in class org.hibernate.action.internal.EntityUpdateAction
 
getDirtynessStatus() - Method in interface org.hibernate.persister.entity.mutation.AttributeAnalysis
Whether the attribute is considered dirty
getDirtyProperties() - Method in class org.hibernate.event.spi.FlushEntityEvent
 
getDirtyProperties() - Method in class org.hibernate.event.spi.PostUpdateEvent
 
getDisableConstraintsStatement() - Method in class org.hibernate.dialect.Dialect
A SQL statement that temporarily disables foreign key constraint checking for all tables.
getDisableConstraintsStatement() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getDisableConstraintsStatement() - Method in class org.hibernate.dialect.H2Dialect
 
getDisableConstraintsStatement() - Method in class org.hibernate.dialect.MySQLDialect
 
getDisableConstraintStatement(String, String) - Method in class org.hibernate.dialect.DB2Dialect
 
getDisableConstraintStatement(String, String) - Method in class org.hibernate.dialect.Dialect
A SQL statement that temporarily disables checking of the given foreign key constraint.
getDisableConstraintStatement(String, String) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getDisableConstraintStatement(String, String) - Method in class org.hibernate.dialect.OracleDialect
 
getDisabledFetchProfiles() - Method in class org.hibernate.engine.jdbc.mutation.internal.MutationQueryOptions
 
getDisabledFetchProfiles() - Method in class org.hibernate.loader.ast.internal.LoaderSqlAstCreationState
 
getDisabledFetchProfiles() - Method in class org.hibernate.query.internal.QueryOptionsImpl
 
getDisabledFetchProfiles() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
 
getDisabledFetchProfiles() - Method in interface org.hibernate.query.spi.QueryOptions
The explicitly disabled profiles for this query
getDisabledFetchProfiles() - Method in class org.hibernate.query.spi.QueryOptionsAdapter
 
getDisassembledState() - Method in interface org.hibernate.cache.spi.entry.CacheEntry
Get the underlying disassembled state todo : this was added to support initializing an entity's EntityEntry snapshot during reattach; this should be refactored to instead expose a method to assemble an EntityEntry based on this state for return.
getDisassembledState() - Method in class org.hibernate.cache.spi.entry.ReferenceCacheEntryImpl
 
getDisassembledState() - Method in class org.hibernate.cache.spi.entry.StandardCacheEntryImpl
 
getDiscriminatedAssociations() - Method in interface org.hibernate.boot.jaxb.mapping.AttributesContainer
 
getDiscriminatedAssociations() - Method in class org.hibernate.boot.jaxb.mapping.JaxbAttributes
Gets the value of the discriminatedAssociations property.
getDiscriminatedAssociations() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEmbeddableAttributes
Gets the value of the discriminatedAssociations property.
getDiscriminator() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the discriminator property.
getDiscriminator() - Method in interface org.hibernate.boot.jaxb.mapping.DiscriminatedAssociation
Details about the discriminator
getDiscriminator() - Method in class org.hibernate.boot.jaxb.mapping.JaxbHbmAnyMapping
Gets the value of the discriminator property.
getDiscriminator() - Method in class org.hibernate.boot.jaxb.mapping.JaxbHbmManyToAny
Gets the value of the discriminator property.
getDiscriminator() - Method in class org.hibernate.envers.boot.model.RootPersistentEntity
 
getDiscriminator() - Method in class org.hibernate.mapping.PersistentClass
 
getDiscriminator() - Method in class org.hibernate.mapping.RootClass
 
getDiscriminator() - Method in class org.hibernate.mapping.Subclass
 
getDiscriminatorAlias() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Deprecated.
Hibernate no longer uses aliases to read from result sets
getDiscriminatorAlias() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getDiscriminatorAlias() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getDiscriminatorAlias() - Method in interface org.hibernate.query.NativeQuery.RootReturn
 
getDiscriminatorAlias() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderEntityStandard
 
getDiscriminatorAlias() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityCalculated
 
getDiscriminatorAlias() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityStandard
 
getDiscriminatorAlias(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getDiscriminatorAlias(String) - Method in interface org.hibernate.persister.entity.Loadable
Deprecated.
Get the result set aliases used for the identifier columns, given a suffix
getDiscriminatorColumn() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the discriminatorColumn property.
getDiscriminatorColumn() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityResult
Gets the value of the discriminatorColumn property.
getDiscriminatorColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the discriminatorColumn property.
getDiscriminatorColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityResult
Gets the value of the discriminatorColumn property.
getDiscriminatorColumnName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getDiscriminatorColumnName() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getDiscriminatorColumnName() - Method in interface org.hibernate.persister.entity.Loadable
getDiscriminatorColumnName() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getDiscriminatorColumnReaders() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getDiscriminatorColumnReaders() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getDiscriminatorColumnReaders() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getDiscriminatorColumnReaderTemplate() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getDiscriminatorColumnReaderTemplate() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getDiscriminatorColumnReaderTemplate() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getDiscriminatorDescriptor() - Method in class org.hibernate.mapping.Any
 
getDiscriminatorFetch() - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityResultGraphNode
 
getDiscriminatorFormula() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the discriminatorFormula property.
getDiscriminatorFormulaTemplate() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getDiscriminatorFormulaTemplate() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getDiscriminatorMapping() - Method in interface org.hibernate.metamodel.mapping.Discriminable
 
getDiscriminatorMapping() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
Mapping details for the entity's discriminator.
getDiscriminatorMapping() - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationAttributeMapping
 
getDiscriminatorMapping() - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedCollectionPart
 
getDiscriminatorMapping() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getDiscriminatorMapping() - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
getDiscriminatorMapping() - Method in class org.hibernate.query.sqm.sql.internal.DiscriminatorPathInterpretation
 
getDiscriminatorMatchValue() - Method in class org.hibernate.boot.model.source.internal.hbm.JoinedSubclassEntitySourceImpl
 
getDiscriminatorMatchValue() - Method in class org.hibernate.boot.model.source.internal.hbm.RootEntitySourceImpl
 
getDiscriminatorMatchValue() - Method in class org.hibernate.boot.model.source.internal.hbm.SubclassEntitySourceImpl
 
getDiscriminatorMatchValue() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
Get the actual discriminator value in case of a single table inheritance
getDiscriminatorPart() - Method in interface org.hibernate.metamodel.mapping.DiscriminatedAssociationModelPart
Deprecated, for removal: This API element is subject to removal in a future version.
getDiscriminatorPart() - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationMapping
 
getDiscriminatorRelationalValueSource() - Method in interface org.hibernate.boot.model.source.spi.DiscriminatorSource
Obtain the column/formula information about the discriminator.
getDiscriminatorSource() - Method in class org.hibernate.boot.model.source.internal.hbm.EntityHierarchySourceImpl
 
getDiscriminatorSource() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceManyToAnyImpl
 
getDiscriminatorSource() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeyManyToAnySourceImpl
 
getDiscriminatorSource() - Method in class org.hibernate.boot.model.source.internal.hbm.SingularAttributeSourceAnyImpl
 
getDiscriminatorSource() - Method in interface org.hibernate.boot.model.source.spi.AnyMappingSource
 
getDiscriminatorSource() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
Obtain the source information about the discriminator attribute for single table inheritance
getDiscriminatorSource() - Method in class org.hibernate.query.sqm.tree.expression.SqmParameterizedEntityType
 
getDiscriminatorSQLValue() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
getDiscriminatorSQLValue() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getDiscriminatorSQLValue() - Method in interface org.hibernate.persister.entity.Queryable
Deprecated.
Get the discriminator value for this particular concrete subclass, as a string that may be embedded in a select statement
getDiscriminatorSQLValue() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getDiscriminatorSQLValue() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getDiscriminatorSQLValue() - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
getDiscriminatorType() - Method in class org.hibernate.boot.jaxb.mapping.JaxbDiscriminatorColumn
Gets the value of the discriminatorType property.
getDiscriminatorType() - Method in class org.hibernate.jpamodelgen.validation.MockEntityPersister
 
getDiscriminatorType() - Method in class org.hibernate.jpamodelgen.xml.jaxb.DiscriminatorColumn
Gets the value of the discriminatorType property.
getDiscriminatorType() - Method in interface org.hibernate.metamodel.model.domain.AnyMappingDomainType
 
getDiscriminatorType() - Method in class org.hibernate.metamodel.model.domain.internal.AnyMappingDomainTypeImpl
 
getDiscriminatorType() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getDiscriminatorType() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getDiscriminatorType() - Method in interface org.hibernate.persister.entity.Loadable
Deprecated.
Get the discriminator type
getDiscriminatorType() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getDiscriminatorType() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getDiscriminatorType() - Method in class org.hibernate.type.AnyType
 
getDiscriminatorTypeName() - Method in class org.hibernate.boot.model.internal.AnnotatedDiscriminatorColumn
 
getDiscriminatorValue() - Method in interface org.hibernate.boot.jaxb.hbm.spi.Discriminatable
 
getDiscriminatorValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Gets the value of the discriminatorValue property.
getDiscriminatorValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the discriminatorValue property.
getDiscriminatorValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the discriminatorValue property.
getDiscriminatorValue() - Method in interface org.hibernate.boot.jaxb.mapping.DiscriminatorMapping
 
getDiscriminatorValue() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the discriminatorValue property.
getDiscriminatorValue() - Method in class org.hibernate.boot.jaxb.mapping.JaxbHbmAnyDiscriminatorValueMapping
Gets the value of the discriminatorValue property.
getDiscriminatorValue() - Method in class org.hibernate.envers.boot.model.DiscriminatorPersistentEntity
 
getDiscriminatorValue() - Method in class org.hibernate.envers.boot.model.JoinedSubclassPersistentEntity
 
getDiscriminatorValue() - Method in class org.hibernate.envers.boot.model.RootPersistentEntity
 
getDiscriminatorValue() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the discriminatorValue property.
getDiscriminatorValue() - Method in class org.hibernate.mapping.PersistentClass
 
getDiscriminatorValue() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
The discriminator value which indicates this entity mapping
getDiscriminatorValue() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getDiscriminatorValue() - Method in interface org.hibernate.persister.entity.Loadable
getDiscriminatorValue() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getDiscriminatorValue() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getDiscriminatorValue() - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
getDiscriminatorValuesToEntityNameMap() - Method in class org.hibernate.type.MetaType
Deprecated.
 
getDmlTargetColumnQualifierSupport() - Method in class org.hibernate.dialect.Dialect
Get the minimum DmlTargetColumnQualifierSupport required by this dialect.
getDmlTargetColumnQualifierSupport() - Method in class org.hibernate.dialect.OracleDialect
 
getDmlTargetTableAlias() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getDocumentRoot() - Method in class org.hibernate.boot.model.source.internal.hbm.MappingDocument
 
getDomainBatchSize() - Method in class org.hibernate.loader.ast.internal.AbstractCollectionBatchLoader
 
getDomainBatchSize() - Method in class org.hibernate.loader.ast.internal.EntityBatchLoaderArrayParam
 
getDomainBatchSize() - Method in class org.hibernate.loader.ast.internal.EntityBatchLoaderInPredicate
 
getDomainBatchSize() - Method in interface org.hibernate.loader.ast.spi.BatchLoader
The total number of loadable references that can be initialized per each load operation.
getDomainDataRegionStatistics(String) - Method in class org.hibernate.stat.internal.StatisticsImpl
 
getDomainDataRegionStatistics(String) - Method in interface org.hibernate.stat.Statistics
Obtain the second-level cache statistics for the given cache region.
getDomainJavaType() - Method in class org.hibernate.boot.model.process.internal.InferredBasicValueResolution
 
getDomainJavaType() - Method in class org.hibernate.boot.model.process.internal.NamedBasicTypeResolution
 
getDomainJavaType() - Method in class org.hibernate.boot.model.process.internal.NamedConverterResolution
 
getDomainJavaType() - Method in class org.hibernate.boot.model.process.internal.UserTypeResolution
 
getDomainJavaType() - Method in class org.hibernate.boot.model.process.internal.VersionResolution
 
getDomainJavaType() - Method in interface org.hibernate.mapping.BasicValue.Resolution
The JavaType for the value as part of the domain model
getDomainJavaType() - Method in class org.hibernate.metamodel.mapping.DiscriminatorConverter
 
getDomainJavaType() - Method in interface org.hibernate.metamodel.mapping.DiscriminatorMapping
The domain Java form, which is either JavaType<Class> (entity class) or JavaType<String> (entity name).
getDomainJavaType() - Method in class org.hibernate.type.CharBooleanConverter
 
getDomainJavaType() - Method in class org.hibernate.type.descriptor.converter.internal.ArrayConverter
 
getDomainJavaType() - Method in class org.hibernate.type.descriptor.converter.internal.CollectionConverter
 
getDomainJavaType() - Method in class org.hibernate.type.descriptor.converter.internal.JpaAttributeConverterImpl
 
getDomainJavaType() - Method in interface org.hibernate.type.descriptor.converter.spi.BasicValueConverter
Descriptor for the Java type for the domain portion of this converter
getDomainJavaType() - Method in class org.hibernate.type.NumericBooleanConverter
 
getDomainModel() - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
getDomainModel() - Method in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
 
getDomainModel() - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
getDomainModel() - Method in interface org.hibernate.query.sqm.NodeBuilder
 
getDomainModel() - Method in class org.hibernate.testing.orm.junit.DomainModelExtension.DomainModelScopeImpl
 
getDomainModel() - Method in interface org.hibernate.testing.orm.junit.DomainModelScope
 
getDomainParameterXref() - Method in interface org.hibernate.query.spi.HqlInterpretation
 
getDomainParameterXref() - Method in class org.hibernate.query.spi.SimpleHqlInterpretationImpl
 
getDomainParameterXref() - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
getDomainParameterXref() - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
getDomainParameterXref() - Method in class org.hibernate.query.sqm.mutation.internal.cte.AbstractCteMutationHandler
 
getDomainParameterXref() - Method in class org.hibernate.query.sqm.mutation.internal.cte.CteInsertHandler
 
getDomainParameterXref() - Method in class org.hibernate.query.sqm.mutation.internal.temptable.AbstractDeleteExecutionDelegate
 
getDomainParameterXref() - Method in class org.hibernate.query.sqm.mutation.internal.temptable.TableBasedDeleteHandler
 
getDomainResultDescriptors() - Method in class org.hibernate.sql.ast.tree.select.SelectStatement
 
getDomainResultResultJavaType() - Method in class org.hibernate.sql.results.internal.StandardRowReader
 
getDomainResultResultJavaType() - Method in interface org.hibernate.sql.results.spi.RowReader
getDomainResults() - Method in class org.hibernate.sql.results.jdbc.internal.StandardJdbcValuesMapping
 
getDomainResults() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesMapping
 
getDomainType() - Method in class org.hibernate.query.sqm.tree.expression.SqmAnyDiscriminatorValue
 
getDomainValueResolvedType() - Method in class org.hibernate.boot.model.convert.internal.AbstractConverterDescriptor
 
getDomainValueResolvedType() - Method in interface org.hibernate.boot.model.convert.spi.ConverterDescriptor
The resolved Classmate type descriptor for the conversion's domain type
getDoublePrecision() - Method in class org.hibernate.dialect.DerbyDialect
 
getDoublePrecision() - Method in class org.hibernate.dialect.Dialect
This is the default precision for a generated column mapped to a Java Double or double.
getDoublePrecision() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getDoublePrecision() - Method in class org.hibernate.dialect.SybaseASEDialect
 
getDriverClassName(String) - Method in enum org.hibernate.dialect.Database
Get the name of the JDBC driver class for this database, or null if we're not too sure what it should be.
getDriverKind() - Method in class org.hibernate.dialect.SybaseDialect
 
getDriverMajorVersion() - Method in class org.hibernate.engine.jdbc.dialect.spi.DatabaseMetaDataDialectResolutionInfoAdapter
 
getDriverMajorVersion() - Method in interface org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo
Obtain access to the major version of the JDBC driver, as returned from DatabaseMetaData.getDriverMajorVersion() ()} for the target database.
getDriverMinorVersion() - Method in class org.hibernate.engine.jdbc.dialect.spi.DatabaseMetaDataDialectResolutionInfoAdapter
 
getDriverMinorVersion() - Method in interface org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo
Obtain access to the minor version of the JDBC driver, as returned from DatabaseMetaData.getDriverMinorVersion() for the target database.
getDriverName() - Method in class org.hibernate.engine.jdbc.dialect.spi.DatabaseMetaDataDialectResolutionInfoAdapter
 
getDriverName() - Method in interface org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo
Obtain access to the name of the JDBC driver, as returned from DatabaseMetaData.getDriverName() for the target database
getDrop() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
Gets the value of the drop property.
getDrop() - Method in class org.hibernate.boot.jaxb.mapping.JaxbDatabaseObject
Gets the value of the drop property.
getDropCatalogCommand(String) - Method in class org.hibernate.dialect.Dialect
Get the SQL command used to drop the named catalog.
getDropCatalogCommand(String) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getDropCatalogCommand(String) - Method in class org.hibernate.dialect.MySQLDialect
 
getDropCommand() - Method in class org.hibernate.dialect.temptable.StandardTemporaryTableExporter
 
getDropEnumTypeCommand(Class<? extends Enum<?>>) - Method in class org.hibernate.dialect.Dialect
 
getDropEnumTypeCommand(String) - Method in class org.hibernate.dialect.Dialect
 
getDropEnumTypeCommand(String) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getDropFilter() - Method in class org.hibernate.tool.schema.internal.DefaultSchemaFilterProvider
 
getDropFilter() - Method in interface org.hibernate.tool.schema.spi.SchemaFilterProvider
Get the filter to be applied to SchemaDropper processing
getDropForeignKeyString() - Method in class org.hibernate.dialect.Dialect
The subcommand of the alter table command used to drop a foreign key constraint, usually drop constraint.
getDropForeignKeyString() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getDropForeignKeyString() - Method in class org.hibernate.dialect.MySQLDialect
 
getDropForeignKeyString() - Method in class org.hibernate.dialect.SpannerDialect
 
getDropSchemaCommand(String) - Method in class org.hibernate.dialect.DB2Dialect
 
getDropSchemaCommand(String) - Method in class org.hibernate.dialect.DerbyDialect
 
getDropSchemaCommand(String) - Method in class org.hibernate.dialect.Dialect
Get the SQL command used to drop the named schema.
getDropSchemaCommand(String) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getDropSchemaCommand(String) - Method in class org.hibernate.dialect.MySQLDialect
 
getDropSchemaCommand(String) - Method in class org.hibernate.dialect.SpannerDialect
 
getDropSchemaCommand(String) - Method in class org.hibernate.dialect.SQLServer2016Dialect
Deprecated.
 
getDropSchemaCommand(String) - Method in class org.hibernate.dialect.SQLServerDialect
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.sequence.DB2iSequenceSupport
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.sequence.DB2SequenceSupport
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.sequence.H2V1SequenceSupport
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.sequence.H2V2SequenceSupport
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.sequence.HSQLSequenceSupport
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.sequence.LegacyDB2SequenceSupport
Deprecated.
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.sequence.NoSequenceSupport
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.sequence.PostgreSQLSequenceSupport
 
getDropSequenceString(String) - Method in interface org.hibernate.dialect.sequence.SequenceSupport
Typically dialects which support sequences can drop a sequence with a single command.
getDropSequenceString(String) - Method in class org.hibernate.dialect.sequence.SQLServer16SequenceSupport
 
getDropSequenceString(String) - Method in class org.hibernate.dialect.sequence.TiDBSequenceSupport
 
getDropSequenceStrings(String) - Method in class org.hibernate.dialect.sequence.NoSequenceSupport
 
getDropSequenceStrings(String) - Method in interface org.hibernate.dialect.sequence.SequenceSupport
The multiline script used to drop a sequence.
getDropTableString(String) - Method in class org.hibernate.dialect.Dialect
The command used to drop a table with the given name, usually drop table tab_name.
getDropTableString(String) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getDropUniqueKeyString() - Method in class org.hibernate.dialect.Dialect
The subcommand of the alter table command used to drop a unique key constraint.
getDropUniqueKeyString() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getDropUniqueKeyString() - Method in class org.hibernate.dialect.MySQLDialect
 
getDuration() - Method in class org.hibernate.query.sqm.tree.expression.Conversion
 
getDuration() - Method in class org.hibernate.query.sqm.tree.expression.SqmByUnit
 
getDuration() - Method in class org.hibernate.testing.orm.domain.userguide.Call
 
getEffectiveEnd() - Method in class org.hibernate.testing.orm.domain.helpdesk.Incident
 
getEffectiveEntityGraph() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
getEffectiveKeysFactory() - Method in class org.hibernate.cache.spi.support.AbstractDomainDataRegion
 
getEffectiveLimit() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
 
getEffectiveLimit() - Method in interface org.hibernate.query.spi.QueryOptions
Determine the effective paging limit to apply to the query.
getEffectiveLimit() - Method in class org.hibernate.query.spi.SqlOmittingQueryOptions
 
getEffectiveLockMode(String) - Method in class org.hibernate.LockOptions
Determine the LockMode to apply to the given alias.
getEffectiveLockMode(String) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getEffectiveLockMode(String, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getEffectiveLockTimeout(LockMode) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getEffectiveOptionalEntityName() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingOptions
 
getEffectiveOptionalId() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingOptions
 
getEffectiveOptionalObject() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingOptions
 
getEffectiveStart() - Method in class org.hibernate.testing.orm.domain.helpdesk.Incident
 
getEjb3DD() - Method in class org.hibernate.testing.orm.junit.EntityManagerFactoryBasedFunctionalTest
 
getElement() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the element property.
getElement() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the element property.
getElement() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the element property.
getElement() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the element property.
getElement() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the element property.
getElement() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the element property.
getElement() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the element property.
getElement() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getElement() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
 
getElement() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaPackage
 
getElement() - Method in interface org.hibernate.jpamodelgen.model.Metamodel
 
getElement() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaEntity
 
getElement() - Method in class org.hibernate.mapping.Collection
 
getElement() - Method in class org.hibernate.query.Order
 
getElement(Object) - Method in class org.hibernate.collection.spi.PersistentArrayHolder
 
getElement(Object) - Method in class org.hibernate.collection.spi.PersistentBag
 
getElement(Object) - Method in interface org.hibernate.collection.spi.PersistentCollection
Get the value of the given collection entry.
getElement(Object) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
getElement(Object) - Method in class org.hibernate.collection.spi.PersistentList
 
getElement(Object) - Method in class org.hibernate.collection.spi.PersistentMap
 
getElement(Object) - Method in class org.hibernate.collection.spi.PersistentSet
 
getElementByIndex(Object, Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getElementByIndex(Object, Object, SharedSessionContractImplementor, Object) - Method in interface org.hibernate.persister.collection.CollectionPersister
 
getElementClass() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the elementClass property.
getElementClass() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceArrayImpl
 
getElementClass() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourcePrimitiveArrayImpl
 
getElementClass() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSourceArray
 
getElementClass() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.DynamicProperty
 
getElementClass() - Method in class org.hibernate.mapping.Array
 
getElementClass() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
Return the element class of an array, or null otherwise.
getElementClass() - Method in interface org.hibernate.persister.collection.CollectionPersister
Return the element class of an array, or null otherwise
getElementClassName() - Method in class org.hibernate.mapping.Array
 
getElementCollection() - Method in class org.hibernate.boot.model.internal.PropertyMappingElementCollector
 
getElementCollection() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
Gets the value of the elementCollection property.
getElementCollection() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddableAttributes
Gets the value of the elementCollection property.
getElementCollectionAttributes() - Method in interface org.hibernate.boot.jaxb.mapping.AttributesContainer
 
getElementCollectionAttributes() - Method in class org.hibernate.boot.jaxb.mapping.JaxbAttributes
Gets the value of the elementCollectionAttributes property.
getElementCollectionAttributes() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEmbeddableAttributes
Gets the value of the elementCollectionAttributes property.
getElementColumnAliases(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getElementColumnAliases(String) - Method in interface org.hibernate.persister.collection.CollectionPersister
Deprecated, for removal: This API element is subject to removal in a future version.
Read-by-position makes this irrelevant. Currently still used by SQLQueryParser
getElementColumnNames() - Method in class org.hibernate.jpamodelgen.validation.MockCollectionPersister
 
getElementColumnNames() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getElementColumnNames() - Method in interface org.hibernate.persister.collection.QueryableCollection
Deprecated.
Get the names of the collection element columns (or the primary key columns in the case of a one-to-many association)
getElementColumnNames(String) - Method in class org.hibernate.jpamodelgen.validation.MockCollectionPersister
 
getElementColumnNames(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getElementColumnNames(String) - Method in interface org.hibernate.persister.collection.QueryableCollection
Deprecated.
Get the names of the collection element columns (or the primary key columns in the case of a one-to-many association), aliased by the given table alias
getElementCountInMemory() - Method in interface org.hibernate.cache.spi.ExtendedStatisticsSupport
 
getElementCountInMemory() - Method in interface org.hibernate.stat.CacheRegionStatistics
The number of elements currently in memory within the cache provider.
getElementCountInMemory() - Method in class org.hibernate.stat.internal.CacheRegionStatisticsImpl
 
getElementCountOnDisk() - Method in interface org.hibernate.cache.spi.ExtendedStatisticsSupport
 
getElementCountOnDisk() - Method in interface org.hibernate.stat.CacheRegionStatistics
The number of elements currently stored to disk within the cache provider.
getElementCountOnDisk() - Method in class org.hibernate.stat.internal.CacheRegionStatisticsImpl
 
getElementDescriptor() - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
getElementDescriptor() - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
getElementIterator(CE) - Method in class org.hibernate.collection.internal.CustomCollectionTypeSemantics
 
getElementIterator(CE) - Method in interface org.hibernate.collection.spi.CollectionSemantics
Obtain an iterator over the collection elements
getElementIterator(E[]) - Method in class org.hibernate.collection.internal.StandardArraySemantics
 
getElementIterator(Collection<E>) - Method in class org.hibernate.collection.spi.AbstractBagSemantics
 
getElementIterator(LinkedHashMap<K, V>) - Method in class org.hibernate.collection.internal.StandardOrderedMapSemantics
 
getElementIterator(LinkedHashSet<E>) - Method in class org.hibernate.collection.internal.StandardOrderedSetSemantics
 
getElementIterator(List<E>) - Method in class org.hibernate.collection.internal.StandardListSemantics
 
getElementIterator(SortedSet<E>) - Method in class org.hibernate.collection.internal.StandardSortedSetSemantics
 
getElementIterator(MKV) - Method in class org.hibernate.collection.spi.AbstractMapSemantics
 
getElementIterator(SE) - Method in class org.hibernate.collection.spi.AbstractSetSemantics
 
getElementJavaType() - Method in class org.hibernate.type.descriptor.java.AbstractArrayJavaType
 
getElementJavaType() - Method in interface org.hibernate.type.descriptor.java.BasicPluralJavaType
Get the Java type descriptor for the element type
getElementJavaType() - Method in class org.hibernate.type.descriptor.java.spi.BasicCollectionJavaType
 
getElementJdbcType() - Method in class org.hibernate.dialect.OracleNestedTableJdbcType
 
getElementJdbcType() - Method in class org.hibernate.type.descriptor.jdbc.ArrayJdbcType
 
getElementKindForAccessType(AccessType) - Static method in class org.hibernate.jpamodelgen.util.TypeUtils
 
getElementName() - Method in enum org.hibernate.boot.model.source.internal.hbm.XmlElementMetadata
The corresponding hbm.xml element name.
getElementPathSource() - Method in class org.hibernate.metamodel.model.domain.internal.AbstractPluralAttribute
 
getElementPathSource() - Method in interface org.hibernate.metamodel.model.domain.PluralPersistentAttribute
 
getElementPersister() - Method in class org.hibernate.jpamodelgen.validation.MockCollectionPersister
 
getElementPersister() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getElementPersister() - Method in interface org.hibernate.persister.collection.QueryableCollection
Deprecated.
Get the persister of the element class, if this is a collection of entities (optional operation).
getElementPersisterInternal() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getElements() - Method in class org.hibernate.boot.model.internal.InheritanceState.ElementsToProcess
 
getElements() - Method in class org.hibernate.sql.results.internal.TupleImpl
 
getElementsIterator(Object) - Method in class org.hibernate.type.ArrayType
Not defined for collections of primitive type
getElementsIterator(Object) - Method in class org.hibernate.type.CollectionType
Get an iterator over the element set of the collection, which may not yet be wrapped
getElementsIterator(Object) - Method in class org.hibernate.type.CustomCollectionType
 
getElementsIterator(Object) - Method in class org.hibernate.type.MapType
 
getElementsIterator(Object) - Method in interface org.hibernate.usertype.UserCollectionType
Return an iterator over the elements of this collection - the passed collection instance may or may not be a wrapper
getElementsIterator(Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.CollectionType
getElementSource() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
getElementSource() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
getElementsToRedo() - Method in class org.hibernate.jpamodelgen.Context
 
getElementTableGroup() - Method in class org.hibernate.sql.ast.tree.from.CollectionTableGroup
 
getElementTableGroup() - Method in class org.hibernate.sql.ast.tree.from.CorrelatedPluralTableGroup
 
getElementTableGroup() - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
 
getElementTableGroup() - Method in interface org.hibernate.sql.ast.tree.from.PluralTableGroup
 
getElementText() - Method in class org.hibernate.boot.jaxb.internal.stax.BaseXMLEventReader
 
getElementType() - Method in class org.hibernate.jpamodelgen.validation.MockCollectionPersister
 
getElementType() - Method in interface org.hibernate.metadata.CollectionMetadata
Deprecated.
The collection element type
getElementType() - Method in interface org.hibernate.metamodel.model.domain.BagPersistentAttribute
 
getElementType() - Method in class org.hibernate.metamodel.model.domain.internal.AbstractPluralAttribute
 
getElementType() - Method in interface org.hibernate.metamodel.model.domain.PluralPersistentAttribute
 
getElementType() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getElementType() - Method in interface org.hibernate.persister.collection.CollectionPersister
Deprecated, for removal: This API element is subject to removal in a future version.
Hibernate is moving away from Type. Corresponding mapping metamodel calls should be used instead - here, PluralAttributeMapping.getElementDescriptor()
getElementType() - Method in class org.hibernate.type.BasicArrayType
 
getElementType() - Method in class org.hibernate.type.BasicCollectionType
 
getElementType() - Method in interface org.hibernate.type.BasicPluralType
Get element type
getElementType() - Method in class org.hibernate.type.ConvertedBasicArrayType
 
getElementType(int, List<? extends SqmTypedNode<?>>, String, TypeConfiguration) - Method in class org.hibernate.dialect.function.array.ArrayArgumentValidator
 
getElementType(List<? extends SqmTypedNode<?>>, String, TypeConfiguration) - Method in class org.hibernate.dialect.function.array.ArrayArgumentValidator
 
getElementType(SessionFactoryImplementor) - Method in class org.hibernate.type.CollectionType
Get the Hibernate type of the collection elements
getElementTypeDescriptor() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Deprecated, for removal: This API element is subject to removal in a future version.
With no replacement.
getElementUtils() - Method in class org.hibernate.jpamodelgen.Context
 
getElementValueContext() - Method in interface org.hibernate.metamodel.internal.PluralAttributeMetadata
Retrieve the value context for the collection's elements.
getEmbeddable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Gets the value of the embeddable property.
getEmbeddableBootDescriptor(EmbeddableDomainType<?>) - Method in class org.hibernate.metamodel.internal.MetadataContext
 
getEmbeddableClass() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEmbeddableInstantiatorRegistration
Gets the value of the embeddableClass property.
getEmbeddableInstantiatorRegistrations() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
Gets the value of the embeddableInstantiatorRegistrations property.
getEmbeddableJavaType() - Method in class org.hibernate.metamodel.internal.AbstractEmbeddableRepresentationStrategy
 
getEmbeddableMapping() - Method in interface org.hibernate.boot.model.source.spi.EmbeddedAttributeMapping
 
getEmbeddableMappingType() - Method in class org.hibernate.dialect.AbstractPostgreSQLStructJdbcType
 
getEmbeddableMappingType() - Method in class org.hibernate.dialect.DB2StructJdbcType
 
getEmbeddableMappingType() - Method in class org.hibernate.dialect.StructJdbcType
 
getEmbeddableMappingType() - Method in interface org.hibernate.type.descriptor.jdbc.AggregateJdbcType
 
getEmbeddableMappingType() - Method in class org.hibernate.type.descriptor.jdbc.JsonJdbcType
 
getEmbeddableMappingType() - Method in class org.hibernate.type.descriptor.jdbc.OracleJsonBlobJdbcType
 
getEmbeddableMappingType() - Method in class org.hibernate.type.descriptor.jdbc.XmlJdbcType
 
getEmbeddables() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
Gets the value of the embeddables property.
getEmbeddables() - Method in class org.hibernate.metamodel.model.domain.internal.JpaMetamodelImpl
 
getEmbeddables() - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
getEmbeddables() - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
 
getEmbeddableSetOrdinalPropertyName() - Method in class org.hibernate.envers.configuration.Configuration
 
getEmbeddableSource() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractSingularAttributeSourceEmbeddedImpl
 
getEmbeddableSource() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceEmbeddedImpl
 
getEmbeddableSource() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeySourceEmbeddedImpl
 
getEmbeddableSource() - Method in interface org.hibernate.boot.model.source.spi.EmbeddableSourceContributor
Gets the source information about the embeddable/composition.
getEmbeddableTypeDescriptor() - Method in class org.hibernate.metamodel.internal.AbstractCompositeIdentifierMapping
 
getEmbeddableTypeDescriptor() - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
 
getEmbeddableTypeDescriptor() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedAttributeMapping
 
getEmbeddableTypeDescriptor() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedCollectionPart
 
getEmbeddableTypeDescriptor() - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddableValuedModelPart
 
getEmbeddableTypeSet() - Method in class org.hibernate.metamodel.internal.MetadataContext
 
getEmbeddableValuedModelPart(NavigableRole) - Method in interface org.hibernate.metamodel.MappingMetamodel
Get an EmbeddableMappingType based on its NavigableRole.
getEmbeddableValuedModelPart(NavigableRole) - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
getEmbedded() - Method in class org.hibernate.boot.jaxb.mapping.JaxbNaturalId
Gets the value of the embedded property.
getEmbedded() - Method in class org.hibernate.boot.model.internal.PropertyMappingElementCollector
 
getEmbedded() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
Gets the value of the embedded property.
getEmbedded() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddableAttributes
Gets the value of the embedded property.
getEmbedded(String) - Method in class org.hibernate.metamodel.internal.RuntimeMetamodelsImpl
 
getEmbedded(String) - Method in interface org.hibernate.metamodel.RuntimeMetamodels
getEmbedded(NavigableRole) - Method in class org.hibernate.metamodel.internal.RuntimeMetamodelsImpl
 
getEmbedded(NavigableRole) - Method in interface org.hibernate.metamodel.RuntimeMetamodels
 
getEmbeddedAttributes() - Method in interface org.hibernate.boot.jaxb.mapping.AttributesContainer
 
getEmbeddedAttributes() - Method in class org.hibernate.boot.jaxb.mapping.JaxbAttributes
Gets the value of the embeddedAttributes property.
getEmbeddedAttributes() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEmbeddableAttributes
Gets the value of the embeddedAttributes property.
getEmbeddedId() - Method in class org.hibernate.boot.jaxb.mapping.JaxbAttributes
Gets the value of the embeddedId property.
getEmbeddedId() - Method in class org.hibernate.boot.model.internal.PropertyMappingElementCollector
 
getEmbeddedId() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
Gets the value of the embeddedId property.
getEmbeddedPart() - Method in class org.hibernate.metamodel.mapping.internal.IdClassEmbeddable
 
getEmbeddedPart() - Method in class org.hibernate.metamodel.mapping.internal.VirtualIdEmbeddable
 
getEmbeddedPart() - Method in interface org.hibernate.metamodel.mapping.NonAggregatedIdentifierMapping.IdentifierValueMapper
 
getEmbeddedValueMapping() - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType
 
getEmbeddedValueMapping() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddableMappingTypeImpl
 
getEmbeddedValueMapping() - Method in class org.hibernate.metamodel.mapping.internal.IdClassEmbeddable
 
getEmbeddedValueMapping() - Method in class org.hibernate.metamodel.mapping.internal.VirtualIdEmbeddable
 
getEmbeddedValueMapping() - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddableValuedModelPart
 
getEnableConstraintsStatement() - Method in class org.hibernate.dialect.Dialect
A SQL statement that re-enables foreign key constraint checking for all tables.
getEnableConstraintsStatement() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getEnableConstraintsStatement() - Method in class org.hibernate.dialect.H2Dialect
 
getEnableConstraintsStatement() - Method in class org.hibernate.dialect.MySQLDialect
 
getEnableConstraintStatement(String, String) - Method in class org.hibernate.dialect.DB2Dialect
 
getEnableConstraintStatement(String, String) - Method in class org.hibernate.dialect.Dialect
A SQL statement that re-enables checking of the given foreign key constraint.
getEnableConstraintStatement(String, String) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getEnableConstraintStatement(String, String) - Method in class org.hibernate.dialect.OracleDialect
 
getEnabledCascadingFetchProfile() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
Fetch-profile to apply, if one, when building the result-graph for cascade fetching - for example, the result-graph used when handling a merge to immediately load additional based on CascadeType.MERGE
getEnabledFetchProfileNames() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
getEnabledFetchProfiles() - Method in class org.hibernate.engine.jdbc.mutation.internal.MutationQueryOptions
 
getEnabledFetchProfiles() - Method in class org.hibernate.loader.ast.internal.LoaderSqlAstCreationState
 
getEnabledFetchProfiles() - Method in class org.hibernate.query.internal.QueryOptionsImpl
 
getEnabledFetchProfiles() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
 
getEnabledFetchProfiles() - Method in interface org.hibernate.query.spi.QueryOptions
The explicitly enabled profiles for this query
getEnabledFetchProfiles() - Method in class org.hibernate.query.spi.QueryOptionsAdapter
 
getEnabledFilter(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
getEnabledFilter(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getEnabledFilter(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
getEnabledFilter(String) - Method in class org.hibernate.internal.SessionImpl
 
getEnabledFilter(String) - Method in interface org.hibernate.Session
Retrieve a currently enabled filter by name.
getEnabledFilterNames() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
Returns an unmodifiable Set of enabled filter names.
getEnabledFilters() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
getEndExpression() - Method in class org.hibernate.query.sqm.tree.expression.SqmWindow
 
getEndExpression() - Method in class org.hibernate.sql.ast.tree.expression.Over
 
getEndKind() - Method in class org.hibernate.query.sqm.tree.expression.SqmWindow
 
getEndKind() - Method in class org.hibernate.sql.ast.tree.expression.Over
 
getEndTime() - Method in class org.hibernate.envers.internal.tools.graph.Vertex
 
getEnforcedCacheKeysFactory() - Method in interface org.hibernate.cache.cfg.spi.DomainDataRegionBuildingContext
The CacheKeysFactory explicitly specified as part of the bootstrap by the user, by some "container", etc.
getEnforcedCacheKeysFactory() - Method in class org.hibernate.cache.internal.EnabledCaching
 
getEnhancementContext(boolean, boolean, boolean) - Method in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl
Builds the context to be used in runtime bytecode enhancement
getEnhancementVersion() - Method in exception org.hibernate.bytecode.enhance.VersionMismatchException
 
getEnhancer(EnhancementContext) - Method in class org.hibernate.bytecode.internal.bytebuddy.BytecodeProviderImpl
 
getEnhancer(EnhancementContext) - Method in class org.hibernate.bytecode.internal.none.BytecodeProviderImpl
 
getEnhancer(EnhancementContext) - Method in interface org.hibernate.bytecode.spi.BytecodeProvider
Returns a byte code enhancer that implements the enhancements described in the supplied enhancement context.
getEntities() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
Gets the value of the entities property.
getEntities() - Method in class org.hibernate.metamodel.model.domain.internal.JpaMetamodelImpl
 
getEntities() - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
getEntities() - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
 
getEntitiesByKey() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
Deprecated.
this will be removed: it provides too wide access, making it hard to optimise the internals for specific access needs. Consider using #iterateEntities instead.
getEntitiesByKey() - Method in interface org.hibernate.engine.spi.PersistenceContext
Doubly internal
getEntitiesConfigurations() - Method in interface org.hibernate.envers.boot.internal.EnversService
 
getEntitiesConfigurations() - Method in class org.hibernate.envers.boot.internal.EnversServiceImpl
 
getEntity() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType.JaxbHbmFetch
Gets the value of the entity property.
getEntity() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
Gets the value of the entity property.
getEntity() - Method in class org.hibernate.boot.jaxb.mapping.JaxbFetchProfile.JaxbFetch
Gets the value of the entity property.
getEntity() - Method in class org.hibernate.boot.jaxb.mapping.JaxbHbmFilter.JaxbAliases
Gets the value of the entity property.
getEntity() - Method in exception org.hibernate.dialect.lock.LockingStrategyException
 
getEntity() - Method in interface org.hibernate.engine.internal.EntityEntryContext.EntityEntryCrossRef
The entity
getEntity() - Method in interface org.hibernate.engine.spi.EntityHolder
The entity object, or null if no entity object was registered yet.
getEntity() - Method in class org.hibernate.event.spi.AbstractPreDatabaseOperationEvent
Retrieves the entity involved in the database operation.
getEntity() - Method in class org.hibernate.event.spi.FlushEntityEvent
 
getEntity() - Method in class org.hibernate.event.spi.MergeEvent
 
getEntity() - Method in class org.hibernate.event.spi.PostDeleteEvent
 
getEntity() - Method in class org.hibernate.event.spi.PostInsertEvent
 
getEntity() - Method in class org.hibernate.event.spi.PostLoadEvent
 
getEntity() - Method in class org.hibernate.event.spi.PostUpdateEvent
 
getEntity() - Method in class org.hibernate.event.spi.PreLoadEvent
 
getEntity() - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
getEntity() - Method in interface org.hibernate.id.insert.Binder
 
getEntity() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Gets the value of the entity property.
getEntity() - Method in class org.hibernate.loader.ast.internal.CacheEntityLoaderHelper.PersistenceContextEntry
 
getEntity() - Method in class org.hibernate.mapping.FetchProfile.Fetch
 
getEntity(String, Serializable) - Method in interface org.hibernate.Interceptor
getEntity(String, Object) - Method in interface org.hibernate.Interceptor
Get a fully loaded entity instance that is cached externally.
getEntity(String, Object) - Method in class org.hibernate.internal.EmptyInterceptor
 
getEntity(EntityKey) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getEntity(EntityKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the entity instance associated with the given key
getEntity(EntityUniqueKey) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getEntity(EntityUniqueKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get an entity cached by unique key
getEntityAccessTypeInfo() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
 
getEntityAction() - Method in exception org.hibernate.action.internal.EntityActionVetoException
 
getEntityAtStake() - Method in class org.hibernate.boot.model.internal.PropertyContainer
 
getEntityBinding(Class<?>) - Method in interface org.hibernate.testing.orm.junit.DomainModelScope
 
getEntityBinding(String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getEntityBinding(String) - Method in class org.hibernate.boot.internal.MetadataImpl
 
getEntityBinding(String) - Method in interface org.hibernate.boot.Metadata
Retrieves the PersistentClass entity mapping metadata representation for the given entity name.
getEntityBinding(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getEntityBindingMap() - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getEntityBindingMap() - Method in class org.hibernate.boot.internal.MetadataImpl
 
getEntityBindingMap() - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Needed for SecondPass handling
getEntityBindings() - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getEntityBindings() - Method in class org.hibernate.boot.internal.MetadataImpl
 
getEntityBindings() - Method in interface org.hibernate.boot.Metadata
Retrieves the PersistentClass entity metadata representation for all known entities.
getEntityBindings() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getEntityCaching() - Method in class org.hibernate.cache.cfg.internal.DomainDataRegionConfigImpl
 
getEntityCaching() - Method in interface org.hibernate.cache.cfg.spi.DomainDataRegionConfig
Retrieve the list of all entity data to be stored in this region
getEntityClass() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityResult
Gets the value of the entityClass property.
getEntityClass() - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractToOneMapper.EntityInfo
 
getEntityClass() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityResult
Gets the value of the entityClass property.
getEntityClass() - Method in class org.hibernate.query.Order
 
getEntityClass(SessionImplementor, String) - Static method in class org.hibernate.envers.internal.tools.EntityTools
 
getEntityClassName() - Method in class org.hibernate.envers.internal.entities.EntityConfiguration
 
getEntityClassName() - Method in class org.hibernate.event.spi.LoadEvent
 
getEntityConfiguration() - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
getEntityCount() - Method in class org.hibernate.stat.internal.SessionStatisticsImpl
 
getEntityCount() - Method in interface org.hibernate.stat.SessionStatistics
The number of entity instances associated with the session.
getEntityCteTable() - Method in class org.hibernate.query.sqm.mutation.internal.cte.CteInsertStrategy
 
getEntityDataAccess(NavigableRole) - Method in interface org.hibernate.cache.spi.DomainDataRegion
Build a EntityDataAccess instance representing access to destructured entity data stored in this cache region.
getEntityDataAccess(NavigableRole) - Method in class org.hibernate.cache.spi.support.AbstractDomainDataRegion
 
getEntityDefinition() - Method in class org.hibernate.envers.configuration.internal.metadata.EntityMappingData
 
getEntityDeleteCount() - Method in class org.hibernate.stat.internal.StatisticsImpl
 
getEntityDeleteCount() - Method in interface org.hibernate.stat.Statistics
The global number of entity deletes.
getEntityDescriptor() - Method in class org.hibernate.dialect.temptable.TemporaryTable
 
getEntityDescriptor() - Method in class org.hibernate.loader.ast.internal.AbstractMultiIdEntityLoader
 
getEntityDescriptor() - Method in class org.hibernate.loader.internal.BaseNaturalIdLoadAccessImpl
 
getEntityDescriptor() - Method in class org.hibernate.metamodel.mapping.internal.AbstractDiscriminatorMapping
 
getEntityDescriptor() - Method in class org.hibernate.metamodel.mapping.internal.GeneratedValuesProcessor
 
getEntityDescriptor() - Method in class org.hibernate.metamodel.model.domain.internal.EntityDiscriminatorSqmPath
 
getEntityDescriptor() - Method in class org.hibernate.query.sqm.internal.SimpleDeleteQueryPlan
 
getEntityDescriptor() - Method in class org.hibernate.query.sqm.mutation.internal.cte.CteInsertHandler
 
getEntityDescriptor() - Method in class org.hibernate.query.sqm.mutation.internal.temptable.AbstractDeleteExecutionDelegate
 
getEntityDescriptor() - Method in class org.hibernate.query.sqm.mutation.internal.temptable.GlobalTemporaryTableStrategy
 
getEntityDescriptor() - Method in class org.hibernate.query.sqm.mutation.internal.temptable.LocalTemporaryTableStrategy
 
getEntityDescriptor() - Method in class org.hibernate.query.sqm.mutation.internal.temptable.PersistentTableStrategy
 
getEntityDescriptor() - Method in class org.hibernate.query.sqm.mutation.internal.temptable.UpdateExecutionDelegate
 
getEntityDescriptor() - Method in class org.hibernate.query.sqm.mutation.spi.AbstractMutationHandler
 
getEntityDescriptor() - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
getEntityDescriptor() - Method in interface org.hibernate.sql.results.graph.entity.EntityInitializer
Get the descriptor for the type of entity being initialized
getEntityDescriptor() - Method in class org.hibernate.sql.results.graph.entity.internal.AbstractBatchEntitySelectFetchInitializer
 
getEntityDescriptor() - Method in class org.hibernate.sql.results.graph.entity.internal.EntityDelayedFetchInitializer
 
getEntityDescriptor() - Method in class org.hibernate.sql.results.graph.entity.internal.EntitySelectFetchInitializer
 
getEntityDescriptor(Class<?>) - Method in interface org.hibernate.metamodel.MappingMetamodel
Get an entity mapping descriptor based on its Class.
getEntityDescriptor(Class<?>) - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
getEntityDescriptor(String) - Method in interface org.hibernate.metamodel.MappingMetamodel
Get an entity mapping descriptor based on its Hibernate entity-name
getEntityDescriptor(String) - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
getEntityDescriptor(NavigableRole) - Method in interface org.hibernate.metamodel.MappingMetamodel
Get an entity mapping descriptor based on its NavigableRole.
getEntityDescriptor(NavigableRole) - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
getEntityDomainType() - Method in class org.hibernate.metamodel.model.domain.internal.DiscriminatorSqmPathSource
 
getEntityDomainType() - Method in class org.hibernate.metamodel.model.domain.internal.EntityDiscriminatorSqmPath
 
getEntityEntry() - Method in interface org.hibernate.engine.internal.EntityEntryContext.EntityEntryCrossRef
The associated EntityEntry
getEntityEntry() - Method in class org.hibernate.event.spi.FlushEntityEvent
 
getEntityEntry(Object) - Method in class org.hibernate.engine.internal.EntityEntryContext
Retrieve the associated EntityEntry for the entity
getEntityEntryFactory() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getEntityEntryFactory() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the EntityEntryFactory indicated for the entity mapped by this persister.
getEntityFetchCount() - Method in class org.hibernate.stat.internal.StatisticsImpl
 
getEntityFetchCount() - Method in interface org.hibernate.stat.Statistics
The global number of entity fetches.
getEntityFromExecutionContext(RowProcessingState) - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
getEntityGraph(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getEntityGraph(String) - Method in interface org.hibernate.engine.spi.SessionImplementor
 
getEntityGraph(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
getEntityGraph(String) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
getEntityGraph(String) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
getEntityGraph(String) - Method in interface org.hibernate.Session
 
getEntityGraph(String) - Method in interface org.hibernate.SharedSessionContract
Retrieve the named EntityGraph as an immutable graph, or return null if there is no graph with the given name.
getEntityGraphs(Class<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getEntityGraphs(Class<T>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
getEntityGraphs(Class<T>) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
getEntityGraphs(Class<T>) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
getEntityGraphs(Class<T>) - Method in interface org.hibernate.Session
 
getEntityGraphs(Class<T>) - Method in interface org.hibernate.SharedSessionContract
Retrieve all named EntityGraphs with the given type.
getEntityHolder(EntityKey) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getEntityHolder(EntityKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
 
getEntityHoldersByKey() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getEntityHoldersByKey() - Method in interface org.hibernate.engine.spi.PersistenceContext
Doubly internal
getEntityId() - Method in class org.hibernate.envers.internal.synchronization.work.AbstractAuditWorkUnit
 
getEntityId() - Method in interface org.hibernate.envers.internal.synchronization.work.AuditWorkUnit
 
getEntityId() - Method in class org.hibernate.event.spi.LoadEvent
 
getEntityId() - Method in class org.hibernate.event.spi.ResolveNaturalIdEvent
 
getEntityId() - Method in interface org.hibernate.sql.exec.spi.ExecutionContext
 
getEntityId() - Method in class org.hibernate.sql.results.graph.embeddable.internal.NestedRowProcessingState
 
getEntityId() - Method in class org.hibernate.sql.results.internal.RowProcessingStateStandardImpl
 
getEntityId(Object) - Method in class org.hibernate.cache.internal.DefaultCacheKeysFactory
 
getEntityId(Object) - Method in class org.hibernate.cache.internal.SimpleCacheKeysFactory
 
getEntityId(Object) - Method in interface org.hibernate.cache.spi.CacheKeysFactory
 
getEntityIdentifierIfNotUnsaved(String, Object, SharedSessionContractImplementor) - Static method in class org.hibernate.engine.internal.ForeignKeys
Return the identifier of the persistent or transient object, or throw an exception if the instance is "unsaved"
getEntityInfo(EnversService, String) - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractToOneMapper
 
getEntityInitializer() - Method in interface org.hibernate.engine.spi.EntityHolder
The entity initializer that claims to initialize the entity for this holder.
getEntityInitializer() - Method in class org.hibernate.sql.results.graph.entity.LoadingEntityEntry
Deprecated.
 
getEntityInitializer(FetchParentAccess, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.entity.AbstractNonLazyEntityFetch
 
getEntityInitializer(FetchParentAccess, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.entity.internal.EntityFetchJoinedImpl
 
getEntityInsertCount() - Method in class org.hibernate.stat.internal.StatisticsImpl
 
getEntityInsertCount() - Method in interface org.hibernate.stat.Statistics
The global number of entity inserts.
getEntityInstance() - Method in interface org.hibernate.sql.exec.spi.ExecutionContext
Should only be used when initializing a bytecode-proxy
getEntityInstance() - Method in class org.hibernate.sql.results.graph.embeddable.internal.NestedRowProcessingState
 
getEntityInstance() - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
getEntityInstance() - Method in interface org.hibernate.sql.results.graph.entity.EntityInitializer
Get the entity instance for the currently processing "row".
getEntityInstance() - Method in class org.hibernate.sql.results.graph.entity.internal.AbstractBatchEntitySelectFetchInitializer
 
getEntityInstance() - Method in class org.hibernate.sql.results.graph.entity.internal.EntityDelayedFetchInitializer
 
getEntityInstance() - Method in class org.hibernate.sql.results.graph.entity.internal.EntitySelectFetchInitializer
 
getEntityInstance() - Method in class org.hibernate.sql.results.graph.entity.LoadingEntityEntry
Deprecated.
 
getEntityInstance() - Method in class org.hibernate.sql.results.internal.RowProcessingStateStandardImpl
 
getEntityInstanceForNotify() - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
getEntityKey() - Method in class org.hibernate.action.internal.AbstractEntityInsertAction
Returns the EntityKey.
getEntityKey() - Method in class org.hibernate.action.internal.EntityIdentityInsertAction
 
getEntityKey() - Method in class org.hibernate.action.internal.EntityInsertAction
 
getEntityKey() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
 
getEntityKey() - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
getEntityKey() - Method in interface org.hibernate.engine.spi.EntityEntry
Get the EntityKey for this entry.
getEntityKey() - Method in interface org.hibernate.engine.spi.EntityHolder
 
getEntityKey() - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
getEntityKey() - Method in interface org.hibernate.sql.results.graph.entity.EntityInitializer
 
getEntityKey() - Method in class org.hibernate.sql.results.graph.entity.internal.AbstractBatchEntitySelectFetchInitializer
 
getEntityKey() - Method in class org.hibernate.sql.results.graph.entity.internal.EntityDelayedFetchInitializer
 
getEntityKey() - Method in class org.hibernate.sql.results.graph.entity.internal.EntitySelectFetchInitializer
 
getEntityKey() - Method in class org.hibernate.sql.results.graph.entity.LoadingEntityEntry
Deprecated.
 
getEntityKeys() - Method in class org.hibernate.stat.internal.SessionStatisticsImpl
 
getEntityKeys() - Method in interface org.hibernate.stat.SessionStatistics
The set of all EntityKeys currently held within the persistence context.
getEntityListener() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityListeners
Gets the value of the entityListener property.
getEntityListener() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListeners
Gets the value of the entityListener property.
getEntityListenerOverride(String) - Method in class org.hibernate.boot.model.internal.XMLContext
 
getEntityListeners() - Method in interface org.hibernate.boot.jaxb.mapping.EntityOrMappedSuperclass
 
getEntityListeners() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the entityListeners property.
getEntityListeners() - Method in class org.hibernate.boot.jaxb.mapping.JaxbMappedSuperclass
Gets the value of the entityListeners property.
getEntityListeners() - Method in class org.hibernate.boot.jaxb.mapping.JaxbPersistenceUnitDefaults
Gets the value of the entityListeners property.
getEntityListeners() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the entityListeners property.
getEntityListeners() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Gets the value of the entityListeners property.
getEntityListeners() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
Gets the value of the entityListeners property.
getEntityLoadCount() - Method in class org.hibernate.stat.internal.StatisticsImpl
 
getEntityLoadCount() - Method in interface org.hibernate.stat.Statistics
The global number of entity loads.
getEntityManagerFactory() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getEntityManagerFactory() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
getEntityManagerFactory() - Method in class org.hibernate.internal.SessionImpl
 
getEntityManagerFactory() - Method in interface org.hibernate.testing.orm.junit.EntityManagerFactoryScope
 
getEntityManagerFactoryBuilder(PersistenceUnitInfo, Map) - Static method in class org.hibernate.jpa.boot.spi.Bootstrap
 
getEntityManagerFactoryBuilder(PersistenceUnitInfo, Map<?, ?>) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
 
getEntityManagerFactoryBuilder(PersistenceUnitInfo, Map, ClassLoader) - Static method in class org.hibernate.jpa.boot.spi.Bootstrap
 
getEntityManagerFactoryBuilder(PersistenceUnitInfo, Map, Consumer<EntityManagerFactoryBuilderImpl.MergedSettings>) - Static method in class org.hibernate.jpa.boot.spi.Bootstrap
For tests only
getEntityManagerFactoryBuilder(PersistenceUnitInfo, Map, ClassLoaderService) - Static method in class org.hibernate.jpa.boot.spi.Bootstrap
 
getEntityManagerFactoryBuilder(URL, String, PersistenceUnitTransactionType, Map) - Static method in class org.hibernate.jpa.boot.spi.Bootstrap
Intended for use in Hibernate tests
getEntityManagerFactoryBuilder(URL, String, Map) - Static method in class org.hibernate.jpa.boot.spi.Bootstrap
Intended for use in Hibernate tests
getEntityManagerFactoryBuilder(PersistenceUnitDescriptor, Map) - Static method in class org.hibernate.jpa.boot.spi.Bootstrap
 
getEntityManagerFactoryBuilder(PersistenceUnitDescriptor, Map<?, ?>, ClassLoader) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
 
getEntityManagerFactoryBuilder(PersistenceUnitDescriptor, Map<?, ?>, ClassLoaderService) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
 
getEntityManagerFactoryBuilder(PersistenceUnitDescriptor, Map, ClassLoader) - Static method in class org.hibernate.jpa.boot.spi.Bootstrap
 
getEntityManagerFactoryBuilder(PersistenceUnitDescriptor, Map, Consumer<EntityManagerFactoryBuilderImpl.MergedSettings>) - Static method in class org.hibernate.jpa.boot.spi.Bootstrap
For tests only
getEntityManagerFactoryBuilder(PersistenceUnitDescriptor, Map, ClassLoaderService) - Static method in class org.hibernate.jpa.boot.spi.Bootstrap
 
getEntityManagerFactoryBuilderOrNull(String, Map<?, ?>) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
 
getEntityManagerFactoryBuilderOrNull(String, Map<?, ?>, ClassLoader) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
 
getEntityManagerFactoryBuilderOrNull(String, Map<?, ?>, ClassLoaderService) - Method in class org.hibernate.jpa.HibernatePersistenceProvider
 
getEntityManagerFactoryProducer() - Method in class org.hibernate.testing.orm.junit.EntityManagerFactoryBasedFunctionalTest
 
getEntityManagerFactoryProducer() - Method in interface org.hibernate.testing.orm.junit.EntityManagerFactoryScopeContainer
getEntityMapping() - Method in class org.hibernate.envers.strategy.spi.MappingContext
 
getEntityMapping() - Method in class org.hibernate.metamodel.internal.AbstractCompositeIdentifierMapping
 
getEntityMapping() - Method in class org.hibernate.metamodel.model.domain.internal.DiscriminatorSqmPathSource
 
getEntityMapping() - Method in interface org.hibernate.query.NativeQuery.RootReturn
 
getEntityMapping() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderEntityStandard
 
getEntityMapping() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityCalculated
 
getEntityMapping() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityStandard
 
getEntityMappingData() - Method in interface org.hibernate.envers.configuration.internal.metadata.CollectionMetadataContext
 
getEntityMappingType() - Method in interface org.hibernate.metamodel.mapping.EntityValuedModelPart
The descriptor of the entity that is the type for this part
getEntityMappingType() - Method in interface org.hibernate.metamodel.mapping.internal.EntityCollectionPart
 
getEntityMappingType() - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
getEntityMappingType() - Method in interface org.hibernate.persister.entity.EntityPersister
 
getEntityMappingType() - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
getEntityMappingType(Class) - Method in interface org.hibernate.metamodel.RuntimeMetamodels
 
getEntityMappingType(String) - Method in interface org.hibernate.metamodel.RuntimeMetamodels
 
getEntityMetamodel() - Method in class org.hibernate.jpamodelgen.validation.MockEntityPersister
 
getEntityMetamodel() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getEntityMetamodel() - Method in interface org.hibernate.persister.entity.EntityPersister
Retrieve the underlying entity metamodel instance.
getEntityMode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTuplizerType
Gets the value of the entityMode property.
getEntityName() - Method in class org.hibernate.action.internal.EntityAction
entity name accessor
getEntityName() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant
Gets the value of the entityName property.
getEntityName() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
getEntityName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
Gets the value of the entityName property.
getEntityName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Gets the value of the entityName property.
getEntityName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
Gets the value of the entityName property.
getEntityName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Gets the value of the entityName property.
getEntityName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the entityName property.
getEntityName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
Gets the value of the entityName property.
getEntityName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
Gets the value of the entityName property.
getEntityName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
Gets the value of the entityName property.
getEntityName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Gets the value of the entityName property.
getEntityName() - Method in class org.hibernate.boot.model.internal.ClassPropertyHolder
 
getEntityName() - Method in class org.hibernate.boot.model.internal.CollectionPropertyHolder
 
getEntityName() - Method in class org.hibernate.boot.model.internal.ComponentPropertyHolder
 
getEntityName() - Method in interface org.hibernate.boot.model.internal.PropertyHolder
 
getEntityName() - Method in class org.hibernate.boot.model.NamedEntityGraphDefinition
 
getEntityName() - Method in interface org.hibernate.boot.model.naming.EntityNaming
The Hibernate entity name.
getEntityName() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
getEntityName() - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.BytecodeLazyAttributeInterceptor
The name of the entity this interceptor is meant to intercept
getEntityName() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
 
getEntityName() - Method in class org.hibernate.bytecode.internal.BytecodeEnhancementMetadataNonPojoImpl
 
getEntityName() - Method in class org.hibernate.bytecode.internal.BytecodeEnhancementMetadataPojoImpl
 
getEntityName() - Method in interface org.hibernate.bytecode.spi.BytecodeEnhancementMetadata
The name of the entity to which this metadata applies.
getEntityName() - Method in class org.hibernate.cache.internal.NaturalIdCacheKey
 
getEntityName() - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
getEntityName() - Method in interface org.hibernate.engine.spi.EntityEntry
 
getEntityName() - Method in class org.hibernate.engine.spi.EntityKey
 
getEntityName() - Method in class org.hibernate.engine.spi.EntityUniqueKey
 
getEntityName() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.ClassAuditingData
 
getEntityName() - Method in exception org.hibernate.envers.exception.NotAuditedException
 
getEntityName() - Method in class org.hibernate.envers.internal.entities.mapper.PersistentCollectionChangeData
 
getEntityName() - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractToOneMapper.EntityInfo
 
getEntityName() - Method in class org.hibernate.envers.internal.entities.mapper.relation.MiddleIdData
 
getEntityName() - Method in class org.hibernate.envers.internal.synchronization.work.AbstractAuditWorkUnit
 
getEntityName() - Method in interface org.hibernate.envers.internal.synchronization.work.AuditWorkUnit
 
getEntityName() - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
getEntityName() - Method in class org.hibernate.event.spi.DeleteEvent
 
getEntityName() - Method in class org.hibernate.event.spi.LockEvent
 
getEntityName() - Method in class org.hibernate.event.spi.MergeEvent
 
getEntityName() - Method in class org.hibernate.event.spi.PersistEvent
 
getEntityName() - Method in class org.hibernate.event.spi.RefreshEvent
 
getEntityName() - Method in class org.hibernate.event.spi.ReplicateEvent
 
getEntityName() - Method in class org.hibernate.event.spi.ResolveNaturalIdEvent
 
getEntityName() - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
getEntityName() - Method in exception org.hibernate.FetchNotFoundException
 
getEntityName() - Method in class org.hibernate.id.ForeignGenerator
Deprecated.
Getter for property 'entityName'.
getEntityName() - Method in class org.hibernate.jpamodelgen.validation.MockEntityPersister
 
getEntityName() - Method in class org.hibernate.mapping.Backref
 
getEntityName() - Method in class org.hibernate.mapping.IndexBackref
 
getEntityName() - Method in class org.hibernate.mapping.OneToOne
 
getEntityName() - Method in class org.hibernate.mapping.PersistentClass
 
getEntityName() - Method in interface org.hibernate.metadata.ClassMetadata
Deprecated.
The name of the entity
getEntityName() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
The entity name.
getEntityName() - Method in exception org.hibernate.NonUniqueObjectException
 
getEntityName() - Method in class org.hibernate.persister.collection.CompositeElementPropertyMapping
Deprecated.
 
getEntityName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getEntityName() - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
Deprecated.
 
getEntityName() - Method in class org.hibernate.persister.entity.BasicEntityPropertyMapping
Deprecated.
 
getEntityName() - Method in interface org.hibernate.persister.entity.EntityPersister
The entity name which this persister maps.
getEntityName() - Method in exception org.hibernate.PropertyValueException
 
getEntityName() - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
getEntityName() - Method in class org.hibernate.proxy.AbstractSerializableProxy
 
getEntityName() - Method in interface org.hibernate.proxy.LazyInitializer
The entity-name of the entity our owning proxy represents.
getEntityName() - Method in class org.hibernate.proxy.pojo.bytebuddy.SerializableProxy
 
getEntityName() - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
getEntityName() - Method in class org.hibernate.query.sqm.tree.domain.SqmCteRoot
 
getEntityName() - Method in class org.hibernate.query.sqm.tree.domain.SqmDerivedRoot
 
getEntityName() - Method in class org.hibernate.query.sqm.tree.from.SqmCrossJoin
 
getEntityName() - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
 
getEntityName() - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
 
getEntityName() - Method in exception org.hibernate.query.sqm.UnknownEntityException
 
getEntityName() - Method in exception org.hibernate.StaleObjectStateException
 
getEntityName() - Method in exception org.hibernate.UnresolvableObjectException
 
getEntityName() - Method in exception org.hibernate.WrongClassException
 
getEntityName(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getEntityName(Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
getEntityName(Object) - Method in interface org.hibernate.Interceptor
Get the entity name for a persistent or transient instance.
getEntityName(Object) - Method in class org.hibernate.internal.SessionImpl
 
getEntityName(Object) - Method in interface org.hibernate.Session
Return the entity name for a persistent entity.
getEntityName(Object, Number, Object) - Method in interface org.hibernate.envers.AuditReader
Get the entity name of an instance of an entity returned by this AuditReader.
getEntityName(Object, Number, Object) - Method in class org.hibernate.envers.internal.reader.AuditReaderImpl
 
getEntityName(HqlParser.EntityNameContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
getEntityNameByTableNameMap(PersistentClass, SqlStringGenerationContext) - Static method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getEntityNameForVersionsEntityName(String) - Method in class org.hibernate.envers.internal.entities.EntitiesConfigurations
 
getEntityNameResolver() - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
getEntityNameResolvers() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
getEntityNameResolvers() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getEntityNameResolvers() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getEntityNameResolvers() - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
getEntityNameResolvers() - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
getEntityNameResolvers() - Method in interface org.hibernate.metamodel.spi.MappingMetamodelImplementor
Access to the EntityNameResolver instance that Hibernate is configured to use for determining the entity descriptor from an instance of an entity
getEntityNameResolvers() - Method in interface org.hibernate.metamodel.spi.MetamodelImplementor
getEntityNames() - Method in class org.hibernate.stat.internal.StatisticsImpl
 
getEntityNames() - Method in interface org.hibernate.stat.Statistics
The names of all entities.
getEntityNameToDiscriminatorValueMap() - Method in class org.hibernate.type.MetaType
Deprecated.
 
getEntityNaming() - Method in interface org.hibernate.boot.model.naming.ImplicitDiscriminatorColumnNameSource
Access the naming for the entity
getEntityNaming() - Method in interface org.hibernate.boot.model.naming.ImplicitEntityNameSource
Access to the entity's name information
getEntityNaming() - Method in interface org.hibernate.boot.model.naming.ImplicitIdentifierColumnNameSource
Access the entity name information
getEntityNaming() - Method in interface org.hibernate.boot.model.naming.ImplicitJoinColumnNameSource
Access to entity naming information.
getEntityNaming() - Method in interface org.hibernate.boot.model.naming.ImplicitTenantIdColumnNameSource
Access the entity name information
getEntityNamingSource() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
getEntityNamingSource() - Method in interface org.hibernate.boot.model.source.spi.EntityNamingSourceContributor
 
getEntityNotFoundDelegate() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
getEntityNotFoundDelegate() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getEntityNotFoundDelegate() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
Get the delegate for handling entity-not-found exception conditions.
getEntityNotFoundDelegate() - Method in class org.hibernate.cfg.Configuration
Retrieve the user-supplied EntityNotFoundDelegate, or null if no delegate has been specified.
getEntityNotFoundDelegate() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getEntityNotFoundDelegate() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
getEntityNotFoundDelegate() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getEntityNotFoundDelegate() - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
getEntityOrRoleName() - Method in class org.hibernate.cache.internal.BasicCacheKeyImplementation
 
getEntityOrRoleName() - Method in class org.hibernate.cache.internal.CacheKeyImplementation
 
getEntityOwnerClassName() - Method in class org.hibernate.boot.model.internal.ClassPropertyHolder
 
getEntityOwnerClassName() - Method in class org.hibernate.boot.model.internal.CollectionPropertyHolder
 
getEntityOwnerClassName() - Method in class org.hibernate.boot.model.internal.ComponentPropertyHolder
 
getEntityOwnerClassName() - Method in interface org.hibernate.boot.model.internal.PropertyHolder
 
getEntityPersister() - Method in class org.hibernate.event.spi.ResolveNaturalIdEvent
 
getEntityPersister() - Method in class org.hibernate.jpamodelgen.validation.MockEntityPersister
 
getEntityPersister() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
Safety-net.
getEntityPersister() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getEntityPersister() - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
getEntityPersister(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getEntityPersister(String, Object) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Get the EntityPersister for the given entity instance.
getEntityPersister(String, Object) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
getEntityPersister(String) - Method in class org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess
 
getEntityPersister(String) - Method in class org.hibernate.query.sql.internal.ResultSetMappingProcessor
 
getEntityPersister(String) - Method in interface org.hibernate.query.sql.internal.SQLQueryParser.ParserContext
 
getEntityPersister(String, Object) - Method in class org.hibernate.internal.SessionImpl
 
getEntityPersister(String, Object) - Method in class org.hibernate.internal.StatelessSessionImpl
 
getEntityPersisterClass() - Method in class org.hibernate.mapping.PersistentClass
 
getEntityPersisterClass() - Method in class org.hibernate.mapping.RootClass
 
getEntityPersisterClass() - Method in class org.hibernate.mapping.Subclass
 
getEntityPersisterClass(PersistentClass) - Method in class org.hibernate.persister.internal.StandardPersisterClassResolver
 
getEntityPersisterClass(PersistentClass) - Method in interface org.hibernate.persister.spi.PersisterClassResolver
Returns the entity persister class for a given entityName or null if the entity persister class should be the default.
getEntityRegionAccess(NavigableRole) - Method in class org.hibernate.cache.internal.DisabledCaching
Deprecated.
getEntityRegionAccess(NavigableRole) - Method in class org.hibernate.cache.internal.EnabledCaching
Deprecated.
getEntityRegionAccess(NavigableRole) - Method in interface org.hibernate.cache.spi.CacheImplementor
Find the cache data access strategy for an entity.
getEntityResult() - Method in class org.hibernate.boot.jaxb.mapping.JaxbSqlResultSetMapping
Gets the value of the entityResult property.
getEntityResult() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SqlResultSetMapping
Gets the value of the entityResult property.
getEntityResult() - Method in class org.hibernate.sql.results.graph.entity.internal.EntityFetchJoinedImpl
 
getEntityState(Object, String, EntityEntry, SessionImplementor, Boolean) - Static method in enum org.hibernate.event.internal.EntityState
Determine whether the entity is persistent, detached, or transient
getEntityStatistics(String) - Method in class org.hibernate.stat.internal.StatisticsImpl
 
getEntityStatistics(String) - Method in interface org.hibernate.stat.Statistics
Obtain the statistics for the entity with the given name.
getEntitySuffix(String) - Method in class org.hibernate.query.sql.internal.ResultSetMappingProcessor
 
getEntitySuffix(String) - Method in interface org.hibernate.query.sql.internal.SQLQueryParser.ParserContext
 
getEntityTableXref(String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getEntityTableXref(String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getEntityType() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getEntityType() - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Deprecated.
 
getEntityType() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
getEntityTypeDescriptor() - Method in class org.hibernate.sql.ast.tree.expression.EntityTypeLiteral
 
getEntityTypeMap() - Method in class org.hibernate.metamodel.internal.MetadataContext
Retrieves the java type to EntityTypeImpl map.
getEntityUpdateCount() - Method in class org.hibernate.stat.internal.StatisticsImpl
 
getEntityUpdateCount() - Method in interface org.hibernate.stat.Statistics
The global number of entity updates.
getEntityUsingInterceptor(EntityKey) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getEntityUsingInterceptor(EntityKey) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Get the entity instance associated with the given EntityKey, calling the Interceptor if necessary.
getEntityUsingInterceptor(EntityKey) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
getEntityUsingInterceptor(EntityKey) - Method in class org.hibernate.internal.SessionImpl
 
getEntityUsingInterceptor(EntityKey) - Method in class org.hibernate.internal.StatelessSessionImpl
 
getEntityValue() - Method in class org.hibernate.query.sqm.tree.expression.SqmAnyDiscriminatorValue
 
getEntityValuedModelPart() - Method in class org.hibernate.query.results.complete.EntityResultImpl
 
getEntityValuedModelPart() - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityResultGraphNode
 
getEntityValuedModelPart() - Method in class org.hibernate.sql.results.graph.entity.AbstractNonLazyEntityFetch
 
getEntityValuedModelPart() - Method in interface org.hibernate.sql.results.graph.entity.EntityResultGraphNode
 
getEntityValuedModelPart() - Method in class org.hibernate.sql.results.graph.entity.internal.AbstractNonJoinedEntityFetch
 
getEntry() - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
getEntry(Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getEntry(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Retrieve the EntityEntry representation of the given entity.
getEntryBasePrefix() - Method in class org.hibernate.boot.archive.spi.AbstractArchiveDescriptor
 
getEnumClass() - Method in class org.hibernate.type.EnumType
Deprecated.
 
getEnumerated() - Method in class org.hibernate.boot.jaxb.mapping.JaxbBasic
Gets the value of the enumerated property.
getEnumerated() - Method in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
Gets the value of the enumerated property.
getEnumerated() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
Gets the value of the enumerated property.
getEnumerated() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the enumerated property.
getEnumeratedType() - Method in class org.hibernate.boot.model.internal.BasicValueBinder
 
getEnumeratedType() - Method in class org.hibernate.mapping.BasicValue
 
getEnumeratedType() - Method in class org.hibernate.type.descriptor.jdbc.DelegatingJdbcTypeIndicators
 
getEnumeratedType() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
For enum mappings, what style of storage was requested (name vs.
getEnumeratedValues(Class<?>, JdbcType) - Static method in class org.hibernate.type.descriptor.converter.internal.EnumHelper
 
getEnumeratedValues(Class<? extends Enum<?>>) - Static method in class org.hibernate.type.descriptor.converter.internal.EnumHelper
 
getEnumeratedValues(Type) - Static method in class org.hibernate.type.descriptor.converter.internal.EnumHelper
 
getEnumerationStyle() - Method in class org.hibernate.mapping.BasicValue
 
getEnumTypeDeclaration(Class<? extends Enum<?>>) - Method in class org.hibernate.dialect.Dialect
 
getEnumTypeDeclaration(String, String[]) - Method in class org.hibernate.dialect.Dialect
If this database has a special MySQL-style enum column type, return the type declaration for the given enumeration of values.
getEnumTypeDeclaration(String, String[]) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getEnumTypeDeclaration(String, String[]) - Method in class org.hibernate.dialect.MySQLDialect
 
getEnumTypeDeclaration(String, String[]) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getEnumValue() - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
 
getEnversService() - Method in class org.hibernate.envers.configuration.Configuration
Returns a reference to the EnversService.
getEnversService() - Method in class org.hibernate.envers.event.spi.BaseEnversEventListener
 
getEnversService() - Method in class org.hibernate.envers.internal.entities.EntityInstantiator
 
getEquivalent() - Method in enum org.hibernate.annotations.GenerationTime
Deprecated, for removal: This API element is subject to removal in a future version.
Needed for backwards compatibility until the deprecated, legacy generation stuff can be removed
getEquivalent() - Method in enum org.hibernate.tuple.GenerationTiming
Deprecated.
 
getErrorCode() - Method in exception org.hibernate.JDBCException
Get the vendor specific error code from the underlying SQLException.
getErrorCount() - Method in interface org.hibernate.jpamodelgen.validation.Validation.Handler
 
getErrorMessage() - Method in exception org.hibernate.JDBCException
 
getErrors() - Method in exception org.hibernate.query.NamedQueryValidationException
A map from query name to the error that occurred while interpreting or translating the named query.
getEscapeCharacter() - Method in class org.hibernate.query.sqm.tree.predicate.SqmLikePredicate
 
getEscapeCharacter() - Method in class org.hibernate.sql.ast.tree.predicate.LikePredicate
 
getEvent() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
Gets the value of the event property.
getEventEngine() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getEventEngine() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get the EventEngine associated with this SessionFactory
getEventEngine() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getEventListenerGroup(EventType<T>) - Method in class org.hibernate.event.service.internal.EventListenerRegistryImpl
 
getEventListenerGroup(EventType<T>) - Method in interface org.hibernate.event.service.spi.EventListenerRegistry
 
getEventListenerManager() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getEventListenerManager() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Get the SessionEventListenerManager associated with this session.
getEventListenerManager() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
getEventListenerManager() - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
getEventListenerMap() - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
 
getEventManager() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getEventManager() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
getEventManager() - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
getEventManager() - Method in class org.hibernate.internal.FastSessionServices
 
getEventManager() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionOwner
 
getEventName(int) - Static method in class org.hibernate.boot.jaxb.internal.stax.XMLStreamConstantsUtils
Get the human readable event name for the numeric event id
getEventType() - Method in interface org.hibernate.event.service.spi.EventListenerGroup
Retrieve the event type associated with this groups of listeners.
getEventTypes() - Method in interface org.hibernate.generator.Generator
The event types for which this generator should be called to produce a new value.
getEventTypes() - Method in class org.hibernate.generator.internal.CurrentTimestampGeneration
 
getEventTypes() - Method in class org.hibernate.generator.internal.GeneratedAlwaysGeneration
 
getEventTypes() - Method in class org.hibernate.generator.internal.GeneratedGeneration
 
getEventTypes() - Method in class org.hibernate.generator.internal.SourceGeneration
Deprecated.
 
getEventTypes() - Method in class org.hibernate.generator.internal.TenantIdGeneration
 
getEventTypes() - Method in class org.hibernate.generator.internal.VersionGeneration
 
getEventTypes() - Method in interface org.hibernate.id.IdentifierGenerator
 
getEventTypes() - Method in interface org.hibernate.id.PostInsertIdentifierGenerator
 
getEventTypes() - Method in class org.hibernate.id.uuid.UuidGenerator
 
getEventTypes() - Method in interface org.hibernate.tuple.ValueGeneration
Deprecated.
 
getEventTypes() - Method in class org.hibernate.tuple.VmValueGeneration
Deprecated.
 
getExceptionConverter() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getExceptionConverter() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Obtain an ExceptionConverter for reporting an error.
getExceptionConverter() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
getExceptionConverter() - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
getExceptionHandler() - Method in interface org.hibernate.tool.schema.spi.ExecutionOptions
 
getExceptionMapper() - Method in interface org.hibernate.internal.SessionCreationOptions
 
getExceptionMapper() - Method in class org.hibernate.internal.SessionFactoryImpl.SessionBuilderImpl
 
getExceptionMapper() - Method in class org.hibernate.internal.SessionFactoryImpl.StatelessSessionBuilderImpl
 
getExceptions() - Method in class org.hibernate.tool.schema.internal.ExceptionHandlerCollectingImpl
 
getExcludeDefaultListeners() - Method in interface org.hibernate.boot.jaxb.mapping.EntityOrMappedSuperclass
 
getExcludeDefaultListeners() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the excludeDefaultListeners property.
getExcludeDefaultListeners() - Method in class org.hibernate.boot.jaxb.mapping.JaxbMappedSuperclass
Gets the value of the excludeDefaultListeners property.
getExcludeDefaultListeners() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the excludeDefaultListeners property.
getExcludeDefaultListeners() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Gets the value of the excludeDefaultListeners property.
getExcludeSuperclassListeners() - Method in interface org.hibernate.boot.jaxb.mapping.EntityOrMappedSuperclass
 
getExcludeSuperclassListeners() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the excludeSuperclassListeners property.
getExcludeSuperclassListeners() - Method in class org.hibernate.boot.jaxb.mapping.JaxbMappedSuperclass
Gets the value of the excludeSuperclassListeners property.
getExcludeSuperclassListeners() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the excludeSuperclassListeners property.
getExcludeSuperclassListeners() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Gets the value of the excludeSuperclassListeners property.
getExclusion() - Method in class org.hibernate.query.sqm.tree.expression.SqmWindow
 
getExclusion() - Method in class org.hibernate.sql.ast.tree.expression.Over
 
getExecuteStatements() - Method in class org.hibernate.testing.orm.jdbc.PreparedStatementSpyConnectionProvider
Get the SQL statements that were executed since the last clear operation.
getExecuteUpdateStatements() - Method in class org.hibernate.testing.orm.jdbc.PreparedStatementSpyConnectionProvider
Get the SQL update statements that were executed since the last clear operation.
getExecutionAvgTime() - Method in class org.hibernate.stat.internal.NaturalIdStatisticsImpl
average time in ms taken by the execution of this query onto the DB
getExecutionAvgTime() - Method in class org.hibernate.stat.internal.QueryStatisticsImpl
average time in ms taken by the execution of this query onto the DB
getExecutionAvgTime() - Method in interface org.hibernate.stat.NaturalIdStatistics
The average amount of time it takes (since last Statistics clearing) for the execution of this "natural id resolution" query
getExecutionAvgTime() - Method in interface org.hibernate.stat.QueryStatistics
What is the average amount time taken to execute this query?
getExecutionAvgTimeAsDouble() - Method in class org.hibernate.stat.internal.QueryStatisticsImpl
average time in ms as double taken by the execution of this query onto the DB
getExecutionAvgTimeAsDouble() - Method in interface org.hibernate.stat.QueryStatistics
 
getExecutionContext() - Method in interface org.hibernate.sql.results.graph.AssemblerCreationState
 
getExecutionContext() - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesSourceProcessingStateStandardImpl
 
getExecutionContext() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingState
 
getExecutionCount() - Method in class org.hibernate.stat.internal.NaturalIdStatisticsImpl
queries executed to the DB
getExecutionCount() - Method in class org.hibernate.stat.internal.QueryStatisticsImpl
queries executed to the DB
getExecutionCount() - Method in interface org.hibernate.stat.NaturalIdStatistics
Number of times (since last Statistics clearing) the "natural id resolution" query has been executed
getExecutionCount() - Method in interface org.hibernate.stat.QueryStatistics
How many times has this query been executed?
getExecutionMaxTime() - Method in class org.hibernate.stat.internal.NaturalIdStatisticsImpl
max time in ms taken by the execution of this query onto the DB
getExecutionMaxTime() - Method in class org.hibernate.stat.internal.QueryStatisticsImpl
max time in ms taken by the execution of this query onto the DB
getExecutionMaxTime() - Method in interface org.hibernate.stat.NaturalIdStatistics
The maximum amount of time it takes (since last Statistics clearing) for the execution of this "natural id resolution" query
getExecutionMaxTime() - Method in interface org.hibernate.stat.QueryStatistics
What is the max amount time taken to execute this query?
getExecutionMinTime() - Method in class org.hibernate.stat.internal.NaturalIdStatisticsImpl
min time in ms taken by the execution of this query onto the DB
getExecutionMinTime() - Method in class org.hibernate.stat.internal.QueryStatisticsImpl
min time in ms taken by the execution of this query onto the DB
getExecutionMinTime() - Method in interface org.hibernate.stat.NaturalIdStatistics
The minimum amount of time it takes (since last Statistics clearing) for the execution of this "natural id resolution" query
getExecutionMinTime() - Method in interface org.hibernate.stat.QueryStatistics
What is the min amount time taken to execute this query?
getExecutionRowCount() - Method in class org.hibernate.stat.internal.QueryStatisticsImpl
Number of lines returned by all the executions of this query (from DB) For now, Query.stream()} and Query.scroll() do not fill this statistic
getExecutionRowCount() - Method in interface org.hibernate.stat.QueryStatistics
How many ResultSet rows have been processed for this query
getExecutionTotalTime() - Method in class org.hibernate.stat.internal.QueryStatisticsImpl
total time in ms taken by the execution of this query onto the DB
getExecutionTotalTime() - Method in interface org.hibernate.stat.QueryStatistics
How long, cumulatively, have all executions of this query taken?
getExistingInitializedInstance(RowProcessingState) - Method in class org.hibernate.sql.results.graph.entity.internal.AbstractBatchEntitySelectFetchInitializer
 
getExpansions(SqmParameter<?>) - Method in class org.hibernate.query.sqm.internal.DomainParameterXref
 
getExpectation() - Method in class org.hibernate.engine.jdbc.batch.internal.BasicBatchKey
 
getExpectation() - Method in interface org.hibernate.engine.jdbc.batch.spi.BatchKey
Deprecated.
With no replacement. No longer used
getExpectation() - Method in interface org.hibernate.engine.jdbc.mutation.group.PreparedStatementDetails
The expectation used to validate the outcome of the execution
getExpectation() - Method in class org.hibernate.engine.jdbc.mutation.internal.PreparedStatementDetailsStandard
 
getExpectation() - Method in class org.hibernate.sql.model.ast.AbstractTableDelete
 
getExpectation() - Method in class org.hibernate.sql.model.ast.AbstractTableInsert
 
getExpectation() - Method in class org.hibernate.sql.model.ast.AbstractTableUpdate
 
getExpectation() - Method in interface org.hibernate.sql.model.ast.TableMutation
The validation expectation for the mutation
getExpectation() - Method in class org.hibernate.sql.model.internal.OptionalTableUpdate
 
getExpectation() - Method in class org.hibernate.sql.model.internal.TableUpdateNoSet
 
getExpectation() - Method in class org.hibernate.sql.model.internal.TableUpdateStandard
 
getExpectation() - Method in class org.hibernate.sql.model.jdbc.AbstractJdbcMutation
 
getExpectation() - Method in interface org.hibernate.sql.model.PreparableMutationOperation
The expected outcome of execution
getExpectation() - Method in class org.hibernate.sql.model.TableMapping.MutationDetails
The expectation for this mutation
getExpectedRowCount() - Method in exception org.hibernate.jdbc.TooManyRowsAffectedException
 
getExpectedType() - Method in class org.hibernate.engine.query.spi.AbstractParameterDescriptor
 
getExplicitAccessType(Class<?>, String, Field) - Static method in class org.hibernate.property.access.internal.AccessStrategyHelper
 
getExplicitAccessType(XAnnotatedElement) - Method in class org.hibernate.boot.model.internal.EntityBinder
 
getExplicitAlias() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
getExplicitAlias() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
 
getExplicitAlias() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRoot
 
getExplicitAlias() - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
Retrieve the explicit alias, if one.
getExplicitCatalogName() - Method in class org.hibernate.boot.model.source.internal.hbm.InLineViewSourceImpl
 
getExplicitCatalogName() - Method in class org.hibernate.boot.model.source.internal.hbm.TableSourceImpl
 
getExplicitCatalogName() - Method in interface org.hibernate.boot.model.source.spi.TableSpecificationSource
Obtain the supplied catalog name
getExplicitDomainType() - Method in class org.hibernate.boot.model.convert.spi.RegisteredConversion
 
getExplicitForeignKeyName() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceManyToOneImpl
 
getExplicitForeignKeyName() - Method in class org.hibernate.boot.model.source.internal.hbm.JoinedSubclassEntitySourceImpl
 
getExplicitForeignKeyName() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceManyToManyImpl
 
getExplicitForeignKeyName() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeKeySourceImpl
 
getExplicitForeignKeyName() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeyManyToManySourceImpl
 
getExplicitForeignKeyName() - Method in interface org.hibernate.boot.model.source.spi.ForeignKeyContributingSource
Retrieve the name of the foreign key as supplied by the user, or null if the user supplied none.
getExplicitForeignKeyName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceManyToMany
 
getExplicitForeignKeyName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeMapKeyManyToManySource
 
getExplicitHibernateTypeName() - Method in interface org.hibernate.boot.model.source.spi.DiscriminatorSource
Obtain the discriminator type.
getExplicitHibernateTypeSource() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceBasicImpl
 
getExplicitHibernateTypeSource() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceBasic
 
getExplicitJdbcTypeCode() - Method in class org.hibernate.mapping.BasicValue
 
getExplicitJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.DelegatingJdbcTypeIndicators
 
getExplicitJdbcTypeCode() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
Used (for now) only to choose a container JdbcType for SQL arrays.
getExplicitlyListedClassNames() - Method in interface org.hibernate.boot.archive.scan.spi.ScanEnvironment
Returns any classes which are explicitly listed as part of the "persistence unit".
getExplicitlyListedClassNames() - Method in class org.hibernate.jpa.boot.internal.StandardJpaScanEnvironmentImpl
 
getExplicitlyListedMappingFiles() - Method in interface org.hibernate.boot.archive.scan.spi.ScanEnvironment
Returns the mapping files which are explicitly listed as part of the "persistence unit".
getExplicitlyListedMappingFiles() - Method in class org.hibernate.jpa.boot.internal.StandardJpaScanEnvironmentImpl
 
getExplicitModifiedFlagName() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
getExplicitName() - Method in interface org.hibernate.boot.model.internal.ObjectNameSource
Retrieve the name explicitly provided by the user.
getExplicitSchemaName() - Method in class org.hibernate.boot.model.source.internal.hbm.InLineViewSourceImpl
 
getExplicitSchemaName() - Method in class org.hibernate.boot.model.source.internal.hbm.TableSourceImpl
 
getExplicitSchemaName() - Method in interface org.hibernate.boot.model.source.spi.TableSpecificationSource
Obtain the supplied schema name
getExplicitTableName() - Method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
getExplicitTableName() - Method in class org.hibernate.boot.model.source.internal.hbm.TableSourceImpl
 
getExplicitTableName() - Method in interface org.hibernate.boot.model.source.spi.TableSource
Obtain the supplied table name.
getExplicitTemporalPrecision() - Method in class org.hibernate.query.internal.QueryParameterBindingImpl
 
getExplicitTemporalPrecision() - Method in interface org.hibernate.query.spi.QueryParameterBinding
If the parameter represents a temporal type, return the explicitly specified precision - if one.
getExportIdentifier() - Method in class org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
 
getExportIdentifier() - Method in interface org.hibernate.boot.model.relational.Exportable
Get a unique identifier to make sure we are not exporting the same database structure multiple times.
getExportIdentifier() - Method in class org.hibernate.boot.model.relational.NamedAuxiliaryDatabaseObject
 
getExportIdentifier() - Method in class org.hibernate.boot.model.relational.Sequence
 
getExportIdentifier() - Method in class org.hibernate.dialect.temptable.TemporaryTable
 
getExportIdentifier() - Method in class org.hibernate.mapping.ForeignKey
 
getExportIdentifier() - Method in class org.hibernate.mapping.Index
 
getExportIdentifier() - Method in class org.hibernate.mapping.PrimaryKey
 
getExportIdentifier() - Method in class org.hibernate.mapping.Table
 
getExportIdentifier() - Method in class org.hibernate.mapping.UniqueKey
 
getExportIdentifier() - Method in class org.hibernate.mapping.UserDefinedType
 
getExposedMutabilityPlan() - Method in interface org.hibernate.metamodel.mapping.AttributeMapping
 
getExposedMutabilityPlan() - Method in interface org.hibernate.type.descriptor.java.MutabilityPlanExposer
 
getExpressible() - Method in class org.hibernate.metamodel.model.domain.internal.AnyDiscriminatorSqmPath
 
getExpressible() - Method in class org.hibernate.metamodel.model.domain.internal.EntityDiscriminatorSqmPath
 
getExpressible() - Method in interface org.hibernate.query.sqm.SqmPathSource
 
getExpressible() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
 
getExpressible() - Method in class org.hibernate.query.sqm.tree.domain.SqmBasicValuedSimplePath
 
getExpressible() - Method in class org.hibernate.query.sqm.tree.domain.SqmEmbeddedValuedSimplePath
 
getExpressible() - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
 
getExpressible() - Method in class org.hibernate.query.sqm.tree.expression.SqmHqlNumericLiteral
 
getExpressible() - Method in interface org.hibernate.query.sqm.tree.select.SqmAliasedNode
 
getExpressible() - Method in interface org.hibernate.query.sqm.tree.SqmExpressibleAccessor
 
getExpressible() - Method in interface org.hibernate.query.sqm.tree.SqmTypedNode
 
getExpressibleJavaType() - Method in interface org.hibernate.metamodel.mapping.EntityVersionMapping
 
getExpressibleJavaType() - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedCollectionPart
 
getExpressibleJavaType() - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatorTypeImpl
 
getExpressibleJavaType() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedCollectionPart
 
getExpressibleJavaType() - Method in interface org.hibernate.metamodel.mapping.internal.EntityCollectionPart
 
getExpressibleJavaType() - Method in interface org.hibernate.metamodel.mapping.ValueMapping
 
getExpressibleJavaType() - Method in class org.hibernate.metamodel.model.domain.AbstractDomainType
 
getExpressibleJavaType() - Method in class org.hibernate.metamodel.model.domain.internal.AbstractPluralAttribute
 
getExpressibleJavaType() - Method in class org.hibernate.metamodel.model.domain.internal.AbstractSqmPathSource
 
getExpressibleJavaType() - Method in class org.hibernate.metamodel.model.domain.internal.AnyDiscriminatorSqmPathSource
 
getExpressibleJavaType() - Method in class org.hibernate.metamodel.model.domain.internal.AnyMappingDomainTypeImpl
 
getExpressibleJavaType() - Method in class org.hibernate.metamodel.model.domain.internal.ArrayTupleType
 
getExpressibleJavaType() - Method in class org.hibernate.metamodel.model.domain.internal.BasicTypeImpl
 
getExpressibleJavaType() - Method in class org.hibernate.metamodel.model.domain.internal.SingularAttributeImpl
 
getExpressibleJavaType() - Method in class org.hibernate.persister.entity.DiscriminatorType
Deprecated.
 
getExpressibleJavaType() - Method in class org.hibernate.query.derived.AnonymousTupleSimpleSqmPathSource
 
getExpressibleJavaType() - Method in class org.hibernate.query.derived.AnonymousTupleSqmPathSource
 
getExpressibleJavaType() - Method in class org.hibernate.query.derived.AnonymousTupleType
 
getExpressibleJavaType() - Method in interface org.hibernate.query.sqm.SqmExpressible
The Java type descriptor for this expressible
getExpressibleJavaType() - Method in class org.hibernate.query.sqm.tree.domain.SqmBasicValuedSimplePath
 
getExpressibleJavaType() - Method in class org.hibernate.query.sqm.tree.domain.SqmEmbeddedValuedSimplePath
 
getExpressibleJavaType() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
getExpressibleJavaType() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getExpressibleJavaType() - Method in class org.hibernate.query.sqm.tree.expression.NullSqmExpressible
 
getExpressibleJavaType() - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
 
getExpressibleJavaType() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
getExpressibleJavaType() - Method in class org.hibernate.query.sqm.tree.select.SqmJpaCompoundSelection
 
getExpressibleJavaType() - Method in class org.hibernate.sql.ast.tree.expression.EntityTypeLiteral
 
getExpressibleJavaType() - Method in class org.hibernate.sql.ast.tree.expression.JdbcLiteral
 
getExpressibleJavaType() - Method in interface org.hibernate.type.BasicType
 
getExpressibleJavaType() - Method in class org.hibernate.type.CustomType
 
getExpressibleJavaType() - Method in interface org.hibernate.type.descriptor.java.JavaTypedExpressible
 
getExpression() - Method in interface org.hibernate.boot.model.source.spi.DerivedValueSource
Obtain the expression used to derive the value.
getExpression() - Method in class org.hibernate.metamodel.mapping.ordering.ast.OrderingSpecification
 
getExpression() - Method in interface org.hibernate.query.criteria.JpaInPredicate
Return the expression to be tested against the list of values.
getExpression() - Method in interface org.hibernate.query.criteria.JpaOrder
The expression to sort by
getExpression() - Method in interface org.hibernate.query.criteria.JpaSimpleCase
 
getExpression() - Method in interface org.hibernate.query.criteria.JpaWindowFrame
Get the Expression of this window frame.
getExpression() - Method in class org.hibernate.query.results.ResultSetMappingSqlSelection
 
getExpression() - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
 
getExpression() - Method in class org.hibernate.query.sqm.tree.expression.SqmDistinct
 
getExpression() - Method in class org.hibernate.query.sqm.tree.expression.SqmOver
 
getExpression() - Method in class org.hibernate.query.sqm.tree.expression.SqmWindowFrame
 
getExpression() - Method in class org.hibernate.query.sqm.tree.predicate.SqmBetweenPredicate
 
getExpression() - Method in class org.hibernate.query.sqm.tree.predicate.SqmExistsPredicate
 
getExpression() - Method in class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
 
getExpression() - Method in class org.hibernate.query.sqm.tree.predicate.SqmInSubQueryPredicate
 
getExpression() - Method in class org.hibernate.query.sqm.tree.predicate.SqmNullnessPredicate
 
getExpression() - Method in class org.hibernate.query.sqm.tree.predicate.SqmTruthnessPredicate
 
getExpression() - Method in class org.hibernate.query.sqm.tree.select.SqmSortSpecification
 
getExpression() - Method in interface org.hibernate.sql.ast.spi.SqlSelection
The underlying expression.
getExpression() - Method in class org.hibernate.sql.ast.tree.expression.Distinct
 
getExpression() - Method in class org.hibernate.sql.ast.tree.expression.Over
 
getExpression() - Method in class org.hibernate.sql.ast.tree.expression.SelfRenderingSqlFragmentExpression
 
getExpression() - Method in class org.hibernate.sql.ast.tree.predicate.BetweenPredicate
 
getExpression() - Method in class org.hibernate.sql.ast.tree.predicate.BooleanExpressionPredicate
 
getExpression() - Method in class org.hibernate.sql.ast.tree.predicate.ExistsPredicate
 
getExpression() - Method in class org.hibernate.sql.ast.tree.predicate.NullnessPredicate
 
getExpression() - Method in class org.hibernate.sql.ast.tree.predicate.ThruthnessPredicate
 
getExpression() - Method in class org.hibernate.sql.results.internal.SqlSelectionImpl
 
getExpressions() - Method in class org.hibernate.query.sqm.tree.insert.SqmValues
 
getExpressions() - Method in class org.hibernate.query.sqm.tree.predicate.AbstractSqmPredicate
 
getExpressions() - Method in class org.hibernate.query.sqm.tree.predicate.SqmBooleanExpressionPredicate
 
getExpressions() - Method in class org.hibernate.query.sqm.tree.predicate.SqmGroupedPredicate
 
getExpressions() - Method in class org.hibernate.query.sqm.tree.predicate.SqmJunctionPredicate
 
getExpressions() - Method in class org.hibernate.query.sqm.tree.predicate.SqmNegatedPredicate
 
getExpressions() - Method in class org.hibernate.sql.ast.tree.expression.SqlTuple
 
getExpressions() - Method in class org.hibernate.sql.ast.tree.insert.Values
 
getExpressionText() - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
 
getExpressionType() - Method in class org.hibernate.internal.FilterJdbcParameter
 
getExpressionType() - Method in class org.hibernate.metamodel.mapping.internal.CaseStatementDiscriminatorMappingImpl.CaseStatementDiscriminatorExpression
 
getExpressionType() - Method in class org.hibernate.persister.internal.SqlFragmentPredicate
 
getExpressionType() - Method in class org.hibernate.query.results.ResultSetMappingSqlSelection
 
getExpressionType() - Method in class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
 
getExpressionType() - Method in class org.hibernate.query.sqm.mutation.internal.ExpressionDomainResultProducer
 
getExpressionType() - Method in class org.hibernate.query.sqm.sql.internal.AbstractSqmPathInterpretation
 
getExpressionType() - Method in class org.hibernate.query.sqm.sql.internal.DiscriminatorPathInterpretation
 
getExpressionType() - Method in class org.hibernate.query.sqm.sql.internal.EmbeddableValuedExpression
 
getExpressionType() - Method in class org.hibernate.query.sqm.sql.internal.EntityValuedPathInterpretation
 
getExpressionType() - Method in class org.hibernate.query.sqm.sql.internal.SqmParameterInterpretation
 
getExpressionType() - Method in interface org.hibernate.query.sqm.sql.internal.SqmPathInterpretation
 
getExpressionType() - Method in class org.hibernate.query.sqm.tree.expression.Conversion
 
getExpressionType() - Method in interface org.hibernate.sql.ast.spi.SqlSelection
Get the type of the expression
getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.AggregateColumnWriteExpression
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.AliasedExpression
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.Any
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.BinaryArithmeticExpression
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.CaseSearchedExpression
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.CaseSimpleExpression
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.CastTarget
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.Distinct
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.Duration
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.DurationUnit
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.EntityTypeLiteral
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.Every
 
getExpressionType() - Method in interface org.hibernate.sql.ast.tree.expression.Expression
The type for this expression
getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.ExtractUnit
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.JdbcLiteral
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.LiteralAsParameter
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.ModifiedSubQueryExpression
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.Over
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.Overflow
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.QueryLiteral
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.SelfRenderingSqlFragmentExpression
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.SqlSelectionExpression
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.SqlTuple
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.Star
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.Summarization
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.UnaryOperation
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.expression.UnparsedNumericLiteral
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.from.AbstractTableGroup
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.from.MappedByTableGroup
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.from.StandardVirtualTableGroup
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.predicate.AbstractPredicate
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.predicate.ComparisonPredicate
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.predicate.ExistsPredicate
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.predicate.FilterPredicate.FilterFragmentPredicate
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.predicate.FilterPredicate
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.predicate.GroupedPredicate
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.predicate.Junction
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.predicate.NegatedPredicate
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.predicate.SelfRenderingPredicate
 
getExpressionType() - Method in class org.hibernate.sql.ast.tree.select.SelectStatement
 
getExpressionType() - Method in class org.hibernate.sql.exec.internal.AbstractJdbcParameter
 
getExpressionType() - Method in class org.hibernate.sql.model.ast.ColumnWriteFragment
 
getExpressionType() - Method in class org.hibernate.sql.results.internal.ResolvedSqlSelection
 
getExpressionType() - Method in class org.hibernate.sql.results.internal.SqlSelectionImpl
 
getExtends() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSubclassEntityBaseDefinition
Gets the value of the extends property.
getExtends() - Method in interface org.hibernate.boot.jaxb.hbm.spi.SubEntityInfo
 
getExtends() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the extends property.
getExtends() - Method in class org.hibernate.envers.boot.model.SubclassPersistentEntity
 
getExternalForm() - Method in enum org.hibernate.annotations.PolymorphismType
Deprecated.
 
getExternalHbm2ddlName() - Method in enum org.hibernate.tool.schema.Action
The string configuration value identifying this action in old-school Hibernate configuration via "hibernate.hbm2ddl.auto".
getExternalJpaName() - Method in enum org.hibernate.tool.schema.Action
The string configuration value identifying this action in JPA-standard configuration via "jakarta.persistence.schema-generation.database.action" or "jakarta.persistence.schema-generation.scripts.action".
getExternalName() - Method in enum org.hibernate.cache.spi.access.AccessType
Get the external name of this value.
getExternalName() - Method in class org.hibernate.id.enhanced.CustomOptimizerDescriptor
 
getExternalName() - Method in interface org.hibernate.id.enhanced.OptimizerDescriptor
 
getExternalName() - Method in enum org.hibernate.id.enhanced.StandardOptimizerDescriptor
 
getExternalName() - Method in enum org.hibernate.metamodel.RepresentationMode
 
getExternalName() - Method in enum org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
 
getExternalRepresentation() - Method in enum org.hibernate.cache.jcache.MissingCacheStrategy
 
getExtraCreateTableInfo() - Method in class org.hibernate.mapping.BasicValue
 
getExtraCreateTableInfo() - Method in interface org.hibernate.mapping.Value
 
getExtraCreateTableInfo(JavaType<?>, String, String, Database) - Method in class org.hibernate.dialect.OracleNestedTableJdbcType
 
getExtraCreateTableInfo(JavaType<?>, String, String, Database) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
 
getExtractedDatabaseMetaData() - Method in class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentImpl
 
getExtractedDatabaseMetaData() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
Access to the bits of information we pulled off the JDBC DatabaseMetaData (that did not get "interpreted" into the helpers/delegates available here).
getExtractedMetaDataSupport() - Method in class org.hibernate.engine.jdbc.internal.JdbcServicesImpl
 
getExtractedMetaDataSupport() - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
Obtain information about supported behavior reported by the JDBC driver.
getExtractedMetaDataSupport() - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
 
getExtractionContext() - Method in class org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl
 
getExtractionTool() - Method in class org.hibernate.tool.schema.internal.HibernateSchemaManagementTool
 
getExtractionTool() - Method in interface org.hibernate.tool.schema.spi.SchemaManagementTool
 
getExtractor(JavaType<X>) - Method in class org.hibernate.dialect.AbstractHANADialect.HANABlobType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.dialect.AbstractPostgreSQLJsonPGObjectType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.dialect.AbstractPostgreSQLStructJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.dialect.DB2StructJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.dialect.H2DurationIntervalSecondJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.dialect.OracleArrayJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.dialect.OracleNestedTableJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.dialect.PostgreSQLCastingInetJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.dialect.PostgreSQLCastingIntervalSecondJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.dialect.PostgreSQLEnumJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.dialect.PostgreSQLInetJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.dialect.PostgreSQLIntervalSecondJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.dialect.PostgreSQLStructPGObjectJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.dialect.StructJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.dialect.VarcharUUIDJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.spatial.dialect.db2.DB2GeometryType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.spatial.dialect.h2gis.H2GISGeometryType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.spatial.dialect.hana.HANAGeometryType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.spatial.dialect.hana.HANAPointType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.spatial.dialect.mysql.MySQLGeometryJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.spatial.dialect.oracle.SDOGeometryType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.spatial.dialect.postgis.AbstractCastingPostGISJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.spatial.dialect.postgis.AbstractPostGISJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.spatial.dialect.sqlserver.AbstractSqlServerGISType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.ArrayJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.BigIntJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.BlobJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.BooleanJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.ClobJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.DateJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.DecimalJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.DoubleJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.EnumJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.FloatJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.IntegerJdbcType
 
getExtractor(JavaType<X>) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
Obtain an extractor object capable of extracting values of the given Java type from a JDBC ResultSet.
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.JsonAsStringJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.JsonJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.NClobJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.NullJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.NVarcharJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.ObjectJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.OracleJsonBlobJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.RowIdJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.SmallIntJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.TimeJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.TimestampJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsInstantJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsJdbcTimestampJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsOffsetDateTimeJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.TimestampWithTimeZoneJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.TimeUtcAsJdbcTimeJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.TimeUtcAsOffsetTimeJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.TimeWithTimeZoneJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.TinyIntAsSmallIntJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.TinyIntJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.UUIDJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.VarbinaryJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.VarcharJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.XmlAsStringJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.XmlJdbcType
 
getExtractor(JavaType<X>) - Method in class org.hibernate.type.internal.UserTypeSqlTypeAdapter
 
getExtraLazySetOfComponents() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfSets
 
getExtraQueryImports() - Method in class org.hibernate.boot.MetadataSources
 
getExtraQueryImports() - Method in class org.hibernate.boot.model.process.internal.ManagedResourcesImpl
 
getExtraQueryImports() - Method in interface org.hibernate.boot.model.process.spi.ManagedResources
 
getExtraState(Class<T>) - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
getExtraState(Class<T>) - Method in class org.hibernate.engine.internal.EntityEntryExtraStateHolder
 
getExtraState(Class<T>) - Method in interface org.hibernate.engine.spi.EntityEntry
 
getExtraState(Class<T>) - Method in interface org.hibernate.engine.spi.EntityEntryExtraState
Retrieve additional state by class type or null if no extra state of that type is present.
getFactor() - Method in enum org.hibernate.engine.jdbc.Size.LobMultiplier
 
getFactory() - Method in class org.hibernate.context.internal.ThreadLocalSessionContext
Getter for property 'factory'.
getFactory() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getFactory() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
getFactory() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Obtain the factory which created this session.
getFactory() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
getFactory() - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
getFactory() - Method in class org.hibernate.jpamodelgen.validation.MockCollectionPersister
 
getFactory() - Method in class org.hibernate.jpamodelgen.validation.MockEntityPersister
 
getFactory() - Method in interface org.hibernate.metamodel.mapping.ordering.TranslationContext
 
getFactory() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getFactory() - Method in interface org.hibernate.persister.collection.CollectionPersister
 
getFactory() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getFactory() - Method in interface org.hibernate.persister.entity.EntityPersister
Return the SessionFactory to which this persister belongs.
getFactory() - Method in interface org.hibernate.query.spi.QueryProducerImplementor
 
getFactory() - Method in interface org.hibernate.SharedSessionContract
The factory which created this session.
getFactory() - Method in class org.hibernate.sql.results.jdbc.internal.DeferredResultSetAccess
 
getFactory() - Method in class org.hibernate.sql.results.jdbc.internal.DirectResultSetAccess
 
getFactory() - Method in interface org.hibernate.sql.results.jdbc.internal.ResultSetAccess
 
getFailureExpectedAnnotation() - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
 
getFakeBidirectionalRelationIndexMapper() - Method in class org.hibernate.envers.internal.entities.RelationDescription
 
getFakeBidirectionalRelationMapper() - Method in class org.hibernate.envers.internal.entities.RelationDescription
 
getFakeRelationChanges() - Method in class org.hibernate.envers.internal.synchronization.work.FakeBidirectionalRelationWorkUnit
 
getFallback(Map<?, ?>, ServiceRegistryImplementor) - Method in class org.hibernate.cache.internal.RegionFactoryInitiator
 
getFallbackProvider(Map<?, ?>, ServiceRegistryImplementor) - Method in class org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator
 
getFallbackSchemaManagementTool(Map<String, Object>, ServiceRegistryImplementor) - Method in class org.hibernate.dialect.Dialect
The SchemaManagementTool to use if none is explicitly specified.
getFallbackSchemaManagementTool(Map<String, Object>, ServiceRegistryImplementor) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getFallbackSqmInsertStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
getFallbackSqmInsertStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.DB2Dialect
 
getFallbackSqmInsertStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.DerbyDialect
 
getFallbackSqmInsertStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.Dialect
getFallbackSqmInsertStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getFallbackSqmInsertStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.H2Dialect
 
getFallbackSqmInsertStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.HANAColumnStoreDialect
 
getFallbackSqmInsertStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.HANARowStoreDialect
 
getFallbackSqmInsertStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.HSQLDialect
 
getFallbackSqmInsertStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.MySQLDialect
 
getFallbackSqmInsertStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.OracleDialect
 
getFallbackSqmInsertStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getFallbackSqmMutationStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
getFallbackSqmMutationStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.DB2Dialect
 
getFallbackSqmMutationStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.DerbyDialect
getFallbackSqmMutationStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.Dialect
getFallbackSqmMutationStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getFallbackSqmMutationStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.H2Dialect
 
getFallbackSqmMutationStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.HANAColumnStoreDialect
 
getFallbackSqmMutationStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.HANARowStoreDialect
 
getFallbackSqmMutationStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.HSQLDialect
 
getFallbackSqmMutationStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.MySQLDialect
 
getFallbackSqmMutationStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.OracleDialect
 
getFallbackSqmMutationStrategy(EntityMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getFamiliarName() - Method in class org.hibernate.testing.orm.domain.retail.Name
 
getFamily() - Method in class org.hibernate.testing.orm.domain.animal.Human
 
getFamilyName() - Method in class org.hibernate.testing.orm.domain.retail.Name
 
getFastSessionServices() - Method in class org.hibernate.action.internal.CollectionAction
Convenience method for all subclasses.
getFastSessionServices() - Method in class org.hibernate.action.internal.EntityAction
Convenience method for all subclasses.
getFastSessionServices() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getFastSessionServices() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
getFastSessionServices() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getFastSessionServices() - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
getFather() - Method in class org.hibernate.testing.orm.domain.animal.Animal
 
getFetch() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the fetch property.
getFetch() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getFetch() - Method in interface org.hibernate.boot.jaxb.mapping.FetchableAttribute
 
getFetch() - Method in class org.hibernate.boot.jaxb.mapping.JaxbBasic
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.boot.jaxb.mapping.JaxbFetchProfile
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToOne
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToOne
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Gets the value of the fetch property.
getFetch() - Method in class org.hibernate.query.criteria.CriteriaDefinition
 
getFetch() - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
getFetch() - Method in interface org.hibernate.query.criteria.JpaQueryPart
 
getFetch() - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
getFetch() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
 
getFetch() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
getFetch() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
getFetchable(int) - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
 
getFetchable(int) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
getFetchable(int) - Method in class org.hibernate.metamodel.mapping.internal.AbstractEmbeddableMapping
 
getFetchable(int) - Method in class org.hibernate.metamodel.mapping.internal.CompoundNaturalIdMapping
 
getFetchable(int) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationAttributeMapping
 
getFetchable(int) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedCollectionPart
 
getFetchable(int) - Method in class org.hibernate.metamodel.mapping.internal.InverseNonAggregatedIdentifierMapping
 
getFetchable(int) - Method in class org.hibernate.metamodel.mapping.internal.NonAggregatedIdentifierMappingImpl
 
getFetchable(int) - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
getFetchable(int) - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
getFetchable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getFetchable(int) - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddableValuedModelPart
 
getFetchable(int) - Method in interface org.hibernate.sql.results.graph.FetchableContainer
 
getFetchableContainer() - Method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor.HbmFetchParentMemento
 
getFetchableContainer() - Method in interface org.hibernate.query.internal.FetchMementoHbmStandard.FetchParentMemento
 
getFetchableKey() - Method in interface org.hibernate.metamodel.mapping.BasicEntityIdentifierMapping
 
getFetchableKey() - Method in interface org.hibernate.metamodel.mapping.CompositeIdentifierMapping
 
getFetchableKey() - Method in interface org.hibernate.metamodel.mapping.EntityDiscriminatorMapping
 
getFetchableKey() - Method in class org.hibernate.metamodel.mapping.internal.AbstractAttributeMapping
 
getFetchableKey() - Method in class org.hibernate.metamodel.mapping.internal.AbstractEntityCollectionPart
 
getFetchableKey() - Method in class org.hibernate.metamodel.mapping.internal.AnyDiscriminatorPart
 
getFetchableKey() - Method in class org.hibernate.metamodel.mapping.internal.AnyKeyPart
 
getFetchableKey() - Method in class org.hibernate.metamodel.mapping.internal.BasicValuedCollectionPart
 
getFetchableKey() - Method in class org.hibernate.metamodel.mapping.internal.CollectionIdentifierDescriptorImpl
 
getFetchableKey() - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedCollectionPart
 
getFetchableKey() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedCollectionPart
 
getFetchableKey() - Method in class org.hibernate.metamodel.mapping.internal.EntityVersionMappingImpl
 
getFetchableKey() - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
getFetchableKey() - Method in interface org.hibernate.metamodel.mapping.NonAggregatedIdentifierMapping
 
getFetchableKey() - Method in class org.hibernate.query.derived.AnonymousTupleBasicValuedModelPart
 
getFetchableKey() - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddableValuedModelPart
 
getFetchableKey() - Method in interface org.hibernate.sql.results.graph.Fetchable
The key that identifies this Fetchable within a FetchableContainer.
getFetchableName() - Method in interface org.hibernate.metamodel.mapping.EntityAssociationMapping
 
getFetchableName() - Method in interface org.hibernate.metamodel.mapping.EntityDiscriminatorMapping
 
getFetchableName() - Method in class org.hibernate.metamodel.mapping.internal.AbstractEntityCollectionPart
 
getFetchableName() - Method in class org.hibernate.metamodel.mapping.internal.AbstractStateArrayContributorMapping
 
getFetchableName() - Method in class org.hibernate.metamodel.mapping.internal.AnyDiscriminatorPart
 
getFetchableName() - Method in class org.hibernate.metamodel.mapping.internal.AnyKeyPart
 
getFetchableName() - Method in class org.hibernate.metamodel.mapping.internal.BasicEntityIdentifierMappingImpl
 
getFetchableName() - Method in class org.hibernate.metamodel.mapping.internal.BasicValuedCollectionPart
 
getFetchableName() - Method in class org.hibernate.metamodel.mapping.internal.CollectionIdentifierDescriptorImpl
 
getFetchableName() - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedCollectionPart
 
getFetchableName() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedCollectionPart
 
getFetchableName() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedIdentifierMappingImpl
 
getFetchableName() - Method in interface org.hibernate.metamodel.mapping.internal.EntityCollectionPart
 
getFetchableName() - Method in class org.hibernate.metamodel.mapping.internal.EntityVersionMappingImpl
 
getFetchableName() - Method in class org.hibernate.metamodel.mapping.internal.InverseNonAggregatedIdentifierMapping
 
getFetchableName() - Method in class org.hibernate.metamodel.mapping.internal.NonAggregatedIdentifierMappingImpl
 
getFetchableName() - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
getFetchableName() - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
getFetchableName() - Method in class org.hibernate.query.derived.AnonymousTupleBasicValuedModelPart
 
getFetchableName() - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddableValuedModelPart
 
getFetchableName() - Method in interface org.hibernate.query.NativeQuery.FetchReturn
 
getFetchableName() - Method in class org.hibernate.query.results.dynamic.DynamicFetchBuilderLegacy
 
getFetchableName() - Method in interface org.hibernate.sql.results.graph.Fetchable
The name of the fetchable.
getFetchablePath() - Method in interface org.hibernate.boot.query.HbmResultSetMappingDescriptor.HbmFetchDescriptor
 
getFetchablePath() - Method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor.JoinDescriptor
 
getFetchablePath() - Method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor.PropertyFetchDescriptor
 
getFetchBatchSize() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getFetchBatchSize() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
getFetchBatchSize() - Method in class org.hibernate.internal.SessionImpl
 
getFetchBatchSize() - Method in interface org.hibernate.Session
Get the maximum batch size for batch fetching associations by id in this session.
getFetchByRole(String) - Method in class org.hibernate.engine.profile.DefaultFetchProfile
 
getFetchByRole(String) - Method in class org.hibernate.engine.profile.FetchProfile
Obtain the fetch override associated with the given role.
getFetchCharacteristics() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
getFetchCharacteristics() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceManyToOneImpl
 
getFetchCharacteristics() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceManyToManyImpl
 
getFetchCharacteristics() - Method in interface org.hibernate.boot.model.source.spi.FetchableAttributeSource
 
getFetchCharacteristics() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceManyToMany
 
getFetchCharacteristics() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
getFetchCharacteristics() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSourceToOne
 
getFetchClauseExpression() - Method in class org.hibernate.sql.ast.tree.select.QueryPart
 
getFetchClauseType() - Method in class org.hibernate.query.criteria.CriteriaDefinition
 
getFetchClauseType() - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
getFetchClauseType() - Method in interface org.hibernate.query.criteria.JpaQueryPart
 
getFetchClauseType() - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
getFetchClauseType() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
 
getFetchClauseType() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
getFetchClauseType() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
getFetchClauseType() - Method in class org.hibernate.sql.ast.tree.select.QueryPart
 
getFetchClauseTypeForRowNumbering(QueryPart) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getFetchContainer() - Method in class org.hibernate.sql.results.graph.AbstractFetchParent
 
getFetchContainer() - Method in class org.hibernate.sql.results.graph.embeddable.internal.AggregateEmbeddableFetchImpl
 
getFetchContainer() - Method in class org.hibernate.sql.results.graph.embeddable.internal.AggregateEmbeddableResultImpl
 
getFetchContainer() - Method in class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableExpressionResultImpl
 
getFetchContainer() - Method in class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableFetchImpl
 
getFetchContainer() - Method in class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableForeignKeyResultImpl
 
getFetchContainer() - Method in class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableResultImpl
 
getFetchContainer() - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityResultGraphNode
 
getFetchContainer() - Method in class org.hibernate.sql.results.graph.entity.AbstractNonLazyEntityFetch
 
getFetchCount() - Method in interface org.hibernate.stat.CollectionStatistics
Number of times (since last Statistics clearing) this collection has been fetched
getFetchCount() - Method in interface org.hibernate.stat.EntityStatistics
Number of times (since last Statistics clearing) this entity has been fetched
getFetchCount() - Method in class org.hibernate.stat.internal.CollectionStatisticsImpl
 
getFetchCount() - Method in class org.hibernate.stat.internal.EntityStatisticsImpl
 
getFetchedAttribute() - Method in class org.hibernate.query.internal.FetchMementoBasicStandard
 
getFetchedMapping() - Method in class org.hibernate.sql.results.graph.basic.BasicFetch
 
getFetchedMapping() - Method in class org.hibernate.sql.results.graph.collection.internal.CollectionFetch
 
getFetchedMapping() - Method in class org.hibernate.sql.results.graph.embeddable.internal.AggregateEmbeddableFetchImpl
 
getFetchedMapping() - Method in class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableFetchImpl
 
getFetchedMapping() - Method in class org.hibernate.sql.results.graph.entity.AbstractNonLazyEntityFetch
 
getFetchedMapping() - Method in class org.hibernate.sql.results.graph.entity.internal.AbstractNonJoinedEntityFetch
 
getFetchedMapping() - Method in interface org.hibernate.sql.results.graph.Fetch
The value mapping being fetched
getFetchedMapping() - Method in class org.hibernate.sql.results.internal.domain.CircularBiDirectionalFetchImpl
 
getFetchedMapping() - Method in class org.hibernate.sql.results.internal.domain.CircularFetchImpl
 
getFetches() - Method in class org.hibernate.engine.profile.DefaultFetchProfile
 
getFetches() - Method in class org.hibernate.engine.profile.FetchProfile
A map of Fetch instances, keyed by association role
getFetches() - Method in class org.hibernate.mapping.FetchProfile
Retrieve the fetches associated with this profile
getFetches() - Method in class org.hibernate.metamodel.mapping.internal.CompoundNaturalIdMapping.DomainResultImpl
 
getFetches() - Method in interface org.hibernate.query.criteria.JpaFetch
 
getFetches() - Method in interface org.hibernate.query.criteria.JpaFetchParent
 
getFetches() - Method in class org.hibernate.query.results.complete.EntityResultImpl
 
getFetches() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
getFetches() - Method in class org.hibernate.sql.results.graph.AbstractFetchParent
 
getFetches() - Method in class org.hibernate.sql.results.graph.collection.internal.CollectionDomainResult
 
getFetches() - Method in class org.hibernate.sql.results.graph.collection.internal.EagerCollectionFetch
 
getFetches() - Method in class org.hibernate.sql.results.graph.entity.internal.AbstractNonJoinedEntityFetch
 
getFetches() - Method in interface org.hibernate.sql.results.graph.FetchParent
Retrieve the fetches owned by this fetch source.
getFetchExpression() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
 
getFetchGroupAttributeDescriptors(String) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
 
getFetchGroupName() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor
Access to the name of the fetch group to which the attribute belongs
getFetchGroupName(String) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
 
getFetchGroupNames() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
 
getFetchMode() - Method in interface org.hibernate.boot.jaxb.mapping.CollectionAttribute
 
getFetchMode() - Method in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
Gets the value of the fetchMode property.
getFetchMode() - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
Gets the value of the fetchMode property.
getFetchMode() - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToOne
Gets the value of the fetchMode property.
getFetchMode() - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
Gets the value of the fetchMode property.
getFetchMode() - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToOne
Gets the value of the fetchMode property.
getFetchMode() - Method in interface org.hibernate.boot.jaxb.mapping.ToOneAttribute
 
getFetchMode() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
getFetchMode() - Method in class org.hibernate.jpamodelgen.validation.MockCollectionPersister
 
getFetchMode() - Method in class org.hibernate.mapping.Collection
 
getFetchMode() - Method in interface org.hibernate.mapping.Fetchable
 
getFetchMode() - Method in class org.hibernate.mapping.OneToMany
 
getFetchMode() - Method in class org.hibernate.mapping.SimpleValue
 
getFetchMode() - Method in class org.hibernate.mapping.ToOne
 
getFetchMode() - Method in interface org.hibernate.mapping.Value
 
getFetchMode() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getFetchMode() - Method in interface org.hibernate.persister.collection.QueryableCollection
Deprecated.
Should we load this collection role by outerjoining?
getFetchMode() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
Deprecated.
 
getFetchMode() - Method in class org.hibernate.tuple.BaselineAttributeInformation
Deprecated.
 
getFetchMode() - Method in interface org.hibernate.tuple.NonIdentifierAttribute
Deprecated.
 
getFetchMode(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getFetchMode(int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Deprecated.
May this (subclass closure) property be fetched using an SQL outerjoin?
getFetchMode(int) - Method in class org.hibernate.type.AnyType
 
getFetchMode(int) - Method in class org.hibernate.type.ComponentType
 
getFetchMode(int) - Method in interface org.hibernate.type.CompositeType
Retrieve the fetch mode of the indicated component property.
getFetchMode(FetchType) - Static method in class org.hibernate.boot.model.internal.BinderHelper
 
getFetchParent() - Method in class org.hibernate.sql.results.graph.basic.BasicFetch
 
getFetchParent() - Method in class org.hibernate.sql.results.graph.collection.internal.CollectionFetch
 
getFetchParent() - Method in class org.hibernate.sql.results.graph.embeddable.internal.AggregateEmbeddableFetchImpl
 
getFetchParent() - Method in class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableFetchImpl
 
getFetchParent() - Method in class org.hibernate.sql.results.graph.entity.AbstractNonLazyEntityFetch
 
getFetchParent() - Method in class org.hibernate.sql.results.graph.entity.internal.AbstractNonJoinedEntityFetch
 
getFetchParent() - Method in interface org.hibernate.sql.results.graph.Fetch
Obtain the owner of this fetch.
getFetchParent() - Method in class org.hibernate.sql.results.internal.domain.CircularBiDirectionalFetchImpl
 
getFetchParent() - Method in class org.hibernate.sql.results.internal.domain.CircularFetchImpl
 
getFetchParentAccess() - Method in class org.hibernate.sql.results.graph.embeddable.AbstractEmbeddableInitializer
 
getFetchParentAccess() - Method in interface org.hibernate.sql.results.graph.embeddable.EmbeddableInitializer
 
getFetchParentAccess() - Method in class org.hibernate.sql.results.graph.embeddable.internal.AbstractNonAggregatedIdentifierMappingInitializer
 
getFetchParentAccess() - Method in class org.hibernate.sql.results.graph.entity.internal.AbstractBatchEntitySelectFetchInitializer
 
getFetchParentAccess() - Method in class org.hibernate.sql.results.graph.entity.internal.EntityDelayedFetchInitializer
 
getFetchParentAccess() - Method in class org.hibernate.sql.results.graph.entity.internal.EntitySelectFetchInitializer
 
getFetchParentAccess() - Method in interface org.hibernate.sql.results.graph.FetchParentAccess
 
getFetchProfile() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
getFetchProfile() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Gets the value of the fetchProfile property.
getFetchProfile() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the fetchProfile property.
getFetchProfile() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the fetchProfile property.
getFetchProfile() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the fetchProfile property.
getFetchProfile() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the fetchProfile property.
getFetchProfile() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the fetchProfile property.
getFetchProfile(String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getFetchProfile(String) - Method in class org.hibernate.boot.internal.MetadataImpl
 
getFetchProfile(String) - Method in interface org.hibernate.boot.Metadata
 
getFetchProfile(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getFetchProfile(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getFetchProfile(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Retrieve fetch profile by name.
getFetchProfile(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getFetchProfileMap() - Method in class org.hibernate.boot.internal.MetadataImpl
 
getFetchProfiles() - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getFetchProfiles() - Method in class org.hibernate.boot.internal.MetadataImpl
 
getFetchProfiles() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
Gets the value of the fetchProfiles property.
getFetchProfiles() - Method in interface org.hibernate.boot.Metadata
 
getFetchProfiles() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getFetchProfiles(MetadataImplementor, RuntimeMetamodels) - Static method in class org.hibernate.internal.FetchProfileHelper
 
getFetchSize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Gets the value of the fetchSize property.
getFetchSize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Gets the value of the fetchSize property.
getFetchSize() - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedNativeQuery
Gets the value of the fetchSize property.
getFetchSize() - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedQuery
Gets the value of the fetchSize property.
getFetchSize() - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
 
getFetchSize() - Method in class org.hibernate.boot.spi.AbstractNamedQueryDefinition
 
getFetchSize() - Method in class org.hibernate.engine.jdbc.mutation.internal.MutationQueryOptions
 
getFetchSize() - Method in class org.hibernate.internal.JdbcSessionContextImpl
Deprecated.
getFetchSize() - Method in class org.hibernate.loader.ast.internal.LoaderSqlAstCreationState
 
getFetchSize() - Method in class org.hibernate.query.internal.NamedQueryHelper.NamedQueryDescriptorBuilder
 
getFetchSize() - Method in class org.hibernate.query.internal.QueryOptionsImpl
 
getFetchSize() - Method in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
getFetchSize() - Method in class org.hibernate.query.named.AbstractNamedQueryMemento
 
getFetchSize() - Method in interface org.hibernate.query.named.NamedQueryMemento
 
getFetchSize() - Method in interface org.hibernate.query.SelectionQuery
Obtain the JDBC fetch size hint in effect for this query.
getFetchSize() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
getFetchSize() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
 
getFetchSize() - Method in interface org.hibernate.query.spi.QueryOptions
The fetch size to be applied to the JDBC query.
getFetchSize() - Method in class org.hibernate.query.spi.QueryOptionsAdapter
 
getFetchSize() - Method in class org.hibernate.query.spi.SqlOmittingQueryOptions
 
getFetchSize() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
getFetchSize() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
Deprecated, for removal: This API element is subject to removal in a future version.
this is never called, and luckily so, because it's not null-safe
getFetchSize() - Method in class org.hibernate.sql.exec.spi.StatementOptions
 
getFetchSizeOrNull() - Method in class org.hibernate.internal.JdbcSessionContextImpl
 
getFetchSizeOrNull() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
 
getFetchStrategy() - Method in class org.hibernate.sql.results.graph.EntityGraphTraversalState.TraversalResult
 
getFetchStyle() - Method in class org.hibernate.boot.model.source.internal.hbm.FetchCharacteristicsPluralAttributeImpl
 
getFetchStyle() - Method in class org.hibernate.boot.model.source.internal.hbm.FetchCharacteristicsSingularAssociationImpl
 
getFetchStyle() - Method in interface org.hibernate.boot.model.source.spi.FetchCharacteristics
 
getFetchStyle() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
 
getFetchTiming() - Method in class org.hibernate.boot.model.source.internal.hbm.FetchCharacteristicsPluralAttributeImpl
 
getFetchTiming() - Method in class org.hibernate.boot.model.source.internal.hbm.FetchCharacteristicsSingularAssociationImpl
 
getFetchTiming() - Method in interface org.hibernate.boot.model.source.spi.FetchCharacteristics
 
getFetchTiming() - Method in class org.hibernate.sql.results.graph.EntityGraphTraversalState.FetchStrategy
 
getField() - Method in class org.hibernate.property.access.spi.SetterFieldImpl
 
getField(Class, String) - Static method in class org.hibernate.testing.util.ReflectionUtil
Get a field from a given class
getField(Class, PropertyData) - Static method in class org.hibernate.envers.internal.tools.ReflectionTools
 
getFieldByReflection(Object, String) - Static method in class org.hibernate.testing.bytecode.enhancement.EnhancerTestUtils
 
getFieldName() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
getFieldResult() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityResult
Gets the value of the fieldResult property.
getFieldResult() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityResult
Gets the value of the fieldResult property.
getFieldValue(Object, String) - Static method in class org.hibernate.testing.util.ReflectionUtil
Get a field value from a given object
getFile() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
Gets the value of the file property.
getFillerExpression() - Method in class org.hibernate.query.sqm.tree.expression.SqmOverflow
 
getFillerExpression() - Method in class org.hibernate.sql.ast.tree.expression.Overflow
 
getFilter() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the filter property.
getFilter() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the filter property.
getFilter() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the filter property.
getFilter() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the filter property.
getFilter() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Gets the value of the filter property.
getFilter() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the filter property.
getFilter() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the filter property.
getFilter() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the filter property.
getFilter() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getFilter() - Method in class org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoPrimitiveArrayAdapter
 
getFilter() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the filter property.
getFilter() - Method in class org.hibernate.query.sqm.function.SelfRenderingAggregateFunctionSqlAstExpression
 
getFilter() - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmAggregateFunction
 
getFilter() - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmWindowFunction
 
getFilter() - Method in class org.hibernate.query.sqm.function.SelfRenderingWindowFunctionSqlAstExpression
 
getFilter() - Method in interface org.hibernate.query.sqm.tree.expression.SqmAggregateFunction
 
getFilter() - Method in interface org.hibernate.query.sqm.tree.expression.SqmWindowFunction
 
getFilter() - Method in interface org.hibernate.sql.ast.tree.expression.AggregateFunctionExpression
 
getFilter() - Method in interface org.hibernate.sql.ast.tree.expression.WindowFunctionExpression
 
getFilter() - Method in class org.hibernate.sql.ast.tree.predicate.FilterPredicate.FilterFragmentPredicate
 
getFilterAliasGenerator(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getFilterAliasGenerator(String) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
getFilterAliasGenerator(String) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
getFilterAliasGenerator(String) - Method in interface org.hibernate.persister.entity.EntityPersister
 
getFilterAliasGenerator(String) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getFilterAliasGenerator(String) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getFilterAliasGenerator(String) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getFilterAliasGenerator(TableGroup) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getFilterAliasGenerator(TableGroup) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
getFilterAliasGenerator(TableGroup) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
getFilterAliasGenerator(TableGroup) - Method in interface org.hibernate.persister.entity.EntityPersister
 
getFilterDef() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the filterDef property.
getFilterDefinition() - Method in interface org.hibernate.Filter
Deprecated.
There is no plan to remove this operation, but its use should be avoided since FilterDefinition is an SPI type, and so this operation is a layer-breaker.
getFilterDefinition() - Method in class org.hibernate.internal.FilterImpl
 
getFilterDefinition(String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getFilterDefinition(String) - Method in class org.hibernate.boot.internal.MetadataImpl
 
getFilterDefinition(String) - Method in interface org.hibernate.boot.Metadata
Retrieves a filter definition by name.
getFilterDefinition(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getFilterDefinition(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
Deprecated.
getFilterDefinition(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
getFilterDefinition(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getFilterDefinition(String) - Method in interface org.hibernate.SessionFactory
Deprecated.
There is no plan to remove this operation, but its use should be avoided since FilterDefinition is an SPI type, and so this operation is a layer-breaker.
getFilterDefinitions() - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getFilterDefinitions() - Method in class org.hibernate.boot.internal.MetadataImpl
 
getFilterDefinitions() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
Gets the value of the filterDefinitions property.
getFilterDefinitions() - Method in interface org.hibernate.boot.Metadata
Retrieves the complete map of filter definitions.
getFilterDefinitions() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getFilterJdbcParameters() - Method in interface org.hibernate.sql.exec.spi.JdbcOperationQuery
Deprecated.
No longer used.
getFilterName() - Method in class org.hibernate.engine.spi.FilterDefinition
Get the name of the filter this configuration defines.
getFilterName() - Method in class org.hibernate.sql.ast.tree.predicate.FilterPredicate.FilterFragmentParameter
 
getFilterName() - Method in class org.hibernate.sql.ast.tree.predicate.FilterPredicate.FilterFragmentPredicate
 
getFilterParam() - Method in class org.hibernate.boot.jaxb.mapping.JaxbFilterDef
Gets the value of the filterParam property.
getFilterParameterValue(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
getFilters() - Method in class org.hibernate.mapping.Collection
 
getFilters() - Method in interface org.hibernate.mapping.Filterable
 
getFilters() - Method in class org.hibernate.mapping.PersistentClass
 
getFilters() - Method in class org.hibernate.mapping.Subclass
 
getFilterSources() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
getFilterSources() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
getFilterSources() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceManyToManyImpl
 
getFilterSources() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
Obtain the filters for this entity.
getFilterSources() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceManyToMany
 
getFilterSources() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
getFinalSql() - Method in class org.hibernate.sql.results.jdbc.internal.DeferredResultSetAccess
 
getFirst() - Method in class org.hibernate.envers.internal.tools.Triple
 
getFirst() - Method in class org.hibernate.envers.tools.Pair
 
getFirst() - Method in class org.hibernate.testing.orm.domain.animal.Name
 
getFirst() - Method in class org.hibernate.testing.orm.domain.contacts.Contact.Name
 
getFirstLevelCache() - Method in class org.hibernate.envers.internal.reader.AuditReaderImpl
 
getFirstLevelCache() - Method in interface org.hibernate.envers.internal.reader.AuditReaderImplementor
 
getFirstNonWhitespaceCharacter(String) - Static method in class org.hibernate.internal.util.StringHelper
 
getFirstQuerySpec() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryGroup
 
getFirstQuerySpec() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
 
getFirstQuerySpec() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
getFirstQuerySpec() - Method in class org.hibernate.sql.ast.tree.select.QueryGroup
 
getFirstQuerySpec() - Method in class org.hibernate.sql.ast.tree.select.QueryPart
 
getFirstQuerySpec() - Method in class org.hibernate.sql.ast.tree.select.QuerySpec
 
getFirstResult() - Method in class org.hibernate.query.criteria.internal.NamedCriteriaQueryMementoImpl
 
getFirstResult() - Method in class org.hibernate.query.hql.internal.NamedHqlQueryMementoImpl
 
getFirstResult() - Method in class org.hibernate.query.Page
 
getFirstResult() - Method in interface org.hibernate.query.SelectionQuery
The first row position to return from the query results.
getFirstResult() - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
getFirstResult() - Method in class org.hibernate.query.spi.AbstractQuery
 
getFirstResult() - Method in class org.hibernate.query.sql.internal.NamedNativeQueryMementoImpl
 
getFirstResult() - Method in interface org.hibernate.query.sql.spi.NamedNativeQueryMemento
 
getFirstResult() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
getFirstResult() - Method in interface org.hibernate.query.sqm.spi.NamedSqmQueryMemento
 
getFirstRow() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
 
getFirstRow() - Method in class org.hibernate.query.spi.Limit
 
getFirstRow() - Method in interface org.hibernate.query.spi.QueryOptions
The first row from the results to return
getFirstRow() - Method in class org.hibernate.query.spi.SqlOmittingQueryOptions
 
getFirstRow() - Method in class org.hibernate.sql.exec.spi.StatementOptions
 
getFirstRow(Limit) - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
Retrieve the indicated first row for pagination
getFirstRowJpa() - Method in class org.hibernate.query.spi.Limit
 
getFirstTriggeredMessage() - Method in interface org.hibernate.testing.orm.junit.MessageKeyWatcher
 
getFirstTriggeredMessage() - Method in class org.hibernate.testing.orm.junit.MessageKeyWatcherImpl
 
getFixture() - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
 
getFixture() - Method in class org.hibernate.sql.ast.tree.expression.CaseSimpleExpression
 
getFloatPrecision() - Method in class org.hibernate.dialect.DerbyDialect
 
getFloatPrecision() - Method in class org.hibernate.dialect.Dialect
This is the default precision for a generated column mapped to a Java Float or float.
getFloatPrecision() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getFloatPrecision() - Method in class org.hibernate.dialect.MySQLDialect
 
getFloatPrecision() - Method in class org.hibernate.dialect.SybaseASEDialect
 
getFloatValue() - Method in class org.hibernate.testing.orm.domain.animal.Human
 
getFlushCount() - Method in class org.hibernate.stat.internal.StatisticsImpl
 
getFlushCount() - Method in interface org.hibernate.stat.Statistics
The global number of flush operations executed, including automatic (either manual or automatic).
getFlushMode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Gets the value of the flushMode property.
getFlushMode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Gets the value of the flushMode property.
getFlushMode() - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedNativeQuery
Gets the value of the flushMode property.
getFlushMode() - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedQuery
Gets the value of the flushMode property.
getFlushMode() - Method in class org.hibernate.boot.model.internal.QueryHintDefinition
 
getFlushMode() - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
 
getFlushMode() - Method in class org.hibernate.boot.spi.AbstractNamedQueryDefinition
 
getFlushMode() - Method in class org.hibernate.engine.jdbc.mutation.internal.MutationQueryOptions
 
getFlushMode() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getFlushMode() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
getFlushMode() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Deprecated.
there's no good reason to expose this here
getFlushMode() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
getFlushMode() - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
getFlushMode() - Method in class org.hibernate.loader.ast.internal.LoaderSqlAstCreationState
 
getFlushMode() - Method in interface org.hibernate.query.CommonQueryContract
The JPA FlushModeType in effect for this query.
getFlushMode() - Method in class org.hibernate.query.internal.NamedQueryHelper.NamedQueryDescriptorBuilder
 
getFlushMode() - Method in class org.hibernate.query.internal.QueryOptionsImpl
 
getFlushMode() - Method in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
getFlushMode() - Method in class org.hibernate.query.named.AbstractNamedQueryMemento
 
getFlushMode() - Method in interface org.hibernate.query.named.NamedQueryMemento
 
getFlushMode() - Method in class org.hibernate.query.spi.AbstractQuery
 
getFlushMode() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
getFlushMode() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
 
getFlushMode() - Method in interface org.hibernate.query.spi.QueryOptions
The flush mode to use for the query execution
getFlushMode() - Method in class org.hibernate.query.spi.QueryOptionsAdapter
 
getFlushMode() - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
getFlushMode() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
getFlushMode() - Method in interface org.hibernate.Session
Get the current JPA flush mode for this session.
getFlushMode(FlushModeType) - Static method in class org.hibernate.jpa.internal.util.FlushModeTypeHelper
 
getFlushMode(Object) - Static method in class org.hibernate.jpa.internal.util.ConfigurationHelper
 
getFlushMode(Object, FlushMode) - Static method in class org.hibernate.jpa.internal.util.ConfigurationHelper
 
getFlushModeType(FlushMode) - Static method in class org.hibernate.jpa.internal.util.FlushModeTypeHelper
 
getFollowOnLocking() - Method in class org.hibernate.LockOptions
Returns a value indicating if follow-on locking was force enabled or disabled, overriding the default behavior of the SQL dialect.
getForClass() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.AuditOverrideData
 
getForeignKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.boot.jaxb.mapping.JaxbAssociationOverride
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.boot.jaxb.mapping.JaxbCollectionTable
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.boot.jaxb.mapping.JaxbJoinTable
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToOne
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToOne
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.AssociationOverride
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the foreignKey property.
getForeignKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Gets the value of the foreignKey property.
getForeignKey(Identifier) - Method in class org.hibernate.tool.schema.extract.internal.TableInformationImpl
 
getForeignKey(Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
Retrieve the named ForeignKeyInformation
getForeignKeyDefinition() - Method in class org.hibernate.boot.jaxb.mapping.JaxbForeignKey
Gets the value of the foreignKeyDefinition property.
getForeignKeyDefinition() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ForeignKey
Gets the value of the foreignKeyDefinition property.
getForeignKeyDefinition() - Method in class org.hibernate.mapping.SimpleValue
 
getForeignKeyDescriptor() - Method in interface org.hibernate.metamodel.mapping.Association
The descriptor, allowing access to column(s), etc
getForeignKeyDescriptor() - Method in class org.hibernate.metamodel.mapping.internal.ManyToManyCollectionPart
 
getForeignKeyDescriptor() - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
getForeignKeyDirection() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceManyToOneImpl
 
getForeignKeyDirection() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSourceToOne
 
getForeignKeyDirection() - Method in class org.hibernate.type.AnyType
 
getForeignKeyDirection() - Method in interface org.hibernate.type.AssociationType
Get the foreign key directionality of this association
getForeignKeyDirection() - Method in class org.hibernate.type.CollectionType
 
getForeignKeyDirection() - Method in class org.hibernate.type.ManyToOneType
 
getForeignKeyDirection() - Method in class org.hibernate.type.OneToOneType
 
getForeignKeyExporter() - Method in class org.hibernate.dialect.Dialect
getForeignKeyExporter() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getForeignKeyExporter() - Method in class org.hibernate.dialect.SpannerDialect
 
getForeignKeyIdentifier() - Method in class org.hibernate.tool.schema.extract.internal.ForeignKeyInformationImpl
 
getForeignKeyIdentifier() - Method in interface org.hibernate.tool.schema.extract.spi.ForeignKeyInformation
Obtain the identifier for this FK.
getForeignKeyIterator() - Method in class org.hibernate.mapping.Table
Deprecated.
getForeignKeyName() - Method in class org.hibernate.mapping.SimpleValue
 
getForeignKeyPart() - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
getForeignKeys() - Method in class org.hibernate.mapping.Table
 
getForeignKeys() - Method in class org.hibernate.tool.schema.extract.internal.TableInformationImpl
 
getForeignKeys() - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
Obtain an iterable over all the table's defined foreign keys.
getForeignKeys(TableInformation) - Method in class org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl
 
getForeignKeys(TableInformation) - Method in interface org.hibernate.tool.schema.extract.spi.InformationExtractor
Extract information about foreign keys defined on the given table (targeting or point-at other tables).
getForeignKeyType() - Method in class org.hibernate.mapping.OneToOne
Returns the foreignKeyType.
getForInsert(Object, Map, SharedSessionContractImplementor) - Method in class org.hibernate.property.access.internal.ChainedPropertyAccessImpl
 
getForInsert(Object, Map, SharedSessionContractImplementor) - Method in class org.hibernate.property.access.internal.PropertyAccessCompositeUserTypeImpl
 
getForInsert(Object, Map, SharedSessionContractImplementor) - Method in class org.hibernate.property.access.internal.PropertyAccessMapImpl.GetterImpl
 
getForInsert(Object, Map, SharedSessionContractImplementor) - Method in interface org.hibernate.property.access.spi.Getter
Get the property value from the given owner instance.
getForInsert(Object, Map, SharedSessionContractImplementor) - Method in class org.hibernate.property.access.spi.GetterFieldImpl
 
getForInsert(Object, Map, SharedSessionContractImplementor) - Method in class org.hibernate.property.access.spi.GetterMethodImpl
 
getFormat() - Method in class org.hibernate.sql.ast.tree.expression.Format
 
getFormatMapper(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.spi.FormatMapperBasedJavaType
 
getFormatMapper(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.spi.JsonJavaType
 
getFormatMapper(TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.spi.XmlJavaType
 
getFormattedSequenceName(QualifiedSequenceName, Metadata, SqlStringGenerationContext) - Method in class org.hibernate.tool.schema.internal.StandardSequenceExporter
 
getFormatter() - Method in enum org.hibernate.engine.jdbc.internal.FormatStyle
 
getFormula() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Gets the value of the formula property.
getFormula() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
Gets the value of the formula property.
getFormula() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Gets the value of the formula property.
getFormula() - Method in class org.hibernate.boot.jaxb.mapping.JaxbBasic
Gets the value of the formula property.
getFormula() - Method in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
Gets the value of the formula property.
getFormula() - Method in class org.hibernate.boot.jaxb.mapping.JaxbMultiTenancy
Gets the value of the formula property.
getFormula() - Method in class org.hibernate.mapping.Formula
 
getFormulaAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the formulaAttribute property.
getFormulaAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Gets the value of the formulaAttribute property.
getFormulaAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Gets the value of the formulaAttribute property.
getFormulaAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Gets the value of the formulaAttribute property.
getFormulaAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the formulaAttribute property.
getFormulaAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
Gets the value of the formulaAttribute property.
getFormulaAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
Gets the value of the formulaAttribute property.
getFormulaAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
Gets the value of the formulaAttribute property.
getFormulaAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Gets the value of the formulaAttribute property.
getFormulaAttribute() - Method in class org.hibernate.boot.model.source.internal.hbm.BasicAttributeColumnsAndFormulasSource
 
getFormulaAttribute() - Method in class org.hibernate.boot.model.source.internal.hbm.ManyToOneAttributeColumnsAndFormulasSource
 
getFormulaAttribute() - Method in class org.hibernate.boot.model.source.internal.hbm.RelationalValueSourceHelper.AbstractColumnsAndFormulasSource
 
getFormulaAttribute() - Method in interface org.hibernate.boot.model.source.internal.hbm.RelationalValueSourceHelper.ColumnsAndFormulasSource
Access to any formula defined via XML attribute.
getFormulaSources() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSourceOneToOne
 
getForShare(int) - Method in class org.hibernate.dialect.CockroachSqlAstTranslator
 
getForShare(int) - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
getForShare(int) - Method in class org.hibernate.dialect.DerbySqlAstTranslator
 
getForShare(int) - Method in class org.hibernate.dialect.MariaDBSqlAstTranslator
 
getForShare(int) - Method in class org.hibernate.dialect.MySQLSqlAstTranslator
 
getForShare(int) - Method in class org.hibernate.dialect.PostgreSQLSqlAstTranslator
 
getForShare(int) - Method in class org.hibernate.dialect.TiDBSqlAstTranslator
 
getForShare(int) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getForUpdate() - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
getForUpdate() - Method in class org.hibernate.dialect.DerbySqlAstTranslator
 
getForUpdate() - Method in class org.hibernate.dialect.PostgreSQLSqlAstTranslator
 
getForUpdate() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getForUpdateNowaitString() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getForUpdateNowaitString() - Method in class org.hibernate.dialect.CockroachDialect
 
getForUpdateNowaitString() - Method in class org.hibernate.dialect.Dialect
Retrieves the FOR UPDATE NOWAIT syntax specific to this dialect.
getForUpdateNowaitString() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getForUpdateNowaitString() - Method in class org.hibernate.dialect.MySQLDialect
 
getForUpdateNowaitString() - Method in class org.hibernate.dialect.OracleDialect
 
getForUpdateNowaitString() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getForUpdateNowaitString() - Method in class org.hibernate.dialect.SpannerDialect
 
getForUpdateNowaitString() - Method in class org.hibernate.dialect.TiDBDialect
 
getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.AbstractHANADialect
 
getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.CockroachDialect
 
getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.Dialect
Get the FOR UPDATE OF column_list NOWAIT fragment appropriate for this dialect, given the aliases of the columns to be write locked.
getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.MySQLDialect
 
getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.OracleDialect
 
getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.SpannerDialect
 
getForUpdateNowaitString(String) - Method in class org.hibernate.dialect.TiDBDialect
 
getForUpdatePattern() - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
The offset/limit clauses typically must come before the FOR UPDATEish clauses, so we need a way to identify these clauses in the text of the whole query.
getForUpdatePattern() - Method in class org.hibernate.dialect.pagination.DerbyLimitHandler
The offset/fetch clauses must come before the FOR UPDATEish and WITH clauses.
getForUpdatePattern() - Method in class org.hibernate.dialect.pagination.LimitLimitHandler
 
getForUpdateSkipLockedString() - Method in class org.hibernate.dialect.CockroachDialect
 
getForUpdateSkipLockedString() - Method in class org.hibernate.dialect.DB2Dialect
 
getForUpdateSkipLockedString() - Method in class org.hibernate.dialect.Dialect
Retrieves the FOR UPDATE SKIP LOCKED syntax specific to this dialect.
getForUpdateSkipLockedString() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getForUpdateSkipLockedString() - Method in class org.hibernate.dialect.MySQLDialect
 
getForUpdateSkipLockedString() - Method in class org.hibernate.dialect.OracleDialect
 
getForUpdateSkipLockedString() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getForUpdateSkipLockedString() - Method in class org.hibernate.dialect.SpannerDialect
 
getForUpdateSkipLockedString(String) - Method in class org.hibernate.dialect.CockroachDialect
 
getForUpdateSkipLockedString(String) - Method in class org.hibernate.dialect.DB2Dialect
 
getForUpdateSkipLockedString(String) - Method in class org.hibernate.dialect.Dialect
Get the FOR UPDATE OF column_list SKIP LOCKED fragment appropriate for this dialect, given the aliases of the columns to be write locked.
getForUpdateSkipLockedString(String) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getForUpdateSkipLockedString(String) - Method in class org.hibernate.dialect.MySQLDialect
 
getForUpdateSkipLockedString(String) - Method in class org.hibernate.dialect.OracleDialect
 
getForUpdateSkipLockedString(String) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getForUpdateSkipLockedString(String) - Method in class org.hibernate.dialect.SpannerDialect
 
getForUpdateString() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
getForUpdateString() - Method in class org.hibernate.dialect.DB2400Dialect
Deprecated.
 
getForUpdateString() - Method in class org.hibernate.dialect.DB2Dialect
 
getForUpdateString() - Method in class org.hibernate.dialect.DerbyDialect
 
getForUpdateString() - Method in class org.hibernate.dialect.Dialect
Get the string to append to SELECT statements to acquire pessimistic UPGRADE locks for this dialect.
getForUpdateString() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getForUpdateString() - Method in class org.hibernate.dialect.HSQLDialect
 
getForUpdateString() - Method in class org.hibernate.dialect.SpannerDialect
 
getForUpdateString(String) - Method in class org.hibernate.dialect.AbstractHANADialect
 
getForUpdateString(String) - Method in class org.hibernate.dialect.CockroachDialect
 
getForUpdateString(String) - Method in class org.hibernate.dialect.Dialect
Get the FOR UPDATE OF column_list fragment appropriate for this dialect, given the aliases of the columns to be write locked.
getForUpdateString(String) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getForUpdateString(String) - Method in class org.hibernate.dialect.MySQLDialect
 
getForUpdateString(String) - Method in class org.hibernate.dialect.OracleDialect
 
getForUpdateString(String) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getForUpdateString(String) - Method in class org.hibernate.dialect.SpannerDialect
 
getForUpdateString(String, LockOptions) - Method in class org.hibernate.dialect.AbstractHANADialect
 
getForUpdateString(String, LockOptions) - Method in class org.hibernate.dialect.CockroachDialect
 
getForUpdateString(String, LockOptions) - Method in class org.hibernate.dialect.Dialect
Get the FOR UPDATE OF or FOR SHARE OF fragment appropriate for this dialect, given the aliases of the columns to be locked.
getForUpdateString(String, LockOptions) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getForUpdateString(String, LockOptions) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getForUpdateString(String, LockOptions) - Method in class org.hibernate.dialect.SpannerDialect
 
getForUpdateString(LockMode) - Method in class org.hibernate.dialect.Dialect
Given a LockMode, determine the appropriate for update fragment to use to obtain the lock.
getForUpdateString(LockMode) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getForUpdateString(LockOptions) - Method in class org.hibernate.dialect.CockroachDialect
 
getForUpdateString(LockOptions) - Method in class org.hibernate.dialect.Dialect
Given a set of LockOptions (lock level, timeout), determine the appropriate for update fragment to use to obtain the lock.
getForUpdateString(LockOptions) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getForUpdateString(LockOptions) - Method in class org.hibernate.dialect.SpannerDialect
 
getForUpdateWithClause() - Method in class org.hibernate.dialect.DerbySqlAstTranslator
 
getForUpdateWithClause() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getFractionalSecondPrecisionInNanos() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getFractionalSecondPrecisionInNanos() - Method in class org.hibernate.dialect.CockroachDialect
microsecond is the smallest unit for an interval, and the highest precision for a timestamp.
getFractionalSecondPrecisionInNanos() - Method in class org.hibernate.dialect.DB2Dialect
Since we're using seconds_between() and add_seconds(), it makes sense to use seconds as the "native" precision.
getFractionalSecondPrecisionInNanos() - Method in class org.hibernate.dialect.Dialect
The "native" precision for arithmetic with datetimes and day-to-second durations.
getFractionalSecondPrecisionInNanos() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getFractionalSecondPrecisionInNanos() - Method in class org.hibernate.dialect.MySQLDialect
microsecond is the smallest unit for timestampadd() and timestampdiff(), and the highest precision for a timestamp.
getFractionalSecondPrecisionInNanos() - Method in class org.hibernate.dialect.OracleDialect
We minimize multiplicative factors by using seconds (with fractional part) as the "native" precision for duration arithmetic.
getFractionalSecondPrecisionInNanos() - Method in class org.hibernate.dialect.PostgreSQLDialect
microsecond is the smallest unit for an interval, and the highest precision for a timestamp, so we could use it as the "native" precision, but it's more convenient to use whole seconds (with the fractional part), since we want to use extract(epoch from ...) in our emulation of timestampdiff().
getFractionalSecondPrecisionInNanos() - Method in class org.hibernate.dialect.SQLServerDialect
SQL server supports up to 7 decimal digits of fractional second precision in datetime2, but unfortunately its duration arithmetic functions have a nasty habit of overflowing.
getFractionalSecondPrecisionInNanos() - Method in class org.hibernate.dialect.SybaseASEDialect
Sybase ASE in principle supports microsecond precision for {code bigdatetime}, but unfortunately its duration arithmetic functions have a nasty habit of overflowing.
getFragment() - Method in class org.hibernate.sql.model.ast.ColumnWriteFragment
 
getFragments() - Method in class org.hibernate.sql.ast.tree.predicate.FilterPredicate
 
getFragmentSpecs() - Method in class org.hibernate.metamodel.mapping.ordering.OrderByFragmentImpl
 
getFriendlyName() - Method in class org.hibernate.dialect.AbstractHANADialect.HANABlobType
 
getFriendlyName() - Method in class org.hibernate.dialect.OracleArrayJdbcType
 
getFriendlyName() - Method in class org.hibernate.dialect.OracleNestedTableJdbcType
 
getFriendlyName() - Method in class org.hibernate.dialect.PostgreSQLEnumJdbcType
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.ArrayJdbcType
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.BigIntJdbcType
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.BlobJdbcType
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.BooleanJdbcType
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.ClobJdbcType
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.DateJdbcType
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.DecimalJdbcType
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.DoubleJdbcType
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.DurationJdbcType
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.EnumJdbcType
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.FloatJdbcType
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.IntegerJdbcType
 
getFriendlyName() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
A "friendly" name for use in logging
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.NClobJdbcType
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.NVarcharJdbcType
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.RealJdbcType
Deprecated.
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.SmallIntJdbcType
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.TimeAsTimestampWithTimeZoneJdbcType
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.TimeJdbcType
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.TimestampJdbcType
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsInstantJdbcType
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsJdbcTimestampJdbcType
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsOffsetDateTimeJdbcType
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.TimestampWithTimeZoneJdbcType
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.TimeUtcAsJdbcTimeJdbcType
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.TimeUtcAsOffsetTimeJdbcType
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.TimeWithTimeZoneJdbcType
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.TinyIntJdbcType
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.VarbinaryJdbcType
 
getFriendlyName() - Method in class org.hibernate.type.descriptor.jdbc.VarcharJdbcType
 
getFriendlyName() - Method in class org.hibernate.type.internal.UserTypeSqlTypeAdapter
 
getFriends() - Method in class org.hibernate.testing.orm.domain.animal.Human
 
getFromCache(Object, SharedSessionContractImplementor) - Method in class org.hibernate.cache.jcache.internal.JCacheAccessImpl
 
getFromCache(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.DirectAccessRegion
Get value by key
getFromCache(Object, SharedSessionContractImplementor) - Method in class org.hibernate.cache.spi.support.DirectAccessRegionTemplate
 
getFromCache(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.support.StorageAccess
Get an item from the cache.
getFromCache(Object, SharedSessionContractImplementor) - Method in class org.hibernate.testing.cache.MapStorageAccessImpl
 
getFromClause() - Method in interface org.hibernate.query.sqm.tree.from.SqmFromClauseContainer
Obtains this container's SqmFromClause.
getFromClause() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
getFromClause() - Method in class org.hibernate.sql.ast.tree.AbstractUpdateOrDeleteStatement
 
getFromClause() - Method in class org.hibernate.sql.ast.tree.select.QuerySpec
 
getFromClauseAccess() - Method in class org.hibernate.loader.ast.internal.LoaderSqlAstCreationState
 
getFromClauseAccess() - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
getFromClauseAccess() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
getFromClauseAccess() - Method in class org.hibernate.query.sqm.sql.FakeSqmToSqlAstConverter
 
getFromClauseAccess() - Method in interface org.hibernate.query.sqm.sql.SqmTranslation
 
getFromClauseAccess() - Method in class org.hibernate.query.sqm.sql.StandardSqmTranslation
 
getFromClauseAccess() - Method in interface org.hibernate.sql.ast.spi.SqlAstCreationState
 
getFromClauseIndex() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
getFromDual() - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
getFromDual() - Method in class org.hibernate.dialect.DerbySqlAstTranslator
 
getFromDual() - Method in class org.hibernate.dialect.H2SqlAstTranslator
 
getFromDual() - Method in class org.hibernate.dialect.HANASqlAstTranslator
 
getFromDual() - Method in class org.hibernate.dialect.HSQLSqlAstTranslator
 
getFromDual() - Method in class org.hibernate.dialect.MariaDBSqlAstTranslator
 
getFromDual() - Method in class org.hibernate.dialect.MySQLSqlAstTranslator
 
getFromDual() - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
getFromDual() - Method in class org.hibernate.dialect.sequence.DB2zSequenceSupport
 
getFromDual() - Method in class org.hibernate.dialect.sequence.HANASequenceSupport
 
getFromDual() - Method in class org.hibernate.dialect.sequence.OracleSequenceSupport
 
getFromDual() - Method in interface org.hibernate.dialect.sequence.SequenceSupport
 
getFromDual() - Method in class org.hibernate.dialect.SybaseASESqlAstTranslator
 
getFromDual() - Method in class org.hibernate.dialect.TiDBSqlAstTranslator
 
getFromDual() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
Some databases require a bit of syntactic noise when there are no tables in the from clause.
getFromDualForSelectOnly() - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
getFromDualForSelectOnly() - Method in class org.hibernate.dialect.DerbySqlAstTranslator
 
getFromDualForSelectOnly() - Method in class org.hibernate.dialect.HANASqlAstTranslator
 
getFromDualForSelectOnly() - Method in class org.hibernate.dialect.HSQLSqlAstTranslator
 
getFromDualForSelectOnly() - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
getFromDualForSelectOnly() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getFromEntityNameCache(Object, Number, Object) - Method in class org.hibernate.envers.internal.reader.FirstLevelCache
Gets the entityName from the cache.
getFromFirst() - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmWindowFunction
 
getFromFirst() - Method in class org.hibernate.query.sqm.function.SelfRenderingWindowFunctionSqlAstExpression
 
getFromFirst() - Method in interface org.hibernate.query.sqm.tree.expression.SqmWindowFunction
 
getFromFirst() - Method in interface org.hibernate.sql.ast.tree.expression.WindowFunctionExpression
 
getFromMappedBy(String, String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getFromMappedBy(String, String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getFromPropertyName() - Method in class org.hibernate.envers.internal.entities.RelationDescription
 
getFromRegistrations() - Method in class org.hibernate.loader.ast.internal.LoaderSqlAstCreationState
 
getFromRegistrations() - Method in class org.hibernate.query.sqm.sql.internal.SqlAstQueryPartProcessingStateImpl
 
getFromRegistrations() - Method in interface org.hibernate.sql.ast.spi.SqlAstQueryPartProcessingState
Returns the treated SqmFroms and whether their EntityNameUse.TREAT should be downgraded to EntityNameUse.EXPRESSION.
getFullPath() - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
Access to the full path as a String
getFullPath() - Method in class org.hibernate.loader.PropertyPath
Deprecated.
 
getFullPath() - Method in class org.hibernate.metamodel.mapping.SelectablePath
 
getFullPath() - Method in class org.hibernate.metamodel.model.domain.NavigableRole
 
getFullPath() - Method in class org.hibernate.query.hql.internal.FullyQualifiedReflectivePath
 
getFullPath() - Method in interface org.hibernate.spi.DotIdentifierSequence
The full sequence text.
getFullPath() - Method in class org.hibernate.spi.NavigablePath
 
getFunction() - Method in class org.hibernate.envers.query.criteria.AuditFunction
 
getFunction(int) - Method in class org.hibernate.query.sqm.function.MultipatternSqmFunctionDescriptor
 
getFunctionalDependencyAnalysisSupport() - Method in class org.hibernate.dialect.CockroachDialect
 
getFunctionalDependencyAnalysisSupport() - Method in class org.hibernate.dialect.Dialect
Get this dialect's level of support for primary key functional dependency analysis within GROUP BY and ORDER BY clauses.
getFunctionalDependencyAnalysisSupport() - Method in class org.hibernate.dialect.H2Dialect
 
getFunctionalDependencyAnalysisSupport() - Method in class org.hibernate.dialect.HSQLDialect
 
getFunctionalDependencyAnalysisSupport() - Method in class org.hibernate.dialect.MariaDBDialect
 
getFunctionalDependencyAnalysisSupport() - Method in class org.hibernate.dialect.MySQLDialect
 
getFunctionalDependencyAnalysisSupport() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getFunctionalDependencyAnalysisSupport() - Method in class org.hibernate.dialect.TiDBDialect
 
getFunctionDescriptor() - Method in class org.hibernate.query.sqm.tree.expression.SqmCoalesce
 
getFunctionDescriptor() - Method in class org.hibernate.query.sqm.tree.expression.SqmFunction
 
getFunctionExpression() - Method in class org.hibernate.sql.ast.tree.from.FunctionTableReference
 
getFunctionKind() - Method in class org.hibernate.query.sqm.function.AbstractSqmSelfRenderingFunctionDescriptor
 
getFunctionKind() - Method in interface org.hibernate.query.sqm.function.SqmFunctionDescriptor
What sort of function is this?
getFunctionName() - Method in interface org.hibernate.query.criteria.JpaFunction
Retrieve the name of the function.
getFunctionName() - Method in class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
 
getFunctionName() - Method in class org.hibernate.query.sqm.tree.domain.SqmElementAggregateFunction
 
getFunctionName() - Method in class org.hibernate.query.sqm.tree.domain.SqmIndexAggregateFunction
 
getFunctionName() - Method in class org.hibernate.query.sqm.tree.expression.SqmFunction
 
getFunctionName() - Method in enum org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
getFunctionName() - Method in interface org.hibernate.sql.ast.tree.expression.FunctionExpression
 
getFunctionRegistry() - Method in class org.hibernate.boot.internal.BootstrapContextImpl
 
getFunctionRegistry() - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getFunctionRegistry() - Method in class org.hibernate.boot.internal.MetadataImpl
 
getFunctionRegistry() - Method in interface org.hibernate.boot.model.FunctionContributions
The registry into which the contributions should be made.
getFunctionRegistry() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getFunctionRegistry() - Method in interface org.hibernate.boot.spi.BootstrapContext
The SqmFunctionRegistry belonging to this BootstrapContext.
getFunctionRegistry() - Method in interface org.hibernate.boot.spi.MetadataImplementor
Access to the SqmFunctionRegistry belonging to the BootstrapContext
getFunctionRegistry() - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
getFunctionRegistry() - Method in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
 
getFunctionRegistry() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
 
getFunctionRenderer() - Method in class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
 
getFunctionRenderer() - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmFunction
 
getFunctionReturn() - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
getFunctionReturn() - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
getFunctionReturn() - Method in class org.hibernate.sql.exec.internal.JdbcCallImpl
 
getFunctionReturn() - Method in interface org.hibernate.sql.exec.spi.JdbcOperationQueryCall
If the call is a function, returns the function return descriptor
getFunctionsByName() - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
Useful for diagnostics - not efficient: do not use in production code.
getGender() - Method in class org.hibernate.testing.orm.domain.contacts.Contact
 
getGender() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
getGenerated() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
Gets the value of the generated property.
getGenerated() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the generated property.
getGenerated() - Method in class org.hibernate.boot.jaxb.mapping.JaxbBasic
Gets the value of the generated property.
getGeneratedAs() - Method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
getGeneratedAs() - Method in class org.hibernate.mapping.Column
 
getGeneratedId() - Method in class org.hibernate.action.internal.EntityIdentityInsertAction
Access to the generated identifier
getGeneratedIdentifierDelegate(PostInsertIdentityPersister) - Method in interface org.hibernate.generator.OnExecutionGenerator
The InsertGeneratedIdentifierDelegate used to retrieve the generated value if this object is an identifier generator.
getGeneratedIdentifierDelegate(PostInsertIdentityPersister) - Method in class org.hibernate.id.IdentityGenerator
 
getGeneratedIdentity(String, ResultSet, PostInsertIdentityPersister, WrapperOptions) - Static method in class org.hibernate.id.IdentifierGeneratorHelper
Get the generated identifier when using identity columns
GetGeneratedKeysDelegate - Class in org.hibernate.id.insert
Delegate for dealing with IDENTITY columns using the JDBC3 method Statement.getGeneratedKeys().
GetGeneratedKeysDelegate(PostInsertIdentityPersister, Dialect, boolean) - Constructor for class org.hibernate.id.insert.GetGeneratedKeysDelegate
 
getGeneratedValue() - Method in class org.hibernate.boot.jaxb.mapping.JaxbId
Gets the value of the generatedValue property.
getGeneratedValue() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Id
Gets the value of the generatedValue property.
getGeneratedValueGeneratorName() - Method in interface org.hibernate.boot.internal.GenerationStrategyInterpreter.GeneratorNameDeterminationContext
getGeneratedValuesToSelect() - Method in class org.hibernate.metamodel.mapping.internal.GeneratedValuesProcessor
 
getGeneratedVersion() - Method in class org.hibernate.id.uuid.CustomVersionOneStrategy
 
getGeneratedVersion() - Method in class org.hibernate.id.uuid.StandardRandomStrategy
A variant 4 (random) strategy
getGeneratedVersion() - Method in interface org.hibernate.id.UUIDGenerationStrategy
Deprecated.
Which variant, according to IETF RFC 4122, of UUID does this strategy generate? RFC 4122 defines 5 variants (though it only describes algorithms to generate 4): 1 = time based 2 = DCE based using POSIX UIDs 3 = name based (md5 hash) 4 = random numbers based 5 = name based (sha-1 hash)
getGenerationTiming() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractSingularAttributeSourceEmbeddedImpl
 
getGenerationTiming() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractToOneAttributeSourceImpl
 
getGenerationTiming() - Method in class org.hibernate.boot.model.source.internal.hbm.BasicAttributePropertySource
 
getGenerationTiming() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceBasicImpl
 
getGenerationTiming() - Method in class org.hibernate.boot.model.source.internal.hbm.ManyToOnePropertySource
 
getGenerationTiming() - Method in class org.hibernate.boot.model.source.internal.hbm.SingularAttributeSourceAnyImpl
 
getGenerationTiming() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSource
Obtain a description of if/when the attribute value is generated by the database.
getGenerationTiming() - Method in class org.hibernate.tuple.CreationTimestampGeneration
Deprecated.
 
getGenerationTiming() - Method in class org.hibernate.tuple.UpdateTimestampGeneration
Deprecated.
 
getGenerationTiming() - Method in interface org.hibernate.tuple.ValueGeneration
Deprecated.
getGenerator() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
Gets the value of the generator property.
getGenerator() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
Gets the value of the generator property.
getGenerator() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Gets the value of the generator property.
getGenerator() - Method in class org.hibernate.boot.jaxb.mapping.JaxbGeneratedValue
Gets the value of the generator property.
getGenerator() - Method in class org.hibernate.jpamodelgen.xml.jaxb.GeneratedValue
Gets the value of the generator property.
getGenerator() - Method in interface org.hibernate.metamodel.mapping.AttributeMapping
The value generation strategy to use for this attribute.
getGenerator() - Method in class org.hibernate.metamodel.mapping.internal.AbstractSingularAttributeMapping
 
getGenerator() - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
getGenerator() - Method in interface org.hibernate.metamodel.mapping.internal.SingleAttributeIdentifierMapping
 
getGenerator() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getGenerator() - Method in interface org.hibernate.persister.collection.CollectionPersister
Get the surrogate key generation strategy (optional operation)
getGenerator() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getGenerator() - Method in interface org.hibernate.persister.entity.EntityPersister
 
getGenerator() - Method in interface org.hibernate.tuple.IdentifierAttribute
Deprecated.
 
getGenerator() - Method in class org.hibernate.tuple.IdentifierProperty
Deprecated.
 
getGenerator(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getGenerator(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get the identifier generator for the hierarchy
getGenerator(String) - Method in class org.hibernate.internal.SessionFactoryImpl
Deprecated.
getGeneratorClass() - Method in class org.hibernate.envers.boot.model.SimpleIdentifier
 
getGeneratorName() - Method in interface org.hibernate.boot.model.source.spi.CollectionIdSource
Obtain the name of the identifier value generator.
getGenerators() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
getGenericComponent(Class<?>) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getGenericComponent(Class<?>) - Method in class org.hibernate.boot.internal.MetadataImpl
 
getGenericComponent(Class<?>) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getGenericComponent(Class<?>) - Method in interface org.hibernate.boot.spi.MetadataImplementor
 
getGenericComponentsMap() - Method in class org.hibernate.boot.internal.MetadataImpl
 
getGenericGenerators() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
Gets the value of the genericGenerators property.
getGetter() - Method in class org.hibernate.property.access.internal.ChainedPropertyAccessImpl
 
getGetter() - Method in class org.hibernate.property.access.internal.PropertyAccessBasicImpl
 
getGetter() - Method in class org.hibernate.property.access.internal.PropertyAccessCompositeUserTypeImpl
 
getGetter() - Method in class org.hibernate.property.access.internal.PropertyAccessEmbeddedImpl
 
getGetter() - Method in class org.hibernate.property.access.internal.PropertyAccessEnhancedImpl
 
getGetter() - Method in class org.hibernate.property.access.internal.PropertyAccessFieldImpl
 
getGetter() - Method in class org.hibernate.property.access.internal.PropertyAccessMapImpl
 
getGetter() - Method in class org.hibernate.property.access.internal.PropertyAccessMixedImpl
 
getGetter() - Method in interface org.hibernate.property.access.spi.PropertyAccess
Obtain the delegate for getting values of the persistent attribute.
getGetter(int) - Method in interface org.hibernate.tuple.Tuplizer
Deprecated.
Retrieve the getter for the specified property.
getGetter(Class) - Method in class org.hibernate.mapping.Property
 
getGetter(Class, String, String, ServiceRegistry) - Static method in class org.hibernate.envers.internal.tools.ReflectionTools
 
getGetter(Class, PropertyData, ServiceRegistry) - Static method in class org.hibernate.envers.internal.tools.ReflectionTools
 
getGetterOrNull(Class, String) - Static method in class org.hibernate.internal.util.ReflectHelper
Find the method that can be used as the getter for this property.
getGrammarFileName() - Method in class org.hibernate.grammars.graph.GraphLanguageLexer
 
getGrammarFileName() - Method in class org.hibernate.grammars.graph.GraphLanguageParser
 
getGrammarFileName() - Method in class org.hibernate.grammars.hql.HqlLexer
 
getGrammarFileName() - Method in class org.hibernate.grammars.hql.HqlParser
 
getGrammarFileName() - Method in class org.hibernate.grammars.importsql.SqlScriptLexer
 
getGrammarFileName() - Method in class org.hibernate.grammars.importsql.SqlScriptParser
 
getGrammarFileName() - Method in class org.hibernate.grammars.ordering.OrderingLexer
 
getGrammarFileName() - Method in class org.hibernate.grammars.ordering.OrderingParser
 
getGrant() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity
Gets the value of the grant property.
getGraph() - Method in class org.hibernate.engine.query.spi.EntityGraphQueryHint
Deprecated.
 
getGraph() - Method in class org.hibernate.engine.spi.EffectiveEntityGraph
 
getGraph() - Method in interface org.hibernate.graph.spi.AppliedGraph
The applied graph
getGraph() - Method in class org.hibernate.query.internal.QueryOptionsImpl
 
getGraph() - Method in class org.hibernate.sql.results.graph.EntityGraphTraversalState.TraversalResult
 
getGraphAttributeNodes() - Method in interface org.hibernate.graph.Graph
Ultimately only needed for implementing EntityGraph.getAttributeNodes() and Subgraph.getAttributeNodes()
getGraphAttributeNodes() - Method in class org.hibernate.graph.internal.AbstractGraph
 
getGraphedType() - Method in interface org.hibernate.graph.Graph
Graphs apply only to ManagedTypes.
getGraphedType() - Method in class org.hibernate.graph.internal.AbstractGraph
 
getGroovyGetMetaClassFilter() - Method in class org.hibernate.bytecode.internal.bytebuddy.ByteBuddyState.ProxyDefinitionHelpers
 
getGroupAlias() - Method in class org.hibernate.query.results.TableGroupImpl
 
getGroupAlias() - Method in class org.hibernate.sql.ast.tree.cte.CteTableGroup
 
getGroupAlias() - Method in class org.hibernate.sql.ast.tree.from.AbstractTableGroup
 
getGroupAlias() - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
getGroupAlias() - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
getGroupAlias() - Method in class org.hibernate.sql.ast.tree.from.MappedByTableGroup
 
getGroupAlias() - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
 
getGroupAlias() - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
 
getGroupAlias() - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
If we want to use CTE for TableGroup rendering we will need to know the alias we can use for the group
getGroupByClauseExpressions() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
getGroupByClauseExpressions() - Method in class org.hibernate.sql.ast.tree.select.QuerySpec
 
getGroupByNavigablePaths(SqmQuerySpec<?>) - Static method in class org.hibernate.query.sqm.internal.SqmUtil
 
getGroupBySelectItemReferenceStrategy() - Method in class org.hibernate.dialect.Dialect
Determine how selected items are referenced in the group by clause.
getGroupBySelectItemReferenceStrategy() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getGroupBySelectItemReferenceStrategy() - Method in class org.hibernate.dialect.H2Dialect
 
getGroupBySelectItemReferenceStrategy() - Method in class org.hibernate.dialect.MySQLDialect
 
getGroupBySelectItemReferenceStrategy() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getGroupedExpressions() - Method in class org.hibernate.query.sqm.tree.expression.SqmTuple
 
getGroupingExpressions() - Method in interface org.hibernate.query.criteria.JpaQueryStructure
 
getGroupingExpressions() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
getGroupings() - Method in class org.hibernate.query.sqm.tree.expression.SqmSummarization
 
getGroupings() - Method in class org.hibernate.sql.ast.tree.expression.Summarization
 
getGroupList() - Method in class org.hibernate.query.criteria.CriteriaDefinition
 
getGroupList() - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
getGroupPropertyName() - Method in enum org.hibernate.boot.beanvalidation.GroupsPerOperation.Operation
 
getGroupRestriction() - Method in class org.hibernate.query.criteria.CriteriaDefinition
 
getGroupRestriction() - Method in interface org.hibernate.query.criteria.JpaQueryStructure
 
getGroupRestriction() - Method in interface org.hibernate.query.criteria.JpaSelectCriteria
 
getGroupRestriction() - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
getGroupRestriction() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
getHashCode(Object) - Method in class org.hibernate.type.AbstractStandardBasicType
 
getHashCode(Object) - Method in class org.hibernate.type.AbstractType
 
getHashCode(Object) - Method in class org.hibernate.type.CollectionType
 
getHashCode(Object) - Method in class org.hibernate.type.ComponentType
 
getHashCode(Object) - Method in class org.hibernate.type.CustomType
 
getHashCode(Object) - Method in class org.hibernate.type.internal.ConvertedBasicTypeImpl
 
getHashCode(Object) - Method in class org.hibernate.type.SerializableToBlobType
 
getHashCode(Object) - Method in interface org.hibernate.type.Type
Get a hash code, consistent with persistence "equality".
getHashCode(Object) - Method in class org.hibernate.type.UserComponentType
 
getHashCode(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
getHashCode(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractType
 
getHashCode(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.ComponentType
 
getHashCode(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
 
getHashCode(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.internal.ConvertedBasicTypeImpl
 
getHashCode(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.SerializableToBlobType
 
getHashCode(Object, SessionFactoryImplementor) - Method in interface org.hibernate.type.Type
Get a hash code, consistent with persistence "equality".
getHashCode(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.UserComponentType
 
getHavingClausePredicate() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
getHavingClauseRestrictions() - Method in class org.hibernate.sql.ast.tree.select.QuerySpec
 
getHeightInches() - Method in class org.hibernate.testing.orm.domain.animal.Human
 
getHibernateEntityName() - Method in interface org.hibernate.metamodel.model.domain.EntityDomainType
 
getHibernateEntityName() - Method in class org.hibernate.metamodel.model.domain.internal.EntityTypeImpl
 
getHibernateEntityName() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getHibernateFetchMode() - Method in enum org.hibernate.annotations.FetchMode
 
getHibernateFlushMode() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getHibernateFlushMode() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
getHibernateFlushMode() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Get the current FlushMode for this session.
getHibernateFlushMode() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
getHibernateFlushMode() - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
getHibernateFlushMode() - Method in interface org.hibernate.query.CommonQueryContract
The FlushMode in effect for this query.
getHibernateFlushMode() - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
getHibernateFlushMode() - Method in interface org.hibernate.query.spi.QueryProducerImplementor
 
getHibernateFlushMode() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
getHibernateFlushMode() - Method in interface org.hibernate.Session
Get the current flush mode for this session.
getHibernateLazyInitializer() - Method in interface org.hibernate.proxy.HibernateProxy
Get the lazy initialization handler for this object.
getHibernateLazyInitializer() - Method in class org.hibernate.proxy.map.MapProxy
 
getHibernateLockMode() - Method in interface org.hibernate.query.NativeQuery
 
getHibernateLockMode() - Method in interface org.hibernate.query.SelectionQuery
Get the root LockMode for the query
getHibernateLockMode() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
Get the root LockMode for the query
getHibernateLockMode() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
getHibernateType() - Method in class org.hibernate.engine.query.spi.AbstractParameterDescriptor
 
getHibernateType() - Method in class org.hibernate.procedure.internal.FunctionReturnImpl
 
getHibernateType() - Method in class org.hibernate.procedure.internal.NamedCallableQueryMementoImpl.ParameterMementoImpl
 
getHibernateType() - Method in interface org.hibernate.query.QueryParameter
Get the Hibernate Type associated with this parameter, if one.
getHibernateType() - Method in class org.hibernate.query.spi.AbstractQueryParameter
 
getHibernateType() - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
 
getHibernateValue() - Method in interface org.hibernate.metamodel.internal.ValueContext
 
getHierarchy() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
getHierarchy() - Method in interface org.hibernate.boot.model.source.spi.IdentifiableTypeSource
Get the hierarchy this belongs to.
getHierarchyInheritanceType() - Method in class org.hibernate.boot.model.source.internal.hbm.EntityHierarchySourceImpl
 
getHierarchyInheritanceType() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
The inheritance type/strategy for the hierarchy.
getHint() - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedNativeQuery
Gets the value of the hint property.
getHint() - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedQuery
Gets the value of the hint property.
getHint() - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedStoredProcedureQuery
Gets the value of the hint property.
getHint() - Method in interface org.hibernate.boot.jaxb.mapping.NamedQuery
 
getHint() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedNativeQuery
Gets the value of the hint property.
getHint() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedQuery
Gets the value of the hint property.
getHint() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedStoredProcedureQuery
Gets the value of the hint property.
getHints() - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
 
getHints() - Method in class org.hibernate.boot.spi.AbstractNamedQueryDefinition
 
getHints() - Method in class org.hibernate.query.internal.NamedQueryHelper.NamedQueryDescriptorBuilder
 
getHints() - Method in class org.hibernate.query.named.AbstractNamedQueryMemento
 
getHints() - Method in interface org.hibernate.query.named.NamedQueryMemento
 
getHints() - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
getHintsMap() - Method in class org.hibernate.boot.model.internal.QueryHintDefinition
 
getHitCount() - Method in interface org.hibernate.stat.CacheRegionStatistics
The number of successful cache look-ups against the region since the last Statistics clearing
getHitCount() - Method in class org.hibernate.stat.internal.CacheRegionStatisticsImpl
 
getHiTime() - Method in class org.hibernate.id.AbstractUUIDGenerator
Deprecated.
Unique down to millisecond
getHiValue() - Method in class org.hibernate.id.enhanced.HiLoOptimizer
Getter for property 'upperLimit'.
getHostingEntity() - Method in class org.hibernate.jpamodelgen.annotation.AbstractQueryMethod
 
getHostingEntity() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaAttribute
 
getHostingEntity() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaType
 
getHostingEntity() - Method in class org.hibernate.jpamodelgen.annotation.DaoConstructor
 
getHostingEntity() - Method in interface org.hibernate.jpamodelgen.model.MetaAttribute
 
getHostingEntity() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaAttribute
 
getHqlEntityReference(String) - Method in class org.hibernate.metamodel.model.domain.internal.JpaMetamodelImpl
 
getHqlEntityReference(String) - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
getHqlEntityReference(String) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
Specialized handling for resolving entity-name references in an HQL query
getHqlImports() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
Gets the value of the hqlImports property.
getHqlString() - Method in class org.hibernate.boot.internal.NamedHqlQueryDefinitionImpl
 
getHqlString() - Method in class org.hibernate.boot.query.NamedHqlQueryDefinition.Builder
 
getHqlString() - Method in interface org.hibernate.boot.query.NamedHqlQueryDefinition
 
getHqlString() - Method in class org.hibernate.query.criteria.internal.NamedCriteriaQueryMementoImpl
 
getHqlString() - Method in class org.hibernate.query.hql.internal.NamedHqlQueryMementoImpl
 
getHqlString() - Method in interface org.hibernate.query.sqm.spi.NamedSqmQueryMemento
 
getHqlTranslator() - Method in class org.hibernate.dialect.Dialect
Return an HqlTranslator specific to this dialect, or null to use the standard translator.
getHqlTranslator() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getHqlTranslator() - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
getHqlTranslator() - Method in class org.hibernate.query.internal.QueryEngineImpl
 
getHqlTranslator() - Method in interface org.hibernate.query.spi.QueryEngine
 
getId() - Method in class org.hibernate.action.internal.EntityAction
entity id accessor
getId() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the id property.
getId() - Method in class org.hibernate.boot.jaxb.mapping.JaxbAttributes
Gets the value of the id property.
getId() - Method in class org.hibernate.boot.model.internal.PropertyMappingElementCollector
 
getId() - Method in class org.hibernate.cache.internal.BasicCacheKeyImplementation
 
getId() - Method in class org.hibernate.cache.internal.CacheKeyImplementation
 
getId() - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
getId() - Method in interface org.hibernate.engine.spi.EntityEntry
 
getId() - Method in class org.hibernate.envers.DefaultRevisionEntity
 
getId() - Method in class org.hibernate.envers.enhanced.SequenceIdRevisionEntity
 
getId() - Method in class org.hibernate.event.spi.AbstractPreDatabaseOperationEvent
The id to be used in the database operation.
getId() - Method in class org.hibernate.event.spi.PostDeleteEvent
 
getId() - Method in class org.hibernate.event.spi.PostInsertEvent
 
getId() - Method in class org.hibernate.event.spi.PostLoadEvent
 
getId() - Method in class org.hibernate.event.spi.PostUpdateEvent
 
getId() - Method in class org.hibernate.event.spi.PreLoadEvent
 
getId() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
Gets the value of the id property.
getId() - Method in class org.hibernate.proxy.AbstractSerializableProxy
 
getId() - Method in class org.hibernate.proxy.pojo.bytebuddy.SerializableProxy
 
getId() - Method in class org.hibernate.testing.jdbc.DataSourceStub
 
getId() - Method in class org.hibernate.testing.orm.domain.animal.Animal
 
getId() - Method in class org.hibernate.testing.orm.domain.animal.StateProvince
 
getId() - Method in class org.hibernate.testing.orm.domain.animal.Zoo
 
getId() - Method in class org.hibernate.testing.orm.domain.contacts.Contact
 
getId() - Method in class org.hibernate.testing.orm.domain.gambit.BasicEntity
 
getId() - Method in class org.hibernate.testing.orm.domain.gambit.EmbeddedIdEntity
 
getId() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfArrays
 
getId() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
getId() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfComposites
 
getId() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfDynamicComponent
 
getId() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfLists
 
getId() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
getId() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfSets
 
getId() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithLazyManyToOneSelfReference
 
getId() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithLazyOneToOne
 
getId() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneJoinTable
 
getId() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneSelfReference
 
getId() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneWithoutJoinTable
 
getId() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithNonIdAttributeNamedId
 
getId() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithNotAggregateId
 
getId() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToMany
 
getId() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToManyNotOwned
 
getId() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOne
 
getId() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneJoinTable
 
getId() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneSharingPrimaryKey
 
getId() - Method in class org.hibernate.testing.orm.domain.gambit.Shirt
 
getId() - Method in class org.hibernate.testing.orm.domain.gambit.SimpleEntity
 
getId() - Method in class org.hibernate.testing.orm.domain.gambit.VersionedEntity
 
getId() - Method in class org.hibernate.testing.orm.domain.helpdesk.Account
 
getId() - Method in class org.hibernate.testing.orm.domain.helpdesk.Incident
 
getId() - Method in class org.hibernate.testing.orm.domain.helpdesk.Ticket
 
getId() - Method in class org.hibernate.testing.orm.domain.retail.LineItem
 
getId() - Method in class org.hibernate.testing.orm.domain.retail.Order
 
getId() - Method in class org.hibernate.testing.orm.domain.retail.Payment
 
getId() - Method in class org.hibernate.testing.orm.domain.retail.Product
 
getId() - Method in class org.hibernate.testing.orm.domain.retail.SalesAssociate
 
getId() - Method in class org.hibernate.testing.orm.domain.retail.Vendor
 
getId() - Method in class org.hibernate.testing.orm.domain.userguide.Call
 
getId() - Method in class org.hibernate.testing.orm.domain.userguide.Image
 
getId() - Method in class org.hibernate.testing.orm.domain.userguide.Partner
 
getId() - Method in class org.hibernate.testing.orm.domain.userguide.Payment
 
getId() - Method in class org.hibernate.testing.orm.domain.userguide.Person
 
getId() - Method in class org.hibernate.testing.orm.domain.userguide.Phone
 
getId(Class<Y>) - Method in class org.hibernate.metamodel.model.domain.AbstractIdentifiableType
 
getId(Class<Y>) - Method in interface org.hibernate.metamodel.model.domain.IdentifiableDomainType
 
getId(Class<Y>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getIdByUniqueKey(Object, String, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdByUniqueKey(Object, String, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
 
getIdClass() - Method in interface org.hibernate.boot.jaxb.mapping.EntityOrMappedSuperclass
 
getIdClass() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the idClass property.
getIdClass() - Method in class org.hibernate.boot.jaxb.mapping.JaxbMappedSuperclass
Gets the value of the idClass property.
getIdClass() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the idClass property.
getIdClass() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Gets the value of the idClass property.
getIdClassAttributes() - Method in class org.hibernate.metamodel.model.domain.AbstractIdentifiableType
 
getIdClassAttributes() - Method in interface org.hibernate.metamodel.model.domain.IdentifiableDomainType
 
getIdClassAttributes() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getIdClassAttributesSafely() - Method in class org.hibernate.metamodel.model.domain.AbstractIdentifiableType
A form of AbstractIdentifiableType.getIdClassAttributes() which prefers to return null rather than throw exceptions
getIdClassEmbeddable() - Method in class org.hibernate.metamodel.mapping.internal.InverseNonAggregatedIdentifierMapping
 
getIdClassEmbeddable() - Method in class org.hibernate.metamodel.mapping.internal.NonAggregatedIdentifierMappingImpl
 
getIdClassEmbeddable() - Method in interface org.hibernate.metamodel.mapping.NonAggregatedIdentifierMapping
The id-class representation of this id mapping
getIdClassEmbeddable() - Method in class org.hibernate.query.derived.AnonymousTupleNonAggregatedEntityIdentifierMapping
 
getIdClassSource() - Method in interface org.hibernate.boot.model.source.spi.IdentifierSourceNonAggregatedComposite
Retrieve the source information for the IdClass definition
getIdCteTable() - Method in class org.hibernate.query.sqm.mutation.internal.cte.CteMutationStrategy
 
getIdentifiableTypesByName() - Method in class org.hibernate.metamodel.internal.MetadataContext
 
getIdentificationVariable() - Method in class org.hibernate.sql.ast.tree.from.AbstractTableReference
 
getIdentificationVariable() - Method in interface org.hibernate.sql.ast.tree.from.TableReference
 
getIdentificationVariable() - Method in class org.hibernate.sql.model.ast.MutatingTableReference
 
getIdentifier() - Method in class org.hibernate.boot.model.internal.ClassPropertyHolder
 
getIdentifier() - Method in class org.hibernate.boot.model.internal.CollectionPropertyHolder
 
getIdentifier() - Method in class org.hibernate.boot.model.internal.ComponentPropertyHolder
 
getIdentifier() - Method in interface org.hibernate.boot.model.internal.PropertyHolder
 
getIdentifier() - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.BytecodeLazyAttributeInterceptor
The id of the entity instance this interceptor is associated with
getIdentifier() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
 
getIdentifier() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor
 
getIdentifier() - Method in class org.hibernate.engine.spi.EntityKey
 
getIdentifier() - Method in class org.hibernate.envers.boot.model.RootPersistentEntity
 
getIdentifier() - Method in class org.hibernate.envers.internal.entities.IdMappingData
 
getIdentifier() - Method in exception org.hibernate.FetchNotFoundException
 
getIdentifier() - Method in class org.hibernate.mapping.IdentifierCollection
 
getIdentifier() - Method in class org.hibernate.mapping.OneToOne
Returns the identifier.
getIdentifier() - Method in class org.hibernate.mapping.PersistentClass
 
getIdentifier() - Method in class org.hibernate.mapping.RootClass
 
getIdentifier() - Method in class org.hibernate.mapping.Subclass
 
getIdentifier() - Method in exception org.hibernate.NonUniqueObjectException
 
getIdentifier() - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
getIdentifier() - Method in interface org.hibernate.proxy.LazyInitializer
Retrieve the identifier value for the entity our owning proxy represents, without initializing the proxy.
getIdentifier() - Method in class org.hibernate.sql.results.graph.entity.internal.EntityDelayedFetchInitializer
 
getIdentifier() - Method in exception org.hibernate.StaleObjectStateException
 
getIdentifier() - Method in exception org.hibernate.UnresolvableObjectException
 
getIdentifier() - Method in exception org.hibernate.WrongClassException
 
getIdentifier(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getIdentifier(Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
getIdentifier(Object) - Method in class org.hibernate.internal.SessionImpl
 
getIdentifier(Object) - Method in class org.hibernate.jpa.internal.PersistenceUnitUtilImpl
 
getIdentifier(Object) - Method in interface org.hibernate.metadata.ClassMetadata
getIdentifier(Object) - Method in interface org.hibernate.metamodel.mapping.EntityIdentifierMapping
Extract the identifier from an instance of the entity
getIdentifier(Object) - Method in class org.hibernate.metamodel.mapping.internal.BasicEntityIdentifierMappingImpl
 
getIdentifier(Object) - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedIdentifierMappingImpl
 
getIdentifier(Object) - Method in class org.hibernate.metamodel.mapping.internal.InverseNonAggregatedIdentifierMapping
 
getIdentifier(Object) - Method in class org.hibernate.metamodel.mapping.internal.NonAggregatedIdentifierMappingImpl
 
getIdentifier(Object) - Method in class org.hibernate.query.derived.AnonymousTupleBasicEntityIdentifierMapping
 
getIdentifier(Object) - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddedEntityIdentifierMapping
 
getIdentifier(Object) - Method in class org.hibernate.query.derived.AnonymousTupleNonAggregatedEntityIdentifierMapping
 
getIdentifier(Object) - Method in interface org.hibernate.Session
Return the identifier value of the given entity associated with this session.
getIdentifier(Object, int) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
getIdentifier(Object, int) - Method in interface org.hibernate.collection.spi.PersistentCollection
Get the identifier of the given collection entry.
getIdentifier(Object, int) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
getIdentifier(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
 
getIdentifier(Object, SessionImplementor) - Method in interface org.hibernate.metadata.ClassMetadata
getIdentifier(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metadata.ClassMetadata
Deprecated.
Get the identifier of an instance (throw an exception if no identifier property)
getIdentifier(Object, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.IdClassEmbeddable
 
getIdentifier(Object, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.VirtualIdEmbeddable
 
getIdentifier(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.NonAggregatedIdentifierMapping.IdentifierValueMapper
Extract the identifier out of the given entity, returning the mapper's representation
getIdentifier(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifier(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Get the identifier of an instance from the object's identifier property.
getIdentifier(Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.EntityType
 
getIdentifier(String, boolean, JdbcEnvironment) - Method in class org.hibernate.boot.model.naming.CamelCaseToUnderscoresNamingStrategy
Get an identifier for the specified details.
getIdentifier(SessionImplementor, String, Object) - Static method in class org.hibernate.envers.internal.tools.EntityTools
 
getIdentifierAliases() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifierAliases(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifierAliases(String) - Method in interface org.hibernate.persister.entity.Loadable
Deprecated.
Get the result set aliases used for the identifier columns, given a suffix
getIdentifierAssembler() - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
getIdentifierAssembler() - Method in class org.hibernate.sql.results.graph.entity.internal.EntityDelayedFetchInitializer
 
getIdentifierAttributeName() - Method in class org.hibernate.spi.EntityIdentifierNavigablePath
 
getIdentifierAttributePath() - Method in interface org.hibernate.boot.model.naming.ImplicitIdentifierColumnNameSource
Access to the AttributePath for the entity's identifier attribute.
getIdentifierAttributeSource() - Method in interface org.hibernate.boot.model.source.spi.IdentifierSourceAggregatedComposite
Obtain the source descriptor for the identifier attribute.
getIdentifierAttributeSource() - Method in interface org.hibernate.boot.model.source.spi.IdentifierSourceSimple
Obtain the source descriptor for the identifier attribute.
getIdentifierBase() - Method in class org.hibernate.boot.jaxb.internal.stax.LocalXmlResourceResolver.DtdDescriptor
 
getIdentifierColumnAlias(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getIdentifierColumnAlias(String) - Method in interface org.hibernate.persister.collection.CollectionPersister
Deprecated, for removal: This API element is subject to removal in a future version.
Read-by-position makes this irrelevant. Currently still used by SQLQueryParser
getIdentifierColumnName() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getIdentifierColumnName() - Method in interface org.hibernate.persister.collection.SQLLoadableCollection
Deprecated.
 
getIdentifierColumnNames() - Method in interface org.hibernate.id.PostInsertIdentityPersister
 
getIdentifierColumnNames() - Method in class org.hibernate.jpamodelgen.validation.MockEntityPersister
 
getIdentifierColumnNames() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifierColumnNames() - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
Deprecated.
 
getIdentifierColumnNames() - Method in class org.hibernate.persister.entity.BasicEntityPropertyMapping
Deprecated.
 
getIdentifierColumnNames() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getIdentifierColumnNames() - Method in interface org.hibernate.persister.entity.Loadable
Deprecated.
Get the names of columns used to persist the identifier
getIdentifierColumnNames() - Method in interface org.hibernate.persister.entity.Queryable
Deprecated.
Get the names of columns used to persist the identifier
getIdentifierColumnReaders() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifierColumnReaders() - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
Deprecated.
 
getIdentifierColumnReaders() - Method in class org.hibernate.persister.entity.BasicEntityPropertyMapping
Deprecated.
 
getIdentifierColumnReaders() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getIdentifierColumnReaderTemplates() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifierColumnReaderTemplates() - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
Deprecated.
 
getIdentifierColumnReaderTemplates() - Method in class org.hibernate.persister.entity.BasicEntityPropertyMapping
Deprecated.
 
getIdentifierColumnReaderTemplates() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getIdentifierColumnSpan() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifierDescriptor() - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
getIdentifierDescriptor() - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
getIdentifierDescriptor() - Method in class org.hibernate.metamodel.model.domain.AbstractIdentifiableType
 
getIdentifierDescriptor() - Method in interface org.hibernate.metamodel.model.domain.IdentifiableDomainType
 
getIdentifierDescriptor() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifierDescriptor() - Method in interface org.hibernate.persister.entity.mutation.EntityMutationTarget
The ModelPart describing the identifier/key for this target
getIdentifierDescriptor() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getIdentifierFetch() - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityResultGraphNode
 
getIdentifierForTableGroup() - Method in class org.hibernate.spi.NavigablePath
 
getIdentifierGenerator() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the identifierGenerator property.
getIdentifierGenerator() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the identifierGenerator property.
getIdentifierGenerator() - Method in class org.hibernate.mapping.SimpleValue
Deprecated.
not used and no longer supported.
getIdentifierGenerator() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
Deprecated.
getIdentifierGenerator() - Method in interface org.hibernate.persister.collection.CollectionPersister
getIdentifierGenerator() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Deprecated.
getIdentifierGenerator() - Method in interface org.hibernate.persister.entity.EntityPersister
getIdentifierGenerator() - Method in interface org.hibernate.tuple.IdentifierAttribute
Deprecated.
getIdentifierGenerator() - Method in class org.hibernate.tuple.IdentifierProperty
Deprecated.
 
getIdentifierGenerator(String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getIdentifierGenerator(String) - Method in class org.hibernate.boot.internal.MetadataImpl
 
getIdentifierGenerator(String) - Method in interface org.hibernate.boot.Metadata
 
getIdentifierGenerator(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getIdentifierGenerator(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getIdentifierGenerator(String) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
getIdentifierGenerator(String) - Method in class org.hibernate.internal.SessionFactoryImpl
Deprecated.
getIdentifierGeneratorClass(String) - Method in interface org.hibernate.id.factory.IdentifierGeneratorFactory
getIdentifierGeneratorClass(String) - Method in class org.hibernate.id.factory.internal.StandardIdentifierGeneratorFactory
 
getIdentifierGeneratorDescriptor() - Method in interface org.hibernate.boot.model.source.spi.IdentifierSource
Obtain the identifier generator source.
getIdentifierGeneratorFactory() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
 
getIdentifierGeneratorFactory() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getIdentifierGeneratorFactory() - Method in interface org.hibernate.boot.spi.BootstrapContext
 
getIdentifierGeneratorFactory() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
The service implementing IdentifierGeneratorFactory.
getIdentifierGeneratorFactory() - Method in interface org.hibernate.id.factory.spi.CustomIdGeneratorCreationContext
 
getIdentifierGeneratorFactory() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getIdentifierGeneratorFactory() - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
getIdentifierGeneratorParameters() - Method in class org.hibernate.mapping.SimpleValue
 
getIdentifierGeneratorProperties() - Method in class org.hibernate.mapping.SimpleValue
getIdentifierGeneratorStrategy() - Method in class org.hibernate.mapping.IdGenerator
Deprecated.
 
getIdentifierGeneratorStrategy() - Method in class org.hibernate.mapping.SimpleValue
Returns the identifierGeneratorStrategy.
getIdentifierHelper() - Method in class org.hibernate.boot.model.relational.internal.SqlStringGenerationContextImpl
 
getIdentifierHelper() - Method in interface org.hibernate.boot.model.relational.SqlStringGenerationContext
getIdentifierHelper() - Method in class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentImpl
 
getIdentifierHelper() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
Obtain the helper for dealing with identifiers in this environment.
getIdentifierIfNotUnsaved(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.EntityIdentifierMapping
Return the identifier of the persistent or transient object, or throw an exception if the instance is "unsaved"
getIdentifierLoadAccess() - Method in class org.hibernate.loader.internal.BaseNaturalIdLoadAccessImpl
 
getIdentifierMapper() - Method in class org.hibernate.mapping.MappedSuperclass
 
getIdentifierMapper() - Method in class org.hibernate.mapping.PersistentClass
 
getIdentifierMapper() - Method in class org.hibernate.mapping.Subclass
 
getIdentifierMapping() - Method in class org.hibernate.loader.ast.internal.AbstractMultiIdEntityLoader
 
getIdentifierMapping() - Method in class org.hibernate.loader.ast.internal.MultiIdEntityLoaderArrayParam
 
getIdentifierMapping() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
Mapping details for the entity's identifier.
getIdentifierMapping() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifierMapping() - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
getIdentifierMethod - Variable in class org.hibernate.proxy.pojo.BasicLazyInitializer
 
getIdentifierOrUniqueKeyPropertyName(Mapping) - Method in class org.hibernate.type.EntityType
The name of the property on the associated entity to which our FK refers
getIdentifierOrUniqueKeyType(Mapping) - Method in class org.hibernate.type.EntityType
Determine the type of either (1) the identifier if we reference the associated entity's PK or (2) the unique key to which we refer (i.e.
getIdentifierProperty() - Method in class org.hibernate.mapping.MappedSuperclass
 
getIdentifierProperty() - Method in class org.hibernate.mapping.PersistentClass
 
getIdentifierProperty() - Method in class org.hibernate.mapping.RootClass
 
getIdentifierProperty() - Method in class org.hibernate.mapping.Subclass
 
getIdentifierProperty() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
getIdentifierPropertyName() - Method in class org.hibernate.jpamodelgen.validation.MockEntityPersister
 
getIdentifierPropertyName() - Method in interface org.hibernate.metadata.ClassMetadata
Deprecated.
Get the name of the identifier property (or return null)
getIdentifierPropertyName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifierPropertyName() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the name of the identifier property (or return null) - need not return the name of an actual Java property
getIdentifierPropertyName(String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getIdentifierPropertyName(String) - Method in class org.hibernate.boot.internal.MetadataImpl
 
getIdentifierPropertyName(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getIdentifierPropertyName(String) - Method in interface org.hibernate.engine.spi.Mapping
Deprecated.
 
getIdentifierPropertyName(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getIdentifierPropertyName(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getIdentifierPropertyName(String) - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
getIdentifierSource() - Method in class org.hibernate.boot.model.source.internal.hbm.EntityHierarchySourceImpl
 
getIdentifierSource() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
Obtain source information about this entity's identifier.
getIdentifierTableDetails() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
Details for the table that defines the identifier column(s) for an entity hierarchy.
getIdentifierTableDetails() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getIdentifierTableDetails() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getIdentifierTableDetails() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getIdentifierTableDetails() - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
getIdentifierTableMapping() - Method in interface org.hibernate.persister.collection.mutation.CollectionMutationTarget
 
getIdentifierTableMapping() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifierTableMapping() - Method in interface org.hibernate.persister.entity.mutation.EntityMutationTarget
 
getIdentifierTableMapping() - Method in interface org.hibernate.sql.model.MutationTarget
The descriptor for the table containing the identifier for the target
getIdentifierTableName() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getIdentifierTableName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifierTableName() - Method in interface org.hibernate.sql.model.MutationTarget
The name of the table defining the identifier for this target
getIdentifierType() - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
Getter for property 'identifierType'.
getIdentifierType() - Method in class org.hibernate.id.enhanced.TableGenerator
Type mapping for the identifier.
getIdentifierType() - Method in class org.hibernate.jpamodelgen.validation.MockCollectionPersister
 
getIdentifierType() - Method in class org.hibernate.jpamodelgen.validation.MockEntityPersister
 
getIdentifierType() - Method in class org.hibernate.mapping.Any
 
getIdentifierType() - Method in interface org.hibernate.metadata.ClassMetadata
Deprecated.
Get the identifier Hibernate type
getIdentifierType() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getIdentifierType() - Method in interface org.hibernate.persister.collection.CollectionPersister
Deprecated, for removal: This API element is subject to removal in a future version.
Hibernate is moving away from Type. Corresponding mapping metamodel calls should be used instead - here, PluralAttributeMapping.getIdentifierDescriptor()
getIdentifierType() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentifierType() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the identifier type
getIdentifierType() - Method in class org.hibernate.type.AnyType
 
getIdentifierType(String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getIdentifierType(String) - Method in class org.hibernate.boot.internal.MetadataImpl
 
getIdentifierType(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getIdentifierType(String) - Method in interface org.hibernate.engine.spi.Mapping
Deprecated.
 
getIdentifierType(String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getIdentifierType(String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getIdentifierType(String) - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
getIdentifierValue() - Method in class org.hibernate.engine.spi.EntityKey
 
getIdentifierValue() - Method in class org.hibernate.mapping.Table
 
getIdentifierValueMapper() - Method in class org.hibernate.metamodel.mapping.internal.InverseNonAggregatedIdentifierMapping
 
getIdentifierValueMapper() - Method in class org.hibernate.metamodel.mapping.internal.NonAggregatedIdentifierMappingImpl
 
getIdentifierValueMapper() - Method in interface org.hibernate.metamodel.mapping.NonAggregatedIdentifierMapping
The id-class, if there is one, otherwise the virtual-id.
getIdentifierValueMapper() - Method in class org.hibernate.query.derived.AnonymousTupleNonAggregatedEntityIdentifierMapping
 
getIdentifyingColumnsTableExpression() - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
getIdentityColumnString(int) - Method in class org.hibernate.dialect.identity.AbstractTransactSQLIdentityColumnSupport
 
getIdentityColumnString(int) - Method in class org.hibernate.dialect.identity.CockroachDBIdentityColumnSupport
 
getIdentityColumnString(int) - Method in class org.hibernate.dialect.identity.DB2IdentityColumnSupport
 
getIdentityColumnString(int) - Method in class org.hibernate.dialect.identity.H2IdentityColumnSupport
 
getIdentityColumnString(int) - Method in class org.hibernate.dialect.identity.HANAIdentityColumnSupport
 
getIdentityColumnString(int) - Method in class org.hibernate.dialect.identity.HSQLIdentityColumnSupport
 
getIdentityColumnString(int) - Method in interface org.hibernate.dialect.identity.IdentityColumnSupport
The syntax used during DDL to define a column as being an IDENTITY of a particular type.
getIdentityColumnString(int) - Method in class org.hibernate.dialect.identity.IdentityColumnSupportImpl
 
getIdentityColumnString(int) - Method in class org.hibernate.dialect.identity.MySQLIdentityColumnSupport
 
getIdentityColumnString(int) - Method in class org.hibernate.dialect.identity.Oracle12cIdentityColumnSupport
 
getIdentityColumnString(int) - Method in class org.hibernate.dialect.identity.PostgreSQLIdentityColumnSupport
 
getIdentityColumnSupport() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getIdentityColumnSupport() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
getIdentityColumnSupport() - Method in class org.hibernate.dialect.CockroachDialect
 
getIdentityColumnSupport() - Method in class org.hibernate.dialect.DB2400Dialect
Deprecated.
 
getIdentityColumnSupport() - Method in class org.hibernate.dialect.DB2400V7R3Dialect
Deprecated.
 
getIdentityColumnSupport() - Method in class org.hibernate.dialect.DB2Dialect
 
getIdentityColumnSupport() - Method in class org.hibernate.dialect.DB2iDialect
 
getIdentityColumnSupport() - Method in class org.hibernate.dialect.DB2zDialect
 
getIdentityColumnSupport() - Method in class org.hibernate.dialect.DerbyDialect
 
getIdentityColumnSupport() - Method in class org.hibernate.dialect.Dialect
Get the appropriate IdentityColumnSupport for this dialect.
getIdentityColumnSupport() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getIdentityColumnSupport() - Method in class org.hibernate.dialect.H2Dialect
 
getIdentityColumnSupport() - Method in class org.hibernate.dialect.HSQLDialect
 
getIdentityColumnSupport() - Method in class org.hibernate.dialect.MySQLDialect
 
getIdentityColumnSupport() - Method in class org.hibernate.dialect.OracleDialect
 
getIdentityColumnSupport() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getIdentityColumnSupport() - Method in class org.hibernate.dialect.SQLServerDialect
 
getIdentityColumnSupport() - Method in class org.hibernate.dialect.SybaseDialect
 
getIdentityInsertDelegate() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentityInsertDelegate() - Method in interface org.hibernate.persister.entity.mutation.EntityMutationTarget
The delegate for executing inserts against the root table for targets defined using post-insert id generation
getIdentityInsertString() - Method in class org.hibernate.dialect.identity.DB2IdentityColumnSupport
 
getIdentityInsertString() - Method in class org.hibernate.dialect.identity.H2IdentityColumnSupport
 
getIdentityInsertString() - Method in class org.hibernate.dialect.identity.HSQLIdentityColumnSupport
 
getIdentityInsertString() - Method in interface org.hibernate.dialect.identity.IdentityColumnSupport
The keyword used to insert a generated value into an identity column (or null).
getIdentityInsertString() - Method in class org.hibernate.dialect.identity.IdentityColumnSupportImpl
 
getIdentityInsertString() - Method in class org.hibernate.dialect.identity.Oracle12cIdentityColumnSupport
 
getIdentitySelectString() - Method in interface org.hibernate.id.PostInsertIdentityPersister
Get the database-specific SQL command to retrieve the last generated IDENTITY value.
getIdentitySelectString() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.identity.AbstractTransactSQLIdentityColumnSupport
 
getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.identity.CockroachDBIdentityColumnSupport
 
getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.identity.DB2IdentityColumnSupport
 
getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.identity.DB2zIdentityColumnSupport
 
getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.identity.H2IdentityColumnSupport
 
getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.identity.HANAIdentityColumnSupport
 
getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.identity.HSQLIdentityColumnSupport
 
getIdentitySelectString(String, String, int) - Method in interface org.hibernate.dialect.identity.IdentityColumnSupport
Get the select command to use to retrieve the last generated IDENTITY value for a particular table
getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.identity.IdentityColumnSupportImpl
 
getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.identity.MySQLIdentityColumnSupport
 
getIdentitySelectString(String, String, int) - Method in class org.hibernate.dialect.identity.PostgreSQLIdentityColumnSupport
 
getIdentityTable() - Method in class org.hibernate.mapping.PersistentClass
 
getIdentityTable() - Method in class org.hibernate.mapping.UnionSubclass
 
getIdentityTables() - Method in class org.hibernate.mapping.RootClass
 
getIdGeneratorDefinitionMap() - Method in class org.hibernate.boot.internal.MetadataImpl
 
getIdMapper() - Method in class org.hibernate.envers.internal.entities.EntityConfiguration
 
getIdMapper() - Method in class org.hibernate.envers.internal.entities.IdMappingData
 
getIdMapper() - Method in class org.hibernate.envers.internal.entities.RelationDescription
 
getIdMappingData() - Method in class org.hibernate.envers.internal.entities.EntityConfiguration
 
getIdOfOwnerOrNull(Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.CollectionType
Get the id value from the owning entity key, usually the same as the key, but might be some other property, in the case of property-ref
getIdPropertyCount() - Method in class org.hibernate.boot.model.internal.InheritanceState.ElementsToProcess
 
getIdSubqueryPredicate(Predicate, EntityMappingType, TableGroup, SharedSessionContractImplementor) - Static method in class org.hibernate.query.sqm.mutation.internal.SqmMutationStrategyHelper
Translates the original delete predicate to be used in the id subquery forcing the use of the table alias qualifier
getIdTable() - Method in class org.hibernate.query.sqm.mutation.internal.temptable.AbstractDeleteExecutionDelegate
 
getIdTable() - Method in class org.hibernate.query.sqm.mutation.internal.temptable.TableBasedDeleteHandler
 
getIdTable() - Method in class org.hibernate.query.sqm.mutation.internal.temptable.UpdateExecutionDelegate
For Hibernate Reactive
getIdType() - Method in interface org.hibernate.boot.internal.GenerationStrategyInterpreter.GeneratorNameDeterminationContext
The Java type of the attribute defining the id whose value is to be generated.
getIdType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Gets the value of the idType property.
getIdType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToAnyType
Gets the value of the idType property.
getIdType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToAnyCollectionElementType
Gets the value of the idType property.
getIdType() - Method in class org.hibernate.metamodel.model.domain.AbstractIdentifiableType
 
getIdType() - Method in interface org.hibernate.metamodel.model.domain.IdentifiableDomainType
 
getIdType() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getImmutableEntityUpdateQueryHandlingMode() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
getImmutableEntityUpdateQueryHandlingMode() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getImmutableEntityUpdateQueryHandlingMode() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getImpl() - Method in class org.hibernate.testing.boot.ExtraJavaServicesClassLoaderService.JavaServiceDescriptor
 
getImplementation() - Method in class org.hibernate.boot.spi.InFlightMetadataCollector.CollectionTypeRegistrationDescriptor
 
getImplementation() - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
getImplementation() - Method in interface org.hibernate.proxy.LazyInitializer
Return the underlying persistent object, initializing if necessary
getImplementation(SharedSessionContractImplementor) - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
getImplementation(SharedSessionContractImplementor) - Method in interface org.hibernate.proxy.LazyInitializer
Return the underlying persistent object in the given session, or null if not contained in this session's persistence context.
getImplementationClass() - Method in interface org.hibernate.proxy.LazyInitializer
Get the actual class of the entity, possibly initializing the entity if it has subclasses.
getImplementationClass() - Method in class org.hibernate.proxy.map.MapLazyInitializer
 
getImplementationClass() - Method in class org.hibernate.proxy.pojo.BasicLazyInitializer
 
getImplementationEntityName() - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
getImplementationEntityName() - Method in interface org.hibernate.proxy.LazyInitializer
Get the actual name of the entity, possibly initializing the entity if it has subclasses.
getImplementors() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getImplementors(String) - Method in interface org.hibernate.Metamodel
Deprecated.
Given the name of an entity class, determine all the class and interface names by which it can be referenced in an HQL query.
getImplementors(String) - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
getImplicitCacheAccessType() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MappingDefaultsImpl
 
getImplicitCacheAccessType() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
 
getImplicitCacheAccessType() - Method in class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults
 
getImplicitCacheAccessType() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getImplicitCacheAccessType() - Method in interface org.hibernate.boot.spi.MappingDefaults
The cache access type to use if none is specified
getImplicitCacheAccessType() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
Access to any implicit cache AccessType.
getImplicitCacheKeysFactory() - Method in class org.hibernate.cache.jcache.internal.JCacheRegionFactory
 
getImplicitCacheKeysFactory() - Method in class org.hibernate.cache.spi.support.RegionFactoryTemplate
 
getImplicitCascadeStyleName() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MappingDefaultsImpl
 
getImplicitCascadeStyleName() - Method in class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults
 
getImplicitCascadeStyleName() - Method in interface org.hibernate.boot.spi.MappingDefaults
Identifies the cascade style to apply to associations if none specified in the mapping.
getImplicitCatalogName() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MappingDefaultsImpl
 
getImplicitCatalogName() - Method in class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults
 
getImplicitCatalogName() - Method in interface org.hibernate.boot.spi.MappingDefaults
Identifies the database catalog name to use if none specified in the mapping.
getImplicitDiscriminatorColumnName() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MappingDefaultsImpl
 
getImplicitDiscriminatorColumnName() - Method in class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults
 
getImplicitDiscriminatorColumnName() - Method in interface org.hibernate.boot.spi.MappingDefaults
Identifies the column name to use for the discriminator column if none specified in the mapping.
getImplicitIdColumnName() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MappingDefaultsImpl
 
getImplicitIdColumnName() - Method in class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults
 
getImplicitIdColumnName() - Method in interface org.hibernate.boot.spi.MappingDefaults
Identifies the column name to use for the identifier column if none specified in the mapping.
getImplicitListClassification() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MappingDefaultsImpl
 
getImplicitListClassification() - Method in class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults.Builder
 
getImplicitListClassification() - Method in class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults
 
getImplicitListClassification() - Method in interface org.hibernate.boot.spi.MappingDefaults
Collection semantics to be applied to List attributes with no explicit configuration
getImplicitNamingStrategy() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
 
getImplicitNamingStrategy() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getImplicitNamingStrategy() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
 
getImplicitNamingStrategy() - Method in class org.hibernate.cfg.Configuration
The ImplicitNamingStrategy, if any, to use in this configuration.
getImplicitNamingStrategy() - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
getImplicitPackageName() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MappingDefaultsImpl
 
getImplicitPackageName() - Method in class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults
 
getImplicitPackageName() - Method in interface org.hibernate.boot.spi.MappingDefaults
Identifies the package name to use if none specified in the mapping.
getImplicitPropertyAccessorName() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MappingDefaultsImpl
 
getImplicitPropertyAccessorName() - Method in class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults
 
getImplicitPropertyAccessorName() - Method in interface org.hibernate.boot.spi.MappingDefaults
Identifies the default PropertyAccessStrategy name to use if none specified in the mapping.
getImplicitSchemaName() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MappingDefaultsImpl
 
getImplicitSchemaName() - Method in class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults
 
getImplicitSchemaName() - Method in interface org.hibernate.boot.spi.MappingDefaults
Identifies the database schema name to use if none specified in the mapping.
getImplicitTable() - Method in interface org.hibernate.mapping.IdentifiableTypeClass
 
getImplicitTable() - Method in class org.hibernate.mapping.MappedSuperclass
 
getImplicitTable() - Method in class org.hibernate.mapping.PersistentClass
 
getImplicitTenantIdColumnName() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MappingDefaultsImpl
 
getImplicitTenantIdColumnName() - Method in class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults
 
getImplicitTenantIdColumnName() - Method in interface org.hibernate.boot.spi.MappingDefaults
Identifies the column name to use for the tenant identifier column if none is specified in the mapping.
getImpliedResultType() - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmFunction
 
getImport() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the import property.
getImportedName(String) - Method in interface org.hibernate.metamodel.MappingMetamodel
 
getImportedName(String) - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
getImportedName(String) - Method in interface org.hibernate.metamodel.RuntimeMetamodels
 
getImports() - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getImports() - Method in class org.hibernate.boot.internal.MetadataImpl
 
getImports() - Method in interface org.hibernate.boot.Metadata
Retrieves all defined imports (class renames).
getImports() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getInclude() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEntityCacheType
Gets the value of the include property.
getInclude() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheType
Gets the value of the include property.
getInclude() - Method in class org.hibernate.boot.jaxb.mapping.JaxbCaching
Gets the value of the include property.
getIncludedTable() - Method in class org.hibernate.mapping.DenormalizedTable
 
getInclusionCheckPart() - Method in interface org.hibernate.metamodel.mapping.CollectionPart
 
getInclusionCheckPart() - Method in class org.hibernate.metamodel.mapping.internal.ManyToManyCollectionPart
 
getIncrementSize() - Method in class org.hibernate.boot.model.relational.Sequence
 
getIncrementSize() - Method in class org.hibernate.id.enhanced.AbstractOptimizer
 
getIncrementSize() - Method in interface org.hibernate.id.enhanced.DatabaseStructure
The configured increment size
getIncrementSize() - Method in interface org.hibernate.id.enhanced.Optimizer
Retrieves the defined increment size.
getIncrementSize() - Method in class org.hibernate.id.enhanced.SequenceStructure
 
getIncrementSize() - Method in class org.hibernate.id.enhanced.TableGenerator
The amount of increment to use.
getIncrementSize() - Method in class org.hibernate.id.enhanced.TableStructure
 
getIncrementValue() - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationImpl
 
getIncrementValue() - Method in interface org.hibernate.tool.schema.extract.spi.SequenceInformation
Retrieve the extracted increment value defined for the sequence.
getIndex() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Gets the value of the index property.
getIndex() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the index property.
getIndex() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the index property.
getIndex() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Gets the value of the index property.
getIndex() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the index property.
getIndex() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the index property.
getIndex() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the index property.
getIndex() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the index property.
getIndex() - Method in interface org.hibernate.boot.jaxb.hbm.transform.SourceColumnAdapter
 
getIndex() - Method in class org.hibernate.boot.jaxb.hbm.transform.SourceColumnAdapterJaxbHbmColumnType
 
getIndex() - Method in class org.hibernate.boot.jaxb.mapping.JaxbCollectionTable
Gets the value of the index property.
getIndex() - Method in class org.hibernate.boot.jaxb.mapping.JaxbJoinTable
Gets the value of the index property.
getIndex() - Method in class org.hibernate.boot.jaxb.mapping.JaxbSecondaryTable
Gets the value of the index property.
getIndex() - Method in class org.hibernate.boot.jaxb.mapping.JaxbTable
Gets the value of the index property.
getIndex() - Method in class org.hibernate.boot.jaxb.mapping.JaxbTableGenerator
Gets the value of the index property.
getIndex() - Method in class org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
Gets the value of the index property.
getIndex() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
Gets the value of the index property.
getIndex() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
Gets the value of the index property.
getIndex() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Table
Gets the value of the index property.
getIndex() - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
Gets the value of the index property.
getIndex() - Method in class org.hibernate.mapping.IndexedCollection
 
getIndex(Object, int, CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentArrayHolder
 
getIndex(Object, int, CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentBag
 
getIndex(Object, int, CollectionPersister) - Method in interface org.hibernate.collection.spi.PersistentCollection
Get the index of the given collection entry
getIndex(Object, int, CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
getIndex(Object, int, CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentList
 
getIndex(Object, int, CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentMap
 
getIndex(Object, int, CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentSet
 
getIndex(String) - Method in class org.hibernate.mapping.Table
 
getIndex(String) - Method in class org.hibernate.query.derived.AnonymousTupleType
 
getIndex(Identifier) - Method in class org.hibernate.tool.schema.extract.internal.TableInformationImpl
 
getIndex(Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
Retrieve the named IndexInformation
getIndexColumnAliases(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getIndexColumnAliases(String) - Method in interface org.hibernate.persister.collection.CollectionPersister
Deprecated, for removal: This API element is subject to removal in a future version.
Read-by-position makes this irrelevant. Currently still used by SQLQueryParser
getIndexColumnNames() - Method in class org.hibernate.jpamodelgen.validation.MockCollectionPersister
 
getIndexColumnNames() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getIndexColumnNames() - Method in interface org.hibernate.persister.collection.QueryableCollection
Deprecated.
Get the names of the collection index columns if this is an indexed collection (optional operation)
getIndexColumnNames(String) - Method in class org.hibernate.jpamodelgen.validation.MockCollectionPersister
 
getIndexColumnNames(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getIndexColumnNames(String) - Method in interface org.hibernate.persister.collection.QueryableCollection
Deprecated.
Get the names of the collection index columns if this is an indexed collection (optional operation), aliased by the given table alias
getIndexConstraintNames() - Method in class org.hibernate.boot.model.source.internal.hbm.BasicAttributeColumnsAndFormulasSource
 
getIndexConstraintNames() - Method in class org.hibernate.boot.model.source.internal.hbm.ManyToOneAttributeColumnsAndFormulasSource
 
getIndexConstraintNames() - Method in class org.hibernate.boot.model.source.internal.hbm.RelationalValueSourceHelper.AbstractColumnsAndFormulasSource
 
getIndexConstraintNames() - Method in interface org.hibernate.boot.model.source.internal.hbm.RelationalValueSourceHelper.ColumnsAndFormulasSource
 
getIndexConstraintNames() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
 
getIndexDescriptor() - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
getIndexDescriptor() - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
getIndexDescriptor() - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping.IndexMetadata
 
getIndexedColumns() - Method in class org.hibernate.tool.schema.extract.internal.IndexInformationImpl
 
getIndexedColumns() - Method in interface org.hibernate.tool.schema.extract.spi.IndexInformation
Obtain the columns indexed under this index.
getIndexes() - Method in class org.hibernate.mapping.Table
 
getIndexes() - Method in class org.hibernate.tool.schema.extract.internal.TableInformationImpl
 
getIndexes() - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
Obtain an iterable over all the table's defined indexes.
getIndexes(TableInformation) - Method in class org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl
 
getIndexes(TableInformation) - Method in interface org.hibernate.tool.schema.extract.spi.InformationExtractor
Extract information about indexes defined against the given table.
getIndexExporter() - Method in class org.hibernate.dialect.Dialect
Get an Exporter for Indexes, usually StandardIndexExporter.
getIndexExporter() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getIndexFormulas() - Method in class org.hibernate.jpamodelgen.validation.MockCollectionPersister
 
getIndexFormulas() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getIndexFormulas() - Method in interface org.hibernate.persister.collection.QueryableCollection
Deprecated.
Get the index formulas if this is an indexed collection (optional operation)
getIndexIdentifier() - Method in class org.hibernate.tool.schema.extract.internal.IndexInformationImpl
 
getIndexIdentifier() - Method in interface org.hibernate.tool.schema.extract.spi.IndexInformation
Obtain the identifier for this index.
getIndexInOwner(String, String, Object, Map) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getIndexInOwner(String, String, Object, Map) - Method in interface org.hibernate.engine.spi.PersistenceContext
Search the persistence context for an index of the child object, given a collection role
getIndexManyToAny() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the indexManyToAny property.
getIndexManyToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the indexManyToMany property.
getIndexMetadata() - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
getIndexMetadata() - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
getIndexPathSource() - Method in class org.hibernate.metamodel.model.domain.internal.ListAttributeImpl
 
getIndexPathSource() - Method in class org.hibernate.metamodel.model.domain.internal.MapAttributeImpl
 
getIndexPathSource() - Method in interface org.hibernate.metamodel.model.domain.ListPersistentAttribute
 
getIndexPathSource() - Method in interface org.hibernate.metamodel.model.domain.PluralPersistentAttribute
 
getIndexPropertyName() - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping.IndexMetadata
 
getIndexSource() - Method in interface org.hibernate.boot.model.source.internal.hbm.IndexedPluralAttributeSource
 
getIndexSource() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceArrayImpl
 
getIndexSource() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceListImpl
 
getIndexSource() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceMapImpl
 
getIndexSource() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourcePrimitiveArrayImpl
 
getIndexTableGroup() - Method in class org.hibernate.sql.ast.tree.from.CollectionTableGroup
 
getIndexTableGroup() - Method in class org.hibernate.sql.ast.tree.from.CorrelatedPluralTableGroup
 
getIndexTableGroup() - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
 
getIndexTableGroup() - Method in interface org.hibernate.sql.ast.tree.from.PluralTableGroup
 
getIndexType() - Method in class org.hibernate.jpamodelgen.validation.MockCollectionPersister
 
getIndexType() - Method in interface org.hibernate.metadata.CollectionMetadata
Deprecated.
The collection index type (or null if the collection has no index)
getIndexType() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getIndexType() - Method in interface org.hibernate.persister.collection.CollectionPersister
Deprecated, for removal: This API element is subject to removal in a future version.
Hibernate is moving away from Type. Corresponding mapping metamodel calls should be used instead - here, PluralAttributeMapping.getIndexDescriptor()
getIndicatedEntity() - Method in interface org.hibernate.metamodel.mapping.DiscriminatorValueDetails
getIndicatedEntity() - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatorValueDetailsImpl
 
getIndicatedEntityName() - Method in interface org.hibernate.metamodel.mapping.DiscriminatorValueDetails
The name of the concrete entity-type mapped to this discriminator value
getIndividualAttributeIdGenerator(String) - Method in interface org.hibernate.boot.model.source.spi.CompositeIdentifierSource
Handle silly SpecJ reading of the JPA spec.
getInetJdbcType(ServiceRegistry) - Static method in class org.hibernate.dialect.PgJdbcHelper
 
getInExpressionCountLimit() - Method in class org.hibernate.dialect.DB2Dialect
 
getInExpressionCountLimit() - Method in class org.hibernate.dialect.DerbyDialect
 
getInExpressionCountLimit() - Method in class org.hibernate.dialect.Dialect
Return the limit that the underlying database places on the number of elements in an IN predicate.
getInExpressionCountLimit() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getInExpressionCountLimit() - Method in class org.hibernate.dialect.OracleDialect
 
getInExpressionCountLimit() - Method in class org.hibernate.dialect.SQLServerDialect
 
getInExpressionCountLimit() - Method in class org.hibernate.dialect.SybaseDialect
 
getInferredParameterType(QueryParameter<T>) - Method in class org.hibernate.query.internal.ParameterMetadataImpl
 
getInferredParameterType(QueryParameter<T>) - Method in interface org.hibernate.query.ParameterMetadata
 
getInferredValueMapping() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
getInFlightAccess() - Method in class org.hibernate.metamodel.model.domain.AbstractIdentifiableType
 
getInFlightAccess() - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getInFlightAccess() - Method in interface org.hibernate.metamodel.model.domain.internal.AttributeContainer
 
getInflightQueryPart() - Method in class org.hibernate.loader.ast.internal.LoaderSqlAstCreationState
 
getInflightQueryPart() - Method in class org.hibernate.query.sqm.sql.internal.SqlAstQueryPartProcessingStateImpl
 
getInflightQueryPart() - Method in interface org.hibernate.sql.ast.spi.SqlAstQueryPartProcessingState
Get the QueryPart being processed as part of this state.
getInfluencers() - Method in class org.hibernate.loader.ast.internal.AbstractCollectionBatchLoader
 
getInheritance() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the inheritance property.
getInheritance() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the inheritance property.
getInheritanceStateOfSuperEntity(XClass, Map<XClass, InheritanceState>) - Static method in class org.hibernate.boot.model.internal.InheritanceState
 
getInitCommands() - Method in class org.hibernate.boot.model.relational.Database
 
getInitCommands() - Method in class org.hibernate.boot.model.relational.InitCommand
 
getInitCommands(SqlStringGenerationContext) - Method in class org.hibernate.mapping.Table
 
getInitial() - Method in class org.hibernate.testing.orm.domain.animal.Name
 
getInitializedInstance() - Method in interface org.hibernate.sql.results.graph.collection.CollectionInitializer
 
getInitializedInstance() - Method in interface org.hibernate.sql.results.graph.embeddable.EmbeddableInitializer
 
getInitializedInstance() - Method in interface org.hibernate.sql.results.graph.entity.EntityInitializer
 
getInitializedInstance() - Method in interface org.hibernate.sql.results.graph.Initializer
 
getInitializedLazyAttributeNames() - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.BytecodeLazyAttributeInterceptor
The names of all lazy attributes which have been initialized
getInitializedLazyAttributeNames() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
 
getInitializedLazyAttributeNames() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor
 
getInitializedLazyAttributeNames() - Method in interface org.hibernate.bytecode.enhance.spi.LazyPropertyInitializer.InterceptorImplementor
Deprecated.
 
getInitializedLazyAttributeNames() - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
Deprecated.
Just as the method it overrides. Interceptors that deal with lazy state should implement BytecodeLazyAttributeInterceptor
getInitializedPart() - Method in interface org.hibernate.sql.results.graph.collection.CollectionInitializer
 
getInitializedPart() - Method in class org.hibernate.sql.results.graph.collection.internal.AbstractCollectionInitializer
 
getInitializedPart() - Method in class org.hibernate.sql.results.graph.embeddable.AbstractEmbeddableInitializer
 
getInitializedPart() - Method in interface org.hibernate.sql.results.graph.embeddable.EmbeddableInitializer
 
getInitializedPart() - Method in class org.hibernate.sql.results.graph.embeddable.internal.AbstractNonAggregatedIdentifierMappingInitializer
 
getInitializedPart() - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
getInitializedPart() - Method in class org.hibernate.sql.results.graph.entity.internal.AbstractBatchEntitySelectFetchInitializer
 
getInitializedPart() - Method in class org.hibernate.sql.results.graph.entity.internal.EntityDelayedFetchInitializer
 
getInitializedPart() - Method in class org.hibernate.sql.results.graph.entity.internal.EntitySelectFetchInitializer
 
getInitializedPart() - Method in interface org.hibernate.sql.results.graph.Initializer
 
getInitializer() - Method in interface org.hibernate.sql.results.graph.collection.LoadingCollectionEntry
The initializer responsible for the loading
getInitializer() - Method in class org.hibernate.sql.results.internal.LoadingCollectionEntryImpl
Access to the initializer that is responsible for initializing this collection
getInitializers() - Method in class org.hibernate.sql.results.internal.StandardRowReader
Deprecated.
getInitializers() - Method in interface org.hibernate.sql.results.spi.RowReader
getInitializersList() - Method in class org.hibernate.sql.results.internal.StandardRowReader
 
getInitializersList() - Method in interface org.hibernate.sql.results.spi.RowReader
The initializers associated with this reader.
getInitializingCollectionDescriptor() - Method in interface org.hibernate.sql.results.graph.collection.CollectionInitializer
 
getInitializor(EnversService, AuditReaderImplementor, Object, Number, boolean) - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractCollectionMapper
 
getInitializor(EnversService, AuditReaderImplementor, Object, Number, boolean) - Method in class org.hibernate.envers.internal.entities.mapper.relation.BasicCollectionMapper
 
getInitializor(EnversService, AuditReaderImplementor, Object, Number, boolean) - Method in class org.hibernate.envers.internal.entities.mapper.relation.ListCollectionMapper
 
getInitializor(EnversService, AuditReaderImplementor, Object, Number, boolean) - Method in class org.hibernate.envers.internal.entities.mapper.relation.MapCollectionMapper
 
getInitializor(EnversService, AuditReaderImplementor, Object, Number, boolean) - Method in class org.hibernate.envers.internal.entities.mapper.relation.SortedMapCollectionMapper
 
getInitializor(EnversService, AuditReaderImplementor, Object, Number, boolean) - Method in class org.hibernate.envers.internal.entities.mapper.relation.SortedSetCollectionMapper
 
getInitialSessionFlushMode() - Method in interface org.hibernate.internal.SessionCreationOptions
 
getInitialSessionFlushMode() - Method in class org.hibernate.internal.SessionFactoryImpl.SessionBuilderImpl
 
getInitialSessionFlushMode() - Method in class org.hibernate.internal.SessionFactoryImpl.StatelessSessionBuilderImpl
 
getInitialValue() - Method in class org.hibernate.boot.jaxb.mapping.JaxbSequenceGenerator
Gets the value of the initialValue property.
getInitialValue() - Method in class org.hibernate.boot.jaxb.mapping.JaxbTableGenerator
Gets the value of the initialValue property.
getInitialValue() - Method in class org.hibernate.boot.model.relational.Sequence
 
getInitialValue() - Method in interface org.hibernate.id.enhanced.DatabaseStructure
The configured initial value
getInitialValue() - Method in class org.hibernate.id.enhanced.SequenceStructure
 
getInitialValue() - Method in class org.hibernate.id.enhanced.TableGenerator
The initial value to use when we find no previous state in the generator table corresponding to our sequence.
getInitialValue() - Method in class org.hibernate.id.enhanced.TableStructure
 
getInitialValue() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
Gets the value of the initialValue property.
getInitialValue() - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
Gets the value of the initialValue property.
getInjector() - Method in interface org.hibernate.id.CompositeNestedGeneratedValueGenerator.GenerationPlan
Returns the injector for the generated property.
getInjector() - Method in class org.hibernate.mapping.Component.ValueGenerationPlan
 
getInputStream() - Method in interface org.hibernate.engine.jdbc.BinaryStream
Retrieve the input stream.
getInputStream() - Method in class org.hibernate.engine.jdbc.internal.BinaryStreamImpl
 
getInputStreamForResource(String) - Method in class org.hibernate.jpamodelgen.util.xml.XmlParserHelper
Returns an input stream for the specified resource.
getInsertBatchKey() - Method in class org.hibernate.persister.entity.mutation.InsertCoordinator
getInsertCoordinator() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getInsertCount() - Method in interface org.hibernate.stat.EntityStatistics
Number of times (since last Statistics clearing) this entity has been inserted
getInsertCount() - Method in class org.hibernate.stat.internal.EntityStatisticsImpl
 
getInsertCteTableName(String) - Method in class org.hibernate.query.sqm.mutation.internal.cte.CteUpdateHandler
 
getInsertCustomSql() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping
 
getInsertDetails() - Method in class org.hibernate.persister.collection.mutation.CollectionTableMapping
 
getInsertDetails() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping
 
getInsertDetails() - Method in interface org.hibernate.sql.model.TableMapping
Details for insertion into this table
getInsertExpectation() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping
 
getInsertGeneratedValuesProcessor() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getInsertionTargetPaths() - Method in class org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement
 
getInsertionTargetPaths() - Method in interface org.hibernate.query.sqm.tree.insert.SqmInsertStatement
 
getInsertRowOperation() - Method in class org.hibernate.persister.collection.mutation.RowMutationOperations
 
getInsertRowOperation(TableMapping) - Method in class org.hibernate.persister.collection.mutation.RowMutationOperations
 
getInsertRowsCoordinator() - Method in class org.hibernate.persister.collection.OneToManyPersister
 
getInsertRowValues() - Method in class org.hibernate.persister.collection.mutation.RowMutationOperations
 
getInstance() - Method in class org.hibernate.action.internal.EntityAction
entity instance accessor
getInstance() - Static method in class org.hibernate.testing.jdbc.SharedDriverManagerConnectionProviderImpl
 
getInstance() - Static method in class org.hibernate.testing.util.ExceptionUtil
 
getInstanceGenerationId() - Method in class org.hibernate.event.spi.FlushEntityEvent
 
getInstanceToLoad() - Method in class org.hibernate.event.spi.LoadEvent
 
getInstant() - Method in exception org.hibernate.envers.exception.RevisionDoesNotExistException
 
getInstantiationOptimizer() - Method in class org.hibernate.bytecode.internal.bytebuddy.ReflectionOptimizerImpl
 
getInstantiationOptimizer() - Method in interface org.hibernate.bytecode.spi.ReflectionOptimizer
Retrieve the optimizer for calling an entity's constructor via reflection.
getInstantiationTarget() - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
 
getInstantiator() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEmbeddable
Gets the value of the instantiator property.
getInstantiator() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEmbeddableInstantiatorRegistration
Gets the value of the instantiator property.
getInstantiator() - Method in class org.hibernate.mapping.Component
 
getInstantiator() - Method in class org.hibernate.metamodel.internal.EmbeddableRepresentationStrategyMap
 
getInstantiator() - Method in class org.hibernate.metamodel.internal.EmbeddableRepresentationStrategyPojo
 
getInstantiator() - Method in class org.hibernate.metamodel.internal.EntityRepresentationStrategyMap
 
getInstantiator() - Method in class org.hibernate.metamodel.internal.EntityRepresentationStrategyPojoStandard
 
getInstantiator() - Method in class org.hibernate.metamodel.mapping.internal.IdClassRepresentationStrategy
 
getInstantiator() - Method in class org.hibernate.metamodel.mapping.internal.VirtualIdRepresentationStrategy
 
getInstantiator() - Method in interface org.hibernate.metamodel.spi.EmbeddableRepresentationStrategy
Create a delegate capable of instantiating instances of the represented type.
getInstantiator() - Method in interface org.hibernate.metamodel.spi.EntityRepresentationStrategy
Create a delegate capable of instantiating instances of the represented type.
getInstantiatorPropertyNames() - Method in class org.hibernate.mapping.Component
 
getInstrumentationMetadata() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getInstrumentationMetadata() - Method in interface org.hibernate.persister.entity.EntityPersister
 
getInt(String, Map, int) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
Get the config value as an int
getInteger(Object) - Static method in class org.hibernate.jpa.internal.util.ConfigurationHelper
 
getInteger(String) - Method in class org.hibernate.boot.model.internal.QueryHintDefinition
 
getInteger(String, String, Function<String, ?>) - Static method in class org.hibernate.jpa.internal.LegacySpecHelper
 
getInteger(String, String, Function<String, ?>, Function<Object, Boolean>) - Static method in class org.hibernate.jpa.internal.LegacySpecHelper
 
getInteger(String, Map) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
Get the config value as an Integer
getIntegerLiteral(JpaExpression<Number>, int) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
getIntegerType() - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
getIntegerType() - Method in interface org.hibernate.query.sqm.NodeBuilder
 
getIntegerType() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getIntegralDataTypeHolder(Class<?>) - Static method in class org.hibernate.id.IdentifierGeneratorHelper
 
getIntegrators() - Method in class org.hibernate.integrator.internal.IntegratorServiceImpl
 
getIntegrators() - Method in interface org.hibernate.integrator.spi.IntegratorService
Retrieve all integrators.
getIntegrators() - Method in interface org.hibernate.jpa.boot.spi.IntegratorProvider
 
getInterceptor() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
getInterceptor() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getInterceptor() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
Get the interceptor to use by default for all sessions opened from this factory.
getInterceptor() - Method in class org.hibernate.cfg.Configuration
Retrieve the configured Interceptor.
getInterceptor() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getInterceptor() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Retrieves the Interceptor associated with this session.
getInterceptor() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
getInterceptor() - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
getInterceptor() - Method in interface org.hibernate.internal.SessionCreationOptions
 
getInterceptor() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getInterceptor() - Method in class org.hibernate.internal.SessionFactoryImpl.SessionBuilderImpl
 
getInterceptor() - Method in class org.hibernate.internal.SessionFactoryImpl.StatelessSessionBuilderImpl
 
getInterceptorFieldAccessor() - Method in class org.hibernate.bytecode.internal.bytebuddy.ByteBuddyState.ProxyDefinitionHelpers
 
getIntermediatePathSource(SqmPathSource<?>) - Method in class org.hibernate.metamodel.model.domain.internal.AbstractPluralAttribute
 
getIntermediatePathSource(SqmPathSource<?>) - Method in class org.hibernate.metamodel.model.domain.internal.ListAttributeImpl
 
getIntermediatePathSource(SqmPathSource<?>) - Method in class org.hibernate.metamodel.model.domain.internal.MapAttributeImpl
 
getIntermediatePathSource(SqmPathSource<?>) - Method in interface org.hibernate.query.sqm.SqmPathSource
Returns the intermediate SqmPathSource for a path source previously acquired via SqmPathSource.findSubPathSource(String).
getInternalFetchProfile() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
getInternalIdentifier() - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
getInternalIdentifier() - Method in interface org.hibernate.proxy.LazyInitializer
Retrieve the identifier value for the entity our owning proxy represents.
getInterpretationCache() - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
getInterpretationCache() - Method in class org.hibernate.query.internal.QueryEngineImpl
 
getInterpretationCache() - Method in interface org.hibernate.query.spi.QueryEngine
 
getIntervalJdbcType(ServiceRegistry) - Static method in class org.hibernate.dialect.PgJdbcHelper
 
getIntValue() - Method in class org.hibernate.testing.orm.domain.animal.Human
 
getInverseForeignKey() - Method in class org.hibernate.boot.jaxb.mapping.JaxbJoinTable
Gets the value of the inverseForeignKey property.
getInverseForeignKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
Gets the value of the inverseForeignKey property.
getInverseJoinColumn() - Method in class org.hibernate.boot.jaxb.mapping.JaxbJoinTable
Gets the value of the inverseJoinColumn property.
getInverseJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
Gets the value of the inverseJoinColumn property.
getInverseJoinColumnNames() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.AuditJoinTableData
 
getInverseJoinColumnNamesIterator() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.AuditJoinTableData
 
getIP() - Method in class org.hibernate.id.AbstractUUIDGenerator
Deprecated.
Unique in a local network
getIsoCode() - Method in class org.hibernate.testing.orm.domain.animal.StateProvince
 
getIsolatedConnection() - Method in class org.hibernate.resource.transaction.backend.jdbc.internal.DdlTransactionIsolatorNonJtaImpl
 
getIsolatedConnection() - Method in class org.hibernate.resource.transaction.backend.jta.internal.DdlTransactionIsolatorJtaImpl
 
getIsolatedConnection() - Method in interface org.hibernate.resource.transaction.spi.DdlTransactionIsolator
getIsolatedConnection(boolean) - Method in class org.hibernate.resource.transaction.backend.jdbc.internal.DdlTransactionIsolatorNonJtaImpl
 
getIsolatedConnection(boolean) - Method in class org.hibernate.resource.transaction.backend.jta.internal.DdlTransactionIsolatorJtaImpl
 
getIsolatedConnection(boolean) - Method in interface org.hibernate.resource.transaction.spi.DdlTransactionIsolator
getJakartaGroupPropertyName() - Method in enum org.hibernate.boot.beanvalidation.GroupsPerOperation.Operation
 
getJakartaHintName() - Method in enum org.hibernate.graph.GraphSemantic
The corresponding Jakarta Persistence hint name.
getJakartaJsonBFormatMapperOrNull() - Static method in class org.hibernate.type.format.jakartajson.JakartaJsonIntegration
 
getJandexView() - Method in class org.hibernate.boot.internal.BootstrapContextImpl
 
getJandexView() - Method in interface org.hibernate.boot.spi.BootstrapContext
Access to the Jandex index passed by call to MetadataBuilder.applyIndexView(IndexView), if any.
getJandexView() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
 
getJar() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
Gets the value of the jar property.
getJarFile() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
Gets the value of the jarFile property.
getJarFileUrls() - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
getJarFileUrls() - Method in class org.hibernate.jpa.boot.internal.PersistenceUnitInfoDescriptor
 
getJarFileUrls() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
 
getJarFileUrls() - Method in class org.hibernate.testing.orm.jpa.PersistenceUnitDescriptorAdapter
 
getJarFileUrls() - Method in class org.hibernate.testing.orm.jpa.PersistenceUnitInfoAdapter
 
getJarFileUrls() - Method in class org.hibernate.testing.orm.jpa.PersistenceUnitInfoImpl
 
getJarFileUrls() - Method in class org.hibernate.testing.orm.junit.EntityManagerFactoryBasedFunctionalTest.TestingPersistenceUnitDescriptorImpl
 
getJarFileUrls() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
 
getJarFileUrls() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
 
getJarFileUrls() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
 
getJarURLFromURLEntry(URL, String) - Static method in class org.hibernate.boot.archive.internal.ArchiveHelper
Get the JAR URL of the JAR containing the given entry Method used in a non managed environment
getJarURLFromURLEntry(URL, String) - Method in class org.hibernate.boot.archive.internal.StandardArchiveDescriptorFactory
 
getJarURLFromURLEntry(URL, String) - Method in class org.hibernate.boot.archive.spi.AbstractArchiveDescriptorFactory
 
getJarURLFromURLEntry(URL, String) - Method in interface org.hibernate.boot.archive.spi.ArchiveDescriptorFactory
Given a URL which defines an entry within a JAR (really any "bundled archive" such as a jar file, zip, etc) and an entry within that JAR, find the URL to the JAR itself.
getJavaMember() - Method in class org.hibernate.metamodel.model.domain.internal.AbstractAttribute
 
getJavaMember() - Method in class org.hibernate.query.derived.AnonymousTupleSqmAssociationPathSource
 
getJavaType() - Method in class org.hibernate.boot.model.source.internal.hbm.HibernateTypeSourceImpl
 
getJavaType() - Method in interface org.hibernate.boot.model.source.spi.HibernateTypeSource
Obtain the attribute's java type if possible.
getJavaType() - Method in class org.hibernate.boot.model.source.spi.JdbcDataType
 
getJavaType() - Method in interface org.hibernate.metamodel.internal.AttributeMetadata
Retrieve the attribute java type.
getJavaType() - Method in class org.hibernate.metamodel.internal.BaseAttributeMetadata
 
getJavaType() - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
 
getJavaType() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
getJavaType() - Method in interface org.hibernate.metamodel.mapping.EntityVersionMapping
 
getJavaType() - Method in class org.hibernate.metamodel.mapping.internal.AbstractAttributeMapping
 
getJavaType() - Method in class org.hibernate.metamodel.mapping.internal.AbstractDiscriminatorMapping
 
getJavaType() - Method in class org.hibernate.metamodel.mapping.internal.AnyDiscriminatorPart
 
getJavaType() - Method in class org.hibernate.metamodel.mapping.internal.AnyKeyPart
 
getJavaType() - Method in class org.hibernate.metamodel.mapping.internal.BasicAttributeMapping
 
getJavaType() - Method in class org.hibernate.metamodel.mapping.internal.BasicEntityIdentifierMappingImpl
 
getJavaType() - Method in class org.hibernate.metamodel.mapping.internal.BasicValuedCollectionPart
 
getJavaType() - Method in class org.hibernate.metamodel.mapping.internal.CollectionIdentifierDescriptorImpl
 
getJavaType() - Method in class org.hibernate.metamodel.mapping.internal.CompoundNaturalIdMapping
 
getJavaType() - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationMapping
 
getJavaType() - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedCollectionPart
 
getJavaType() - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatorTypeImpl
 
getJavaType() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedForeignKeyDescriptor
 
getJavaType() - Method in interface org.hibernate.metamodel.mapping.internal.EntityCollectionPart
 
getJavaType() - Method in class org.hibernate.metamodel.mapping.internal.EntityRowIdMappingImpl
 
getJavaType() - Method in class org.hibernate.metamodel.mapping.internal.EntityVersionMappingImpl
 
getJavaType() - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
getJavaType() - Method in class org.hibernate.metamodel.mapping.internal.SimpleNaturalIdMapping
 
getJavaType() - Method in class org.hibernate.metamodel.mapping.internal.SoftDeleteMappingImpl
 
getJavaType() - Method in interface org.hibernate.metamodel.mapping.ManagedMappingType
 
getJavaType() - Method in interface org.hibernate.metamodel.mapping.ModelPart
The Java type for this part.
getJavaType() - Method in class org.hibernate.metamodel.model.domain.AbstractDomainType
 
getJavaType() - Method in class org.hibernate.metamodel.model.domain.internal.AbstractAttribute
 
getJavaType() - Method in class org.hibernate.metamodel.model.domain.internal.AbstractPluralAttribute
 
getJavaType() - Method in class org.hibernate.metamodel.model.domain.internal.AnyDiscriminatorSqmPathSource
 
getJavaType() - Method in class org.hibernate.metamodel.model.domain.internal.AnyMappingDomainTypeImpl
 
getJavaType() - Method in class org.hibernate.metamodel.model.domain.internal.ArrayTupleType
 
getJavaType() - Method in class org.hibernate.metamodel.model.domain.internal.BasicSqmPathSource
 
getJavaType() - Method in class org.hibernate.metamodel.model.domain.internal.BasicTypeImpl
 
getJavaType() - Method in class org.hibernate.metamodel.model.domain.internal.DiscriminatorSqmPathSource
 
getJavaType() - Method in class org.hibernate.metamodel.model.domain.internal.PrimitiveBasicTypeImpl
 
getJavaType() - Method in interface org.hibernate.metamodel.model.domain.SingularPersistentAttribute
 
getJavaType() - Method in class org.hibernate.persister.entity.DiscriminatorType
Deprecated.
 
getJavaType() - Method in class org.hibernate.procedure.internal.EntityDomainResultBuilder
 
getJavaType() - Method in class org.hibernate.procedure.internal.ScalarDomainResultBuilder
 
getJavaType() - Method in interface org.hibernate.query.criteria.JpaCteCriteriaAttribute
The java type of the attribute.
getJavaType() - Method in interface org.hibernate.query.criteria.JpaTupleElement
 
getJavaType() - Method in class org.hibernate.query.derived.AnonymousTupleBasicValuedModelPart
 
getJavaType() - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddableValuedModelPart
 
getJavaType() - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
getJavaType() - Method in class org.hibernate.query.derived.AnonymousTupleTableGroupProducer
 
getJavaType() - Method in class org.hibernate.query.derived.AnonymousTupleType
 
getJavaType() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderBasicModelPart
 
getJavaType() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderBasicValuedConverted
 
getJavaType() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderBasicValuedStandard
 
getJavaType() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderCollectionStandard
 
getJavaType() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderEntityJpa
 
getJavaType() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderEntityStandard
 
getJavaType() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderInstantiation
 
getJavaType() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderAttribute
 
getJavaType() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderBasicConverted
 
getJavaType() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderBasicStandard
 
getJavaType() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityCalculated
 
getJavaType() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityStandard
 
getJavaType() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderInstantiation
 
getJavaType() - Method in class org.hibernate.query.results.implicit.ImplicitModelPartResultBuilderBasic
 
getJavaType() - Method in class org.hibernate.query.results.implicit.ImplicitModelPartResultBuilderEmbeddable
 
getJavaType() - Method in class org.hibernate.query.results.implicit.ImplicitModelPartResultBuilderEntity
 
getJavaType() - Method in class org.hibernate.query.results.implicit.ImplicitResultClassBuilder
 
getJavaType() - Method in interface org.hibernate.query.results.ResultBuilder
 
getJavaType() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteTableColumn
 
getJavaType() - Method in class org.hibernate.query.sqm.tree.domain.SqmBasicValuedSimplePath
 
getJavaType() - Method in class org.hibernate.query.sqm.tree.domain.SqmEmbeddedValuedSimplePath
 
getJavaType() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getJavaType() - Method in interface org.hibernate.query.sqm.tree.select.SqmDynamicInstantiationTarget
For DynamicInstantiationNature.CLASS this will return the Class to be instantiated.
getJavaType() - Method in class org.hibernate.query.sqm.tree.select.SqmJpaCompoundSelection
 
getJavaType() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
getJavaType() - Method in class org.hibernate.sql.results.internal.TupleElementImpl
 
getJavaType() - Method in class org.hibernate.type.AbstractStandardBasicType
 
getJavaType() - Method in class org.hibernate.type.CustomType
 
getJavaType() - Method in class org.hibernate.type.descriptor.java.AbstractClassJavaType
 
getJavaType() - Method in class org.hibernate.type.descriptor.java.AbstractJavaType
 
getJavaType() - Method in interface org.hibernate.type.descriptor.java.JavaType
Get the Java type (a Type object) described by this JavaType.
getJavaType() - Method in class org.hibernate.type.descriptor.jdbc.BasicBinder
 
getJavaType() - Method in class org.hibernate.type.descriptor.jdbc.BasicExtractor
 
getJavaType() - Method in class org.hibernate.type.descriptor.jdbc.spi.AbstractJdbcLiteralFormatter
 
getJavaType() - Method in class org.hibernate.type.internal.ConvertedBasicTypeImpl
 
getJavaType() - Method in class org.hibernate.type.internal.CustomMutabilityConvertedPrimitiveBasicTypeImpl
 
getJavaType() - Method in class org.hibernate.type.SerializableToBlobType
 
getJavaType() - Method in class org.hibernate.usertype.StaticUserTypeSupport
 
getJavaTypeClass() - Method in class org.hibernate.type.descriptor.java.AbstractClassJavaType
 
getJavaTypeClass() - Method in interface org.hibernate.type.descriptor.java.JavaType
Get the Java type (the Class object) described by this JavaType.
getJavaTypeClass() - Method in class org.hibernate.type.descriptor.java.spi.DynamicModelJavaType
 
getJavaTypeClass() - Method in class org.hibernate.type.internal.CompositeUserTypeJavaTypeWrapper
 
getJavaTypeClass() - Method in class org.hibernate.type.internal.UserTypeJavaTypeWrapper
 
getJavaTypeDescriptor() - Method in interface org.hibernate.metamodel.mapping.DiscriminatorType
 
getJavaTypeDescriptor() - Method in interface org.hibernate.metamodel.mapping.JdbcMapping
The descriptor for the Java type represented by this expressible type
getJavaTypeDescriptor() - Method in class org.hibernate.metamodel.model.domain.internal.BasicTypeImpl
 
getJavaTypeDescriptor() - Method in class org.hibernate.persister.entity.DiscriminatorType
Deprecated.
 
getJavaTypeDescriptor() - Method in interface org.hibernate.query.criteria.JpaTupleElement
 
getJavaTypeDescriptor() - Method in class org.hibernate.query.hql.internal.FullyQualifiedReflectivePathTerminal
 
getJavaTypeDescriptor() - Method in class org.hibernate.query.sqm.tree.domain.SqmBasicValuedSimplePath
 
getJavaTypeDescriptor() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
getJavaTypeDescriptor() - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
 
getJavaTypeDescriptor() - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
 
getJavaTypeDescriptor() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
getJavaTypeDescriptor() - Method in interface org.hibernate.query.sqm.tree.from.SqmAttributeJoin
 
getJavaTypeDescriptor() - Method in interface org.hibernate.query.sqm.tree.predicate.SqmPredicate
 
getJavaTypeDescriptor() - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
 
getJavaTypeDescriptor() - Method in class org.hibernate.query.sqm.tree.select.SqmJpaCompoundSelection
 
getJavaTypeDescriptor() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectClause
 
getJavaTypeDescriptor() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
getJavaTypeDescriptor() - Method in class org.hibernate.type.AbstractStandardBasicType
 
getJavaTypeDescriptor() - Method in interface org.hibernate.type.BasicType
 
getJavaTypeDescriptor() - Method in class org.hibernate.type.CustomType
 
getJavaTypeDescriptor() - Method in class org.hibernate.type.internal.ConvertedBasicTypeImpl
 
getJavaTypeDescriptor() - Method in class org.hibernate.type.SerializableToBlobType
 
getJavaTypeRegistrations() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
Gets the value of the javaTypeRegistrations property.
getJavaTypeRegistry() - Method in interface org.hibernate.boot.model.convert.spi.JpaAttributeConverterCreationContext
 
getJavaTypeRegistry() - Method in class org.hibernate.metamodel.internal.MetadataContext
 
getJavaTypeRegistry() - Method in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
 
getJavaTypeRegistry() - Method in interface org.hibernate.persister.spi.PersisterCreationContext
Deprecated.
 
getJavaTypeRegistry() - Method in class org.hibernate.type.spi.TypeConfiguration
 
getJaxbRoot(InputStream, Class<T>, Schema) - Method in class org.hibernate.jpamodelgen.util.xml.XmlParserHelper
 
getJdbcBatchSize() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
getJdbcBatchSize() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getJdbcBatchSize() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getJdbcBatchSize() - Method in class org.hibernate.engine.jdbc.batch.internal.BatchBuilderImpl
 
getJdbcBatchSize() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getJdbcBatchSize() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
getJdbcBatchSize() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
getJdbcBatchSize() - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
getJdbcBatchSize() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionOwner
Get the Session-level JDBC batch size.
getJdbcBatchSize() - Method in interface org.hibernate.SharedSessionContract
Get the session-level JDBC batch size for the current session.
getJdbcConnection() - Method in class org.hibernate.tool.schema.extract.internal.ExtractionContextImpl
 
getJdbcConnection() - Method in class org.hibernate.tool.schema.extract.spi.ExtractionContext.EmptyExtractionContext
 
getJdbcConnection() - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext
 
getJdbcConnection() - Method in class org.hibernate.tool.schema.internal.exec.ImprovedExtractionContextImpl
 
getJdbcConnectionAccess() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getJdbcConnectionAccess() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
getJdbcConnectionAccess() - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
getJdbcConnectionAccess() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionOwner
 
getJdbcConnectionAccess() - Method in interface org.hibernate.tool.schema.internal.exec.JdbcContext
 
getJdbcConnectionAccess() - Method in class org.hibernate.tool.schema.internal.HibernateSchemaManagementTool.JdbcContextImpl
 
getJdbcContext() - Method in class org.hibernate.resource.transaction.backend.jdbc.internal.DdlTransactionIsolatorNonJtaImpl
 
getJdbcContext() - Method in class org.hibernate.resource.transaction.backend.jta.internal.DdlTransactionIsolatorJtaImpl
 
getJdbcContext() - Method in interface org.hibernate.resource.transaction.spi.DdlTransactionIsolator
 
getJdbcCoordinator() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getJdbcCoordinator() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Obtain the JdbcCoordinator for this session.
getJdbcCoordinator() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
getJdbcCoordinator() - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
getJdbcCoordinator() - Method in interface org.hibernate.internal.SharedSessionCreationOptions
 
getJdbcDatabaseMetaData() - Method in class org.hibernate.tool.schema.extract.internal.ExtractionContextImpl
 
getJdbcDatabaseMetaData() - Method in class org.hibernate.tool.schema.extract.spi.ExtractionContext.EmptyExtractionContext
 
getJdbcDatabaseMetaData() - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext
 
getJdbcDatabaseMetaData() - Method in class org.hibernate.tool.schema.internal.exec.ImprovedExtractionContextImpl
 
getJdbcEnvironment() - Method in class org.hibernate.boot.model.relational.Database
 
getJdbcEnvironment() - Method in class org.hibernate.engine.jdbc.env.internal.ExtractedDatabaseMetaDataImpl
 
getJdbcEnvironment() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
Obtain the JDBC Environment from which this metadata came.
getJdbcEnvironment() - Method in class org.hibernate.engine.jdbc.internal.JdbcServicesImpl
 
getJdbcEnvironment() - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
Obtain the JdbcEnvironment backing this JdbcServices instance.
getJdbcEnvironment() - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
 
getJdbcEnvironment() - Method in class org.hibernate.tool.schema.extract.internal.ExtractionContextImpl
 
getJdbcEnvironment() - Method in class org.hibernate.tool.schema.extract.spi.ExtractionContext.EmptyExtractionContext
 
getJdbcEnvironment() - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext
 
getJdbcEnvironment() - Method in class org.hibernate.tool.schema.internal.exec.ImprovedExtractionContextImpl
 
getJdbcFetchSize() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
getJdbcFetchSize() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getJdbcFetchSize() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getJdbcJavaType() - Method in interface org.hibernate.metamodel.mapping.JdbcMapping
 
getJdbcJavaType() - Method in class org.hibernate.persister.entity.DiscriminatorType
Deprecated.
 
getJdbcJavaType() - Method in class org.hibernate.type.ConvertedBasicArrayType
 
getJdbcJavaType() - Method in class org.hibernate.type.ConvertedBasicCollectionType
 
getJdbcJavaType() - Method in class org.hibernate.type.CustomType
 
getJdbcJavaType() - Method in class org.hibernate.type.internal.ConvertedBasicTypeImpl
 
getJdbcLiteralFormatter() - Method in interface org.hibernate.metamodel.mapping.JdbcMapping
The strategy for formatting values of this expressible type to a SQL literal.
getJdbcLiteralFormatter() - Method in class org.hibernate.persister.entity.DiscriminatorType
Deprecated.
 
getJdbcLiteralFormatter() - Method in class org.hibernate.type.AbstractStandardBasicType
 
getJdbcLiteralFormatter() - Method in interface org.hibernate.type.BasicType
 
getJdbcLiteralFormatter() - Method in class org.hibernate.type.ConvertedBasicArrayType
 
getJdbcLiteralFormatter() - Method in class org.hibernate.type.ConvertedBasicCollectionType
 
getJdbcLiteralFormatter() - Method in class org.hibernate.type.CustomType
 
getJdbcLiteralFormatter() - Method in class org.hibernate.type.internal.ConvertedBasicTypeImpl
 
getJdbcLiteralFormatter() - Method in class org.hibernate.type.SerializableToBlobType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.dialect.H2DurationIntervalSecondJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.dialect.OracleArrayJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.dialect.OracleNestedTableJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.dialect.PostgreSQLCastingInetJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.dialect.PostgreSQLCastingIntervalSecondJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.dialect.PostgreSQLEnumJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.dialect.PostgreSQLInetJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.dialect.PostgreSQLIntervalSecondJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.dialect.VarcharUUIDJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.spatial.dialect.h2gis.H2GISGeometryType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.spatial.dialect.mysql.MySQLGeometryJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.spatial.dialect.oracle.SDOGeometryType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.spatial.dialect.postgis.AbstractCastingPostGISJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.spatial.dialect.postgis.AbstractPostGISJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.spatial.dialect.sqlserver.AbstractSqlServerGISType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.spatial.dialect.sqlserver.SqlServerGeographyType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.spatial.dialect.sqlserver.SqlServerGeometryType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.ArrayJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.BigIntJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.BooleanJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.DateJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.DecimalJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.DoubleJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.EnumJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.FloatJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.IntegerJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
Obtain a formatter object capable of rendering values of the given Java type as SQL literals of the type represented by this object.
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.JsonJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.NVarcharJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.OracleJsonBlobJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.SmallIntJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.TimeAsTimestampWithTimeZoneJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.TimeJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.TimestampJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsInstantJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsJdbcTimestampJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsOffsetDateTimeJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.TimestampWithTimeZoneJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.TimeUtcAsJdbcTimeJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.TimeUtcAsOffsetTimeJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.TimeWithTimeZoneJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.TinyIntJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.UUIDJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.VarbinaryJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.VarcharJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.descriptor.jdbc.XmlJdbcType
 
getJdbcLiteralFormatter(JavaType<T>) - Method in class org.hibernate.type.internal.UserTypeSqlTypeAdapter
 
getJdbcLockStrategy() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getJdbcMapping() - Method in class org.hibernate.boot.model.process.internal.InferredBasicValueResolution
 
getJdbcMapping() - Method in class org.hibernate.boot.model.process.internal.NamedBasicTypeResolution
 
getJdbcMapping() - Method in class org.hibernate.boot.model.process.internal.NamedConverterResolution
 
getJdbcMapping() - Method in class org.hibernate.boot.model.process.internal.UserTypeResolution
 
getJdbcMapping() - Method in class org.hibernate.boot.model.process.internal.VersionResolution
 
getJdbcMapping() - Method in class org.hibernate.dialect.temptable.TemporaryTableColumn
 
getJdbcMapping() - Method in class org.hibernate.engine.jdbc.mutation.internal.JdbcValueDescriptorImpl
 
getJdbcMapping() - Method in interface org.hibernate.mapping.BasicValue.Resolution
 
getJdbcMapping() - Method in interface org.hibernate.metamodel.mapping.BasicValuedMapping
 
getJdbcMapping() - Method in class org.hibernate.metamodel.mapping.internal.AbstractDiscriminatorMapping
 
getJdbcMapping() - Method in class org.hibernate.metamodel.mapping.internal.AnyDiscriminatorPart
 
getJdbcMapping() - Method in class org.hibernate.metamodel.mapping.internal.AnyKeyPart
 
getJdbcMapping() - Method in class org.hibernate.metamodel.mapping.internal.BasicAttributeMapping
 
getJdbcMapping() - Method in class org.hibernate.metamodel.mapping.internal.BasicEntityIdentifierMappingImpl
 
getJdbcMapping() - Method in class org.hibernate.metamodel.mapping.internal.BasicValuedCollectionPart
 
getJdbcMapping() - Method in class org.hibernate.metamodel.mapping.internal.CollectionIdentifierDescriptorImpl
 
getJdbcMapping() - Method in class org.hibernate.metamodel.mapping.internal.EntityRowIdMappingImpl
 
getJdbcMapping() - Method in class org.hibernate.metamodel.mapping.internal.EntityVersionMappingImpl
 
getJdbcMapping() - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
getJdbcMapping() - Method in class org.hibernate.metamodel.mapping.internal.SimpleNaturalIdMapping
 
getJdbcMapping() - Method in class org.hibernate.metamodel.mapping.internal.SoftDeleteMappingImpl
 
getJdbcMapping() - Method in class org.hibernate.metamodel.mapping.internal.SqlTypedMappingImpl
 
getJdbcMapping() - Method in class org.hibernate.metamodel.mapping.SelectableConsumer.MutableSelectableMapping
 
getJdbcMapping() - Method in interface org.hibernate.metamodel.mapping.SqlExpressible
Anything that is expressible at the SQL AST level would be of basic type.
getJdbcMapping() - Method in interface org.hibernate.metamodel.mapping.SqlTypedMapping
 
getJdbcMapping() - Method in interface org.hibernate.metamodel.mapping.TableDetails.KeyColumn
Describes the mapping between object and relational for this column
getJdbcMapping() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping.KeyColumn
 
getJdbcMapping() - Method in class org.hibernate.query.derived.AnonymousTupleBasicValuedModelPart
 
getJdbcMapping() - Method in class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
 
getJdbcMapping() - Method in class org.hibernate.sql.ast.tree.cte.CteColumn
 
getJdbcMapping() - Method in class org.hibernate.sql.ast.tree.expression.CastTarget
 
getJdbcMapping() - Method in class org.hibernate.sql.ast.tree.expression.Collation
 
getJdbcMapping() - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
 
getJdbcMapping() - Method in class org.hibernate.sql.ast.tree.expression.Distinct
 
getJdbcMapping() - Method in class org.hibernate.sql.ast.tree.expression.EntityTypeLiteral
 
getJdbcMapping() - Method in class org.hibernate.sql.ast.tree.expression.Format
 
getJdbcMapping() - Method in class org.hibernate.sql.ast.tree.expression.JdbcLiteral
 
getJdbcMapping() - Method in interface org.hibernate.sql.ast.tree.expression.Literal
 
getJdbcMapping() - Method in class org.hibernate.sql.ast.tree.expression.Overflow
 
getJdbcMapping() - Method in class org.hibernate.sql.ast.tree.expression.QueryLiteral
 
getJdbcMapping() - Method in class org.hibernate.sql.ast.tree.expression.TrimSpecification
 
getJdbcMapping() - Method in class org.hibernate.sql.ast.tree.expression.UnparsedNumericLiteral
 
getJdbcMapping() - Method in class org.hibernate.sql.exec.internal.AbstractJdbcParameter
 
getJdbcMapping() - Method in interface org.hibernate.sql.model.jdbc.JdbcValueDescriptor
The JDBC mapping (type, etc.) for the parameter
getJdbcMapping() - Method in interface org.hibernate.type.BasicType
 
getJdbcMapping(int) - Method in interface org.hibernate.metamodel.mapping.BasicValuedMapping
 
getJdbcMapping(int) - Method in interface org.hibernate.metamodel.mapping.BasicValuedModelPart
 
getJdbcMapping(int) - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
 
getJdbcMapping(int) - Method in class org.hibernate.metamodel.mapping.internal.AbstractEmbeddableMapping
 
getJdbcMapping(int) - Method in class org.hibernate.metamodel.mapping.internal.AnyKeyPart
 
getJdbcMapping(int) - Method in class org.hibernate.metamodel.mapping.internal.BasicValuedCollectionPart
 
getJdbcMapping(int) - Method in class org.hibernate.metamodel.mapping.internal.CompoundNaturalIdMapping
 
getJdbcMapping(int) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationAttributeMapping
 
getJdbcMapping(int) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedCollectionPart
 
getJdbcMapping(int) - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedForeignKeyDescriptor
 
getJdbcMapping(int) - Method in class org.hibernate.metamodel.mapping.internal.EntityRowIdMappingImpl
 
getJdbcMapping(int) - Method in class org.hibernate.metamodel.mapping.internal.ManyToManyCollectionPart
 
getJdbcMapping(int) - Method in class org.hibernate.metamodel.mapping.internal.OneToManyCollectionPart
 
getJdbcMapping(int) - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
getJdbcMapping(int) - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
getJdbcMapping(int) - Method in class org.hibernate.metamodel.mapping.internal.SimpleNaturalIdMapping
 
getJdbcMapping(int) - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
getJdbcMapping(int) - Method in interface org.hibernate.metamodel.mapping.JdbcMapping
 
getJdbcMapping(int) - Method in interface org.hibernate.metamodel.mapping.JdbcMappingContainer
 
getJdbcMapping(int) - Method in interface org.hibernate.metamodel.mapping.SqlExpressible
 
getJdbcMapping(int) - Method in class org.hibernate.metamodel.model.domain.internal.ArrayTupleType
 
getJdbcMapping(int) - Method in class org.hibernate.metamodel.model.domain.internal.TupleMappingModelExpressible
 
getJdbcMapping(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getJdbcMapping(int) - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddableValuedModelPart
 
getJdbcMapping(int) - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
getJdbcMapping(int) - Method in class org.hibernate.query.derived.AnonymousTupleTableGroupProducer
 
getJdbcMapping(int) - Method in class org.hibernate.sql.ast.tree.expression.EntityTypeLiteral
 
getJdbcMapping(int) - Method in class org.hibernate.sql.ast.tree.expression.JdbcLiteral
 
getJdbcMapping(int) - Method in interface org.hibernate.type.BasicType
 
getJdbcMutationExecutor() - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
Access the executor for JdbcOperationQueryMutation operations.
getJdbcParameterBindings() - Method in class org.hibernate.query.sqm.mutation.internal.temptable.UpdateExecutionDelegate
 
getJdbcParameterBindings() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getJdbcParameters() - Method in class org.hibernate.loader.ast.internal.CollectionElementLoaderByIndex
 
getJdbcParameters() - Method in class org.hibernate.loader.ast.internal.CollectionLoaderSingleKey
 
getJdbcParameters() - Method in class org.hibernate.loader.ast.internal.SingleIdLoadPlan
 
getJdbcParameters() - Method in class org.hibernate.metamodel.mapping.internal.GeneratedValuesProcessor
 
getJdbcParameters() - Method in class org.hibernate.sql.exec.internal.JdbcParametersImpl
 
getJdbcParameters() - Method in interface org.hibernate.sql.exec.spi.JdbcParameters
 
getJdbcParamsBySqmParam() - Method in interface org.hibernate.query.sqm.spi.JdbcParameterBySqmParameterAccess
The mapping between an SqmParameter and all of its JDBC parameters
getJdbcParamsBySqmParam() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
getJdbcParamsBySqmParam() - Method in interface org.hibernate.query.sqm.sql.SqmTranslation
 
getJdbcParamsBySqmParam() - Method in class org.hibernate.query.sqm.sql.StandardSqmTranslation
 
getJdbcPosition() - Method in class org.hibernate.engine.jdbc.mutation.internal.JdbcValueDescriptorImpl
 
getJdbcPosition() - Method in interface org.hibernate.sql.model.jdbc.JdbcValueDescriptor
The position within the operation, starting at 1 per JDBC
getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.dialect.AbstractPostgreSQLStructJdbcType
 
getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.dialect.DB2StructJdbcType
 
getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.dialect.OracleNestedTableJdbcType
 
getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.dialect.StructJdbcType
 
getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.ArrayJdbcType
 
getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.BigIntJdbcType
 
getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.BlobJdbcType
 
getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.BooleanJdbcType
 
getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.DateJdbcType
 
getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.DecimalJdbcType
 
getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.DoubleJdbcType
 
getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.FloatJdbcType
 
getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.IntegerJdbcType
 
getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
 
getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.NVarcharJdbcType
 
getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.RealJdbcType
Deprecated.
 
getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.SmallIntJdbcType
 
getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.TimeAsTimestampWithTimeZoneJdbcType
 
getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.TimeJdbcType
 
getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.TimestampJdbcType
 
getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsInstantJdbcType
 
getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsJdbcTimestampJdbcType
 
getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsOffsetDateTimeJdbcType
 
getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.TimestampWithTimeZoneJdbcType
 
getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.TimeUtcAsJdbcTimeJdbcType
 
getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.TimeUtcAsOffsetTimeJdbcType
 
getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.TimeWithTimeZoneJdbcType
 
getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.TinyIntJdbcType
 
getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.VarbinaryJdbcType
 
getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.descriptor.jdbc.VarcharJdbcType
 
getJdbcRecommendedJavaTypeMapping(Integer, Integer, TypeConfiguration) - Method in class org.hibernate.type.internal.UserTypeSqlTypeAdapter
 
getJdbcResultSetIndex() - Method in interface org.hibernate.sql.ast.spi.SqlSelection
Get the JDBC position (1-based)
getJdbcResultSetIndex() - Method in class org.hibernate.sql.results.internal.SqlSelectionImpl
 
getJdbcResultsMetadata() - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
getJdbcSelect() - Method in interface org.hibernate.loader.ast.internal.LoadPlan
The JdbcSelect for the load
getJdbcSelect() - Method in class org.hibernate.loader.ast.internal.SingleIdLoadPlan
 
getJdbcSelectExecutor() - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
Access the executor for JdbcOperationQuerySelect operations.
getJdbcServices() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getJdbcServices() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getJdbcServices() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get the JdbcServices.
getJdbcServices() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Obtain the JdbcServices for the factory which created this session.
getJdbcServices() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
getJdbcServices() - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
getJdbcServices() - Method in class org.hibernate.internal.JdbcSessionContextImpl
 
getJdbcServices() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getJdbcServices() - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
getJdbcServices() - Method in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
 
getJdbcServices() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
 
getJdbcServices() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getJdbcServices() - Method in class org.hibernate.sql.model.ast.builder.AbstractTableMutationBuilder
 
getJdbcSessionContext() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getJdbcSessionContext() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
getJdbcSessionContext() - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
getJdbcSessionContext() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionOwner
 
getJdbcSessionOwner() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
getJdbcSessionOwner() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorOwner
 
getJdbcTimeZone() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
getJdbcTimeZone() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getJdbcTimeZone() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getJdbcTimeZone() - Method in class org.hibernate.engine.spi.AbstractDelegatingWrapperOptions
 
getJdbcTimeZone() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getJdbcTimeZone() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
getJdbcTimeZone() - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
getJdbcTimeZone() - Method in interface org.hibernate.internal.SessionCreationOptions
 
getJdbcTimeZone() - Method in class org.hibernate.internal.SessionFactoryImpl.SessionBuilderImpl
 
getJdbcTimeZone() - Method in class org.hibernate.internal.SessionFactoryImpl.StatelessSessionBuilderImpl
 
getJdbcTimeZone() - Method in class org.hibernate.persister.entity.SessionFactoryBasedWrapperOptions
 
getJdbcTimeZone() - Method in interface org.hibernate.type.descriptor.WrapperOptions
The JDBC TimeZone used when writing a value of type Time or Timestamp to a JDBC PreparedStatement, or when reading from a JDBC ResultSet.
getJdbcToHibernateTypeContributionMap() - Method in class org.hibernate.type.spi.TypeConfiguration
 
getJdbcType() - Method in class org.hibernate.boot.model.process.internal.InferredBasicValueResolution
 
getJdbcType() - Method in class org.hibernate.boot.model.process.internal.NamedBasicTypeResolution
 
getJdbcType() - Method in class org.hibernate.boot.model.process.internal.NamedConverterResolution
 
getJdbcType() - Method in class org.hibernate.boot.model.process.internal.UserTypeResolution
 
getJdbcType() - Method in class org.hibernate.boot.model.process.internal.VersionResolution
 
getJdbcType() - Method in interface org.hibernate.mapping.BasicValue.Resolution
The JavaType for the relational value as part of the relational model (its JDBC representation)
getJdbcType() - Method in interface org.hibernate.metamodel.mapping.JdbcMapping
The descriptor for the SQL type represented by this expressible type
getJdbcType() - Method in class org.hibernate.metamodel.model.domain.internal.BasicTypeImpl
 
getJdbcType() - Method in class org.hibernate.persister.entity.DiscriminatorType
Deprecated.
 
getJdbcType() - Method in interface org.hibernate.query.OutputableType
Descriptor for the SQL type mapped by this type.
getJdbcType() - Method in class org.hibernate.type.AbstractStandardBasicType
 
getJdbcType() - Method in class org.hibernate.type.ComponentType
 
getJdbcType() - Method in class org.hibernate.type.CustomType
 
getJdbcType() - Method in class org.hibernate.type.descriptor.jdbc.BasicBinder
 
getJdbcType() - Method in class org.hibernate.type.descriptor.jdbc.BasicExtractor
 
getJdbcType() - Method in class org.hibernate.type.internal.ConvertedBasicTypeImpl
 
getJdbcType() - Method in class org.hibernate.type.SerializableToBlobType
 
getJdbcType(int) - Method in class org.hibernate.type.descriptor.jdbc.DelegatingJdbcTypeIndicators
 
getJdbcType(int) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
The JdbcType registered under the given type code with the associated JdbcTypeRegistry.
getJdbcType(TypeConfiguration) - Method in class org.hibernate.type.EnumType
Deprecated.
 
getJdbcType(TypeConfiguration) - Method in class org.hibernate.usertype.StaticUserTypeSupport
 
getJdbcType(TypeConfiguration) - Method in interface org.hibernate.usertype.UserType
A mapped JdbcType.
getJdbcTypeClass() - Method in enum org.hibernate.engine.jdbc.env.internal.LobTypes
 
getJdbcTypeCode() - Method in class org.hibernate.boot.jaxb.mapping.JaxbBasic
Gets the value of the jdbcTypeCode property.
getJdbcTypeCode() - Method in class org.hibernate.boot.jaxb.mapping.JaxbId
Gets the value of the jdbcTypeCode property.
getJdbcTypeCode() - Method in class org.hibernate.dialect.AbstractHANADialect.HANABlobType
 
getJdbcTypeCode() - Method in class org.hibernate.dialect.AbstractPostgreSQLJsonPGObjectType
 
getJdbcTypeCode() - Method in class org.hibernate.dialect.AbstractPostgreSQLStructJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.dialect.DB2StructJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.dialect.H2DurationIntervalSecondJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.dialect.OracleNestedTableJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.dialect.PostgreSQLCastingInetJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.dialect.PostgreSQLCastingIntervalSecondJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.dialect.PostgreSQLEnumJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.dialect.PostgreSQLInetJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.dialect.PostgreSQLIntervalSecondJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.dialect.StructJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.dialect.VarcharUUIDJdbcType
 
getJdbcTypeCode() - Method in enum org.hibernate.engine.jdbc.env.internal.LobTypes
 
getJdbcTypeCode() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
 
getJdbcTypeCode() - Method in interface org.hibernate.procedure.FunctionReturn
 
getJdbcTypeCode() - Method in class org.hibernate.procedure.internal.FunctionReturnImpl
 
getJdbcTypeCode() - Method in class org.hibernate.spatial.dialect.db2.DB2GeometryType
 
getJdbcTypeCode() - Method in class org.hibernate.spatial.dialect.h2gis.H2GISGeometryType
 
getJdbcTypeCode() - Method in class org.hibernate.spatial.dialect.hana.HANAGeometryType
 
getJdbcTypeCode() - Method in class org.hibernate.spatial.dialect.hana.HANAPointType
 
getJdbcTypeCode() - Method in class org.hibernate.spatial.dialect.mysql.MySQLGeometryJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.spatial.dialect.oracle.SDOGeometryType
 
getJdbcTypeCode() - Method in class org.hibernate.spatial.dialect.postgis.AbstractCastingPostGISJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.spatial.dialect.postgis.AbstractPostGISJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.spatial.dialect.sqlserver.AbstractSqlServerGISType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.ArrayJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.BigIntJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.BinaryJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.BlobJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.BooleanJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.CharJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.ClobJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.DateJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.DecimalJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.DoubleJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.EnumJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.FloatJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.IntegerJdbcType
 
getJdbcTypeCode() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
The JDBC type code used when interacting with JDBC APIs.
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.JsonAsStringJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.JsonJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.LongNVarcharJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.LongVarbinaryJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.LongVarcharJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.NCharJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.NClobJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.NullJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.NumericJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.NVarcharJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.ObjectJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.OracleJsonBlobJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.RealJdbcType
Deprecated.
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.RowIdJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.SmallIntJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.TimeAsTimestampWithTimeZoneJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.TimeJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.TimestampJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsInstantJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsJdbcTimestampJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsOffsetDateTimeJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.TimestampWithTimeZoneJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.TimeUtcAsJdbcTimeJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.TimeUtcAsOffsetTimeJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.TimeWithTimeZoneJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.TinyIntJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.UUIDJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.VarbinaryJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.VarcharJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.XmlAsStringJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.descriptor.jdbc.XmlJdbcType
 
getJdbcTypeCode() - Method in class org.hibernate.type.internal.UserTypeSqlTypeAdapter
 
getJdbcTypeCount() - Method in interface org.hibernate.metamodel.mapping.BasicValuedMapping
 
getJdbcTypeCount() - Method in interface org.hibernate.metamodel.mapping.BasicValuedModelPart
 
getJdbcTypeCount() - Method in interface org.hibernate.metamodel.mapping.Bindable
The number of JDBC mappings
getJdbcTypeCount() - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType
 
getJdbcTypeCount() - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
 
getJdbcTypeCount() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
getJdbcTypeCount() - Method in interface org.hibernate.metamodel.mapping.EntityValuedModelPart
 
getJdbcTypeCount() - Method in class org.hibernate.metamodel.mapping.internal.AbstractEmbeddableMapping
 
getJdbcTypeCount() - Method in class org.hibernate.metamodel.mapping.internal.CompoundNaturalIdMapping
 
getJdbcTypeCount() - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationAttributeMapping
 
getJdbcTypeCount() - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedCollectionPart
 
getJdbcTypeCount() - Method in interface org.hibernate.metamodel.mapping.internal.EntityCollectionPart
 
getJdbcTypeCount() - Method in class org.hibernate.metamodel.mapping.internal.EntityRowIdMappingImpl
 
getJdbcTypeCount() - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
getJdbcTypeCount() - Method in class org.hibernate.metamodel.mapping.internal.SelectableMappingsImpl
 
getJdbcTypeCount() - Method in class org.hibernate.metamodel.mapping.internal.SimpleNaturalIdMapping
 
getJdbcTypeCount() - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
getJdbcTypeCount() - Method in interface org.hibernate.metamodel.mapping.JdbcMapping
 
getJdbcTypeCount() - Method in interface org.hibernate.metamodel.mapping.JdbcMappingContainer
The number of JDBC mappings
getJdbcTypeCount() - Method in interface org.hibernate.metamodel.mapping.SelectableMappings
The number of selectables
getJdbcTypeCount() - Method in interface org.hibernate.metamodel.mapping.ValuedModelPart
 
getJdbcTypeCount() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getJdbcTypeCount() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping.KeyMapping
 
getJdbcTypeCount() - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddableValuedModelPart
 
getJdbcTypeCount() - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
getJdbcTypeCount() - Method in class org.hibernate.sql.ast.tree.expression.EntityTypeLiteral
 
getJdbcTypeCount() - Method in class org.hibernate.sql.ast.tree.expression.JdbcLiteral
 
getJdbcTypeCount() - Method in class org.hibernate.sql.exec.internal.AbstractJdbcParameter
 
getJdbcTypeCount() - Method in interface org.hibernate.type.BasicType
 
getJdbcTypeRegistrations() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
Gets the value of the jdbcTypeRegistrations property.
getJdbcTypeRegistry() - Method in class org.hibernate.type.spi.TypeConfiguration
 
getJdbcValue(int) - Method in class org.hibernate.sql.results.graph.embeddable.internal.NestedRowProcessingState
 
getJdbcValue(int) - Method in class org.hibernate.sql.results.internal.RowProcessingStateStandardImpl
 
getJdbcValue(int) - Method in interface org.hibernate.sql.results.jdbc.spi.RowProcessingState
Retrieve the value corresponding to the given index as part of the "current JDBC row".
getJdbcValue(SqlSelection) - Method in interface org.hibernate.sql.results.jdbc.spi.RowProcessingState
Retrieve the value corresponding to the given SqlSelection as part of the "current JDBC row".
getJdbcValueBinder() - Method in interface org.hibernate.metamodel.mapping.JdbcMapping
The strategy for binding values of this expressible type to JDBC PreparedStatements and CallableStatements.
getJdbcValueBinder() - Method in class org.hibernate.metamodel.model.domain.internal.BasicTypeImpl
 
getJdbcValueBinder() - Method in class org.hibernate.persister.entity.DiscriminatorType
Deprecated.
 
getJdbcValueBinder() - Method in class org.hibernate.type.AbstractStandardBasicType
 
getJdbcValueBinder() - Method in interface org.hibernate.type.BasicType
 
getJdbcValueBinder() - Method in class org.hibernate.type.ConvertedBasicArrayType
 
getJdbcValueBinder() - Method in class org.hibernate.type.ConvertedBasicCollectionType
 
getJdbcValueBinder() - Method in class org.hibernate.type.CustomType
 
getJdbcValueBinder() - Method in class org.hibernate.type.internal.ConvertedBasicTypeImpl
 
getJdbcValueBinder() - Method in class org.hibernate.type.SerializableToBlobType
 
getJdbcValueBinder() - Method in class org.hibernate.usertype.StaticUserTypeSupport
 
getJdbcValueBindings() - Method in class org.hibernate.engine.jdbc.mutation.internal.AbstractSingleMutationExecutor
 
getJdbcValueBindings() - Method in class org.hibernate.engine.jdbc.mutation.internal.MutationExecutorPostInsert
 
getJdbcValueBindings() - Method in class org.hibernate.engine.jdbc.mutation.internal.MutationExecutorPostInsertSingleTable
 
getJdbcValueBindings() - Method in class org.hibernate.engine.jdbc.mutation.internal.MutationExecutorSingleSelfExecuting
 
getJdbcValueBindings() - Method in class org.hibernate.engine.jdbc.mutation.internal.MutationExecutorStandard
 
getJdbcValueBindings() - Method in interface org.hibernate.engine.jdbc.mutation.MutationExecutor
Get the delegate to be used to coordinate JDBC parameter binding.
getJdbcValueCount() - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType
Different from EmbeddableMappingType.getJdbcTypeCount() as this will treat an aggregate as a single element.
getJdbcValueCount(MappingType) - Static method in class org.hibernate.dialect.StructHelper
 
getJdbcValueDescriptor(String, ParameterUsage) - Method in interface org.hibernate.sql.model.MutationOperation
Form of MutationOperation.findValueDescriptor(java.lang.String, org.hibernate.engine.jdbc.mutation.ParameterUsage), throwing an exception if not found as opposed to simply returning null
getJdbcValueExtractor() - Method in interface org.hibernate.metamodel.mapping.JdbcMapping
The strategy for extracting values of this expressible type from JDBC ResultSets, CallableStatements, etc
getJdbcValueExtractor() - Method in class org.hibernate.metamodel.model.domain.internal.BasicTypeImpl
 
getJdbcValueExtractor() - Method in class org.hibernate.persister.entity.DiscriminatorType
Deprecated.
 
getJdbcValueExtractor() - Method in class org.hibernate.query.results.ResultSetMappingSqlSelection
 
getJdbcValueExtractor() - Method in interface org.hibernate.sql.ast.spi.SqlSelection
Get the extractor that can be used to extract JDBC values for this selection
getJdbcValueExtractor() - Method in class org.hibernate.sql.results.internal.SqlSelectionImpl
 
getJdbcValueExtractor() - Method in class org.hibernate.type.AbstractStandardBasicType
 
getJdbcValueExtractor() - Method in interface org.hibernate.type.BasicType
 
getJdbcValueExtractor() - Method in class org.hibernate.type.ConvertedBasicArrayType
 
getJdbcValueExtractor() - Method in class org.hibernate.type.ConvertedBasicCollectionType
 
getJdbcValueExtractor() - Method in class org.hibernate.type.CustomType
 
getJdbcValueExtractor() - Method in class org.hibernate.type.internal.ConvertedBasicTypeImpl
 
getJdbcValueExtractor() - Method in class org.hibernate.type.SerializableToBlobType
 
getJdbcValueExtractor() - Method in class org.hibernate.usertype.StaticUserTypeSupport
 
getJdbcValues() - Method in class org.hibernate.internal.AbstractScrollableResults
 
getJdbcValues(EmbeddableMappingType, int[], Object[], WrapperOptions) - Static method in class org.hibernate.dialect.StructHelper
 
getJdbcValues(RowProcessingState) - Method in interface org.hibernate.sql.results.graph.embeddable.internal.AggregateEmbeddableInitializer
 
getJdbcValueSelectable(int) - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType
 
getJdbcValuesMappingProducer() - Method in class org.hibernate.sql.exec.internal.JdbcCallImpl
 
getJdbcValuesMappingProducer() - Method in interface org.hibernate.sql.exec.spi.JdbcOperationQueryAnonBlock
Retrieve the "result set mappings" for processing any ResultSets returned from the JDBC call.
getJdbcValuesMappingProducer() - Method in class org.hibernate.sql.exec.spi.JdbcOperationQuerySelect
 
getJdbcValuesMappingProducerProvider() - Method in class org.hibernate.internal.FastSessionServices
 
getJdbcValuesSourceProcessingState() - Method in class org.hibernate.internal.AbstractScrollableResults
 
getJdbcValuesSourceProcessingState() - Method in class org.hibernate.sql.results.graph.embeddable.internal.NestedRowProcessingState
 
getJdbcValuesSourceProcessingState() - Method in class org.hibernate.sql.results.internal.RowProcessingStateStandardImpl
 
getJdbcValuesSourceProcessingState() - Method in interface org.hibernate.sql.results.jdbc.spi.RowProcessingState
Access to the state related to the overall processing of the results.
getJoin() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Gets the value of the join property.
getJoin() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the join property.
getJoin() - Method in interface org.hibernate.boot.jaxb.hbm.spi.SecondaryTableContainer
 
getJoin() - Method in class org.hibernate.boot.model.internal.AnnotatedColumns
 
getJoinClosure() - Method in class org.hibernate.mapping.PersistentClass
 
getJoinClosure() - Method in class org.hibernate.mapping.Subclass
 
getJoinClosureSpan() - Method in class org.hibernate.mapping.PersistentClass
 
getJoinClosureSpan() - Method in class org.hibernate.mapping.Subclass
 
getJoinColumn() - Method in class org.hibernate.boot.jaxb.mapping.JaxbAssociationOverride
Gets the value of the joinColumn property.
getJoinColumn() - Method in class org.hibernate.boot.jaxb.mapping.JaxbCollectionTable
Gets the value of the joinColumn property.
getJoinColumn() - Method in class org.hibernate.boot.jaxb.mapping.JaxbJoinTable
Gets the value of the joinColumn property.
getJoinColumn() - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToOne
Gets the value of the joinColumn property.
getJoinColumn() - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
Gets the value of the joinColumn property.
getJoinColumn() - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToOne
Gets the value of the joinColumn property.
getJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.AssociationOverride
Gets the value of the joinColumn property.
getJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
Gets the value of the joinColumn property.
getJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
Gets the value of the joinColumn property.
getJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
Gets the value of the joinColumn property.
getJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the joinColumn property.
getJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Gets the value of the joinColumn property.
getJoinColumns() - Method in class org.hibernate.boot.model.internal.AnnotatedJoinColumns
 
getJoinedGroup() - Method in class org.hibernate.sql.ast.tree.from.TableGroupJoin
 
getJoinedNode() - Method in class org.hibernate.sql.ast.tree.from.TableGroupJoin
 
getJoinedNode() - Method in interface org.hibernate.sql.ast.tree.from.TableJoin
 
getJoinedNode() - Method in class org.hibernate.sql.ast.tree.from.TableReferenceJoin
 
getJoinedSubclass() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the joinedSubclass property.
getJoinedSubclass() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the joinedSubclass property.
getJoinedSubclass() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the joinedSubclass property.
getJoinedTableReference() - Method in class org.hibernate.sql.ast.tree.from.TableReferenceJoin
 
getJoinNumber(Property) - Method in class org.hibernate.mapping.PersistentClass
 
getJoinPredicate() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmQualifiedJoin
 
getJoinPredicate() - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralPartJoin
 
getJoinPredicate() - Method in interface org.hibernate.query.sqm.tree.from.SqmAttributeJoin
 
getJoinPredicate() - Method in interface org.hibernate.query.sqm.tree.from.SqmQualifiedJoin
Obtain the join predicate
getJoinPredicateConsumer() - Method in class org.hibernate.sql.ast.tree.from.CorrelatedTableGroup
 
getJoins() - Method in class org.hibernate.envers.boot.model.DiscriminatorPersistentEntity
 
getJoins() - Method in interface org.hibernate.envers.boot.model.JoinAwarePersistentEntity
Get an unmodifiable list of joins associated with entity mapping.
getJoins() - Method in class org.hibernate.envers.boot.model.RootPersistentEntity
 
getJoins() - Method in class org.hibernate.mapping.PersistentClass
 
getJoins() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
getJoins(String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getJoins(String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getJoinTable() - Method in interface org.hibernate.boot.jaxb.mapping.AssociationAttribute
 
getJoinTable() - Method in class org.hibernate.boot.jaxb.mapping.JaxbAssociationOverride
Gets the value of the joinTable property.
getJoinTable() - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
Gets the value of the joinTable property.
getJoinTable() - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToOne
Gets the value of the joinTable property.
getJoinTable() - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
Gets the value of the joinTable property.
getJoinTable() - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToOne
Gets the value of the joinTable property.
getJoinTable() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
getJoinTable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.AssociationOverride
Gets the value of the joinTable property.
getJoinTable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Gets the value of the joinTable property.
getJoinTable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
Gets the value of the joinTable property.
getJoinTable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the joinTable property.
getJoinTable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Gets the value of the joinTable property.
getJoinTable(XProperty) - Method in class org.hibernate.boot.model.internal.AbstractPropertyHolder
Get column overriding, property first, then parent, then holder replace the placeholder 'collection&&element' with nothing These rules are here to support both JPA 2 and legacy overriding rules.
getJoinTable(XProperty) - Method in interface org.hibernate.boot.model.internal.PropertyHolder
return - null if no join table is present, - the join table if not overridden, - the overridden join table otherwise
getJoinType() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
 
getJoinType() - Method in class org.hibernate.sql.ast.tree.from.TableGroupJoin
 
getJoinType() - Method in interface org.hibernate.sql.ast.tree.from.TableJoin
 
getJoinType() - Method in class org.hibernate.sql.ast.tree.from.TableReferenceJoin
 
getJPA10() - Static method in class org.hibernate.boot.xsd.ConfigXsdSupport
 
getJPA20() - Static method in class org.hibernate.boot.xsd.ConfigXsdSupport
 
getJPA21() - Static method in class org.hibernate.boot.xsd.ConfigXsdSupport
 
getJPA22() - Static method in class org.hibernate.boot.xsd.ConfigXsdSupport
 
getJPA30() - Static method in class org.hibernate.boot.xsd.ConfigXsdSupport
 
getJPA31() - Static method in class org.hibernate.boot.xsd.ConfigXsdSupport
 
getJpaAttributeConverterDescriptor() - Method in class org.hibernate.mapping.SimpleValue
 
getJpaBindableType() - Method in interface org.hibernate.metamodel.internal.ValueContext
 
getJpaCallbackClasses() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
getJpaCallbackClasses() - Method in interface org.hibernate.boot.model.source.spi.IdentifiableTypeSource
Access to the sources describing JPA lifecycle callbacks.
getJpaClassification() - Method in enum org.hibernate.metamodel.AttributeClassification
The associated Attribute.PersistentAttributeType, if one
getJpaCompliance() - Method in class org.hibernate.boot.internal.BootstrapContextImpl
 
getJpaCompliance() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
getJpaCompliance() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getJpaCompliance() - Method in interface org.hibernate.boot.spi.BootstrapContext
In-flight form of JpaCompliance
getJpaCompliance() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getJpaCompliance() - Method in class org.hibernate.internal.JdbcSessionContextImpl
 
getJpaCompliance() - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
getJpaCompliance() - Method in interface org.hibernate.metamodel.mapping.ordering.TranslationContext
 
getJpaCompliance() - Method in class org.hibernate.metamodel.model.domain.internal.JpaMetamodelImpl
 
getJpaCompliance() - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
getJpaCompliance() - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
 
getJpaCompliance() - Method in interface org.hibernate.query.spi.QueryEngineOptions
 
getJpaCompliance() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
 
getJpaCompliance() - Method in class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl
 
getJpaCompliance() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl
 
getJpaCompliance() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
 
getJpaCompliance() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
 
getJpaCompliance() - Method in class org.hibernate.type.spi.TypeConfiguration
Obtain the JpaCompliance setting.
getJpaConnectionProviderProperties() - Static method in class org.hibernate.testing.env.ConnectionProviderBuilder
 
getJpaConnectionProviderProperties(String) - Static method in class org.hibernate.testing.env.ConnectionProviderBuilder
 
getJpaCriteriaParameter() - Method in class org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper
 
getJpaCriteriaParamResolutions() - Method in interface org.hibernate.query.sqm.tree.SqmStatement.ParameterResolutions
 
getJpaEntityName() - Method in class org.hibernate.boot.model.NamedEntityGraphDefinition
 
getJpaEntityName() - Method in interface org.hibernate.boot.model.naming.EntityNaming
The JPA-specific entity name.
getJpaEntityName() - Method in class org.hibernate.mapping.PersistentClass
 
getJpaFlushMode() - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
getJpaHintName() - Method in enum org.hibernate.graph.GraphSemantic
Deprecated.
getJpaMetamodel() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getJpaMetamodel() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getJpaMetamodel() - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
getJpaMetamodel() - Method in class org.hibernate.metamodel.internal.MetadataContext
 
getJpaMetamodel() - Method in class org.hibernate.metamodel.internal.RuntimeMetamodelsImpl
 
getJpaMetamodel() - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
getJpaMetamodel() - Method in interface org.hibernate.metamodel.RuntimeMetamodels
Access to the JPA / domain metamodel.
getJpaMetamodel() - Method in interface org.hibernate.metamodel.spi.RuntimeMetamodelsImplementor
 
getJpaMetamodel() - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
getJpaMetamodel() - Method in interface org.hibernate.query.sqm.spi.SqmCreationContext
Access to the domain model metadata
getJpaRetrieveMode() - Method in enum org.hibernate.CacheMode
 
getJpaStoreMode() - Method in enum org.hibernate.CacheMode
 
getJpaTempClassLoader() - Method in class org.hibernate.boot.internal.BootstrapContextImpl
 
getJpaTempClassLoader() - Method in class org.hibernate.boot.internal.ClassLoaderAccessImpl
 
getJpaTempClassLoader() - Method in interface org.hibernate.boot.spi.BootstrapContext
Access the temporary ClassLoader passed to us, as defined by PersistenceUnitInfo.getNewTempClassLoader(), if any.
getJpaTempClassLoader() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
 
getJsonbJdbcType(ServiceRegistry) - Static method in class org.hibernate.dialect.PgJdbcHelper
 
getJsonFormatMapper() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
getJsonFormatMapper() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getJsonFormatMapper() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
The format mapper to use for serializing/deserializing JSON data.
getJsonFormatMapper() - Method in class org.hibernate.internal.FastSessionServices
 
getJsonJacksonFormatMapperOrNull() - Static method in class org.hibernate.type.format.jackson.JacksonIntegration
 
getJsonJdbcType(ServiceRegistry) - Static method in class org.hibernate.dialect.PgJdbcHelper
 
getJtaDataSource() - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
getJtaDataSource() - Method in class org.hibernate.jpa.boot.internal.PersistenceUnitInfoDescriptor
 
getJtaDataSource() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
 
getJtaDataSource() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
Gets the value of the jtaDataSource property.
getJtaDataSource() - Method in class org.hibernate.testing.orm.jpa.PersistenceUnitDescriptorAdapter
 
getJtaDataSource() - Method in class org.hibernate.testing.orm.jpa.PersistenceUnitInfoAdapter
 
getJtaDataSource() - Method in class org.hibernate.testing.orm.jpa.PersistenceUnitInfoImpl
 
getJtaDataSource() - Method in class org.hibernate.testing.orm.junit.EntityManagerFactoryBasedFunctionalTest.TestingPersistenceUnitDescriptorImpl
 
getJtaDataSource() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
 
getJtaDataSource() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
 
getJtaDataSource() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
 
getJVM() - Method in class org.hibernate.id.AbstractUUIDGenerator
Deprecated.
Unique across JVMs on this machine (unless they load this class in the same quarter-second, which is very unlikely)
getJvmIdentifierBytes() - Static method in class org.hibernate.id.uuid.Helper
 
getJvmIdentifierHexString() - Static method in class org.hibernate.id.uuid.Helper
 
getJvmIdentifierInt() - Static method in class org.hibernate.id.uuid.Helper
 
getKey() - Method in class org.hibernate.action.internal.CollectionAction
 
getKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the key property.
getKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the key property.
getKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the key property.
getKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the key property.
getKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the key property.
getKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the key property.
getKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the key property.
getKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Gets the value of the key property.
getKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the key property.
getKey() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getKey() - Method in interface org.hibernate.boot.jaxb.mapping.DiscriminatedAssociation
Details about the logical association foreign-key
getKey() - Method in class org.hibernate.boot.jaxb.mapping.JaxbHbmAnyMapping
Gets the value of the key property.
getKey() - Method in class org.hibernate.boot.jaxb.mapping.JaxbHbmManyToAny
Gets the value of the key property.
getKey() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
getKey() - Method in interface org.hibernate.collection.spi.PersistentCollection
Get the current collection key value
getKey() - Method in class org.hibernate.engine.jdbc.batch.internal.BatchImpl
 
getKey() - Method in interface org.hibernate.engine.jdbc.batch.spi.Batch
Retrieves the object being used to key (uniquely identify) this batch.
getKey() - Method in class org.hibernate.engine.spi.CollectionEntry
 
getKey() - Method in class org.hibernate.engine.spi.CollectionKey
 
getKey() - Method in class org.hibernate.engine.spi.EntityUniqueKey
 
getKey() - Method in class org.hibernate.mapping.Collection
 
getKey() - Method in class org.hibernate.mapping.Join
 
getKey() - Method in class org.hibernate.mapping.JoinedSubclass
 
getKey() - Method in class org.hibernate.mapping.PersistentClass
 
getKey() - Method in class org.hibernate.mapping.RootClass
 
getKey() - Method in class org.hibernate.mapping.Subclass
 
getKey() - Method in enum org.hibernate.spatial.CommonSpatialFunction
 
getKey() - Method in interface org.hibernate.sql.results.graph.collection.LoadingCollectionEntry
The collection key.
getKey() - Method in class org.hibernate.sql.results.internal.LoadingCollectionEntryImpl
 
getKey() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithAggregateId
 
getKeyBindingList() - Method in class org.hibernate.sql.model.ast.builder.AbstractTableInsertBuilder
 
getKeyBindings() - Method in class org.hibernate.sql.model.ast.AbstractRestrictedTableMutation
 
getKeyBindings() - Method in class org.hibernate.sql.model.ast.builder.AbstractTableUpdateBuilder
The bindings for each key restriction (WHERE clause).
getKeyBindings() - Method in interface org.hibernate.sql.model.ast.RestrictedTableMutation
The bindings for each key restriction (WHERE clause).
getKeyClosure() - Method in class org.hibernate.mapping.PersistentClass
 
getKeyClosure() - Method in class org.hibernate.mapping.RootClass
 
getKeyClosure() - Method in class org.hibernate.mapping.Subclass
 
getKeyColumn(int) - Method in interface org.hibernate.metamodel.mapping.TableDetails.KeyDetails
Get a key column by relative position
getKeyColumn(int) - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping.KeyMapping
 
getKeyColumnAliases(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getKeyColumnAliases(String) - Method in interface org.hibernate.persister.collection.CollectionPersister
Deprecated, for removal: This API element is subject to removal in a future version.
Read-by-position makes this irrelevant. Currently still used by SQLQueryParser
getKeyColumnNames() - Method in class org.hibernate.jpamodelgen.validation.MockCollectionPersister
 
getKeyColumnNames() - Method in class org.hibernate.jpamodelgen.validation.MockEntityPersister
 
getKeyColumnNames() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getKeyColumnNames() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getKeyColumnNames() - Method in interface org.hibernate.persister.entity.Joinable
Deprecated.
The columns to join on
getKeyColumns() - Method in interface org.hibernate.metamodel.mapping.TableDetails.KeyDetails
Group of columns defined on the primary key
getKeyColumns() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping.KeyMapping
 
getKeyColumns(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getKeyColumns(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getKeyColumns(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getKeyColumns(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getKeyDefinition() - Method in class org.hibernate.mapping.ForeignKey
 
getKeyDescriptor() - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
getKeyDescriptor() - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
getKeyDetails() - Method in interface org.hibernate.metamodel.mapping.TableDetails
Details about the primary-key of this table
getKeyDetails() - Method in class org.hibernate.persister.collection.mutation.CollectionTableMapping
 
getKeyDetails() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping
 
getKeyFetchable(int) - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
getKeyFetchable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getKeyFetchable(int) - Method in interface org.hibernate.sql.results.graph.FetchableContainer
 
getKeyGraphType() - Method in class org.hibernate.metamodel.model.domain.internal.AbstractPluralAttribute
 
getKeyGraphType() - Method in class org.hibernate.metamodel.model.domain.internal.MapAttributeImpl
 
getKeyGraphType() - Method in class org.hibernate.metamodel.model.domain.internal.SingularAttributeImpl
 
getKeyGraphType() - Method in interface org.hibernate.metamodel.model.domain.PersistentAttribute
 
getKeyGraphType() - Method in interface org.hibernate.metamodel.model.domain.PluralPersistentAttribute
 
getKeyGraphType() - Method in class org.hibernate.query.derived.AnonymousTupleSqmAssociationPathSource
 
getKeyIterator(MKV) - Method in class org.hibernate.collection.spi.AbstractMapSemantics
 
getKeyIterator(MKV) - Method in interface org.hibernate.collection.spi.MapSemantics
 
getKeyJavaType() - Method in class org.hibernate.metamodel.model.domain.internal.MapAttributeImpl
 
getKeyJdbcCount() - Method in class org.hibernate.loader.ast.internal.AbstractCollectionBatchLoader
 
getKeyMapping() - Method in class org.hibernate.mapping.Any
 
getKeyMapping() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping
 
getKeyOfOwner(Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.CollectionType
Get the key value from the owning entity instance, usually the identifier, but might be some other unique key, in the case of property-ref
getKeyPart() - Method in interface org.hibernate.metamodel.mapping.DiscriminatedAssociationModelPart
 
getKeyPart() - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
 
getKeyPart() - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationAttributeMapping
 
getKeyPart() - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationMapping
 
getKeyPart() - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedCollectionPart
 
getKeyPart() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedForeignKeyDescriptor
 
getKeyPart() - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
getKeyPathSource() - Method in class org.hibernate.metamodel.model.domain.internal.MapAttributeImpl
 
getKeyPathSource() - Method in interface org.hibernate.metamodel.model.domain.MapPersistentAttribute
 
getKeyPropertyOrKeyManyToOne() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
Gets the value of the keyPropertyOrKeyManyToOne property.
getKeyRestrictionBindings() - Method in class org.hibernate.sql.model.ast.builder.AbstractRestrictedTableMutationBuilder
 
getKeyRestrictionBindings() - Method in interface org.hibernate.sql.model.ast.builder.RestrictedTableMutationBuilder
 
getKeyRestrictionBindings() - Method in class org.hibernate.sql.model.ast.builder.TableDeleteBuilderSkipped
 
getKeyRestrictionBindings() - Method in class org.hibernate.sql.model.ast.builder.TableUpdateBuilderSkipped
 
getKeys() - Method in class org.hibernate.boot.model.source.spi.ToolingHintContext
 
getKeySide() - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
 
getKeySide() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedForeignKeyDescriptor
 
getKeySide() - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
getKeySource() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
getKeySource() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceManyToAnyImpl
 
getKeySource() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeyManyToAnySourceImpl
 
getKeySource() - Method in class org.hibernate.boot.model.source.internal.hbm.SingularAttributeSourceAnyImpl
 
getKeySource() - Method in interface org.hibernate.boot.model.source.spi.AnyMappingSource
 
getKeySource() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
getKeySubgraph() - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedAttributeNode
Gets the value of the keySubgraph property.
getKeySubgraph() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedAttributeNode
Gets the value of the keySubgraph property.
getKeySubGraphMap() - Method in class org.hibernate.graph.internal.AttributeNodeImpl
 
getKeySubGraphMap() - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
 
getKeySubgraphs() - Method in interface org.hibernate.graph.AttributeNode
 
getKeySubgraphs() - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
 
getKeySubGraphs() - Method in interface org.hibernate.graph.AttributeNode
 
getKeySubGraphs() - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
 
getKeyTable() - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
 
getKeyTable() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedForeignKeyDescriptor
 
getKeyTable() - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
getKeyTargetMatchPart() - Method in interface org.hibernate.metamodel.mapping.EntityAssociationMapping
The model sub-part relative to the associated entity type that is the target of this association's foreign-key
getKeyTargetMatchPart() - Method in class org.hibernate.metamodel.mapping.internal.ManyToManyCollectionPart
 
getKeyTargetMatchPart() - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
getKeyType() - Method in class org.hibernate.jpamodelgen.validation.MockCollectionPersister
 
getKeyType() - Method in interface org.hibernate.metadata.CollectionMetadata
Deprecated.
The collection key type
getKeyType() - Method in interface org.hibernate.metamodel.model.domain.AnyMappingDomainType
 
getKeyType() - Method in class org.hibernate.metamodel.model.domain.internal.AnyMappingDomainTypeImpl
 
getKeyType() - Method in class org.hibernate.metamodel.model.domain.internal.MapAttributeImpl
 
getKeyType() - Method in interface org.hibernate.metamodel.model.domain.MapPersistentAttribute
 
getKeyType() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getKeyType() - Method in interface org.hibernate.persister.collection.CollectionPersister
Deprecated, for removal: This API element is subject to removal in a future version.
Hibernate is moving away from Type. Corresponding mapping metamodel calls should be used instead - here, PluralAttributeMapping.getKeyDescriptor()
getKeyType(DeclaredType, Context) - Static method in class org.hibernate.jpamodelgen.util.TypeUtils
 
getKeyType(ValuedModelPart) - Method in class org.hibernate.loader.ast.internal.AbstractCollectionBatchLoader
 
getKeyValue() - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
getKeywords() - Method in class org.hibernate.dialect.Dialect
The keywords of this SQL dialect.
getKeywords() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getKind() - Method in class org.hibernate.persister.entity.EntityNameUse
 
getKind() - Method in interface org.hibernate.query.criteria.JpaWindowFrame
Get the FrameKind of this window frame.
getKind() - Method in class org.hibernate.query.sqm.tree.expression.SqmSummarization
 
getKind() - Method in class org.hibernate.query.sqm.tree.expression.SqmWindowFrame
 
getKind() - Method in class org.hibernate.sql.ast.tree.expression.Summarization
 
getLast() - Method in class org.hibernate.testing.orm.domain.animal.Name
 
getLast() - Method in class org.hibernate.testing.orm.domain.contacts.Contact.Name
 
getLastComponent(String) - Static method in class org.hibernate.envers.internal.tools.StringTools
 
getLastNonWhitespaceCharacter(String) - Static method in class org.hibernate.internal.util.StringHelper
 
getLastQuerySpec() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryGroup
 
getLastQuerySpec() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
 
getLastQuerySpec() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
getLastQuerySpec() - Method in class org.hibernate.sql.ast.tree.select.QueryGroup
 
getLastQuerySpec() - Method in class org.hibernate.sql.ast.tree.select.QueryPart
 
getLastQuerySpec() - Method in class org.hibernate.sql.ast.tree.select.QuerySpec
 
getLastSourceValue() - Method in class org.hibernate.id.enhanced.HiLoOptimizer
 
getLastSourceValue() - Method in class org.hibernate.id.enhanced.LegacyHiLoAlgorithmOptimizer
 
getLastSourceValue() - Method in class org.hibernate.id.enhanced.NoopOptimizer
 
getLastSourceValue() - Method in interface org.hibernate.id.enhanced.Optimizer
A common means to access the last value obtained from the underlying source.
getLastSourceValue() - Method in class org.hibernate.id.enhanced.PooledLoOptimizer
 
getLastSourceValue() - Method in class org.hibernate.id.enhanced.PooledLoThreadLocalOptimizer
 
getLastSourceValue() - Method in class org.hibernate.id.enhanced.PooledOptimizer
 
getLastValue() - Method in class org.hibernate.id.enhanced.HiLoOptimizer
Getter for property 'lastValue'.
getLastValue() - Method in class org.hibernate.id.enhanced.LegacyHiLoAlgorithmOptimizer
Getter for property 'lastValue'.
getLastValue() - Method in class org.hibernate.id.enhanced.PooledOptimizer
Getter for property 'lastValue'.
getLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the lazy property.
getLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the lazy property.
getLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
Gets the value of the lazy property.
getLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the lazy property.
getLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the lazy property.
getLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Gets the value of the lazy property.
getLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the lazy property.
getLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the lazy property.
getLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Gets the value of the lazy property.
getLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the lazy property.
getLazy() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoPrimitiveArrayAdapter
 
getLazyAttributeNames() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
 
getLazyAttributesMetadata() - Method in class org.hibernate.bytecode.internal.BytecodeEnhancementMetadataNonPojoImpl
 
getLazyAttributesMetadata() - Method in class org.hibernate.bytecode.internal.BytecodeEnhancementMetadataPojoImpl
 
getLazyAttributesMetadata() - Method in interface org.hibernate.bytecode.spi.BytecodeEnhancementMetadata
 
getLazyGroup() - Method in class org.hibernate.mapping.Property
 
getLazyIndex() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor
Access to the index of the attribute in terms of its position within the lazy attributes of the persister
getLazyLoadPlanByFetchGroup() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getLazyOther() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneJoinTable
 
getLazyPropertyColumnAliases() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Deprecated.
Hibernate no longer uses aliases to read from result sets
getLeftHandExpression() - Method in class org.hibernate.query.sqm.tree.predicate.SqmComparisonPredicate
 
getLeftHandExpression() - Method in class org.hibernate.query.sqm.tree.predicate.SqmMemberOfPredicate
 
getLeftHandExpression() - Method in class org.hibernate.sql.ast.tree.predicate.ComparisonPredicate
 
getLeftHandExpression(Predicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getLeftHandOperand() - Method in class org.hibernate.query.sqm.tree.expression.SqmBinaryArithmetic
Get the left-hand operand.
getLeftHandOperand() - Method in class org.hibernate.sql.ast.tree.expression.BinaryArithmeticExpression
Get the left-hand operand.
getLegacyFetchResolver() - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
getLegacyName() - Method in enum org.hibernate.loader.ast.spi.CascadingFetchProfile
 
getLegacyResolvedBasicType() - Method in class org.hibernate.boot.model.process.internal.InferredBasicValueResolution
 
getLegacyResolvedBasicType() - Method in class org.hibernate.boot.model.process.internal.NamedBasicTypeResolution
 
getLegacyResolvedBasicType() - Method in class org.hibernate.boot.model.process.internal.NamedConverterResolution
 
getLegacyResolvedBasicType() - Method in class org.hibernate.boot.model.process.internal.UserTypeResolution
 
getLegacyResolvedBasicType() - Method in class org.hibernate.boot.model.process.internal.VersionResolution
 
getLegacyResolvedBasicType() - Method in interface org.hibernate.mapping.BasicValue.Resolution
The BasicType resolved using the pre-6.0 rules.
getLegacyTypeText() - Method in enum org.hibernate.boot.jaxb.SourceType
 
getLength() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the length property.
getLength() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Gets the value of the length property.
getLength() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
Gets the value of the length property.
getLength() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Gets the value of the length property.
getLength() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
Gets the value of the length property.
getLength() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Gets the value of the length property.
getLength() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexType
Gets the value of the length property.
getLength() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
Gets the value of the length property.
getLength() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Gets the value of the length property.
getLength() - Method in class org.hibernate.boot.jaxb.hbm.transform.ColumnDefaultsBasicImpl
 
getLength() - Method in interface org.hibernate.boot.jaxb.hbm.transform.SourceColumnAdapter
 
getLength() - Method in class org.hibernate.boot.jaxb.hbm.transform.SourceColumnAdapterJaxbHbmColumnType
 
getLength() - Method in class org.hibernate.boot.jaxb.mapping.JaxbColumn
Gets the value of the length property.
getLength() - Method in class org.hibernate.boot.jaxb.mapping.JaxbDiscriminatorColumn
Gets the value of the length property.
getLength() - Method in class org.hibernate.boot.jaxb.mapping.JaxbMapKeyColumn
Gets the value of the length property.
getLength() - Method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
getLength() - Method in class org.hibernate.boot.model.source.internal.hbm.SizeSourceImpl
 
getLength() - Method in interface org.hibernate.boot.model.source.spi.SizeSource
The specified length.
getLength() - Method in interface org.hibernate.engine.jdbc.BinaryStream
Retrieve the length of the input stream
getLength() - Method in interface org.hibernate.engine.jdbc.CharacterStream
Retrieve the number of characters.
getLength() - Method in class org.hibernate.engine.jdbc.ClobProxy
 
getLength() - Method in class org.hibernate.engine.jdbc.internal.BinaryStreamImpl
 
getLength() - Method in class org.hibernate.engine.jdbc.internal.CharacterStreamImpl
 
getLength() - Method in class org.hibernate.engine.jdbc.Size
 
getLength() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
Gets the value of the length property.
getLength() - Method in class org.hibernate.jpamodelgen.xml.jaxb.DiscriminatorColumn
Gets the value of the length property.
getLength() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
Gets the value of the length property.
getLength() - Method in class org.hibernate.mapping.Column
 
getLength() - Method in class org.hibernate.metamodel.mapping.internal.AnyDiscriminatorPart
 
getLength() - Method in class org.hibernate.metamodel.mapping.internal.AnyKeyPart
 
getLength() - Method in class org.hibernate.metamodel.mapping.internal.BasicAttributeMapping
 
getLength() - Method in class org.hibernate.metamodel.mapping.internal.BasicEntityIdentifierMappingImpl
 
getLength() - Method in class org.hibernate.metamodel.mapping.internal.BasicValuedCollectionPart
 
getLength() - Method in class org.hibernate.metamodel.mapping.internal.CaseStatementDiscriminatorMappingImpl
 
getLength() - Method in class org.hibernate.metamodel.mapping.internal.CollectionIdentifierDescriptorImpl
 
getLength() - Method in class org.hibernate.metamodel.mapping.internal.EntityRowIdMappingImpl
 
getLength() - Method in class org.hibernate.metamodel.mapping.internal.EntityVersionMappingImpl
 
getLength() - Method in class org.hibernate.metamodel.mapping.internal.ExplicitColumnDiscriminatorMappingImpl
 
getLength() - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
getLength() - Method in class org.hibernate.metamodel.mapping.internal.SqlTypedMappingImpl
 
getLength() - Method in class org.hibernate.metamodel.mapping.SelectableConsumer.MutableSelectableMapping
 
getLength() - Method in interface org.hibernate.metamodel.mapping.SoftDeleteMapping
 
getLength() - Method in interface org.hibernate.metamodel.mapping.SqlTypedMapping
 
getLength() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping.KeyColumn
 
getLength() - Method in class org.hibernate.query.derived.AnonymousTupleBasicValuedModelPart
 
getLength() - Method in class org.hibernate.query.sqm.tree.expression.SqmCastTarget
 
getLength() - Method in class org.hibernate.sql.ast.tree.expression.CastTarget
 
getLhs() - Method in class org.hibernate.metamodel.mapping.ordering.ast.CollectionPartPath
 
getLhs() - Method in interface org.hibernate.metamodel.mapping.ordering.ast.DomainPath
 
getLhs() - Method in class org.hibernate.metamodel.mapping.ordering.ast.DomainPathContinuation
 
getLhs() - Method in class org.hibernate.metamodel.mapping.ordering.ast.PluralAttributePath
 
getLhs() - Method in interface org.hibernate.query.criteria.JpaPath
The source (think "left hand side") of this path
getLhs() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
 
getLhs() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
 
getLhs() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmSpecificPluralPartPath
 
getLhs() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedPluralPartJoin
 
getLhs() - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
Get the left-hand side of this path - may be null, indicating a root, cross-join or entity-join
getLhs() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedRoot
 
getLhs() - Method in interface org.hibernate.query.sqm.tree.from.SqmAttributeJoin
 
getLhs() - Method in class org.hibernate.query.sqm.tree.from.SqmCrossJoin
 
getLhs() - Method in class org.hibernate.query.sqm.tree.from.SqmCteJoin
 
getLhs() - Method in class org.hibernate.query.sqm.tree.from.SqmDerivedJoin
 
getLhs() - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
 
getLhs() - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
 
getLHSPropertyName() - Method in class org.hibernate.type.AnyType
 
getLHSPropertyName() - Method in interface org.hibernate.type.AssociationType
Get the name of a property in the owning entity that provides the join key (null if the identifier)
getLHSPropertyName() - Method in class org.hibernate.type.CollectionType
 
getLHSPropertyName() - Method in class org.hibernate.type.EntityType
 
getLifecycleOwner() - Method in class org.hibernate.service.spi.ServiceBinding
 
getLifecycleStrategy(boolean) - Static method in class org.hibernate.resource.beans.internal.Helper
 
getLimit() - Method in class org.hibernate.engine.jdbc.mutation.internal.MutationQueryOptions
 
getLimit() - Method in class org.hibernate.loader.ast.internal.LoaderSqlAstCreationState
 
getLimit() - Method in class org.hibernate.query.internal.QueryOptionsImpl
 
getLimit() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
 
getLimit() - Method in interface org.hibernate.query.spi.QueryOptions
The limit to the query results.
getLimit() - Method in class org.hibernate.query.spi.QueryOptionsAdapter
 
getLimit() - Method in class org.hibernate.query.spi.SqlOmittingQueryOptions
 
getLimit() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getLimit() - Method in class org.hibernate.sql.results.jdbc.internal.DeferredResultSetAccess
 
getLimitHandler() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getLimitHandler() - Method in class org.hibernate.dialect.CockroachDialect
 
getLimitHandler() - Method in class org.hibernate.dialect.DB2400Dialect
Deprecated.
 
getLimitHandler() - Method in class org.hibernate.dialect.DB2Dialect
 
getLimitHandler() - Method in class org.hibernate.dialect.DB2iDialect
 
getLimitHandler() - Method in class org.hibernate.dialect.DB2zDialect
 
getLimitHandler() - Method in class org.hibernate.dialect.DerbyDialect
 
getLimitHandler() - Method in class org.hibernate.dialect.Dialect
Obtain a LimitHandler that implements pagination support for Query.setMaxResults(int) and Query.setFirstResult(int).
getLimitHandler() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getLimitHandler() - Method in class org.hibernate.dialect.H2Dialect
 
getLimitHandler() - Method in class org.hibernate.dialect.HSQLDialect
 
getLimitHandler() - Method in class org.hibernate.dialect.MySQLDialect
 
getLimitHandler() - Method in class org.hibernate.dialect.OracleDialect
 
getLimitHandler() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getLimitHandler() - Method in class org.hibernate.dialect.SpannerDialect
 
getLimitHandler() - Method in class org.hibernate.dialect.SQLServerDialect
 
getLimitHandler() - Method in class org.hibernate.dialect.SybaseASEDialect
 
getLimitHandler() - Method in class org.hibernate.sql.results.jdbc.internal.DeferredResultSetAccess
 
getLimitParameter() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getLimitParameter() - Method in class org.hibernate.sql.exec.spi.JdbcOperationQuerySelect
 
getLine1() - Method in class org.hibernate.testing.orm.domain.contacts.Address
 
getLine2() - Method in class org.hibernate.testing.orm.domain.contacts.Address
 
getLineNumber() - Method in class org.hibernate.boot.jaxb.internal.ContextProvidingValidationEventHandler
 
getLineNumber() - Method in class org.hibernate.jpamodelgen.util.xml.ContextProvidingValidationEventHandler
 
getLineNumber() - Method in class org.hibernate.testing.orm.domain.contacts.PhoneNumber
 
getLinkedSession() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
getLinkedSession() - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.SessionAssociableInterceptor
 
getList() - Method in class org.hibernate.sql.results.internal.TupleMetadata
 
getList(String) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getList(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getList(String, Class<E>) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getList(String, Class<E>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getListener() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerGroupType
Gets the value of the listener property.
getListener() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
Gets the value of the listener property.
getListenerGroup(EventType<T>) - Method in class org.hibernate.event.service.internal.EventListenerRegistryImpl.Builder
 
getListenerRegistry() - Method in class org.hibernate.event.spi.EventEngine
 
getListExpressions() - Method in class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
 
getListExpressions() - Method in class org.hibernate.sql.ast.tree.predicate.InListPredicate
 
getListIndex() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the listIndex property.
getListIndex() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the listIndex property.
getListIndex() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the listIndex property.
getListIndexBase() - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping.IndexMetadata
 
getListIndexOrMapKeyType() - Method in class org.hibernate.metamodel.model.domain.internal.PluralAttributeBuilder
 
getListOfBasics() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfLists
 
getListOfComponents() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfLists
 
getListOfConvertedEnums() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfLists
 
getListOfEnums() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfLists
 
getListOfManyToMany() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfLists
 
getListOfNumbers() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfLists
 
getListOfOneToMany() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfLists
 
getLiteral() - Method in class org.hibernate.sql.ast.tree.expression.LiteralAsParameter
 
getLiteralPrefix() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
 
getLiteralSuffix() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
 
getLiteralValue() - Method in class org.hibernate.query.sqm.tree.expression.SqmHqlNumericLiteral
 
getLiteralValue() - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteral
 
getLiteralValue() - Method in class org.hibernate.sql.ast.tree.expression.JdbcLiteral
 
getLiteralValue() - Method in interface org.hibernate.sql.ast.tree.expression.Literal
 
getLiteralValue() - Method in class org.hibernate.sql.ast.tree.expression.QueryLiteral
 
getLiteralValue() - Method in class org.hibernate.sql.ast.tree.expression.UnparsedNumericLiteral
 
getLoadable() - Method in class org.hibernate.loader.ast.internal.AbstractCollectionBatchLoader
 
getLoadable() - Method in class org.hibernate.loader.ast.internal.AbstractMultiIdEntityLoader
 
getLoadable() - Method in class org.hibernate.loader.ast.internal.AbstractNaturalIdLoader
 
getLoadable() - Method in class org.hibernate.loader.ast.internal.CollectionElementLoaderByIndex
 
getLoadable() - Method in class org.hibernate.loader.ast.internal.CollectionLoaderNamedQuery
 
getLoadable() - Method in class org.hibernate.loader.ast.internal.CollectionLoaderSingleKey
 
getLoadable() - Method in class org.hibernate.loader.ast.internal.CollectionLoaderSubSelectFetch
 
getLoadable() - Method in interface org.hibernate.loader.ast.internal.LoadPlan
The thing being loaded
getLoadable() - Method in class org.hibernate.loader.ast.internal.MultiNaturalIdLoaderArrayParam
 
getLoadable() - Method in class org.hibernate.loader.ast.internal.MultiNaturalIdLoaderInPredicate
 
getLoadable() - Method in class org.hibernate.loader.ast.internal.SingleIdEntityLoaderProvidedQueryImpl
 
getLoadable() - Method in class org.hibernate.loader.ast.internal.SingleIdEntityLoaderSupport
 
getLoadable() - Method in class org.hibernate.loader.ast.internal.SingleIdLoadPlan
 
getLoadable() - Method in class org.hibernate.loader.ast.internal.SingleUniqueKeyEntityLoaderStandard
 
getLoadable() - Method in interface org.hibernate.loader.ast.spi.CollectionLoader
 
getLoadable() - Method in interface org.hibernate.loader.ast.spi.EntityLoader
 
getLoadable() - Method in interface org.hibernate.loader.ast.spi.Loader
The value-mapping loaded by this loader
getLoadable() - Method in interface org.hibernate.loader.ast.spi.SingleEntityLoader
 
getLoadContexts() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getLoadContexts() - Method in interface org.hibernate.engine.spi.PersistenceContext
Retrieve this persistence context's managed load context.
getLoadCount() - Method in interface org.hibernate.stat.CollectionStatistics
Number of times (since last Statistics clearing) this collection has been loaded
getLoadCount() - Method in interface org.hibernate.stat.EntityStatistics
Number of times (since last Statistics clearing) this entity has been loaded
getLoadCount() - Method in class org.hibernate.stat.internal.CollectionStatisticsImpl
 
getLoadCount() - Method in class org.hibernate.stat.internal.EntityStatisticsImpl
 
getLoadedCollectionOwnerIdOrNull(PersistentCollection<?>) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getLoadedCollectionOwnerIdOrNull(PersistentCollection<?>) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the ID for the entity that owned this persistent collection when it was loaded
getLoadedCollectionOwnerOrNull(PersistentCollection<?>) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getLoadedCollectionOwnerOrNull(PersistentCollection<?>) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the entity that owned this persistent collection when it was loaded
getLoadedCollectionPersister(PersistentCollection<?>, EventSource) - Static method in class org.hibernate.event.spi.AbstractCollectionEvent
 
getLoadedElementsIterator(SharedSessionContractImplementor, CollectionType, Object) - Static method in class org.hibernate.engine.spi.CascadingActions
Iterate just the elements of the collection that are already there.
getLoadedKey() - Method in class org.hibernate.engine.spi.CollectionEntry
 
getLoadedOwnerIdOrNull(PersistentCollection<?>, EventSource) - Static method in class org.hibernate.event.spi.AbstractCollectionEvent
 
getLoadedOwnerOrNull(PersistentCollection<?>, EventSource) - Static method in class org.hibernate.event.spi.AbstractCollectionEvent
 
getLoadedPersister() - Method in class org.hibernate.engine.spi.CollectionEntry
This is only available late during the flush cycle
getLoadedState() - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
getLoadedState() - Method in interface org.hibernate.engine.spi.EntityEntry
 
getLoadedValue() - Method in interface org.hibernate.CustomEntityDirtinessStrategy.AttributeInformation
Get the loaded value of this attribute.
getLoadedValue(String) - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
getLoadedValue(String) - Method in interface org.hibernate.engine.spi.EntityEntry
 
getLoader() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
getLoader() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the loader property.
getLoader() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the loader property.
getLoader() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Gets the value of the loader property.
getLoader() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the loader property.
getLoader() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the loader property.
getLoader() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the loader property.
getLoader() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the loader property.
getLoader() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the loader property.
getLoader() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the loader property.
getLoader() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the loader property.
getLoader() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the loader property.
getLoader() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getLoader() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the loader property.
getLoaderName() - Method in class org.hibernate.mapping.Collection
 
getLoaderName() - Method in class org.hibernate.mapping.PersistentClass
 
getLoadingClassLoader() - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
 
getLoadingClassLoader() - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
Obtain access to the ClassLoader that can be used to load Class references.
getLoadingClassLoader() - Method in class org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
 
getLoadingEntityHolders() - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesSourceProcessingStateStandardImpl
 
getLoadingEntityHolders() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingState
 
getLoadingJdbcParameterBindings() - Method in class org.hibernate.engine.spi.SubselectFetch
The JDBC parameter bindings related to SubselectFetch.getLoadingSqlAst() for the specific execution that loaded the owners
getLoadingJdbcParameters() - Method in class org.hibernate.engine.spi.SubselectFetch
 
getLoadingSqlAst() - Method in class org.hibernate.engine.spi.SubselectFetch
The SQL AST select from which the owner was loaded
getLoadJavaType() - Method in interface org.hibernate.metamodel.spi.EntityRepresentationStrategy
The Java type descriptor for the type returned when the entity is loaded
getLoadQueryInfluencers() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getLoadQueryInfluencers() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Get the LoadQueryInfluencers associated with this session.
getLoadQueryInfluencers() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
getLoadQueryInfluencers() - Method in class org.hibernate.internal.SessionImpl
 
getLoadQueryInfluencers() - Method in class org.hibernate.internal.StatelessSessionImpl
 
getLoadQueryInfluencers() - Method in class org.hibernate.loader.ast.internal.LoaderSqlAstCreationState
 
getLoadQueryInfluencers() - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
getLoadQueryInfluencers() - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
getLoadQueryInfluencers() - Method in interface org.hibernate.query.sqm.internal.SqmInterpretationsKey.CacheabilityInfluencers
 
getLoadQueryInfluencers() - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
getLoadQueryInfluencers() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
getLoadQueryInfluencers() - Method in class org.hibernate.query.sqm.sql.FakeSqmToSqlAstConverter
 
getLoadQueryInfluencers() - Method in interface org.hibernate.sql.ast.spi.SqlAstCreationState
 
getLoadQueryInfluencers() - Method in class org.hibernate.sql.exec.internal.BaseExecutionContext
 
getLoadQueryInfluencers() - Method in interface org.hibernate.sql.exec.spi.ExecutionContext
 
getLoadState(Object) - Static method in class org.hibernate.jpa.internal.util.PersistenceUtilHelper
Determine if the given object reference represents loaded state.
getLob() - Method in class org.hibernate.boot.jaxb.mapping.JaxbBasic
Gets the value of the lob property.
getLob() - Method in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
Gets the value of the lob property.
getLob() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
Gets the value of the lob property.
getLob() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the lob property.
getLobCodeTypeMapping(int) - Static method in class org.hibernate.type.descriptor.jdbc.LobTypeMappings
 
getLobCreator() - Method in class org.hibernate.engine.spi.AbstractDelegatingWrapperOptions
 
getLobCreator() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getLobCreator() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
getLobCreator() - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
getLobCreator() - Method in class org.hibernate.persister.entity.SessionFactoryBasedWrapperOptions
 
getLobCreator() - Method in interface org.hibernate.type.descriptor.WrapperOptions
Obtain access to the LobCreator.
getLobCreator(LobCreationContext) - Method in class org.hibernate.engine.jdbc.internal.JdbcServicesImpl
 
getLobCreator(LobCreationContext) - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
Create an instance of a LobCreator appropriate for the current environment, mainly meant to account for variance between: JDBC 4 (<= JDK 1.6) and JDBC 3 (>= JDK 1.5).
getLobCreator(LobCreationContext) - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
 
getLobCreatorBuilder() - Method in class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentImpl
 
getLobCreatorBuilder() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
Retrieve the delegate for building LobCreator instances.
getLobHelper() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getLobHelper() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
getLobHelper() - Method in class org.hibernate.internal.SessionImpl
 
getLobHelper() - Method in interface org.hibernate.Session
Obtain a factory for instances of Blob and Clob.
getLobMergeStrategy() - Method in class org.hibernate.dialect.Dialect
getLobMergeStrategy() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getLobMultiplier() - Method in class org.hibernate.engine.jdbc.Size
 
getLobValueBindingList() - Method in class org.hibernate.sql.model.ast.builder.AbstractTableInsertBuilder
 
getLobValueBindings() - Method in class org.hibernate.sql.model.ast.builder.AbstractTableUpdateBuilder
 
getLocalDateTime() - Method in exception org.hibernate.envers.exception.RevisionDoesNotExistException
 
getLocalMetadataBuildingContext() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
getLocalMetadataBuildingContext() - Method in class org.hibernate.boot.model.source.internal.hbm.EmbeddableSourceImpl
 
getLocalMetadataBuildingContext() - Method in class org.hibernate.boot.model.source.internal.hbm.EmbeddableSourceVirtualImpl
 
getLocalMetadataBuildingContext() - Method in interface org.hibernate.boot.model.source.spi.AttributeSourceContainer
Obtain the local binding context associated with this container.
getLocalMetadataBuildingContext() - Method in interface org.hibernate.boot.model.source.spi.IdentifiableTypeSource
Obtain the metadata-building context local to this entity source.
getLocalName() - Method in class org.hibernate.loader.PropertyPath
Deprecated.
 
getLocalName() - Method in class org.hibernate.metamodel.mapping.SelectablePath
 
getLocalName() - Method in class org.hibernate.metamodel.model.domain.NavigableRole
 
getLocalName() - Method in class org.hibernate.query.hql.internal.FullyQualifiedReflectivePath
 
getLocalName() - Method in interface org.hibernate.spi.DotIdentifierSequence
The name of this leaf sequence part.
getLocalName() - Method in class org.hibernate.spi.EntityIdentifierNavigablePath
 
getLocalName() - Method in class org.hibernate.spi.NavigablePath
 
getLocalResourceName() - Method in class org.hibernate.boot.xsd.XsdDescriptor
 
getLocalSynchronizations() - Method in class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl
 
getLocalSynchronizations() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl
 
getLocalSynchronizations() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
Get access to the local registry of Synchronization instances
getLocatedClasses() - Method in class org.hibernate.boot.archive.scan.internal.ScanResultImpl
 
getLocatedClasses() - Method in interface org.hibernate.boot.archive.scan.spi.ScanResult
Returns descriptors for all classes discovered as part of the scan
getLocatedMappingFiles() - Method in class org.hibernate.boot.archive.scan.internal.ScanResultImpl
 
getLocatedMappingFiles() - Method in interface org.hibernate.boot.archive.scan.spi.ScanResult
Returns descriptors for all mapping files discovered as part of the scan
getLocatedPackages() - Method in class org.hibernate.boot.archive.scan.internal.ScanResultImpl
 
getLocatedPackages() - Method in interface org.hibernate.boot.archive.scan.spi.ScanResult
Returns descriptors for all packages discovered as part of the scan
getLock() - Method in class org.hibernate.action.internal.EntityDeleteAction
 
getLockable() - Method in class org.hibernate.dialect.lock.AbstractSelectLockingStrategy
 
getLockingStrategy(Lockable, LockMode) - Method in class org.hibernate.dialect.Dialect
A LockingStrategy which is able to acquire a database-level lock with the specified level.
getLockingStrategy(Lockable, LockMode) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getLockingStrategy(Lockable, LockMode) - Method in class org.hibernate.dialect.SpannerDialect
 
getLockMode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryCollectionLoadReturnType
Gets the value of the lockMode property.
getLockMode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryJoinReturnType
Gets the value of the lockMode property.
getLockMode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
Gets the value of the lockMode property.
getLockMode() - Method in interface org.hibernate.boot.jaxb.hbm.spi.NativeQueryNonScalarRootReturn
Access the LockMode associated with this return
getLockMode() - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedQuery
Gets the value of the lockMode property.
getLockMode() - Method in interface org.hibernate.boot.jaxb.mapping.NamedQuery
 
getLockMode() - Method in class org.hibernate.dialect.lock.AbstractSelectLockingStrategy
 
getLockMode() - Method in class org.hibernate.dialect.lock.OptimisticForceIncrementLockingStrategy
 
getLockMode() - Method in class org.hibernate.dialect.lock.OptimisticLockingStrategy
 
getLockMode() - Method in class org.hibernate.dialect.lock.PessimisticForceIncrementLockingStrategy
Retrieve the specific lock mode defined.
getLockMode() - Method in class org.hibernate.dialect.lock.PessimisticReadUpdateLockingStrategy
 
getLockMode() - Method in class org.hibernate.dialect.lock.PessimisticWriteUpdateLockingStrategy
 
getLockMode() - Method in class org.hibernate.dialect.lock.UpdateLockingStrategy
 
getLockMode() - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
getLockMode() - Method in interface org.hibernate.engine.spi.EntityEntry
 
getLockMode() - Method in class org.hibernate.event.spi.LoadEvent
 
getLockMode() - Method in class org.hibernate.event.spi.LockEvent
 
getLockMode() - Method in class org.hibernate.event.spi.RefreshEvent
 
getLockMode() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedQuery
Gets the value of the lockMode property.
getLockMode() - Method in class org.hibernate.LockOptions
Retrieve the overall lock mode in effect for this set of options.
getLockMode() - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
getLockMode() - Method in interface org.hibernate.query.NativeQuery
Not applicable to native SQL queries, due to an unfortunate requirement of the JPA specification.
getLockMode() - Method in interface org.hibernate.query.NativeQuery.RootReturn
 
getLockMode() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderEntityStandard
 
getLockMode() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityCalculated
 
getLockMode() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityStandard
 
getLockMode() - Method in interface org.hibernate.query.SelectionQuery
Get the root LockModeType for the query
getLockMode() - Method in class org.hibernate.query.spi.AbstractQuery
 
getLockMode() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
getLockMode() - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
getLockMode() - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
getLockMode() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
getLockMode() - Method in interface org.hibernate.Session.LockRequest
Deprecated.
Get the lock mode.
getLockMode() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.ForUpdateClause
 
getLockMode() - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
getLockMode(LockModeType) - Static method in class org.hibernate.jpa.internal.util.LockModeTypeHelper
 
getLockMode(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getLockMode(Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
getLockMode(Object) - Method in class org.hibernate.internal.SessionImpl
 
getLockMode(String) - Method in class org.hibernate.boot.model.internal.QueryHintDefinition
 
getLockMode(AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.entity.internal.EntityResultImpl
 
getLockModeType(LockMode) - Static method in class org.hibernate.jpa.internal.util.LockModeTypeHelper
 
getLockOptions() - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
 
getLockOptions() - Method in class org.hibernate.boot.spi.AbstractNamedQueryDefinition
 
getLockOptions() - Method in class org.hibernate.engine.jdbc.mutation.internal.MutationQueryOptions
 
getLockOptions() - Method in class org.hibernate.event.spi.LoadEvent
 
getLockOptions() - Method in class org.hibernate.event.spi.LockEvent
 
getLockOptions() - Method in class org.hibernate.event.spi.RefreshEvent
 
getLockOptions() - Method in class org.hibernate.event.spi.ResolveNaturalIdEvent
 
getLockOptions() - Method in class org.hibernate.internal.NaturalIdMultiLoadAccessStandard
 
getLockOptions() - Method in class org.hibernate.loader.ast.internal.LoaderSqlAstCreationState
 
getLockOptions() - Method in class org.hibernate.loader.ast.internal.SingleIdLoadPlan
 
getLockOptions() - Method in interface org.hibernate.loader.ast.spi.MultiLoadOptions
Specify the lock options applied during loading.
getLockOptions() - Method in interface org.hibernate.loader.ast.spi.NaturalIdLoadOptions
The locking options for the loaded entity
getLockOptions() - Method in class org.hibernate.loader.internal.BaseNaturalIdLoadAccessImpl
 
getLockOptions() - Method in class org.hibernate.loader.internal.SimpleNaturalIdLoadAccessImpl
 
getLockOptions() - Method in class org.hibernate.query.criteria.internal.NamedCriteriaQueryMementoImpl
 
getLockOptions() - Method in class org.hibernate.query.hql.internal.NamedHqlQueryMementoImpl
 
getLockOptions() - Method in class org.hibernate.query.internal.NamedQueryHelper.NamedQueryDescriptorBuilder
 
getLockOptions() - Method in class org.hibernate.query.internal.QueryOptionsImpl
 
getLockOptions() - Method in class org.hibernate.query.internal.SimpleQueryOptions
 
getLockOptions() - Method in interface org.hibernate.query.NativeQuery
 
getLockOptions() - Method in interface org.hibernate.query.Query
Obtains the LockOptions in effect for this query.
getLockOptions() - Method in interface org.hibernate.query.SelectionQuery
The LockOptions currently in effect for the query
getLockOptions() - Method in class org.hibernate.query.spi.AbstractQuery
 
getLockOptions() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
getLockOptions() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
 
getLockOptions() - Method in interface org.hibernate.query.spi.QueryOptions
Describes the locking to apply to the query results
getLockOptions() - Method in class org.hibernate.query.spi.QueryOptionsAdapter
 
getLockOptions() - Method in class org.hibernate.query.spi.SqlOmittingQueryOptions
 
getLockOptions() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
getLockOptions() - Method in interface org.hibernate.query.sqm.spi.NamedSqmQueryMemento
 
getLockOptions() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getLockRowIdentifier(LockMode) - Method in class org.hibernate.dialect.Dialect
Obtain a RowLockStrategy for the given LockMode.
getLockRowIdentifier(LockMode) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getLockScope() - Method in class org.hibernate.event.spi.LoadEvent
 
getLockScope() - Method in class org.hibernate.event.spi.LockEvent
 
getLockScope() - Method in class org.hibernate.event.spi.RefreshEvent
 
getLockScope() - Method in class org.hibernate.LockOptions
The current lock scope: PessimisticLockScope.EXTENDED means the lock extends to rows of owned collections, but PessimisticLockScope.NORMAL means only the entity table and secondary tables are locked.
getLockScope() - Method in interface org.hibernate.Session.LockRequest
Deprecated.
Obtain the PessimisticLockScope, which determines if locking extends to owned collections and associated entities.
getLockStrategy() - Method in class org.hibernate.sql.exec.spi.JdbcOperationQuerySelect
 
getLockTimeout() - Method in class org.hibernate.event.spi.LoadEvent
 
getLockTimeout() - Method in class org.hibernate.event.spi.LockEvent
 
getLockTimeout() - Method in class org.hibernate.event.spi.RefreshEvent
 
getLoggableName() - Method in class org.hibernate.sql.model.ast.AbstractTableDelete
 
getLoggableName() - Method in class org.hibernate.sql.model.ast.AbstractTableInsert
 
getLoggableName() - Method in class org.hibernate.sql.model.ast.AbstractTableMutation
 
getLoggableName() - Method in class org.hibernate.sql.model.ast.AbstractTableUpdate
 
getLoggableName() - Method in class org.hibernate.sql.model.internal.OptionalTableUpdate
 
getLoggableName() - Method in class org.hibernate.sql.model.internal.TableUpdateNoSet
 
getLoggableName(String, Object) - Static method in class org.hibernate.event.internal.EventUtil
 
getLogger(String) - Method in class org.hibernate.testing.logger.TestableLoggerProvider
 
getLoggerNames() - Method in class org.hibernate.testing.orm.junit.MessageKeyWatcherImpl
 
getLogicalColumnName() - Method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
getLogicalColumnName(Table, String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getLogicalColumnName(Table, String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getLogicalColumnName(Table, Identifier) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getLogicalColumnName(Table, Identifier) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getLogicalConnection() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
getLogicalConnection() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Retrieves the logical connection associated with this JDBC coordinator.
getLogicalName() - Method in interface org.hibernate.boot.model.internal.ObjectNameSource
Retrieve the logical name for this object.
getLogicalName() - Method in class org.hibernate.boot.model.source.internal.hbm.InLineViewSourceImpl
 
getLogicalName() - Method in interface org.hibernate.boot.model.source.spi.InLineViewSource
 
getLogicalTableName(Table) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getLogicalTableName(Table) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getLogicalTableNameForContainedColumns() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
 
getLoginStatus() - Method in class org.hibernate.testing.orm.domain.helpdesk.Account
 
getLoginTimeout() - Method in class org.hibernate.testing.jdbc.DataSourceStub
 
getLogSlowQuery() - Method in class org.hibernate.engine.jdbc.spi.SqlStatementLogger
 
getLogWriter() - Method in class org.hibernate.testing.jdbc.DataSourceStub
 
getLong(String, Map, int) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
 
getLongSqlLength() - Method in interface org.hibernate.type.descriptor.java.JavaType
The default column length when this Java type is mapped to a column of type Types.LONGVARCHAR or Types.LONGVARBINARY.
getLongType() - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
getLongType() - Method in interface org.hibernate.query.sqm.NodeBuilder
 
getLongVarcharVariantCode() - Method in enum org.hibernate.dialect.NationalizationSupport
 
getLoTime() - Method in class org.hibernate.id.AbstractUUIDGenerator
Deprecated.
 
getLowerBound() - Method in class org.hibernate.query.sqm.tree.predicate.SqmBetweenPredicate
 
getLowerBound() - Method in class org.hibernate.sql.ast.tree.predicate.BetweenPredicate
 
getLowercaseFunction() - Method in class org.hibernate.dialect.Dialect
The name of the SQL function that transforms a string to lowercase, almost always lower.
getLowercaseFunction() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getMagnitude() - Method in class org.hibernate.query.sqm.tree.expression.SqmToDuration
 
getMagnitude() - Method in class org.hibernate.sql.ast.tree.expression.Duration
 
getMajor() - Method in interface org.hibernate.dialect.DatabaseVersion
Simpler naming
getMajor() - Method in class org.hibernate.dialect.SimpleDatabaseVersion
 
getMammals() - Method in class org.hibernate.testing.orm.domain.animal.Zoo
 
getManagedBeanRegistry() - Method in interface org.hibernate.boot.model.convert.spi.JpaAttributeConverterCreationContext
 
getManagedBeanRegistry() - Method in class org.hibernate.mapping.BasicValue
 
getManagedClassNames() - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
getManagedClassNames() - Method in class org.hibernate.jpa.boot.internal.PersistenceUnitInfoDescriptor
 
getManagedClassNames() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
 
getManagedClassNames() - Method in class org.hibernate.testing.orm.jpa.PersistenceUnitDescriptorAdapter
 
getManagedClassNames() - Method in class org.hibernate.testing.orm.jpa.PersistenceUnitInfoAdapter
 
getManagedClassNames() - Method in class org.hibernate.testing.orm.jpa.PersistenceUnitInfoImpl
 
getManagedClassNames() - Method in class org.hibernate.testing.orm.junit.EntityManagerFactoryBasedFunctionalTest.TestingPersistenceUnitDescriptorImpl
 
getManagedClassNames() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
 
getManagedClassNames() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
 
getManagedClassNames() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
 
getManagedObject() - Method in interface org.hibernate.engine.spi.EntityHolder
The proxy if there is one and otherwise the entity.
getManagedResources() - Method in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl
 
getManagedResources() - Method in interface org.hibernate.jpa.boot.spi.EntityManagerFactoryBuilder
 
getManagedType() - Method in interface org.hibernate.query.criteria.JpaRoot
 
getManagedType() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedRoot
 
getManagedType() - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
 
getManagedTypeOverride(String) - Method in class org.hibernate.boot.model.internal.XMLContext
 
getManagedTypeRepresentationResolver() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
 
getManagedTypes() - Method in class org.hibernate.metamodel.model.domain.internal.JpaMetamodelImpl
 
getManagedTypes() - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
getManagedTypes() - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
 
getManyToAny() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the manyToAny property.
getManyToAny() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the manyToAny property.
getManyToAny() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the manyToAny property.
getManyToAny() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the manyToAny property.
getManyToAny() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the manyToAny property.
getManyToAny() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the manyToAny property.
getManyToAny() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getManyToAny() - Method in class org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoPrimitiveArrayAdapter
 
getManyToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the manyToMany property.
getManyToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the manyToMany property.
getManyToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the manyToMany property.
getManyToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the manyToMany property.
getManyToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the manyToMany property.
getManyToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the manyToMany property.
getManyToMany() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getManyToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoPrimitiveArrayAdapter
 
getManyToMany() - Method in class org.hibernate.boot.model.internal.PropertyMappingElementCollector
 
getManyToMany() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
Gets the value of the manyToMany property.
getManyToMany() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddableAttributes
Gets the value of the manyToMany property.
getManyToManyAttributes() - Method in interface org.hibernate.boot.jaxb.mapping.AttributesContainer
 
getManyToManyAttributes() - Method in class org.hibernate.boot.jaxb.mapping.JaxbAttributes
Gets the value of the manyToManyAttributes property.
getManyToManyAttributes() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEmbeddableAttributes
Gets the value of the manyToManyAttributes property.
getManyToManyByBasic() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
getManyToManyFilterFragment(TableGroup, Map<String, Filter>) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getManyToManyFilterFragment(TableGroup, Map<String, Filter>) - Method in interface org.hibernate.persister.collection.CollectionPersister
 
getManyToManyFilters() - Method in class org.hibernate.mapping.Collection
 
getManyToManyOrderByFragment() - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
getManyToManyOrderByFragment() - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
getManyToManyOrderByString(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getManyToManyOrderByString(String) - Method in interface org.hibernate.persister.collection.QueryableCollection
Deprecated.
Get the order-by to be applied at the target table of a many to many
getManyToManyOrdering() - Method in class org.hibernate.mapping.Collection
 
getManyToManyOwnerSideEntityName() - Method in class org.hibernate.boot.model.internal.AnnotatedJoinColumns
 
getManyToManyWhere() - Method in class org.hibernate.mapping.Collection
 
getManyToOne() - Method in class org.hibernate.boot.jaxb.mapping.JaxbNaturalId
Gets the value of the manyToOne property.
getManyToOne() - Method in class org.hibernate.boot.model.internal.PropertyMappingElementCollector
 
getManyToOne() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
Gets the value of the manyToOne property.
getManyToOne() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddableAttributes
Gets the value of the manyToOne property.
getManyToOneAttributes() - Method in interface org.hibernate.boot.jaxb.mapping.AttributesContainer
 
getManyToOneAttributes() - Method in class org.hibernate.boot.jaxb.mapping.JaxbAttributes
Gets the value of the manyToOneAttributes property.
getManyToOneAttributes() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEmbeddableAttributes
Gets the value of the manyToOneAttributes property.
getManyToOneAttributes() - Method in interface org.hibernate.boot.jaxb.mapping.NaturalId
 
getMap() - Method in class org.hibernate.proxy.map.MapLazyInitializer
 
getMap(String) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getMap(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getMap(String, Class<K>, Class<V>) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getMap(String, Class<K>, Class<V>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getMapKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the mapKey property.
getMapKey() - Method in interface org.hibernate.boot.jaxb.mapping.CollectionAttribute
 
getMapKey() - Method in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
Gets the value of the mapKey property.
getMapKey() - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
Gets the value of the mapKey property.
getMapKey() - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
Gets the value of the mapKey property.
getMapKey() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.DynamicProperty
 
getMapKey() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
getMapKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the mapKey property.
getMapKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Gets the value of the mapKey property.
getMapKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the mapKey property.
getMapKeyAttributeOverride() - Method in interface org.hibernate.boot.jaxb.mapping.CollectionAttribute
 
getMapKeyAttributeOverride() - Method in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
Gets the value of the mapKeyAttributeOverride property.
getMapKeyAttributeOverride() - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
Gets the value of the mapKeyAttributeOverride property.
getMapKeyAttributeOverride() - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
Gets the value of the mapKeyAttributeOverride property.
getMapKeyAttributeOverride() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the mapKeyAttributeOverride property.
getMapKeyAttributeOverride() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Gets the value of the mapKeyAttributeOverride property.
getMapKeyAttributeOverride() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the mapKeyAttributeOverride property.
getMapKeyClass() - Method in interface org.hibernate.boot.jaxb.mapping.CollectionAttribute
 
getMapKeyClass() - Method in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
Gets the value of the mapKeyClass property.
getMapKeyClass() - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
Gets the value of the mapKeyClass property.
getMapKeyClass() - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
Gets the value of the mapKeyClass property.
getMapKeyClass() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the mapKeyClass property.
getMapKeyClass() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Gets the value of the mapKeyClass property.
getMapKeyClass() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the mapKeyClass property.
getMapKeyColumn() - Method in interface org.hibernate.boot.jaxb.mapping.CollectionAttribute
 
getMapKeyColumn() - Method in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
Gets the value of the mapKeyColumn property.
getMapKeyColumn() - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
Gets the value of the mapKeyColumn property.
getMapKeyColumn() - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
Gets the value of the mapKeyColumn property.
getMapKeyColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the mapKeyColumn property.
getMapKeyColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Gets the value of the mapKeyColumn property.
getMapKeyColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the mapKeyColumn property.
getMapKeyConvert() - Method in interface org.hibernate.boot.jaxb.mapping.CollectionAttribute
 
getMapKeyConvert() - Method in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
Gets the value of the mapKeyConvert property.
getMapKeyConvert() - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
Gets the value of the mapKeyConvert property.
getMapKeyConvert() - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
Gets the value of the mapKeyConvert property.
getMapKeyConvert() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the mapKeyConvert property.
getMapKeyConvert() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Gets the value of the mapKeyConvert property.
getMapKeyConvert() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the mapKeyConvert property.
getMapKeyEnumerated() - Method in interface org.hibernate.boot.jaxb.mapping.CollectionAttribute
 
getMapKeyEnumerated() - Method in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
Gets the value of the mapKeyEnumerated property.
getMapKeyEnumerated() - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
Gets the value of the mapKeyEnumerated property.
getMapKeyEnumerated() - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
Gets the value of the mapKeyEnumerated property.
getMapKeyEnumerated() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the mapKeyEnumerated property.
getMapKeyEnumerated() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Gets the value of the mapKeyEnumerated property.
getMapKeyEnumerated() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the mapKeyEnumerated property.
getMapKeyEnumType() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
getMapKeyForeignKey() - Method in interface org.hibernate.boot.jaxb.mapping.CollectionAttribute
 
getMapKeyForeignKey() - Method in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
Gets the value of the mapKeyForeignKey property.
getMapKeyForeignKey() - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
Gets the value of the mapKeyForeignKey property.
getMapKeyForeignKey() - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
Gets the value of the mapKeyForeignKey property.
getMapKeyForeignKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the mapKeyForeignKey property.
getMapKeyForeignKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Gets the value of the mapKeyForeignKey property.
getMapKeyForeignKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the mapKeyForeignKey property.
getMapKeyFormula() - Method in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
Gets the value of the mapKeyFormula property.
getMapKeyJoinColumn() - Method in interface org.hibernate.boot.jaxb.mapping.CollectionAttribute
 
getMapKeyJoinColumn() - Method in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
Gets the value of the mapKeyJoinColumn property.
getMapKeyJoinColumn() - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
Gets the value of the mapKeyJoinColumn property.
getMapKeyJoinColumn() - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
Gets the value of the mapKeyJoinColumn property.
getMapKeyJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the mapKeyJoinColumn property.
getMapKeyJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Gets the value of the mapKeyJoinColumn property.
getMapKeyJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the mapKeyJoinColumn property.
getMapKeyManyToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the mapKeyManyToMany property.
getMapKeyNature() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeyManyToAnySourceImpl
 
getMapKeyNature() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeyManyToManySourceImpl
 
getMapKeyNature() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeMapKeySource
 
getMapKeyPropertyName() - Method in class org.hibernate.mapping.Map
 
getMapKeyTemporal() - Method in interface org.hibernate.boot.jaxb.mapping.CollectionAttribute
 
getMapKeyTemporal() - Method in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
Gets the value of the mapKeyTemporal property.
getMapKeyTemporal() - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
Gets the value of the mapKeyTemporal property.
getMapKeyTemporal() - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
Gets the value of the mapKeyTemporal property.
getMapKeyTemporal() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the mapKeyTemporal property.
getMapKeyTemporal() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Gets the value of the mapKeyTemporal property.
getMapKeyTemporal() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the mapKeyTemporal property.
getMapKeyValueContext() - Method in interface org.hibernate.metamodel.internal.PluralAttributeMetadata
Retrieve the value context for the collection's keys (if a map, null otherwise).
getMapPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
getMappedBy() - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
Gets the value of the mappedBy property.
getMappedBy() - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
Gets the value of the mappedBy property.
getMappedBy() - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToOne
Gets the value of the mappedBy property.
getMappedBy() - Method in class org.hibernate.boot.model.internal.AnnotatedJoinColumns
 
getMappedBy() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
getMappedBy() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
getMappedBy() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Gets the value of the mappedBy property.
getMappedBy() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the mappedBy property.
getMappedBy() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Gets the value of the mappedBy property.
getMappedByEntityName() - Method in class org.hibernate.boot.model.internal.AnnotatedJoinColumns
 
getMappedByProperty() - Method in class org.hibernate.jpamodelgen.validation.MockCollectionPersister
 
getMappedByProperty() - Method in class org.hibernate.mapping.Collection
 
getMappedByProperty() - Method in class org.hibernate.mapping.OneToOne
 
getMappedByProperty() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getMappedByProperty() - Method in interface org.hibernate.persister.collection.CollectionPersister
 
getMappedByPropertyName() - Method in class org.hibernate.boot.model.internal.AnnotatedJoinColumns
 
getMappedByPropertyName() - Method in class org.hibernate.envers.internal.entities.RelationDescription
 
getMappedByTableName() - Method in class org.hibernate.boot.model.internal.AnnotatedJoinColumns
 
getMappedClass() - Method in class org.hibernate.mapping.MappedSuperclass
 
getMappedClass() - Method in class org.hibernate.mapping.PersistentClass
 
getMappedClass() - Method in interface org.hibernate.metadata.ClassMetadata
Deprecated.
The persistent class, or null
getMappedClass() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getMappedClass() - Method in interface org.hibernate.persister.entity.EntityPersister
The persistent class, or null
getMappedClass() - Method in interface org.hibernate.tuple.Tuplizer
Deprecated.
Return the pojo class managed by this tuplizer.
getMappedFetchOptions() - Method in class org.hibernate.metamodel.internal.AbstractCompositeIdentifierMapping
 
getMappedFetchOptions() - Method in interface org.hibernate.metamodel.mapping.EntityDiscriminatorMapping
 
getMappedFetchOptions() - Method in class org.hibernate.metamodel.mapping.internal.AbstractEntityCollectionPart
 
getMappedFetchOptions() - Method in class org.hibernate.metamodel.mapping.internal.AbstractStateArrayContributorMapping
 
getMappedFetchOptions() - Method in class org.hibernate.metamodel.mapping.internal.AnyDiscriminatorPart
 
getMappedFetchOptions() - Method in class org.hibernate.metamodel.mapping.internal.AnyKeyPart
 
getMappedFetchOptions() - Method in class org.hibernate.metamodel.mapping.internal.BasicEntityIdentifierMappingImpl
 
getMappedFetchOptions() - Method in class org.hibernate.metamodel.mapping.internal.BasicValuedCollectionPart
 
getMappedFetchOptions() - Method in class org.hibernate.metamodel.mapping.internal.CollectionIdentifierDescriptorImpl
 
getMappedFetchOptions() - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedCollectionPart
 
getMappedFetchOptions() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedCollectionPart
 
getMappedFetchOptions() - Method in class org.hibernate.metamodel.mapping.internal.EntityVersionMappingImpl
 
getMappedFetchOptions() - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
getMappedFetchOptions() - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
getMappedFetchOptions() - Method in class org.hibernate.query.derived.AnonymousTupleBasicValuedModelPart
 
getMappedFetchOptions() - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddableValuedModelPart
 
getMappedFetchOptions() - Method in interface org.hibernate.sql.results.graph.Fetchable
The configured fetch timing and style
getMappedIdAttributeName() - Method in interface org.hibernate.boot.model.source.spi.MapsIdSource
Obtain the MapsId.value() naming the attribute within the EmbeddedId mapped by this relationship.
getMappedIdEmbeddableTypeDescriptor() - Method in interface org.hibernate.metamodel.mapping.CompositeIdentifierMapping
Returns the embeddable type descriptor of the id-class, if there is one, otherwise the one of the virtual embeddable mapping type.
getMappedIdEmbeddableTypeDescriptor() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedIdentifierMappingImpl
 
getMappedIdEmbeddableTypeDescriptor() - Method in class org.hibernate.metamodel.mapping.internal.InverseNonAggregatedIdentifierMapping
 
getMappedIdEmbeddableTypeDescriptor() - Method in class org.hibernate.metamodel.mapping.internal.NonAggregatedIdentifierMappingImpl
 
getMappedIdEmbeddableTypeDescriptor() - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddedEntityIdentifierMapping
 
getMappedIdEmbeddableTypeDescriptor() - Method in class org.hibernate.query.derived.AnonymousTupleNonAggregatedEntityIdentifierMapping
 
getMappedJavaType() - Method in class org.hibernate.metamodel.internal.AbstractEmbeddableRepresentationStrategy
 
getMappedJavaType() - Method in class org.hibernate.metamodel.internal.EmbeddableRepresentationStrategyMap
 
getMappedJavaType() - Method in class org.hibernate.metamodel.internal.EntityRepresentationStrategyMap
 
getMappedJavaType() - Method in class org.hibernate.metamodel.internal.EntityRepresentationStrategyPojoStandard
 
getMappedJavaType() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
getMappedJavaType() - Method in class org.hibernate.metamodel.mapping.internal.AbstractEmbeddableMapping
 
getMappedJavaType() - Method in class org.hibernate.metamodel.mapping.internal.CompoundNaturalIdMapping
 
getMappedJavaType() - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationMapping
 
getMappedJavaType() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddableMappingTypeImpl
 
getMappedJavaType() - Method in class org.hibernate.metamodel.mapping.internal.IdClassEmbeddable
 
getMappedJavaType() - Method in class org.hibernate.metamodel.mapping.internal.IdClassRepresentationStrategy
 
getMappedJavaType() - Method in class org.hibernate.metamodel.mapping.internal.VirtualIdRepresentationStrategy
 
getMappedJavaType() - Method in interface org.hibernate.metamodel.mapping.JdbcMapping
 
getMappedJavaType() - Method in interface org.hibernate.metamodel.mapping.MappingType
The descriptor descriptor for the mapped Java type
getMappedJavaType() - Method in interface org.hibernate.metamodel.spi.ManagedTypeRepresentationStrategy
The Java type descriptor for the concrete type.
getMappedJavaType() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getMappedJavaType() - Method in class org.hibernate.persister.entity.DiscriminatorType
Deprecated.
 
getMappedJavaType() - Method in class org.hibernate.query.derived.AnonymousTupleBasicValuedModelPart
 
getMappedJavaType() - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddableValuedModelPart
 
getMappedJavaType() - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
getMappedJavaType() - Method in class org.hibernate.query.derived.AnonymousTupleTableGroupProducer
 
getMappedJavaType() - Method in interface org.hibernate.type.BasicType
 
getMappedJavaType() - Method in class org.hibernate.type.CustomType
 
getMappedLocalUrl() - Method in class org.hibernate.boot.jaxb.internal.stax.LocalXmlResourceResolver.DtdDescriptor
 
getMappedPojoClass() - Method in class org.hibernate.metamodel.internal.AbstractPojoInstantiator
 
getMappedSuperclass() - Method in class org.hibernate.jpamodelgen.validation.MockEntityPersister
 
getMappedSuperclass() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Gets the value of the mappedSuperclass property.
getMappedSuperclass() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
Get the name of the entity that is the "super class" for this entity
getMappedSuperclass() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getMappedSuperclass() - Method in interface org.hibernate.persister.entity.Queryable
Deprecated.
Get the class that this class is mapped as a subclass of - not necessarily the direct superclass
getMappedSuperclass(Class<?>) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getMappedSuperclass(Class<?>) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getMappedSuperclasses() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
Gets the value of the mappedSuperclasses property.
getMappedSuperclassMap() - Method in class org.hibernate.boot.internal.MetadataImpl
 
getMappedSuperclassMappingsCopy() - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getMappedSuperclassMappingsCopy() - Method in class org.hibernate.boot.internal.MetadataImpl
 
getMappedSuperclassMappingsCopy() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getMappedSuperclassMappingsCopy() - Method in interface org.hibernate.boot.spi.MetadataImplementor
 
getMappedSuperclassOrNull(XClass, Map<XClass, InheritanceState>, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.BinderHelper
 
getMappedSuperclassTypeMap() - Method in class org.hibernate.metamodel.internal.MetadataContext
 
getMappedTableDetails() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
Details for the table this entity maps.
getMappedTableDetails() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getMappedTableDetails() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getMappedTableDetails() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getMappedTableDetails() - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
getMappedType() - Method in class org.hibernate.metamodel.internal.AbstractCompositeIdentifierMapping
 
getMappedType() - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
 
getMappedType() - Method in class org.hibernate.metamodel.mapping.internal.AbstractDiscriminatorMapping
 
getMappedType() - Method in class org.hibernate.metamodel.mapping.internal.AbstractEntityCollectionPart
 
getMappedType() - Method in class org.hibernate.metamodel.mapping.internal.AnyDiscriminatorPart
 
getMappedType() - Method in class org.hibernate.metamodel.mapping.internal.AnyKeyPart
 
getMappedType() - Method in class org.hibernate.metamodel.mapping.internal.BasicAttributeMapping
 
getMappedType() - Method in class org.hibernate.metamodel.mapping.internal.BasicEntityIdentifierMappingImpl
 
getMappedType() - Method in class org.hibernate.metamodel.mapping.internal.BasicValuedCollectionPart
 
getMappedType() - Method in class org.hibernate.metamodel.mapping.internal.CollectionIdentifierDescriptorImpl
 
getMappedType() - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationAttributeMapping
 
getMappedType() - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedCollectionPart
 
getMappedType() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedAttributeMapping
 
getMappedType() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedForeignKeyDescriptor
 
getMappedType() - Method in class org.hibernate.metamodel.mapping.internal.EntityVersionMappingImpl
 
getMappedType() - Method in class org.hibernate.metamodel.mapping.internal.ExplicitColumnDiscriminatorMappingImpl
 
getMappedType() - Method in class org.hibernate.metamodel.mapping.internal.NonAggregatedIdentifierMappingImpl
 
getMappedType() - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
getMappedType() - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
getMappedType() - Method in class org.hibernate.metamodel.mapping.internal.SimpleNaturalIdMapping
 
getMappedType() - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
getMappedType() - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
getMappedType() - Method in interface org.hibernate.metamodel.mapping.ValueMapping
Descriptor for the type of this mapping
getMappedType() - Method in class org.hibernate.query.derived.AnonymousTupleBasicValuedModelPart
 
getMappedType() - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddedEntityIdentifierMapping
 
getMappedType() - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
getMappedType() - Method in class org.hibernate.query.derived.AnonymousTupleNonAggregatedEntityIdentifierMapping
 
getMappedType() - Method in class org.hibernate.sql.ast.tree.expression.EntityTypeLiteral
 
getMappedType() - Method in class org.hibernate.sql.exec.internal.AbstractJdbcParameter
 
getMappedType() - Method in interface org.hibernate.type.BasicType
 
getMapperBuilder() - Method in interface org.hibernate.envers.configuration.internal.metadata.CollectionMetadataContext
 
getMapping() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
Gets the value of the mapping property.
getMapping() - Method in class org.hibernate.envers.configuration.internal.metadata.EntityMappingData
 
getMappingBinder() - Method in class org.hibernate.boot.spi.XmlMappingBinderAccess
 
getMappingCollector() - Method in class org.hibernate.envers.boot.internal.EnversMetadataBuildingContextImpl
 
getMappingCollector() - Method in interface org.hibernate.envers.boot.spi.EnversMetadataBuildingContext
 
getMappingColumn() - Method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
getMappingDefaults() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
 
getMappingDefaults() - Method in class org.hibernate.boot.internal.MetadataBuildingContextRootImpl
 
getMappingDefaults() - Method in class org.hibernate.boot.model.source.internal.hbm.MappingDocument
 
getMappingDefaults() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getMappingDefaults() - Method in interface org.hibernate.boot.spi.MetadataBuildingContext
Access to mapping defaults in effect for this context
getMappingDefaults() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
Access to the MappingDefaults.
getMappingDefaults() - Method in class org.hibernate.envers.boot.internal.EnversMetadataBuildingContextImpl
 
getMappingDefaults() - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
getMappingDefaults() - Method in class org.hibernate.testing.boot.MetadataBuildingContextTestingImpl
 
getMappingFeaturesUsed() - Method in interface org.hibernate.testing.orm.domain.DomainModelDescriptor
Identifies the specific mapping features this domain model uses.
getMappingFeaturesUsed() - Method in class org.hibernate.testing.orm.domain.retail.RetailDomainModel
 
getMappingFile() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
Gets the value of the mappingFile property.
getMappingFileNames() - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
getMappingFileNames() - Method in class org.hibernate.jpa.boot.internal.PersistenceUnitInfoDescriptor
 
getMappingFileNames() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
 
getMappingFileNames() - Method in class org.hibernate.testing.orm.jpa.PersistenceUnitDescriptorAdapter
 
getMappingFileNames() - Method in class org.hibernate.testing.orm.jpa.PersistenceUnitInfoAdapter
 
getMappingFileNames() - Method in class org.hibernate.testing.orm.jpa.PersistenceUnitInfoImpl
 
getMappingFileNames() - Method in class org.hibernate.testing.orm.junit.EntityManagerFactoryBasedFunctionalTest.TestingPersistenceUnitDescriptorImpl
 
getMappingFileNames() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
 
getMappingFileNames() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
 
getMappingFileNames() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
 
getMappingIdentifier() - Method in interface org.hibernate.query.results.ResultSetMapping
An identifier for the mapping
getMappingIdentifier() - Method in class org.hibernate.query.results.ResultSetMappingImpl
 
getMappingMetamodel() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
getMappingMetamodel() - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
getMappingMetamodel() - Method in class org.hibernate.metamodel.internal.RuntimeMetamodelsImpl
 
getMappingMetamodel() - Method in class org.hibernate.metamodel.model.domain.internal.JpaMetamodelImpl
 
getMappingMetamodel() - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
getMappingMetamodel() - Method in interface org.hibernate.metamodel.model.domain.spi.JpaMetamodelImplementor
 
getMappingMetamodel() - Method in interface org.hibernate.metamodel.RuntimeMetamodels
Access to the relational mapping model.
getMappingMetamodel() - Method in interface org.hibernate.metamodel.spi.RuntimeMetamodelsImplementor
 
getMappingMetamodel() - Method in interface org.hibernate.query.spi.QueryParameterBindingTypeResolver
 
getMappingMetamodel() - Method in interface org.hibernate.sql.ast.spi.SqlAstCreationContext
The runtime MappingMetamodelImplementor
getMappingModelExpressible(SqmToSqlAstConverter, ReturnableType<?>, List<SqlAstNode>) - Method in class org.hibernate.dialect.function.InverseDistributionFunction.SelfRenderingInverseDistributionFunction
 
getMappingModelExpressible(SqmToSqlAstConverter, ReturnableType<?>, List<SqlAstNode>) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmFunction
 
getMappingModelPart() - Method in class org.hibernate.type.ComponentType
 
getMappingModelPart() - Method in interface org.hibernate.type.spi.CompositeTypeImplementor
 
getMappingReferences() - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
 
getMappings() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
getMappings() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
getMappings() - Method in class org.hibernate.testing.orm.junit.EntityManagerFactoryBasedFunctionalTest
 
getMapsId() - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToOne
Gets the value of the mapsId property.
getMapsId() - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToOne
Gets the value of the mapsId property.
getMapsId() - Method in class org.hibernate.boot.model.internal.AnnotatedJoinColumns
 
getMapsId() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
Gets the value of the mapsId property.
getMapsId() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Gets the value of the mapsId property.
getMapsIdSources() - Method in interface org.hibernate.boot.model.source.spi.IdentifierSourceAggregatedComposite
Obtain the mapping of attributes annotated with MapsId.
getMatchExpression() - Method in class org.hibernate.query.sqm.tree.predicate.SqmLikePredicate
 
getMatchExpression() - Method in class org.hibernate.sql.ast.tree.predicate.LikePredicate
 
getMaterialization() - Method in interface org.hibernate.query.criteria.JpaCteCriteria
The materialization hint for the CTE.
getMaterialization() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
 
getMaterialization() - Method in class org.hibernate.sql.ast.tree.cte.CteStatement
 
getMaxAliasLength() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getMaxAliasLength() - Method in class org.hibernate.dialect.Dialect
What is the maximum length Hibernate can use for generated aliases?
getMaxAliasLength() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getMaxAliasLength() - Method in class org.hibernate.dialect.MySQLDialect
 
getMaxAliasLength() - Method in class org.hibernate.dialect.OracleDialect
 
getMaxAliasLength() - Method in class org.hibernate.dialect.SybaseASEDialect
 
getMaxIdentifierLength() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getMaxIdentifierLength() - Method in class org.hibernate.dialect.CockroachDialect
 
getMaxIdentifierLength() - Method in class org.hibernate.dialect.DB2Dialect
 
getMaxIdentifierLength() - Method in class org.hibernate.dialect.Dialect
What is the maximum identifier length supported by this dialect?
getMaxIdentifierLength() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getMaxIdentifierLength() - Method in class org.hibernate.dialect.MySQLDialect
 
getMaxIdentifierLength() - Method in class org.hibernate.dialect.OracleDialect
 
getMaxIdentifierLength() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getMaxIdentifierLength() - Method in class org.hibernate.dialect.SQLServerDialect
 
getMaxIdentifierLength() - Method in class org.hibernate.dialect.SybaseASEDialect
 
getMaxIdentifierLength() - Method in class org.hibernate.dialect.SybaseDialect
 
getMaximumArraySize() - Method in class org.hibernate.dialect.H2Dialect
H2 requires a very special emulation, because unnest is pretty much useless, due to https://github.com/h2database/h2database/issues/1815.
getMaximumFetchDepth() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
getMaximumFetchDepth() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getMaximumFetchDepth() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getMaximumFetchDepth() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getMaximumFetchDepth() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getMaximumFetchDepth() - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
getMaximumFetchDepth() - Method in interface org.hibernate.sql.ast.spi.SqlAstCreationContext
When creating Fetch references, defines a limit to how deep we should join for fetches.
getMaximumScale() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
 
getMaximumVersion() - Method in class org.hibernate.boot.jaxb.mapping.JaxbDatabaseObjectScope
Gets the value of the maximumVersion property.
getMaxLobPrefetchSize() - Method in class org.hibernate.dialect.AbstractHANADialect.HANABlobType
 
getMaxNVarcharCapacity() - Method in class org.hibernate.dialect.Dialect
The longest possible length of a Types.NVARCHAR-like column.
getMaxNVarcharCapacity() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getMaxNVarcharLength() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getMaxNVarcharLength() - Method in class org.hibernate.dialect.Dialect
The biggest size value that can be supplied as argument to a Types.NVARCHAR-like type.
getMaxNVarcharLength() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getMaxNVarcharLength() - Method in class org.hibernate.dialect.SQLServerDialect
 
getMaxOrLimit(Limit) - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
Some dialect-specific LIMIT clauses require the maximum last row number (aka, first_row_number + total_row_count), while others require the maximum returned row count (the total maximum number of rows to return).
getMaxResults() - Method in class org.hibernate.query.criteria.internal.NamedCriteriaQueryMementoImpl
 
getMaxResults() - Method in class org.hibernate.query.hql.internal.NamedHqlQueryMementoImpl
 
getMaxResults() - Method in class org.hibernate.query.Page
 
getMaxResults() - Method in interface org.hibernate.query.SelectionQuery
The max number of rows requested for the query results
getMaxResults() - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
getMaxResults() - Method in class org.hibernate.query.spi.AbstractQuery
 
getMaxResults() - Method in class org.hibernate.query.sql.internal.NamedNativeQueryMementoImpl
 
getMaxResults() - Method in interface org.hibernate.query.sql.spi.NamedNativeQueryMemento
 
getMaxResults() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
getMaxResults() - Method in interface org.hibernate.query.sqm.spi.NamedSqmQueryMemento
 
getMaxRows() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
 
getMaxRows() - Method in class org.hibernate.query.spi.Limit
 
getMaxRows() - Method in interface org.hibernate.query.spi.QueryOptions
The maximum number of rows to return from the results
getMaxRows() - Method in class org.hibernate.query.spi.SqlOmittingQueryOptions
 
getMaxRows() - Method in class org.hibernate.sql.exec.spi.JdbcOperationQuerySelect
 
getMaxRows() - Method in class org.hibernate.sql.exec.spi.StatementOptions
 
getMaxRows(SqmSelectStatement<?>, int) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
getMaxRows(SelectStatement, JdbcParameterBindings, int) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getMaxRowsJpa() - Method in class org.hibernate.query.spi.Limit
 
getMaxValue() - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationImpl
 
getMaxValue() - Method in interface org.hibernate.tool.schema.extract.spi.SequenceInformation
Retrieve the extracted maximum value defined for the sequence.
getMaxVarbinaryCapacity() - Method in class org.hibernate.dialect.Dialect
The longest possible length of a Types.VARBINARY-like column.
getMaxVarbinaryCapacity() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getMaxVarbinaryLength() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getMaxVarbinaryLength() - Method in class org.hibernate.dialect.Dialect
The biggest size value that can be supplied as argument to a Types.VARBINARY-like type.
getMaxVarbinaryLength() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getMaxVarbinaryLength() - Method in class org.hibernate.dialect.MySQLDialect
 
getMaxVarbinaryLength() - Method in class org.hibernate.dialect.OracleDialect
 
getMaxVarbinaryLength() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getMaxVarbinaryLength() - Method in class org.hibernate.dialect.SpannerDialect
 
getMaxVarcharCapacity() - Method in class org.hibernate.dialect.DerbyDialect
 
getMaxVarcharCapacity() - Method in class org.hibernate.dialect.Dialect
The longest possible length of a Types.VARCHAR-like column.
getMaxVarcharCapacity() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getMaxVarcharCapacity() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getMaxVarcharLength() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getMaxVarcharLength() - Method in class org.hibernate.dialect.DB2Dialect
 
getMaxVarcharLength() - Method in class org.hibernate.dialect.DerbyDialect
 
getMaxVarcharLength() - Method in class org.hibernate.dialect.Dialect
The biggest size value that can be supplied as argument to a Types.VARCHAR-like type.
getMaxVarcharLength() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getMaxVarcharLength() - Method in class org.hibernate.dialect.H2Dialect
 
getMaxVarcharLength() - Method in class org.hibernate.dialect.HANAColumnStoreDialect
 
getMaxVarcharLength() - Method in class org.hibernate.dialect.MySQLDialect
 
getMaxVarcharLength() - Method in class org.hibernate.dialect.OracleDialect
 
getMaxVarcharLength() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getMaxVarcharLength() - Method in class org.hibernate.dialect.SpannerDialect
 
getMaxVarcharLength() - Method in class org.hibernate.dialect.SQLServerDialect
 
getMaxVarcharLength() - Method in class org.hibernate.dialect.SybaseASEDialect
 
getMdc(String) - Method in class org.hibernate.testing.logger.TestableLoggerProvider
 
getMdcMap() - Method in class org.hibernate.testing.logger.TestableLoggerProvider
 
getMember() - Method in interface org.hibernate.metamodel.internal.AttributeMetadata
Retrieve the member defining the attribute
getMember() - Method in class org.hibernate.metamodel.internal.BaseAttributeMetadata
 
getMember() - Method in class org.hibernate.metamodel.model.domain.internal.PluralAttributeBuilder
 
getMember() - Method in class org.hibernate.property.access.internal.ChainedPropertyAccessImpl
 
getMember() - Method in class org.hibernate.property.access.internal.PropertyAccessCompositeUserTypeImpl
 
getMember() - Method in class org.hibernate.property.access.internal.PropertyAccessMapImpl.GetterImpl
 
getMember() - Method in interface org.hibernate.property.access.spi.Getter
Retrieve the member to which this property maps.
getMember() - Method in class org.hibernate.property.access.spi.GetterFieldImpl
 
getMember() - Method in class org.hibernate.property.access.spi.GetterMethodImpl
 
getMemberDescription() - Method in class org.hibernate.metamodel.internal.BaseAttributeMetadata
 
getMemberResolver() - Method in class org.hibernate.boot.internal.ClassmateContext
 
getMembers() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
 
getMembers() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaPackage
 
getMembers() - Method in interface org.hibernate.jpamodelgen.model.Metamodel
 
getMembers() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaEntity
 
getMemberType(String, String) - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
 
getMergeCoordinator() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getMergeMap(C) - Method in class org.hibernate.event.internal.AbstractSaveEventListener
 
getMergeMap(MergeContext) - Method in class org.hibernate.event.internal.DefaultMergeEventListener
 
getMessage() - Method in class org.hibernate.boot.jaxb.internal.ContextProvidingValidationEventHandler
 
getMessage() - Method in exception org.hibernate.boot.MappingException
 
getMessage() - Method in exception org.hibernate.InstantiationException
 
getMessage() - Method in class org.hibernate.jpamodelgen.util.xml.ContextProvidingValidationEventHandler
 
getMessage() - Method in exception org.hibernate.NonUniqueObjectException
 
getMessage() - Method in exception org.hibernate.PropertyAccessException
 
getMessage() - Method in exception org.hibernate.PropertyValueException
 
getMessage() - Method in exception org.hibernate.QueryException
 
getMessage() - Method in exception org.hibernate.StaleObjectStateException
 
getMessage() - Method in exception org.hibernate.TransientPropertyValueException
 
getMessage() - Method in exception org.hibernate.UnresolvableObjectException
 
getMessageKey() - Method in interface org.hibernate.testing.orm.junit.MessageKeyWatcher
 
getMessageKey() - Method in class org.hibernate.testing.orm.junit.MessageKeyWatcherImpl
 
getMetaAttribute(String) - Method in class org.hibernate.mapping.Component
 
getMetaAttribute(String) - Method in interface org.hibernate.mapping.MetaAttributable
 
getMetaAttribute(String) - Method in class org.hibernate.mapping.PersistentClass
 
getMetaAttribute(String) - Method in class org.hibernate.mapping.Property
 
getMetaAttributeMap() - Method in class org.hibernate.boot.model.source.spi.ToolingHintContext
The org.hibernate.mapping package accepts these as a Map, so for now expose the underlying Map.
getMetaAttributes() - Method in class org.hibernate.mapping.Component
 
getMetaAttributes() - Method in interface org.hibernate.mapping.MetaAttributable
 
getMetaAttributes() - Method in class org.hibernate.mapping.PersistentClass
 
getMetaAttributes() - Method in class org.hibernate.mapping.Property
 
getMetaAuxiliaries() - Method in class org.hibernate.jpamodelgen.Context
 
getMetaAuxiliary(String) - Method in class org.hibernate.jpamodelgen.Context
 
getMetadata() - Method in interface org.hibernate.boot.beanvalidation.ActivationContext
Access the mapping metadata
getMetadata() - Method in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl
Intended for internal testing only...
getMetadata() - Method in class org.hibernate.mapping.Collection
 
getMetadata() - Method in class org.hibernate.mapping.SimpleValue
 
getMetadata() - Method in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
 
getMetadata() - Method in interface org.hibernate.persister.spi.PersisterCreationContext
Deprecated.
 
getMetadata() - Method in class org.hibernate.testing.orm.junit.BaseSessionFactoryFunctionalTest
 
getMetaData() - Method in class org.hibernate.sql.results.jdbc.internal.AbstractResultSetAccess
 
getMetadataBuilder() - Method in class org.hibernate.boot.MetadataSources
Get a builder for metadata where non-default options can be specified.
getMetadataBuilder(MetadataSources, MetadataBuilderImplementor) - Method in interface org.hibernate.boot.spi.MetadataBuilderFactory
getMetadataBuilder(StandardServiceRegistry) - Method in class org.hibernate.boot.MetadataSources
Get a builder for metadata where non-default options can be specified.
getMetadataBuildingContext() - Method in class org.hibernate.envers.configuration.internal.metadata.AbstractMetadataGenerator
 
getMetadataBuildingContext() - Method in class org.hibernate.type.spi.TypeConfiguration
Deprecated.
This operation is not very typesafe, and we're migrating away from its use
getMetadataBuildingOptions() - Method in class org.hibernate.boot.internal.BootstrapContextImpl
 
getMetadataBuildingOptions() - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getMetadataBuildingOptions() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
getMetadataBuildingOptions() - Method in class org.hibernate.boot.internal.MetadataImpl
 
getMetadataBuildingOptions() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getMetadataBuildingOptions() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
getMetadataBuildingOptions() - Method in interface org.hibernate.boot.spi.BootstrapContext
Options specific to building the boot metamodel
getMetadataBuildingOptions() - Method in interface org.hibernate.boot.spi.MetadataBuilderImplementor
Get the options being collected on this MetadataBuilder that will ultimately be used in building the Metadata.
getMetadataBuildingOptions() - Method in interface org.hibernate.boot.spi.MetadataImplementor
Access to the options used to build this Metadata
getMetadataBuildingOptions() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
 
getMetadataCollector() - Method in class org.hibernate.boot.internal.MetadataBuildingContextRootImpl
 
getMetadataCollector() - Method in class org.hibernate.boot.model.source.internal.hbm.MappingDocument
 
getMetadataCollector() - Method in interface org.hibernate.boot.spi.MetadataBuildingContext
Access to the collector of metadata as we build it.
getMetadataCollector() - Method in class org.hibernate.envers.boot.internal.EnversMetadataBuildingContextImpl
 
getMetadataCollector() - Method in class org.hibernate.testing.boot.MetadataBuildingContextTestingImpl
 
getMetadataComplete() - Method in class org.hibernate.boot.model.internal.XMLContext.Default
 
getMetadataImplementor() - Method in interface org.hibernate.testing.orm.junit.SessionFactoryScope
 
getMetaEmbeddable(String) - Method in class org.hibernate.jpamodelgen.Context
 
getMetaEmbeddables() - Method in class org.hibernate.jpamodelgen.Context
 
getMetaEntities() - Method in class org.hibernate.jpamodelgen.Context
 
getMetaEntity(String) - Method in class org.hibernate.jpamodelgen.Context
 
getMetaMapping() - Method in class org.hibernate.mapping.Any
 
getMetamodel() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getMetamodel() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
Deprecated.
getMetamodel() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
getMetamodel() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
getMetamodel() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getMetamodel() - Method in class org.hibernate.internal.SessionImpl
 
getMetamodel() - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
getMetaType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Gets the value of the metaType property.
getMetaType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToAnyType
Gets the value of the metaType property.
getMetaType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToAnyCollectionElementType
Gets the value of the metaType property.
getMetaType() - Method in class org.hibernate.jpamodelgen.annotation.AbstractQueryMethod
 
getMetaType() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaAttribute
 
getMetaType() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaCollection
 
getMetaType() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaSingleAttribute
 
getMetaType() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaType
 
getMetaType() - Method in class org.hibernate.jpamodelgen.annotation.DaoConstructor
 
getMetaType() - Method in interface org.hibernate.jpamodelgen.model.MetaAttribute
 
getMetaType() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaAttribute
 
getMetaType() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaCollection
 
getMetaType() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaSingleAttribute
 
getMetaType() - Method in class org.hibernate.mapping.Any
 
getMetaValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Gets the value of the metaValue property.
getMetaValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToAnyCollectionElementType
Gets the value of the metaValue property.
getMetaValues() - Method in class org.hibernate.mapping.Any
 
getMethod() - Method in class org.hibernate.engine.profile.Fetch
The fetch method to be applied to the association.
getMethod() - Method in class org.hibernate.mapping.FetchProfile.Fetch
 
getMethod() - Method in class org.hibernate.property.access.internal.ChainedPropertyAccessImpl
 
getMethod() - Method in class org.hibernate.property.access.internal.PropertyAccessCompositeUserTypeImpl
 
getMethod() - Method in class org.hibernate.property.access.internal.PropertyAccessMapImpl.GetterImpl
 
getMethod() - Method in class org.hibernate.property.access.internal.PropertyAccessMapImpl.SetterImpl
 
getMethod() - Method in interface org.hibernate.property.access.spi.Getter
Retrieve the getter-method.
getMethod() - Method in class org.hibernate.property.access.spi.GetterFieldImpl
 
getMethod() - Method in class org.hibernate.property.access.spi.GetterMethodImpl
 
getMethod() - Method in interface org.hibernate.property.access.spi.Setter
Optional operation (may return null)
getMethod() - Method in class org.hibernate.property.access.spi.SetterFieldImpl
 
getMethod() - Method in class org.hibernate.property.access.spi.SetterMethodImpl
 
getMethod() - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
 
getMethod(Class<?>, String, Class<?>[]) - Static method in class org.hibernate.bytecode.internal.bytebuddy.HibernateMethodLookupDispatcher
 
getMethod(Class, Method) - Static method in class org.hibernate.internal.util.ReflectHelper
 
getMethod(Class, String, Class...) - Static method in class org.hibernate.internal.util.ReflectHelper
 
getMethod(Object, String, Class...) - Static method in class org.hibernate.testing.util.ReflectionUtil
Get target method
getMethodName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbPostLoad
Gets the value of the methodName property.
getMethodName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbPostPersist
Gets the value of the methodName property.
getMethodName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbPostRemove
Gets the value of the methodName property.
getMethodName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbPostUpdate
Gets the value of the methodName property.
getMethodName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbPrePersist
Gets the value of the methodName property.
getMethodName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbPreRemove
Gets the value of the methodName property.
getMethodName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbPreUpdate
Gets the value of the methodName property.
getMethodName() - Method in interface org.hibernate.boot.jaxb.mapping.LifecycleCallback
 
getMethodName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PostLoad
Gets the value of the methodName property.
getMethodName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PostPersist
Gets the value of the methodName property.
getMethodName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PostRemove
Gets the value of the methodName property.
getMethodName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PostUpdate
Gets the value of the methodName property.
getMethodName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PrePersist
Gets the value of the methodName property.
getMethodName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PreRemove
Gets the value of the methodName property.
getMethodName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PreUpdate
Gets the value of the methodName property.
getMethodName() - Method in class org.hibernate.property.access.internal.AbstractSetterMethodSerialForm
 
getMethodName() - Method in class org.hibernate.property.access.internal.ChainedPropertyAccessImpl
 
getMethodName() - Method in class org.hibernate.property.access.internal.PropertyAccessCompositeUserTypeImpl
 
getMethodName() - Method in class org.hibernate.property.access.internal.PropertyAccessMapImpl.GetterImpl
 
getMethodName() - Method in class org.hibernate.property.access.internal.PropertyAccessMapImpl.SetterImpl
 
getMethodName() - Method in interface org.hibernate.property.access.spi.Getter
Retrieve the getter-method name.
getMethodName() - Method in class org.hibernate.property.access.spi.GetterFieldImpl
 
getMethodName() - Method in class org.hibernate.property.access.spi.GetterMethodImpl
 
getMethodName() - Method in interface org.hibernate.property.access.spi.Setter
Optional operation (may return null)
getMethodName() - Method in class org.hibernate.property.access.spi.SetterFieldImpl
 
getMethodName() - Method in class org.hibernate.property.access.spi.SetterMethodImpl
 
getMicro() - Method in interface org.hibernate.dialect.DatabaseVersion
Simpler naming
getMicro() - Method in class org.hibernate.dialect.SimpleDatabaseVersion
 
getMiddleIdData() - Method in class org.hibernate.envers.internal.entities.ComponentDescription
 
getMigrateFilter() - Method in class org.hibernate.tool.schema.internal.DefaultSchemaFilterProvider
 
getMigrateFilter() - Method in interface org.hibernate.tool.schema.spi.SchemaFilterProvider
Get the filter to be applied to SchemaMigrator processing
getMinimumScale() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
 
getMinimumSupportedVersion() - Method in class org.hibernate.dialect.CockroachDialect
 
getMinimumSupportedVersion() - Method in class org.hibernate.dialect.DB2Dialect
 
getMinimumSupportedVersion() - Method in class org.hibernate.dialect.DB2iDialect
 
getMinimumSupportedVersion() - Method in class org.hibernate.dialect.DB2zDialect
 
getMinimumSupportedVersion() - Method in class org.hibernate.dialect.DerbyDialect
 
getMinimumSupportedVersion() - Method in class org.hibernate.dialect.Dialect
Get the version of the SQL dialect that is the minimum supported by this implementation.
getMinimumSupportedVersion() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getMinimumSupportedVersion() - Method in class org.hibernate.dialect.H2Dialect
 
getMinimumSupportedVersion() - Method in class org.hibernate.dialect.HSQLDialect
 
getMinimumSupportedVersion() - Method in class org.hibernate.dialect.MariaDBDialect
 
getMinimumSupportedVersion() - Method in class org.hibernate.dialect.MySQLDialect
 
getMinimumSupportedVersion() - Method in class org.hibernate.dialect.OracleDialect
 
getMinimumSupportedVersion() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getMinimumSupportedVersion() - Method in class org.hibernate.dialect.SQLServerDialect
 
getMinimumSupportedVersion() - Method in class org.hibernate.dialect.SybaseDialect
 
getMinimumSupportedVersion() - Method in class org.hibernate.dialect.TiDBDialect
 
getMinimumVersion() - Method in class org.hibernate.boot.jaxb.mapping.JaxbDatabaseObjectScope
Gets the value of the minimumVersion property.
getMinor() - Method in interface org.hibernate.dialect.DatabaseVersion
Simpler naming
getMinor() - Method in class org.hibernate.dialect.SimpleDatabaseVersion
 
getMinValue() - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationImpl
 
getMinValue() - Method in interface org.hibernate.tool.schema.extract.spi.SequenceInformation
Retrieve the extracted minimum value defined for the sequence.
getMissCount() - Method in interface org.hibernate.stat.CacheRegionStatistics
The number of unsuccessful cache look-ups against the region since the last Statistics clearing
getMissCount() - Method in class org.hibernate.stat.internal.CacheRegionStatisticsImpl
 
getMode() - Method in class org.hibernate.boot.jaxb.mapping.JaxbStoredProcedureParameter
Gets the value of the mode property.
getMode() - Method in class org.hibernate.jpamodelgen.xml.jaxb.StoredProcedureParameter
Gets the value of the mode property.
getMode() - Method in class org.hibernate.metamodel.internal.EmbeddableRepresentationStrategyMap
 
getMode() - Method in class org.hibernate.metamodel.internal.EmbeddableRepresentationStrategyPojo
 
getMode() - Method in class org.hibernate.metamodel.internal.EntityRepresentationStrategyMap
 
getMode() - Method in class org.hibernate.metamodel.internal.EntityRepresentationStrategyPojoStandard
 
getMode() - Method in class org.hibernate.metamodel.mapping.internal.IdClassRepresentationStrategy
 
getMode() - Method in class org.hibernate.metamodel.mapping.internal.VirtualIdRepresentationStrategy
 
getMode() - Method in interface org.hibernate.metamodel.spi.ManagedTypeRepresentationStrategy
The mode represented
getMode() - Method in class org.hibernate.procedure.internal.FunctionReturnImpl
 
getMode() - Method in class org.hibernate.procedure.internal.NamedCallableQueryMementoImpl.ParameterMementoImpl
 
getMode() - Method in class org.hibernate.procedure.internal.ProcedureParameterImpl
 
getMode() - Method in interface org.hibernate.query.procedure.ProcedureParameter
Retrieves the parameter "mode".
getMode() - Method in class org.hibernate.query.sqm.tree.expression.SqmWindow
 
getMode() - Method in class org.hibernate.sql.ast.tree.expression.Over
 
getModel() - Method in interface org.hibernate.query.criteria.JpaEntityJoin
 
getModel() - Method in interface org.hibernate.query.criteria.JpaRoot
 
getModel() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
 
getModel() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPluralJoin
 
getModel() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmSimplePath
 
getModel() - Method in class org.hibernate.query.sqm.tree.domain.SqmBagJoin
 
getModel() - Method in class org.hibernate.query.sqm.tree.domain.SqmCteRoot
 
getModel() - Method in class org.hibernate.query.sqm.tree.domain.SqmDerivedRoot
 
getModel() - Method in class org.hibernate.query.sqm.tree.domain.SqmListJoin
 
getModel() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
 
getModel() - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralValuedSimplePath
 
getModel() - Method in class org.hibernate.query.sqm.tree.domain.SqmSetJoin
 
getModel() - Method in class org.hibernate.query.sqm.tree.domain.SqmSingularJoin
 
getModel() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedCrossJoin
 
getModel() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedEntityJoin
 
getModel() - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
 
getModel() - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
 
getModelPart() - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor.Side
 
getModelPart() - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationMapping
 
getModelPart() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedForeignKeyDescriptorSide
 
getModelPart() - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptorSide
 
getModelPart() - Method in class org.hibernate.sql.ast.tree.from.AbstractTableGroup
 
getModelPart() - Method in class org.hibernate.sql.ast.tree.from.CollectionTableGroup
 
getModelPart() - Method in class org.hibernate.sql.ast.tree.from.CorrelatedPluralTableGroup
 
getModelPart() - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
getModelPart() - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
getModelPart() - Method in class org.hibernate.sql.ast.tree.from.MappedByTableGroup
 
getModelPart() - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
 
getModelPart() - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
 
getModelPart() - Method in interface org.hibernate.sql.ast.tree.from.PluralTableGroup
 
getModelPart() - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
 
getModelParts() - Method in class org.hibernate.query.derived.AnonymousTupleTableGroupProducer
 
getModeNames() - Method in class org.hibernate.grammars.graph.GraphLanguageLexer
 
getModeNames() - Method in class org.hibernate.grammars.hql.HqlLexer
 
getModeNames() - Method in class org.hibernate.grammars.importsql.SqlScriptLexer
 
getModeNames() - Method in class org.hibernate.grammars.ordering.OrderingLexer
 
getModes(Object) - Static method in enum org.hibernate.boot.beanvalidation.ValidationMode
 
getModifiedColumnNamingStrategy() - Method in class org.hibernate.envers.configuration.Configuration
 
getModifiedEntityNames() - Method in class org.hibernate.envers.DefaultTrackingModifiedEntitiesRevisionEntity
 
getModifiedEntityNames() - Method in class org.hibernate.envers.enhanced.SequenceIdTrackingModifiedEntitiesRevisionEntity
 
getModifiedEntityNames(Object) - Method in class org.hibernate.envers.internal.revisioninfo.ModifiedEntityNamesReader
 
getModifiedEntityNamesReader() - Method in interface org.hibernate.envers.boot.internal.EnversService
 
getModifiedEntityNamesReader() - Method in class org.hibernate.envers.boot.internal.EnversServiceImpl
 
getModifiedEntityNamesReader() - Method in class org.hibernate.envers.configuration.internal.RevisionInfoConfiguration
 
getModifiedFlagName() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
getModifiedFlagPropertyName() - Method in class org.hibernate.envers.internal.entities.PropertyData
 
getModifiedFlagsSuffix() - Method in class org.hibernate.envers.configuration.Configuration
 
getModifier() - Method in class org.hibernate.query.sqm.tree.expression.SqmModifiedSubQueryExpression
 
getModifier() - Method in class org.hibernate.sql.ast.tree.expression.ModifiedSubQueryExpression
 
getModifiers() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.DynamicProperty
 
getModifiers() - Method in class org.hibernate.metamodel.model.domain.internal.MapMember
 
getMostSignificantBits() - Method in class org.hibernate.id.uuid.CustomVersionOneStrategy
 
getMother() - Method in class org.hibernate.testing.orm.domain.animal.Animal
 
getMultiKeyLoadSizingStrategy() - Method in class org.hibernate.dialect.Dialect
The strategy used to determine the appropriate number of keys to load in a single SQL query with multi-key loading.
getMultiKeyLoadSizingStrategy() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getMultiNaturalIdLoader() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
Access to performing multi-value natural-id database selection.
getMultiNaturalIdLoader() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getMultiNaturalIdLoader() - Method in interface org.hibernate.persister.entity.EntityPersister
 
getMultiNaturalIdLoader() - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
getMultiTenancy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the multiTenancy property.
getMultiTenancySource() - Method in class org.hibernate.boot.model.source.internal.hbm.EntityHierarchySourceImpl
 
getMultiTenancySource() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
Obtain the source information about the multi-tenancy discriminator for this entity
getMutabilityPlan() - Method in class org.hibernate.boot.model.process.internal.InferredBasicValueResolution
 
getMutabilityPlan() - Method in class org.hibernate.boot.model.process.internal.NamedBasicTypeResolution
 
getMutabilityPlan() - Method in class org.hibernate.boot.model.process.internal.NamedConverterResolution
 
getMutabilityPlan() - Method in class org.hibernate.boot.model.process.internal.UserTypeResolution
 
getMutabilityPlan() - Method in class org.hibernate.boot.model.process.internal.VersionResolution
 
getMutabilityPlan() - Method in interface org.hibernate.mapping.BasicValue.Resolution
The resolved MutabilityPlan
getMutabilityPlan() - Method in interface org.hibernate.metamodel.mapping.AttributeMetadata
 
getMutabilityPlan() - Method in class org.hibernate.metamodel.mapping.internal.SimpleAttributeMetadata
 
getMutabilityPlan() - Method in interface org.hibernate.metamodel.mapping.internal.SingleAttributeIdentifierMapping
 
getMutabilityPlan() - Method in class org.hibernate.type.AbstractStandardBasicType
 
getMutabilityPlan() - Method in class org.hibernate.type.descriptor.java.AbstractClassJavaType
 
getMutabilityPlan() - Method in class org.hibernate.type.descriptor.java.AbstractJavaType
 
getMutabilityPlan() - Method in interface org.hibernate.type.descriptor.java.JavaType
Retrieve the mutability plan for this Java type.
getMutabilityPlan() - Method in class org.hibernate.type.descriptor.java.spi.FormatMapperBasedJavaType
 
getMutabilityPlan() - Method in class org.hibernate.type.internal.CompositeUserTypeJavaTypeWrapper
 
getMutabilityPlan() - Method in class org.hibernate.type.internal.ConvertedBasicTypeImpl
 
getMutabilityPlan() - Method in class org.hibernate.type.internal.CustomMutabilityConvertedBasicTypeImpl
 
getMutabilityPlan() - Method in class org.hibernate.type.internal.ImmutableNamedBasicTypeImpl
 
getMutabilityPlan() - Method in class org.hibernate.type.internal.UserTypeJavaTypeWrapper
 
getMutabilityPlan() - Method in class org.hibernate.type.SerializableToBlobType
 
getMutabilityPlan() - Method in class org.hibernate.usertype.StaticUserTypeSupport
 
getMutablePropertiesIndexes() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
getMutableValue() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
getMutatingEntityDescriptor() - Method in class org.hibernate.query.sqm.mutation.internal.MultiTableSqmMutationConverter
 
getMutatingTable() - Method in class org.hibernate.sql.model.ast.AbstractTableMutation
 
getMutatingTable() - Method in class org.hibernate.sql.model.ast.builder.AbstractTableMutationBuilder
 
getMutatingTable() - Method in class org.hibernate.sql.model.ast.builder.TableDeleteBuilderSkipped
 
getMutatingTable() - Method in interface org.hibernate.sql.model.ast.builder.TableMutationBuilder
Reference (in the SQL AST sense) to the mutating table
getMutatingTable() - Method in class org.hibernate.sql.model.ast.builder.TableUpdateBuilderSkipped
 
getMutatingTable() - Method in interface org.hibernate.sql.model.ast.TableMutation
The table being mutated
getMutatingTableDetails() - Method in interface org.hibernate.engine.jdbc.mutation.group.PreparedStatementDetails
The name of the mutating table
getMutatingTableDetails() - Method in class org.hibernate.engine.jdbc.mutation.internal.PreparedStatementDetailsStandard
 
getMutatingTableDetails() - Method in class org.hibernate.engine.jdbc.mutation.internal.PreparedStatementGroupSingleTable
 
getMutatingTableGroup() - Method in class org.hibernate.query.sqm.mutation.internal.MultiTableSqmMutationConverter
 
getMutationComment() - Method in class org.hibernate.sql.model.ast.AbstractTableMutation
 
getMutationComment() - Method in interface org.hibernate.sql.model.ast.TableMutation
The comment to be used in the SQL if enabled and supported
getMutationExecutorService() - Method in class org.hibernate.internal.FastSessionServices
Deprecated.
getMutationOperation() - Method in class org.hibernate.engine.jdbc.mutation.internal.AbstractSingleMutationExecutor
 
getMutationStatementPreparer() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
getMutationStatementPreparer() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
The builder of prepared and callable JDBC statements for mutation operations (insert, update and delete) originating from persistent context events, as opposed to Query handling
getMutationTarget() - Method in class org.hibernate.id.insert.TableInsertReturningBuilder
 
getMutationTarget() - Method in class org.hibernate.persister.collection.mutation.AbstractUpdateRowsCoordinator
 
getMutationTarget() - Method in interface org.hibernate.persister.collection.mutation.CollectionOperationCoordinator
The collection being mutated
getMutationTarget() - Method in class org.hibernate.persister.collection.mutation.DeleteRowsCoordinatorNoOp
 
getMutationTarget() - Method in class org.hibernate.persister.collection.mutation.DeleteRowsCoordinatorStandard
 
getMutationTarget() - Method in class org.hibernate.persister.collection.mutation.DeleteRowsCoordinatorTablePerSubclass
 
getMutationTarget() - Method in class org.hibernate.persister.collection.mutation.InsertRowsCoordinatorNoOp
 
getMutationTarget() - Method in class org.hibernate.persister.collection.mutation.InsertRowsCoordinatorStandard
 
getMutationTarget() - Method in class org.hibernate.persister.collection.mutation.InsertRowsCoordinatorTablePerSubclass
 
getMutationTarget() - Method in class org.hibernate.persister.collection.mutation.RemoveCoordinatorNoOp
 
getMutationTarget() - Method in class org.hibernate.persister.collection.mutation.RemoveCoordinatorStandard
 
getMutationTarget() - Method in class org.hibernate.persister.collection.mutation.RemoveCoordinatorTablePerSubclass
 
getMutationTarget() - Method in class org.hibernate.persister.collection.mutation.UpdateRowsCoordinatorNoOp
 
getMutationTarget() - Method in class org.hibernate.sql.model.ast.AbstractTableMutation
 
getMutationTarget() - Method in class org.hibernate.sql.model.ast.builder.AbstractTableMutationBuilder
 
getMutationTarget() - Method in class org.hibernate.sql.model.ast.builder.MutationGroupBuilder
 
getMutationTarget() - Method in interface org.hibernate.sql.model.ast.MutationGroup
 
getMutationTarget() - Method in interface org.hibernate.sql.model.EntityMutationOperationGroup
The model-part being mutated.
getMutationTarget() - Method in class org.hibernate.sql.model.internal.EntityMutationOperationGroupStandard
 
getMutationTarget() - Method in class org.hibernate.sql.model.internal.MutationGroupNone
 
getMutationTarget() - Method in class org.hibernate.sql.model.internal.MutationGroupSingle
 
getMutationTarget() - Method in class org.hibernate.sql.model.internal.MutationGroupStandard
 
getMutationTarget() - Method in class org.hibernate.sql.model.internal.OptionalTableUpdate
 
getMutationTarget() - Method in class org.hibernate.sql.model.jdbc.AbstractJdbcMutation
 
getMutationTarget() - Method in class org.hibernate.sql.model.jdbc.DeleteOrUpsertOperation
 
getMutationTarget() - Method in class org.hibernate.sql.model.jdbc.OptionalTableUpdateOperation
 
getMutationTarget() - Method in interface org.hibernate.sql.model.MutationOperation
The thing being mutated
getMutationTarget() - Method in interface org.hibernate.sql.model.MutationOperationGroup
The model-part being mutated
getMutationType() - Method in class org.hibernate.sql.model.ast.builder.MutationGroupBuilder
 
getMutationType() - Method in interface org.hibernate.sql.model.ast.MutationGroup
 
getMutationType() - Method in class org.hibernate.sql.model.internal.EntityMutationOperationGroupStandard
 
getMutationType() - Method in class org.hibernate.sql.model.internal.MutationGroupNone
 
getMutationType() - Method in class org.hibernate.sql.model.internal.MutationGroupSingle
 
getMutationType() - Method in class org.hibernate.sql.model.internal.MutationGroupStandard
 
getMutationType() - Method in class org.hibernate.sql.model.jdbc.DeleteOrUpsertOperation
 
getMutationType() - Method in class org.hibernate.sql.model.jdbc.JdbcDeleteMutation
 
getMutationType() - Method in class org.hibernate.sql.model.jdbc.JdbcInsertMutation
 
getMutationType() - Method in class org.hibernate.sql.model.jdbc.JdbcUpdateMutation
 
getMutationType() - Method in class org.hibernate.sql.model.jdbc.MergeOperation
 
getMutationType() - Method in class org.hibernate.sql.model.jdbc.OptionalTableUpdateOperation
 
getMutationType() - Method in class org.hibernate.sql.model.jdbc.UpsertOperation
 
getMutationType() - Method in interface org.hibernate.sql.model.MutationOperation
The type of operation (INSERT, etc)
getMutationType() - Method in interface org.hibernate.sql.model.MutationOperationGroup
The type of mutation (at the model-level) represented by this group.
getMutationType() - Method in class org.hibernate.sql.model.TableMapping.MutationDetails
The type of mutation being detailed
getMySQLVersion() - Method in class org.hibernate.dialect.MariaDBDialect
 
getMySQLVersion() - Method in class org.hibernate.dialect.MySQLDialect
 
getMySQLVersion() - Method in class org.hibernate.dialect.TiDBDialect
 
getName() - Method in class org.hibernate.boot.archive.scan.internal.ClassDescriptorImpl
 
getName() - Method in class org.hibernate.boot.archive.scan.internal.MappingFileDescriptorImpl
 
getName() - Method in class org.hibernate.boot.archive.scan.internal.PackageDescriptorImpl
 
getName() - Method in interface org.hibernate.boot.archive.scan.spi.ClassDescriptor
Retrieves the class name, not the file name.
getName() - Method in interface org.hibernate.boot.archive.scan.spi.MappingFileDescriptor
The mapping file name.
getName() - Method in interface org.hibernate.boot.archive.scan.spi.PackageDescriptor
Retrieves the package name.
getName() - Method in interface org.hibernate.boot.archive.spi.ArchiveEntry
Get the entry's name
getName() - Method in enum org.hibernate.boot.beanvalidation.GroupsPerOperation.Operation
 
getName() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgConfigPropertyType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.internal.ImplicitResultSetMappingDefinition
 
getName() - Method in interface org.hibernate.boot.jaxb.hbm.spi.AttributeMapping
 
getName() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmConfigParameterType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDialectScopeType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterDefinitionType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdentifierGeneratorDefinitionType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType.JaxbHbmReturnColumn
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmParentType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmQueryParamType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmResultSetMappingType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTypeDefinitionType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTypeSpecificationType
Gets the value of the name property.
getName() - Method in interface org.hibernate.boot.jaxb.hbm.spi.ResultSetMappingBindingDefinition
The ResultSet mapping name
getName() - Method in interface org.hibernate.boot.jaxb.hbm.transform.SourceColumnAdapter
 
getName() - Method in class org.hibernate.boot.jaxb.hbm.transform.SourceColumnAdapterJaxbHbmColumnType
 
getName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbAssociationOverride
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbAttributeOverride
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbBasic
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbCollectionTable
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbColumn
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbColumnResult
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbConfigurationParameter
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbDatabaseObjectScope
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbDiscriminatorColumn
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEmbedded
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEmbeddedId
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbFetchProfile
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbFieldResult
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbFilterDef
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbFilterDef.JaxbFilterParam
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbForeignKey
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbGenericIdGenerator
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbHbmAnyMapping
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbHbmFilter
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbHbmManyToAny
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbId
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbIndex
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbJoinColumn
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbJoinTable
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToOne
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbMapKey
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbMapKeyColumn
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbMapKeyJoinColumn
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedAttributeNode
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedEntityGraph
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedNativeQuery
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedQuery
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedStoredProcedureQuery
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedSubgraph
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToOne
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbOrderColumn
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbPrimaryKeyJoinColumn
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbQueryHint
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbQueryParamType
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbSecondaryTable
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbSequenceGenerator
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbSqlResultSetMapping
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbStoredProcedureParameter
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbTable
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbTableGenerator
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbTransient
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbUniqueConstraint
Gets the value of the name property.
getName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbVersion
Gets the value of the name property.
getName() - Method in interface org.hibernate.boot.jaxb.mapping.NamedQuery
 
getName() - Method in interface org.hibernate.boot.jaxb.mapping.PersistentAttribute
The attribute's name
getName() - Method in class org.hibernate.boot.jaxb.Origin
The name of the document origin.
getName() - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition.Builder
 
getName() - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition
 
getName() - Method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
getName() - Method in class org.hibernate.boot.model.internal.TableBinder
 
getName() - Method in interface org.hibernate.boot.model.JavaTypeDescriptor
 
getName() - Method in class org.hibernate.boot.model.relational.Namespace
 
getName() - Method in class org.hibernate.boot.model.relational.Sequence
 
getName() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
getName() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractSingularAttributeSourceEmbeddedImpl
 
getName() - Method in class org.hibernate.boot.model.source.internal.hbm.BasicAttributePropertySource
 
getName() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceBasicImpl
 
getName() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceManyToOneImpl
 
getName() - Method in class org.hibernate.boot.model.source.internal.hbm.FilterSourceImpl
 
getName() - Method in class org.hibernate.boot.model.source.internal.hbm.HibernateTypeSourceImpl
 
getName() - Method in class org.hibernate.boot.model.source.internal.hbm.ManyToOnePropertySource
 
getName() - Method in class org.hibernate.boot.model.source.internal.hbm.SingularAttributeSourceAnyImpl
 
getName() - Method in interface org.hibernate.boot.model.source.spi.AttributeSource
Obtain the attribute name.
getName() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
Obtain the name of the column.
getName() - Method in interface org.hibernate.boot.model.source.spi.FilterSource
Get the name of the filter being described.
getName() - Method in interface org.hibernate.boot.model.source.spi.HibernateTypeSource
Obtain the supplied Hibernate type name.
getName() - Method in interface org.hibernate.boot.model.source.spi.JpaCallbackSource
 
getName() - Method in class org.hibernate.boot.model.source.spi.ToolingHint
 
getName() - Method in class org.hibernate.boot.model.TypeDefinition
 
getName() - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
 
getName() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor
Access to the name of the attribute
getName() - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.LazyFetchGroupMetadata
Access to the name of the fetch group.
getName() - Method in interface org.hibernate.bytecode.enhance.spi.UnloadedClass
 
getName() - Method in interface org.hibernate.cache.spi.Region
Retrieve the unqualified name of this region.
getName() - Method in class org.hibernate.cache.spi.support.AbstractRegion
 
getName() - Method in interface org.hibernate.CustomEntityDirtinessStrategy.AttributeInformation
Get the name of this attribute.
getName() - Method in exception org.hibernate.DuplicateMappingException
 
getName() - Method in enum org.hibernate.engine.jdbc.internal.FormatStyle
 
getName() - Method in class org.hibernate.engine.profile.FetchProfile
The name of this fetch profile
getName() - Method in class org.hibernate.engine.query.spi.AbstractParameterDescriptor
 
getName() - Method in class org.hibernate.engine.query.spi.NamedParameterDescriptor
 
getName() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getName() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Access to the name (if one) assigned to the SessionFactory
getName() - Method in class org.hibernate.envers.boot.model.AbstractIdentifier
 
getName() - Method in interface org.hibernate.envers.boot.model.Attribute
Get the name of the attribute
getName() - Method in class org.hibernate.envers.boot.model.BasicAttribute
 
getName() - Method in class org.hibernate.envers.boot.model.Column
 
getName() - Method in interface org.hibernate.envers.boot.model.Identifier
Get the property name.
getName() - Method in class org.hibernate.envers.boot.model.ManyToOneAttribute
 
getName() - Method in class org.hibernate.envers.boot.model.SetAttribute
 
getName() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.AuditJoinTableData
 
getName() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.AuditOverrideData
 
getName() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.DynamicProperty
 
getName() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
getName() - Method in class org.hibernate.envers.internal.entities.PropertyData
 
getName() - Method in class org.hibernate.envers.internal.revisioninfo.RevisionTimestampValueResolver
 
getName() - Method in class org.hibernate.event.spi.LoadEventListener.LoadType
 
getName() - Method in interface org.hibernate.Filter
Get the name of this filter.
getName() - Method in class org.hibernate.graph.internal.RootGraphImpl
 
getName() - Method in class org.hibernate.internal.FilterConfiguration
 
getName() - Method in class org.hibernate.internal.FilterImpl
Get the name of this filter.
getName() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getName() - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
getName() - Method in class org.hibernate.jpa.boot.internal.PersistenceUnitInfoDescriptor
 
getName() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
Get the persistence unit name,
getName() - Method in class org.hibernate.jpamodelgen.validation.MockCollectionPersister
 
getName() - Method in class org.hibernate.jpamodelgen.validation.MockEntityPersister
 
getName() - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
getName() - Method in class org.hibernate.jpamodelgen.validation.ProcessorSessionFactory.Component
 
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.AssociationOverride
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.AttributeOverride
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ColumnResult
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.DiscriminatorColumn
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embedded
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddedId
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.FieldResult
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ForeignKey
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Id
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Index
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKey
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedAttributeNode
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedEntityGraph
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedNativeQuery
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedQuery
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedStoredProcedureQuery
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedSubgraph
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OrderColumn
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit.Properties.Property
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PrimaryKeyJoinColumn
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.QueryHint
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SqlResultSetMapping
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.StoredProcedureParameter
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Table
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Transient
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.UniqueConstraint
Gets the value of the name property.
getName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Version
Gets the value of the name property.
getName() - Method in class org.hibernate.mapping.CheckConstraint
 
getName() - Method in class org.hibernate.mapping.Column
 
getName() - Method in class org.hibernate.mapping.Constraint
 
getName() - Method in class org.hibernate.mapping.FetchProfile
Retrieve the name of the fetch profile.
getName() - Method in class org.hibernate.mapping.IdGenerator
Deprecated.
 
getName() - Method in class org.hibernate.mapping.Index
 
getName() - Method in class org.hibernate.mapping.MetaAttribute
 
getName() - Method in class org.hibernate.mapping.Property
 
getName() - Method in class org.hibernate.mapping.PropertyGeneration
Deprecated.
 
getName() - Method in class org.hibernate.mapping.Table
 
getName() - Method in class org.hibernate.mapping.UserDefinedType
 
getName() - Method in interface org.hibernate.metamodel.internal.AttributeMetadata
Retrieve the name of the attribute
getName() - Method in class org.hibernate.metamodel.internal.BaseAttributeMetadata
 
getName() - Method in enum org.hibernate.metamodel.mapping.CollectionPart.Nature
 
getName() - Method in class org.hibernate.metamodel.mapping.ordering.ast.FunctionExpression
 
getName() - Method in class org.hibernate.metamodel.model.domain.internal.AbstractAttribute
 
getName() - Method in class org.hibernate.metamodel.model.domain.internal.EntitySqmPathSource
 
getName() - Method in class org.hibernate.metamodel.model.domain.internal.EntityTypeImpl
 
getName() - Method in class org.hibernate.metamodel.model.domain.internal.MapMember
 
getName() - Method in class org.hibernate.metamodel.model.domain.internal.MappedSuperclassSqmPathSource
 
getName() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getName() - Method in class org.hibernate.persister.entity.DiscriminatorType
Deprecated.
 
getName() - Method in interface org.hibernate.persister.entity.Joinable
Deprecated.
An identifying name; a class name or collection role name.
getName() - Method in class org.hibernate.procedure.internal.FunctionReturnImpl
 
getName() - Method in class org.hibernate.procedure.internal.NamedCallableQueryMementoImpl.ParameterMementoImpl
 
getName() - Method in class org.hibernate.procedure.internal.ProcedureParameterImpl
 
getName() - Method in interface org.hibernate.query.criteria.JpaCteCriteria
The name under which this CTE is registered.
getName() - Method in interface org.hibernate.query.criteria.JpaCteCriteriaAttribute
The name of the attribute.
getName() - Method in interface org.hibernate.query.criteria.JpaCteCriteriaType
The name under which this CTE is registered.
getName() - Method in class org.hibernate.query.derived.AnonymousTupleSqmAssociationPathSource
 
getName() - Method in class org.hibernate.query.internal.NamedQueryHelper.NamedQueryDescriptorBuilder
 
getName() - Method in class org.hibernate.query.internal.NamedResultSetMappingMementoImpl
 
getName() - Method in class org.hibernate.query.internal.QueryParameterNamedImpl
 
getName() - Method in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
getName() - Method in interface org.hibernate.query.named.NamedResultSetMappingMemento
The name associated with this memento
getName() - Method in class org.hibernate.query.spi.AbstractQueryParameter
 
getName() - Method in class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
 
getName() - Method in class org.hibernate.query.sqm.function.NamedSqmFunctionDescriptor
Function name accessor
getName() - Method in interface org.hibernate.query.sqm.SqmJoinable
 
getName() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
 
getName() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteTable
 
getName() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteTableColumn
 
getName() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getName() - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmParameter
 
getName() - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
 
getName() - Method in class org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper
 
getName() - Method in class org.hibernate.query.sqm.tree.expression.SqmNamedParameter
 
getName() - Method in interface org.hibernate.query.sqm.tree.expression.SqmParameter
If this represents a named parameter, return that parameter name; otherwise return null.
getName() - Method in class org.hibernate.spatial.FunctionKey
 
getName() - Method in interface org.hibernate.sql.ast.tree.cte.CteObject
 
getName() - Method in class org.hibernate.sql.exec.internal.JdbcCallParameterRegistrationImpl
 
getName() - Method in interface org.hibernate.sql.exec.spi.JdbcCallParameterRegistration
 
getName() - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
 
getName() - Method in class org.hibernate.testing.orm.domain.animal.Human
 
getName() - Method in class org.hibernate.testing.orm.domain.animal.StateProvince
 
getName() - Method in class org.hibernate.testing.orm.domain.animal.Zoo
 
getName() - Method in class org.hibernate.testing.orm.domain.contacts.Contact
 
getName() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfArrays
 
getName() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfComposites
 
getName() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfLists
 
getName() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
getName() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfSets
 
getName() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithLazyManyToOneSelfReference
 
getName() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithLazyOneToOne
 
getName() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneJoinTable
 
getName() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneSelfReference
 
getName() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToMany
 
getName() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOne
 
getName() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneJoinTable
 
getName() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneSharingPrimaryKey
 
getName() - Method in class org.hibernate.testing.orm.domain.retail.SalesAssociate
 
getName() - Method in class org.hibernate.testing.orm.domain.retail.Vendor
 
getName() - Method in class org.hibernate.testing.orm.domain.userguide.Partner
 
getName() - Method in class org.hibernate.testing.orm.domain.userguide.Person
 
getName() - Method in class org.hibernate.testing.orm.domain.userguide.PersonNames
 
getName() - Method in class org.hibernate.testing.orm.domain.userguide.PersonPhoneCount
 
getName() - Method in class org.hibernate.testing.orm.jpa.PersistenceUnitDescriptorAdapter
 
getName() - Method in class org.hibernate.testing.orm.junit.EntityManagerFactoryBasedFunctionalTest.TestingPersistenceUnitDescriptorImpl
 
getName() - Method in class org.hibernate.tool.schema.extract.internal.TableInformationImpl
 
getName() - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
Get the qualified name of the table.
getName() - Method in class org.hibernate.tuple.AbstractAttribute
Deprecated.
 
getName() - Method in interface org.hibernate.tuple.Attribute
Deprecated.
 
getName() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
getName() - Method in class org.hibernate.type.AnyType
 
getName() - Method in class org.hibernate.type.BasicArrayType
 
getName() - Method in class org.hibernate.type.BasicCollectionType
 
getName() - Method in class org.hibernate.type.BasicTypeReference
 
getName() - Method in class org.hibernate.type.BottomType
 
getName() - Method in class org.hibernate.type.CollectionType
 
getName() - Method in class org.hibernate.type.ComponentType
 
getName() - Method in class org.hibernate.type.ConvertedBasicArrayType
 
getName() - Method in class org.hibernate.type.CustomType
 
getName() - Method in class org.hibernate.type.EntityType
For entity types, the name correlates to the associated entity name.
getName() - Method in class org.hibernate.type.internal.BasicTypeImpl
BasicTypeImpl produces a name whose sole purpose is to be used as part of interpreting Envers-produced mappings.
getName() - Method in class org.hibernate.type.internal.ConvertedBasicTypeImpl
 
getName() - Method in class org.hibernate.type.internal.NamedBasicTypeImpl
 
getName() - Method in class org.hibernate.type.JavaObjectType
 
getName() - Method in class org.hibernate.type.MetaType
Deprecated.
 
getName() - Method in class org.hibernate.type.NullType
 
getName() - Method in class org.hibernate.type.QueryParameterJavaObjectType
 
getName() - Method in class org.hibernate.type.SerializableToBlobType
 
getName() - Method in class org.hibernate.type.SerializableType
 
getName() - Method in class org.hibernate.type.StandardBasicTypeTemplate
 
getName() - Method in interface org.hibernate.type.Type
Returns the abbreviated name of the type.
getName() - Method in exception org.hibernate.UnknownFilterException
The unknown filter name.
getName() - Method in exception org.hibernate.UnknownProfileException
The unknown fetch profile name.
getName(String, String) - Static method in class org.hibernate.envers.boot.internal.ModifiedColumnNameResolver
 
getNamedAttributeNode() - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedEntityGraph
Gets the value of the namedAttributeNode property.
getNamedAttributeNode() - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedSubgraph
Gets the value of the namedAttributeNode property.
getNamedAttributeNode() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedEntityGraph
Gets the value of the namedAttributeNode property.
getNamedAttributeNode() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedSubgraph
Gets the value of the namedAttributeNode property.
getNamedEntityGraph() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the namedEntityGraph property.
getNamedEntityGraph() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the namedEntityGraph property.
getNamedEntityGraph(String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getNamedEntityGraph(String) - Method in class org.hibernate.boot.internal.MetadataImpl
 
getNamedEntityGraph(String) - Method in interface org.hibernate.boot.Metadata
 
getNamedEntityGraph(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getNamedEntityGraphMap() - Method in class org.hibernate.boot.internal.MetadataImpl
 
getNamedEntityGraphs() - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getNamedEntityGraphs() - Method in class org.hibernate.boot.internal.MetadataImpl
 
getNamedEntityGraphs() - Method in interface org.hibernate.boot.Metadata
 
getNamedEntityGraphs() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getNamedEntityGraphs() - Method in class org.hibernate.cfg.Configuration
 
getNamedHqlQueryMapping(String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getNamedHqlQueryMapping(String) - Method in class org.hibernate.boot.internal.MetadataImpl
 
getNamedHqlQueryMapping(String) - Method in interface org.hibernate.boot.Metadata
Retrieve named query metadata by name.
getNamedHqlQueryMapping(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getNamedNativeQueries() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
Gets the value of the namedNativeQueries property.
getNamedNativeQueries() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
getNamedNativeQueries() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
 
getNamedNativeQuery() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the namedNativeQuery property.
getNamedNativeQuery() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the namedNativeQuery property.
getNamedNativeQuery() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Gets the value of the namedNativeQuery property.
getNamedNativeQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getNamedNativeQuery(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
getNamedNativeQuery(String) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
getNamedNativeQuery(String) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
getNamedNativeQuery(String) - Method in interface org.hibernate.query.QueryProducer
getNamedNativeQuery(String) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
Deprecated.
getNamedNativeQuery(String, String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getNamedNativeQuery(String, String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
getNamedNativeQuery(String, String) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
getNamedNativeQuery(String, String) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
getNamedNativeQuery(String, String) - Method in interface org.hibernate.query.QueryProducer
getNamedNativeQuery(String, String) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
Deprecated.
getNamedNativeQueryMap() - Method in class org.hibernate.boot.internal.MetadataImpl
 
getNamedNativeQueryMapping(String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getNamedNativeQueryMapping(String) - Method in class org.hibernate.boot.internal.MetadataImpl
 
getNamedNativeQueryMapping(String) - Method in interface org.hibernate.boot.Metadata
Retrieve named SQL query metadata.
getNamedNativeQueryMapping(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getNamedObjectRepository() - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
getNamedObjectRepository() - Method in class org.hibernate.query.internal.QueryEngineImpl
 
getNamedObjectRepository() - Method in interface org.hibernate.query.spi.QueryEngine
 
getNamedParameterDescriptionMap() - Method in class org.hibernate.engine.query.spi.ParamLocationRecognizer
Deprecated.
 
getNamedParameterNames() - Method in class org.hibernate.procedure.internal.ProcedureParameterMetadataImpl
 
getNamedParameterNames() - Method in class org.hibernate.query.internal.ParameterMetadataImpl
 
getNamedParameterNames() - Method in interface org.hibernate.query.ParameterMetadata
Return the names of all named parameters of the query.
getNamedProcedureCall(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getNamedProcedureCall(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
getNamedProcedureCall(String) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
getNamedProcedureCall(String) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
getNamedProcedureCall(String) - Method in interface org.hibernate.SharedSessionContract
Obtain a ProcedureCall based on a named template
getNamedProcedureCallMap() - Method in class org.hibernate.boot.internal.MetadataImpl
 
getNamedProcedureCallMap() - Method in class org.hibernate.cfg.Configuration
 
getNamedProcedureCallMapping(String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getNamedProcedureCallMapping(String) - Method in class org.hibernate.boot.internal.MetadataImpl
 
getNamedProcedureCallMapping(String) - Method in interface org.hibernate.boot.Metadata
Retrieve named procedure metadata.
getNamedProcedureCallMapping(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getNamedProcedureQueries() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
Gets the value of the namedProcedureQueries property.
getNamedQueries() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
Gets the value of the namedQueries property.
getNamedQueries() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
getNamedQueries() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
 
getNamedQueries() - Method in class org.hibernate.cfg.Configuration
 
getNamedQuery() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the namedQuery property.
getNamedQuery() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the namedQuery property.
getNamedQuery() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Gets the value of the namedQuery property.
getNamedQuery(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getNamedQuery(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
getNamedQuery(String) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
getNamedQuery(String) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
getNamedQuery(String) - Method in interface org.hibernate.query.QueryProducer
getNamedQuery(String) - Method in interface org.hibernate.query.spi.QueryProducerImplementor
 
getNamedQueryMap() - Method in class org.hibernate.boot.internal.MetadataImpl
 
getNamedQueryParameters() - Method in class org.hibernate.query.sql.internal.ParameterRecognizerImpl
 
getNamedSessionFactory(String) - Method in class org.hibernate.internal.SessionFactoryRegistry
Get a registered SessionFactory by name
getNamedSQLQueries() - Method in class org.hibernate.cfg.Configuration
 
getNamedStoredProcedureQuery() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the namedStoredProcedureQuery property.
getNamedStoredProcedureQuery() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the namedStoredProcedureQuery property.
getNamedStoredProcedureQuery() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Gets the value of the namedStoredProcedureQuery property.
getNameIdentifier() - Method in class org.hibernate.mapping.Table
 
getNameIdentifier() - Method in class org.hibernate.mapping.UserDefinedType
 
getNameQualifierSupport() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getNameQualifierSupport() - Method in class org.hibernate.dialect.CockroachDialect
 
getNameQualifierSupport() - Method in class org.hibernate.dialect.Dialect
getNameQualifierSupport() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getNameQualifierSupport() - Method in class org.hibernate.dialect.HSQLDialect
 
getNameQualifierSupport() - Method in class org.hibernate.dialect.MySQLDialect
 
getNameQualifierSupport() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getNameQualifierSupport() - Method in class org.hibernate.dialect.SQLServerDialect
 
getNameQualifierSupport() - Method in class org.hibernate.dialect.SybaseDialect
 
getNameQualifierSupport() - Method in class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentImpl
 
getNameQualifierSupport() - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
getNameQualifierSupport() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
Obtain the level of support for qualified names.
getNamespace() - Method in interface org.hibernate.testing.orm.domain.DomainModelDescriptor
The namespace to apply the model to.
getNamespaces() - Method in class org.hibernate.boot.model.relational.Database
 
getNamespaceUri() - Method in class org.hibernate.boot.xsd.XsdDescriptor
 
getNameWithinArchive() - Method in interface org.hibernate.boot.archive.spi.ArchiveEntry
Get the relative name of the entry within the archive.
getNationalizationSupport() - Method in class org.hibernate.dialect.CockroachDialect
 
getNationalizationSupport() - Method in class org.hibernate.dialect.DerbyDialect
 
getNationalizationSupport() - Method in class org.hibernate.dialect.Dialect
Determines whether this database requires the use of explicitly nationalized character (Unicode) data types.
getNationalizationSupport() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getNationalizationSupport() - Method in class org.hibernate.dialect.MariaDBDialect
 
getNationalizationSupport() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getNationalizationSupport() - Method in class org.hibernate.dialect.SybaseDialect
 
getNationalized() - Method in class org.hibernate.boot.jaxb.mapping.JaxbBasic
Gets the value of the nationalized property.
getNationalized() - Method in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
Gets the value of the nationalized property.
getNativeIdentifierGeneratorStrategy() - Method in class org.hibernate.dialect.CockroachDialect
 
getNativeIdentifierGeneratorStrategy() - Method in class org.hibernate.dialect.Dialect
The name identifying the "native" id generation strategy for this dialect.
getNativeIdentifierGeneratorStrategy() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getNativeIdentifierGeneratorStrategy() - Method in class org.hibernate.dialect.OracleDialect
 
getNativeIdentifierGeneratorStrategy() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getNativeJdbcParametersIgnored() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
getNativeJdbcParametersIgnored() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getNativeJdbcParametersIgnored() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getNativeJdbcParametersIgnored() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getNativeJdbcParametersIgnored() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
 
getNativeJdbcParametersIgnored() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
getNativeJdbcParametersIgnored() - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
getNativeParameterMarkerStrategy() - Method in class org.hibernate.dialect.Dialect
Support for native parameter markers.
getNativeParameterMarkerStrategy() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getNativeParameterMarkerStrategy() - Method in class org.hibernate.dialect.H2Dialect
 
getNativeParameterMarkerStrategy() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getNativeQueryInterpreter() - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
getNativeQueryInterpreter() - Method in class org.hibernate.query.internal.QueryEngineImpl
 
getNativeQueryInterpreter() - Method in interface org.hibernate.query.spi.QueryEngine
 
getNativeQueryMemento(String) - Method in class org.hibernate.query.internal.NamedObjectRepositoryImpl
 
getNativeQueryMemento(String) - Method in interface org.hibernate.query.named.NamedObjectRepository
 
getNaturalId() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the naturalId property.
getNaturalId() - Method in class org.hibernate.boot.jaxb.mapping.JaxbAttributes
Gets the value of the naturalId property.
getNaturalIdAttribute() - Method in class org.hibernate.loader.ast.internal.MultiNaturalIdLoaderArrayParam
 
getNaturalIdAttributes() - Method in class org.hibernate.metamodel.mapping.internal.CompoundNaturalIdMapping
 
getNaturalIdAttributes() - Method in class org.hibernate.metamodel.mapping.internal.SimpleNaturalIdMapping
 
getNaturalIdAttributes() - Method in interface org.hibernate.metamodel.mapping.NaturalIdMapping
The attribute(s) making up the natural-id.
getNaturalIdCache() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the naturalIdCache property.
getNaturalIdCacheAccessStrategy() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getNaturalIdCacheAccessStrategy() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the NaturalId cache (optional operation)
getNaturalIdCacheHitCount() - Method in class org.hibernate.stat.internal.StatisticsImpl
 
getNaturalIdCacheHitCount() - Method in interface org.hibernate.stat.Statistics
The global number of cached natural id lookups successfully retrieved from the cache.
getNaturalIdCacheMissCount() - Method in class org.hibernate.stat.internal.StatisticsImpl
 
getNaturalIdCacheMissCount() - Method in interface org.hibernate.stat.Statistics
The global number of cached natural id lookups not found in the cache.
getNaturalIdCachePutCount() - Method in class org.hibernate.stat.internal.StatisticsImpl
 
getNaturalIdCachePutCount() - Method in interface org.hibernate.stat.Statistics
The global number of cacheable natural id lookups put in cache.
getNaturalIdCacheRegionAccessStrategy(NavigableRole) - Method in class org.hibernate.cache.internal.DisabledCaching
Deprecated.
getNaturalIdCacheRegionAccessStrategy(NavigableRole) - Method in class org.hibernate.cache.internal.EnabledCaching
Deprecated.
getNaturalIdCacheRegionAccessStrategy(NavigableRole) - Method in interface org.hibernate.cache.spi.CacheImplementor
Find the cache data access strategy for the given entity's natural-id cache.
getNaturalIdCacheRegionName() - Method in class org.hibernate.mapping.PersistentClass
 
getNaturalIdCacheRegionName() - Method in class org.hibernate.mapping.RootClass
 
getNaturalIdCacheRegionName() - Method in class org.hibernate.mapping.Subclass
 
getNaturalIdCaching() - Method in class org.hibernate.boot.model.source.internal.hbm.EntityHierarchySourceImpl
 
getNaturalIdCaching() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
Obtain the natural id caching configuration for this entity.
getNaturalIdCaching() - Method in class org.hibernate.cache.cfg.internal.DomainDataRegionConfigImpl
 
getNaturalIdCaching() - Method in interface org.hibernate.cache.cfg.spi.DomainDataRegionConfig
Retrieve the list of all natural-id data to be stored in this region
getNaturalIdDataAccess(NavigableRole) - Method in interface org.hibernate.cache.spi.DomainDataRegion
Build a NaturalIdDataAccess instance representing access to natural id mappings stored in this cache region.
getNaturalIdDataAccess(NavigableRole) - Method in class org.hibernate.cache.spi.support.AbstractDomainDataRegion
 
getNaturalIdentifierProperties() - Method in interface org.hibernate.metadata.ClassMetadata
Deprecated.
Which properties hold the natural id?
getNaturalIdentifierProperties() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getNaturalIdentifierProperties() - Method in interface org.hibernate.persister.entity.EntityPersister
If the entity defines a natural id, that is, if EntityPersister.hasNaturalIdentifier() returns true, the indices of the properties which make up the natural id.
getNaturalIdentifierProperties() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
getNaturalIdentifierSnapshot(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getNaturalIdentifierSnapshot(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Retrieve the current state of the natural-id properties from the database.
getNaturalIdLoader() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
Access to performing natural-id database selection.
getNaturalIdLoader() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getNaturalIdLoader() - Method in interface org.hibernate.persister.entity.EntityPersister
 
getNaturalIdLoader() - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
getNaturalIdMapping() - Method in class org.hibernate.action.internal.EntityUpdateAction
 
getNaturalIdMapping() - Method in class org.hibernate.loader.ast.internal.MultiNaturalIdLoaderArrayParam
 
getNaturalIdMapping() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
The mapping for the natural-id of the entity, if one is defined
getNaturalIdMapping() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getNaturalIdMapping() - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
getNaturalIdMutability() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractSingularAttributeSourceEmbeddedImpl
 
getNaturalIdMutability() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractToOneAttributeSourceImpl
 
getNaturalIdMutability() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceBasicImpl
 
getNaturalIdMutability() - Method in class org.hibernate.boot.model.source.internal.hbm.SingularAttributeSourceAnyImpl
 
getNaturalIdMutability() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSource
Retrieve the natural id mutability
getNaturalIdPropertyNames(EntityPersister) - Static method in class org.hibernate.generator.internal.NaturalIdHelper
 
getNaturalIdQueryExecutionCount() - Method in class org.hibernate.stat.internal.StatisticsImpl
 
getNaturalIdQueryExecutionCount() - Method in interface org.hibernate.stat.Statistics
The global number of natural id queries executed against the database.
getNaturalIdQueryExecutionMaxTime() - Method in class org.hibernate.stat.internal.StatisticsImpl
 
getNaturalIdQueryExecutionMaxTime() - Method in interface org.hibernate.stat.Statistics
The global maximum query time for natural id queries executed against the database.
getNaturalIdQueryExecutionMaxTimeEntity() - Method in class org.hibernate.stat.internal.StatisticsImpl
 
getNaturalIdQueryExecutionMaxTimeEntity() - Method in interface org.hibernate.stat.Statistics
The entity name for the maximum natural id query time.
getNaturalIdQueryExecutionMaxTimeRegion() - Method in class org.hibernate.stat.internal.StatisticsImpl
 
getNaturalIdQueryExecutionMaxTimeRegion() - Method in interface org.hibernate.stat.Statistics
The region for the maximum natural id query time.
getNaturalIdResolutions() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getNaturalIdResolutions() - Method in interface org.hibernate.engine.spi.PersistenceContext
Access to the natural-id helper for this persistence context
getNaturalIdSnapshot(Object, EntityPersister) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getNaturalIdSnapshot(Object, EntityPersister) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the values of the natural id fields as known to the underlying database, or null if the entity has no natural id or there is no corresponding row.
getNaturalIdStatistics(String) - Method in class org.hibernate.stat.internal.StatisticsImpl
 
getNaturalIdStatistics(String) - Method in interface org.hibernate.stat.Statistics
Obtain the natural id resolution statistics for the entity type with the given name.
getNaturalIdValue() - Method in interface org.hibernate.engine.spi.Resolution
 
getNaturalIdValues() - Method in class org.hibernate.action.internal.EntityDeleteAction
 
getNaturalIdValues() - Method in class org.hibernate.cache.internal.NaturalIdCacheKey
 
getNaturalIdValues() - Method in class org.hibernate.event.spi.ResolveNaturalIdEvent
 
getNaturalIdValues(Object) - Method in class org.hibernate.cache.internal.DefaultCacheKeysFactory
 
getNaturalIdValues(Object) - Method in class org.hibernate.cache.internal.SimpleCacheKeysFactory
 
getNaturalIdValues(Object) - Method in interface org.hibernate.cache.spi.access.NaturalIdDataAccess
getNaturalIdValues(Object) - Method in interface org.hibernate.cache.spi.CacheKeysFactory
 
getNaturalIdValues(Object) - Method in class org.hibernate.cache.spi.support.AbstractNaturalIdDataAccess
 
getNaturalIdValues(Object) - Method in class org.hibernate.cache.spi.support.NaturalIdReadWriteAccess
 
getNature() - Method in interface org.hibernate.boot.model.naming.ImplicitJoinColumnNameSource
 
getNature() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceBasicImpl
 
getNature() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceEmbeddedImpl
 
getNature() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceManyToAnyImpl
 
getNature() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceManyToManyImpl
 
getNature() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceOneToManyImpl
 
getNature() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeyManyToAnySourceImpl
 
getNature() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeyManyToManySourceImpl
 
getNature() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeySourceBasicImpl
 
getNature() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeySourceEmbeddedImpl
 
getNature() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSequentialIndexSourceImpl
 
getNature() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceArrayImpl
 
getNature() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceBagImpl
 
getNature() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceIdBagImpl
 
getNature() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceListImpl
 
getNature() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceMapImpl
 
getNature() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourcePrimitiveArrayImpl
 
getNature() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceSetImpl
 
getNature() - Method in interface org.hibernate.boot.model.source.spi.IdentifierSource
Obtain the nature of this identifier source.
getNature() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSource
 
getNature() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeIndexSource
 
getNature() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
getNature() - Method in interface org.hibernate.boot.model.source.spi.RelationalValueSource
Retrieve the nature of this relational value.
getNature() - Method in interface org.hibernate.metamodel.mapping.CollectionPart
 
getNature() - Method in interface org.hibernate.metamodel.mapping.EntityIdentifierMapping
 
getNature() - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor.Side
 
getNature() - Method in class org.hibernate.metamodel.mapping.internal.AbstractEntityCollectionPart
 
getNature() - Method in class org.hibernate.metamodel.mapping.internal.BasicEntityIdentifierMappingImpl
 
getNature() - Method in class org.hibernate.metamodel.mapping.internal.BasicValuedCollectionPart
 
getNature() - Method in class org.hibernate.metamodel.mapping.internal.CollectionIdentifierDescriptorImpl
 
getNature() - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedCollectionPart
 
getNature() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedCollectionPart
 
getNature() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedForeignKeyDescriptorSide
 
getNature() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedIdentifierMappingImpl
 
getNature() - Method in class org.hibernate.metamodel.mapping.internal.InverseNonAggregatedIdentifierMapping
 
getNature() - Method in class org.hibernate.metamodel.mapping.internal.NonAggregatedIdentifierMappingImpl
 
getNature() - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptorSide
 
getNature() - Method in class org.hibernate.query.derived.AnonymousTupleBasicEntityIdentifierMapping
 
getNature() - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddedEntityIdentifierMapping
 
getNature() - Method in class org.hibernate.query.derived.AnonymousTupleNonAggregatedEntityIdentifierMapping
 
getNature() - Method in interface org.hibernate.query.sqm.tree.select.SqmDynamicInstantiationTarget
Retrieves the enum describing the nature of this target.
getNature() - Method in class org.hibernate.sql.ast.tree.predicate.Junction
 
getNature() - Method in class org.hibernate.sql.results.graph.instantiation.internal.DynamicInstantiation
 
getNavigableName() - Method in class org.hibernate.metamodel.model.domain.NavigableRole
 
getNavigablePath() - Method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor.HbmFetchParentMemento
 
getNavigablePath() - Method in class org.hibernate.metamodel.mapping.internal.CompoundNaturalIdMapping.DomainResultImpl
 
getNavigablePath() - Method in class org.hibernate.metamodel.mapping.ordering.ast.CollectionPartPath
 
getNavigablePath() - Method in interface org.hibernate.metamodel.mapping.ordering.ast.DomainPath
 
getNavigablePath() - Method in class org.hibernate.metamodel.mapping.ordering.ast.DomainPathContinuation
 
getNavigablePath() - Method in class org.hibernate.metamodel.mapping.ordering.ast.PluralAttributePath
 
getNavigablePath() - Method in interface org.hibernate.query.criteria.JpaPath
Get this path's NavigablePath
getNavigablePath() - Method in class org.hibernate.query.internal.FetchMementoBasicStandard
 
getNavigablePath() - Method in class org.hibernate.query.internal.FetchMementoEmbeddableStandard
 
getNavigablePath() - Method in class org.hibernate.query.internal.FetchMementoEntityStandard
 
getNavigablePath() - Method in interface org.hibernate.query.internal.FetchMementoHbmStandard.FetchParentMemento
 
getNavigablePath() - Method in class org.hibernate.query.internal.FetchMementoHbmStandard
 
getNavigablePath() - Method in class org.hibernate.query.internal.ImplicitAttributeFetchMemento
 
getNavigablePath() - Method in class org.hibernate.query.internal.ImplicitModelPartResultMemento
 
getNavigablePath() - Method in class org.hibernate.query.internal.ModelPartResultMementoBasicImpl
 
getNavigablePath() - Method in class org.hibernate.query.internal.ResultMementoCollectionStandard
 
getNavigablePath() - Method in class org.hibernate.query.internal.ResultMementoEntityJpa
 
getNavigablePath() - Method in class org.hibernate.query.internal.ResultMementoEntityStandard
 
getNavigablePath() - Method in interface org.hibernate.query.named.ModelPartReferenceMemento
Path to the memento, relative to the result roots
getNavigablePath() - Method in interface org.hibernate.query.NativeQuery.CollectionReturn
 
getNavigablePath() - Method in interface org.hibernate.query.NativeQuery.RootReturn
 
getNavigablePath() - Method in class org.hibernate.query.results.complete.CompleteFetchBuilderBasicPart
 
getNavigablePath() - Method in class org.hibernate.query.results.complete.CompleteFetchBuilderEmbeddableValuedModelPart
 
getNavigablePath() - Method in class org.hibernate.query.results.complete.CompleteFetchBuilderEntityValuedModelPart
 
getNavigablePath() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderBasicModelPart
 
getNavigablePath() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderCollectionStandard
 
getNavigablePath() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderEntityJpa
 
getNavigablePath() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderEntityStandard
 
getNavigablePath() - Method in class org.hibernate.query.results.complete.DelayedFetchBuilderBasicPart
 
getNavigablePath() - Method in class org.hibernate.query.results.complete.EntityResultImpl
 
getNavigablePath() - Method in interface org.hibernate.query.results.complete.ModelPartReference
 
getNavigablePath() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityCalculated
 
getNavigablePath() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityStandard
 
getNavigablePath() - Method in class org.hibernate.query.sqm.sql.internal.AbstractSqmPathInterpretation
 
getNavigablePath() - Method in interface org.hibernate.query.sqm.sql.internal.SqmPathInterpretation
 
getNavigablePath() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
 
getNavigablePath() - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
Returns the NavigablePath.
getNavigablePath() - Method in class org.hibernate.query.sqm.tree.expression.SqmAliasedNodeRef
 
getNavigablePath() - Method in class org.hibernate.sql.ast.tree.from.AbstractTableGroup
 
getNavigablePath() - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
getNavigablePath() - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
getNavigablePath() - Method in class org.hibernate.sql.ast.tree.from.MappedByTableGroup
 
getNavigablePath() - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
 
getNavigablePath() - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
 
getNavigablePath() - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
 
getNavigablePath() - Method in class org.hibernate.sql.ast.tree.from.TableGroupJoin
 
getNavigablePath() - Method in class org.hibernate.sql.results.graph.AbstractFetchParent
 
getNavigablePath() - Method in class org.hibernate.sql.results.graph.basic.BasicFetch
 
getNavigablePath() - Method in class org.hibernate.sql.results.graph.basic.BasicResult
 
getNavigablePath() - Method in class org.hibernate.sql.results.graph.collection.internal.AbstractCollectionInitializer
 
getNavigablePath() - Method in class org.hibernate.sql.results.graph.collection.internal.AbstractCollectionResultNode
 
getNavigablePath() - Method in class org.hibernate.sql.results.graph.collection.internal.CollectionDomainResult
 
getNavigablePath() - Method in class org.hibernate.sql.results.graph.collection.internal.CollectionFetch
 
getNavigablePath() - Method in interface org.hibernate.sql.results.graph.DomainResultGraphNode
The NavigablePath for this node (if one!).
getNavigablePath() - Method in class org.hibernate.sql.results.graph.embeddable.AbstractEmbeddableInitializer
 
getNavigablePath() - Method in interface org.hibernate.sql.results.graph.embeddable.EmbeddableResultGraphNode
 
getNavigablePath() - Method in class org.hibernate.sql.results.graph.embeddable.internal.AbstractNonAggregatedIdentifierMappingInitializer
 
getNavigablePath() - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
getNavigablePath() - Method in interface org.hibernate.sql.results.graph.entity.EntityResultGraphNode
 
getNavigablePath() - Method in class org.hibernate.sql.results.graph.entity.internal.AbstractBatchEntitySelectFetchInitializer
 
getNavigablePath() - Method in class org.hibernate.sql.results.graph.entity.internal.AbstractNonJoinedEntityFetch
 
getNavigablePath() - Method in class org.hibernate.sql.results.graph.entity.internal.EntityDelayedFetchInitializer
 
getNavigablePath() - Method in class org.hibernate.sql.results.graph.entity.internal.EntityDelayedResultImpl
 
getNavigablePath() - Method in class org.hibernate.sql.results.graph.entity.internal.EntitySelectFetchInitializer
 
getNavigablePath() - Method in interface org.hibernate.sql.results.graph.Fetch
Get the property path to this fetch
getNavigablePath() - Method in interface org.hibernate.sql.results.graph.FetchParent
Get the property path to this parent
getNavigablePath() - Method in interface org.hibernate.sql.results.graph.FetchParentAccess
 
getNavigablePath() - Method in interface org.hibernate.sql.results.graph.Initializer
 
getNavigablePath() - Method in class org.hibernate.sql.results.graph.tuple.TupleResult
 
getNavigablePath() - Method in class org.hibernate.sql.results.internal.domain.CircularBiDirectionalFetchImpl
 
getNavigablePath() - Method in class org.hibernate.sql.results.internal.domain.CircularFetchImpl
 
getNavigablePathCopy(SqmPath<?>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
Utility that checks if this path's parent navigable path is compatible with the specified SQM parent, and if not creates a copy of the navigable path with the correct parent.
getNavigableRole() - Method in class org.hibernate.cache.cfg.internal.CollectionDataCachingConfigImpl
 
getNavigableRole() - Method in class org.hibernate.cache.cfg.internal.EntityDataCachingConfigImpl
 
getNavigableRole() - Method in class org.hibernate.cache.cfg.internal.NaturalIdDataCachingConfigImpl
 
getNavigableRole() - Method in interface org.hibernate.cache.cfg.spi.DomainDataCachingConfig
The NavigableRole of the thing to be cached
getNavigableRole() - Method in class org.hibernate.metamodel.internal.AbstractCompositeIdentifierMapping
 
getNavigableRole() - Method in class org.hibernate.metamodel.mapping.DiscriminatorConverter
 
getNavigableRole() - Method in class org.hibernate.metamodel.mapping.internal.AbstractDiscriminatorMapping
 
getNavigableRole() - Method in class org.hibernate.metamodel.mapping.internal.AbstractEntityCollectionPart
 
getNavigableRole() - Method in class org.hibernate.metamodel.mapping.internal.AbstractNaturalIdMapping
 
getNavigableRole() - Method in class org.hibernate.metamodel.mapping.internal.AnyDiscriminatorPart
 
getNavigableRole() - Method in class org.hibernate.metamodel.mapping.internal.AnyKeyPart
 
getNavigableRole() - Method in class org.hibernate.metamodel.mapping.internal.BasicAttributeMapping
 
getNavigableRole() - Method in class org.hibernate.metamodel.mapping.internal.BasicEntityIdentifierMappingImpl
 
getNavigableRole() - Method in class org.hibernate.metamodel.mapping.internal.BasicValuedCollectionPart
 
getNavigableRole() - Method in class org.hibernate.metamodel.mapping.internal.CollectionIdentifierDescriptorImpl
 
getNavigableRole() - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationAttributeMapping
 
getNavigableRole() - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedCollectionPart
 
getNavigableRole() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddableMappingTypeImpl
 
getNavigableRole() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedAttributeMapping
 
getNavigableRole() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedCollectionPart
 
getNavigableRole() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedForeignKeyDescriptor
 
getNavigableRole() - Method in class org.hibernate.metamodel.mapping.internal.EntityRowIdMappingImpl
 
getNavigableRole() - Method in class org.hibernate.metamodel.mapping.internal.EntityVersionMappingImpl
 
getNavigableRole() - Method in class org.hibernate.metamodel.mapping.internal.IdClassEmbeddable
 
getNavigableRole() - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
getNavigableRole() - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
getNavigableRole() - Method in class org.hibernate.metamodel.mapping.internal.SoftDeleteMappingImpl
 
getNavigableRole() - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
getNavigableRole() - Method in class org.hibernate.metamodel.mapping.internal.VirtualIdEmbeddable
 
getNavigableRole() - Method in interface org.hibernate.metamodel.mapping.ModelPart
 
getNavigableRole() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getNavigableRole() - Method in interface org.hibernate.persister.collection.CollectionPersister
The NavigableRole for this collection.
getNavigableRole() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getNavigableRole() - Method in class org.hibernate.query.derived.AnonymousTupleBasicValuedModelPart
 
getNavigableRole() - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddableValuedModelPart
 
getNavigableRole() - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
getNavigableRole() - Method in class org.hibernate.query.derived.AnonymousTupleTableGroupProducer
 
getNavigableRole() - Method in interface org.hibernate.sql.model.MutationTarget
The model role of this target
getNClobBinder(JavaType<X>) - Method in class org.hibernate.type.descriptor.jdbc.NClobJdbcType
 
getNdc() - Method in class org.hibernate.testing.logger.TestableLoggerProvider
 
getNdcDepth() - Method in class org.hibernate.testing.logger.TestableLoggerProvider
 
getNeighbours() - Method in class org.hibernate.envers.internal.tools.graph.Vertex
 
getNeighbours(PersistentClass) - Method in class org.hibernate.envers.configuration.internal.PersistentClassGraphDefiner
 
getNeighbours(V) - Method in interface org.hibernate.envers.internal.tools.graph.GraphDefiner
 
getNested() - Method in class org.hibernate.testing.orm.domain.gambit.Component
 
getNestedTableGroupJoins() - Method in class org.hibernate.sql.ast.tree.from.AbstractTableGroup
 
getNestedTableGroupJoins() - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
getNestedTableGroupJoins() - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
getNestedTableGroupJoins() - Method in class org.hibernate.sql.ast.tree.from.MappedByTableGroup
 
getNestedTableGroupJoins() - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
 
getNestedTableGroupJoins() - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
 
getNestedTableGroupJoins() - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
 
getNestedTableJdbcTypeConstructor(ServiceRegistry) - Static method in class org.hibernate.dialect.OracleJdbcHelper
 
getNestedValue() - Method in class org.hibernate.testing.orm.domain.gambit.Component.Nested
 
getNestedWorkUnit() - Method in class org.hibernate.envers.internal.synchronization.work.FakeBidirectionalRelationWorkUnit
 
getNestingFetchParent() - Method in class org.hibernate.query.sqm.sql.internal.SqlAstQueryPartProcessingStateImpl
 
getNewCollectionContent(PersistentCollection) - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractCollectionMapper
 
getNewCollectionContent(PersistentCollection) - Method in class org.hibernate.envers.internal.entities.mapper.relation.BasicCollectionMapper
 
getNewCollectionContent(PersistentCollection) - Method in class org.hibernate.envers.internal.entities.mapper.relation.ListCollectionMapper
 
getNewCollectionContent(PersistentCollection) - Method in class org.hibernate.envers.internal.entities.mapper.relation.MapCollectionMapper
 
getNewTempClassLoader() - Method in class org.hibernate.testing.orm.jpa.PersistenceUnitInfoAdapter
 
getNewTempClassLoader() - Method in class org.hibernate.testing.orm.jpa.PersistenceUnitInfoImpl
 
getNewTempClassLoader() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
 
getNewTempClassLoader() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
 
getNewTempClassLoader() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
 
getNextValue() - Method in interface org.hibernate.id.enhanced.AccessCallback
Retrieve the next value from the underlying source.
getNextVersion() - Method in class org.hibernate.action.internal.EntityUpdateAction
 
getNickName() - Method in class org.hibernate.testing.orm.domain.animal.Human
 
getNickName() - Method in class org.hibernate.testing.orm.domain.userguide.Person
 
getNickName() - Method in class org.hibernate.testing.orm.domain.userguide.PersonNames
 
getNickNames() - Method in class org.hibernate.testing.orm.domain.animal.Human
 
getNoColumnsInsertString() - Method in class org.hibernate.dialect.CockroachDialect
 
getNoColumnsInsertString() - Method in class org.hibernate.dialect.Dialect
Deprecated.
Override the method renderInsertIntoNoColumns() on the translator returned by this dialect.
getNoColumnsInsertString() - Method in class org.hibernate.dialect.DialectDelegateWrapper
Deprecated.
getNoColumnsInsertString() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getNoColumnsInsertString() - Method in class org.hibernate.dialect.SQLServerDialect
 
getNoCycleLiteral() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
 
getNoCycleValue() - Method in interface org.hibernate.query.criteria.JpaCteCriteria
The default value for the cycle mark attribute when no cycle is detected.
getNoCycleValue() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
 
getNoCycleValue() - Method in class org.hibernate.sql.ast.tree.cte.CteStatement
 
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the node property.
getNode() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Gets the value of the node property.
getNodeBuilder() - Method in interface org.hibernate.query.sqm.spi.SqmCreationContext
 
getNodeBuilder() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
getNodeJavaType() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
 
getNodeJavaType() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
getNodeJavaType() - Method in interface org.hibernate.query.sqm.tree.SqmExpressibleAccessor
The Java type descriptor for this node.
getNodeJavaType() - Method in interface org.hibernate.query.sqm.tree.SqmTypedNode
The Java type descriptor for this node.
getNodeType() - Method in class org.hibernate.query.hql.internal.FullyQualifiedReflectivePathTerminal
 
getNodeType() - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmFunction
 
getNodeType() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
 
getNodeType() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmSimplePath
 
getNodeType() - Method in class org.hibernate.query.sqm.tree.domain.SqmBasicValuedSimplePath
 
getNodeType() - Method in class org.hibernate.query.sqm.tree.domain.SqmEntityValuedSimplePath
 
getNodeType() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
getNodeType() - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
This node's type is its "referenced path source"
getNodeType() - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralValuedSimplePath
 
getNodeType() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedBagJoin
 
getNodeType() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedCrossJoin
 
getNodeType() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedEntityJoin
 
getNodeType() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedListJoin
 
getNodeType() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedMapJoin
 
getNodeType() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedPluralPartJoin
 
getNodeType() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedRoot
 
getNodeType() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSetJoin
 
getNodeType() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSimplePath
 
getNodeType() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSingularJoin
 
getNodeType() - Method in class org.hibernate.query.sqm.tree.expression.SqmAny
 
getNodeType() - Method in class org.hibernate.query.sqm.tree.expression.SqmCastTarget
 
getNodeType() - Method in class org.hibernate.query.sqm.tree.expression.SqmDistinct
 
getNodeType() - Method in class org.hibernate.query.sqm.tree.expression.SqmDurationUnit
 
getNodeType() - Method in class org.hibernate.query.sqm.tree.expression.SqmEvery
 
getNodeType() - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
The expression's type.
getNodeType() - Method in class org.hibernate.query.sqm.tree.expression.SqmExtractUnit
 
getNodeType() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
getNodeType() - Method in class org.hibernate.query.sqm.tree.expression.SqmHqlNumericLiteral
 
getNodeType() - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralEntityType
 
getNodeType() - Method in class org.hibernate.query.sqm.tree.expression.SqmOver
 
getNodeType() - Method in interface org.hibernate.query.sqm.tree.expression.SqmParameter
 
getNodeType() - Method in class org.hibernate.query.sqm.tree.expression.SqmTrimSpecification
 
getNodeType() - Method in class org.hibernate.query.sqm.tree.jpa.AbstractJpaTupleElement
 
getNodeType() - Method in interface org.hibernate.query.sqm.tree.select.SqmAliasedNode
 
getNodeType() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
getNodeType() - Method in interface org.hibernate.query.sqm.tree.SqmTypedNode
 
getNonBatchedStatementGroup() - Method in class org.hibernate.engine.jdbc.mutation.internal.MutationExecutorStandard
 
getNonDeletedLiteralText() - Method in class org.hibernate.metamodel.mapping.internal.SoftDeleteMappingImpl
 
getNonDeletedLiteralText() - Method in interface org.hibernate.metamodel.mapping.SoftDeleteMapping
The String representation of the SQL literal value which indicates a non-deleted row
getNonDeletedLiteralValue() - Method in class org.hibernate.metamodel.mapping.internal.SoftDeleteMappingImpl
 
getNonDeletedLiteralValue() - Method in interface org.hibernate.metamodel.mapping.SoftDeleteMapping
The SQL literal value which indicates a non-deleted row
getNonDuplicatedProperties() - Method in class org.hibernate.mapping.PersistentClass
 
getNonDuplicatedProperties() - Method in class org.hibernate.mapping.SingleTableSubclass
 
getNonDuplicatedProperties() - Method in class org.hibernate.mapping.UnionSubclass
 
getNonEmptyOrConjunctionIfBothNonEmpty(String, String) - Static method in class org.hibernate.internal.util.StringHelper
 
getNonJtaDataSource() - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
getNonJtaDataSource() - Method in class org.hibernate.jpa.boot.internal.PersistenceUnitInfoDescriptor
 
getNonJtaDataSource() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
 
getNonJtaDataSource() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
Gets the value of the nonJtaDataSource property.
getNonJtaDataSource() - Method in class org.hibernate.testing.orm.jpa.PersistenceUnitDescriptorAdapter
 
getNonJtaDataSource() - Method in class org.hibernate.testing.orm.jpa.PersistenceUnitInfoAdapter
 
getNonJtaDataSource() - Method in class org.hibernate.testing.orm.jpa.PersistenceUnitInfoImpl
 
getNonJtaDataSource() - Method in class org.hibernate.testing.orm.junit.EntityManagerFactoryBasedFunctionalTest.TestingPersistenceUnitDescriptorImpl
 
getNonJtaDataSource() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
 
getNonJtaDataSource() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
 
getNonJtaDataSource() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
 
getNonlazyPropertyUpdateability() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
getNonLazyPropertyUpdateability() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getNonNullableTransientEntities() - Method in class org.hibernate.engine.internal.NonNullableTransientDependencies
 
getNonNullableTransientPropertyPaths(Object) - Method in class org.hibernate.engine.internal.NonNullableTransientDependencies
Retrieve the paths that refer to the transient entity
getNonOwningEntityNaming() - Method in interface org.hibernate.boot.model.naming.ImplicitJoinTableNameSource
Access to entity naming information for the owning side.
getNonOwningPhysicalTableName() - Method in interface org.hibernate.boot.model.naming.ImplicitJoinTableNameSource
Access to the physical name of the non-owning entity's primary table.
getNonRootUrls() - Method in interface org.hibernate.boot.archive.scan.spi.ScanEnvironment
Returns any non-root URLs for scanning.
getNonRootUrls() - Method in class org.hibernate.jpa.boot.internal.StandardJpaScanEnvironmentImpl
 
getNonSelectQueryPlan(QueryInterpretationCache.Key) - Method in class org.hibernate.query.internal.QueryInterpretationCacheDisabledImpl
 
getNonSelectQueryPlan(QueryInterpretationCache.Key) - Method in class org.hibernate.query.internal.QueryInterpretationCacheStandardImpl
 
getNonSelectQueryPlan(QueryInterpretationCache.Key) - Method in interface org.hibernate.query.spi.QueryInterpretationCache
 
getNonSyntheticPropertyNames() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.ClassAuditingData
 
getNonSyntheticPropertyNames() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.ComponentAuditingData
 
getNotAuditedEntityConfiguration(String) - Method in class org.hibernate.envers.configuration.internal.metadata.AbstractMetadataGenerator
 
getNotAuditedEntityConfiguration(String) - Method in class org.hibernate.envers.configuration.internal.metadata.AuditEntityConfigurationRegistry
 
getNotAuditedEntityConfigurations() - Method in class org.hibernate.envers.configuration.internal.metadata.AbstractMetadataGenerator
 
getNotAuditedEntityConfigurations() - Method in class org.hibernate.envers.configuration.internal.metadata.AuditEntityConfigurationRegistry
 
getNote() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfDynamicComponent
 
getNotFound() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Gets the value of the notFound property.
getNotFound() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the notFound property.
getNotFound() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
Gets the value of the notFound property.
getNotFoundAction() - Method in class org.hibernate.boot.model.internal.CollectionBinder
 
getNotFoundAction() - Method in class org.hibernate.mapping.ManyToOne
 
getNotFoundAction() - Method in class org.hibernate.mapping.OneToMany
 
getNotFoundAction() - Method in class org.hibernate.metamodel.mapping.internal.AbstractEntityCollectionPart
 
getNotFoundAction() - Method in interface org.hibernate.metamodel.mapping.internal.EntityCollectionPart
 
getNotFoundAction() - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
getNotVersionEntityConfiguration(String) - Method in class org.hibernate.envers.internal.entities.EntitiesConfigurations
 
getNoWait() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getNoWaitSql() - Method in class org.hibernate.dialect.lock.AbstractSelectLockingStrategy
 
getNullability() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
 
getNullable() - Method in class org.hibernate.mapping.Column
 
getNullable() - Method in class org.hibernate.tool.schema.extract.internal.ColumnInformationImpl
 
getNullable() - Method in interface org.hibernate.tool.schema.extract.spi.ColumnInformation
Is the column nullable.
getNullable() - Method in interface org.hibernate.tool.schema.extract.spi.ColumnTypeInformation
Is the column nullable.
getNullColumnString() - Method in class org.hibernate.dialect.Dialect
The keyword used to specify a nullable column, usually "", but sometimes " null".
getNullColumnString() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getNullColumnString() - Method in class org.hibernate.dialect.SybaseDialect
 
getNullColumnString(String) - Method in class org.hibernate.dialect.Dialect
The keyword used to specify a nullable column of the given SQL type.
getNullColumnString(String) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getNullColumnString(String) - Method in class org.hibernate.dialect.MySQLDialect
 
getNullOrdering() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getNullOrdering() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
getNullOrdering() - Method in class org.hibernate.dialect.CockroachDialect
 
getNullOrdering() - Method in class org.hibernate.dialect.Dialect
Returns the default ordering of null.
getNullOrdering() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getNullOrdering() - Method in class org.hibernate.dialect.H2Dialect
 
getNullOrdering() - Method in class org.hibernate.dialect.HSQLDialect
 
getNullOrdering() - Method in class org.hibernate.dialect.MySQLDialect
 
getNullPrecedence() - Method in class org.hibernate.envers.query.order.AuditOrder.OrderData
 
getNullPrecedence() - Method in class org.hibernate.metamodel.mapping.ordering.ast.OrderingSpecification
 
getNullPrecedence() - Method in interface org.hibernate.query.criteria.JpaOrder
The precedence for nulls for this order element
getNullPrecedence() - Method in interface org.hibernate.query.criteria.JpaSearchOrder
The precedence for nulls for this search order element
getNullPrecedence() - Method in class org.hibernate.query.Order
 
getNullPrecedence() - Method in class org.hibernate.query.sqm.tree.cte.SqmSearchClauseSpecification
 
getNullPrecedence() - Method in class org.hibernate.query.sqm.tree.select.SqmSortSpecification
 
getNullPrecedence() - Method in class org.hibernate.sql.ast.tree.cte.SearchClauseSpecification
 
getNullPrecedence() - Method in class org.hibernate.sql.ast.tree.select.SortSpecification
 
getNullValue() - Method in interface org.hibernate.mapping.KeyValue
 
getNullValue() - Method in class org.hibernate.mapping.SimpleValue
 
getNumArgs() - Method in enum org.hibernate.spatial.CommonSpatialFunction
 
getNumber() - Method in class org.hibernate.query.Page
 
getNumber() - Method in class org.hibernate.testing.orm.domain.userguide.Phone
 
getNumberByNumber() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
getNumberOfActiveStatements() - Method in interface org.hibernate.engine.jdbc.mutation.group.PreparedStatementGroup
 
getNumberOfActiveStatements() - Method in class org.hibernate.engine.jdbc.mutation.internal.PreparedStatementGroupNone
 
getNumberOfActiveStatements() - Method in class org.hibernate.engine.jdbc.mutation.internal.PreparedStatementGroupSingleTable
 
getNumberOfActiveStatements() - Method in class org.hibernate.engine.jdbc.mutation.internal.PreparedStatementGroupStandard
 
getNumberOfAttributeMappings() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
The total number of attributes for this entity, including those declared on supertype mappings
getNumberOfAttributeMappings() - Method in class org.hibernate.metamodel.mapping.internal.AbstractEmbeddableMapping
 
getNumberOfAttributeMappings() - Method in interface org.hibernate.metamodel.mapping.ManagedMappingType
Get the number of attributes defined on this class and any supers
getNumberOfAttributeMappings() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getNumberOfAttributeMappings() - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddableValuedModelPart
 
getNumberOfAttributeMappings() - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
getNumberOfCachedHqlInterpretations() - Method in class org.hibernate.query.internal.QueryInterpretationCacheDisabledImpl
 
getNumberOfCachedHqlInterpretations() - Method in class org.hibernate.query.internal.QueryInterpretationCacheStandardImpl
 
getNumberOfCachedHqlInterpretations() - Method in interface org.hibernate.query.spi.QueryInterpretationCache
 
getNumberOfCachedQueryPlans() - Method in class org.hibernate.query.internal.QueryInterpretationCacheDisabledImpl
 
getNumberOfCachedQueryPlans() - Method in class org.hibernate.query.internal.QueryInterpretationCacheStandardImpl
 
getNumberOfCachedQueryPlans() - Method in interface org.hibernate.query.spi.QueryInterpretationCache
 
getNumberOfCollectionsProcessed() - Method in class org.hibernate.event.spi.FlushEvent
 
getNumberOfDeclaredAttributeMappings() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
Get the number of attributes defined on this entity mapping - do not access attributes defined on the super
getNumberOfDeclaredAttributeMappings() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getNumberOfEntitiesProcessed() - Method in class org.hibernate.event.spi.FlushEvent
 
getNumberOfFetchableKeys() - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
getNumberOfFetchableKeys() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getNumberOfFetchableKeys() - Method in interface org.hibernate.sql.results.graph.FetchableContainer
The number of fetchables in the container
getNumberOfFetchables() - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
 
getNumberOfFetchables() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
getNumberOfFetchables() - Method in class org.hibernate.metamodel.mapping.internal.AbstractEmbeddableMapping
 
getNumberOfFetchables() - Method in class org.hibernate.metamodel.mapping.internal.AbstractEntityCollectionPart
 
getNumberOfFetchables() - Method in class org.hibernate.metamodel.mapping.internal.CompoundNaturalIdMapping
 
getNumberOfFetchables() - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationAttributeMapping
 
getNumberOfFetchables() - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedCollectionPart
 
getNumberOfFetchables() - Method in class org.hibernate.metamodel.mapping.internal.InverseNonAggregatedIdentifierMapping
 
getNumberOfFetchables() - Method in class org.hibernate.metamodel.mapping.internal.NonAggregatedIdentifierMappingImpl
 
getNumberOfFetchables() - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
getNumberOfFetchables() - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
getNumberOfFetchables() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getNumberOfFetchables() - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddableValuedModelPart
 
getNumberOfFetchables() - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
getNumberOfFetchables() - Method in interface org.hibernate.sql.results.graph.FetchableContainer
The number of fetchables in the container
getNumberOfJoins(int) - Method in class org.hibernate.testing.jdbc.SQLStatementInspector
 
getNumberOfKeyBindings() - Method in interface org.hibernate.sql.model.ast.RestrictedTableMutation
The number of key bindings
getNumberOfKeyFetchables() - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
getNumberOfKeyFetchables() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getNumberOfKeyFetchables() - Method in interface org.hibernate.sql.results.graph.FetchableContainer
The number of key fetchables in the container
getNumberOfManagedEntities() - Method in class org.hibernate.engine.internal.EntityEntryContext
 
getNumberOfManagedEntities() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getNumberOfManagedEntities() - Method in interface org.hibernate.engine.spi.PersistenceContext
 
getNumberOfOperations() - Method in class org.hibernate.sql.model.internal.EntityMutationOperationGroupStandard
 
getNumberOfOperations() - Method in interface org.hibernate.sql.model.MutationOperationGroup
Number of operations in this group
getNumberOfOptimisticLockBindings() - Method in interface org.hibernate.sql.model.ast.RestrictedTableMutation
getNumberOfParametersUsed() - Method in interface org.hibernate.jdbc.Expectation
The number of parameters this expectation implies.
getNumberOfParametersUsed() - Method in class org.hibernate.jdbc.Expectations.BasicParamExpectation
 
getNumberOfProcessedSelections() - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
getNumberOfRegisteredSynchronizations() - Method in class org.hibernate.resource.transaction.internal.SynchronizationRegistryStandardImpl
Intended for test access
getNumberOfResultBuilders() - Method in interface org.hibernate.query.results.ResultSetMapping
The number of result builders currently associated with this mapping
getNumberOfResultBuilders() - Method in class org.hibernate.query.results.ResultSetMappingImpl
 
getNumberOfReturningColumns() - Method in interface org.hibernate.sql.model.ast.TableInsert
The number of columns being returned
getNumberOfRoots() - Method in class org.hibernate.query.sqm.tree.from.SqmFromClause
 
getNumberOfSqmParameters(QueryParameterImplementor<?>) - Method in class org.hibernate.query.sqm.internal.DomainParameterXref
 
getNumberOfStatements() - Method in interface org.hibernate.engine.jdbc.mutation.group.PreparedStatementGroup
The number of statements in this group
getNumberOfStatements() - Method in class org.hibernate.engine.jdbc.mutation.internal.PreparedStatementGroupNone
 
getNumberOfStatements() - Method in class org.hibernate.engine.jdbc.mutation.internal.PreparedStatementGroupSingleTable
 
getNumberOfStatements() - Method in class org.hibernate.engine.jdbc.mutation.internal.PreparedStatementGroupStandard
 
getNumberOfTableMutations() - Method in interface org.hibernate.sql.model.ast.MutationGroup
 
getNumberOfTableMutations() - Method in class org.hibernate.sql.model.internal.MutationGroupNone
 
getNumberOfTableMutations() - Method in class org.hibernate.sql.model.internal.MutationGroupSingle
 
getNumberOfTableMutations() - Method in class org.hibernate.sql.model.internal.MutationGroupStandard
 
getNumberOfTargetColumns() - Method in interface org.hibernate.sql.ast.tree.insert.InsertStatement
The number of target columns associated with this insert.
getNumberOfValueBindings() - Method in interface org.hibernate.sql.model.ast.TableInsert
The number of value bindings
getNumberOfValueBindings() - Method in interface org.hibernate.sql.model.ast.TableUpdate
The number of value bindings
getObject() - Method in class org.hibernate.event.spi.DeleteEvent
Returns the encapsulated entity to be deleted.
getObject() - Method in class org.hibernate.event.spi.EvictEvent
 
getObject() - Method in class org.hibernate.event.spi.LockEvent
 
getObject() - Method in class org.hibernate.event.spi.PersistEvent
 
getObject() - Method in class org.hibernate.event.spi.RefreshEvent
 
getObject() - Method in class org.hibernate.event.spi.ReplicateEvent
 
getObject() - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.hibernate.internal.SessionFactoryRegistry.ObjectFactoryImpl
 
getObjectName() - Method in interface org.hibernate.boot.model.relational.QualifiedName
 
getObjectName() - Method in class org.hibernate.boot.model.relational.QualifiedNameParser.NameParts
 
getObjectNameNormalizer() - Method in class org.hibernate.boot.internal.MetadataBuildingContextRootImpl
 
getObjectNameNormalizer() - Method in class org.hibernate.boot.model.source.internal.hbm.MappingDocument
 
getObjectNameNormalizer() - Method in interface org.hibernate.boot.spi.MetadataBuildingContext
Not sure how I feel about this exposed here
getObjectNameNormalizer() - Method in class org.hibernate.envers.boot.internal.EnversMetadataBuildingContextImpl
 
getObjectNameNormalizer() - Method in class org.hibernate.testing.boot.MetadataBuildingContextTestingImpl
 
getObserver() - Method in class org.hibernate.internal.JdbcSessionContextImpl
Deprecated.
getObserver() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
Deprecated, for removal: This API element is subject to removal in a future version.
since JdbcObserver is deprecated
getOffset() - Method in class org.hibernate.query.criteria.CriteriaDefinition
 
getOffset() - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
getOffset() - Method in interface org.hibernate.query.criteria.JpaQueryPart
 
getOffset() - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
getOffset() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
 
getOffset() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
getOffset() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
getOffsetAdjustedExpression(SqmExpression<?>) - Static method in class org.hibernate.query.sqm.tree.expression.SqmExpressionHelper
 
getOffsetClauseExpression() - Method in class org.hibernate.sql.ast.tree.select.QueryPart
 
getOffsetExpression() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
 
getOffsetFetchClauseMode(QueryPart) - Method in class org.hibernate.dialect.SQLServerSqlAstTranslator
 
getOffsetParameter() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getOffsetParameter() - Method in class org.hibernate.sql.exec.spi.JdbcOperationQuerySelect
 
getOffspring() - Method in class org.hibernate.testing.orm.domain.animal.Animal
 
getOldCode() - Method in enum org.hibernate.engine.OptimisticLockStyle
Deprecated, for removal: This API element is subject to removal in a future version.
these integer codes have not been used for a long time
getOldCollectionContent(Serializable) - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractCollectionMapper
 
getOldCollectionContent(Serializable) - Method in class org.hibernate.envers.internal.entities.mapper.relation.BasicCollectionMapper
 
getOldCollectionContent(Serializable) - Method in class org.hibernate.envers.internal.entities.mapper.relation.ListCollectionMapper
 
getOldCollectionContent(Serializable) - Method in class org.hibernate.envers.internal.entities.mapper.relation.MapCollectionMapper
 
getOldState() - Method in class org.hibernate.event.spi.PostUpdateEvent
 
getOldState() - Method in class org.hibernate.event.spi.PreUpdateEvent
The old state of the entity at the time it was last loaded from the database; can be null in the case of detached entities.
getOn() - Method in interface org.hibernate.query.criteria.JpaJoinedFrom
 
getOn() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmQualifiedJoin
 
getOnDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
Gets the value of the onDelete property.
getOnDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
Gets the value of the onDelete property.
getOnDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the onDelete property.
getOnDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Gets the value of the onDelete property.
getOnDelete() - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToOne
Gets the value of the onDelete property.
getOnDelete() - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
Gets the value of the onDelete property.
getOnDelete() - Method in class org.hibernate.envers.boot.model.ManyToOneAttribute
 
getOnDeleteAction() - Method in class org.hibernate.mapping.ForeignKey
 
getOnDeleteAction() - Method in class org.hibernate.mapping.SimpleValue
 
getOneToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the oneToMany property.
getOneToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the oneToMany property.
getOneToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the oneToMany property.
getOneToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the oneToMany property.
getOneToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the oneToMany property.
getOneToMany() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getOneToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoIdBagAdapter
 
getOneToMany() - Method in class org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoPrimitiveArrayAdapter
 
getOneToMany() - Method in class org.hibernate.boot.model.internal.PropertyMappingElementCollector
 
getOneToMany() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
Gets the value of the oneToMany property.
getOneToMany() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddableAttributes
Gets the value of the oneToMany property.
getOneToManyAttributes() - Method in interface org.hibernate.boot.jaxb.mapping.AttributesContainer
 
getOneToManyAttributes() - Method in class org.hibernate.boot.jaxb.mapping.JaxbAttributes
Gets the value of the oneToManyAttributes property.
getOneToManyAttributes() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEmbeddableAttributes
Gets the value of the oneToManyAttributes property.
getOneToManyByBasic() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
getOneToOne() - Method in class org.hibernate.boot.model.internal.PropertyMappingElementCollector
 
getOneToOne() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
Gets the value of the oneToOne property.
getOneToOne() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddableAttributes
Gets the value of the oneToOne property.
getOneToOneAttributes() - Method in interface org.hibernate.boot.jaxb.mapping.AttributesContainer
 
getOneToOneAttributes() - Method in class org.hibernate.boot.jaxb.mapping.JaxbAttributes
Gets the value of the oneToOneAttributes property.
getOneToOneAttributes() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEmbeddableAttributes
Gets the value of the oneToOneAttributes property.
getOpenConnections() - Method in class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl
 
getOpenConnections() - Method in class org.hibernate.testing.jdbc.SharedDriverManagerConnectionProviderImpl
 
getOperand() - Method in class org.hibernate.query.sqm.tree.expression.SqmUnaryOperation
 
getOperand() - Method in class org.hibernate.sql.ast.tree.expression.UnaryOperation
 
getOperation() - Method in class org.hibernate.query.sqm.tree.expression.SqmUnaryOperation
 
getOperation(int) - Method in class org.hibernate.sql.model.internal.EntityMutationOperationGroupStandard
 
getOperation(int) - Method in interface org.hibernate.sql.model.MutationOperationGroup
Gets a specific MutationOperation from the group
getOperation(String) - Method in class org.hibernate.sql.model.internal.EntityMutationOperationGroupStandard
 
getOperation(String) - Method in interface org.hibernate.sql.model.MutationOperationGroup
Get the operation for a specific table.
getOperationGroup() - Method in class org.hibernate.persister.collection.mutation.UpdateRowsCoordinatorStandard
 
getOperator() - Method in class org.hibernate.query.sqm.tree.expression.SqmBinaryArithmetic
Get the operator
getOperator() - Method in class org.hibernate.query.sqm.tree.predicate.AbstractSqmPredicate
 
getOperator() - Method in class org.hibernate.query.sqm.tree.predicate.SqmJunctionPredicate
 
getOperator() - Method in class org.hibernate.sql.ast.tree.expression.BinaryArithmeticExpression
Get the operation
getOperator() - Method in class org.hibernate.sql.ast.tree.expression.UnaryOperation
 
getOperator() - Method in class org.hibernate.sql.ast.tree.predicate.ComparisonPredicate
 
getOperatorChar() - Method in enum org.hibernate.query.sqm.UnaryArithmeticOperator
 
getOperatorSqlText() - Method in enum org.hibernate.query.sqm.BinaryArithmeticOperator
 
getOperatorSqlTextString() - Method in enum org.hibernate.query.sqm.BinaryArithmeticOperator
 
getOptimisticFailureCount() - Method in interface org.hibernate.stat.EntityStatistics
Number of times (since last Statistics clearing) this entity has experienced an optimistic lock failure.
getOptimisticFailureCount() - Method in class org.hibernate.stat.internal.EntityStatisticsImpl
 
getOptimisticFailureCount() - Method in class org.hibernate.stat.internal.StatisticsImpl
 
getOptimisticFailureCount() - Method in interface org.hibernate.stat.Statistics
The number of Hibernate StaleObjectStateExceptions or JPA OptimisticLockExceptions that have occurred.
getOptimisticLock() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the optimisticLock property.
getOptimisticLock() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the optimisticLock property.
getOptimisticLockBindings() - Method in class org.hibernate.sql.model.ast.AbstractRestrictedTableMutation
 
getOptimisticLockBindings() - Method in class org.hibernate.sql.model.ast.builder.AbstractRestrictedTableMutationBuilder
 
getOptimisticLockBindings() - Method in interface org.hibernate.sql.model.ast.builder.RestrictedTableMutationBuilder
 
getOptimisticLockBindings() - Method in class org.hibernate.sql.model.ast.builder.TableDeleteBuilderSkipped
 
getOptimisticLockBindings() - Method in class org.hibernate.sql.model.ast.builder.TableUpdateBuilderSkipped
 
getOptimisticLockBindings() - Method in interface org.hibernate.sql.model.ast.RestrictedTableMutation
All optimistic-lock bindings (WHERE clause), appended after key bindings
getOptimisticLockMode() - Method in class org.hibernate.mapping.PersistentClass
Deprecated, for removal: This API element is subject to removal in a future version.
getOptimisticLockStyle() - Method in class org.hibernate.boot.model.source.internal.hbm.EntityHierarchySourceImpl
 
getOptimisticLockStyle() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
Obtain the optimistic locking style for this entity.
getOptimisticLockStyle() - Method in class org.hibernate.mapping.PersistentClass
 
getOptimisticLockStyle() - Method in class org.hibernate.mapping.Subclass
 
getOptimisticLockStyle() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
getOptimizer() - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
Getter for property 'optimizer'.
getOptimizer() - Method in class org.hibernate.id.enhanced.TableGenerator
The optimizer being used by this generator.
getOptimizer() - Method in interface org.hibernate.id.OptimizableGenerator
 
getOptimizerClass() - Method in class org.hibernate.id.enhanced.CustomOptimizerDescriptor
 
getOptimizerClass() - Method in interface org.hibernate.id.enhanced.OptimizerDescriptor
 
getOptimizerClass() - Method in enum org.hibernate.id.enhanced.StandardOptimizerDescriptor
 
getOptions() - Method in class org.hibernate.cache.spi.AbstractRegionFactory
 
getOrCompute(String, Function<String, V>) - Method in class org.hibernate.stat.internal.StatsNamedContainer
Similar semantics as you'd get by invoking ConcurrentMap.computeIfAbsent(Object, Function), but we check for the key existence first.
getOrCreateCache(String, SessionFactoryImplementor) - Method in class org.hibernate.cache.jcache.internal.JCacheRegionFactory
 
getOrCreateIndex(String) - Method in class org.hibernate.mapping.Table
 
getOrCreateUniqueKey(String) - Method in class org.hibernate.mapping.Table
 
getOrder() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceManyToManyImpl
 
getOrder() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceBagImpl
 
getOrder() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceIdBagImpl
 
getOrder() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceSetImpl
 
getOrder() - Method in interface org.hibernate.boot.model.source.spi.Orderable
The order by clause used during loading this plural attribute.
getOrder() - Method in class org.hibernate.testing.orm.domain.retail.LineItem
 
getOrderBy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the orderBy property.
getOrderBy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the orderBy property.
getOrderBy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Gets the value of the orderBy property.
getOrderBy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the orderBy property.
getOrderBy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the orderBy property.
getOrderBy() - Method in interface org.hibernate.boot.jaxb.mapping.CollectionAttribute
 
getOrderBy() - Method in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
Gets the value of the orderBy property.
getOrderBy() - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
Gets the value of the orderBy property.
getOrderBy() - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
Gets the value of the orderBy property.
getOrderBy() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the orderBy property.
getOrderBy() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Gets the value of the orderBy property.
getOrderBy() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the orderBy property.
getOrderBy() - Method in class org.hibernate.mapping.Collection
 
getOrderBy(Collection) - Method in class org.hibernate.envers.configuration.internal.metadata.AbstractCollectionMetadataGenerator
 
getOrderByClause() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
 
getOrderByCollectionRole(Collection, String) - Method in class org.hibernate.envers.configuration.internal.metadata.AbstractCollectionMetadataGenerator
 
getOrderByFragment() - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
getOrderByFragment() - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
getOrderByNavigablePaths(SqmQuerySpec<?>) - Static method in class org.hibernate.query.sqm.internal.SqmUtil
 
getOrderByValue() - Method in class org.hibernate.metamodel.mapping.ordering.ast.OrderingSpecification
 
getOrderColumn() - Method in interface org.hibernate.boot.jaxb.mapping.CollectionAttribute
 
getOrderColumn() - Method in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
Gets the value of the orderColumn property.
getOrderColumn() - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
Gets the value of the orderColumn property.
getOrderColumn() - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
Gets the value of the orderColumn property.
getOrderColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the orderColumn property.
getOrderColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Gets the value of the orderColumn property.
getOrderColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the orderColumn property.
getOrderedJoins() - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
 
getOrderedNaturalIdValues() - Method in class org.hibernate.event.spi.ResolveNaturalIdEvent
 
getOrderedParameterOccurrences() - Method in interface org.hibernate.query.sql.spi.ParameterInterpretation
Access to the defined parameters in the order they were encountered, potentially including "duplicate references" to a single parameter
getOrderedSetOfBasics() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfSets
 
getOrderingUniqueKey() - Method in class org.hibernate.mapping.PrimaryKey
 
getOrderList() - Method in class org.hibernate.query.criteria.CriteriaDefinition
 
getOrderList() - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
getOrderList() - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
getOrderList() - Method in class org.hibernate.query.sqm.tree.expression.SqmWindow
 
getOrderList() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
getOrderList() - Method in class org.hibernate.sql.ast.tree.expression.Over
 
getOrderMapping() - Method in class org.hibernate.mapping.UserDefinedType
 
getOrdinalGender() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
getOrdinalParameterDescriptionMap() - Method in class org.hibernate.engine.query.spi.ParamLocationRecognizer
Deprecated.
 
getOrdinalParameterLabels() - Method in class org.hibernate.procedure.internal.ProcedureParameterMetadataImpl
 
getOrdinalParameterLabels() - Method in class org.hibernate.query.internal.ParameterMetadataImpl
 
getOrdinalParameterLabels() - Method in interface org.hibernate.query.ParameterMetadata
 
getOrigin() - Method in exception org.hibernate.boot.InvalidMappingException
 
getOrigin() - Method in class org.hibernate.boot.jaxb.spi.Binding
Obtain the metadata about the document's origin
getOrigin() - Method in class org.hibernate.boot.jaxb.spi.XmlSource
 
getOrigin() - Method in exception org.hibernate.boot.MappingException
 
getOrigin() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
getOrigin() - Method in class org.hibernate.boot.model.source.internal.hbm.MappingDocument
 
getOrigin() - Method in interface org.hibernate.boot.model.source.spi.IdentifiableTypeSource
Obtain the origin of this source.
getOrigin() - Method in interface org.hibernate.boot.model.source.spi.LocalMetadataBuildingContext
Obtain the origin for this context
getOriginal() - Method in class org.hibernate.event.spi.MergeEvent
 
getOriginalIdPropertyName() - Method in class org.hibernate.envers.configuration.Configuration
 
getOriginalMapper() - Method in class org.hibernate.envers.internal.entities.mapper.relation.MiddleIdData
 
getOriginalMessage() - Method in exception org.hibernate.QueryException
 
getOriginalOrder() - Method in class org.hibernate.mapping.PrimaryKey
 
getOriginalPropertyOrder() - Method in class org.hibernate.type.ComponentType
 
getOriginalQueryString() - Method in class org.hibernate.query.sql.internal.SQLQueryParser
 
getOriginalSqlString() - Method in class org.hibernate.query.sql.internal.NamedNativeQueryMementoImpl
 
getOriginalSqlString() - Method in interface org.hibernate.query.sql.spi.NamedNativeQueryMemento
 
getOrMakeDataMap() - Method in class org.hibernate.testing.cache.MapStorageAccessImpl
 
getOrmXmlFiles() - Method in class org.hibernate.jpamodelgen.Context
 
getOrmXmlFiles() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
getOrmXmlFiles() - Method in class org.hibernate.testing.orm.junit.BaseSessionFactoryFunctionalTest
 
getOrphan() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.AbstractValueDelayedOperation
 
getOrphan() - Method in interface org.hibernate.collection.spi.AbstractPersistentCollection.DelayedOperation
 
getOrphans(Serializable, String) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
getOrphans(Serializable, String) - Method in class org.hibernate.collection.spi.PersistentArrayHolder
 
getOrphans(Serializable, String) - Method in class org.hibernate.collection.spi.PersistentBag
 
getOrphans(Serializable, String) - Method in interface org.hibernate.collection.spi.PersistentCollection
get all "orphaned" elements
getOrphans(Serializable, String) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
getOrphans(Serializable, String) - Method in class org.hibernate.collection.spi.PersistentList
 
getOrphans(Serializable, String) - Method in class org.hibernate.collection.spi.PersistentMap
 
getOrphans(Serializable, String) - Method in class org.hibernate.collection.spi.PersistentSet
 
getOrphans(String, PersistentCollection<?>) - Method in class org.hibernate.engine.spi.CollectionEntry
Get the collection orphans (entities which were removed from the collection)
getOrphans(Collection<E>, Collection<E>, String, SharedSessionContractImplementor) - Static method in class org.hibernate.collection.spi.AbstractPersistentCollection
Given a collection of entity instances that used to belong to the collection, and a collection of instances that currently belong, return a collection of orphans
getOther() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithLazyManyToOneSelfReference
 
getOther() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithLazyOneToOne
 
getOther() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneJoinTable
 
getOther() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneSelfReference
 
getOther() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOne
 
getOther() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneJoinTable
 
getOther() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneSharingPrimaryKey
 
getOthers() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToMany
 
getOthersIdentifierBag() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToMany
 
getOtherwise() - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
 
getOtherwise() - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
 
getOtherwise() - Method in class org.hibernate.sql.ast.tree.expression.CaseSearchedExpression
 
getOtherwise() - Method in class org.hibernate.sql.ast.tree.expression.CaseSimpleExpression
 
getOuterJoin() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the outerJoin property.
getOuterJoin() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the outerJoin property.
getOuterJoin() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the outerJoin property.
getOuterJoin() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the outerJoin property.
getOuterJoin() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Gets the value of the outerJoin property.
getOuterJoin() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the outerJoin property.
getOuterJoin() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the outerJoin property.
getOuterJoin() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Gets the value of the outerJoin property.
getOuterJoin() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the outerJoin property.
getOuterJoin() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the outerJoin property.
getOuterJoin() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getOutput() - Method in class org.hibernate.result.internal.OutputsImpl.CurrentReturnState
 
getOutputParameterValue(int) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
getOutputParameterValue(int) - Method in class org.hibernate.procedure.internal.ProcedureOutputsImpl
 
getOutputParameterValue(int) - Method in interface org.hibernate.procedure.ProcedureOutputs
Retrieve the value of an OUTPUT parameter by the name position under which the parameter was registered.
getOutputParameterValue(String) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
getOutputParameterValue(String) - Method in class org.hibernate.procedure.internal.ProcedureOutputsImpl
 
getOutputParameterValue(String) - Method in interface org.hibernate.procedure.ProcedureOutputs
Retrieve the value of an OUTPUT parameter by the name under which the parameter was registered.
getOutputParameterValue(ProcedureParameter<T>) - Method in class org.hibernate.procedure.internal.ProcedureOutputsImpl
 
getOutputParameterValue(ProcedureParameter<T>) - Method in interface org.hibernate.procedure.ProcedureOutputs
Retrieve the value of an OUTPUT parameter by the parameter's registration memento.
getOutputs() - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
getOutputs() - Method in interface org.hibernate.procedure.ProcedureCall
Retrieves access to outputs of this procedure call.
getOverridableAnnotation(XAnnotatedElement, Class<T>, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.BinderHelper
 
getOverriddenColumn(String) - Method in class org.hibernate.boot.model.internal.AbstractPropertyHolder
Get column overriding, property first, then parent, then holder replace the placeholder 'collection&&element' with nothing
getOverriddenColumn(String) - Method in class org.hibernate.boot.model.internal.ComponentPropertyHolder
 
getOverriddenColumn(String) - Method in interface org.hibernate.boot.model.internal.PropertyHolder
return null if the column is not overridden, or an array of column if true
getOverriddenColumnTransformer(String) - Method in class org.hibernate.boot.model.internal.AbstractPropertyHolder
 
getOverriddenColumnTransformer(String) - Method in interface org.hibernate.boot.model.internal.PropertyHolder
 
getOverriddenForeignKey(String) - Method in class org.hibernate.boot.model.internal.AbstractPropertyHolder
 
getOverriddenForeignKey(String) - Method in interface org.hibernate.boot.model.internal.PropertyHolder
return null if hte foreign key is not overridden, or the foreign key if true
getOverriddenJoinColumn(String) - Method in class org.hibernate.boot.model.internal.AbstractPropertyHolder
Get column overriding, property first, then parent, then holder replace the placeholder 'collection&&element' with nothing These rules are here to support both JPA 2 and legacy overriding rules.
getOverriddenJoinColumn(String) - Method in class org.hibernate.boot.model.internal.ComponentPropertyHolder
 
getOverriddenJoinColumn(String) - Method in interface org.hibernate.boot.model.internal.PropertyHolder
return null if the column is not overridden, or an array of column if true
getOverriddenJoinTable(String) - Method in class org.hibernate.boot.model.internal.AbstractPropertyHolder
Get column overriding, property first, then parent, then holder replace the placeholder 'collection&&element' with nothing These rules are here to support both JPA 2 and legacy overriding rules.
getOwner() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
getOwner() - Method in interface org.hibernate.collection.spi.PersistentCollection
Get the owning entity.
getOwner() - Method in class org.hibernate.engine.profile.Association
The persister of the owning entity.
getOwner() - Method in class org.hibernate.mapping.Collection
 
getOwner() - Method in class org.hibernate.mapping.Component
 
getOwner() - Method in interface org.hibernate.metamodel.spi.ValueAccess
Access to the owner of the instance being instantiated
getOwner() - Method in class org.hibernate.sql.results.graph.embeddable.AbstractEmbeddableInitializer
 
getOwner() - Method in class org.hibernate.sql.results.graph.embeddable.internal.AbstractNonAggregatedIdentifierMappingInitializer
 
getOwner() - Method in class org.hibernate.testing.orm.domain.animal.DomesticAnimal
 
getOwner() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneWithoutJoinTable
 
getOwner() - Method in class org.hibernate.testing.orm.domain.userguide.Account
 
getOwnerAlias() - Method in interface org.hibernate.query.NativeQuery.FetchReturn
 
getOwnerAlias() - Method in class org.hibernate.query.results.dynamic.DynamicFetchBuilderLegacy
 
getOwnerAlias(String) - Method in class org.hibernate.query.sql.internal.ResultSetMappingProcessor
 
getOwnerEntityName() - Method in class org.hibernate.mapping.Collection
 
getOwnerEntityName() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getOwnerEntityPersister() - Method in class org.hibernate.jpamodelgen.validation.MockCollectionPersister
 
getOwnerEntityPersister() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getOwnerEntityPersister() - Method in interface org.hibernate.persister.collection.CollectionPersister
Get the persister of the entity that "owns" this collection
getOwnerId() - Method in class org.hibernate.envers.internal.synchronization.work.PersistentCollectionChangeWorkUnit.PersistentCollectionChangeWorkUnitId
 
getOwnerId(String, String, Object, Map) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getOwnerId(String, String, Object, Map) - Method in interface org.hibernate.engine.spi.PersistenceContext
Search this persistence context for an associated entity instance which is considered the "owner" of the given childEntity, and return that owner's id value.
getOwnerIdOrNull(Object, EventSource) - Static method in class org.hibernate.event.spi.AbstractCollectionEvent
 
getOwnerTableGroup() - Method in class org.hibernate.engine.spi.SubselectFetch
The TableGroup for the owner within the SubselectFetch.getLoadingSqlAst()
getOwnerType() - Method in interface org.hibernate.metamodel.internal.AttributeContext
Retrieve the attribute owner.
getOwnerType() - Method in interface org.hibernate.metamodel.internal.AttributeMetadata
Retrieve the attribute owner's metamodel information
getOwnerType() - Method in class org.hibernate.metamodel.internal.BaseAttributeMetadata
 
getOwnerType() - Method in class org.hibernate.type.internal.ParameterizedTypeImpl
 
getOwnerVersionComparator() - Method in class org.hibernate.cache.cfg.internal.CollectionDataCachingConfigImpl
 
getOwnerVersionComparator() - Method in interface org.hibernate.cache.cfg.spi.CollectionDataCachingConfig
The comparator to be used with the owning entity's version (if it has one).
getOwningAttributePath() - Method in interface org.hibernate.boot.model.naming.ImplicitCollectionTableNameSource
Access to the name of the attribute, from the owning side, that defines the association.
getOwningEntityNaming() - Method in interface org.hibernate.boot.model.naming.ImplicitCollectionTableNameSource
Access to entity naming information for the owning side.
getOwningEntityNaming() - Method in interface org.hibernate.boot.model.naming.ImplicitJoinTableNameSource
Access to entity naming information for the owning side.
getOwningPhysicalTableName() - Method in interface org.hibernate.boot.model.naming.ImplicitCollectionTableNameSource
Access to the physical name of the owning entity's table.
getOwningPhysicalTableName() - Method in interface org.hibernate.boot.model.naming.ImplicitJoinTableNameSource
Access to the physical name of the owning entity's primary table.
getPackage() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
Gets the value of the package property.
getPackage() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the package property.
getPackage() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
Gets the value of the package property.
getPackage() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Gets the value of the package property.
getPackageName() - Method in class org.hibernate.boot.model.internal.XMLContext.Default
 
getPackageName() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
 
getPackageName() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaPackage
 
getPackageName() - Method in interface org.hibernate.jpamodelgen.model.Metamodel
 
getPackageName() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaEntity
 
getParamCount() - Method in class org.hibernate.query.sqm.produce.function.internal.PatternRenderer
 
getParameter() - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedStoredProcedureQuery
Gets the value of the parameter property.
getParameter() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedStoredProcedureQuery
Gets the value of the parameter property.
getParameter() - Method in class org.hibernate.query.sql.spi.ParameterOccurrence
 
getParameter(int) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
getParameter(int, Class<T>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
getParameter(String) - Method in class org.hibernate.internal.FilterImpl
Get the value of the named parameter for the current filter.
getParameter(String) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
getParameter(String, Class<T>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
getParameterBinder() - Method in class org.hibernate.internal.FilterJdbcParameter
 
getParameterBinder() - Method in interface org.hibernate.sql.ast.tree.expression.JdbcParameter
 
getParameterBinder() - Method in class org.hibernate.sql.exec.internal.AbstractJdbcParameter
 
getParameterBinder() - Method in class org.hibernate.sql.exec.internal.JdbcCallParameterRegistrationImpl
 
getParameterBinder() - Method in interface org.hibernate.sql.exec.spi.JdbcCallParameterRegistration
 
getParameterBinders() - Method in interface org.hibernate.query.sql.spi.NativeNonSelectQueryDefinition
 
getParameterBinders() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getParameterBinders() - Method in class org.hibernate.sql.exec.internal.JdbcCallImpl
 
getParameterBinders() - Method in class org.hibernate.sql.exec.spi.AbstractJdbcOperationQuery
 
getParameterBinders() - Method in interface org.hibernate.sql.exec.spi.JdbcOperation
Get the list of parameter binders for the generated PreparedStatement
getParameterBinders() - Method in class org.hibernate.sql.exec.spi.JdbcOperationQueryMutationNative
 
getParameterBinders() - Method in class org.hibernate.sql.model.jdbc.AbstractJdbcMutation
 
getParameterBinders() - Method in interface org.hibernate.sql.model.PreparableMutationOperation
Get the list of parameter binders for the generated PreparedStatement
getParameterBindings() - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
getParameterBindings() - Method in interface org.hibernate.query.spi.QueryImplementor
 
getParameterBindings() - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
getParameterBindings() - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
getParameterBindValue(JdbcParameter) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getParameterCount() - Method in class org.hibernate.procedure.internal.ProcedureParameterMetadataImpl
 
getParameterCount() - Method in class org.hibernate.query.internal.ParameterMetadataImpl
 
getParameterCount() - Method in interface org.hibernate.query.ParameterMetadata
The total number of registered parameters.
getParameterCountLimit() - Method in class org.hibernate.dialect.Dialect
Return the limit that the underlying database places on the number of parameters that can be defined for a PreparedStatement.
getParameterCountLimit() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getParameterCountLimit() - Method in class org.hibernate.dialect.SybaseDialect
 
getParameterExtractor() - Method in class org.hibernate.sql.exec.internal.JdbcCallParameterRegistrationImpl
 
getParameterExtractor() - Method in interface org.hibernate.sql.exec.spi.JdbcCallParameterRegistration
 
getParameterExtractors() - Method in class org.hibernate.sql.exec.internal.JdbcCallImpl
 
getParameterExtractors() - Method in interface org.hibernate.sql.exec.spi.JdbcOperationQueryCall
Extractors for reading back any OUT/INOUT parameters.
getParameterJdbcMapping(String) - Method in class org.hibernate.engine.spi.FilterDefinition
Retrieve the type of the named parameter defined for this filter.
getParameterList() - Method in class org.hibernate.query.sql.internal.ParameterRecognizerImpl
 
getParameterMarkerStrategy() - Method in class org.hibernate.engine.jdbc.internal.JdbcServicesImpl
 
getParameterMarkerStrategy() - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
Obtains the service used for marking SQL parameters
getParameterMarkerStrategy() - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
 
getParameterMementos() - Method in class org.hibernate.procedure.internal.NamedCallableQueryMementoImpl
 
getParameterMementos() - Method in interface org.hibernate.procedure.spi.NamedCallableQueryMemento
 
getParameterMetadata() - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
getParameterMetadata() - Method in class org.hibernate.procedure.internal.ProcedureParamBindings
 
getParameterMetadata() - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
getParameterMetadata() - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
getParameterMetadata() - Method in interface org.hibernate.query.Query
Access to information about query parameters.
getParameterMetadata() - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
getParameterMetadata() - Method in interface org.hibernate.query.spi.HqlInterpretation
 
getParameterMetadata() - Method in class org.hibernate.query.spi.SimpleHqlInterpretationImpl
 
getParameterMetadata() - Method in interface org.hibernate.query.spi.SqmQuery
 
getParameterMetadata() - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
getParameterMetadata() - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
getParameterMetadata() - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
getParameterMetadata() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
getParameterMode() - Method in class org.hibernate.sql.exec.internal.JdbcCallParameterRegistrationImpl
 
getParameterMode() - Method in interface org.hibernate.sql.exec.spi.JdbcCallParameterRegistration
 
getParameterName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterParameterType
Gets the value of the parameterName property.
getParameterName() - Method in class org.hibernate.sql.ast.tree.predicate.FilterPredicate.FilterFragmentParameter
 
getParameterName() - Method in class org.hibernate.sql.exec.internal.JdbcCallParameterExtractorImpl
 
getParameterName() - Method in interface org.hibernate.sql.exec.spi.JdbcCallParameterExtractor
 
getParameterNames() - Method in class org.hibernate.engine.spi.FilterDefinition
Get a set of the parameters defined by this configuration.
getParameterOccurrences() - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
getParameterPosition() - Method in class org.hibernate.sql.exec.internal.JdbcCallParameterExtractorImpl
 
getParameterPosition() - Method in interface org.hibernate.sql.exec.spi.JdbcCallParameterExtractor
 
getParameterRegistration(int) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
getParameterRegistration(int) - Method in interface org.hibernate.procedure.ProcedureCall
Retrieve a previously registered parameter memento by the position under which it was registered.
getParameterRegistration(String) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
getParameterRegistration(String) - Method in interface org.hibernate.procedure.ProcedureCall
Retrieve a previously registered parameter memento by the name under which it was registered.
getParameterRegistrations() - Method in class org.hibernate.sql.exec.internal.JdbcCallImpl
 
getParameterRegistrations() - Method in interface org.hibernate.sql.exec.spi.JdbcOperationQueryCall
Get the list of any parameter registrations we need to register against the generated CallableStatement
getParameterRenderingMode() - Method in class org.hibernate.dialect.HANASqlAstTranslator
 
getParameterRenderingMode() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getParameterResolutions() - Method in class org.hibernate.query.sqm.internal.DomainParameterXref
 
getParameters() - Method in class org.hibernate.boot.jaxb.mapping.JaxbCollectionUserTypeRegistration
Gets the value of the parameters property.
getParameters() - Method in class org.hibernate.boot.jaxb.mapping.JaxbColumnType
Gets the value of the parameters property.
getParameters() - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition
 
getParameters() - Method in class org.hibernate.boot.model.source.internal.hbm.HibernateTypeSourceImpl
 
getParameters() - Method in interface org.hibernate.boot.model.source.spi.CollectionIdSource
 
getParameters() - Method in interface org.hibernate.boot.model.source.spi.HibernateTypeSource
Obtain any supplied Hibernate type parameters.
getParameters() - Method in class org.hibernate.boot.model.TypeDefinition
 
getParameters() - Method in class org.hibernate.boot.spi.InFlightMetadataCollector.CollectionTypeRegistrationDescriptor
 
getParameters() - Method in interface org.hibernate.envers.boot.model.ConfigParameterContainer
Get the configuration parameters
getParameters() - Method in class org.hibernate.envers.boot.model.TypeSpecification
 
getParameters() - Method in class org.hibernate.internal.FilterImpl
 
getParameters() - Method in class org.hibernate.mapping.TypeDef
Deprecated.
 
getParameters() - Method in class org.hibernate.query.criteria.CriteriaDefinition
 
getParameters() - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
getParameters() - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
getParameters() - Method in class org.hibernate.query.spi.AbstractQuery
 
getParameters() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
getParameters() - Method in class org.hibernate.sql.ast.tree.predicate.FilterPredicate.FilterFragmentPredicate
 
getParameters() - Method in class org.hibernate.sql.ast.tree.predicate.FilterPredicate
 
getParameters() - Method in class org.hibernate.sql.model.ast.AbstractTableMutation
 
getParameters() - Method in class org.hibernate.sql.model.ast.builder.AbstractTableMutationBuilder
 
getParameters() - Method in class org.hibernate.sql.model.ast.ColumnWriteFragment
 
getParameters() - Method in interface org.hibernate.sql.model.ast.TableMutation
The JDBC parameters associated with this mutation.
getParameterStrategy() - Method in class org.hibernate.procedure.internal.NamedCallableQueryMementoImpl
 
getParameterStrategy() - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
getParameterStrategy() - Method in class org.hibernate.procedure.internal.ProcedureParameterMetadataImpl
 
getParameterStrategy() - Method in interface org.hibernate.procedure.spi.NamedCallableQueryMemento
 
getParameterStrategy() - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
getParameterType() - Method in class org.hibernate.engine.query.spi.AbstractParameterDescriptor
 
getParameterType() - Method in class org.hibernate.procedure.internal.FunctionReturnImpl
 
getParameterType() - Method in class org.hibernate.procedure.internal.ProcedureParameterImpl
 
getParameterType() - Method in exception org.hibernate.query.QueryArgumentException
 
getParameterType() - Method in class org.hibernate.query.spi.AbstractQueryParameter
 
getParameterType() - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmParameter
 
getParameterType() - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
 
getParameterType() - Method in class org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper
 
getParameterType() - Method in class org.hibernate.sql.exec.internal.JdbcCallParameterRegistrationImpl
 
getParameterType() - Method in interface org.hibernate.sql.exec.spi.JdbcCallParameterRegistration
 
getParameterTypes() - Method in class org.hibernate.boot.query.NamedNativeQueryDefinitionBuilder
 
getParameterTypes() - Method in class org.hibernate.query.criteria.internal.NamedCriteriaQueryMementoImpl
 
getParameterTypes() - Method in class org.hibernate.query.hql.internal.NamedHqlQueryMementoImpl
 
getParameterTypes() - Method in interface org.hibernate.query.sqm.spi.NamedSqmQueryMemento
 
getParameterValue(int) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
getParameterValue(Parameter<T>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
getParameterValue(String) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
getParameterValueTypeName() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterParameterType
Gets the value of the parameterValueTypeName property.
getParams() - Method in class org.hibernate.mapping.IdGenerator
Deprecated.
 
getParent() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Gets the value of the parent property.
getParent() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
Gets the value of the parent property.
getParent() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
Gets the value of the parent property.
getParent() - Method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
getParent() - Method in class org.hibernate.boot.model.internal.AnnotatedJoinColumn
 
getParent() - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
Access to the parent part
getParent() - Method in class org.hibernate.boot.model.source.spi.AttributePath
 
getParent() - Method in class org.hibernate.boot.model.source.spi.AttributeRole
 
getParent() - Method in interface org.hibernate.boot.model.source.spi.EmbeddableMapping
 
getParent() - Method in class org.hibernate.loader.PropertyPath
Deprecated.
 
getParent() - Method in class org.hibernate.metamodel.mapping.SelectablePath
 
getParent() - Method in class org.hibernate.metamodel.model.domain.NavigableRole
 
getParent() - Method in class org.hibernate.query.hql.internal.FullyQualifiedReflectivePath
 
getParent() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
 
getParent() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
getParent() - Method in interface org.hibernate.spi.DotIdentifierSequence
The parent sequence part.
getParent() - Method in class org.hibernate.spi.NavigablePath
 
getParentAccess() - Method in class org.hibernate.sql.results.graph.collection.internal.AbstractCollectionInitializer
 
getParentAggregateColumn() - Method in class org.hibernate.mapping.Component
 
getParentEntityAttribute(String) - Method in class org.hibernate.sql.results.graph.entity.internal.AbstractBatchEntitySelectFetchInitializer
 
getParentEntityInitializer(FetchParentAccess) - Method in class org.hibernate.sql.results.graph.entity.internal.EntityDelayedFetchInitializer
 
getParentEntityName() - Method in class org.hibernate.envers.internal.entities.EntityConfiguration
 
getParentInjectionAttributePropertyAccess() - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
 
getParentInjectionAttributePropertyAccess() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedAttributeMapping
 
getParentInjectionAttributePropertyAccess() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedCollectionPart
 
getParentKey() - Method in class org.hibernate.sql.results.graph.embeddable.internal.AggregateEmbeddableFetchInitializer
 
getParentKey() - Method in class org.hibernate.sql.results.graph.embeddable.internal.AggregateEmbeddableResultInitializer
 
getParentKey() - Method in class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableFetchInitializer
 
getParentKey() - Method in class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableResultInitializer
 
getParentKey() - Method in class org.hibernate.sql.results.graph.embeddable.internal.NonAggregatedIdentifierMappingFetchInitializer
 
getParentKey() - Method in class org.hibernate.sql.results.graph.embeddable.internal.NonAggregatedIdentifierMappingResultInitializer
 
getParentKey() - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
getParentKey() - Method in class org.hibernate.sql.results.graph.entity.internal.AbstractBatchEntitySelectFetchInitializer
 
getParentKey() - Method in class org.hibernate.sql.results.graph.entity.internal.EntityDelayedFetchInitializer
 
getParentKey() - Method in class org.hibernate.sql.results.graph.entity.internal.EntitySelectFetchInitializer
 
getParentKey() - Method in interface org.hibernate.sql.results.graph.FetchParentAccess
 
getParentLogger() - Method in class org.hibernate.testing.jdbc.DataSourceStub
 
getParentPath() - Method in interface org.hibernate.query.criteria.JpaPath
 
getParentPath() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
getParentProcessingState() - Method in interface org.hibernate.query.hql.spi.SqmCreationProcessingState
The parent processing state.
getParentProcessingState() - Method in class org.hibernate.query.sqm.internal.SqmCreationProcessingStateImpl
 
getParentProcessingState() - Method in class org.hibernate.query.sqm.internal.SqmQueryPartCreationProcessingStateStandardImpl
 
getParentProperty() - Method in class org.hibernate.mapping.Component
 
getParentReferenceAttributeName() - Method in class org.hibernate.boot.model.source.internal.hbm.EmbeddableSourceImpl
 
getParentReferenceAttributeName() - Method in class org.hibernate.boot.model.source.internal.hbm.EmbeddableSourceVirtualImpl
 
getParentReferenceAttributeName() - Method in interface org.hibernate.boot.model.source.spi.EmbeddableSource
 
getParentServiceRegistry() - Method in class org.hibernate.boot.registry.internal.BootstrapServiceRegistryImpl
 
getParentServiceRegistry() - Method in class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
getParentServiceRegistry() - Method in interface org.hibernate.service.ServiceRegistry
Retrieve this registry's parent registry.
getParentState() - Method in class org.hibernate.loader.ast.internal.LoaderSqlAstCreationState
 
getParentState() - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
getParentState() - Method in class org.hibernate.query.sqm.sql.internal.SqlAstProcessingStateImpl
 
getParentState() - Method in interface org.hibernate.sql.ast.spi.SqlAstProcessingState
 
getPart(ForeignKeyDescriptor.Nature) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
 
getPartitions() - Method in class org.hibernate.query.sqm.tree.expression.SqmWindow
 
getPartitions() - Method in class org.hibernate.sql.ast.tree.expression.Over
 
getPartMappingType() - Method in interface org.hibernate.metamodel.mapping.BasicValuedModelPart
 
getPartMappingType() - Method in interface org.hibernate.metamodel.mapping.CompositeIdentifierMapping
 
getPartMappingType() - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType
 
getPartMappingType() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
getPartMappingType() - Method in class org.hibernate.metamodel.mapping.internal.AbstractAttributeMapping
 
getPartMappingType() - Method in class org.hibernate.metamodel.mapping.internal.BasicEntityIdentifierMappingImpl
 
getPartMappingType() - Method in class org.hibernate.metamodel.mapping.internal.BasicValuedCollectionPart
 
getPartMappingType() - Method in class org.hibernate.metamodel.mapping.internal.CollectionIdentifierDescriptorImpl
 
getPartMappingType() - Method in class org.hibernate.metamodel.mapping.internal.CompoundNaturalIdMapping
 
getPartMappingType() - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationMapping
 
getPartMappingType() - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedCollectionPart
 
getPartMappingType() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedCollectionPart
 
getPartMappingType() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedForeignKeyDescriptor
 
getPartMappingType() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedIdentifierMappingImpl
 
getPartMappingType() - Method in interface org.hibernate.metamodel.mapping.internal.EntityCollectionPart
 
getPartMappingType() - Method in class org.hibernate.metamodel.mapping.internal.EntityRowIdMappingImpl
 
getPartMappingType() - Method in class org.hibernate.metamodel.mapping.internal.EntityVersionMappingImpl
 
getPartMappingType() - Method in class org.hibernate.metamodel.mapping.internal.InverseNonAggregatedIdentifierMapping
 
getPartMappingType() - Method in class org.hibernate.metamodel.mapping.internal.NonAggregatedIdentifierMappingImpl
 
getPartMappingType() - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
getPartMappingType() - Method in class org.hibernate.metamodel.mapping.internal.SimpleNaturalIdMapping
 
getPartMappingType() - Method in class org.hibernate.metamodel.mapping.internal.SoftDeleteMappingImpl
 
getPartMappingType() - Method in interface org.hibernate.metamodel.mapping.ManagedMappingType
 
getPartMappingType() - Method in interface org.hibernate.metamodel.mapping.ModelPart
The type for this part.
getPartMappingType() - Method in class org.hibernate.query.derived.AnonymousTupleBasicValuedModelPart
 
getPartMappingType() - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddedEntityIdentifierMapping
 
getPartMappingType() - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
getPartMappingType() - Method in class org.hibernate.query.derived.AnonymousTupleNonAggregatedEntityIdentifierMapping
 
getPartMappingType() - Method in class org.hibernate.query.derived.AnonymousTupleTableGroupProducer
 
getPartName() - Method in interface org.hibernate.metamodel.mapping.AttributeMapping
 
getPartName() - Method in interface org.hibernate.metamodel.mapping.CollectionPart
 
getPartName() - Method in interface org.hibernate.metamodel.mapping.EntityDiscriminatorMapping
 
getPartName() - Method in interface org.hibernate.metamodel.mapping.EntityIdentifierMapping
 
getPartName() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
getPartName() - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
 
getPartName() - Method in class org.hibernate.metamodel.mapping.internal.AnyDiscriminatorPart
 
getPartName() - Method in class org.hibernate.metamodel.mapping.internal.AnyKeyPart
 
getPartName() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddableMappingTypeImpl
 
getPartName() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedIdentifierMappingImpl
 
getPartName() - Method in class org.hibernate.metamodel.mapping.internal.EntityRowIdMappingImpl
 
getPartName() - Method in class org.hibernate.metamodel.mapping.internal.EntityVersionMappingImpl
 
getPartName() - Method in class org.hibernate.metamodel.mapping.internal.IdClassEmbeddable
 
getPartName() - Method in class org.hibernate.metamodel.mapping.internal.InverseNonAggregatedIdentifierMapping
 
getPartName() - Method in interface org.hibernate.metamodel.mapping.internal.SingleAttributeIdentifierMapping
 
getPartName() - Method in class org.hibernate.metamodel.mapping.internal.SoftDeleteMappingImpl
 
getPartName() - Method in class org.hibernate.metamodel.mapping.internal.VirtualIdEmbeddable
 
getPartName() - Method in interface org.hibernate.metamodel.mapping.ModelPart
The local part name, which is generally the unqualified role name
getPartName() - Method in interface org.hibernate.metamodel.mapping.NaturalIdMapping
 
getPartName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPartName() - Method in class org.hibernate.query.derived.AnonymousTupleBasicValuedModelPart
 
getPartName() - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddableValuedModelPart
 
getPartName() - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
getPartName() - Method in class org.hibernate.query.derived.AnonymousTupleTableGroupProducer
 
getParts() - Method in class org.hibernate.metamodel.mapping.SelectablePath
 
getParts() - Method in interface org.hibernate.spi.DotIdentifierSequence
 
getPassword() - Method in class org.hibernate.testing.jdbc.JdbcProperties
 
getPath() - Method in class org.hibernate.boot.model.internal.AbstractPropertyHolder
 
getPath() - Method in interface org.hibernate.boot.model.internal.PropertyHolder
 
getPath() - Method in exception org.hibernate.InvalidMappingException
 
getPath(PropertyHolder, PropertyData) - Static method in class org.hibernate.boot.model.internal.BinderHelper
 
getPathName() - Method in class org.hibernate.metamodel.model.domain.internal.AbstractPluralAttribute
 
getPathName() - Method in class org.hibernate.metamodel.model.domain.internal.AbstractSqmPathSource
 
getPathName() - Method in class org.hibernate.metamodel.model.domain.internal.EntityTypeImpl
 
getPathName() - Method in class org.hibernate.metamodel.model.domain.internal.MappedSuperclassTypeImpl
 
getPathName() - Method in class org.hibernate.metamodel.model.domain.internal.SingularAttributeImpl
 
getPathName() - Method in class org.hibernate.query.derived.AnonymousTupleSimpleSqmPathSource
 
getPathName() - Method in class org.hibernate.query.derived.AnonymousTupleSqmPathSource
 
getPathName() - Method in class org.hibernate.query.derived.AnonymousTupleType
 
getPathName() - Method in interface org.hibernate.query.sqm.SqmPathSource
The name of this thing.
getPathName() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getPathName() - Method in class org.hibernate.query.sqm.tree.expression.SqmAnyDiscriminatorValue
 
getPathRegistry() - Method in interface org.hibernate.query.hql.spi.SqmCreationProcessingState
SqmPathRegistry associated with this state.
getPathRegistry() - Method in class org.hibernate.query.sqm.internal.SqmCreationProcessingStateImpl
 
getPathSource() - Method in class org.hibernate.metamodel.model.domain.internal.SingularAttributeImpl
 
getPathSource() - Method in interface org.hibernate.metamodel.model.domain.SingularPersistentAttribute
 
getPathSource() - Method in class org.hibernate.query.derived.AnonymousTupleSqmAssociationPathSource
 
getPattern() - Method in enum org.hibernate.dialect.function.TruncFunction.DatetimeTrunc
 
getPattern() - Method in class org.hibernate.query.sqm.tree.predicate.SqmLikePredicate
 
getPattern() - Method in class org.hibernate.sql.ast.tree.predicate.LikePredicate
 
getPayment() - Method in class org.hibernate.testing.orm.domain.retail.Order
 
getPayment() - Method in class org.hibernate.testing.orm.domain.userguide.Call
 
getPayments() - Method in class org.hibernate.testing.orm.domain.userguide.Account
 
getPersistenceContext() - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
getPersistenceContext() - Method in class org.hibernate.engine.internal.ImmutableEntityEntry
 
getPersistenceContext() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getPersistenceContext() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Get the persistence context for this session.
getPersistenceContext() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
getPersistenceContext() - Method in class org.hibernate.internal.AbstractScrollableResults
 
getPersistenceContext() - Method in class org.hibernate.internal.SessionImpl
 
getPersistenceContext() - Method in class org.hibernate.internal.StatelessSessionImpl
 
getPersistenceContext() - Method in class org.hibernate.sql.results.jdbc.internal.AbstractResultSetAccess
 
getPersistenceContext() - Method in class org.hibernate.sql.results.spi.LoadContexts
Retrieves the persistence context to which this is bound.
getPersistenceContextInternal() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getPersistenceContextInternal() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Similar to SharedSessionContractImplementor.getPersistenceContext(), with two differences: this version performs better as it allows for inlining and probably better prediction, and it skips some checks of the current state of the session.
getPersistenceContextInternal() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
getPersistenceContextInternal() - Method in class org.hibernate.internal.SessionImpl
 
getPersistenceContextInternal() - Method in class org.hibernate.internal.StatelessSessionImpl
 
getPersistenceProviderClassName() - Method in class org.hibernate.testing.orm.jpa.PersistenceUnitInfoAdapter
 
getPersistenceProviderClassName() - Method in class org.hibernate.testing.orm.jpa.PersistenceUnitInfoImpl
 
getPersistenceProviderClassName() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
 
getPersistenceProviderClassName() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
 
getPersistenceProviderClassName() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
 
getPersistenceType() - Method in interface org.hibernate.metamodel.model.domain.BasicDomainType
 
getPersistenceType() - Method in class org.hibernate.metamodel.model.domain.internal.AnyDiscriminatorSqmPathSource
 
getPersistenceType() - Method in class org.hibernate.metamodel.model.domain.internal.AnyMappingDomainTypeImpl
 
getPersistenceType() - Method in class org.hibernate.metamodel.model.domain.internal.ArrayTupleType
 
getPersistenceType() - Method in class org.hibernate.metamodel.model.domain.internal.BasicSqmPathSource
 
getPersistenceType() - Method in class org.hibernate.metamodel.model.domain.internal.BasicTypeImpl
 
getPersistenceType() - Method in class org.hibernate.metamodel.model.domain.internal.DiscriminatorSqmPathSource
 
getPersistenceType() - Method in class org.hibernate.metamodel.model.domain.internal.EmbeddableTypeImpl
 
getPersistenceType() - Method in class org.hibernate.metamodel.model.domain.internal.EntityTypeImpl
 
getPersistenceType() - Method in class org.hibernate.metamodel.model.domain.internal.MappedSuperclassTypeImpl
 
getPersistenceType() - Method in class org.hibernate.query.derived.AnonymousTupleType
 
getPersistenceType() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getPersistenceUnit() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence
Gets the value of the persistenceUnit property.
getPersistenceUnitDefaultAccessType() - Method in class org.hibernate.jpamodelgen.Context
 
getPersistenceUnitDefaults() - Method in class org.hibernate.boot.jaxb.mapping.JaxbPersistenceUnitMetadata
Gets the value of the persistenceUnitDefaults property.
getPersistenceUnitDefaults() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitMetadata
Gets the value of the persistenceUnitDefaults property.
getPersistenceUnitMetadata() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
Gets the value of the persistenceUnitMetadata property.
getPersistenceUnitMetadata() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Gets the value of the persistenceUnitMetadata property.
getPersistenceUnitName() - Method in class org.hibernate.testing.orm.jpa.PersistenceUnitInfoAdapter
 
getPersistenceUnitName() - Method in class org.hibernate.testing.orm.jpa.PersistenceUnitInfoImpl
 
getPersistenceUnitName() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
 
getPersistenceUnitName() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
 
getPersistenceUnitName() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
 
getPersistenceUnitRootUrl() - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
getPersistenceUnitRootUrl() - Method in class org.hibernate.jpa.boot.internal.PersistenceUnitInfoDescriptor
 
getPersistenceUnitRootUrl() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
Get the root url for the persistence unit.
getPersistenceUnitRootUrl() - Method in class org.hibernate.testing.orm.jpa.PersistenceUnitDescriptorAdapter
 
getPersistenceUnitRootUrl() - Method in class org.hibernate.testing.orm.jpa.PersistenceUnitInfoAdapter
 
getPersistenceUnitRootUrl() - Method in class org.hibernate.testing.orm.jpa.PersistenceUnitInfoImpl
 
getPersistenceUnitRootUrl() - Method in class org.hibernate.testing.orm.junit.EntityManagerFactoryBasedFunctionalTest.TestingPersistenceUnitDescriptorImpl
 
getPersistenceUnitRootUrl() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
 
getPersistenceUnitRootUrl() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
 
getPersistenceUnitRootUrl() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
 
getPersistenceUnitUtil() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getPersistenceUnitUtil() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getPersistenceXmlLocation() - Method in class org.hibernate.jpamodelgen.Context
 
getPersistenceXMLSchemaVersion() - Method in class org.hibernate.testing.orm.jpa.PersistenceUnitInfoAdapter
 
getPersistenceXMLSchemaVersion() - Method in class org.hibernate.testing.orm.jpa.PersistenceUnitInfoImpl
 
getPersistenceXMLSchemaVersion() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
 
getPersistenceXMLSchemaVersion() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
 
getPersistenceXMLSchemaVersion() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
 
getPersistentAttributeType() - Method in class org.hibernate.metamodel.model.domain.internal.AbstractAttribute
 
getPersistentAttributeType() - Method in class org.hibernate.query.derived.AnonymousTupleSqmAssociationPathSource
 
getPersistentClass() - Method in class org.hibernate.boot.model.internal.ClassPropertyHolder
 
getPersistentClass() - Method in class org.hibernate.boot.model.internal.CollectionPropertyHolder
 
getPersistentClass() - Method in class org.hibernate.boot.model.internal.ComponentPropertyHolder
 
getPersistentClass() - Method in class org.hibernate.boot.model.internal.EntityBinder
 
getPersistentClass() - Method in interface org.hibernate.boot.model.internal.PropertyHolder
 
getPersistentClass() - Method in class org.hibernate.envers.boot.model.PersistentEntity
 
getPersistentClass() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.ClassAuditingData
 
getPersistentClass() - Method in interface org.hibernate.generator.GeneratorCreationContext
 
getPersistentClass() - Method in class org.hibernate.mapping.Join
 
getPersistentClass() - Method in class org.hibernate.mapping.Property
 
getPersistentClass() - Method in exception org.hibernate.PropertyAccessException
 
getPersistentClass() - Method in interface org.hibernate.proxy.LazyInitializer
Get the actual class of the entity.
getPersistentClass() - Method in class org.hibernate.proxy.map.MapLazyInitializer
 
getPersistentClass() - Method in class org.hibernate.proxy.pojo.BasicLazyInitializer
 
getPersistentClassHostingProperties(MappedSuperclassTypeImpl<?>) - Method in class org.hibernate.metamodel.internal.MetadataContext
 
getPersistentCollectionRepresentationResolver() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
 
getPersister() - Method in class org.hibernate.action.internal.CollectionAction
 
getPersister() - Method in class org.hibernate.action.internal.EntityAction
entity persister accessor
getPersister() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
getPersister() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the persister property.
getPersister() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the persister property.
getPersister() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Gets the value of the persister property.
getPersister() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the persister property.
getPersister() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the persister property.
getPersister() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the persister property.
getPersister() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the persister property.
getPersister() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the persister property.
getPersister() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getPersister() - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
getPersister() - Method in interface org.hibernate.engine.spi.EntityEntry
 
getPersister() - Method in class org.hibernate.engine.spi.EntityKey
 
getPersister() - Method in class org.hibernate.event.spi.AbstractPreDatabaseOperationEvent
The persister for the entity.
getPersister() - Method in class org.hibernate.event.spi.PostDeleteEvent
 
getPersister() - Method in class org.hibernate.event.spi.PostInsertEvent
 
getPersister() - Method in class org.hibernate.event.spi.PostLoadEvent
 
getPersister() - Method in class org.hibernate.event.spi.PostUpdateEvent
 
getPersister() - Method in class org.hibernate.event.spi.PreLoadEvent
 
getPersister() - Method in class org.hibernate.id.insert.AbstractReturningDelegate
 
getPersister(LoadEvent) - Method in class org.hibernate.event.internal.DefaultLoadEventListener
 
getPerson() - Method in class org.hibernate.testing.orm.domain.userguide.Payment
 
getPerson() - Method in class org.hibernate.testing.orm.domain.userguide.Phone
 
getPets() - Method in class org.hibernate.testing.orm.domain.animal.Human
 
getPGTypeName() - Method in class org.hibernate.spatial.dialect.postgis.AbstractPostGISJdbcType
 
getPGTypeName() - Method in class org.hibernate.spatial.dialect.postgis.PGGeographyJdbcType
 
getPGTypeName() - Method in class org.hibernate.spatial.dialect.postgis.PGGeometryJdbcType
 
getPhone() - Method in class org.hibernate.testing.orm.domain.userguide.Call
 
getPhoneCount() - Method in class org.hibernate.testing.orm.domain.userguide.PersonPhoneCount
 
getPhoneNumbers() - Method in class org.hibernate.testing.orm.domain.contacts.Contact
 
getPhones() - Method in class org.hibernate.testing.orm.domain.userguide.Person
 
getPhysicalColumnName(Table, String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getPhysicalColumnName(Table, String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getPhysicalColumnName(Table, Identifier) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getPhysicalColumnName(Table, Identifier) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getPhysicalConnection() - Method in class org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl
 
getPhysicalConnection() - Method in class org.hibernate.resource.jdbc.internal.LogicalConnectionProvidedImpl
 
getPhysicalConnection() - Method in interface org.hibernate.resource.jdbc.spi.LogicalConnectionImplementor
Exposes access to the "real" Connection.
getPhysicalConnectionHandlingMode() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
getPhysicalConnectionHandlingMode() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getPhysicalConnectionHandlingMode() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getPhysicalConnectionHandlingMode() - Method in class org.hibernate.internal.JdbcSessionContextImpl
 
getPhysicalConnectionHandlingMode() - Method in interface org.hibernate.internal.SessionCreationOptions
 
getPhysicalConnectionHandlingMode() - Method in class org.hibernate.internal.SessionFactoryImpl.SessionBuilderImpl
 
getPhysicalConnectionHandlingMode() - Method in class org.hibernate.internal.SessionFactoryImpl.StatelessSessionBuilderImpl
 
getPhysicalConnectionHandlingMode() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
 
getPhysicalImplicitNamespaceName() - Method in class org.hibernate.boot.model.relational.Database
 
getPhysicalJdbcTransaction() - Method in class org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor
 
getPhysicalJdbcTransaction() - Method in interface org.hibernate.resource.jdbc.spi.LogicalConnectionImplementor
Access to the current underlying JDBC transaction.
getPhysicalName() - Method in class org.hibernate.boot.model.relational.Namespace
 
getPhysicalName() - Method in interface org.hibernate.id.enhanced.DatabaseStructure
The physical name of the database structure (table or sequence).
getPhysicalName() - Method in class org.hibernate.id.enhanced.SequenceStructure
 
getPhysicalName() - Method in class org.hibernate.id.enhanced.TableStructure
 
getPhysicalNamingStrategy() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
 
getPhysicalNamingStrategy() - Method in class org.hibernate.boot.model.relational.Database
 
getPhysicalNamingStrategy() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getPhysicalNamingStrategy() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
 
getPhysicalNamingStrategy() - Method in class org.hibernate.cfg.Configuration
The PhysicalNamingStrategy, if any, to use in this configuration.
getPhysicalNamingStrategy() - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
getPhysicalTableMappingForMutation(SelectableMapping) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPhysicalTableName(String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getPhysicalTableName(String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getPhysicalTableName(Identifier) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getPhysicalTableName(Identifier) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getPk() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithNonIdAttributeNamedId
 
getPkColumnName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbTableGenerator
Gets the value of the pkColumnName property.
getPkColumnName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
Gets the value of the pkColumnName property.
getPkColumnValue() - Method in class org.hibernate.boot.jaxb.mapping.JaxbTableGenerator
Gets the value of the pkColumnValue property.
getPkColumnValue() - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
Gets the value of the pkColumnValue property.
getPlanCacheHitCount() - Method in class org.hibernate.stat.internal.QueryStatisticsImpl
Query plan successfully fetched from the cache
getPlanCacheHitCount() - Method in interface org.hibernate.stat.QueryStatistics
The number of query plans successfully fetched from the cache.
getPlanCacheMissCount() - Method in class org.hibernate.stat.internal.QueryStatisticsImpl
Query plan not fetched from the cache
getPlanCacheMissCount() - Method in interface org.hibernate.stat.QueryStatistics
The number of query plans *not* fetched from the cache.
getPlanCompilationTotalMicroseconds() - Method in class org.hibernate.stat.internal.QueryStatisticsImpl
Query plan overall compiled total
getPlanCompilationTotalMicroseconds() - Method in interface org.hibernate.stat.QueryStatistics
The overall time spent to compile the plan for this particular query.
getPluralAttribute() - Method in class org.hibernate.metamodel.mapping.ordering.ast.CollectionPartPath
 
getPluralAttribute() - Method in interface org.hibernate.metamodel.mapping.ordering.ast.DomainPath
 
getPluralAttribute() - Method in interface org.hibernate.query.NativeQuery.CollectionReturn
 
getPluralAttribute() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderCollectionStandard
 
getPluralAttribute() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmSpecificPluralPartPath
 
getPluralAttribute() - Method in class org.hibernate.query.sqm.tree.domain.SqmIndexedCollectionAccessPath
 
getPluralAttributeDescriptor() - Method in class org.hibernate.query.internal.ResultMementoCollectionStandard
 
getPluralAttributeDescriptor() - Method in interface org.hibernate.query.named.ModelPartResultMementoCollection
 
getPluralAttributeMapping(String) - Method in interface org.hibernate.metamodel.RuntimeMetamodels
 
getPluralAttributePath() - Method in interface org.hibernate.boot.model.naming.ImplicitIndexColumnNameSource
 
getPluralAttributePath() - Method in interface org.hibernate.boot.model.naming.ImplicitMapKeyColumnNameSource
Access the AttributePath for the Map attribute
getPluralAttributes() - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getPluralAttributes() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getPluralDiscriminatedAssociations() - Method in interface org.hibernate.boot.jaxb.mapping.AttributesContainer
 
getPluralDiscriminatedAssociations() - Method in class org.hibernate.boot.jaxb.mapping.JaxbAttributes
Gets the value of the pluralDiscriminatedAssociations property.
getPluralDiscriminatedAssociations() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEmbeddableAttributes
Gets the value of the pluralDiscriminatedAssociations property.
getPluralDomainPath() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmSpecificPluralPartPath
 
getPluralPath() - Method in class org.hibernate.query.sqm.tree.expression.SqmCollectionSize
 
getPluralPath() - Method in class org.hibernate.query.sqm.tree.predicate.SqmEmptinessPredicate
 
getPluralPath() - Method in class org.hibernate.query.sqm.tree.predicate.SqmMemberOfPredicate
 
getPluralType(int, List<? extends SqmTypedNode<?>>, String, TypeConfiguration) - Method in class org.hibernate.dialect.function.array.ArrayArgumentValidator
 
getPlus4() - Method in class org.hibernate.testing.orm.domain.contacts.Address.PostalCode
 
getPolymorphism() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the polymorphism property.
getPolymorphism() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the polymorphism property.
getPosition() - Method in class org.hibernate.engine.jdbc.mutation.spi.Binding
The JDBC parameter position
getPosition() - Method in class org.hibernate.engine.query.spi.AbstractParameterDescriptor
 
getPosition() - Method in class org.hibernate.engine.query.spi.OrdinalParameterDescriptor
 
getPosition() - Method in class org.hibernate.procedure.internal.FunctionReturnImpl
 
getPosition() - Method in class org.hibernate.procedure.internal.NamedCallableQueryMementoImpl.ParameterMementoImpl
 
getPosition() - Method in class org.hibernate.procedure.internal.ProcedureParameterImpl
 
getPosition() - Method in class org.hibernate.query.internal.QueryParameterPositionalImpl
 
getPosition() - Method in class org.hibernate.query.spi.AbstractQueryParameter
 
getPosition() - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmParameter
 
getPosition() - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
 
getPosition() - Method in class org.hibernate.query.sqm.tree.expression.SqmAliasedNodeRef
 
getPosition() - Method in class org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper
 
getPosition() - Method in interface org.hibernate.query.sqm.tree.expression.SqmParameter
If this represents a positional parameter, return that parameter position; otherwise return null.
getPosition() - Method in class org.hibernate.query.sqm.tree.expression.SqmPositionalParameter
 
getPosition() - Method in class org.hibernate.sql.results.internal.RowProcessingStateStandardImpl
 
getPosition() - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesCacheHit
 
getPosition() - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesResultSetImpl
 
getPosition() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
 
getPositionalQueryParameters() - Method in class org.hibernate.query.sql.internal.ParameterRecognizerImpl
 
getPositionMappedBy() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
getPostalCode() - Method in class org.hibernate.testing.orm.domain.animal.Address
 
getPostalCode() - Method in class org.hibernate.testing.orm.domain.contacts.Address
 
getPostLoad() - Method in interface org.hibernate.boot.jaxb.mapping.EntityOrMappedSuperclass
 
getPostLoad() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the postLoad property.
getPostLoad() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityListener
Gets the value of the postLoad property.
getPostLoad() - Method in class org.hibernate.boot.jaxb.mapping.JaxbMappedSuperclass
Gets the value of the postLoad property.
getPostLoad() - Method in interface org.hibernate.boot.jaxb.mapping.LifecycleCallbackContainer
 
getPostLoad() - Method in class org.hibernate.boot.model.internal.PropertyMappingElementCollector
 
getPostLoad() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the postLoad property.
getPostLoad() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
Gets the value of the postLoad property.
getPostLoad() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Gets the value of the postLoad property.
getPostLoadEvent() - Method in class org.hibernate.event.spi.LoadEvent
 
getPostLoadEvent() - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesSourceProcessingStateStandardImpl
 
getPostLoadEvent() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingState
 
getPostPersist() - Method in interface org.hibernate.boot.jaxb.mapping.EntityOrMappedSuperclass
 
getPostPersist() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the postPersist property.
getPostPersist() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityListener
Gets the value of the postPersist property.
getPostPersist() - Method in class org.hibernate.boot.jaxb.mapping.JaxbMappedSuperclass
Gets the value of the postPersist property.
getPostPersist() - Method in interface org.hibernate.boot.jaxb.mapping.LifecycleCallbackContainer
 
getPostPersist() - Method in class org.hibernate.boot.model.internal.PropertyMappingElementCollector
 
getPostPersist() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the postPersist property.
getPostPersist() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
Gets the value of the postPersist property.
getPostPersist() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Gets the value of the postPersist property.
getPostRemove() - Method in interface org.hibernate.boot.jaxb.mapping.EntityOrMappedSuperclass
 
getPostRemove() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the postRemove property.
getPostRemove() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityListener
Gets the value of the postRemove property.
getPostRemove() - Method in class org.hibernate.boot.jaxb.mapping.JaxbMappedSuperclass
Gets the value of the postRemove property.
getPostRemove() - Method in interface org.hibernate.boot.jaxb.mapping.LifecycleCallbackContainer
 
getPostRemove() - Method in class org.hibernate.boot.model.internal.PropertyMappingElementCollector
 
getPostRemove() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the postRemove property.
getPostRemove() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
Gets the value of the postRemove property.
getPostRemove() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Gets the value of the postRemove property.
getPostUpdate() - Method in interface org.hibernate.boot.jaxb.mapping.EntityOrMappedSuperclass
 
getPostUpdate() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the postUpdate property.
getPostUpdate() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityListener
Gets the value of the postUpdate property.
getPostUpdate() - Method in class org.hibernate.boot.jaxb.mapping.JaxbMappedSuperclass
Gets the value of the postUpdate property.
getPostUpdate() - Method in interface org.hibernate.boot.jaxb.mapping.LifecycleCallbackContainer
 
getPostUpdate() - Method in class org.hibernate.boot.model.internal.PropertyMappingElementCollector
 
getPostUpdate() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the postUpdate property.
getPostUpdate() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
Gets the value of the postUpdate property.
getPostUpdate() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Gets the value of the postUpdate property.
getPrecision() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the precision property.
getPrecision() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Gets the value of the precision property.
getPrecision() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Gets the value of the precision property.
getPrecision() - Method in class org.hibernate.boot.jaxb.hbm.transform.ColumnDefaultsBasicImpl
 
getPrecision() - Method in interface org.hibernate.boot.jaxb.hbm.transform.SourceColumnAdapter
 
getPrecision() - Method in class org.hibernate.boot.jaxb.hbm.transform.SourceColumnAdapterJaxbHbmColumnType
 
getPrecision() - Method in class org.hibernate.boot.jaxb.mapping.JaxbColumn
Gets the value of the precision property.
getPrecision() - Method in class org.hibernate.boot.jaxb.mapping.JaxbMapKeyColumn
Gets the value of the precision property.
getPrecision() - Method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
getPrecision() - Method in class org.hibernate.boot.model.source.internal.hbm.SizeSourceImpl
 
getPrecision() - Method in interface org.hibernate.boot.model.source.spi.SizeSource
The specified precision.
getPrecision() - Method in class org.hibernate.engine.jdbc.Size
 
getPrecision() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
 
getPrecision() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
Gets the value of the precision property.
getPrecision() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
Gets the value of the precision property.
getPrecision() - Method in class org.hibernate.mapping.Column
 
getPrecision() - Method in class org.hibernate.metamodel.mapping.internal.AnyDiscriminatorPart
 
getPrecision() - Method in class org.hibernate.metamodel.mapping.internal.AnyKeyPart
 
getPrecision() - Method in class org.hibernate.metamodel.mapping.internal.BasicAttributeMapping
 
getPrecision() - Method in class org.hibernate.metamodel.mapping.internal.BasicEntityIdentifierMappingImpl
 
getPrecision() - Method in class org.hibernate.metamodel.mapping.internal.BasicValuedCollectionPart
 
getPrecision() - Method in class org.hibernate.metamodel.mapping.internal.CaseStatementDiscriminatorMappingImpl
 
getPrecision() - Method in class org.hibernate.metamodel.mapping.internal.CollectionIdentifierDescriptorImpl
 
getPrecision() - Method in class org.hibernate.metamodel.mapping.internal.EntityRowIdMappingImpl
 
getPrecision() - Method in class org.hibernate.metamodel.mapping.internal.EntityVersionMappingImpl
 
getPrecision() - Method in class org.hibernate.metamodel.mapping.internal.ExplicitColumnDiscriminatorMappingImpl
 
getPrecision() - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
getPrecision() - Method in class org.hibernate.metamodel.mapping.internal.SqlTypedMappingImpl
 
getPrecision() - Method in class org.hibernate.metamodel.mapping.SelectableConsumer.MutableSelectableMapping
 
getPrecision() - Method in interface org.hibernate.metamodel.mapping.SoftDeleteMapping
 
getPrecision() - Method in interface org.hibernate.metamodel.mapping.SqlTypedMapping
 
getPrecision() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping.KeyColumn
 
getPrecision() - Method in class org.hibernate.query.derived.AnonymousTupleBasicValuedModelPart
 
getPrecision() - Method in class org.hibernate.query.sqm.tree.expression.SqmCastTarget
 
getPrecision() - Method in class org.hibernate.sql.ast.tree.expression.CastTarget
 
getPrecision() - Method in class org.hibernate.type.descriptor.java.CalendarDateJavaType
 
getPrecision() - Method in class org.hibernate.type.descriptor.java.CalendarJavaType
 
getPrecision() - Method in class org.hibernate.type.descriptor.java.CalendarTimeJavaType
 
getPrecision() - Method in class org.hibernate.type.descriptor.java.DateJavaType
 
getPrecision() - Method in class org.hibernate.type.descriptor.java.InstantJavaType
 
getPrecision() - Method in class org.hibernate.type.descriptor.java.JdbcDateJavaType
 
getPrecision() - Method in class org.hibernate.type.descriptor.java.JdbcTimeJavaType
 
getPrecision() - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
 
getPrecision() - Method in class org.hibernate.type.descriptor.java.LocalDateJavaType
 
getPrecision() - Method in class org.hibernate.type.descriptor.java.LocalDateTimeJavaType
 
getPrecision() - Method in class org.hibernate.type.descriptor.java.LocalTimeJavaType
 
getPrecision() - Method in class org.hibernate.type.descriptor.java.OffsetDateTimeJavaType
 
getPrecision() - Method in class org.hibernate.type.descriptor.java.OffsetTimeJavaType
 
getPrecision() - Method in interface org.hibernate.type.descriptor.java.TemporalJavaType
The precision represented by this type
getPrecision() - Method in class org.hibernate.type.descriptor.java.ZonedDateTimeJavaType
 
getPredicate() - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched.WhenFragment
 
getPredicate() - Method in class org.hibernate.query.sqm.tree.predicate.SqmWhereClause
 
getPredicate() - Method in class org.hibernate.sql.ast.tree.expression.CaseSearchedExpression.WhenFragment
 
getPredicate() - Method in class org.hibernate.sql.ast.tree.from.TableGroupJoin
 
getPredicate() - Method in interface org.hibernate.sql.ast.tree.from.TableJoin
 
getPredicate() - Method in class org.hibernate.sql.ast.tree.from.TableReferenceJoin
 
getPredicate() - Method in class org.hibernate.sql.ast.tree.predicate.NegatedPredicate
 
getPredicate() - Method in class org.hibernate.sql.ast.tree.predicate.PredicateCollector
 
getPredicates() - Method in class org.hibernate.query.sqm.tree.predicate.SqmJunctionPredicate
 
getPredicates() - Method in class org.hibernate.sql.ast.tree.predicate.Junction
 
getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.dialect.H2DurationIntervalSecondJdbcType
 
getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.dialect.OracleNestedTableJdbcType
 
getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.dialect.PostgreSQLIntervalSecondJdbcType
 
getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.dialect.VarcharUUIDJdbcType
 
getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.ArrayJdbcType
 
getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.BigIntJdbcType
 
getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.BooleanJdbcType
 
getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.DateJdbcType
 
getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.DecimalJdbcType
 
getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.DoubleJdbcType
 
getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.FloatJdbcType
 
getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.IntegerJdbcType
 
getPreferredJavaTypeClass(WrapperOptions) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
The Java type class that is preferred by the binder or null.
getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.NVarcharJdbcType
 
getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.RealJdbcType
Deprecated.
 
getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.SmallIntJdbcType
 
getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.TimeJdbcType
 
getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.TimestampJdbcType
 
getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsInstantJdbcType
 
getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsJdbcTimestampJdbcType
 
getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsOffsetDateTimeJdbcType
 
getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.TimestampWithTimeZoneJdbcType
 
getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.TimeUtcAsJdbcTimeJdbcType
 
getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.TimeUtcAsOffsetTimeJdbcType
 
getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.TimeWithTimeZoneJdbcType
 
getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.TinyIntAsSmallIntJdbcType
 
getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.TinyIntJdbcType
 
getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.UUIDJdbcType
 
getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.VarbinaryJdbcType
 
getPreferredJavaTypeClass(WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.VarcharJdbcType
 
getPreferredSqlTypeCodeForArray() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
getPreferredSqlTypeCodeForArray() - Method in class org.hibernate.boot.model.internal.BasicValueBinder
 
getPreferredSqlTypeCodeForArray() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getPreferredSqlTypeCodeForArray() - Method in interface org.hibernate.boot.spi.MetadataBuildingContext
 
getPreferredSqlTypeCodeForArray() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getPreferredSqlTypeCodeForArray() - Method in class org.hibernate.dialect.Dialect
The JDBC type code to use for mapping properties of basic Java array or Collection types.
getPreferredSqlTypeCodeForArray() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getPreferredSqlTypeCodeForArray() - Method in class org.hibernate.dialect.OracleDialect
 
getPreferredSqlTypeCodeForArray() - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
getPreferredSqlTypeCodeForArray() - Method in class org.hibernate.mapping.BasicValue
 
getPreferredSqlTypeCodeForArray() - Method in class org.hibernate.type.descriptor.jdbc.DelegatingJdbcTypeIndicators
 
getPreferredSqlTypeCodeForArray() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
When mapping a basic array or collection type to the database what is the preferred SQL type code to use?
getPreferredSqlTypeCodeForArray(StandardServiceRegistry) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
 
getPreferredSqlTypeCodeForBoolean() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
getPreferredSqlTypeCodeForBoolean() - Method in class org.hibernate.boot.model.internal.BasicValueBinder
 
getPreferredSqlTypeCodeForBoolean() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getPreferredSqlTypeCodeForBoolean() - Method in interface org.hibernate.boot.spi.MetadataBuildingContext
 
getPreferredSqlTypeCodeForBoolean() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getPreferredSqlTypeCodeForBoolean() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
getPreferredSqlTypeCodeForBoolean() - Method in class org.hibernate.dialect.Dialect
The JDBC type code to use for mapping properties of Java type boolean.
getPreferredSqlTypeCodeForBoolean() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getPreferredSqlTypeCodeForBoolean() - Method in class org.hibernate.dialect.MySQLDialect
 
getPreferredSqlTypeCodeForBoolean() - Method in class org.hibernate.dialect.OracleDialect
 
getPreferredSqlTypeCodeForBoolean() - Method in class org.hibernate.engine.spi.AbstractDelegatingWrapperOptions
 
getPreferredSqlTypeCodeForBoolean() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getPreferredSqlTypeCodeForBoolean() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
getPreferredSqlTypeCodeForBoolean() - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
getPreferredSqlTypeCodeForBoolean() - Method in class org.hibernate.internal.FastSessionServices
 
getPreferredSqlTypeCodeForBoolean() - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
getPreferredSqlTypeCodeForBoolean() - Method in class org.hibernate.mapping.BasicValue
 
getPreferredSqlTypeCodeForBoolean() - Method in class org.hibernate.persister.entity.SessionFactoryBasedWrapperOptions
 
getPreferredSqlTypeCodeForBoolean() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
getPreferredSqlTypeCodeForBoolean() - Method in class org.hibernate.type.descriptor.jdbc.DelegatingJdbcTypeIndicators
 
getPreferredSqlTypeCodeForBoolean() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
When mapping a boolean type to the database what is the preferred SQL type code to use?
getPreferredSqlTypeCodeForBoolean() - Method in interface org.hibernate.type.descriptor.WrapperOptions
The JDBC type code used to bind a null boolean value.
getPreferredSqlTypeCodeForBoolean(StandardServiceRegistry) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
 
getPreferredSqlTypeCodeForDuration() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
getPreferredSqlTypeCodeForDuration() - Method in class org.hibernate.boot.model.internal.BasicValueBinder
 
getPreferredSqlTypeCodeForDuration() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getPreferredSqlTypeCodeForDuration() - Method in interface org.hibernate.boot.spi.MetadataBuildingContext
 
getPreferredSqlTypeCodeForDuration() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getPreferredSqlTypeCodeForDuration() - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
getPreferredSqlTypeCodeForDuration() - Method in class org.hibernate.mapping.BasicValue
 
getPreferredSqlTypeCodeForDuration() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
getPreferredSqlTypeCodeForDuration() - Method in class org.hibernate.type.descriptor.jdbc.DelegatingJdbcTypeIndicators
 
getPreferredSqlTypeCodeForDuration() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
When mapping a duration type to the database what is the preferred SQL type code to use?
getPreferredSqlTypeCodeForDuration(StandardServiceRegistry) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
 
getPreferredSqlTypeCodeForInstant() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
getPreferredSqlTypeCodeForInstant() - Method in class org.hibernate.boot.model.internal.BasicValueBinder
 
getPreferredSqlTypeCodeForInstant() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getPreferredSqlTypeCodeForInstant() - Method in interface org.hibernate.boot.spi.MetadataBuildingContext
 
getPreferredSqlTypeCodeForInstant() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getPreferredSqlTypeCodeForInstant() - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
getPreferredSqlTypeCodeForInstant() - Method in class org.hibernate.mapping.BasicValue
 
getPreferredSqlTypeCodeForInstant() - Method in class org.hibernate.type.descriptor.jdbc.DelegatingJdbcTypeIndicators
 
getPreferredSqlTypeCodeForInstant() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
When mapping an instant type to the database what is the preferred SQL type code to use?
getPreferredSqlTypeCodeForInstant(StandardServiceRegistry) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
 
getPreferredSqlTypeCodeForUuid() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
getPreferredSqlTypeCodeForUuid() - Method in class org.hibernate.boot.model.internal.BasicValueBinder
 
getPreferredSqlTypeCodeForUuid() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getPreferredSqlTypeCodeForUuid() - Method in interface org.hibernate.boot.spi.MetadataBuildingContext
 
getPreferredSqlTypeCodeForUuid() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getPreferredSqlTypeCodeForUuid() - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
getPreferredSqlTypeCodeForUuid() - Method in class org.hibernate.mapping.BasicValue
 
getPreferredSqlTypeCodeForUuid() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
getPreferredSqlTypeCodeForUuid() - Method in class org.hibernate.type.descriptor.jdbc.DelegatingJdbcTypeIndicators
 
getPreferredSqlTypeCodeForUuid() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
When mapping an uuid type to the database what is the preferred SQL type code to use?
getPreferredSqlTypeCodeForUuid(StandardServiceRegistry) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
 
getPrefix() - Method in class org.hibernate.testing.orm.domain.contacts.PhoneNumber
 
getPrefix() - Method in class org.hibernate.testing.orm.domain.retail.Name
 
getPrefixedIdAttributes(String, ColumnNameIterator, IdMappingData) - Method in class org.hibernate.envers.configuration.internal.metadata.AbstractCollectionMetadataGenerator
 
getPrefixedMapper() - Method in class org.hibernate.envers.internal.entities.mapper.relation.MiddleIdData
 
getPreLoadEvent() - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesSourceProcessingStateStandardImpl
 
getPreLoadEvent() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingState
 
getPreparedSQLStatements() - Method in class org.hibernate.testing.orm.jdbc.PreparedStatementSpyConnectionProvider
Get the PreparedStatements SQL statements.
getPreparedStatement(String) - Method in class org.hibernate.testing.orm.jdbc.PreparedStatementSpyConnectionProvider
Get one and only one PreparedStatement associated to the given SQL statement.
getPreparedStatementDetails(String) - Method in interface org.hibernate.engine.jdbc.mutation.group.PreparedStatementGroup
Get the PreparedStatement in this group related to the given table-name.
getPreparedStatementDetails(String) - Method in class org.hibernate.engine.jdbc.mutation.internal.AbstractSingleMutationExecutor
 
getPreparedStatementDetails(String) - Method in class org.hibernate.engine.jdbc.mutation.internal.MutationExecutorPostInsert
 
getPreparedStatementDetails(String) - Method in class org.hibernate.engine.jdbc.mutation.internal.MutationExecutorPostInsertSingleTable
 
getPreparedStatementDetails(String) - Method in class org.hibernate.engine.jdbc.mutation.internal.MutationExecutorSingleSelfExecuting
 
getPreparedStatementDetails(String) - Method in class org.hibernate.engine.jdbc.mutation.internal.MutationExecutorStandard
 
getPreparedStatementDetails(String) - Method in class org.hibernate.engine.jdbc.mutation.internal.PreparedStatementGroupNone
 
getPreparedStatementDetails(String) - Method in class org.hibernate.engine.jdbc.mutation.internal.PreparedStatementGroupSingleTable
 
getPreparedStatementDetails(String) - Method in class org.hibernate.engine.jdbc.mutation.internal.PreparedStatementGroupStandard
 
getPreparedStatementDetails(String) - Method in interface org.hibernate.engine.jdbc.mutation.MutationExecutor
Details about the PreparedStatement for mutating the given table.
getPreparedStatements() - Method in class org.hibernate.testing.orm.jdbc.PreparedStatementSpyConnectionProvider
Get the PreparedStatements that were executed since the last clear operation.
getPreparedStatements(String) - Method in class org.hibernate.testing.orm.jdbc.PreparedStatementSpyConnectionProvider
Get the PreparedStatements that are associated to the following SQL statement.
getPreparedStatementsAndSql() - Method in class org.hibernate.testing.orm.jdbc.PreparedStatementSpyConnectionProvider
 
getPrepareStatementCount() - Method in class org.hibernate.stat.internal.StatisticsImpl
 
getPrepareStatementCount() - Method in interface org.hibernate.stat.Statistics
The number of prepared statements that were acquired.
getPrePersist() - Method in interface org.hibernate.boot.jaxb.mapping.EntityOrMappedSuperclass
 
getPrePersist() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the prePersist property.
getPrePersist() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityListener
Gets the value of the prePersist property.
getPrePersist() - Method in class org.hibernate.boot.jaxb.mapping.JaxbMappedSuperclass
Gets the value of the prePersist property.
getPrePersist() - Method in interface org.hibernate.boot.jaxb.mapping.LifecycleCallbackContainer
 
getPrePersist() - Method in class org.hibernate.boot.model.internal.PropertyMappingElementCollector
 
getPrePersist() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the prePersist property.
getPrePersist() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
Gets the value of the prePersist property.
getPrePersist() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Gets the value of the prePersist property.
getPreRemove() - Method in interface org.hibernate.boot.jaxb.mapping.EntityOrMappedSuperclass
 
getPreRemove() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the preRemove property.
getPreRemove() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityListener
Gets the value of the preRemove property.
getPreRemove() - Method in class org.hibernate.boot.jaxb.mapping.JaxbMappedSuperclass
Gets the value of the preRemove property.
getPreRemove() - Method in interface org.hibernate.boot.jaxb.mapping.LifecycleCallbackContainer
 
getPreRemove() - Method in class org.hibernate.boot.model.internal.PropertyMappingElementCollector
 
getPreRemove() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the preRemove property.
getPreRemove() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
Gets the value of the preRemove property.
getPreRemove() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Gets the value of the preRemove property.
getPreUpdate() - Method in interface org.hibernate.boot.jaxb.mapping.EntityOrMappedSuperclass
 
getPreUpdate() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the preUpdate property.
getPreUpdate() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityListener
Gets the value of the preUpdate property.
getPreUpdate() - Method in class org.hibernate.boot.jaxb.mapping.JaxbMappedSuperclass
Gets the value of the preUpdate property.
getPreUpdate() - Method in interface org.hibernate.boot.jaxb.mapping.LifecycleCallbackContainer
 
getPreUpdate() - Method in class org.hibernate.boot.model.internal.PropertyMappingElementCollector
 
getPreUpdate() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the preUpdate property.
getPreUpdate() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
Gets the value of the preUpdate property.
getPreUpdate() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Gets the value of the preUpdate property.
getPreviousEvent() - Method in class org.hibernate.boot.jaxb.internal.stax.BaseXMLEventReader
 
getPreviousNaturalIdValues() - Method in class org.hibernate.action.internal.EntityUpdateAction
 
getPreviousState() - Method in class org.hibernate.action.internal.EntityUpdateAction
 
getPreviousVersion() - Method in class org.hibernate.action.internal.EntityUpdateAction
 
getPrimaryKey() - Method in class org.hibernate.mapping.DenormalizedTable
 
getPrimaryKey() - Method in class org.hibernate.mapping.Table
 
getPrimaryKey() - Method in class org.hibernate.tool.schema.extract.internal.TableInformationImpl
 
getPrimaryKey() - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
Retrieve information about the table's primary key, if one is defined (aka, may return null).
getPrimaryKey(TableInformationImpl) - Method in class org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl
 
getPrimaryKey(TableInformationImpl) - Method in interface org.hibernate.tool.schema.extract.spi.InformationExtractor
Extract information about the given table's primary key.
getPrimaryKeyColumnSources() - Method in class org.hibernate.boot.model.source.internal.hbm.JoinedSubclassEntitySourceImpl
 
getPrimaryKeyColumnSources() - Method in interface org.hibernate.boot.model.source.spi.JoinedSubclassEntitySource
The PrimaryKeyJoinColumns mapping for the joined-subclass.
getPrimaryKeyColumnSources() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
Retrieves the columns defines as making up this secondary tables primary key.
getPrimaryKeyForeignKey() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the primaryKeyForeignKey property.
getPrimaryKeyForeignKey() - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToOne
Gets the value of the primaryKeyForeignKey property.
getPrimaryKeyForeignKey() - Method in class org.hibernate.boot.jaxb.mapping.JaxbSecondaryTable
Gets the value of the primaryKeyForeignKey property.
getPrimaryKeyForeignKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the primaryKeyForeignKey property.
getPrimaryKeyForeignKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Gets the value of the primaryKeyForeignKey property.
getPrimaryKeyForeignKey() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
Gets the value of the primaryKeyForeignKey property.
getPrimaryKeyIdentifier() - Method in class org.hibernate.tool.schema.extract.internal.PrimaryKeyInformationImpl
 
getPrimaryKeyIdentifier() - Method in interface org.hibernate.tool.schema.extract.spi.PrimaryKeyInformation
Obtain the identifier for this PK.
getPrimaryKeyJoinColumn() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the primaryKeyJoinColumn property.
getPrimaryKeyJoinColumn() - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToOne
Gets the value of the primaryKeyJoinColumn property.
getPrimaryKeyJoinColumn() - Method in class org.hibernate.boot.jaxb.mapping.JaxbSecondaryTable
Gets the value of the primaryKeyJoinColumn property.
getPrimaryKeyJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the primaryKeyJoinColumn property.
getPrimaryKeyJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Gets the value of the primaryKeyJoinColumn property.
getPrimaryKeyJoinColumn() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
Gets the value of the primaryKeyJoinColumn property.
getPrimarySortClassifier() - Method in class org.hibernate.action.internal.CollectionAction
 
getPrimarySortClassifier() - Method in class org.hibernate.action.internal.EntityAction
 
getPrimarySortClassifier() - Method in interface org.hibernate.engine.spi.ComparableExecutable
This affect sorting order of the executables, when sorting is enabled.
getPrimaryTable() - Method in class org.hibernate.boot.model.source.internal.hbm.RootEntitySourceImpl
 
getPrimaryTable() - Method in class org.hibernate.boot.model.source.internal.hbm.SubclassEntitySourceImpl
 
getPrimaryTable() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
Obtain the primary table for this entity.
getPrimaryTable() - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector.EntityTableXref
 
getPrimaryTableReference() - Method in class org.hibernate.query.results.TableGroupImpl
 
getPrimaryTableReference() - Method in class org.hibernate.sql.ast.tree.cte.CteTableGroup
 
getPrimaryTableReference() - Method in class org.hibernate.sql.ast.tree.from.AbstractColumnReferenceQualifier
 
getPrimaryTableReference() - Method in class org.hibernate.sql.ast.tree.from.CorrelatedTableGroup
 
getPrimaryTableReference() - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
getPrimaryTableReference() - Method in class org.hibernate.sql.ast.tree.from.FunctionTableGroup
 
getPrimaryTableReference() - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
 
getPrimaryTableReference() - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
 
getPrimaryTableReference() - Method in class org.hibernate.sql.ast.tree.from.QueryPartTableGroup
 
getPrimaryTableReference() - Method in class org.hibernate.sql.ast.tree.from.StandardTableGroup
 
getPrimaryTableReference() - Method in class org.hibernate.sql.ast.tree.from.StandardVirtualTableGroup
 
getPrimaryTableReference() - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
 
getPrimaryTableReference() - Method in class org.hibernate.sql.ast.tree.from.UnionTableGroup
 
getPrimaryTableReference() - Method in class org.hibernate.sql.ast.tree.from.ValuesTableGroup
 
getPrimitiveArrayClass() - Method in class org.hibernate.type.descriptor.java.BooleanJavaType
 
getPrimitiveArrayClass() - Method in class org.hibernate.type.descriptor.java.ByteJavaType
 
getPrimitiveArrayClass() - Method in class org.hibernate.type.descriptor.java.CharacterJavaType
 
getPrimitiveArrayClass() - Method in class org.hibernate.type.descriptor.java.DoubleJavaType
 
getPrimitiveArrayClass() - Method in class org.hibernate.type.descriptor.java.FloatJavaType
 
getPrimitiveArrayClass() - Method in class org.hibernate.type.descriptor.java.IntegerJavaType
 
getPrimitiveArrayClass() - Method in class org.hibernate.type.descriptor.java.LongJavaType
 
getPrimitiveArrayClass() - Method in class org.hibernate.type.descriptor.java.ShortJavaType
 
getPrimitiveArrayClass() - Method in interface org.hibernate.type.descriptor.java.spi.PrimitiveJavaType
Get the Java type that describes an array of this type's primitive variant.
getPrimitiveClass() - Method in class org.hibernate.internal.util.type.PrimitiveWrapperHelper.BooleanDescriptor
 
getPrimitiveClass() - Method in class org.hibernate.internal.util.type.PrimitiveWrapperHelper.ByteDescriptor
 
getPrimitiveClass() - Method in class org.hibernate.internal.util.type.PrimitiveWrapperHelper.CharacterDescriptor
 
getPrimitiveClass() - Method in class org.hibernate.internal.util.type.PrimitiveWrapperHelper.DoubleDescriptor
 
getPrimitiveClass() - Method in class org.hibernate.internal.util.type.PrimitiveWrapperHelper.FloatDescriptor
 
getPrimitiveClass() - Method in class org.hibernate.internal.util.type.PrimitiveWrapperHelper.IntegerDescriptor
 
getPrimitiveClass() - Method in class org.hibernate.internal.util.type.PrimitiveWrapperHelper.LongDescriptor
 
getPrimitiveClass() - Method in interface org.hibernate.internal.util.type.PrimitiveWrapperHelper.PrimitiveWrapperDescriptor
 
getPrimitiveClass() - Method in class org.hibernate.internal.util.type.PrimitiveWrapperHelper.ShortDescriptor
 
getPrimitiveClass() - Method in class org.hibernate.type.descriptor.java.BooleanJavaType
 
getPrimitiveClass() - Method in class org.hibernate.type.descriptor.java.ByteJavaType
 
getPrimitiveClass() - Method in class org.hibernate.type.descriptor.java.CharacterJavaType
 
getPrimitiveClass() - Method in class org.hibernate.type.descriptor.java.DoubleJavaType
 
getPrimitiveClass() - Method in class org.hibernate.type.descriptor.java.FloatJavaType
 
getPrimitiveClass() - Method in class org.hibernate.type.descriptor.java.IntegerJavaType
 
getPrimitiveClass() - Method in class org.hibernate.type.descriptor.java.LongJavaType
 
getPrimitiveClass() - Method in class org.hibernate.type.descriptor.java.ShortJavaType
 
getPrimitiveClass() - Method in interface org.hibernate.type.descriptor.java.spi.PrimitiveJavaType
Retrieve the primitive counterpart to the wrapper type identified by this descriptor
getProcedureName() - Method in class org.hibernate.boot.internal.NamedProcedureCallDefinitionImpl
 
getProcedureName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedStoredProcedureQuery
Gets the value of the procedureName property.
getProcedureName() - Method in interface org.hibernate.boot.query.NamedProcedureCallDefinition
The name of the underlying database procedure or function name
getProcedureName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedStoredProcedureQuery
Gets the value of the procedureName property.
getProcedureName() - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
getProcedureName() - Method in interface org.hibernate.procedure.ProcedureCall
Get the name of the stored procedure (or function) to be called.
getProcessingEnvironment() - Method in class org.hibernate.jpamodelgen.Context
 
getProcessingOptions() - Method in class org.hibernate.internal.AbstractScrollableResults
 
getProcessingOptions() - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesSourceProcessingStateStandardImpl
 
getProcessingOptions() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingState
 
getProcessingQuery() - Method in interface org.hibernate.query.hql.spi.SqmCreationProcessingState
Access to the query currently being processed.
getProcessingQuery() - Method in class org.hibernate.query.sqm.internal.SqmCreationProcessingStateImpl
 
getProcessingStateStack() - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
getProcessingStateStack() - Method in interface org.hibernate.query.hql.spi.SqmCreationState
Access to the stack of current creation processing state.
getProcessingStateStack() - Method in class org.hibernate.query.sqm.mutation.internal.MultiTableSqmMutationConverter
 
getProcessingStateStack() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
getProduct() - Method in class org.hibernate.testing.orm.domain.retail.LineItem
 
getProperties() - Method in class org.hibernate.cfg.Configuration
Get all properties
getProperties() - Static method in class org.hibernate.cfg.Environment
The system properties, extended with all additional properties specified in hibernate.properties.
getProperties() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getProperties() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getProperties() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
getProperties() - Method in class org.hibernate.envers.internal.entities.mapper.ComponentPropertyMapper
 
getProperties() - Method in interface org.hibernate.envers.internal.entities.mapper.CompositeMapperBuilder
 
getProperties() - Method in class org.hibernate.envers.internal.entities.mapper.MultiPropertyMapper
 
getProperties() - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleEmbeddableComponentMapper
 
getProperties() - Method in class org.hibernate.envers.internal.entities.mapper.SubclassPropertyMapper
 
getProperties() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getProperties() - Method in class org.hibernate.internal.SessionImpl
 
getProperties() - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
getProperties() - Method in class org.hibernate.jpa.boot.internal.PersistenceUnitInfoDescriptor
 
getProperties() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
 
getProperties() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
Gets the value of the properties property.
getProperties() - Method in class org.hibernate.mapping.Component
 
getProperties() - Method in class org.hibernate.mapping.Join
 
getProperties() - Method in class org.hibernate.mapping.PersistentClass
Build a list of the properties defined on this class.
getProperties() - Method in class org.hibernate.testing.orm.jpa.PersistenceUnitDescriptorAdapter
 
getProperties() - Method in class org.hibernate.testing.orm.jpa.PersistenceUnitInfoAdapter
 
getProperties() - Method in class org.hibernate.testing.orm.jpa.PersistenceUnitInfoImpl
 
getProperties() - Method in class org.hibernate.testing.orm.junit.EntityManagerFactoryBasedFunctionalTest.TestingPersistenceUnitDescriptorImpl
 
getProperties() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
 
getProperties() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
 
getProperties() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
 
getProperties() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
getPropertiesToInsert(Object[]) - Method in class org.hibernate.persister.entity.mutation.InsertCoordinator
Transform the array of property indexes to an array of booleans, true when the property is insertable and non-null
getPropertiesToUpdate(int[], boolean) - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard
Transform the array of property indexes to an array of booleans for each attribute, true when the property is dirty
getProperty() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
Gets the value of the property property.
getProperty() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryJoinReturnType
Gets the value of the property property.
getProperty() - Method in class org.hibernate.boot.model.internal.PropertyInferredData
 
getProperty() - Method in class org.hibernate.boot.model.internal.PropertyPreloadedData
 
getProperty() - Method in class org.hibernate.boot.model.internal.WrappedInferredData
 
getProperty() - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
Access to the end path part.
getProperty() - Method in interface org.hibernate.boot.spi.PropertyData
Return the Hibernate mapping property
getProperty() - Method in interface org.hibernate.generator.GeneratorCreationContext
 
getProperty() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit.Properties
Gets the value of the property property.
getProperty() - Method in class org.hibernate.loader.PropertyPath
Deprecated.
 
getProperty() - Method in class org.hibernate.metamodel.model.domain.internal.PluralAttributeBuilder
 
getProperty(int) - Method in class org.hibernate.mapping.Component
Returns the Property at the specified position in this Component.
getProperty(String) - Method in class org.hibernate.cfg.Configuration
Get a property value by name
getProperty(String) - Method in interface org.hibernate.envers.configuration.internal.metadata.reader.PersistentPropertiesSource
 
getProperty(String) - Method in class org.hibernate.envers.internal.entities.mapper.id.QueryParameterData
 
getProperty(String) - Method in class org.hibernate.mapping.Component
 
getProperty(String) - Method in class org.hibernate.mapping.PersistentClass
 
getProperty(XClass, String) - Static method in class org.hibernate.envers.internal.tools.ReflectionTools
 
getProperty(XClass, String, String) - Static method in class org.hibernate.envers.internal.tools.ReflectionTools
 
getPropertyAccess() - Method in interface org.hibernate.metamodel.mapping.AttributeMapping
The getter/setter access to this attribute
getPropertyAccess() - Method in interface org.hibernate.metamodel.mapping.AttributeMetadata
 
getPropertyAccess() - Method in class org.hibernate.metamodel.mapping.internal.AbstractSingularAttributeMapping
 
getPropertyAccess() - Method in class org.hibernate.metamodel.mapping.internal.BasicEntityIdentifierMappingImpl
 
getPropertyAccess() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedIdentifierMappingImpl
 
getPropertyAccess() - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
getPropertyAccess() - Method in class org.hibernate.metamodel.mapping.internal.SimpleAttributeMetadata
 
getPropertyAccess() - Method in interface org.hibernate.metamodel.mapping.internal.SingleAttributeIdentifierMapping
Access to the identifier attribute's PropertyAccess
getPropertyAccess() - Method in interface org.hibernate.metamodel.mapping.PropertyBasedMapping
 
getPropertyAccess() - Method in class org.hibernate.query.derived.AnonymousTupleBasicEntityIdentifierMapping
 
getPropertyAccess() - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddedEntityIdentifierMapping
 
getPropertyAccesses() - Method in class org.hibernate.metamodel.internal.AbstractEmbeddableRepresentationStrategy
 
getPropertyAccessor(XAnnotatedElement) - Method in class org.hibernate.boot.model.internal.EntityBinder
 
getPropertyAccessorName() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
getPropertyAccessorName() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractSingularAttributeSourceEmbeddedImpl
 
getPropertyAccessorName() - Method in class org.hibernate.boot.model.source.internal.hbm.BasicAttributePropertySource
 
getPropertyAccessorName() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceBasicImpl
 
getPropertyAccessorName() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceManyToOneImpl
 
getPropertyAccessorName() - Method in class org.hibernate.boot.model.source.internal.hbm.ManyToOnePropertySource
 
getPropertyAccessorName() - Method in class org.hibernate.boot.model.source.internal.hbm.SingularAttributeSourceAnyImpl
 
getPropertyAccessorName() - Method in interface org.hibernate.boot.model.source.spi.AttributeSource
Obtain the name of the property accessor style used to access this attribute.
getPropertyAccessorName() - Method in class org.hibernate.mapping.Property
 
getPropertyAccessorName(String, boolean, String) - Static method in class org.hibernate.boot.model.source.internal.hbm.Helper
 
getPropertyAccessStrategy() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
getPropertyAccessStrategy() - Method in class org.hibernate.envers.internal.entities.PropertyData
 
getPropertyAccessStrategy() - Method in class org.hibernate.mapping.Property
 
getPropertyAccessStrategy() - Method in class org.hibernate.property.access.internal.ChainedPropertyAccessImpl
 
getPropertyAccessStrategy() - Method in class org.hibernate.property.access.internal.PropertyAccessBasicImpl
 
getPropertyAccessStrategy() - Method in class org.hibernate.property.access.internal.PropertyAccessCompositeUserTypeImpl
 
getPropertyAccessStrategy() - Method in class org.hibernate.property.access.internal.PropertyAccessEmbeddedImpl
 
getPropertyAccessStrategy() - Method in class org.hibernate.property.access.internal.PropertyAccessEnhancedImpl
 
getPropertyAccessStrategy() - Method in class org.hibernate.property.access.internal.PropertyAccessFieldImpl
 
getPropertyAccessStrategy() - Method in class org.hibernate.property.access.internal.PropertyAccessMapImpl
 
getPropertyAccessStrategy() - Method in class org.hibernate.property.access.internal.PropertyAccessMixedImpl
 
getPropertyAccessStrategy() - Method in interface org.hibernate.property.access.spi.PropertyAccess
Access to the PropertyAccessStrategy that created this instance.
getPropertyAccessStrategy(Class) - Method in class org.hibernate.mapping.Backref
 
getPropertyAccessStrategy(Class) - Method in class org.hibernate.mapping.IndexBackref
 
getPropertyAccessStrategy(Class) - Method in class org.hibernate.mapping.Property
 
getPropertyAccessType() - Method in class org.hibernate.boot.model.internal.EntityBinder
 
getPropertyAliases(String, int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyAliases(String, int) - Method in interface org.hibernate.persister.entity.Loadable
Deprecated.
Get the result set aliases used for the property columns, given a suffix (properties of this class, only).
getPropertyAnnotatedWithIdAndToOne(XClass, String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getPropertyAnnotatedWithIdAndToOne(XClass, String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getPropertyAnnotatedWithMapsId(XClass, String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getPropertyAnnotatedWithMapsId(XClass, String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getPropertyAuditingData() - Method in interface org.hibernate.envers.configuration.internal.metadata.CollectionMetadataContext
 
getPropertyAuditingData(String) - Method in interface org.hibernate.envers.configuration.internal.metadata.reader.AuditedPropertiesHolder
 
getPropertyAuditingData(String) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.ClassAuditingData
 
getPropertyAuditingData(String) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.ComponentAuditingData
 
getPropertyBase() - Method in class org.hibernate.query.results.dynamic.AbstractFetchBuilderContainer
 
getPropertyBase() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityStandard
 
getPropertyCascadeStyles() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyCascadeStyles() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the cascade styles of the properties (optional operation)
getPropertyCheckability() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyCheckability() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the "checkability" of the properties of this class (is the property dirty checked, does the cache need to be updated)
getPropertyCheckability() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
getPropertyClass() - Method in class org.hibernate.boot.model.internal.PropertyInferredData
 
getPropertyClass() - Method in class org.hibernate.boot.model.internal.PropertyPreloadedData
 
getPropertyClass() - Method in class org.hibernate.boot.model.internal.WrappedInferredData
 
getPropertyClass() - Method in interface org.hibernate.boot.spi.PropertyData
Return the class itself
getPropertyClosure() - Method in class org.hibernate.mapping.PersistentClass
 
getPropertyClosure() - Method in class org.hibernate.mapping.RootClass
 
getPropertyClosure() - Method in class org.hibernate.mapping.Subclass
 
getPropertyClosureSpan() - Method in class org.hibernate.mapping.PersistentClass
 
getPropertyClosureSpan() - Method in class org.hibernate.mapping.Subclass
 
getPropertyColumnInsertable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
For Hibernate Reactive
getPropertyColumnNames(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyColumnNames(int) - Method in interface org.hibernate.persister.entity.Loadable
Deprecated.
Get the result set column names mapped for this property (properties of this class, only).
getPropertyColumnNames(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Get the column names for the given property path
getPropertyColumnNames(String) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Deprecated.
Get the column names for the given property path
getPropertyColumnSpan(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyColumnUpdateable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
For Hibernate Reactive
getPropertyColumnWriters(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyData() - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractToOneMapper
 
getPropertyDatas() - Method in class org.hibernate.envers.internal.entities.mapper.MultiPropertyMapper
 
getPropertyHolder() - Method in class org.hibernate.boot.model.internal.AnnotatedColumns
 
getPropertyIndex() - Method in interface org.hibernate.id.CompositeNestedGeneratedValueGenerator.GenerationPlan
Returns the index of the generated property.
getPropertyIndex() - Method in class org.hibernate.mapping.Component.ValueGenerationPlan
 
getPropertyIndex(String) - Method in class org.hibernate.jpamodelgen.validation.ProcessorSessionFactory.Component
 
getPropertyIndex(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyIndex(String) - Method in interface org.hibernate.persister.entity.UniqueKeyLoadable
Deprecated.
Get the property number of the unique key property
getPropertyIndex(String) - Method in interface org.hibernate.persister.walking.spi.AttributeSource
 
getPropertyIndex(String) - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
getPropertyIndex(String) - Method in class org.hibernate.type.AnyType
 
getPropertyIndex(String) - Method in class org.hibernate.type.ComponentType
 
getPropertyIndex(String) - Method in interface org.hibernate.type.CompositeType
Convenience method for locating the property index for a given property name.
getPropertyIndexOrNull(String) - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
getPropertyInsertability() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyInsertability() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the "insertability" of the properties of this class (does the property appear in an SQL INSERT)
getPropertyInsertability() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
getPropertyIterator() - Method in interface org.hibernate.envers.configuration.internal.metadata.reader.PersistentPropertiesSource
 
getPropertyIterator() - Method in class org.hibernate.mapping.Component
Deprecated.
getPropertyIterator() - Method in class org.hibernate.mapping.Join
Deprecated.
getPropertyLaziness() - Method in interface org.hibernate.metadata.ClassMetadata
Deprecated.
Get the "laziness" of the properties of this class
getPropertyLaziness() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyLaziness() - Method in interface org.hibernate.persister.entity.EntityPersister
 
getPropertyLaziness() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
getPropertyMapper() - Method in class org.hibernate.envers.internal.entities.EntityConfiguration
 
getPropertyMapping() - Method in interface org.hibernate.metamodel.internal.AttributeContext
Retrieve the Hibernate property mapping.
getPropertyMapping() - Method in interface org.hibernate.metamodel.internal.AttributeMetadata
Retrieve the Hibernate property mapping related to this attribute.
getPropertyMapping() - Method in class org.hibernate.metamodel.internal.BaseAttributeMetadata
 
getPropertyName() - Method in class org.hibernate.boot.model.internal.AnnotatedColumns
A property path relative to the PropertyHolder.
getPropertyName() - Method in class org.hibernate.boot.model.internal.AnnotatedJoinColumns
A property path relative to the PropertyHolder.
getPropertyName() - Method in class org.hibernate.boot.model.internal.PropertyInferredData
 
getPropertyName() - Method in class org.hibernate.boot.model.internal.PropertyPreloadedData
 
getPropertyName() - Method in class org.hibernate.boot.model.internal.WrappedInferredData
 
getPropertyName() - Method in interface org.hibernate.boot.spi.PropertyData
 
getPropertyName() - Method in interface org.hibernate.envers.configuration.internal.metadata.CollectionMetadataContext
 
getPropertyName() - Method in class org.hibernate.envers.internal.entities.ComponentDescription
 
getPropertyName() - Method in class org.hibernate.envers.query.order.AuditOrder.OrderData
 
getPropertyName() - Method in class org.hibernate.id.ForeignGenerator
Deprecated.
Getter for property 'propertyName'.
getPropertyName() - Method in class org.hibernate.jpamodelgen.annotation.AbstractQueryMethod
 
getPropertyName() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaAttribute
 
getPropertyName() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaType
 
getPropertyName() - Method in class org.hibernate.jpamodelgen.annotation.DaoConstructor
 
getPropertyName() - Method in interface org.hibernate.jpamodelgen.model.MetaAttribute
 
getPropertyName() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaAttribute
 
getPropertyName() - Method in class org.hibernate.mapping.OneToOne
 
getPropertyName() - Method in class org.hibernate.mapping.ToOne
 
getPropertyName() - Method in class org.hibernate.property.access.internal.AbstractSetterMethodSerialForm
 
getPropertyName() - Method in class org.hibernate.property.access.spi.SetterFieldImpl
 
getPropertyName() - Method in exception org.hibernate.PropertyAccessException
 
getPropertyName() - Method in exception org.hibernate.PropertyValueException
 
getPropertyName() - Method in exception org.hibernate.TransientPropertyValueException
Returns the property name.
getPropertyName() - Method in class org.hibernate.type.EntityType
 
getPropertyName() - Method in class org.hibernate.type.ManyToOneType
 
getPropertyName() - Method in class org.hibernate.type.OneToOneType
 
getPropertyName(String) - Static method in class org.hibernate.jpamodelgen.util.StringUtil
 
getPropertyNameGetter() - Method in class org.hibernate.envers.query.criteria.AuditProperty
 
getPropertyNames() - Method in interface org.hibernate.bytecode.spi.ReflectionOptimizer.AccessOptimizer
Get the name of all properties.
getPropertyNames() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.ClassAuditingData
 
getPropertyNames() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.ComponentAuditingData
 
getPropertyNames() - Method in class org.hibernate.jpamodelgen.validation.ProcessorSessionFactory.Component
 
getPropertyNames() - Method in class org.hibernate.mapping.Component
 
getPropertyNames() - Method in interface org.hibernate.metadata.ClassMetadata
Deprecated.
Get the names of the class' persistent properties
getPropertyNames() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyNames() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the names of the class properties - doesn't have to be the names of the actual Java properties (used for XML generation only)
getPropertyNames() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
getPropertyNames() - Method in class org.hibernate.type.AnyType
 
getPropertyNames() - Method in class org.hibernate.type.ComponentType
 
getPropertyNames() - Method in interface org.hibernate.type.CompositeType
Get the names of the component properties
getPropertyNullability() - Method in class org.hibernate.jpamodelgen.validation.ProcessorSessionFactory.Component
 
getPropertyNullability() - Method in interface org.hibernate.metadata.ClassMetadata
Deprecated.
Get the nullability of the class' persistent properties
getPropertyNullability() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyNullability() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the nullability of the properties of this class
getPropertyNullability() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
getPropertyNullability() - Method in class org.hibernate.type.AnyType
 
getPropertyNullability() - Method in class org.hibernate.type.ComponentType
 
getPropertyNullability() - Method in interface org.hibernate.type.CompositeType
Retrieve the indicators regarding which component properties are nullable.
getPropertyOrder(Value, MappingModelCreationProcess) - Static method in class org.hibernate.metamodel.mapping.internal.MappingModelCreationHelper
 
getPropertyOwnerEntityName() - Method in exception org.hibernate.TransientPropertyValueException
Returns the entity name for entity that owns the association property.
getPropertyRef() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
Gets the value of the propertyRef property.
getPropertyRef() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Gets the value of the propertyRef property.
getPropertyRef() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the propertyRef property.
getPropertyRef() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Gets the value of the propertyRef property.
getPropertyReferencedAssociation(String, String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getPropertyReferencedAssociation(String, String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
getPropertyResultsMap(String) - Method in class org.hibernate.query.sql.internal.ResultSetMappingProcessor
 
getPropertyResultsMap(String) - Method in interface org.hibernate.query.sql.internal.SQLQueryParser.ParserContext
 
getPropertySpaces() - Method in class org.hibernate.action.internal.BulkOperationCleanupAction
 
getPropertySpaces() - Method in class org.hibernate.action.internal.CollectionAction
 
getPropertySpaces() - Method in class org.hibernate.action.internal.EntityAction
 
getPropertySpaces() - Method in interface org.hibernate.action.spi.Executable
What spaces (tables) are affected by this action?
getPropertySpaces() - Method in class org.hibernate.jpamodelgen.validation.MockEntityPersister
 
getPropertySpaces() - Method in interface org.hibernate.persister.entity.EntityPersister
Returns an array of objects that identify spaces in which properties of this entity are persisted, for instances of this class only.
getPropertySpaces() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getPropertySpaces() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getPropertySpaces() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getPropertySpan() - Method in class org.hibernate.mapping.Component
 
getPropertySpan() - Method in class org.hibernate.mapping.Join
 
getPropertySpan() - Method in class org.hibernate.metamodel.internal.AbstractEmbeddableRepresentationStrategy
 
getPropertySpan() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertySpan() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
getPropertyTableName(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyTableName(String) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Deprecated.
Get the table name for the given property path
getPropertyTableNumbers() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyTableNumbers() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getPropertyTableNumbers() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getPropertyTableNumbers() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getPropertyType() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
getPropertyType() - Method in class org.hibernate.persister.entity.UniqueKeyEntry
 
getPropertyType(Member) - Static method in class org.hibernate.internal.util.ReflectHelper
 
getPropertyType(String) - Method in class org.hibernate.jpamodelgen.validation.MockEntityPersister
 
getPropertyType(String) - Method in interface org.hibernate.metadata.ClassMetadata
Deprecated.
Get the type of a particular (named) property
getPropertyType(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Deprecated.
by the supertypes
getPropertyType(String) - Method in interface org.hibernate.persister.entity.EntityPersister
Deprecated, for removal: This API element is subject to removal in a future version.
getPropertyTypes() - Method in interface org.hibernate.metadata.ClassMetadata
Deprecated.
Get the Hibernate types of the class properties
getPropertyTypes() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyTypes() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the Hibernate types of the class properties
getPropertyTypes() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
getPropertyUpdateability() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyUpdateability() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the "updateability" of the properties of this class (does the property appear in an SQL UPDATE)
getPropertyUpdateability() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
getPropertyUpdateability(Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Which properties appear in the SQL update? (Initialized, updateable ones!)
getPropertyUpdateability(Object) - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard
Which properties appear in the SQL update? (Initialized, updateable ones!)
getPropertyValue(Object, int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyValue(Object, int) - Method in interface org.hibernate.persister.entity.EntityPersister
getPropertyValue(Object, int) - Method in interface org.hibernate.tuple.Tuplizer
Deprecated.
Extract the value of a particular property from the given entity.
getPropertyValue(Object, int) - Method in class org.hibernate.type.ComponentType
 
getPropertyValue(Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.AnyType
 
getPropertyValue(Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.ComponentType
 
getPropertyValue(Object, int, SharedSessionContractImplementor) - Method in interface org.hibernate.type.CompositeType
Extract a particular component property value indicated by index.
getPropertyValue(Object, String) - Method in interface org.hibernate.metadata.ClassMetadata
Deprecated.
Get the value of a particular (named) property
getPropertyValue(Object, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyValue(Object, String) - Method in interface org.hibernate.persister.entity.EntityPersister
Get the value of a particular property
getPropertyValue(OffsetDateTime, int) - Method in class org.hibernate.usertype.internal.OffsetDateTimeCompositeUserType
 
getPropertyValue(OffsetTime, int) - Method in class org.hibernate.usertype.internal.OffsetTimeCompositeUserType
 
getPropertyValue(ZonedDateTime, int) - Method in class org.hibernate.usertype.internal.ZonedDateTimeCompositeUserType
 
getPropertyValue(J, int) - Method in interface org.hibernate.usertype.CompositeUserType
Get the value of the property with the given index.
getPropertyValueGenerationStrategies() - Method in class org.hibernate.type.ComponentType
Deprecated.
getPropertyValues() - Method in class org.hibernate.event.spi.FlushEntityEvent
 
getPropertyValues(Object) - Method in interface org.hibernate.bytecode.spi.ReflectionOptimizer.AccessOptimizer
Get the value of all properties from the given entity
getPropertyValues(Object) - Method in interface org.hibernate.metadata.ClassMetadata
Deprecated.
Extract the property values from the given entity.
getPropertyValues(Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyValues(Object) - Method in interface org.hibernate.persister.entity.EntityPersister
getPropertyValues(Object) - Method in class org.hibernate.type.AnyType
 
getPropertyValues(Object) - Method in class org.hibernate.type.ComponentType
 
getPropertyValues(Object) - Method in interface org.hibernate.type.CompositeType
Extract the values of the component properties from the given component instance without access to the session.
getPropertyValues(Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.AnyType
 
getPropertyValues(Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.ComponentType
 
getPropertyValues(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.type.CompositeType
Extract the values of the component properties from the given component instance
getPropertyValuesToInsert(Object, Map<Object, Object>, SessionImplementor) - Method in interface org.hibernate.metadata.ClassMetadata
Deprecated.
Use the form accepting SharedSessionContractImplementor instead
getPropertyValuesToInsert(Object, Map<Object, Object>, SharedSessionContractImplementor) - Method in interface org.hibernate.metadata.ClassMetadata
Deprecated.
Return the values of the mapped properties of the object
getPropertyValuesToInsert(Object, Map<Object, Object>, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyValuesToInsert(Object, Map<Object, Object>, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Return the values of the insertable properties of the object (including backrefs)
getPropertyVersionability() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPropertyVersionability() - Method in interface org.hibernate.persister.entity.EntityPersister
Get the "versionability" of the properties of this class (is the property optimistic-locked)
getPropertyVersionability() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
getProvidedJtaPlatform() - Method in interface org.hibernate.engine.transaction.jta.platform.spi.JtaPlatformProvider
Retrieve the JtaPlatform provided by this environment.
getProvider() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
Gets the value of the provider property.
getProviderClassName() - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
getProviderClassName() - Method in class org.hibernate.jpa.boot.internal.PersistenceUnitInfoDescriptor
 
getProviderClassName() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
Get the explicitly specified provider class name, or null if not specified.
getProviderClassName() - Method in class org.hibernate.testing.orm.jpa.PersistenceUnitDescriptorAdapter
 
getProviderClassName() - Method in class org.hibernate.testing.orm.junit.EntityManagerFactoryBasedFunctionalTest.TestingPersistenceUnitDescriptorImpl
 
getProviderUtil() - Method in class org.hibernate.jpa.HibernatePersistenceProvider
 
getProxy() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
getProxy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Gets the value of the proxy property.
getProxy() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the proxy property.
getProxy() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
getProxy() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
For lazy entities, obtain the interface to use in constructing its proxies.
getProxy() - Method in class org.hibernate.bytecode.internal.bytebuddy.BasicProxyFactoryImpl
 
getProxy() - Method in interface org.hibernate.bytecode.spi.BasicProxyFactory
Get a proxy reference..
getProxy() - Method in interface org.hibernate.engine.spi.EntityHolder
The proxy object, or null if no proxy object was registered yet.
getProxy(Object, SharedSessionContractImplementor) - Method in class org.hibernate.proxy.map.MapProxyFactory
 
getProxy(Object, SharedSessionContractImplementor) - Method in class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyFactory
 
getProxy(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.proxy.ProxyFactory
Create a new proxy instance
getProxy(EntityKey) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getProxy(EntityKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get an existing proxy by key
getProxyClassLoader() - Static method in class org.hibernate.engine.jdbc.ClobProxy
Determines the appropriate class loader to which the generated proxy should be scoped.
getProxyClassLoader() - Static method in class org.hibernate.engine.jdbc.NClobProxy
Determines the appropriate class loader to which the generated proxy should be scoped.
getProxyClassLoader() - Static method in class org.hibernate.engine.jdbc.SerializableBlobProxy
Determines the appropriate class loader to which the generated proxy should be scoped.
getProxyClassLoader() - Static method in class org.hibernate.engine.jdbc.SerializableClobProxy
Determines the appropriate class loader to which the generated proxy should be scoped.
getProxyClassLoader() - Static method in class org.hibernate.engine.jdbc.SerializableNClobProxy
Determines the appropriate class loader to which the generated proxy should be scoped.
getProxyDefinitionHelpers() - Method in class org.hibernate.bytecode.internal.bytebuddy.ByteBuddyState
Returns the proxy definition helpers to reuse when defining proxies.
getProxyFactory() - Method in class org.hibernate.metamodel.internal.EntityRepresentationStrategyMap
 
getProxyFactory() - Method in class org.hibernate.metamodel.internal.EntityRepresentationStrategyPojoStandard
 
getProxyFactory() - Method in interface org.hibernate.metamodel.spi.EntityRepresentationStrategy
Create the delegate capable of producing proxies for the given entity
getProxyFactoryFactory() - Method in class org.hibernate.bytecode.internal.bytebuddy.BytecodeProviderImpl
 
getProxyFactoryFactory() - Method in class org.hibernate.bytecode.internal.none.BytecodeProviderImpl
 
getProxyFactoryFactory() - Method in interface org.hibernate.bytecode.spi.BytecodeProvider
Retrieve the specific factory for this provider capable of generating run-time proxies for lazy-loading purposes.
getProxyInterface() - Method in class org.hibernate.mapping.PersistentClass
 
getProxyInterfaceName() - Method in class org.hibernate.mapping.PersistentClass
 
getProxyJavaType() - Method in class org.hibernate.metamodel.internal.EntityRepresentationStrategyMap
 
getProxyJavaType() - Method in class org.hibernate.metamodel.internal.EntityRepresentationStrategyPojoStandard
 
getProxyJavaType() - Method in interface org.hibernate.metamodel.spi.EntityRepresentationStrategy
 
getProxyNonInterceptedMethodFilter() - Method in class org.hibernate.bytecode.internal.bytebuddy.ByteBuddyState.ProxyDefinitionHelpers
 
getPrunedDiscriminatorPredicate(Map<String, EntityNameUse>, MappingMetamodelImplementor, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getPutCount() - Method in interface org.hibernate.stat.CacheRegionStatistics
The number of cache puts into the region since the last Statistics clearing
getPutCount() - Method in class org.hibernate.stat.internal.CacheRegionStatisticsImpl
 
getQualifiedName() - Method in class org.hibernate.id.enhanced.SequenceStructure
 
getQualifiedName() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
 
getQualifiedName() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaPackage
 
getQualifiedName() - Method in interface org.hibernate.jpamodelgen.model.Metamodel
 
getQualifiedName() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaEntity
 
getQualifiedName(SqlStringGenerationContext) - Method in class org.hibernate.mapping.Table
 
getQualifiedName(SqlStringGenerationContext) - Method in class org.hibernate.mapping.UserDefinedType
 
getQualifiedObjectNameFormatter() - Method in class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentImpl
 
getQualifiedObjectNameFormatter() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
Deprecated.
Use a provided SqlStringGenerationContext instead.
getQualifiedTableName() - Method in class org.hibernate.dialect.temptable.TemporaryTable
 
getQualifiedTableName() - Method in class org.hibernate.mapping.Table
 
getQualifiedTableName() - Method in class org.hibernate.mapping.UserDefinedType
 
getQualifier() - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
 
getQuantity() - Method in class org.hibernate.testing.orm.domain.retail.LineItem
 
getQueries() - Method in class org.hibernate.stat.internal.StatisticsImpl
 
getQueries() - Method in interface org.hibernate.stat.Statistics
All executed query strings.
getQuery() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
getQuery() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Gets the value of the query property.
getQuery() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the query property.
getQuery() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the query property.
getQuery() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the query property.
getQuery() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the query property.
getQuery() - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedNativeQuery
Gets the value of the query property.
getQuery() - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedQuery
Gets the value of the query property.
getQuery() - Method in interface org.hibernate.boot.jaxb.mapping.NamedQuery
 
getQuery() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedNativeQuery
Gets the value of the query property.
getQuery() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedQuery
Gets the value of the query property.
getQuery(SharedSessionContractImplementor, Object, Number, boolean) - Method in class org.hibernate.envers.internal.entities.mapper.relation.query.AbstractRelationQueryGenerator
 
getQuery(SharedSessionContractImplementor, Object, Number, boolean) - Method in interface org.hibernate.envers.internal.entities.mapper.relation.query.RelationQueryGenerator
Return the query to fetch the relation.
getQueryCacheHitCount() - Method in class org.hibernate.stat.internal.StatisticsImpl
 
getQueryCacheHitCount() - Method in interface org.hibernate.stat.Statistics
The global number of cached queries successfully retrieved from the cache.
getQueryCacheMissCount() - Method in class org.hibernate.stat.internal.StatisticsImpl
 
getQueryCacheMissCount() - Method in interface org.hibernate.stat.Statistics
The global number of cached queries notnot found in the cache.
getQueryCachePutCount() - Method in class org.hibernate.stat.internal.StatisticsImpl
 
getQueryCachePutCount() - Method in interface org.hibernate.stat.Statistics
The global number of cacheable queries put in cache.
getQueryCount() - Method in class org.hibernate.testing.jdbc.SQLStatementInterceptor
Deprecated.
 
getQueryEngine() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getQueryEngine() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
getQueryEngine() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getQueryEngine() - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
getQueryEngine() - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
getQueryEngine() - Method in interface org.hibernate.query.sqm.NodeBuilder
 
getQueryEngine() - Method in interface org.hibernate.query.sqm.spi.SqmCreationContext
 
getQueryExecutionCount() - Method in class org.hibernate.stat.internal.StatisticsImpl
 
getQueryExecutionCount() - Method in interface org.hibernate.stat.Statistics
The global number of executed queries.
getQueryExecutionMaxTime() - Method in class org.hibernate.stat.internal.StatisticsImpl
 
getQueryExecutionMaxTime() - Method in interface org.hibernate.stat.Statistics
The time in milliseconds of the slowest query.
getQueryExecutionMaxTimeQueryString() - Method in class org.hibernate.stat.internal.StatisticsImpl
 
getQueryExecutionMaxTimeQueryString() - Method in interface org.hibernate.stat.Statistics
The query string for the slowest query.
getQueryGenerator() - Method in class org.hibernate.envers.internal.entities.mapper.relation.CommonCollectionMapperData
 
getQueryHintString(String, String) - Method in class org.hibernate.dialect.Dialect
Apply a hint to the given SQL query.
getQueryHintString(String, String) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getQueryHintString(String, String) - Method in class org.hibernate.dialect.H2Dialect
 
getQueryHintString(String, String) - Method in class org.hibernate.dialect.MySQLDialect
 
getQueryHintString(String, String) - Method in class org.hibernate.dialect.OracleDialect
 
getQueryHintString(String, String) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getQueryHintString(String, String) - Method in class org.hibernate.dialect.SQLServerDialect
 
getQueryHintString(String, List<String>) - Method in class org.hibernate.dialect.AbstractHANADialect
 
getQueryHintString(String, List<String>) - Method in class org.hibernate.dialect.CockroachDialect
Applies the hints to the query string.
getQueryHintString(String, List<String>) - Method in class org.hibernate.dialect.Dialect
Apply a hint to the given SQL query.
getQueryHintString(String, List<String>) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getQueryIdentifier(String) - Method in class org.hibernate.sql.exec.internal.BaseExecutionContext
 
getQueryIdentifier(String) - Method in interface org.hibernate.sql.exec.spi.ExecutionContext
 
getQueryOptions() - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
getQueryOptions() - Method in class org.hibernate.query.internal.DelegatingDomainQueryExecutionContext
 
getQueryOptions() - Method in interface org.hibernate.query.Query
Get the execution options for this Query.
getQueryOptions() - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
getQueryOptions() - Method in class org.hibernate.query.spi.AbstractQuery
 
getQueryOptions() - Method in interface org.hibernate.query.spi.DomainQueryExecutionContext
The options to use for execution of the query
getQueryOptions() - Method in interface org.hibernate.query.spi.SqmQuery
 
getQueryOptions() - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
getQueryOptions() - Method in interface org.hibernate.query.sqm.internal.SqmInterpretationsKey.CacheabilityInfluencers
 
getQueryOptions() - Method in class org.hibernate.query.sqm.internal.SqmJdbcExecutionContextAdapter
 
getQueryOptions() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
getQueryOptions() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
getQueryOptions() - Method in class org.hibernate.result.internal.OutputsExecutionContext
 
getQueryOptions() - Method in interface org.hibernate.result.spi.ResultContext
 
getQueryOptions() - Method in class org.hibernate.sql.exec.internal.BaseExecutionContext
 
getQueryOptions() - Method in interface org.hibernate.sql.exec.spi.ExecutionContext
 
getQueryOptions() - Method in class org.hibernate.sql.results.graph.embeddable.internal.NestedRowProcessingState
 
getQueryOptions() - Method in class org.hibernate.sql.results.internal.RowProcessingStateStandardImpl
 
getQueryOptions() - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesSourceProcessingStateStandardImpl
 
getQueryOptions() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingState
 
getQueryParam() - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedNativeQuery
Gets the value of the queryParam property.
getQueryParam() - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedQuery
Gets the value of the queryParam property.
getQueryParamerBinding(ProcedureParameterImplementor<P>) - Method in class org.hibernate.procedure.internal.ProcedureParamBindings
 
getQueryParameter(int) - Method in class org.hibernate.procedure.internal.ProcedureParameterMetadataImpl
 
getQueryParameter(int) - Method in class org.hibernate.query.internal.ParameterMetadataImpl
 
getQueryParameter(int) - Method in interface org.hibernate.query.ParameterMetadata
Get the QueryParameter reference registered here under the given position-label.
getQueryParameter(int) - Method in interface org.hibernate.query.spi.ParameterMetadataImplementor
 
getQueryParameter(String) - Method in class org.hibernate.procedure.internal.ProcedureParameterMetadataImpl
 
getQueryParameter(String) - Method in class org.hibernate.query.internal.ParameterMetadataImpl
 
getQueryParameter(String) - Method in interface org.hibernate.query.ParameterMetadata
Get the QueryParameter reference registered here under the given name.
getQueryParameter(String) - Method in interface org.hibernate.query.spi.ParameterMetadataImplementor
 
getQueryParameter(SqmParameter<?>) - Method in class org.hibernate.query.sqm.internal.DomainParameterXref
 
getQueryParameterBindings() - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
getQueryParameterBindings() - Method in class org.hibernate.query.internal.DelegatingDomainQueryExecutionContext
 
getQueryParameterBindings() - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
getQueryParameterBindings() - Method in interface org.hibernate.query.spi.DomainQueryExecutionContext
The domain parameter bindings
getQueryParameterBindings() - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
getQueryParameterBindings() - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
getQueryParameterBindings() - Method in class org.hibernate.query.sqm.internal.SqmJdbcExecutionContextAdapter
 
getQueryParameterBindings() - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
getQueryParameterBindings() - Method in class org.hibernate.sql.exec.internal.BaseExecutionContext
 
getQueryParameterBindings() - Method in interface org.hibernate.sql.exec.spi.ExecutionContext
 
getQueryParameterBindings() - Method in class org.hibernate.sql.results.graph.embeddable.internal.NestedRowProcessingState
 
getQueryParameterBindings() - Method in class org.hibernate.sql.results.internal.RowProcessingStateStandardImpl
 
getQueryParameterCount() - Method in class org.hibernate.query.sqm.internal.DomainParameterXref
 
getQueryParameterName() - Method in class org.hibernate.envers.internal.entities.mapper.id.QueryParameterData
 
getQueryParameterOccurrences() - Method in interface org.hibernate.query.sql.spi.NativeSelectQueryDefinition
 
getQueryParameters() - Method in class org.hibernate.query.sqm.internal.DomainParameterXref
Get all of the QueryParameters mapped by this xref
getQueryPart() - Method in class org.hibernate.query.criteria.CriteriaDefinition
 
getQueryPart() - Method in interface org.hibernate.query.criteria.JpaDerivedFrom
The subquery part for this derived from node.
getQueryPart() - Method in interface org.hibernate.query.criteria.JpaSelectCriteria
The query structure.
getQueryPart() - Method in class org.hibernate.query.sqm.tree.domain.SqmDerivedRoot
 
getQueryPart() - Method in class org.hibernate.query.sqm.tree.from.SqmDerivedJoin
 
getQueryPart() - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
getQueryPart() - Method in interface org.hibernate.query.sqm.tree.select.SqmSelectQuery
 
getQueryPart() - Method in class org.hibernate.sql.ast.tree.from.QueryPartTableReference
 
getQueryPart() - Method in class org.hibernate.sql.ast.tree.select.SelectStatement
 
getQueryPartForRowNumbering() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getQueryParts() - Method in interface org.hibernate.query.criteria.JpaQueryGroup
 
getQueryParts() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryGroup
 
getQueryParts() - Method in class org.hibernate.sql.ast.tree.select.QueryGroup
 
getQueryPartStack() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getQueryPlanCacheHitCount() - Method in class org.hibernate.stat.internal.StatisticsImpl
 
getQueryPlanCacheHitCount() - Method in interface org.hibernate.stat.Statistics
The global number of query plans successfully retrieved from cache.
getQueryPlanCacheMissCount() - Method in class org.hibernate.stat.internal.StatisticsImpl
 
getQueryPlanCacheMissCount() - Method in interface org.hibernate.stat.Statistics
The global number of query plans lookups not found in cache.
getQueryPlanCachingEnabled() - Method in class org.hibernate.engine.jdbc.mutation.internal.MutationQueryOptions
 
getQueryPlanCachingEnabled() - Method in class org.hibernate.loader.ast.internal.LoaderSqlAstCreationState
 
getQueryPlanCachingEnabled() - Method in class org.hibernate.query.internal.QueryOptionsImpl
 
getQueryPlanCachingEnabled() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
 
getQueryPlanCachingEnabled() - Method in interface org.hibernate.query.spi.QueryOptions
Should the query plan of the query be cached?
getQueryPlanCachingEnabled() - Method in class org.hibernate.query.spi.QueryOptionsAdapter
 
getQueryRef() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLoaderType
Gets the value of the queryRef property.
getQueryRef() - Method in class org.hibernate.boot.jaxb.mapping.JaxbCustomLoader
Gets the value of the queryRef property.
getQueryRegionStatistics(String) - Method in class org.hibernate.stat.internal.StatisticsImpl
 
getQueryRegionStatistics(String) - Method in interface org.hibernate.stat.Statistics
Obtain the second-level cache statistics for the given query cache region.
getQueryResults(String, Object[], ExtractionContext.ResultSetProcessor<T>) - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext
 
getQueryResultsCache(String) - Method in class org.hibernate.cache.internal.DisabledCaching
 
getQueryResultsCache(String) - Method in class org.hibernate.cache.internal.EnabledCaching
 
getQueryResultsCache(String) - Method in interface org.hibernate.cache.spi.CacheImplementor
Get query cache by region name or create a new one if none exist.
getQueryResultsCacheStrictly(String) - Method in class org.hibernate.cache.internal.DisabledCaching
 
getQueryResultsCacheStrictly(String) - Method in class org.hibernate.cache.internal.EnabledCaching
 
getQueryResultsCacheStrictly(String) - Method in interface org.hibernate.cache.spi.CacheImplementor
Get the named QueryResultRegionAccess but not creating one if it does not already exist.
getQuerySequencesString() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.CockroachDialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.DB2400Dialect
Deprecated.
 
getQuerySequencesString() - Method in class org.hibernate.dialect.DB2400V7R3Dialect
Deprecated.
 
getQuerySequencesString() - Method in class org.hibernate.dialect.DB2Dialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.DB2iDialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.DB2zDialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.DerbyDialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.Dialect
Get the select command used retrieve the names of all sequences.
getQuerySequencesString() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getQuerySequencesString() - Method in class org.hibernate.dialect.H2Dialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.HSQLDialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.MariaDBDialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.OracleDialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.SQLServerDialect
 
getQuerySequencesString() - Method in class org.hibernate.dialect.TiDBDialect
 
getQuerySource() - Method in class org.hibernate.query.sqm.tree.AbstractSqmStatement
 
getQuerySource() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
getQuerySource() - Method in interface org.hibernate.query.sqm.tree.SqmStatement
 
getQuerySpaces() - Method in class org.hibernate.boot.query.NamedNativeQueryDefinitionBuilder
 
getQuerySpaces() - Method in class org.hibernate.engine.spi.ExecutableList
Lazily constructs the querySpaces affected by the actions in the list.
getQuerySpaces() - Method in class org.hibernate.event.spi.AutoFlushEvent
 
getQuerySpaces() - Method in class org.hibernate.jpamodelgen.validation.MockEntityPersister
 
getQuerySpaces() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getQuerySpaces() - Method in interface org.hibernate.persister.entity.EntityPersister
Returns an array of objects that identify spaces in which properties of this entity are persisted, for instances of this class and its subclasses.
getQuerySpaces() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getQuerySpaces() - Method in class org.hibernate.procedure.internal.NamedCallableQueryMementoImpl
 
getQuerySpaces() - Method in interface org.hibernate.procedure.spi.NamedCallableQueryMemento
 
getQuerySpaces() - Method in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
getQuerySpaces() - Method in class org.hibernate.query.sql.internal.NamedNativeQueryMementoImpl
 
getQuerySpaces() - Method in interface org.hibernate.query.sql.spi.NamedNativeQueryMemento
The affected query spaces.
getQuerySpec() - Method in class org.hibernate.query.criteria.CriteriaDefinition
 
getQuerySpec() - Method in interface org.hibernate.query.criteria.JpaSelectCriteria
The query structure.
getQuerySpec() - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
getQuerySpec() - Method in interface org.hibernate.query.sqm.tree.select.SqmSelectQuery
 
getQuerySpec() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
getQuerySpec() - Method in class org.hibernate.sql.ast.tree.select.SelectStatement
 
getQueryStatistics(String) - Method in class org.hibernate.stat.internal.StatisticsImpl
 
getQueryStatistics(String) - Method in interface org.hibernate.stat.Statistics
Obtain the query statistics for the given query string.
getQueryStatisticsMaxSize() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
getQueryStatisticsMaxSize() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getQueryStatisticsMaxSize() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getQueryString() - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
getQueryString() - Method in interface org.hibernate.query.Query
The query as a string, or null in the case of a criteria query.
getQueryString() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
getQueryString() - Method in interface org.hibernate.query.spi.QueryInterpretationCache.Key
 
getQueryString() - Method in interface org.hibernate.query.spi.SqmQuery
 
getQueryString() - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
getQueryString() - Method in class org.hibernate.query.sql.spi.NonSelectInterpretationsKey
 
getQueryString() - Method in class org.hibernate.query.sql.spi.SelectInterpretationsKey
 
getQueryString() - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
getQueryString() - Method in interface org.hibernate.query.sqm.internal.SqmInterpretationsKey.CacheabilityInfluencers
 
getQueryString() - Method in class org.hibernate.query.sqm.internal.SqmInterpretationsKey
 
getQueryString() - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
getQueryString() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
getQueryString() - Method in exception org.hibernate.QueryException
Retrieve the query being evaluated when the exception occurred.
getQueuedOrphans(String) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
getQueuedOrphans(String) - Method in interface org.hibernate.collection.spi.PersistentCollection
Get the "queued" orphans
getQuotedCaseStrategy() - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
getQuotedCatalog() - Method in class org.hibernate.mapping.Table
 
getQuotedCatalog() - Method in class org.hibernate.mapping.UserDefinedType
 
getQuotedCatalog(Dialect) - Method in class org.hibernate.mapping.Table
 
getQuotedCatalog(Dialect) - Method in class org.hibernate.mapping.UserDefinedType
 
getQuotedName() - Method in class org.hibernate.mapping.Column
 
getQuotedName() - Method in class org.hibernate.mapping.Table
 
getQuotedName() - Method in class org.hibernate.mapping.UserDefinedType
 
getQuotedName(Dialect) - Method in class org.hibernate.mapping.Column
 
getQuotedName(Dialect) - Method in class org.hibernate.mapping.Index
 
getQuotedName(Dialect) - Method in class org.hibernate.mapping.Table
 
getQuotedName(Dialect) - Method in class org.hibernate.mapping.UserDefinedType
 
getQuotedSchema() - Method in class org.hibernate.mapping.Table
 
getQuotedSchema() - Method in class org.hibernate.mapping.UserDefinedType
 
getQuotedSchema(Dialect) - Method in class org.hibernate.mapping.Table
 
getQuotedSchema(Dialect) - Method in class org.hibernate.mapping.UserDefinedType
 
getRawList() - Method in class org.hibernate.collection.spi.PersistentList
 
getRawType() - Method in class org.hibernate.type.internal.ParameterizedTypeImpl
 
getRawTypeName() - Method in interface org.hibernate.type.descriptor.sql.DdlType
Deprecated.
not appropriate for named enum or array types
getRawTypeName() - Method in class org.hibernate.type.descriptor.sql.internal.DdlTypeImpl
 
getRawTypeName() - Method in class org.hibernate.type.descriptor.sql.internal.NamedNativeEnumDdlTypeImpl
 
getRawTypeName() - Method in class org.hibernate.type.descriptor.sql.internal.NativeEnumDdlTypeImpl
 
getRawTypeNames() - Method in interface org.hibernate.type.descriptor.sql.DdlType
Deprecated.
not appropriate for named enum or array types
getRawTypeNames() - Method in class org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType
Deprecated.
getRead() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Gets the value of the read property.
getRead() - Method in interface org.hibernate.boot.jaxb.hbm.transform.SourceColumnAdapter
 
getRead() - Method in class org.hibernate.boot.jaxb.hbm.transform.SourceColumnAdapterJaxbHbmColumnType
 
getRead() - Method in class org.hibernate.boot.jaxb.mapping.JaxbColumn
Gets the value of the read property.
getReadExpr(Dialect) - Method in class org.hibernate.mapping.Column
 
getReadFragment() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
A SQL fragment to apply to the column value on read.
getReadLockString(int) - Method in class org.hibernate.dialect.AbstractHANADialect
 
getReadLockString(int) - Method in class org.hibernate.dialect.CockroachDialect
 
getReadLockString(int) - Method in class org.hibernate.dialect.DB2Dialect
 
getReadLockString(int) - Method in class org.hibernate.dialect.DerbyDialect
 
getReadLockString(int) - Method in class org.hibernate.dialect.Dialect
Get the string to append to SELECT statements to acquire READ locks for this dialect.
getReadLockString(int) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getReadLockString(int) - Method in class org.hibernate.dialect.MySQLDialect
 
getReadLockString(int) - Method in class org.hibernate.dialect.OracleDialect
 
getReadLockString(int) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getReadLockString(int) - Method in class org.hibernate.dialect.SpannerDialect
 
getReadLockString(int) - Method in class org.hibernate.dialect.TiDBDialect
 
getReadLockString(String, int) - Method in class org.hibernate.dialect.AbstractHANADialect
 
getReadLockString(String, int) - Method in class org.hibernate.dialect.CockroachDialect
 
getReadLockString(String, int) - Method in class org.hibernate.dialect.Dialect
Get the string to append to SELECT statements to acquire READ locks for this dialect, given the aliases of the columns to be read locked.
getReadLockString(String, int) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getReadLockString(String, int) - Method in class org.hibernate.dialect.MySQLDialect
 
getReadLockString(String, int) - Method in class org.hibernate.dialect.OracleDialect
 
getReadLockString(String, int) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getReadLockString(String, int) - Method in class org.hibernate.dialect.SpannerDialect
 
getReadLockString(String, int) - Method in class org.hibernate.dialect.TiDBDialect
 
getReadOnly() - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
 
getReadOnly() - Method in class org.hibernate.boot.spi.AbstractNamedQueryDefinition
 
getReadOnly() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
getReadOnly() - Method in class org.hibernate.event.spi.LoadEvent
 
getReadOnly() - Method in class org.hibernate.query.internal.NamedQueryHelper.NamedQueryDescriptorBuilder
 
getReadOnly() - Method in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
getReadOnly() - Method in class org.hibernate.query.named.AbstractNamedQueryMemento
 
getReadOnly() - Method in interface org.hibernate.query.named.NamedQueryMemento
 
getReadOnlyFromLoadQueryInfluencers(LoadQueryInfluencers) - Static method in class org.hibernate.loader.ast.internal.LoaderHelper
Determine if given influencers indicate read-only
getReadOnlyFromLoadQueryInfluencers(SharedSessionContractImplementor) - Static method in class org.hibernate.loader.ast.internal.LoaderHelper
Determine if the influencers associated with the given Session indicate read-only
getReadRowLockStrategy() - Method in class org.hibernate.dialect.DerbyDialect
 
getReadRowLockStrategy() - Method in class org.hibernate.dialect.Dialect
The row lock strategy to use for read locks.
getReadRowLockStrategy() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getRealParent() - Method in class org.hibernate.spi.NavigablePath
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.spatial.GeolatteGeometryJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.spatial.JTSGeometryJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.AbstractArrayJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in interface org.hibernate.type.descriptor.java.BasicJavaType
Obtain the "recommended" SQL type descriptor for this Java type.
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.ByteArrayJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.CalendarDateJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.CalendarJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.CalendarTimeJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.CharacterArrayJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.ClobJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.DateJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.DoubleJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.DurationJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.EnumJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.FloatJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.InetAddressJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.InstantJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in interface org.hibernate.type.descriptor.java.JavaType
Obtain the "recommended" SQL type descriptor for this Java type.
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.JdbcDateJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.JdbcTimeJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.LocalDateJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.LocalDateTimeJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.LocalTimeJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.OffsetDateTimeJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.OffsetTimeJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.SerializableJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.spi.BasicCollectionJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.spi.CollectionJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.spi.DynamicModelJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.spi.EmbeddableAggregateJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.spi.EntityJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.spi.FormatMapperBasedJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeBasicAdaptor
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.spi.JsonJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.spi.MapEntryJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.spi.UnknownBasicJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.spi.XmlJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.StringJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.UrlJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.UUIDJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.YearJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.ZonedDateTimeJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.ZoneIdJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.ZoneOffsetJavaType
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.internal.CompositeUserTypeJavaTypeWrapper
 
getRecommendedJdbcType(JdbcTypeIndicators) - Method in class org.hibernate.type.internal.UserTypeJavaTypeWrapper
 
getRecordComponentNames(Class<?>) - Static method in class org.hibernate.internal.util.ReflectHelper
 
getRecordComponentTypes(Class<?>) - Static method in class org.hibernate.internal.util.ReflectHelper
 
getRecreateCount() - Method in interface org.hibernate.stat.CollectionStatistics
Number of times (since last Statistics clearing) this collection has been recreated (rows potentially deleted and then rows (re-)inserted)
getRecreateCount() - Method in class org.hibernate.stat.internal.CollectionStatisticsImpl
 
getRecursiveProperty(String) - Method in class org.hibernate.mapping.PersistentClass
 
getRefCursorExtractor() - Method in class org.hibernate.sql.exec.internal.JdbcCallParameterRegistrationImpl
 
getRefCursorExtractor() - Method in interface org.hibernate.sql.exec.spi.JdbcCallParameterRegistration
 
getReference() - Method in class org.hibernate.boot.cfgxml.spi.MappingReference
 
getReference() - Method in class org.hibernate.cache.spi.entry.ReferenceCacheEntryImpl
Provides access to the stored reference.
getReference() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getReference() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getReference() - Method in class org.hibernate.loader.internal.NaturalIdLoadAccessImpl
 
getReference() - Method in interface org.hibernate.NaturalIdLoadAccess
Return the persistent instance with the full natural id specified by previous calls to NaturalIdLoadAccess.using(jakarta.persistence.metamodel.SingularAttribute<? super T, X>, X).
getReference() - Method in exception org.hibernate.query.sqm.EntityTypeException
The entity name or the name of the Java class.
getReference(Class<T>, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getReference(Class<T>, Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
getReference(Class<T>, Object) - Method in class org.hibernate.internal.SessionImpl
 
getReference(Class<T>, Object) - Method in interface org.hibernate.Session
Return a reference to the persistent instance with the given class and identifier, making the assumption that the instance is still persistent in the database.
getReference(Object) - Method in interface org.hibernate.IdentifierLoadAccess
Return the persistent instance with the given identifier, assuming that the instance exists.
getReference(Object) - Method in class org.hibernate.loader.internal.IdentifierLoadAccessImpl
 
getReference(Object) - Method in class org.hibernate.loader.internal.SimpleNaturalIdLoadAccessImpl
 
getReference(Object) - Method in interface org.hibernate.SimpleNaturalIdLoadAccess
Return the persistent instance with the given natural id value, assuming that the instance exists.
getReference(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getReference(String, Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
getReference(String, Object) - Method in class org.hibernate.internal.SessionImpl
 
getReference(String, Object) - Method in interface org.hibernate.Session
Return a reference to the persistent instance of the given named entity with the given identifier, making the assumption that the instance is still persistent in the database.
getReference(T) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getReference(T) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
getReference(T) - Method in class org.hibernate.internal.SessionImpl
 
getReference(T) - Method in interface org.hibernate.Session
Return a reference to the persistent instance with the same identity as the given instance, which might be detached, making the assumption that the instance is still persistent in the database.
getReferenceableProperties() - Method in class org.hibernate.mapping.JoinedSubclass
 
getReferenceableProperties() - Method in class org.hibernate.mapping.PersistentClass
Build a list of properties which may be referenced in association mappings.
getReferencedColumn() - Method in class org.hibernate.boot.model.internal.AnnotatedJoinColumn
getReferencedColumnMetadata() - Method in class org.hibernate.tool.schema.extract.internal.ForeignKeyInformationImpl.ColumnReferenceMappingImpl
 
getReferencedColumnMetadata() - Method in interface org.hibernate.tool.schema.extract.spi.ForeignKeyInformation.ColumnReferenceMapping
Obtain the information about the referenced column (the target side).
getReferencedColumnName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbJoinColumn
Gets the value of the referencedColumnName property.
getReferencedColumnName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbMapKeyJoinColumn
Gets the value of the referencedColumnName property.
getReferencedColumnName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbPrimaryKeyJoinColumn
Gets the value of the referencedColumnName property.
getReferencedColumnName() - Method in interface org.hibernate.boot.model.naming.ImplicitJoinColumnNameSource
Access the name of the column that is the target of the FK being described
getReferencedColumnName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
Gets the value of the referencedColumnName property.
getReferencedColumnName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
Gets the value of the referencedColumnName property.
getReferencedColumnName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PrimaryKeyJoinColumn
Gets the value of the referencedColumnName property.
getReferencedColumnNames() - Method in interface org.hibernate.boot.model.naming.ImplicitForeignKeyNameSource
 
getReferencedColumns() - Method in class org.hibernate.mapping.ForeignKey
Returns the referenced columns if the foreignkey does not refer to the primary key
getReferencedColumnsType(PersistentClass) - Method in class org.hibernate.boot.model.internal.AnnotatedJoinColumns
Determine if the given AnnotatedJoinColumns represent a reference to the primary key of the given PersistentClass, or whether they reference some other combination of mapped columns.
getReferencedColumnValues(Dialect) - Method in class org.hibernate.generator.internal.CurrentTimestampGeneration
 
getReferencedColumnValues(Dialect) - Method in class org.hibernate.generator.internal.GeneratedAlwaysGeneration
 
getReferencedColumnValues(Dialect) - Method in class org.hibernate.generator.internal.GeneratedGeneration
 
getReferencedColumnValues(Dialect) - Method in interface org.hibernate.generator.OnExecutionGenerator
A SQL expression indicating how to calculate the generated values when the mapped columns are included in the SQL statement.
getReferencedColumnValues(Dialect) - Method in class org.hibernate.id.IdentityGenerator
 
getReferencedColumnValues(Dialect) - Method in class org.hibernate.id.SelectGenerator
 
getReferencedColumnValues(Dialect) - Method in interface org.hibernate.tuple.ValueGeneration
Deprecated.
 
getReferencedEntityAttributeName() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceManyToOneImpl
 
getReferencedEntityAttributeName() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceManyToManyImpl
 
getReferencedEntityAttributeName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceManyToMany
 
getReferencedEntityAttributeName() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSourceToOne
 
getReferencedEntityName() - Method in class org.hibernate.boot.model.internal.CopyIdentifierComponentSecondPass
 
getReferencedEntityName() - Method in class org.hibernate.boot.model.internal.FkSecondPass
 
getReferencedEntityName() - Method in class org.hibernate.boot.model.internal.JoinedSubclassFkSecondPass
 
getReferencedEntityName() - Method in class org.hibernate.boot.model.internal.PkDrivenByDefaultMapsIdSecondPass
 
getReferencedEntityName() - Method in class org.hibernate.boot.model.internal.SimpleToOneFkSecondPass
 
getReferencedEntityName() - Method in class org.hibernate.boot.model.internal.ToOneFkSecondPass
 
getReferencedEntityName() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceManyToOneImpl
 
getReferencedEntityName() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceManyToManyImpl
 
getReferencedEntityName() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceOneToManyImpl
 
getReferencedEntityName() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeyManyToManySourceImpl
 
getReferencedEntityName() - Method in interface org.hibernate.boot.model.source.spi.AssociationSource
Obtain the name of the referenced entity.
getReferencedEntityName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceManyToMany
 
getReferencedEntityName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceOneToMany
 
getReferencedEntityName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeMapKeyManyToManySource
 
getReferencedEntityName() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSourceToOne
 
getReferencedEntityName() - Method in interface org.hibernate.envers.configuration.internal.metadata.CollectionMetadataContext
 
getReferencedEntityName() - Method in class org.hibernate.mapping.ForeignKey
 
getReferencedEntityName() - Method in class org.hibernate.mapping.OneToMany
 
getReferencedEntityName() - Method in class org.hibernate.mapping.ToOne
 
getReferencedEntityName(Value) - Static method in class org.hibernate.envers.internal.tools.MappingTools
 
getReferencedIdData() - Method in class org.hibernate.envers.internal.entities.RelationDescription
 
getReferencedIdMappingData(String, String, PropertyAuditingData, boolean) - Method in class org.hibernate.envers.configuration.internal.metadata.AbstractMetadataGenerator
Reads the id mapping data of a referenced entity.
getReferencedMappingContainer() - Method in class org.hibernate.metamodel.mapping.internal.CompoundNaturalIdMapping.DomainResultImpl
 
getReferencedMappingContainer() - Method in class org.hibernate.sql.results.graph.AbstractFetchParent
 
getReferencedMappingContainer() - Method in class org.hibernate.sql.results.graph.collection.internal.CollectionDomainResult
 
getReferencedMappingContainer() - Method in class org.hibernate.sql.results.graph.collection.internal.EagerCollectionFetch
 
getReferencedMappingContainer() - Method in interface org.hibernate.sql.results.graph.embeddable.EmbeddableResultGraphNode
 
getReferencedMappingContainer() - Method in class org.hibernate.sql.results.graph.embeddable.internal.AggregateEmbeddableFetchImpl
 
getReferencedMappingContainer() - Method in class org.hibernate.sql.results.graph.embeddable.internal.AggregateEmbeddableResultImpl
 
getReferencedMappingContainer() - Method in class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableExpressionResultImpl
 
getReferencedMappingContainer() - Method in class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableFetchImpl
 
getReferencedMappingContainer() - Method in class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableForeignKeyResultImpl
 
getReferencedMappingContainer() - Method in class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableResultImpl
 
getReferencedMappingContainer() - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityResultGraphNode
 
getReferencedMappingContainer() - Method in class org.hibernate.sql.results.graph.entity.AbstractNonLazyEntityFetch
 
getReferencedMappingContainer() - Method in interface org.hibernate.sql.results.graph.entity.EntityResultGraphNode
 
getReferencedMappingContainer() - Method in interface org.hibernate.sql.results.graph.FetchParent
This parent's mapping type
getReferencedMappingType() - Method in class org.hibernate.metamodel.mapping.internal.CompoundNaturalIdMapping.DomainResultImpl
 
getReferencedMappingType() - Method in class org.hibernate.query.results.complete.EntityResultImpl
 
getReferencedMappingType() - Method in class org.hibernate.sql.results.graph.collection.internal.CollectionDomainResult
 
getReferencedMappingType() - Method in class org.hibernate.sql.results.graph.collection.internal.EagerCollectionFetch
 
getReferencedMappingType() - Method in interface org.hibernate.sql.results.graph.embeddable.EmbeddableResultGraphNode
 
getReferencedMappingType() - Method in class org.hibernate.sql.results.graph.embeddable.internal.AggregateEmbeddableFetchImpl
 
getReferencedMappingType() - Method in class org.hibernate.sql.results.graph.embeddable.internal.AggregateEmbeddableResultImpl
 
getReferencedMappingType() - Method in class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableExpressionResultImpl
 
getReferencedMappingType() - Method in class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableFetchImpl
 
getReferencedMappingType() - Method in class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableForeignKeyResultImpl
 
getReferencedMappingType() - Method in class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableResultImpl
 
getReferencedMappingType() - Method in class org.hibernate.sql.results.graph.entity.AbstractNonLazyEntityFetch
 
getReferencedMappingType() - Method in class org.hibernate.sql.results.graph.entity.internal.AbstractNonJoinedEntityFetch
 
getReferencedMappingType() - Method in class org.hibernate.sql.results.graph.entity.internal.EntityResultImpl
 
getReferencedMappingType() - Method in interface org.hibernate.sql.results.graph.FetchParent
This parent's mapping type
getReferencedModePart() - Method in class org.hibernate.sql.results.graph.entity.AbstractNonLazyEntityFetch
 
getReferencedModePart() - Method in class org.hibernate.sql.results.graph.entity.internal.EntityResultImpl
 
getReferencedModePart() - Method in interface org.hibernate.sql.results.graph.FetchParent
Whereas FetchParent.getReferencedMappingContainer() and FetchParent.getReferencedMappingType() return the referenced container type, this method returns the referenced part.
getReferencedPart() - Method in interface org.hibernate.query.results.complete.CompleteFetchBuilder
 
getReferencedPart() - Method in class org.hibernate.query.results.complete.CompleteFetchBuilderBasicPart
 
getReferencedPart() - Method in class org.hibernate.query.results.complete.CompleteFetchBuilderEmbeddableValuedModelPart
 
getReferencedPart() - Method in class org.hibernate.query.results.complete.CompleteFetchBuilderEntityValuedModelPart
 
getReferencedPart() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderBasicModelPart
 
getReferencedPart() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderEntityJpa
 
getReferencedPart() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderEntityStandard
 
getReferencedPart() - Method in interface org.hibernate.query.results.complete.CompleteResultBuilderEntityValued
 
getReferencedPart() - Method in class org.hibernate.query.results.complete.DelayedFetchBuilderBasicPart
 
getReferencedPart() - Method in interface org.hibernate.query.results.complete.ModelPartReference
The part of the domain model that is referenced
getReferencedPart() - Method in interface org.hibernate.query.results.complete.ModelPartReferenceBasic
 
getReferencedPart() - Method in interface org.hibernate.query.results.complete.ModelPartReferenceCollection
 
getReferencedPart() - Method in interface org.hibernate.query.results.complete.ModelPartReferenceEmbeddable
 
getReferencedPart() - Method in interface org.hibernate.query.results.complete.ModelPartReferenceEntity
 
getReferencedPath() - Method in interface org.hibernate.sql.results.graph.BiDirectionalFetch
The NavigablePath for the DomainResult or Fetch that this Fetch refers to.
getReferencedPath() - Method in class org.hibernate.sql.results.internal.domain.CircularBiDirectionalFetchImpl
 
getReferencedPath() - Method in class org.hibernate.sql.results.internal.domain.CircularFetchImpl
 
getReferencedPathSource() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
 
getReferencedPathSource() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmSimplePath
 
getReferencedPathSource() - Method in class org.hibernate.query.sqm.tree.domain.SqmBasicValuedSimplePath
 
getReferencedPathSource() - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
The path source that this path refers to (and that most likely created it).
getReferencedPathSource() - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralValuedSimplePath
 
getReferencedPathSource() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedBagJoin
 
getReferencedPathSource() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedCrossJoin
 
getReferencedPathSource() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedEntityJoin
 
getReferencedPathSource() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedListJoin
 
getReferencedPathSource() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedMapJoin
 
getReferencedPathSource() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedPluralPartJoin
 
getReferencedPathSource() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedRoot
 
getReferencedPathSource() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSetJoin
 
getReferencedPathSource() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSimplePath
 
getReferencedPathSource() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSingularJoin
 
getReferencedPathSource() - Method in interface org.hibernate.query.sqm.tree.from.SqmAttributeJoin
 
getReferencedPathSource() - Method in class org.hibernate.query.sqm.tree.from.SqmCrossJoin
 
getReferencedPathSource() - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
 
getReferencedPathSource() - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
The Navigable for an SqmFrom will always be a NavigableContainer The path source that this path refers to (and that most likely created it).
getReferencedPrimaryKeyColumnName() - Method in interface org.hibernate.boot.model.naming.ImplicitPrimaryKeyJoinColumnNameSource
Access the name of the column that is a primary key column in the referenced-table that is referenced by the foreign-key described here.
getReferencedProperty(String) - Method in class org.hibernate.mapping.PersistentClass
Given a property path, locate the appropriate referenceable property reference.
getReferencedPropertyName() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeKeySourceImpl
 
getReferencedPropertyName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeKeySource
 
getReferencedPropertyName() - Method in class org.hibernate.mapping.Collection
 
getReferencedPropertyName() - Method in class org.hibernate.mapping.ToOne
 
getReferencedPropertyName() - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
getReferencedPropertyType(String, String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getReferencedPropertyType(String, String) - Method in class org.hibernate.boot.internal.MetadataImpl
 
getReferencedPropertyType(String, String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getReferencedPropertyType(String, String) - Method in interface org.hibernate.engine.spi.Mapping
Deprecated.
 
getReferencedPropertyType(String, String) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getReferencedPropertyType(String, String) - Method in class org.hibernate.internal.SessionFactoryImpl
 
getReferencedPropertyType(String, String) - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
getReferencedTable() - Method in class org.hibernate.mapping.ForeignKey
 
getReferencedTableName() - Method in interface org.hibernate.boot.model.naming.ImplicitForeignKeyNameSource
 
getReferencedTableName() - Method in interface org.hibernate.boot.model.naming.ImplicitJoinColumnNameSource
Access the name of the table that is the target of the FK being described
getReferencedTableName() - Method in interface org.hibernate.boot.model.naming.ImplicitPrimaryKeyJoinColumnNameSource
Access the name of the table referenced by the foreign-key described here.
getReferenceEntityName(PropertyData, XClass, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.ToOneBinder
 
getReferenceEntityName(PropertyData, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.ToOneBinder
 
getReferenceModelPart() - Method in class org.hibernate.metamodel.mapping.ordering.ast.CollectionPartPath
 
getReferenceModelPart() - Method in interface org.hibernate.metamodel.mapping.ordering.ast.DomainPath
 
getReferenceModelPart() - Method in class org.hibernate.metamodel.mapping.ordering.ast.DomainPathContinuation
 
getReferenceModelPart() - Method in class org.hibernate.metamodel.mapping.ordering.ast.PluralAttributePath
 
getReferencingColumnMetadata() - Method in class org.hibernate.tool.schema.extract.internal.ForeignKeyInformationImpl.ColumnReferenceMappingImpl
 
getReferencingColumnMetadata() - Method in interface org.hibernate.tool.schema.extract.spi.ForeignKeyInformation.ColumnReferenceMapping
Obtain the information about the referencing column (the source column, which points to the referenced column).
getReferencingEntityConfiguration() - Method in interface org.hibernate.envers.configuration.internal.metadata.CollectionMetadataContext
 
getReferencingEntityName() - Method in interface org.hibernate.envers.configuration.internal.metadata.CollectionMetadataContext
 
getReferencingIdData() - Method in class org.hibernate.envers.internal.entities.mapper.relation.CommonCollectionMapperData
 
getReferencingIdData() - Method in class org.hibernate.envers.internal.entities.RelationDescription
 
getReferencingPropertyName() - Method in class org.hibernate.envers.internal.synchronization.work.PersistentCollectionChangeWorkUnit
 
getReflectionManager() - Method in class org.hibernate.boot.internal.BootstrapContextImpl
 
getReflectionManager() - Method in interface org.hibernate.boot.spi.BootstrapContext
Retrieve the Hibernate Commons Annotations ReflectionManager.
getReflectionManager() - Method in class org.hibernate.envers.boot.internal.EnversMetadataBuildingContextImpl
 
getReflectionManager() - Method in interface org.hibernate.envers.boot.spi.EnversMetadataBuildingContext
 
getReflectionManager() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
 
getReflectionOptimizer() - Method in class org.hibernate.metamodel.internal.EmbeddableRepresentationStrategyMap
 
getReflectionOptimizer() - Method in class org.hibernate.metamodel.internal.EmbeddableRepresentationStrategyPojo
 
getReflectionOptimizer() - Method in class org.hibernate.metamodel.internal.EntityRepresentationStrategyMap
 
getReflectionOptimizer() - Method in class org.hibernate.metamodel.internal.EntityRepresentationStrategyPojoStandard
 
getReflectionOptimizer() - Method in class org.hibernate.metamodel.mapping.internal.IdClassRepresentationStrategy
 
getReflectionOptimizer() - Method in class org.hibernate.metamodel.mapping.internal.VirtualIdRepresentationStrategy
 
getReflectionOptimizer() - Method in interface org.hibernate.metamodel.spi.EmbeddableRepresentationStrategy
The reflection optimizer to use for this embeddable.
getReflectionOptimizer() - Method in interface org.hibernate.metamodel.spi.ManagedTypeRepresentationStrategy
The reflection optimizer to use for this embeddable.
getReflectionOptimizer(Class<?>, Map<String, PropertyAccess>) - Method in class org.hibernate.bytecode.internal.bytebuddy.BytecodeProviderImpl
 
getReflectionOptimizer(Class<?>, Map<String, PropertyAccess>) - Method in class org.hibernate.bytecode.internal.none.BytecodeProviderImpl
 
getReflectionOptimizer(Class<?>, Map<String, PropertyAccess>) - Method in interface org.hibernate.bytecode.spi.BytecodeProvider
Retrieve the ReflectionOptimizer delegate for this provider capable of generating reflection optimization components.
getReflectionOptimizer(Class, String[], String[], Class[]) - Method in class org.hibernate.bytecode.internal.bytebuddy.BytecodeProviderImpl
 
getReflectionOptimizer(Class, String[], String[], Class[]) - Method in class org.hibernate.bytecode.internal.none.BytecodeProviderImpl
 
getReflectionOptimizer(Class, String[], String[], Class[]) - Method in interface org.hibernate.bytecode.spi.BytecodeProvider
Deprecated, for removal: This API element is subject to removal in a future version.
getRegion() - Method in class org.hibernate.boot.CacheRegionDefinition
 
getRegion() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCollectionCacheType
Gets the value of the region property.
getRegion() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEntityCacheType
Gets the value of the region property.
getRegion() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheType
Gets the value of the region property.
getRegion() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNaturalIdCacheType
Gets the value of the region property.
getRegion() - Method in class org.hibernate.boot.jaxb.mapping.JaxbCaching
Gets the value of the region property.
getRegion() - Method in class org.hibernate.boot.model.Caching
Deprecated.
 
getRegion() - Method in class org.hibernate.cache.internal.QueryResultsCacheImpl
 
getRegion() - Method in class org.hibernate.cache.internal.TimestampsCacheDisabledImpl
 
getRegion() - Method in class org.hibernate.cache.internal.TimestampsCacheEnabledImpl
 
getRegion() - Method in interface org.hibernate.cache.spi.access.CachedDomainDataAccess
The region containing the data being accessed
getRegion() - Method in interface org.hibernate.cache.spi.QueryResultsCache
The underlying cache region being used.
getRegion() - Method in class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
 
getRegion() - Method in interface org.hibernate.cache.spi.TimestampsCache
The region used to store all timestamp data.
getRegion(String) - Method in class org.hibernate.cache.internal.DisabledCaching
 
getRegion(String) - Method in class org.hibernate.cache.internal.EnabledCaching
 
getRegion(String) - Method in interface org.hibernate.cache.spi.CacheImplementor
Get a cache Region by name.
getRegionFactory() - Method in class org.hibernate.cache.internal.DisabledCaching
 
getRegionFactory() - Method in class org.hibernate.cache.internal.EnabledCaching
 
getRegionFactory() - Method in interface org.hibernate.cache.spi.CacheImplementor
The underlying RegionFactory in use.
getRegionFactory() - Method in interface org.hibernate.cache.spi.Region
The RegionFactory that generated this Region
getRegionFactory() - Method in class org.hibernate.cache.spi.support.AbstractRegion
 
getRegionName() - Method in class org.hibernate.cache.cfg.internal.DomainDataRegionConfigImpl
 
getRegionName() - Method in interface org.hibernate.cache.cfg.spi.DomainDataRegionConfig
Retrieve the unqualified name of this region.
getRegionName() - Method in interface org.hibernate.stat.CacheRegionStatistics
 
getRegionName() - Method in class org.hibernate.stat.internal.CacheRegionStatisticsImpl
 
getRegionType() - Method in class org.hibernate.boot.CacheRegionDefinition
 
getRegisteredEventTypes() - Method in class org.hibernate.event.spi.EventEngine
 
getRegisteredLockModes() - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
getRegisteredName() - Method in class org.hibernate.boot.model.NamedEntityGraphDefinition
 
getRegisteredParameters() - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
getRegisteredParameters() - Method in interface org.hibernate.procedure.ProcedureCall
Retrieve all registered parameters.
getRegisteredStrategyImplementors(Class) - Method in class org.hibernate.boot.registry.selector.internal.StrategySelectorImpl
 
getRegisteredStrategyImplementors(Class<T>) - Method in interface org.hibernate.boot.registry.selector.spi.StrategySelector
Retrieve all of the registered implementors of the given strategy.
getRegisteredType(Class<J>) - Method in class org.hibernate.type.BasicTypeRegistry
 
getRegisteredType(Type) - Method in class org.hibernate.type.BasicTypeRegistry
 
getRegisteredType(String) - Method in class org.hibernate.type.BasicTypeRegistry
 
getRegistrationKey() - Method in interface org.hibernate.query.criteria.spi.CriteriaBuilderExtension
 
getRegistrationKey() - Method in class org.hibernate.spatial.criteria.internal.GeolatteSpatialCriteriaExtension
 
getRegistrationKey() - Method in class org.hibernate.spatial.criteria.internal.JTSSpatialCriteriaExtension
 
getRegistrationKeys() - Method in class org.hibernate.boot.model.TypeDefinition
 
getRegistrationKeys() - Method in class org.hibernate.boot.spi.BasicTypeRegistration
 
getRegistrationKeys() - Method in class org.hibernate.persister.entity.DiscriminatorType
Deprecated.
 
getRegistrationKeys() - Method in class org.hibernate.type.AbstractStandardBasicType
 
getRegistrationKeys() - Method in interface org.hibernate.type.BasicType
Get the names under which this type should be registered in the type registry.
getRegistrationKeys() - Method in class org.hibernate.type.CustomType
 
getRegistrationKeys() - Method in class org.hibernate.type.internal.BasicTypeImpl
 
getRegistrationKeys() - Method in class org.hibernate.type.internal.ConvertedBasicTypeImpl
 
getRegistrationKeys() - Method in class org.hibernate.type.MetaType
Deprecated.
 
getRegistrationKeys() - Method in class org.hibernate.type.SerializableToBlobType
 
getRegistrationKeys() - Method in class org.hibernate.type.StandardBasicTypeTemplate
 
getRegistrationName() - Method in class org.hibernate.boot.internal.NamedProcedureCallDefinitionImpl
 
getRegistrationName() - Method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor
 
getRegistrationName() - Method in class org.hibernate.boot.query.ImplicitHbmResultSetMappingDescriptorBuilder
 
getRegistrationName() - Method in interface org.hibernate.boot.query.NamedQueryDefinition
The name under which the query is to be registered
getRegistrationName() - Method in interface org.hibernate.boot.query.NamedResultSetMappingDescriptor
The name under which the result-set-mapping is to be registered
getRegistrationName() - Method in class org.hibernate.boot.query.SqlResultSetMappingDescriptor
 
getRegistrationName() - Method in class org.hibernate.boot.spi.AbstractNamedQueryDefinition
 
getRegistrationName() - Method in class org.hibernate.query.named.AbstractNamedQueryMemento
 
getRegistrationName() - Method in interface org.hibernate.query.named.NamedQueryMemento
The name under which the query is registered
getRegistrations() - Method in class org.hibernate.procedure.internal.ProcedureParameterMetadataImpl
 
getRegistrations() - Method in class org.hibernate.query.internal.ParameterMetadataImpl
 
getRegistrations() - Method in interface org.hibernate.query.ParameterMetadata
 
getRegistrationsAsList() - Method in class org.hibernate.procedure.internal.ProcedureParameterMetadataImpl
 
getRegistrationsAsList() - Method in interface org.hibernate.query.spi.ProcedureParameterMetadataImplementor
 
getRegistry() - Method in interface org.hibernate.testing.orm.junit.ServiceRegistryScope
 
getRelatedEntity(EnversService, String, String) - Static method in class org.hibernate.envers.query.criteria.internal.CriteriaTools
 
getRelation() - Method in class org.hibernate.envers.internal.entities.IdMappingData
 
getRelationalJavaType() - Method in class org.hibernate.boot.model.process.internal.InferredBasicValueResolution
 
getRelationalJavaType() - Method in class org.hibernate.boot.model.process.internal.NamedBasicTypeResolution
 
getRelationalJavaType() - Method in class org.hibernate.boot.model.process.internal.NamedConverterResolution
 
getRelationalJavaType() - Method in class org.hibernate.boot.model.process.internal.UserTypeResolution
 
getRelationalJavaType() - Method in class org.hibernate.boot.model.process.internal.VersionResolution
 
getRelationalJavaType() - Method in interface org.hibernate.mapping.BasicValue.Resolution
The JavaType for the relational value as part of the relational model (its JDBC representation)
getRelationalJavaType() - Method in class org.hibernate.metamodel.mapping.DiscriminatorConverter
 
getRelationalJavaType() - Method in interface org.hibernate.metamodel.mapping.DiscriminatorMapping
The relational Java form.
getRelationalJavaType() - Method in class org.hibernate.metamodel.model.domain.internal.BasicSqmPathSource
 
getRelationalJavaType() - Method in interface org.hibernate.query.sqm.SqmExpressible
 
getRelationalJavaType() - Method in class org.hibernate.type.CharBooleanConverter
 
getRelationalJavaType() - Method in class org.hibernate.type.descriptor.converter.internal.ArrayConverter
 
getRelationalJavaType() - Method in class org.hibernate.type.descriptor.converter.internal.CollectionConverter
 
getRelationalJavaType() - Method in class org.hibernate.type.descriptor.converter.internal.JpaAttributeConverterImpl
 
getRelationalJavaType() - Method in interface org.hibernate.type.descriptor.converter.spi.BasicValueConverter
Descriptor for the Java type for the relational portion of this converter
getRelationalJavaType() - Method in class org.hibernate.type.NumericBooleanConverter
 
getRelationalValueResolvedType() - Method in class org.hibernate.boot.model.convert.internal.AbstractConverterDescriptor
 
getRelationalValueResolvedType() - Method in interface org.hibernate.boot.model.convert.spi.ConverterDescriptor
The resolved Classmate type descriptor for the conversion's relational type
getRelationalValueSource() - Method in interface org.hibernate.boot.model.source.spi.AnyDiscriminatorSource
 
getRelationalValueSource() - Method in interface org.hibernate.boot.model.source.spi.MultiTenancySource
Obtain the column/formula information about the multi-tenancy discriminator.
getRelationalValueSources() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceBasicImpl
 
getRelationalValueSources() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceManyToOneImpl
 
getRelationalValueSources() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceBasicImpl
 
getRelationalValueSources() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceManyToManyImpl
 
getRelationalValueSources() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeKeySourceImpl
 
getRelationalValueSources() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeyManyToManySourceImpl
 
getRelationalValueSources() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeySourceBasicImpl
 
getRelationalValueSources() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSequentialIndexSourceImpl
 
getRelationalValueSources() - Method in interface org.hibernate.boot.model.source.spi.AnyKeySource
 
getRelationalValueSources() - Method in interface org.hibernate.boot.model.source.spi.RelationalValueSourceContainer
Obtain the contained RelationalValueSource references.
getRelationDescription(String) - Method in class org.hibernate.envers.internal.entities.EntityConfiguration
 
getRelationDescription(String, String) - Method in class org.hibernate.envers.internal.entities.EntitiesConfigurations
 
getRelationMappedBy() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
getRelationTargetAuditMode() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
Get the relationTargetAuditMode property.
getRelationTargetNotFoundAction() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
getRelationType() - Method in class org.hibernate.envers.internal.entities.RelationDescription
 
getRelativePath(PropertyHolder, String) - Static method in class org.hibernate.boot.model.internal.BinderHelper
 
getRelativePosition() - Method in class org.hibernate.persister.collection.mutation.CollectionTableMapping
 
getRelativePosition() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping
 
getRelativePosition() - Method in interface org.hibernate.sql.model.TableMapping
The position of the table relative to others for the MutationTarget
getReleasedConnections() - Method in class org.hibernate.testing.orm.jdbc.PreparedStatementSpyConnectionProvider
Get a list of current released Connections.
getReleaseMode() - Method in enum org.hibernate.resource.jdbc.spi.PhysicalConnectionHandlingMode
 
getReloadedEntityHolders() - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesSourceProcessingStateStandardImpl
 
getReloadedEntityHolders() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingState
 
getRemoveCoordinator() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getRemoveCoordinator() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
getRemoveCoordinator() - Method in class org.hibernate.persister.collection.OneToManyPersister
 
getRemoveCount() - Method in interface org.hibernate.stat.CollectionStatistics
Number of times (since last Statistics clearing) this collection has been removed
getRemoveCount() - Method in class org.hibernate.stat.internal.CollectionStatisticsImpl
 
getRemoveEntryCoordinator() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
getRename() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmClassRenameType
Gets the value of the rename property.
getRename() - Method in class org.hibernate.boot.jaxb.mapping.JaxbHqlImport
Gets the value of the rename property.
getRenderer() - Method in class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
Deprecated, for removal: This API element is subject to removal in a future version.
getRenderingSupport() - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmFunction
Deprecated, for removal: This API element is subject to removal in a future version.
getRepairTimestamps() - Method in class org.hibernate.testing.orm.domain.userguide.Phone
 
getReplacement(Blob, Blob, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.BlobJavaType
 
getReplacement(Clob, Clob, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.ClobJavaType
 
getReplacement(NClob, NClob, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.NClobJavaType
 
getReplacement(Type, Object, Map<Object, Object>) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.AbstractValueDelayedOperation
 
getReplacement(T, T, SharedSessionContractImplementor) - Method in interface org.hibernate.type.descriptor.java.JavaType
 
getReplicationMode() - Method in class org.hibernate.event.spi.ReplicateEvent
 
getReported() - Method in class org.hibernate.testing.orm.domain.helpdesk.Incident
 
getRepresentation() - Method in class org.hibernate.envers.internal.tools.graph.Vertex
 
getRepresentation() - Method in enum org.hibernate.envers.RevisionType
 
getRepresentation(PersistentClass) - Method in class org.hibernate.envers.configuration.internal.PersistentClassGraphDefiner
 
getRepresentation(V) - Method in interface org.hibernate.envers.internal.tools.graph.GraphDefiner
 
getRepresentationMode() - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getRepresentationMode() - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
 
getRepresentationMode() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getRepresentationStrategy() - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType
 
getRepresentationStrategy() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
Describes how the entity is represented in the application's domain model.
getRepresentationStrategy() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddableMappingTypeImpl
 
getRepresentationStrategy() - Method in class org.hibernate.metamodel.mapping.internal.IdClassEmbeddable
 
getRepresentationStrategy() - Method in class org.hibernate.metamodel.mapping.internal.VirtualIdEmbeddable
 
getRepresentationStrategy() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getRepresentationStrategy() - Method in interface org.hibernate.persister.entity.EntityPersister
 
getRepresentationStrategy() - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddableValuedModelPart
 
getRepresentationStrategySelector() - Method in class org.hibernate.boot.internal.BootstrapContextImpl
 
getRepresentationStrategySelector() - Method in interface org.hibernate.boot.spi.BootstrapContext
 
getRepresentationStrategySelector() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
 
getRequested() - Method in class org.hibernate.boot.model.Caching
Deprecated.
 
getRequestedId() - Method in class org.hibernate.event.spi.MergeEvent
 
getRequestedId() - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
getRequestedVersion() - Method in exception org.hibernate.boot.jaxb.internal.stax.JpaOrmXmlEventReader.BadVersionException
 
getRequestedVersion() - Method in exception org.hibernate.boot.jaxb.internal.stax.MappingEventReader.BadVersionException
 
getRequestedVersion() - Method in exception org.hibernate.boot.UnsupportedOrmXsdVersionException
 
getResolution() - Method in class org.hibernate.mapping.BasicValue
 
getResolutionType() - Method in class org.hibernate.jpamodelgen.validation.MockEntityPersister
 
getResolutionType() - Method in interface org.hibernate.persister.entity.DiscriminatorMetadata
Deprecated.
Get the type used to resolve the actual discriminator value.
getResolvedEntityState() - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
getResolvedExpression() - Method in class org.hibernate.query.sqm.sql.internal.SqmParameterInterpretation
 
getResolvedJavaType() - Method in class org.hibernate.mapping.BasicValue
 
getResolvedMappingModelType(SqmParameter<T>) - Method in interface org.hibernate.query.sqm.spi.SqmParameterMappingModelResolutionAccess
 
getResolvedModel() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
 
getResolvedModel() - Method in class org.hibernate.query.sqm.tree.domain.SqmCteRoot
 
getResolvedModel() - Method in class org.hibernate.query.sqm.tree.domain.SqmDerivedRoot
 
getResolvedModel() - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
Get this path's actual resolved model, i.e.
getResolvedModel() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedBagJoin
 
getResolvedModel() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedCrossJoin
 
getResolvedModel() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedListJoin
 
getResolvedModel() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedMapJoin
 
getResolvedModel() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedPluralPartJoin
 
getResolvedModel() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSetJoin
 
getResolvedModel() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSimplePath
 
getResolvedModel() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSingularJoin
 
getResolvedPersistenceUnits() - Method in class org.hibernate.jpa.boot.internal.PersistenceXmlParser
 
getResource() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
Gets the value of the resource property.
getResourceAsStream(String) - Static method in class org.hibernate.internal.util.ConfigHelper
Deprecated.
 
getResourceLocalTransaction() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
getResourceLocalTransaction() - Method in interface org.hibernate.resource.transaction.backend.jdbc.spi.JdbcResourceTransactionAccess
Provides access to the resource local transaction of this data store, which is used by the TransactionCoordinator to manage transactions against the data store when not using JTA.
getResourceRegistry() - Method in class org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor
 
getResourceRegistry() - Method in interface org.hibernate.resource.jdbc.LogicalConnection
Provides access to the registry of JDBC resources associated with this logical connection.
getResources(String) - Method in class org.hibernate.boot.registry.classloading.internal.AggregatedClassLoader
 
getRespectNulls() - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmWindowFunction
 
getRespectNulls() - Method in class org.hibernate.query.sqm.function.SelfRenderingWindowFunctionSqlAstExpression
 
getRespectNulls() - Method in interface org.hibernate.query.sqm.tree.expression.SqmWindowFunction
 
getRespectNulls() - Method in interface org.hibernate.sql.ast.tree.expression.WindowFunctionExpression
 
getRestriction() - Method in class org.hibernate.query.criteria.CriteriaDefinition
 
getRestriction() - Method in interface org.hibernate.query.criteria.JpaCriteriaBase
 
getRestriction() - Method in interface org.hibernate.query.criteria.JpaQueryStructure
 
getRestriction() - Method in interface org.hibernate.query.criteria.JpaSelectCriteria
 
getRestriction() - Method in class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
 
getRestriction() - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertSelectStatement
 
getRestriction() - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertValuesStatement
 
getRestriction() - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
getRestriction() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
getRestriction() - Method in class org.hibernate.sql.ast.tree.AbstractUpdateOrDeleteStatement
 
getRestrictivePart() - Method in interface org.hibernate.loader.ast.internal.LoadPlan
The part of the thing being loaded used to restrict which loadables get loaded
getRestrictivePart() - Method in class org.hibernate.loader.ast.internal.SingleIdLoadPlan
 
getResult() - Method in class org.hibernate.event.spi.LoadEvent
 
getResult() - Method in class org.hibernate.event.spi.MergeEvent
 
getResult() - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched.WhenFragment
 
getResult() - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple.WhenFragment
 
getResult() - Method in class org.hibernate.sql.ast.tree.expression.CaseSearchedExpression.WhenFragment
 
getResult() - Method in class org.hibernate.sql.ast.tree.expression.CaseSimpleExpression.WhenFragment
 
getResultBuilders() - Method in interface org.hibernate.query.results.ResultSetMapping
The result builders currently associated with this mapping
getResultBuilders() - Method in class org.hibernate.query.results.ResultSetMappingImpl
 
getResultCacheRegionName() - Method in class org.hibernate.engine.jdbc.mutation.internal.MutationQueryOptions
 
getResultCacheRegionName() - Method in class org.hibernate.loader.ast.internal.LoaderSqlAstCreationState
 
getResultCacheRegionName() - Method in class org.hibernate.query.internal.QueryOptionsImpl
 
getResultCacheRegionName() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
 
getResultCacheRegionName() - Method in interface org.hibernate.query.spi.QueryOptions
The query cache region in which the results should be cached.
getResultCacheRegionName() - Method in class org.hibernate.query.spi.QueryOptionsAdapter
 
getResultClass() - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedNativeQuery
Gets the value of the resultClass property.
getResultClass() - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedStoredProcedureQuery
Gets the value of the resultClass property.
getResultClass() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedNativeQuery
Gets the value of the resultClass property.
getResultClass() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedStoredProcedureQuery
Gets the value of the resultClass property.
getResultClasses() - Method in interface org.hibernate.query.named.RowReaderMemento
 
getResultContext() - Method in class org.hibernate.result.internal.OutputsImpl
 
getResultId() - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
getResultingEntityKeys() - Method in class org.hibernate.engine.spi.SubselectFetch
The entity-keys of all owners loaded from a particular execution Used for "empty collection" handling mostly
getResultJavaType() - Method in class org.hibernate.metamodel.mapping.internal.CompoundNaturalIdMapping.DomainResultImpl
 
getResultJavaType() - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping.NullDomainResult
 
getResultJavaType() - Method in class org.hibernate.query.sqm.sql.internal.SqmMapEntryResult
 
getResultJavaType() - Method in class org.hibernate.sql.results.graph.AbstractFetchParent
 
getResultJavaType() - Method in class org.hibernate.sql.results.graph.basic.BasicFetch
 
getResultJavaType() - Method in class org.hibernate.sql.results.graph.basic.BasicResult
 
getResultJavaType() - Method in class org.hibernate.sql.results.graph.collection.internal.AbstractCollectionResultNode
 
getResultJavaType() - Method in class org.hibernate.sql.results.graph.collection.internal.CollectionDomainResult
 
getResultJavaType() - Method in class org.hibernate.sql.results.graph.collection.internal.DelayedCollectionFetch
 
getResultJavaType() - Method in class org.hibernate.sql.results.graph.collection.internal.EagerCollectionFetch
 
getResultJavaType() - Method in class org.hibernate.sql.results.graph.collection.internal.SelectEagerCollectionFetch
 
getResultJavaType() - Method in interface org.hibernate.sql.results.graph.DomainResultGraphNode
 
getResultJavaType() - Method in class org.hibernate.sql.results.graph.embeddable.internal.AggregateEmbeddableResultImpl
 
getResultJavaType() - Method in class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableExpressionResultImpl
 
getResultJavaType() - Method in class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableResultImpl
 
getResultJavaType() - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityResultGraphNode
 
getResultJavaType() - Method in interface org.hibernate.sql.results.graph.entity.EntityResultGraphNode
 
getResultJavaType() - Method in class org.hibernate.sql.results.graph.entity.internal.EntityDelayedResultImpl
 
getResultJavaType() - Method in class org.hibernate.sql.results.graph.instantiation.internal.ArgumentDomainResult
 
getResultJavaType() - Method in class org.hibernate.sql.results.graph.instantiation.internal.DynamicInstantiationResultImpl
 
getResultJavaType() - Method in class org.hibernate.sql.results.graph.tuple.TupleResult
 
getResultJavaType() - Method in class org.hibernate.sql.results.internal.domain.CircularBiDirectionalFetchImpl
 
getResultJavaType() - Method in class org.hibernate.sql.results.internal.domain.CircularFetchImpl
 
getResultJavaType() - Method in class org.hibernate.sql.results.internal.StandardRowReader
 
getResultJavaType() - Method in interface org.hibernate.sql.results.spi.RowReader
The row result Java type, before any transformations.
getResultJavaTypes() - Method in class org.hibernate.sql.results.internal.StandardRowReader
 
getResultJavaTypes() - Method in interface org.hibernate.sql.results.spi.RowReader
The individual JavaType for each DomainResult
getResultList() - Method in interface org.hibernate.envers.query.AuditQuery
 
getResultList() - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditAssociationQuery
 
getResultList() - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
getResultList() - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
getResultList() - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
getResultList() - Method in interface org.hibernate.query.Query
Execute the query and return the query results as a List.
getResultList() - Method in interface org.hibernate.query.SelectionQuery
Execute the query and return the query results as a List.
getResultList() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
getResultList() - Method in interface org.hibernate.result.ResultSetOutput
Consume the underlying ResultSet and return the resulting List.
getResultListTransformer() - Method in class org.hibernate.engine.jdbc.mutation.internal.MutationQueryOptions
 
getResultListTransformer() - Method in class org.hibernate.loader.ast.internal.LoaderSqlAstCreationState
 
getResultListTransformer() - Method in class org.hibernate.query.internal.QueryOptionsImpl
 
getResultListTransformer() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
 
getResultListTransformer() - Method in interface org.hibernate.query.spi.QueryOptions
Transformer applied to the query to transform the structure of the overall results
getResultListTransformer() - Method in class org.hibernate.query.spi.QueryOptionsAdapter
 
getResultMappingClass() - Method in class org.hibernate.query.sql.internal.NamedNativeQueryMementoImpl
 
getResultMappingClass() - Method in interface org.hibernate.query.sql.spi.NamedNativeQueryMemento
An implicit entity mapping by entity class
getResultMappingName() - Method in class org.hibernate.query.sql.internal.NamedNativeQueryMementoImpl
 
getResultMappingName() - Method in interface org.hibernate.query.sql.spi.NamedNativeQueryMemento
An explicit ResultSet mapping by name
getResultMappingNames() - Method in interface org.hibernate.query.named.RowReaderMemento
 
getResultSelection(Selection<?>[]) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
getResultset() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
getResultset() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Gets the value of the resultset property.
getResultset() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the resultset property.
getResultset() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the resultset property.
getResultset() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the resultset property.
getResultset() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the resultset property.
getResultset() - Method in interface org.hibernate.boot.jaxb.hbm.spi.ResultSetMappingContainer
 
getResultSet() - Method in class org.hibernate.sql.results.jdbc.internal.DeferredResultSetAccess
 
getResultSet() - Method in class org.hibernate.sql.results.jdbc.internal.DirectResultSetAccess
 
getResultSet() - Method in interface org.hibernate.sql.results.jdbc.internal.ResultSetAccess
 
getResultSet(CallableStatement) - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
getResultSet(CallableStatement) - Method in class org.hibernate.dialect.DB2Dialect
 
getResultSet(CallableStatement) - Method in class org.hibernate.dialect.Dialect
Given a callable statement previously processed by Dialect.registerResultSetOutParameter(java.sql.CallableStatement, int), extract the ResultSet from the OUT parameter.
getResultSet(CallableStatement) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getResultSet(CallableStatement) - Method in class org.hibernate.dialect.MySQLDialect
 
getResultSet(CallableStatement) - Method in class org.hibernate.dialect.OracleDialect
 
getResultSet(CallableStatement) - Method in class org.hibernate.dialect.PostgresPlusDialect
 
getResultSet(CallableStatement) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getResultSet(CallableStatement, int) - Method in class org.hibernate.dialect.Dialect
Given a callable statement previously processed by Dialect.registerResultSetOutParameter(java.sql.CallableStatement, int), extract the ResultSet from the positional OUT parameter.
getResultSet(CallableStatement, int) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getResultSet(CallableStatement, int) - Method in class org.hibernate.dialect.OracleDialect
 
getResultSet(CallableStatement, int) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getResultSet(CallableStatement, int) - Method in class org.hibernate.engine.jdbc.cursor.internal.FallbackRefCursorSupport
 
getResultSet(CallableStatement, int) - Method in class org.hibernate.engine.jdbc.cursor.internal.StandardRefCursorSupport
 
getResultSet(CallableStatement, int) - Method in interface org.hibernate.engine.jdbc.cursor.spi.RefCursorSupport
Given a callable statement previously processed by RefCursorSupport.registerRefCursorParameter(CallableStatement, int), extract the ResultSet.
getResultSet(CallableStatement, String) - Method in class org.hibernate.dialect.Dialect
Given a callable statement previously processed by Dialect.registerResultSetOutParameter(java.sql.CallableStatement, int), extract the ResultSet from the named OUT parameter.
getResultSet(CallableStatement, String) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getResultSet(CallableStatement, String) - Method in class org.hibernate.dialect.OracleDialect
 
getResultSet(CallableStatement, String) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getResultSet(CallableStatement, String) - Method in class org.hibernate.engine.jdbc.cursor.internal.FallbackRefCursorSupport
 
getResultSet(CallableStatement, String) - Method in class org.hibernate.engine.jdbc.cursor.internal.StandardRefCursorSupport
 
getResultSet(CallableStatement, String) - Method in interface org.hibernate.engine.jdbc.cursor.spi.RefCursorSupport
Given a callable statement previously processed by RefCursorSupport.registerRefCursorParameter(CallableStatement, String), extract the ResultSet.
getResultSetCatalogLabel() - Method in class org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl
 
getResultSetColumnNameLabel() - Method in class org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl
 
getResultSetColumnPositionColumn() - Method in class org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl
 
getResultSetColumnSizeLabel() - Method in class org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl
 
getResultSetDecimalDigitsLabel() - Method in class org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl
 
getResultSetForeignKeyColumnNameLabel() - Method in class org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl
 
getResultSetForeignKeyLabel() - Method in class org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl
 
getResultSetIndexNameLabel() - Method in class org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl
 
getResultSetIndexTypeLabel() - Method in class org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl
 
getResultSetIsNullableLabel() - Method in class org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl
 
getResultSetMapping() - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedNativeQuery
Gets the value of the resultSetMapping property.
getResultSetMapping() - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedStoredProcedureQuery
Gets the value of the resultSetMapping property.
getResultSetMapping() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedNativeQuery
Gets the value of the resultSetMapping property.
getResultSetMapping() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedStoredProcedureQuery
Gets the value of the resultSetMapping property.
getResultSetMapping() - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
getResultSetMapping() - Method in interface org.hibernate.query.sql.spi.NativeSelectQueryDefinition
 
getResultSetMapping(String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getResultSetMapping(String) - Method in class org.hibernate.boot.internal.MetadataImpl
 
getResultSetMapping(String) - Method in interface org.hibernate.boot.Metadata
Retrieve the metadata for a named SQL result set mapping.
getResultSetMapping(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getResultSetMappingClass() - Method in class org.hibernate.query.sql.internal.NamedNativeQueryMementoImpl
 
getResultSetMappingClasses() - Method in class org.hibernate.procedure.internal.NamedCallableQueryMementoImpl
 
getResultSetMappingClasses() - Method in interface org.hibernate.procedure.spi.NamedCallableQueryMemento
 
getResultSetMappingClassName() - Method in class org.hibernate.boot.internal.NamedNativeQueryDefinitionImpl
 
getResultSetMappingClassName() - Method in interface org.hibernate.boot.query.NamedNativeQueryDefinition
 
getResultSetMappingClassName() - Method in class org.hibernate.boot.query.NamedNativeQueryDefinitionBuilder
 
getResultSetMappingMemento(String) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
getResultSetMappingMemento(String) - Method in class org.hibernate.query.internal.NamedObjectRepositoryImpl
 
getResultSetMappingMemento(String) - Method in interface org.hibernate.query.named.NamedObjectRepository
 
getResultSetMappingName() - Method in class org.hibernate.boot.internal.NamedNativeQueryDefinitionImpl
 
getResultSetMappingName() - Method in interface org.hibernate.boot.query.NamedNativeQueryDefinition
 
getResultSetMappingName() - Method in class org.hibernate.boot.query.NamedNativeQueryDefinitionBuilder
 
getResultSetMappingName() - Method in class org.hibernate.query.sql.internal.NamedNativeQueryMementoImpl
 
getResultSetMappingNames() - Method in class org.hibernate.procedure.internal.NamedCallableQueryMementoImpl
 
getResultSetMappingNames() - Method in interface org.hibernate.procedure.spi.NamedCallableQueryMemento
 
getResultSetPrimaryKeyCatalogLabel() - Method in class org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl
 
getResultSetPrimaryKeyColumnNameLabel() - Method in class org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl
 
getResultSetPrimaryKeyNameLabel() - Method in class org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl
 
getResultSetPrimaryKeySchemaLabel() - Method in class org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl
 
getResultSetPrimaryKeyTableLabel() - Method in class org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl
 
getResultsetRef() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Gets the value of the resultsetRef property.
getResultSetRemarksLabel() - Method in class org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl
 
getResultSetReturn() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
getResultSetReturn() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Obtain the ResultSet extractor associated with this JDBC coordinator.
getResultSetSchemaLabel() - Method in class org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl
 
getResultSetSqlTypeCodeLabel() - Method in class org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl
 
getResultSetTableNameLabel() - Method in class org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl
 
getResultSetTableTypeLabel() - Method in class org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl
 
getResultSetTableTypesPhysicalTableConstant() - Method in class org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl
 
getResultSetTableTypesPhysicalTableConstant() - Method in class org.hibernate.tool.schema.extract.internal.InformationExtractorJdbcDatabaseMetaDataImpl
 
getResultSetTypeNameLabel() - Method in class org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl
 
getResultStream() - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
getResultStream() - Method in interface org.hibernate.query.Query
Execute the query and return the query results as a Stream.
getResultStream() - Method in interface org.hibernate.query.SelectionQuery
Execute the query and return the query results as a Stream.
getResultStream() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
getResultStream() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
getResultType() - Method in class org.hibernate.query.criteria.CriteriaDefinition
 
getResultType() - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
getResultType() - Method in interface org.hibernate.query.sqm.internal.SqmInterpretationsKey.InterpretationsKeySource
 
getResultType() - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
getResultType() - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
getResultVariable() - Method in class org.hibernate.metamodel.mapping.internal.CompoundNaturalIdMapping.DomainResultImpl
 
getResultVariable() - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping.NullDomainResult
 
getResultVariable() - Method in class org.hibernate.query.results.complete.EntityResultImpl
 
getResultVariable() - Method in class org.hibernate.query.sqm.sql.internal.SqmMapEntryResult
 
getResultVariable() - Method in class org.hibernate.sql.results.graph.basic.BasicFetch
 
getResultVariable() - Method in class org.hibernate.sql.results.graph.basic.BasicResult
 
getResultVariable() - Method in class org.hibernate.sql.results.graph.collection.internal.AbstractCollectionResultNode
 
getResultVariable() - Method in class org.hibernate.sql.results.graph.collection.internal.CollectionDomainResult
 
getResultVariable() - Method in interface org.hibernate.sql.results.graph.DomainResult
The result-variable (alias) associated with this result.
getResultVariable() - Method in class org.hibernate.sql.results.graph.embeddable.internal.AggregateEmbeddableResultImpl
 
getResultVariable() - Method in class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableExpressionResultImpl
 
getResultVariable() - Method in class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableForeignKeyResultImpl
 
getResultVariable() - Method in class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableResultImpl
 
getResultVariable() - Method in class org.hibernate.sql.results.graph.entity.internal.EntityDelayedResultImpl
 
getResultVariable() - Method in class org.hibernate.sql.results.graph.entity.internal.EntityResultImpl
 
getResultVariable() - Method in class org.hibernate.sql.results.graph.instantiation.internal.ArgumentDomainResult
 
getResultVariable() - Method in class org.hibernate.sql.results.graph.instantiation.internal.DynamicInstantiationResultImpl
 
getResultVariable() - Method in class org.hibernate.sql.results.graph.tuple.TupleResult
 
getReturnClass() - Method in class org.hibernate.id.enhanced.AbstractOptimizer
Getter for property 'returnClass'.
getReturnColumn() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType
Gets the value of the returnColumn property.
getReturnDiscriminator() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
Gets the value of the returnDiscriminator property.
getReturnedClass() - Method in class org.hibernate.persister.entity.DiscriminatorType
Deprecated.
 
getReturnedClass() - Method in class org.hibernate.type.AbstractStandardBasicType
 
getReturnedClass() - Method in class org.hibernate.type.AnyType
 
getReturnedClass() - Method in class org.hibernate.type.ArrayType
 
getReturnedClass() - Method in class org.hibernate.type.BagType
 
getReturnedClass() - Method in class org.hibernate.type.ComponentType
 
getReturnedClass() - Method in class org.hibernate.type.CustomCollectionType
 
getReturnedClass() - Method in class org.hibernate.type.CustomType
 
getReturnedClass() - Method in class org.hibernate.type.EntityType
This returns the wrong class for an entity with a proxy, or for a named entity.
getReturnedClass() - Method in class org.hibernate.type.IdentifierBagType
 
getReturnedClass() - Method in class org.hibernate.type.internal.ConvertedBasicTypeImpl
 
getReturnedClass() - Method in class org.hibernate.type.ListType
 
getReturnedClass() - Method in class org.hibernate.type.MapType
 
getReturnedClass() - Method in class org.hibernate.type.MetaType
Deprecated.
 
getReturnedClass() - Method in class org.hibernate.type.SerializableToBlobType
 
getReturnedClass() - Method in class org.hibernate.type.SetType
 
getReturnedClass() - Method in class org.hibernate.type.SortedMapType
 
getReturnedClass() - Method in class org.hibernate.type.SortedSetType
 
getReturnedClass() - Method in interface org.hibernate.type.Type
The class handled by this type.
getReturnedClass() - Method in interface org.hibernate.usertype.DynamicParameterizedType.ParameterType
 
getReturnedClassName() - Method in class org.hibernate.mapping.Property
 
getReturningColumns() - Method in class org.hibernate.sql.ast.tree.AbstractMutationStatement
 
getReturningColumns() - Method in interface org.hibernate.sql.ast.tree.MutationStatement
 
getReturningColumns() - Method in interface org.hibernate.sql.model.ast.TableInsert
The columns to return from the insert.
getReturningColumns() - Method in class org.hibernate.sql.model.internal.TableInsertCustomSql
 
getReturningColumns() - Method in class org.hibernate.sql.model.internal.TableInsertStandard
 
getReturnProperty() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryCollectionLoadReturnType
Gets the value of the returnProperty property.
getReturnProperty() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryJoinReturnType
Gets the value of the returnProperty property.
getReturnProperty() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
Gets the value of the returnProperty property.
getReturnProperty() - Method in interface org.hibernate.boot.jaxb.hbm.spi.NativeQueryNonScalarRootReturn
Access the nested property mappings associated with this return
getReturnSignature() - Method in class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
 
getReturnType() - Method in class org.hibernate.property.access.internal.ChainedPropertyAccessImpl
 
getReturnType() - Method in class org.hibernate.property.access.internal.PropertyAccessCompositeUserTypeImpl
 
getReturnType() - Method in class org.hibernate.property.access.internal.PropertyAccessMapImpl.GetterImpl
 
getReturnType() - Method in interface org.hibernate.property.access.spi.Getter
Retrieve the declared Java type
getReturnType() - Method in class org.hibernate.property.access.spi.GetterFieldImpl
 
getReturnType() - Method in class org.hibernate.property.access.spi.GetterMethodImpl
 
getReturnType() - Method in interface org.hibernate.query.sqm.produce.function.FunctionReturnTypeResolver
The return type in a format suitable for display to the user.
getReturnType() - Method in enum org.hibernate.spatial.CommonSpatialFunction
 
getReturnTypeClass() - Method in class org.hibernate.property.access.internal.ChainedPropertyAccessImpl
 
getReturnTypeClass() - Method in class org.hibernate.property.access.internal.PropertyAccessCompositeUserTypeImpl
 
getReturnTypeClass() - Method in class org.hibernate.property.access.internal.PropertyAccessMapImpl.GetterImpl
 
getReturnTypeClass() - Method in interface org.hibernate.property.access.spi.Getter
Retrieve the declared Java type class
getReturnTypeClass() - Method in class org.hibernate.property.access.spi.GetterFieldImpl
 
getReturnTypeClass() - Method in class org.hibernate.property.access.spi.GetterMethodImpl
 
getReturnTypeResolver() - Method in class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
 
getReturnTypeResolver() - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmFunction
 
getReusablePath(String) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
 
getReusablePath(String) - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
 
getReusablePaths() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
 
getReusablePaths() - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
Returns an immutable List of reusable paths
getRevision() - Method in exception org.hibernate.envers.exception.RevisionDoesNotExistException
 
getRevisionDate() - Method in class org.hibernate.envers.DefaultRevisionEntity
 
getRevisionDate() - Method in class org.hibernate.envers.enhanced.SequenceIdRevisionEntity
 
getRevisionDate(Number) - Method in interface org.hibernate.envers.AuditReader
Get the date, at which a revision was created.
getRevisionDate(Number) - Method in class org.hibernate.envers.internal.reader.AuditReaderImpl
 
getRevisionDateQuery(Session, Number) - Method in class org.hibernate.envers.internal.revisioninfo.RevisionInfoQueryCreator
 
getRevisionEndFieldName() - Method in class org.hibernate.envers.configuration.Configuration
 
getRevisionEndTimestampFieldName() - Method in class org.hibernate.envers.configuration.Configuration
 
getRevisionFieldName() - Method in class org.hibernate.envers.configuration.Configuration
 
getRevisionInfo() - Method in class org.hibernate.envers.configuration.Configuration
 
getRevisionInfoClass() - Method in class org.hibernate.envers.configuration.internal.RevisionInfoConfiguration
 
getRevisionInfoClass() - Method in interface org.hibernate.envers.strategy.spi.AuditStrategyContext
Get the revision entity class name
getRevisionInfoEntityName() - Method in class org.hibernate.envers.configuration.internal.RevisionInfoConfiguration
 
getRevisionInfoExplicitTypeName() - Method in class org.hibernate.envers.strategy.spi.MappingContext
 
getRevisionInfoGenerator() - Method in class org.hibernate.envers.configuration.internal.RevisionInfoConfiguration
 
getRevisionInfoMapping() - Method in class org.hibernate.envers.configuration.internal.RevisionInfoConfiguration
 
getRevisionInfoNumberReader() - Method in interface org.hibernate.envers.boot.internal.EnversService
 
getRevisionInfoNumberReader() - Method in class org.hibernate.envers.boot.internal.EnversServiceImpl
 
getRevisionInfoNumberReader() - Method in class org.hibernate.envers.configuration.internal.RevisionInfoConfiguration
 
getRevisionInfoPropertyType() - Method in class org.hibernate.envers.configuration.internal.RevisionInfoConfiguration
 
getRevisionInfoPropertyType() - Method in class org.hibernate.envers.strategy.spi.MappingContext
 
getRevisionInfoQueryCreator() - Method in interface org.hibernate.envers.boot.internal.EnversService
 
getRevisionInfoQueryCreator() - Method in class org.hibernate.envers.boot.internal.EnversServiceImpl
 
getRevisionInfoQueryCreator() - Method in class org.hibernate.envers.configuration.internal.RevisionInfoConfiguration
 
getRevisionInfoRelationMapping() - Method in class org.hibernate.envers.configuration.internal.RevisionInfoConfiguration
 
getRevisionInfoTimestampAccessor() - Method in interface org.hibernate.envers.strategy.spi.AuditStrategyContext
Get the revision info timestamp accessor
getRevisionInfoTimestampData() - Method in class org.hibernate.envers.configuration.internal.RevisionInfoConfiguration
 
getRevisionListenerClass() - Method in class org.hibernate.envers.configuration.Configuration
 
getRevisionNumber(Object) - Method in class org.hibernate.envers.internal.revisioninfo.RevisionInfoNumberReader
 
getRevisionNumberForDate(Instant) - Method in interface org.hibernate.envers.AuditReader
Gets the revision number, that corresponds to the given date.
getRevisionNumberForDate(Instant) - Method in class org.hibernate.envers.internal.reader.AuditReaderImpl
 
getRevisionNumberForDate(LocalDateTime) - Method in interface org.hibernate.envers.AuditReader
Gets the revision number, that corresponds to the given date.
getRevisionNumberForDate(LocalDateTime) - Method in class org.hibernate.envers.internal.reader.AuditReaderImpl
 
getRevisionNumberForDate(Date) - Method in interface org.hibernate.envers.AuditReader
Gets the revision number, that corresponds to the given date.
getRevisionNumberForDate(Date) - Method in class org.hibernate.envers.internal.reader.AuditReaderImpl
 
getRevisionNumberForDateQuery(Session, Instant) - Method in class org.hibernate.envers.internal.revisioninfo.RevisionInfoQueryCreator
 
getRevisionNumberForDateQuery(Session, LocalDateTime) - Method in class org.hibernate.envers.internal.revisioninfo.RevisionInfoQueryCreator
 
getRevisionNumberForDateQuery(Session, Date) - Method in class org.hibernate.envers.internal.revisioninfo.RevisionInfoQueryCreator
 
getRevisionNumberPath() - Method in class org.hibernate.envers.configuration.Configuration
 
getRevisionPropertyPath(String) - Method in class org.hibernate.envers.configuration.Configuration
todo: move this Get the revision property path.
getRevisions(Class<?>, Object) - Method in interface org.hibernate.envers.AuditReader
Get a list of revision numbers, at which an entity was modified.
getRevisions(Class<?>, Object) - Method in class org.hibernate.envers.internal.reader.AuditReaderImpl
 
getRevisions(Class<?>, String, Object) - Method in interface org.hibernate.envers.AuditReader
Get a list of revision numbers, at which an entity was modified, looking by entityName.
getRevisions(Class<?>, String, Object) - Method in class org.hibernate.envers.internal.reader.AuditReaderImpl
 
getRevisionsQuery(Session, Set<Number>) - Method in class org.hibernate.envers.internal.revisioninfo.RevisionInfoQueryCreator
 
getRevisionType() - Method in class org.hibernate.envers.internal.synchronization.work.AbstractAuditWorkUnit
 
getRevisionType() - Method in interface org.hibernate.envers.internal.synchronization.work.AuditWorkUnit
 
getRevisionTypePath() - Method in class org.hibernate.envers.internal.entities.mapper.relation.query.AbstractRelationQueryGenerator
 
getRevisionTypePropertyName() - Method in class org.hibernate.envers.configuration.Configuration
 
getRevisionTypePropertyType() - Method in class org.hibernate.envers.configuration.Configuration
 
getRHSUniqueKeyPropertyName() - Method in class org.hibernate.type.AnyType
 
getRHSUniqueKeyPropertyName() - Method in interface org.hibernate.type.AssociationType
The name of a unique property of the associated entity that provides the join key (null if the identifier of an entity, or key of a collection)
getRHSUniqueKeyPropertyName() - Method in class org.hibernate.type.CollectionType
 
getRHSUniqueKeyPropertyName() - Method in class org.hibernate.type.EntityType
 
getRightHandExpression() - Method in class org.hibernate.query.sqm.tree.predicate.SqmComparisonPredicate
 
getRightHandExpression() - Method in class org.hibernate.sql.ast.tree.predicate.ComparisonPredicate
 
getRightHandOperand() - Method in class org.hibernate.query.sqm.tree.expression.SqmBinaryArithmetic
Get the right-hand operand.
getRightHandOperand() - Method in class org.hibernate.sql.ast.tree.expression.BinaryArithmeticExpression
Get the right-hand operand.
getRole() - Method in class org.hibernate.boot.CacheRegionDefinition
 
getRole() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant
Gets the value of the role property.
getRole() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryCollectionLoadReturnType
Gets the value of the role property.
getRole() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
getRole() - Method in interface org.hibernate.collection.spi.PersistentCollection
Get the current role name
getRole() - Method in class org.hibernate.engine.profile.Association
The fully qualified role name
getRole() - Method in class org.hibernate.engine.spi.CollectionEntry
 
getRole() - Method in class org.hibernate.engine.spi.CollectionKey
 
getRole() - Method in class org.hibernate.envers.internal.entities.mapper.relation.CommonCollectionMapperData
 
getRole() - Method in class org.hibernate.id.ForeignGenerator
Deprecated.
Getter for property 'role'.
getRole() - Method in class org.hibernate.jpamodelgen.validation.MockCollectionPersister
 
getRole() - Method in class org.hibernate.mapping.Collection
 
getRole() - Method in interface org.hibernate.metadata.CollectionMetadata
Deprecated.
The name of this collection role
getRole() - Method in interface org.hibernate.persister.collection.CollectionPersister
 
getRole() - Method in interface org.hibernate.persister.collection.DeprecatedCollectionStuff
Deprecated.
 
getRole() - Method in class org.hibernate.testing.boot.ExtraJavaServicesClassLoaderService.JavaServiceDescriptor
 
getRole() - Method in class org.hibernate.type.CollectionType
 
getRoleName() - Method in class org.hibernate.mapping.Component
 
getRoleName() - Method in class org.hibernate.metamodel.internal.AbstractDynamicMapInstantiator
 
getRolePath() - Method in interface org.hibernate.sql.model.MutationTarget
 
getRollbackOnly() - Method in class org.hibernate.engine.transaction.internal.TransactionImpl
 
getRoot() - Method in class org.hibernate.boot.jaxb.spi.Binding
Obtain the root JAXB bound object
getRoot() - Method in class org.hibernate.boot.model.source.internal.hbm.EntityHierarchySourceImpl
 
getRoot() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
Obtain the hierarchy's root type source.
getRoot() - Method in interface org.hibernate.internal.util.collections.Stack
The element currently at the bottom of the stack
getRoot() - Method in class org.hibernate.internal.util.collections.StandardStack
 
getRoot() - Method in class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
 
getRoot() - Method in class org.hibernate.query.sqm.tree.from.SqmCrossJoin
 
getRoot() - Method in class org.hibernate.query.sqm.tree.from.SqmCteJoin
 
getRoot() - Method in class org.hibernate.query.sqm.tree.from.SqmDerivedJoin
 
getRoot() - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
 
getRoot() - Method in class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableForeignKeyResultImpl
 
getRoot() - Method in interface org.hibernate.sql.results.graph.FetchParent
 
getRootAlias() - Method in class org.hibernate.envers.internal.tools.query.QueryBuilder
 
getRootCause(Throwable) - Static method in class org.hibernate.internal.util.ExceptionHelper
 
getRootClass() - Method in interface org.hibernate.id.factory.spi.CustomIdGeneratorCreationContext
 
getRootClass() - Method in class org.hibernate.mapping.PersistentClass
 
getRootClass() - Method in class org.hibernate.mapping.RootClass
 
getRootClass() - Method in class org.hibernate.mapping.Subclass
 
getRootDescriptor() - Method in class org.hibernate.query.sqm.mutation.internal.cte.CteInsertStrategy
 
getRootDescriptor() - Method in class org.hibernate.query.sqm.mutation.internal.cte.CteMutationStrategy
 
getRootEmbeddablePropertyName(EntityInitializer, FetchParentAccess, ToOneAttributeMapping) - Static method in class org.hibernate.sql.results.graph.entity.internal.BatchEntityInsideEmbeddableSelectFetchInitializer
 
getRootEntityDescriptor() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
getRootEntityDescriptor() - Method in interface org.hibernate.sql.exec.spi.ExecutionContext
 
getRootEntityDescriptor() - Method in class org.hibernate.sql.results.graph.embeddable.internal.NestedRowProcessingState
 
getRootEntityDescriptor() - Method in class org.hibernate.sql.results.internal.RowProcessingStateStandardImpl
 
getRootEntityMappingDocument() - Method in class org.hibernate.boot.model.source.internal.hbm.EntityHierarchySourceImpl
 
getRootEntityName() - Method in class org.hibernate.jpamodelgen.validation.MockEntityPersister
 
getRootEntityName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getRootEntityName() - Method in interface org.hibernate.persister.entity.EntityPersister
Returns an object that identifies the space in which identifiers of this entity hierarchy are unique.
getRootEntityRole(EntityPersister) - Method in class org.hibernate.stat.internal.StatsHelper
 
getRootList() - Method in class org.hibernate.query.criteria.CriteriaDefinition
 
getRootList() - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
Return the roots as a list.
getRootList() - Method in interface org.hibernate.query.criteria.JpaQueryStructure
 
getRootList() - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
getRootList() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
getRootName() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
getRootParameters() - Method in class org.hibernate.envers.internal.tools.query.QueryBuilder
 
getRootParameters() - Method in class org.hibernate.envers.internal.tools.query.UpdateBuilder
 
getRootPathName() - Method in interface org.hibernate.loader.ast.spi.Loadable
The name for this loadable, for use as the root when generating relative paths
getRootPathName() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
getRootPathName() - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
getRoots() - Method in class org.hibernate.query.criteria.CriteriaDefinition
 
getRoots() - Method in interface org.hibernate.query.criteria.JpaQueryStructure
 
getRoots() - Method in class org.hibernate.query.sqm.tree.from.SqmFromClause
Immutable view of the domain roots.
getRoots() - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
getRoots() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
getRoots() - Method in class org.hibernate.sql.ast.tree.from.FromClause
 
getRootTable() - Method in class org.hibernate.mapping.PersistentClass
 
getRootTable() - Method in class org.hibernate.mapping.RootClass
 
getRootTable() - Method in class org.hibernate.mapping.Subclass
 
getRootTableAlias(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getRootTableAlias(String) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getRootTableAlias(String) - Method in interface org.hibernate.persister.entity.Lockable
Deprecated.
Get the SQL alias this persister would use for the root table given the passed driving alias.
getRootTableIdentifierColumnNames() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getRootTableIdentifierColumnNames() - Method in interface org.hibernate.persister.entity.Lockable
Deprecated.
Get the names of columns on the root table used to persist the identifier.
getRootTableKeyColumnNames() - Method in interface org.hibernate.id.PostInsertIdentityPersister
The names of the primary key columns in the root table.
getRootTableKeyColumnNames() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getRootTableName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getRootTableName() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getRootTableName() - Method in interface org.hibernate.persister.entity.Lockable
Deprecated.
Locks are always applied to the "root table".
getRootTableName() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getRootUrl() - Method in interface org.hibernate.boot.archive.scan.spi.ScanEnvironment
Returns the root URL for scanning.
getRootUrl() - Method in class org.hibernate.jpa.boot.internal.StandardJpaScanEnvironmentImpl
 
getRowid() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the rowid property.
getRowid() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the rowid property.
getRowId() - Method in class org.hibernate.action.internal.EntityUpdateAction
 
getRowId() - Method in class org.hibernate.boot.model.source.internal.hbm.EntityHierarchySourceImpl
 
getRowId() - Method in class org.hibernate.boot.model.source.internal.hbm.TableSourceImpl
 
getRowId() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
Obtain the row-id name for this entity
getRowId() - Method in interface org.hibernate.boot.model.source.spi.TableSource
 
getRowId() - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
getRowId() - Method in interface org.hibernate.engine.spi.EntityEntry
 
getRowId() - Method in class org.hibernate.mapping.Table
 
getRowIdAssembler() - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
getRowIdColumnString(String) - Method in class org.hibernate.dialect.DB2iDialect
 
getRowIdColumnString(String) - Method in class org.hibernate.dialect.DB2zDialect
 
getRowIdColumnString(String) - Method in class org.hibernate.dialect.Dialect
If this dialect requires that the rowid column be declared explicitly, return the DDL column definition.
getRowIdColumnString(String) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getRowIdMapping() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
The mapping for the row-id of the entity, if one is defined.
getRowIdMapping() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getRowIdMapping() - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
getRowIdName() - Method in interface org.hibernate.metamodel.mapping.EntityRowIdMapping
 
getRowIdName() - Method in class org.hibernate.metamodel.mapping.internal.EntityRowIdMappingImpl
 
getRowIdResult() - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityResultGraphNode
 
getRowMutationOperations() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getRowMutationOperations() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
getRowMutationOperations() - Method in class org.hibernate.persister.collection.OneToManyPersister
 
getRowNumber() - Method in class org.hibernate.internal.EmptyScrollableResults
 
getRowNumber() - Method in class org.hibernate.internal.FetchingScrollableResultsImpl
 
getRowNumber() - Method in class org.hibernate.internal.ScrollableResultsImpl
 
getRowNumber() - Method in interface org.hibernate.ScrollableResults
Get the current position in the results.
getRowProcessingState() - Method in class org.hibernate.internal.AbstractScrollableResults
 
getRowReader() - Method in class org.hibernate.internal.AbstractScrollableResults
 
getRowReader() - Method in class org.hibernate.sql.results.graph.embeddable.internal.NestedRowProcessingState
 
getRowReader() - Method in class org.hibernate.sql.results.internal.RowProcessingStateStandardImpl
 
getRowReader() - Method in interface org.hibernate.sql.results.jdbc.spi.RowProcessingState
todo (6.0) : do we want this here? Depends how we handle caching assembler / result memento
getRowSize() - Method in class org.hibernate.query.results.JdbcValuesMappingImpl
 
getRowSize() - Method in class org.hibernate.sql.results.jdbc.internal.StandardJdbcValuesMapping
 
getRowSize() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesMapping
 
getRowsToSkip() - Method in class org.hibernate.sql.exec.spi.JdbcOperationQuerySelect
 
getRowsToSkip(SelectStatement, JdbcParameterBindings) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getRowTransformer() - Method in class org.hibernate.loader.ast.internal.SingleIdArrayLoadPlan
 
getRowTransformer() - Method in class org.hibernate.loader.ast.internal.SingleIdLoadPlan
 
getRuleIndex() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeListContext
 
getRuleIndex() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeNodeContext
 
getRuleIndex() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributePathContext
 
getRuleIndex() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeQualifierContext
 
getRuleIndex() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.GraphContext
 
getRuleIndex() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.SubGraphContext
 
getRuleIndex() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.SubTypeContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.AdditiveOperatorContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.AggregateFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.AnyFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.AnySomeQuantifierContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.AssignmentContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.BinaryLiteralContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.BooleanLiteralContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.CaseListContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.CaseOtherwiseContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.CastFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.CastTargetContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.CastTargetTypeContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.CollateFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.CollationContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.CollectionAggregateFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.CollectionFunctionMisuseContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.CollectionQuantifierContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.CollectionSizeFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.CollectionValueNavigablePathContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.ComparisonOperatorContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.CrossJoinContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.CteAttributesContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.CteContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.CubeContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.CurrentDateFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.CurrentTimeFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.CurrentTimestampFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.CycleClauseContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.DateContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.DateLiteralContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.DateOrTimeFieldContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.DateTimeContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.DatetimeFieldContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.DateTimeLiteralContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.DayContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.DayFieldContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.DeleteStatementContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.ElementsValuesQuantifierContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.ElementValueQuantifierContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.EntityIdReferenceContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.EntityNameContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.EntityNaturalIdReferenceContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.EntityTypeReferenceContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.EntityVersionReferenceContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.EntityWithJoinsContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.EveryAllQuantifierContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.EveryFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.ExpressionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.ExpressionOrPredicateContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.ExtractFieldContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.ExtractFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.FetchClauseContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.FetchCountOrPercentContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.FilterClauseContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.FormatContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.FormatFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.FrameClauseContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.FrameEndContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.FrameExclusionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.FrameStartContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.FromClauseContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.FromRootContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.FunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.GeneralizedLiteralContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.GeneralizedLiteralTextContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.GeneralizedLiteralTypeContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.GeneralPathFragmentContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.GenericFunctionArgumentsContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.GenericFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.GenericFunctionNameContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.GenericTemporalLiteralTextContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.GroupByClauseContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.GroupByExpressionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.HavingClauseContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.HourContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.IndexedPathAccessFragmentContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.IndexKeyQuantifierContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.IndicesKeysQuantifierContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.InListContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.InsertStatementContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.InstantFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationArgumentContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationArgumentExpressionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationArgumentsContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationTargetContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.JdbcDateLiteralContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.JdbcTimeLiteralContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.JdbcTimestampLiteralContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.JoinContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.JoinRestrictionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.JoinTargetContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.JoinTypeContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.JpaCollectionJoinContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.JpaNonstandardFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.JpaNonstandardFunctionNameContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.JpaSelectObjectSyntaxContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.LikeEscapeContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.LimitClauseContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.ListaggFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.LiteralContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateTimeContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateTimeFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateTimeLiteralContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.LocalTimeFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.MapEntrySelectionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.MapKeyNavigablePathContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.MinuteContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.MonthContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.MultiplicativeOperatorContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.NthSideClauseContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.NullsClauseContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.NullsPrecedenceContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.NumericLiteralContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetClauseContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeLiteralContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeWithMinutesContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetWithMinutesContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.OnOverflowClauseContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.OrderByClauseContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.OrderByFragmentContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.OrderedQueryContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.OverClauseContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionLengthArgumentContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionReplacementArgumentContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionStartArgumentContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionStringArgumentContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.PadCharacterContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.PadFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.PadLengthContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.PadSpecificationContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.ParameterContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.ParameterOrIntegerLiteralContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.ParameterOrNumberLiteralContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.PartitionClauseContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.PathContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.PathContinuationContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.PositionFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.PositionFunctionPatternArgumentContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.PositionFunctionStringArgumentContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.PredicateContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.PrimaryExpressionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.QueryContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.QueryExpressionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.QueryOrderContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.RollupContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.SearchClauseContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.SearchedCaseListContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.SearchedCaseWhenContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.SearchSpecificationContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.SearchSpecificationsContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.SecondContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.SelectClauseContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.SelectExpressionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.SelectionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.SelectionListContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.SelectStatementContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.SetClauseContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.SetOperatorContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.SignOperatorContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.SimpleCaseListContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.SimpleCaseWhenContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.SimplePathContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.SimplePathElementContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.SortDirectionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.SortExpressionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.SortSpecificationContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.StatementContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.SubqueryContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.SubstringFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.SubstringFunctionLengthArgumentContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.SubstringFunctionStartArgumentContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.SyntacticDomainPathContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.TargetEntityContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.TargetFieldsContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.TemporalLiteralContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.TimeContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.TimeLiteralContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.TimeZoneFieldContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.ToOneFkReferenceContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.TreatedNavigablePathContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.TrimCharacterContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.TrimFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.TrimSpecificationContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.TruncFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.UpdateStatementContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.ValuesContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.ValuesListContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.VariableContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.WeekFieldContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.WhereClauseContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.WithClauseContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.WithinGroupClauseContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.YearContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.ZonedDateTimeContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.ZonedDateTimeLiteralContext
 
getRuleIndex() - Method in class org.hibernate.grammars.hql.HqlParser.ZoneIdContext
 
getRuleIndex() - Method in class org.hibernate.grammars.importsql.SqlScriptParser.CommandBlockContext
 
getRuleIndex() - Method in class org.hibernate.grammars.importsql.SqlScriptParser.CommandContext
 
getRuleIndex() - Method in class org.hibernate.grammars.importsql.SqlScriptParser.ScriptContext
 
getRuleIndex() - Method in class org.hibernate.grammars.ordering.OrderingParser.CollationSpecificationContext
 
getRuleIndex() - Method in class org.hibernate.grammars.ordering.OrderingParser.DirectionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.ordering.OrderingParser.DotIdentifierContext
 
getRuleIndex() - Method in class org.hibernate.grammars.ordering.OrderingParser.ExpressionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionArgumentContext
 
getRuleIndex() - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionArgumentsContext
 
getRuleIndex() - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.ordering.OrderingParser.IdentifierContext
 
getRuleIndex() - Method in class org.hibernate.grammars.ordering.OrderingParser.LiteralContext
 
getRuleIndex() - Method in class org.hibernate.grammars.ordering.OrderingParser.NullsPrecedenceContext
 
getRuleIndex() - Method in class org.hibernate.grammars.ordering.OrderingParser.OrderByFragmentContext
 
getRuleIndex() - Method in class org.hibernate.grammars.ordering.OrderingParser.PackagedFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.ordering.OrderingParser.SimpleFunctionContext
 
getRuleIndex() - Method in class org.hibernate.grammars.ordering.OrderingParser.SortSpecificationContext
 
getRuleNames() - Method in class org.hibernate.grammars.graph.GraphLanguageLexer
 
getRuleNames() - Method in class org.hibernate.grammars.graph.GraphLanguageParser
 
getRuleNames() - Method in class org.hibernate.grammars.hql.HqlLexer
 
getRuleNames() - Method in class org.hibernate.grammars.hql.HqlParser
 
getRuleNames() - Method in class org.hibernate.grammars.importsql.SqlScriptLexer
 
getRuleNames() - Method in class org.hibernate.grammars.importsql.SqlScriptParser
 
getRuleNames() - Method in class org.hibernate.grammars.ordering.OrderingLexer
 
getRuleNames() - Method in class org.hibernate.grammars.ordering.OrderingParser
 
getRuntimeMetamodels() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getRuntimeMetamodels() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
getRuntimeMetamodels() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getRuntimeMetamodels() - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
getRuntimeModelCreationContext() - Method in class org.hibernate.metamodel.internal.MetadataContext
 
getRuntimeVersion() - Method in exception org.hibernate.bytecode.enhance.VersionMismatchException
 
getSalesAssociate() - Method in class org.hibernate.testing.orm.domain.retail.Order
 
getScale() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the scale property.
getScale() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Gets the value of the scale property.
getScale() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Gets the value of the scale property.
getScale() - Method in class org.hibernate.boot.jaxb.hbm.transform.ColumnDefaultsBasicImpl
 
getScale() - Method in interface org.hibernate.boot.jaxb.hbm.transform.SourceColumnAdapter
 
getScale() - Method in class org.hibernate.boot.jaxb.hbm.transform.SourceColumnAdapterJaxbHbmColumnType
 
getScale() - Method in class org.hibernate.boot.jaxb.mapping.JaxbColumn
Gets the value of the scale property.
getScale() - Method in class org.hibernate.boot.jaxb.mapping.JaxbMapKeyColumn
Gets the value of the scale property.
getScale() - Method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
getScale() - Method in class org.hibernate.boot.model.source.internal.hbm.SizeSourceImpl
 
getScale() - Method in interface org.hibernate.boot.model.source.spi.SizeSource
The specified scale.
getScale() - Method in class org.hibernate.engine.jdbc.Size
 
getScale() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
Gets the value of the scale property.
getScale() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
Gets the value of the scale property.
getScale() - Method in class org.hibernate.mapping.Column
 
getScale() - Method in class org.hibernate.metamodel.mapping.internal.AnyDiscriminatorPart
 
getScale() - Method in class org.hibernate.metamodel.mapping.internal.AnyKeyPart
 
getScale() - Method in class org.hibernate.metamodel.mapping.internal.BasicAttributeMapping
 
getScale() - Method in class org.hibernate.metamodel.mapping.internal.BasicEntityIdentifierMappingImpl
 
getScale() - Method in class org.hibernate.metamodel.mapping.internal.BasicValuedCollectionPart
 
getScale() - Method in class org.hibernate.metamodel.mapping.internal.CaseStatementDiscriminatorMappingImpl
 
getScale() - Method in class org.hibernate.metamodel.mapping.internal.CollectionIdentifierDescriptorImpl
 
getScale() - Method in class org.hibernate.metamodel.mapping.internal.EntityRowIdMappingImpl
 
getScale() - Method in class org.hibernate.metamodel.mapping.internal.EntityVersionMappingImpl
 
getScale() - Method in class org.hibernate.metamodel.mapping.internal.ExplicitColumnDiscriminatorMappingImpl
 
getScale() - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
getScale() - Method in class org.hibernate.metamodel.mapping.internal.SqlTypedMappingImpl
 
getScale() - Method in class org.hibernate.metamodel.mapping.SelectableConsumer.MutableSelectableMapping
 
getScale() - Method in interface org.hibernate.metamodel.mapping.SoftDeleteMapping
 
getScale() - Method in interface org.hibernate.metamodel.mapping.SqlTypedMapping
 
getScale() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping.KeyColumn
 
getScale() - Method in class org.hibernate.query.derived.AnonymousTupleBasicValuedModelPart
 
getScale() - Method in class org.hibernate.query.sqm.tree.expression.SqmCastTarget
 
getScale() - Method in class org.hibernate.sql.ast.tree.expression.CastTarget
 
getScanEnvironment() - Method in class org.hibernate.boot.internal.BootstrapContextImpl
 
getScanEnvironment() - Method in interface org.hibernate.boot.spi.BootstrapContext
Access to the environment for scanning.
getScanEnvironment() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
 
getScanner() - Method in class org.hibernate.boot.internal.BootstrapContextImpl
 
getScanner() - Method in interface org.hibernate.boot.spi.BootstrapContext
Access to the Scanner to be used for scanning.
getScanner() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
 
getScanOptions() - Method in class org.hibernate.boot.internal.BootstrapContextImpl
 
getScanOptions() - Method in interface org.hibernate.boot.spi.BootstrapContext
Access to the options to be used for scanning.
getScanOptions() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
 
getSchema() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the schema property.
getSchema() - Method in interface org.hibernate.boot.jaxb.hbm.spi.TableInformationContainer
 
getSchema() - Method in class org.hibernate.boot.jaxb.mapping.JaxbCollectionTable
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.boot.jaxb.mapping.JaxbJoinTable
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.boot.jaxb.mapping.JaxbPersistenceUnitDefaults
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.boot.jaxb.mapping.JaxbSecondaryTable
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.boot.jaxb.mapping.JaxbSequenceGenerator
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.boot.jaxb.mapping.JaxbTable
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.boot.jaxb.mapping.JaxbTableGenerator
Gets the value of the schema property.
getSchema() - Method in interface org.hibernate.boot.jaxb.mapping.SchemaAware
 
getSchema() - Method in class org.hibernate.boot.model.internal.XMLContext.Default
 
getSchema() - Method in class org.hibernate.boot.model.relational.Namespace.Name
 
getSchema() - Method in class org.hibernate.boot.xsd.XsdDescriptor
 
getSchema() - Method in class org.hibernate.envers.configuration.internal.metadata.AuditTableData
 
getSchema() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.AuditJoinTableData
 
getSchema() - Method in class org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Table
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
Gets the value of the schema property.
getSchema() - Method in class org.hibernate.mapping.Table
 
getSchema() - Method in class org.hibernate.mapping.UserDefinedType
 
getSchema() - Method in interface org.hibernate.usertype.DynamicParameterizedType.ParameterType
 
getSchema(String) - Method in class org.hibernate.jpamodelgen.util.xml.XmlParserHelper
 
getSchemaAutoTooling() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
getSchemaAutoTooling() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getSchemaAutoTooling() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getSchemaCharset() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
 
getSchemaCharset() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getSchemaCharset() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
 
getSchemaCreator(Map<String, Object>) - Method in class org.hibernate.tool.schema.internal.HibernateSchemaManagementTool
 
getSchemaCreator(Map<String, Object>) - Method in interface org.hibernate.tool.schema.spi.SchemaManagementTool
 
getSchemaDropper(Map<String, Object>) - Method in class org.hibernate.tool.schema.internal.HibernateSchemaManagementTool
 
getSchemaDropper(Map<String, Object>) - Method in interface org.hibernate.tool.schema.spi.SchemaManagementTool
 
getSchemaFilter() - Method in interface org.hibernate.tool.schema.spi.ExecutionOptions
Deprecated, for removal: This API element is subject to removal in a future version.
getSchemaIdentifier() - Method in class org.hibernate.mapping.Table
 
getSchemaManager() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getSchemaManager() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getSchemaManager() - Method in interface org.hibernate.SessionFactory
A SchemaManager with the same default catalog and schema as pooled connections belonging to this factory.
getSchemaMigrator(Map<String, Object>) - Method in class org.hibernate.tool.schema.internal.HibernateSchemaManagementTool
 
getSchemaMigrator(Map<String, Object>) - Method in interface org.hibernate.tool.schema.spi.SchemaManagementTool
 
getSchemaName() - Method in interface org.hibernate.boot.model.relational.QualifiedName
 
getSchemaName() - Method in class org.hibernate.boot.model.relational.QualifiedNameParser.NameParts
 
getSchemaName() - Method in class org.hibernate.boot.model.relational.SimpleAuxiliaryDatabaseObject
 
getSchemaName(String, Table) - Method in class org.hibernate.envers.configuration.internal.metadata.AbstractMetadataGenerator
 
getSchemaNameResolver() - Method in class org.hibernate.dialect.Dialect
Get the strategy for determining the schema name from a JDBC Connection, usually DefaultSchemaNameResolver.
getSchemaNameResolver() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getSchemaNameResolver() - Method in class org.hibernate.dialect.SpannerDialect
 
getSchemaTruncator(Map<String, Object>) - Method in class org.hibernate.tool.schema.internal.HibernateSchemaManagementTool
 
getSchemaTruncator(Map<String, Object>) - Method in interface org.hibernate.tool.schema.spi.SchemaManagementTool
 
getSchemaValidator(Map<String, Object>) - Method in class org.hibernate.tool.schema.internal.HibernateSchemaManagementTool
 
getSchemaValidator(Map<String, Object>) - Method in interface org.hibernate.tool.schema.spi.SchemaManagementTool
 
getScope() - Method in class org.hibernate.LockOptions
getScope() - Method in interface org.hibernate.Session.LockRequest
getScriptAction() - Method in class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.ActionGrouping
 
getScriptDescription() - Method in class org.hibernate.tool.schema.internal.exec.ScriptSourceInputFromFile
 
getScriptDescription() - Method in class org.hibernate.tool.schema.internal.exec.ScriptSourceInputFromReader
 
getScriptDescription() - Method in class org.hibernate.tool.schema.internal.exec.ScriptSourceInputFromUrl
 
getScriptDescription() - Method in class org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl
 
getScriptDescription() - Method in interface org.hibernate.tool.schema.spi.ScriptSourceInput
 
getScriptSourceInput() - Method in interface org.hibernate.tool.schema.spi.SourceDescriptor
If SourceDescriptor.getSourceType() indicates scripts are involved, returns a representation of the script file to read.
getScriptTargetOutput() - Method in interface org.hibernate.tool.schema.spi.TargetDescriptor
If TargetDescriptor.getTargetTypes() includes scripts, return a representation of the script file to write to.
getSearchability() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
 
getSearchAttributeName() - Method in interface org.hibernate.query.criteria.JpaCteCriteria
The attribute name by which one can order the final CTE result, to achieve the search order.
getSearchAttributeName() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
 
getSearchBySpecifications() - Method in interface org.hibernate.query.criteria.JpaCteCriteria
The order by which should be searched.
getSearchBySpecifications() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
 
getSearchBySpecifications() - Method in class org.hibernate.sql.ast.tree.cte.CteStatement
 
getSearchClauseKind() - Method in interface org.hibernate.query.criteria.JpaCteCriteria
The kind of search (breadth-first or depth-first) that should be done for a recursive query.
getSearchClauseKind() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
 
getSearchClauseKind() - Method in class org.hibernate.sql.ast.tree.cte.CteStatement
 
getSearchColumn() - Method in class org.hibernate.sql.ast.tree.cte.CteStatement
 
getSecond() - Method in class org.hibernate.envers.internal.tools.Triple
 
getSecond() - Method in class org.hibernate.envers.tools.Pair
 
getSecondarySortIndex() - Method in class org.hibernate.action.internal.CollectionAction
 
getSecondarySortIndex() - Method in class org.hibernate.action.internal.EntityAction
 
getSecondarySortIndex() - Method in interface org.hibernate.engine.spi.ComparableExecutable
This affect sorting order of the executables, when sorting is enabled.
getSecondaryTable() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the secondaryTable property.
getSecondaryTable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the secondaryTable property.
getSecondaryTable(String) - Method in class org.hibernate.mapping.MappedSuperclass
 
getSecondaryTable(String) - Method in class org.hibernate.mapping.PersistentClass
 
getSecondaryTable(String) - Method in interface org.hibernate.mapping.TableContainer
 
getSecondaryTableDictionary() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.ClassAuditingData
 
getSecondaryTableMap() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
getSecondaryTableMap() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
Obtain the secondary tables for this entity
getSecondaryTables() - Method in class org.hibernate.boot.model.internal.EntityBinder
 
getSecondLevelCacheHitCount() - Method in class org.hibernate.stat.internal.StatisticsImpl
 
getSecondLevelCacheHitCount() - Method in interface org.hibernate.stat.Statistics
The global number of cacheable entities and collections successfully retrieved from the cache.
getSecondLevelCacheMissCount() - Method in class org.hibernate.stat.internal.StatisticsImpl
 
getSecondLevelCacheMissCount() - Method in interface org.hibernate.stat.Statistics
The global number of cacheable entities collections not found in the cache and loaded from the database.
getSecondLevelCachePutCount() - Method in class org.hibernate.stat.internal.StatisticsImpl
 
getSecondLevelCachePutCount() - Method in interface org.hibernate.stat.Statistics
The global number of cacheable entities and collections put in the cache.
getSecondLevelCacheRegionNames() - Method in class org.hibernate.stat.internal.StatisticsImpl
 
getSecondLevelCacheRegionNames() - Method in interface org.hibernate.stat.Statistics
All second-level cache region names.
getSecondNestedValue() - Method in class org.hibernate.testing.orm.domain.gambit.Component.Nested
 
getSecondPass() - Method in class org.hibernate.boot.model.internal.ListBinder
 
getSecurity() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration
Gets the value of the security property.
getSegmentColumnName() - Method in class org.hibernate.id.enhanced.TableGenerator
The name of the column in which we store the segment to which each row belongs.
getSegmentValue() - Method in class org.hibernate.id.enhanced.TableGenerator
The value in segment column corresponding to this generator instance.
getSegmentValueLength() - Method in class org.hibernate.id.enhanced.TableGenerator
The size of the segment column in the underlying table.
getSelectable(int) - Method in interface org.hibernate.metamodel.mapping.BasicValuedModelPart
 
getSelectable(int) - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
 
getSelectable(int) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
 
getSelectable(int) - Method in class org.hibernate.metamodel.mapping.internal.AbstractEmbeddableMapping
 
getSelectable(int) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationAttributeMapping
 
getSelectable(int) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedCollectionPart
 
getSelectable(int) - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedForeignKeyDescriptor
 
getSelectable(int) - Method in class org.hibernate.metamodel.mapping.internal.ManyToManyCollectionPart
 
getSelectable(int) - Method in class org.hibernate.metamodel.mapping.internal.OneToManyCollectionPart
 
getSelectable(int) - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
getSelectable(int) - Method in class org.hibernate.metamodel.mapping.internal.SelectableMappingsImpl
 
getSelectable(int) - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
getSelectable(int) - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
getSelectable(int) - Method in interface org.hibernate.metamodel.mapping.SelectableMappings
Get the selectable at the given position
getSelectable(int) - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping.KeyMapping
 
getSelectable(int) - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddableValuedModelPart
 
getSelectable(int) - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
getSelectableIndex(String) - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType
 
getSelectableIndex(String) - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
 
getSelectableIndex(String) - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddableValuedModelPart
 
getSelectableIndex(String) - Method in interface org.hibernate.sql.results.graph.FetchableContainer
 
getSelectableMappings() - Method in class org.hibernate.metamodel.mapping.internal.AbstractEmbeddableMapping
 
getSelectableMappings() - Method in class org.hibernate.sql.ast.tree.expression.AggregateColumnWriteExpression
 
getSelectableName() - Method in class org.hibernate.metamodel.mapping.internal.BasicAttributeMapping
 
getSelectableName() - Method in class org.hibernate.metamodel.mapping.internal.SelectableMappingImpl
 
getSelectableName() - Method in interface org.hibernate.metamodel.mapping.SelectableMapping
 
getSelectableName() - Method in class org.hibernate.metamodel.mapping.SelectablePath
 
getSelectableName() - Method in interface org.hibernate.metamodel.mapping.SoftDeleteMapping
 
getSelectableName() - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
 
getSelectableNode() - Method in interface org.hibernate.query.sqm.tree.select.SqmAliasedNode
 
getSelectableNode() - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiationArgument
 
getSelectableNode() - Method in class org.hibernate.query.sqm.tree.select.SqmSelection
 
getSelectableNode(int) - Method in class org.hibernate.query.derived.AnonymousTupleType
 
getSelectableOrderMap() - Method in class org.hibernate.mapping.Index
 
getSelectablePath() - Method in class org.hibernate.mapping.AggregateColumn
 
getSelectablePath() - Method in class org.hibernate.metamodel.mapping.internal.BasicAttributeMapping
 
getSelectablePath() - Method in class org.hibernate.metamodel.mapping.internal.SelectableMappingImpl
 
getSelectablePath() - Method in interface org.hibernate.metamodel.mapping.SelectableMapping
 
getSelectablePath() - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
 
getSelectables() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
getSelectables() - Method in class org.hibernate.mapping.Collection
 
getSelectables() - Method in class org.hibernate.mapping.Component
 
getSelectables() - Method in class org.hibernate.mapping.Index
 
getSelectables() - Method in class org.hibernate.mapping.OneToMany
 
getSelectables() - Method in class org.hibernate.mapping.Property
getSelectables() - Method in class org.hibernate.mapping.SimpleValue
 
getSelectables() - Method in interface org.hibernate.mapping.Value
The mapping to columns and formulas.
getSelectableType(Mapping, int) - Method in interface org.hibernate.mapping.Value
 
getSelectByUniqueKeyString(String) - Method in interface org.hibernate.id.PostInsertIdentityPersister
Get a SQL select string that performs a select based on a unique key determined by the given property name.
getSelectByUniqueKeyString(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSelectByUniqueKeyString(String[]) - Method in interface org.hibernate.id.PostInsertIdentityPersister
Get a SQL select string that performs a select based on a unique key determined by the given property names.
getSelectByUniqueKeyString(String[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSelectClause() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
getSelectClause() - Method in class org.hibernate.sql.ast.tree.select.QuerySpec
 
getSelectClauseNullString(int, TypeConfiguration) - Method in class org.hibernate.dialect.DB2Dialect
 
getSelectClauseNullString(int, TypeConfiguration) - Method in class org.hibernate.dialect.DerbyDialect
 
getSelectClauseNullString(int, TypeConfiguration) - Method in class org.hibernate.dialect.Dialect
Given a JDBC type code, return the expression for a literal null value of that type, to use in a select clause.
getSelectClauseNullString(int, TypeConfiguration) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getSelectClauseNullString(int, TypeConfiguration) - Method in class org.hibernate.dialect.HSQLDialect
 
getSelectClauseNullString(int, TypeConfiguration) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getSelectGUIDString() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getSelectGUIDString() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
getSelectGUIDString() - Method in class org.hibernate.dialect.Dialect
Get the command used to select a GUID from the database.
getSelectGUIDString() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getSelectGUIDString() - Method in class org.hibernate.dialect.MySQLDialect
 
getSelectGUIDString() - Method in class org.hibernate.dialect.OracleDialect
 
getSelectGUIDString() - Method in class org.hibernate.dialect.PostgresPlusDialect
 
getSelection() - Method in class org.hibernate.query.criteria.CriteriaDefinition
 
getSelection() - Method in interface org.hibernate.query.criteria.JpaQueryStructure
 
getSelection() - Method in interface org.hibernate.query.criteria.JpaSelectCriteria
 
getSelection() - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
getSelection() - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
getSelection() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
getSelection() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
getSelection() - Method in class org.hibernate.sql.ast.tree.expression.SqlSelectionExpression
 
getSelectionExpression() - Method in class org.hibernate.metamodel.mapping.internal.AnyDiscriminatorPart
 
getSelectionExpression() - Method in class org.hibernate.metamodel.mapping.internal.AnyKeyPart
 
getSelectionExpression() - Method in class org.hibernate.metamodel.mapping.internal.BasicAttributeMapping
 
getSelectionExpression() - Method in class org.hibernate.metamodel.mapping.internal.BasicEntityIdentifierMappingImpl
 
getSelectionExpression() - Method in class org.hibernate.metamodel.mapping.internal.BasicValuedCollectionPart
 
getSelectionExpression() - Method in class org.hibernate.metamodel.mapping.internal.CaseStatementDiscriminatorMappingImpl
 
getSelectionExpression() - Method in class org.hibernate.metamodel.mapping.internal.CollectionIdentifierDescriptorImpl
 
getSelectionExpression() - Method in class org.hibernate.metamodel.mapping.internal.EntityRowIdMappingImpl
 
getSelectionExpression() - Method in class org.hibernate.metamodel.mapping.internal.EntityVersionMappingImpl
 
getSelectionExpression() - Method in class org.hibernate.metamodel.mapping.internal.ExplicitColumnDiscriminatorMappingImpl
 
getSelectionExpression() - Method in class org.hibernate.metamodel.mapping.internal.SelectableMappingImpl
 
getSelectionExpression() - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
getSelectionExpression() - Method in class org.hibernate.metamodel.mapping.SelectableConsumer.MutableSelectableMapping
 
getSelectionExpression() - Method in interface org.hibernate.metamodel.mapping.SelectableMapping
The selection's expression.
getSelectionExpression() - Method in interface org.hibernate.metamodel.mapping.SoftDeleteMapping
 
getSelectionExpression() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping.KeyColumn
 
getSelectionExpression() - Method in class org.hibernate.query.derived.AnonymousTupleBasicValuedModelPart
 
getSelectionItems() - Method in interface org.hibernate.query.criteria.JpaSelection
 
getSelectionItems() - Method in class org.hibernate.query.hql.internal.FullyQualifiedReflectivePathTerminal
 
getSelectionItems() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
getSelectionItems() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
getSelectionItems() - Method in class org.hibernate.query.sqm.tree.expression.SqmTuple
 
getSelectionItems() - Method in class org.hibernate.query.sqm.tree.jpa.AbstractJpaSelection
 
getSelectionItems() - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
 
getSelectionItems() - Method in class org.hibernate.query.sqm.tree.select.SqmJpaCompoundSelection
 
getSelectionItems() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectClause
 
getSelectionItems() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
getSelections() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectClause
 
getSelections(int) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.DelegatingSqmAliasedNodeCollector
 
getSelections(int) - Method in interface org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.SqmAliasedNodeCollector
 
getSelections(int) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.SqmAliasedNodePositionTracker
 
getSelections(int) - Method in class org.hibernate.query.sqm.sql.internal.SqlAstProcessingStateImpl
 
getSelectionType() - Method in class org.hibernate.envers.boot.model.Selection
 
getSelectItemReference(Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getSelectorExpression() - Method in class org.hibernate.query.sqm.tree.domain.SqmIndexedCollectionAccessPath
 
getSelectorNames() - Method in class org.hibernate.boot.registry.selector.SimpleStrategyRegistrationImpl
 
getSelectorNames() - Method in interface org.hibernate.boot.registry.selector.StrategyRegistration
Any registered names for this strategy registration.
getSelectQueryPart() - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertSelectStatement
 
getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.sequence.ANSISequenceSupport
 
getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.sequence.DB2iSequenceSupport
 
getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.sequence.DB2zSequenceSupport
 
getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.sequence.H2V1SequenceSupport
 
getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.sequence.LegacyDB2SequenceSupport
Deprecated.
 
getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.sequence.NextvalSequenceSupport
 
getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.sequence.NoSequenceSupport
 
getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.sequence.PostgreSQLSequenceSupport
 
getSelectSequenceNextValString(String) - Method in interface org.hibernate.dialect.sequence.SequenceSupport
Generate the select expression fragment that will retrieve the next value of a sequence as part of another (typically DML) statement.
getSelectSequenceNextValString(String) - Method in class org.hibernate.dialect.sequence.TiDBSequenceSupport
 
getSelectSequencePreviousValString(String) - Method in class org.hibernate.dialect.sequence.ANSISequenceSupport
 
getSelectSequencePreviousValString(String) - Method in class org.hibernate.dialect.sequence.DB2iSequenceSupport
 
getSelectSequencePreviousValString(String) - Method in class org.hibernate.dialect.sequence.DB2SequenceSupport
 
getSelectSequencePreviousValString(String) - Method in class org.hibernate.dialect.sequence.DB2zSequenceSupport
 
getSelectSequencePreviousValString(String) - Method in class org.hibernate.dialect.sequence.DerbySequenceSupport
 
getSelectSequencePreviousValString(String) - Method in class org.hibernate.dialect.sequence.H2V1SequenceSupport
 
getSelectSequencePreviousValString(String) - Method in class org.hibernate.dialect.sequence.LegacyDB2SequenceSupport
Deprecated.
 
getSelectSequencePreviousValString(String) - Method in class org.hibernate.dialect.sequence.MariaDBSequenceSupport
 
getSelectSequencePreviousValString(String) - Method in class org.hibernate.dialect.sequence.NextvalSequenceSupport
 
getSelectSequencePreviousValString(String) - Method in class org.hibernate.dialect.sequence.PostgreSQLSequenceSupport
 
getSelectSequencePreviousValString(String) - Method in interface org.hibernate.dialect.sequence.SequenceSupport
Generate the select expression fragment that will retrieve the previous value of a sequence as part of another (typically DML) statement.
getSelectSequencePreviousValString(String) - Method in class org.hibernate.dialect.sequence.TiDBSequenceSupport
 
getSelectSQL() - Method in class org.hibernate.id.insert.AbstractSelectingDelegate
Get the SQL statement to be used to retrieve generated key values.
getSelectSQL() - Method in class org.hibernate.id.insert.BasicSelectingDelegate
 
getSelectSQL() - Method in class org.hibernate.id.insert.UniqueKeySelectingDelegate
 
getSelectStatement() - Method in class org.hibernate.boot.model.source.internal.hbm.InLineViewSourceImpl
 
getSelectStatement() - Method in interface org.hibernate.boot.model.source.spi.InLineViewSource
Obtain the SQL SELECT statement to use.
getSelectStatement() - Method in class org.hibernate.metamodel.mapping.internal.GeneratedValuesProcessor
 
getSelfRenderingExpression() - Method in class org.hibernate.sql.ast.tree.predicate.SelfRenderingPredicate
 
getSemantic() - Method in class org.hibernate.engine.query.spi.EntityGraphQueryHint
Deprecated.
 
getSemantic() - Method in class org.hibernate.engine.spi.EffectiveEntityGraph
 
getSemantic() - Method in interface org.hibernate.graph.spi.AppliedGraph
The semantic (fetch/load) under which the graph should be applied
getSemantic() - Method in class org.hibernate.query.internal.QueryOptionsImpl
 
getSemantics() - Method in class org.hibernate.type.descriptor.java.spi.BasicCollectionJavaType
 
getSemantics() - Method in class org.hibernate.type.descriptor.java.spi.CollectionJavaType
 
getSeparateCollectionTable() - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
getSeparateCollectionTable() - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
getSeparatorExpression() - Method in class org.hibernate.query.sqm.tree.expression.SqmOverflow
 
getSeparatorExpression() - Method in class org.hibernate.sql.ast.tree.expression.Overflow
 
getSequenceExporter() - Method in class org.hibernate.dialect.Dialect
getSequenceExporter() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getSequenceExporter() - Method in class org.hibernate.dialect.SpannerDialect
 
getSequenceExporter() - Method in class org.hibernate.dialect.SQLServerDialect
 
getSequenceGenerator() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the sequenceGenerator property.
getSequenceGenerator() - Method in class org.hibernate.boot.jaxb.mapping.JaxbId
Gets the value of the sequenceGenerator property.
getSequenceGenerator() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the sequenceGenerator property.
getSequenceGenerator() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Gets the value of the sequenceGenerator property.
getSequenceGenerator() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Id
Gets the value of the sequenceGenerator property.
getSequenceGenerators() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
Gets the value of the sequenceGenerators property.
getSequenceInformation(Identifier, Identifier, Identifier) - Method in class org.hibernate.tool.schema.extract.internal.DatabaseInformationImpl
 
getSequenceInformation(Identifier, Identifier, Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.DatabaseInformation
Obtain reference to the named SequenceInformation
getSequenceInformation(Namespace.Name, Identifier) - Method in class org.hibernate.tool.schema.extract.internal.DatabaseInformationImpl
 
getSequenceInformation(Namespace.Name, Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.DatabaseInformation
Obtain reference to the named SequenceInformation
getSequenceInformation(QualifiedSequenceName) - Method in class org.hibernate.tool.schema.extract.internal.DatabaseInformationImpl
 
getSequenceInformation(QualifiedSequenceName) - Method in interface org.hibernate.tool.schema.extract.spi.DatabaseInformation
Obtain reference to the named SequenceInformation
getSequenceInformationExtractor() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getSequenceInformationExtractor() - Method in class org.hibernate.dialect.DB2Dialect
 
getSequenceInformationExtractor() - Method in class org.hibernate.dialect.DerbyDialect
 
getSequenceInformationExtractor() - Method in class org.hibernate.dialect.Dialect
A SequenceInformationExtractor which is able to extract SequenceInformation from the JDBC result set returned when Dialect.getQuerySequencesString() is executed.
getSequenceInformationExtractor() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getSequenceInformationExtractor() - Method in class org.hibernate.dialect.H2Dialect
 
getSequenceInformationExtractor() - Method in class org.hibernate.dialect.HSQLDialect
 
getSequenceInformationExtractor() - Method in class org.hibernate.dialect.MariaDBDialect
 
getSequenceInformationExtractor() - Method in class org.hibernate.dialect.OracleDialect
 
getSequenceInformationExtractor() - Method in class org.hibernate.dialect.TiDBDialect
 
getSequenceInformationList() - Method in class org.hibernate.engine.jdbc.env.internal.ExtractedDatabaseMetaDataImpl
 
getSequenceInformationList() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
Retrieve the list of SequenceInformation objects which describe the underlying database sequences.
getSequenceName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbSequenceGenerator
Gets the value of the sequenceName property.
getSequenceName() - Method in class org.hibernate.boot.model.relational.QualifiedSequenceName
 
getSequenceName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
Gets the value of the sequenceName property.
getSequenceName() - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationImpl
 
getSequenceName() - Method in interface org.hibernate.tool.schema.extract.spi.SequenceInformation
The qualified sequence name.
getSequenceNextValString(String) - Method in class org.hibernate.dialect.sequence.DB2iSequenceSupport
 
getSequenceNextValString(String) - Method in class org.hibernate.dialect.sequence.DB2SequenceSupport
 
getSequenceNextValString(String) - Method in class org.hibernate.dialect.sequence.HSQLSequenceSupport
 
getSequenceNextValString(String) - Method in class org.hibernate.dialect.sequence.LegacyDB2SequenceSupport
Deprecated.
 
getSequenceNextValString(String) - Method in class org.hibernate.dialect.sequence.NoSequenceSupport
 
getSequenceNextValString(String) - Method in interface org.hibernate.dialect.sequence.SequenceSupport
Generate the appropriate select statement to to retrieve the next value of a sequence.
getSequenceNextValString(String, int) - Method in class org.hibernate.dialect.sequence.NoSequenceSupport
 
getSequenceNextValString(String, int) - Method in interface org.hibernate.dialect.sequence.SequenceSupport
Generate the appropriate select statement to to retrieve the next value of a sequence.
getSequencePreviousValString(String) - Method in class org.hibernate.dialect.sequence.DB2iSequenceSupport
 
getSequencePreviousValString(String) - Method in class org.hibernate.dialect.sequence.DB2SequenceSupport
 
getSequencePreviousValString(String) - Method in class org.hibernate.dialect.sequence.HSQLSequenceSupport
 
getSequencePreviousValString(String) - Method in class org.hibernate.dialect.sequence.LegacyDB2SequenceSupport
Deprecated.
 
getSequencePreviousValString(String) - Method in interface org.hibernate.dialect.sequence.SequenceSupport
Generate the appropriate select statement to to retrieve the previous value of a sequence.
getSequencePreviousValString(String) - Method in class org.hibernate.dialect.sequence.SQLServerSequenceSupport
 
getSequences() - Method in class org.hibernate.boot.model.relational.Namespace
 
getSequenceSupport() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getSequenceSupport() - Method in class org.hibernate.dialect.CockroachDialect
 
getSequenceSupport() - Method in class org.hibernate.dialect.DB2400Dialect
Deprecated.
No support for sequences.
getSequenceSupport() - Method in class org.hibernate.dialect.DB2400V7R3Dialect
Deprecated.
 
getSequenceSupport() - Method in class org.hibernate.dialect.DB2Dialect
 
getSequenceSupport() - Method in class org.hibernate.dialect.DB2iDialect
No support for sequences.
getSequenceSupport() - Method in class org.hibernate.dialect.DB2zDialect
 
getSequenceSupport() - Method in class org.hibernate.dialect.DerbyDialect
 
getSequenceSupport() - Method in class org.hibernate.dialect.Dialect
Get the appropriate SequenceSupport for this dialect.
getSequenceSupport() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getSequenceSupport() - Method in class org.hibernate.dialect.H2Dialect
 
getSequenceSupport() - Method in class org.hibernate.dialect.HSQLDialect
 
getSequenceSupport() - Method in class org.hibernate.dialect.MariaDBDialect
 
getSequenceSupport() - Method in class org.hibernate.dialect.MySQLDialect
No support for sequences.
getSequenceSupport() - Method in class org.hibernate.dialect.OracleDialect
 
getSequenceSupport() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getSequenceSupport() - Method in class org.hibernate.dialect.SQLServerDialect
 
getSequenceSupport() - Method in class org.hibernate.dialect.TiDBDialect
 
getSerializedATN() - Method in class org.hibernate.grammars.graph.GraphLanguageLexer
 
getSerializedATN() - Method in class org.hibernate.grammars.graph.GraphLanguageParser
 
getSerializedATN() - Method in class org.hibernate.grammars.hql.HqlLexer
 
getSerializedATN() - Method in class org.hibernate.grammars.hql.HqlParser
 
getSerializedATN() - Method in class org.hibernate.grammars.importsql.SqlScriptLexer
 
getSerializedATN() - Method in class org.hibernate.grammars.importsql.SqlScriptParser
 
getSerializedATN() - Method in class org.hibernate.grammars.ordering.OrderingLexer
 
getSerializedATN() - Method in class org.hibernate.grammars.ordering.OrderingParser
 
getSerialNumber() - Method in class org.hibernate.testing.orm.domain.animal.Animal
 
getService() - Method in class org.hibernate.service.internal.ProvidedService
 
getService() - Method in class org.hibernate.service.spi.ServiceBinding
 
getService(Class<R>) - Method in class org.hibernate.boot.registry.internal.BootstrapServiceRegistryImpl
 
getService(Class<R>) - Method in class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
getService(Class<R>) - Method in class org.hibernate.service.internal.SessionFactoryServiceRegistryImpl
 
getService(Class<R>) - Method in interface org.hibernate.service.ServiceRegistry
Retrieve a service by role.
getServiceInitiated() - Method in class org.hibernate.boot.cfgxml.internal.CfgXmlAccessServiceInitiator
 
getServiceInitiated() - Method in class org.hibernate.boot.internal.DefaultSessionFactoryBuilderInitiator
 
getServiceInitiated() - Method in class org.hibernate.bytecode.internal.BytecodeProviderInitiator
 
getServiceInitiated() - Method in class org.hibernate.bytecode.internal.ProxyFactoryFactoryInitiator
 
getServiceInitiated() - Method in class org.hibernate.cache.internal.RegionFactoryInitiator
 
getServiceInitiated() - Method in class org.hibernate.engine.config.internal.ConfigurationServiceInitiator
 
getServiceInitiated() - Method in class org.hibernate.engine.jdbc.batch.internal.BatchBuilderInitiator
 
getServiceInitiated() - Method in class org.hibernate.engine.jdbc.connections.internal.ConnectionProviderInitiator
 
getServiceInitiated() - Method in class org.hibernate.engine.jdbc.connections.internal.MultiTenantConnectionProviderInitiator
 
getServiceInitiated() - Method in class org.hibernate.engine.jdbc.cursor.internal.RefCursorSupportInitiator
 
getServiceInitiated() - Method in class org.hibernate.engine.jdbc.dialect.internal.DialectFactoryInitiator
 
getServiceInitiated() - Method in class org.hibernate.engine.jdbc.dialect.internal.DialectResolverInitiator
 
getServiceInitiated() - Method in class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator
 
getServiceInitiated() - Method in class org.hibernate.engine.jdbc.internal.JdbcServicesInitiator
 
getServiceInitiated() - Method in class org.hibernate.engine.jdbc.internal.SqlStatementLoggerInitiator
 
getServiceInitiated() - Method in class org.hibernate.engine.jdbc.mutation.internal.MutationExecutorServiceInitiator
 
getServiceInitiated() - Method in class org.hibernate.engine.jndi.internal.JndiServiceInitiator
 
getServiceInitiated() - Method in class org.hibernate.engine.query.spi.NativeQueryInterpreterInitiator
 
getServiceInitiated() - Method in class org.hibernate.engine.spi.CacheInitiator
 
getServiceInitiated() - Method in class org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator
 
getServiceInitiated() - Method in class org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformResolverInitiator
 
getServiceInitiated() - Method in class org.hibernate.envers.boot.internal.EnversServiceInitiator
 
getServiceInitiated() - Method in class org.hibernate.event.internal.EntityCopyObserverFactoryInitiator
 
getServiceInitiated() - Method in class org.hibernate.id.factory.internal.StandardIdentifierGeneratorFactoryInitiator
 
getServiceInitiated() - Method in class org.hibernate.loader.ast.internal.BatchLoaderFactoryInitiator
 
getServiceInitiated() - Method in class org.hibernate.persister.internal.PersisterClassResolverInitiator
 
getServiceInitiated() - Method in class org.hibernate.persister.internal.PersisterFactoryInitiator
 
getServiceInitiated() - Method in class org.hibernate.property.access.internal.PropertyAccessStrategyResolverInitiator
 
getServiceInitiated() - Method in class org.hibernate.query.sqm.mutation.internal.SqmMultiTableMutationStrategyProviderInitiator
 
getServiceInitiated() - Method in class org.hibernate.resource.beans.spi.ManagedBeanRegistryInitiator
 
getServiceInitiated() - Method in class org.hibernate.resource.transaction.internal.TransactionCoordinatorBuilderInitiator
 
getServiceInitiated() - Method in class org.hibernate.service.internal.SessionFactoryServiceRegistryFactoryInitiator
 
getServiceInitiated() - Method in interface org.hibernate.service.spi.ServiceInitiator
Obtains the service role initiated by this initiator.
getServiceInitiated() - Method in class org.hibernate.sql.ast.internal.ParameterMarkerStrategyInitiator
 
getServiceInitiated() - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesMappingProducerProviderInitiator
 
getServiceInitiated() - Method in class org.hibernate.stat.internal.StatisticsInitiator
 
getServiceInitiated() - Method in class org.hibernate.tool.schema.internal.SchemaManagementToolInitiator
 
getServiceInitiated() - Method in class org.hibernate.tool.schema.internal.script.SqlScriptExtractorInitiator
 
getServiceInitiator() - Method in class org.hibernate.service.spi.ServiceBinding
 
getServiceRegistry() - Method in interface org.hibernate.boot.beanvalidation.ActivationContext
Access the ServiceRegistry specific to the SessionFactory being built.
getServiceRegistry() - Method in class org.hibernate.boot.internal.BootstrapContextImpl
 
getServiceRegistry() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
 
getServiceRegistry() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
getServiceRegistry() - Method in class org.hibernate.boot.MetadataSources
 
getServiceRegistry() - Method in interface org.hibernate.boot.model.FunctionContributions
Access to services.
getServiceRegistry() - Method in class org.hibernate.boot.model.relational.Database
 
getServiceRegistry() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getServiceRegistry() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getServiceRegistry() - Method in interface org.hibernate.boot.spi.BootstrapContext
The service registry available to bootstrapping
getServiceRegistry() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
getServiceRegistry() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
The service registry to use in building the factory.
getServiceRegistry() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getServiceRegistry() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Access to the ServiceRegistry for this SessionFactory.
getServiceRegistry() - Method in class org.hibernate.envers.boot.internal.EnversMetadataBuildingContextImpl
 
getServiceRegistry() - Method in interface org.hibernate.envers.boot.internal.EnversService
 
getServiceRegistry() - Method in class org.hibernate.envers.boot.internal.EnversServiceImpl
 
getServiceRegistry() - Method in interface org.hibernate.envers.boot.spi.EnversMetadataBuildingContext
 
getServiceRegistry() - Method in class org.hibernate.envers.internal.entities.mapper.id.AbstractIdMapper
 
getServiceRegistry() - Method in interface org.hibernate.envers.internal.entities.mapper.id.IdMapper
 
getServiceRegistry() - Method in interface org.hibernate.generator.GeneratorCreationContext
 
getServiceRegistry() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
getServiceRegistry() - Method in class org.hibernate.internal.JdbcSessionContextImpl
Deprecated.
getServiceRegistry() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getServiceRegistry() - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
getServiceRegistry() - Method in class org.hibernate.mapping.Collection
 
getServiceRegistry() - Method in class org.hibernate.mapping.OneToMany
 
getServiceRegistry() - Method in class org.hibernate.mapping.PersistentClass
 
getServiceRegistry() - Method in class org.hibernate.mapping.SimpleValue
 
getServiceRegistry() - Method in interface org.hibernate.mapping.Value
 
getServiceRegistry() - Method in class org.hibernate.metamodel.model.domain.internal.JpaMetamodelImpl
 
getServiceRegistry() - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
getServiceRegistry() - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
 
getServiceRegistry() - Method in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
 
getServiceRegistry() - Method in interface org.hibernate.query.sqm.spi.SqmCreationContext
Access to the ServiceRegistry for the context
getServiceRegistry() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
Deprecated.
this is no longer called, and unnecessary, since the needed services are now available via JdbcSessionContext.getJdbcServices()
getServiceRegistry() - Method in class org.hibernate.service.internal.SessionFactoryServiceRegistryImpl
 
getServiceRegistry() - Method in interface org.hibernate.service.spi.SessionFactoryServiceInitiatorContext
 
getServiceRegistry() - Method in interface org.hibernate.spatial.contributor.ContributorImplementor
 
getServiceRegistry() - Method in class org.hibernate.spatial.dialect.cockroachdb.CockroachDbContributor
 
getServiceRegistry() - Method in class org.hibernate.spatial.dialect.h2gis.H2GisDialectContributor
 
getServiceRegistry() - Method in class org.hibernate.spatial.dialect.mariadb.MariaDBDialectContributor
 
getServiceRegistry() - Method in class org.hibernate.spatial.dialect.mysql.MySQLDialectContributor
 
getServiceRegistry() - Method in class org.hibernate.spatial.dialect.oracle.OracleDialectContributor
 
getServiceRegistry() - Method in class org.hibernate.spatial.dialect.postgis.PostgisDialectContributor
 
getServiceRegistry() - Method in class org.hibernate.spatial.dialect.sqlserver.SqlServerDialectContributor
 
getServiceRegistry() - Method in interface org.hibernate.sql.ast.spi.SqlAstCreationContext
Access to Services
getServiceRegistry() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
 
getServiceRegistry() - Method in class org.hibernate.tool.schema.extract.internal.ExtractionContextImpl
 
getServiceRegistry() - Method in class org.hibernate.tool.schema.extract.spi.ExtractionContext.EmptyExtractionContext
 
getServiceRegistry() - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext
 
getServiceRegistry() - Method in class org.hibernate.tool.schema.internal.exec.ImprovedExtractionContextImpl
 
getServiceRegistry() - Method in interface org.hibernate.tool.schema.internal.exec.JdbcContext
 
getServiceRegistry() - Method in class org.hibernate.tool.schema.internal.HibernateSchemaManagementTool
 
getServiceRegistry() - Method in class org.hibernate.tool.schema.internal.HibernateSchemaManagementTool.JdbcContextImpl
 
getServiceRegistry() - Method in class org.hibernate.type.spi.TypeConfiguration
Deprecated.
This simply isn't a very sensible place to hang the ServiceRegistry
getServiceRole() - Method in class org.hibernate.service.internal.ProvidedService
 
getServiceRole() - Method in exception org.hibernate.service.NullServiceException
 
getServiceRole() - Method in class org.hibernate.service.spi.ServiceBinding
 
getServiceRole() - Method in exception org.hibernate.service.UnknownServiceException
 
getServiceStatus() - Method in class org.hibernate.testing.orm.domain.helpdesk.Account
 
getSession() - Method in class org.hibernate.action.internal.CollectionAction
 
getSession() - Method in class org.hibernate.action.internal.EntityAction
originating session accessor
getSession() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
Get the session currently associated with this collection.
getSession() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getSession() - Method in class org.hibernate.engine.spi.BatchFetchQueue
 
getSession() - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the session to which this persistence context is bound.
getSession() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getSession() - Method in interface org.hibernate.engine.spi.SessionImplementor
 
getSession() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Returns this object, fulfilling the contract of WrapperOptions.
getSession() - Method in class org.hibernate.envers.internal.reader.AuditReaderImpl
 
getSession() - Method in interface org.hibernate.envers.internal.reader.AuditReaderImplementor
 
getSession() - Method in class org.hibernate.event.internal.AbstractVisitor
 
getSession() - Method in class org.hibernate.event.spi.AbstractEvent
Returns the session event source for this event.
getSession() - Method in class org.hibernate.internal.SessionImpl
 
getSession() - Method in interface org.hibernate.loader.internal.LoadAccessContext
The session from which the load originates
getSession() - Method in class org.hibernate.persister.entity.SessionFactoryBasedWrapperOptions
 
getSession() - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
getSession() - Method in interface org.hibernate.proxy.LazyInitializer
Get the session to which this proxy is associated, or null if it is not attached.
getSession() - Method in class org.hibernate.query.internal.DelegatingDomainQueryExecutionContext
 
getSession() - Method in interface org.hibernate.query.Query
Get the QueryProducer which produced this Query, that is, the Session or StatelessSession that was used to create this Query instance.
getSession() - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
getSession() - Method in interface org.hibernate.query.spi.DomainQueryExecutionContext
The underlying session
getSession() - Method in interface org.hibernate.query.spi.QueryImplementor
 
getSession() - Method in interface org.hibernate.result.spi.ResultContext
 
getSession() - Method in class org.hibernate.sql.exec.internal.BaseExecutionContext
 
getSession() - Method in interface org.hibernate.sql.exec.spi.ExecutionContext
 
getSession() - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesSourceProcessingStateStandardImpl
 
getSession() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingState
 
getSession() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
getSession() - Method in interface org.hibernate.type.descriptor.WrapperOptions
Access to the current session.
getSessionCloseCount() - Method in class org.hibernate.stat.internal.StatisticsImpl
 
getSessionCloseCount() - Method in interface org.hibernate.stat.Statistics
The global number of sessions closed.
getSessionFactory() - Method in interface org.hibernate.boot.beanvalidation.ActivationContext
Access the SessionFactory being built to trigger this BV activation
getSessionFactory() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration
Gets the value of the sessionFactory property.
getSessionFactory() - Method in interface org.hibernate.cache.cfg.spi.DomainDataRegionBuildingContext
Access to the SessionFactory for which a Region is being built.
getSessionFactory() - Method in interface org.hibernate.Cache
The SessionFactory to which this Cache belongs.
getSessionFactory() - Method in class org.hibernate.cache.internal.DisabledCaching
 
getSessionFactory() - Method in class org.hibernate.cache.internal.EnabledCaching
 
getSessionFactory() - Method in interface org.hibernate.cache.spi.CacheImplementor
 
getSessionFactory() - Method in class org.hibernate.cache.spi.support.AbstractDomainDataRegion
 
getSessionFactory() - Method in class org.hibernate.engine.spi.AbstractDelegatingWrapperOptions
 
getSessionFactory() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
getSessionFactory() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getSessionFactory() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
getSessionFactory() - Method in interface org.hibernate.engine.spi.SessionImplementor
 
getSessionFactory() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
getSessionFactory() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Obtain the factory which created this session.
getSessionFactory() - Method in class org.hibernate.internal.JdbcSessionContextImpl
Deprecated.
getSessionFactory() - Method in class org.hibernate.internal.SessionImpl
 
getSessionFactory() - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
getSessionFactory() - Method in class org.hibernate.loader.ast.internal.AbstractCollectionBatchLoader
 
getSessionFactory() - Method in class org.hibernate.loader.ast.internal.AbstractMultiIdEntityLoader
 
getSessionFactory() - Method in class org.hibernate.metamodel.mapping.internal.GeneratedValuesProcessor
 
getSessionFactory() - Method in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
 
getSessionFactory() - Method in class org.hibernate.persister.collection.mutation.AbstractUpdateRowsCoordinator
 
getSessionFactory() - Method in class org.hibernate.persister.entity.SessionFactoryBasedWrapperOptions
 
getSessionFactory() - Method in interface org.hibernate.persister.spi.PersisterCreationContext
Deprecated.
 
getSessionFactory() - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
getSessionFactory() - Method in interface org.hibernate.query.internal.ResultSetMappingResolutionContext
 
getSessionFactory() - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
getSessionFactory() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
getSessionFactory() - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
getSessionFactory() - Method in class org.hibernate.query.sqm.mutation.internal.cte.CteInsertHandler
 
getSessionFactory() - Method in class org.hibernate.query.sqm.mutation.internal.cte.CteInsertStrategy
 
getSessionFactory() - Method in class org.hibernate.query.sqm.mutation.internal.cte.CteMutationStrategy
 
getSessionFactory() - Method in class org.hibernate.query.sqm.mutation.internal.temptable.AbstractDeleteExecutionDelegate
 
getSessionFactory() - Method in class org.hibernate.query.sqm.mutation.internal.temptable.GlobalTemporaryTableStrategy
 
getSessionFactory() - Method in class org.hibernate.query.sqm.mutation.internal.temptable.LocalTemporaryTableStrategy
 
getSessionFactory() - Method in class org.hibernate.query.sqm.mutation.internal.temptable.PersistentTableStrategy
 
getSessionFactory() - Method in class org.hibernate.query.sqm.mutation.internal.temptable.UpdateExecutionDelegate
 
getSessionFactory() - Method in class org.hibernate.query.sqm.mutation.spi.AbstractMutationHandler
 
getSessionFactory() - Method in interface org.hibernate.query.sqm.NodeBuilder
 
getSessionFactory() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
Deprecated.
exposing this here seems to kinda defeat the purpose of this SPI
getSessionFactory() - Method in class org.hibernate.service.internal.SessionFactoryServiceRegistryImpl
 
getSessionFactory() - Method in interface org.hibernate.service.spi.SessionFactoryServiceInitiatorContext
 
getSessionFactory() - Method in interface org.hibernate.Session
Get the session factory which created this session.
getSessionFactory() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getSessionFactory() - Method in interface org.hibernate.sql.ast.spi.SqlAstCreationContext
The SessionFactory
getSessionFactory() - Method in interface org.hibernate.sql.ast.SqlAstTranslator
 
getSessionFactory() - Method in class org.hibernate.sql.ast.tree.from.AbstractColumnReferenceQualifier
 
getSessionFactory() - Method in class org.hibernate.sql.ast.tree.from.AbstractTableGroup
 
getSessionFactory() - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
 
getSessionFactory() - Method in class org.hibernate.sql.model.ast.builder.AbstractTableMutationBuilder
 
getSessionFactory() - Method in interface org.hibernate.testing.orm.junit.SessionFactoryScope
 
getSessionFactory() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
getSessionFactory() - Method in interface org.hibernate.type.descriptor.WrapperOptions
Access to the current session factory.
getSessionFactory() - Method in class org.hibernate.type.spi.TypeConfiguration
Deprecated.
This operation is not very typesafe, and we're migrating away from its use
getSessionFactory(String) - Method in class org.hibernate.internal.SessionFactoryRegistry
 
getSessionFactoryBuilder() - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getSessionFactoryBuilder() - Method in class org.hibernate.boot.internal.MetadataImpl
 
getSessionFactoryBuilder() - Method in interface org.hibernate.boot.Metadata
Get the builder for SessionFactory instances based on this metamodel.
getSessionFactoryBuilder() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getSessionFactoryBuilder(MetadataImplementor, SessionFactoryBuilderImplementor) - Method in interface org.hibernate.boot.spi.SessionFactoryBuilderFactory
The contract method.
getSessionFactoryName() - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
 
getSessionFactoryName() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
getSessionFactoryName() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getSessionFactoryName() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
The name to be used for the SessionFactory.
getSessionFactoryName() - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
getSessionFactoryName() - Method in class org.hibernate.proxy.AbstractLazyInitializer
Get the session factory name.
getSessionFactoryName() - Method in class org.hibernate.proxy.map.MapLazyInitializer
 
getSessionFactoryObserver() - Method in class org.hibernate.cfg.Configuration
The SessionFactoryObserver, if any, that was added to this configuration.
getSessionFactoryObservers() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
getSessionFactoryObservers() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getSessionFactoryObservers() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getSessionFactoryObservers() - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
getSessionFactoryOptions() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getSessionFactoryOptions() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
getSessionFactoryOptions() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getSessionFactoryOptions() - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
getSessionFactoryOptions() - Method in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
 
getSessionFactoryOptions() - Method in class org.hibernate.service.internal.SessionFactoryServiceRegistryImpl
 
getSessionFactoryOptions() - Method in interface org.hibernate.service.spi.SessionFactoryServiceInitiatorContext
 
getSessionFactoryOptions() - Method in interface org.hibernate.SessionFactory
Deprecated.
There is no plan to remove this operation, but its use should be avoided since SessionFactoryOptions is an SPI type, and so this operation is a layer-breaker.
getSessionFactoryUuid() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
getSessionFactoryUuid() - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.SessionAssociableInterceptor
 
getSessionFactoryUuid() - Method in class org.hibernate.proxy.AbstractLazyInitializer
Get the session factory UUID.
getSessionFactoryUuid() - Method in class org.hibernate.proxy.map.MapLazyInitializer
 
getSessionIdentifier() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getSessionIdentifier() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Obtain a UUID which uniquely identifies this session.
getSessionIdentifier() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
getSessionIdentifier() - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
getSessionImplementor() - Method in class org.hibernate.envers.internal.reader.AuditReaderImpl
 
getSessionImplementor() - Method in interface org.hibernate.envers.internal.reader.AuditReaderImplementor
 
getSessionOpenCount() - Method in class org.hibernate.stat.internal.StatisticsImpl
 
getSessionOpenCount() - Method in interface org.hibernate.stat.Statistics
The global number of sessions opened.
getSessionToken() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Obtain a "token" which uniquely identifies this session.
getSessionToken() - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
getSessionUidAccess() - Method in class org.hibernate.query.sqm.mutation.internal.temptable.AbstractDeleteExecutionDelegate
 
getSessionUidAccess() - Method in class org.hibernate.query.sqm.mutation.internal.temptable.TableBasedDeleteHandler
 
getSessionUidAccess() - Method in class org.hibernate.query.sqm.mutation.internal.temptable.UpdateExecutionDelegate
 
getSessionUidColumn() - Method in class org.hibernate.dialect.temptable.TemporaryTable
 
getSessionVariableName() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMeta
 
getSessionVariableName() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
 
getSet(String) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getSet(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getSet(String, Class<E>) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getSet(String, Class<E>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getSetClause() - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
getSetOfBasics() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfSets
 
getSetOfComponents() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfSets
 
getSetOfConvertedEnums() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfSets
 
getSetOfEnums() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfSets
 
getSetOfManyToMany() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfSets
 
getSetOfOneToMany() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfSets
 
getSetOperator() - Method in interface org.hibernate.query.criteria.JpaQueryGroup
 
getSetOperator() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryGroup
 
getSetOperator() - Method in class org.hibernate.sql.ast.tree.select.QueryGroup
 
getSetter() - Method in class org.hibernate.property.access.internal.ChainedPropertyAccessImpl
 
getSetter() - Method in class org.hibernate.property.access.internal.PropertyAccessBasicImpl
 
getSetter() - Method in class org.hibernate.property.access.internal.PropertyAccessCompositeUserTypeImpl
 
getSetter() - Method in class org.hibernate.property.access.internal.PropertyAccessEmbeddedImpl
 
getSetter() - Method in class org.hibernate.property.access.internal.PropertyAccessEnhancedImpl
 
getSetter() - Method in class org.hibernate.property.access.internal.PropertyAccessFieldImpl
 
getSetter() - Method in class org.hibernate.property.access.internal.PropertyAccessMapImpl
 
getSetter() - Method in class org.hibernate.property.access.internal.PropertyAccessMixedImpl
 
getSetter() - Method in interface org.hibernate.property.access.spi.PropertyAccess
Obtain the delegate for setting values of the persistent attribute.
getSetter(Class) - Method in class org.hibernate.mapping.Property
 
getSetter(Class, String, String, ServiceRegistry) - Static method in class org.hibernate.envers.internal.tools.ReflectionTools
 
getSetter(Class, PropertyData, ServiceRegistry) - Static method in class org.hibernate.envers.internal.tools.ReflectionTools
 
getSetter(Object, String, Class<?>) - Static method in class org.hibernate.testing.util.ReflectionUtil
Get setter method
getSetting() - Method in class org.hibernate.testing.orm.jdbc.PreparedStatementSpyConnectionProviderSettingProvider
 
getSetting() - Method in class org.hibernate.testing.orm.junit.ImplicitListAsBagProvider
 
getSetting() - Method in class org.hibernate.testing.orm.junit.ImplicitListAsListProvider
 
getSetting() - Method in interface org.hibernate.testing.orm.junit.SettingProvider.Provider
Get the setting value
getSetting(String, Class<T>, T) - Method in class org.hibernate.engine.config.internal.ConfigurationServiceImpl
 
getSetting(String, Class<T>, T) - Method in interface org.hibernate.engine.config.spi.ConfigurationService
Get the named setting.
getSetting(String, ConfigurationService.Converter<T>) - Method in class org.hibernate.engine.config.internal.ConfigurationServiceImpl
 
getSetting(String, ConfigurationService.Converter<T>) - Method in interface org.hibernate.engine.config.spi.ConfigurationService
Get the named setting, using the specified converter.
getSetting(String, ConfigurationService.Converter<T>, T) - Method in class org.hibernate.engine.config.internal.ConfigurationServiceImpl
 
getSetting(String, ConfigurationService.Converter<T>, T) - Method in interface org.hibernate.engine.config.spi.ConfigurationService
Get the named setting, using the specified converter and default value.
getSettings() - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Obtain the current aggregated settings.
getSettings() - Method in class org.hibernate.engine.config.internal.ConfigurationServiceImpl
 
getSettings() - Method in interface org.hibernate.engine.config.spi.ConfigurationService
Access to the complete map of config settings.
getSettings() - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
getSettings() - Method in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
 
getSharedCacheMode() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
 
getSharedCacheMode() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getSharedCacheMode() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
Access to the SharedCacheMode to determine if the second-level cache is enabled.
getSharedCacheMode() - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
getSharedCacheMode() - Method in class org.hibernate.jpa.boot.internal.PersistenceUnitInfoDescriptor
 
getSharedCacheMode() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
 
getSharedCacheMode() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
Gets the value of the sharedCacheMode property.
getSharedCacheMode() - Method in class org.hibernate.testing.orm.jpa.PersistenceUnitDescriptorAdapter
 
getSharedCacheMode() - Method in class org.hibernate.testing.orm.jpa.PersistenceUnitInfoAdapter
 
getSharedCacheMode() - Method in class org.hibernate.testing.orm.jpa.PersistenceUnitInfoImpl
 
getSharedCacheMode() - Method in class org.hibernate.testing.orm.junit.EntityManagerFactoryBasedFunctionalTest.TestingPersistenceUnitDescriptorImpl
 
getSharedCacheMode() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
 
getSharedCacheMode() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
 
getSharedCacheMode() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
 
getSide(ForeignKeyDescriptor.Nature) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
 
getSideNature() - Method in interface org.hibernate.metamodel.mapping.Association
Indicates which "side" of the foreign-key this association describes
getSideNature() - Method in class org.hibernate.metamodel.mapping.internal.ManyToManyCollectionPart
 
getSideNature() - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
getSignature() - Method in class org.hibernate.dialect.function.array.ArraysOfSameTypeArgumentValidator
 
getSignature() - Method in class org.hibernate.dialect.function.AvgFunction.Validator
 
getSignature() - Method in interface org.hibernate.query.sqm.produce.function.ArgumentsValidator
Pretty-print the signature of the argument list.
getSignature() - Method in class org.hibernate.query.sqm.produce.function.ArgumentTypesValidator
 
getSignature(String) - Method in class org.hibernate.dialect.function.ConcatPipeFunction
 
getSignature(String) - Method in class org.hibernate.dialect.function.DB2PositionFunction
 
getSignature(String) - Method in class org.hibernate.dialect.function.DB2SubstringFunction
 
getSignature(String) - Method in class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
 
getSignature(String) - Method in interface org.hibernate.query.sqm.function.SqmFunctionDescriptor
Used only for pretty-printing the function signature in the log.
getSignatureType(Member) - Static method in class org.hibernate.metamodel.internal.AttributeFactory
 
getSimpleConcreteImplName() - Method in class org.hibernate.sql.results.graph.collection.internal.AbstractImmediateCollectionInitializer
 
getSimpleConcreteImplName() - Method in class org.hibernate.sql.results.graph.collection.internal.ArrayInitializer
 
getSimpleConcreteImplName() - Method in class org.hibernate.sql.results.graph.collection.internal.BagInitializer
 
getSimpleConcreteImplName() - Method in class org.hibernate.sql.results.graph.collection.internal.ListInitializer
 
getSimpleConcreteImplName() - Method in class org.hibernate.sql.results.graph.collection.internal.MapInitializer
 
getSimpleConcreteImplName() - Method in class org.hibernate.sql.results.graph.collection.internal.SetInitializer
 
getSimpleConcreteImplName() - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
Simple class name of this initializer for logging
getSimpleConcreteImplName() - Method in class org.hibernate.sql.results.graph.entity.internal.EntityJoinedFetchInitializer
 
getSimpleConcreteImplName() - Method in class org.hibernate.sql.results.graph.entity.internal.EntityResultInitializer
 
getSimpleName() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
 
getSimpleName() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaPackage
 
getSimpleName() - Method in interface org.hibernate.jpamodelgen.model.Metamodel
 
getSimpleName() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaEntity
 
getSingleCharGender() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
getSingleIdLoader() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSingleJdbcMapping() - Method in interface org.hibernate.metamodel.mapping.BasicValuedMapping
 
getSingleJdbcMapping() - Method in interface org.hibernate.metamodel.mapping.BasicValuedModelPart
 
getSingleJdbcMapping() - Method in class org.hibernate.metamodel.mapping.internal.AnyKeyPart
 
getSingleJdbcMapping() - Method in class org.hibernate.metamodel.mapping.internal.BasicValuedCollectionPart
 
getSingleJdbcMapping() - Method in class org.hibernate.metamodel.mapping.internal.EntityRowIdMappingImpl
 
getSingleJdbcMapping() - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
getSingleJdbcMapping() - Method in class org.hibernate.metamodel.mapping.internal.SimpleNaturalIdMapping
 
getSingleJdbcMapping() - Method in interface org.hibernate.metamodel.mapping.JdbcMapping
 
getSingleJdbcMapping() - Method in interface org.hibernate.metamodel.mapping.JdbcMappingContainer
 
getSingleJdbcMapping() - Method in interface org.hibernate.metamodel.mapping.ValuedModelPart
 
getSingleJdbcMapping() - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
getSingleJdbcMapping() - Method in class org.hibernate.sql.ast.tree.expression.EntityTypeLiteral
 
getSingleJdbcMapping() - Method in class org.hibernate.sql.ast.tree.expression.JdbcLiteral
 
getSingleJdbcMapping() - Method in class org.hibernate.sql.exec.internal.AbstractJdbcParameter
 
getSingleJdbcMapping() - Method in interface org.hibernate.type.BasicType
 
getSingleOperation() - Method in class org.hibernate.sql.model.internal.EntityMutationOperationGroupStandard
 
getSingleOperation() - Method in interface org.hibernate.sql.model.MutationOperationGroup
Get the singular operation, assuming there is just one.
getSingleResult() - Method in interface org.hibernate.envers.query.AuditQuery
 
getSingleResult() - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditAssociationQuery
 
getSingleResult() - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
getSingleResult() - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
getSingleResult() - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
getSingleResult() - Method in interface org.hibernate.query.Query
Execute the query and return the single result of the query, throwing an exception if the query returns no results.
getSingleResult() - Method in interface org.hibernate.query.SelectionQuery
Execute the query and return the single result of the query, throwing an exception if the query returns no results.
getSingleResult() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
getSingleResult() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
getSingleResult() - Method in interface org.hibernate.result.ResultSetOutput
Consume the underlying ResultSet with the expectation that there is just a single level of root returns.
getSingleResultOrNull() - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
getSingleResultOrNull() - Method in interface org.hibernate.query.SelectionQuery
Execute the query and return the single result of the query, or null if the query returns no results.
getSingleResultOrNull() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
getSingleResultOrNull() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
getSingleStatementDetails() - Method in interface org.hibernate.engine.jdbc.mutation.group.PreparedStatementGroup
Get the single statement details.
getSingleStatementDetails() - Method in class org.hibernate.engine.jdbc.mutation.internal.PreparedStatementGroupNone
 
getSingleStatementDetails() - Method in class org.hibernate.engine.jdbc.mutation.internal.PreparedStatementGroupSingleTable
 
getSingleStatementDetails() - Method in class org.hibernate.engine.jdbc.mutation.internal.PreparedStatementGroupStandard
 
getSingleTableMutation() - Method in interface org.hibernate.sql.model.ast.MutationGroup
 
getSingleTableMutation() - Method in class org.hibernate.sql.model.internal.MutationGroupNone
 
getSingleTableMutation() - Method in class org.hibernate.sql.model.internal.MutationGroupSingle
 
getSingleTableMutation() - Method in class org.hibernate.sql.model.internal.MutationGroupStandard
 
getSingularAttribute(String) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getSingularAttribute(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getSingularAttribute(String, Class<Y>) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getSingularAttribute(String, Class<Y>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getSingularAttributeMapping(int) - Method in class org.hibernate.metamodel.mapping.internal.MutableAttributeMappingList
Deprecated.
should be removed
getSingularAttributeNature() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractSingularAttributeSourceEmbeddedImpl
 
getSingularAttributeNature() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceBasicImpl
 
getSingularAttributeNature() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceManyToOneImpl
 
getSingularAttributeNature() - Method in class org.hibernate.boot.model.source.internal.hbm.SingularAttributeSourceAnyImpl
 
getSingularAttributeNature() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSource
Obtain the nature of this attribute type.
getSingularAttributes() - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getSingularAttributes() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getSize() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
getSize() - Method in interface org.hibernate.collection.spi.PersistentCollection
Obtain the size of this collection without initializing it
getSize() - Method in class org.hibernate.dialect.temptable.TemporaryTableColumn
 
getSize() - Method in class org.hibernate.query.Page
 
getSize() - Method in class org.hibernate.testing.orm.domain.gambit.Shirt
 
getSize(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getSize(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
 
getSize(String) - Method in class org.hibernate.bytecode.enhance.internal.tracker.NoopCollectionTracker
 
getSize(String) - Method in class org.hibernate.bytecode.enhance.internal.tracker.SimpleCollectionTracker
 
getSize(String) - Method in interface org.hibernate.bytecode.enhance.spi.CollectionTracker
 
getSizeInMemory() - Method in interface org.hibernate.cache.spi.ExtendedStatisticsSupport
 
getSizeInMemory() - Method in interface org.hibernate.stat.CacheRegionStatistics
The size that the in-memory elements take up within the cache provider.
getSizeInMemory() - Method in class org.hibernate.stat.internal.CacheRegionStatisticsImpl
 
getSizeSource() - Method in class org.hibernate.boot.model.source.internal.hbm.BasicAttributeColumnsAndFormulasSource
 
getSizeSource() - Method in class org.hibernate.boot.model.source.internal.hbm.RelationalValueSourceHelper.AbstractColumnsAndFormulasSource
 
getSizeSource() - Method in interface org.hibernate.boot.model.source.internal.hbm.RelationalValueSourceHelper.ColumnsAndFormulasSource
 
getSizeSource() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
Obtain the source for the specified column size.
getSizeStrategy() - Method in class org.hibernate.dialect.Dialect
A custom Dialect.SizeStrategy for column types.
getSizeStrategy() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getSizeStrategy() - Method in class org.hibernate.dialect.MySQLDialect
 
getSizeStrategy() - Method in class org.hibernate.dialect.SybaseASEDialect
 
getSkipLocked() - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
getSkipLocked() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getSkipLockedSql() - Method in class org.hibernate.dialect.lock.AbstractSelectLockingStrategy
 
getSku() - Method in class org.hibernate.testing.orm.domain.retail.Product
 
getSlowQueries() - Method in class org.hibernate.stat.internal.StatisticsImpl
 
getSlowQueries() - Method in interface org.hibernate.stat.spi.StatisticsImplementor
 
getSlowQueries() - Method in interface org.hibernate.stat.Statistics
If "hibernate.log_slow_query" is enabled, a map from the SQL query to the maximum execution time in milliseconds.
getSnapshot() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
Get the current snapshot from the session
getSnapshot() - Method in class org.hibernate.engine.spi.CollectionEntry
 
getSnapshot(PersistentCollection<?>) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
getSnapshot(PersistentCollection<?>) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the snapshot of the pre-flush collection state
getSnapshot(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentArrayHolder
 
getSnapshot(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentBag
 
getSnapshot(CollectionPersister) - Method in interface org.hibernate.collection.spi.PersistentCollection
Return a new snapshot of the current state of the collection
getSnapshot(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
getSnapshot(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentList
 
getSnapshot(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentMap
 
getSnapshot(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentSet
 
getSnapshotElement(Object, int) - Method in class org.hibernate.collection.spi.PersistentArrayHolder
 
getSnapshotElement(Object, int) - Method in class org.hibernate.collection.spi.PersistentBag
 
getSnapshotElement(Object, int) - Method in interface org.hibernate.collection.spi.PersistentCollection
Get the snapshot value of the given collection entry
getSnapshotElement(Object, int) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
getSnapshotElement(Object, int) - Method in class org.hibernate.collection.spi.PersistentList
 
getSnapshotElement(Object, int) - Method in class org.hibernate.collection.spi.PersistentMap
 
getSnapshotElement(Object, int) - Method in class org.hibernate.collection.spi.PersistentSet
 
getSoftDeleteColumn() - Method in class org.hibernate.mapping.Collection
 
getSoftDeleteColumn() - Method in class org.hibernate.mapping.RootClass
 
getSoftDeleteColumn() - Method in interface org.hibernate.mapping.SoftDeletable
 
getSoftDeleteMapping() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
Mapping for soft-delete support, or null if soft-delete not defined
getSoftDeleteMapping() - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
getSoftDeleteMapping() - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
Mapping for soft-delete support, or null if soft-delete not defined
getSoftDeleteMapping() - Method in interface org.hibernate.metamodel.mapping.SoftDeletableModelPart
Get the mapping of the soft-delete indicator
getSoftDeleteMapping() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSoftDeleteMapping() - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
getSoftDeleteStrategy() - Method in class org.hibernate.mapping.BasicValue
 
getSoftDeleteTableDetails() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
getSoftDeleteTableDetails() - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
getSoftDeleteTableDetails() - Method in interface org.hibernate.metamodel.mapping.SoftDeletableModelPart
 
getSoftDeleteTableDetails() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSoftDeleteTableDetails() - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
getSomeDate() - Method in class org.hibernate.testing.orm.domain.gambit.SimpleEntity
 
getSomeInstant() - Method in class org.hibernate.testing.orm.domain.gambit.SimpleEntity
 
getSomeInteger() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithLazyManyToOneSelfReference
 
getSomeInteger() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithLazyOneToOne
 
getSomeInteger() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneJoinTable
 
getSomeInteger() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneSelfReference
 
getSomeInteger() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneWithoutJoinTable
 
getSomeInteger() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToMany
 
getSomeInteger() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOne
 
getSomeInteger() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneJoinTable
 
getSomeInteger() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneSharingPrimaryKey
 
getSomeInteger() - Method in class org.hibernate.testing.orm.domain.gambit.SimpleEntity
 
getSomeLong() - Method in class org.hibernate.testing.orm.domain.gambit.SimpleEntity
 
getSomeString() - Method in class org.hibernate.testing.orm.domain.gambit.SimpleEntity
 
getSort() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the sort property.
getSort() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the sort property.
getSort() - Method in interface org.hibernate.boot.jaxb.mapping.CollectionAttribute
 
getSort() - Method in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
Gets the value of the sort property.
getSort() - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
Gets the value of the sort property.
getSort() - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
Gets the value of the sort property.
getSortDirection() - Method in interface org.hibernate.query.criteria.JpaOrder
The direction, ascending or descending, in which to sort
getSortDirection() - Method in class org.hibernate.query.sqm.tree.select.SqmSortSpecification
 
getSortedBasicByBasic() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
getSortedBasicByBasicWithComparator() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
getSortedBasicByBasicWithSortNaturalByDefault() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
getSortedEnumeratedValues(Class<? extends Enum<?>>) - Static method in class org.hibernate.type.descriptor.converter.internal.EnumHelper
 
getSortedManyToManyByBasic() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
getSortedManyToManyByBasicWithComparator() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
getSortedManyToManyByBasicWithSortNaturalByDefault() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
getSortedSetOfBasics() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfSets
 
getSortedSetOfBasicsWithComparator() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfSets
 
getSortedSetOfBasicsWithSortNaturalByDefault() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfSets
 
getSortExpression() - Method in class org.hibernate.query.sqm.tree.select.SqmSortSpecification
 
getSortExpression() - Method in class org.hibernate.sql.ast.tree.select.SortSpecification
 
getSortingComparator() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getSortingComparator() - Method in interface org.hibernate.persister.collection.CollectionPersister
For sorted collections, the comparator to use.
getSortOrder() - Method in class org.hibernate.metamodel.mapping.ordering.ast.OrderingSpecification
 
getSortOrder() - Method in interface org.hibernate.query.criteria.JpaSearchOrder
 
getSortOrder() - Method in class org.hibernate.query.sqm.tree.cte.SqmSearchClauseSpecification
 
getSortOrder() - Method in class org.hibernate.sql.ast.tree.cte.SearchClauseSpecification
 
getSortOrder() - Method in class org.hibernate.sql.ast.tree.select.SortSpecification
 
getSortSpecifications() - Method in interface org.hibernate.query.criteria.JpaQueryPart
 
getSortSpecifications() - Method in class org.hibernate.query.sqm.tree.select.SqmOrderByClause
 
getSortSpecifications() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
 
getSortSpecifications() - Method in class org.hibernate.sql.ast.tree.select.QueryPart
 
getSortSpecificationsRowNumbering(SelectClause, QueryPart) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getSource() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTimestampAttributeType
Gets the value of the source property.
getSource() - Method in class org.hibernate.boot.model.internal.AttributeConversionInfo
The annotated element
getSource() - Method in interface org.hibernate.boot.model.source.spi.VersionAttributeSource
 
getSource() - Method in class org.hibernate.mapping.FetchProfile
Retrieve the fetch profile source.
getSource() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
Deprecated.
 
getSource() - Method in class org.hibernate.tuple.entity.AbstractEntityBasedAttribute
Deprecated.
 
getSourceAlias() - Method in class org.hibernate.sql.ast.tree.from.AbstractTableGroup
 
getSourceAlias() - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
getSourceAlias() - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
getSourceAlias() - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
 
getSourceAlias() - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
 
getSourceAlias() - Method in class org.hibernate.sql.ast.tree.from.StandardVirtualTableGroup
 
getSourceAlias() - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
 
getSourceIncrementSize() - Method in class org.hibernate.id.enhanced.SequenceStructure
 
getSourceName() - Method in class org.hibernate.boot.model.source.internal.hbm.BasicAttributeColumnsAndFormulasSource
 
getSourceName() - Method in class org.hibernate.boot.model.source.internal.hbm.ManyToOneAttributeColumnsAndFormulasSource
 
getSourceName() - Method in interface org.hibernate.boot.model.source.internal.hbm.RelationalValueSourceHelper.ColumnsAndFormulasSource
The name of the source.
getSourcePosition() - Method in class org.hibernate.query.sql.spi.ParameterOccurrence
 
getSourceProcessOrdering() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
 
getSourceProcessOrdering() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getSourceProcessOrdering() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
Retrieve the ordering in which sources should be processed.
getSourceSelectStatement() - Method in class org.hibernate.sql.ast.tree.insert.InsertSelectStatement
 
getSourceType() - Method in class org.hibernate.boot.model.source.internal.hbm.BasicAttributeColumnsAndFormulasSource
 
getSourceType() - Method in class org.hibernate.boot.model.source.internal.hbm.BasicAttributePropertySource
 
getSourceType() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceBasicImpl
 
getSourceType() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceManyToOneImpl
 
getSourceType() - Method in class org.hibernate.boot.model.source.internal.hbm.ManyToOneAttributeColumnsAndFormulasSource
 
getSourceType() - Method in class org.hibernate.boot.model.source.internal.hbm.ManyToOnePropertySource
 
getSourceType() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceArrayImpl
 
getSourceType() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceBagImpl
 
getSourceType() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceIdBagImpl
 
getSourceType() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceListImpl
 
getSourceType() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceMapImpl
 
getSourceType() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourcePrimitiveArrayImpl
 
getSourceType() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceSetImpl
 
getSourceType() - Method in interface org.hibernate.boot.model.source.internal.hbm.RelationalValueSourceHelper.ColumnsAndFormulasSource
What kind of XML element does this information come from?
getSourceType() - Method in class org.hibernate.boot.model.source.internal.hbm.SingularAttributeSourceAnyImpl
 
getSourceType() - Method in interface org.hibernate.boot.model.source.spi.AttributeSource
 
getSourceType() - Method in interface org.hibernate.tool.schema.spi.SourceDescriptor
The indicated source type for this target type.
getSpaces() - Method in class org.hibernate.persister.collection.mutation.CollectionTableMapping
 
getSpecification() - Method in class org.hibernate.query.sqm.tree.expression.SqmTrimSpecification
 
getSpecification() - Method in class org.hibernate.sql.ast.tree.expression.TrimSpecification
 
getSpecificContractClass() - Method in enum org.hibernate.boot.model.source.spi.RelationalValueSource.Nature
 
getSpiedInstance(T) - Method in class org.hibernate.testing.jdbc.JdbcSpies.SpyContext
 
getSql() - Method in class org.hibernate.boot.model.CustomSql
 
getSql() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getSQL() - Method in exception org.hibernate.JDBCException
Get the actual SQL statement being executed when the exception occurred.
getSqlAfterString() - Method in class org.hibernate.tool.schema.internal.StandardTableCleaner
 
getSqlAfterString() - Method in interface org.hibernate.tool.schema.spi.Cleaner
A statement to run after ending the process of truncating tables.
getSqlAliasBase() - Method in class org.hibernate.sql.ast.tree.from.AbstractTableGroup
 
getSqlAliasBaseGenerator() - Method in class org.hibernate.loader.ast.internal.LoaderSqlAstCreationState
 
getSqlAliasBaseGenerator() - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
getSqlAliasBaseGenerator() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
getSqlAliasBaseGenerator() - Method in class org.hibernate.query.sqm.sql.FakeSqmToSqlAstConverter
 
getSqlAliasBaseGenerator() - Method in interface org.hibernate.sql.ast.spi.SqlAstCreationState
 
getSqlAliasBaseManager() - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
getSqlAliasBaseManager() - Method in interface org.hibernate.sql.results.graph.DomainResultCreationState
Access to the SQL alias helper
getSqlAliasStem() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
getSqlAliasStem() - Method in class org.hibernate.metamodel.mapping.internal.AbstractEntityCollectionPart
 
getSqlAliasStem() - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationAttributeMapping
 
getSqlAliasStem() - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedCollectionPart
 
getSqlAliasStem() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedAttributeMapping
 
getSqlAliasStem() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedCollectionPart
 
getSqlAliasStem() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedIdentifierMappingImpl
 
getSqlAliasStem() - Method in class org.hibernate.metamodel.mapping.internal.InverseNonAggregatedIdentifierMapping
 
getSqlAliasStem() - Method in class org.hibernate.metamodel.mapping.internal.NonAggregatedIdentifierMappingImpl
 
getSqlAliasStem() - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
getSqlAliasStem() - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
getSqlAliasStem() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSqlAliasStem() - Method in interface org.hibernate.persister.entity.EntityPersister
 
getSqlAliasStem() - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddableValuedModelPart
 
getSqlAliasStem() - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
getSqlAliasStem() - Method in class org.hibernate.query.derived.AnonymousTupleTableGroupProducer
 
getSqlAliasStem() - Method in interface org.hibernate.sql.ast.tree.from.TableGroupProducer
Get the "stem" used as the base for generating SQL table aliases for table references that are part of the TableGroup being generated
getSqlAlterStrings(Table, Metadata, TableInformation, SqlStringGenerationContext) - Method in class org.hibernate.tool.schema.internal.StandardTableMigrator
 
getSqlAlterStrings(Table, Metadata, TableInformation, SqlStringGenerationContext) - Method in interface org.hibernate.tool.schema.internal.TableMigrator
 
getSqlAppender() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getSqlAst() - Method in class org.hibernate.loader.ast.internal.CollectionElementLoaderByIndex
 
getSqlAst() - Method in class org.hibernate.loader.ast.internal.CollectionLoaderSingleKey
 
getSqlAst() - Method in class org.hibernate.loader.ast.internal.CollectionLoaderSubSelectFetch
 
getSqlAst() - Method in interface org.hibernate.query.sqm.sql.SqmTranslation
 
getSqlAst() - Method in class org.hibernate.query.sqm.sql.StandardSqmTranslation
 
getSqlAstCreationContext() - Method in interface org.hibernate.sql.results.graph.AssemblerCreationState
 
getSqlAstCreationState() - Method in class org.hibernate.loader.ast.internal.LoaderSqlAstCreationState
 
getSqlAstCreationState() - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
getSqlAstCreationState() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
getSqlAstCreationState() - Method in class org.hibernate.query.sqm.sql.internal.SqlAstProcessingStateImpl
 
getSqlAstCreationState() - Method in interface org.hibernate.sql.ast.spi.SqlAstProcessingState
 
getSqlAstCreationState() - Method in interface org.hibernate.sql.results.graph.DomainResultCreationState
The underlying state for SQL AST creation
getSqlAstTranslatorFactory() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getSqlAstTranslatorFactory() - Method in class org.hibernate.dialect.CockroachDialect
 
getSqlAstTranslatorFactory() - Method in class org.hibernate.dialect.DB2Dialect
 
getSqlAstTranslatorFactory() - Method in class org.hibernate.dialect.DB2iDialect
 
getSqlAstTranslatorFactory() - Method in class org.hibernate.dialect.DB2zDialect
 
getSqlAstTranslatorFactory() - Method in class org.hibernate.dialect.DerbyDialect
 
getSqlAstTranslatorFactory() - Method in class org.hibernate.dialect.Dialect
Return a SqlAstTranslatorFactory specific to this dialect, or null to use the standard translator.
getSqlAstTranslatorFactory() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getSqlAstTranslatorFactory() - Method in class org.hibernate.dialect.H2Dialect
 
getSqlAstTranslatorFactory() - Method in class org.hibernate.dialect.HSQLDialect
 
getSqlAstTranslatorFactory() - Method in class org.hibernate.dialect.MariaDBDialect
 
getSqlAstTranslatorFactory() - Method in class org.hibernate.dialect.MySQLDialect
 
getSqlAstTranslatorFactory() - Method in class org.hibernate.dialect.OracleDialect
 
getSqlAstTranslatorFactory() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getSqlAstTranslatorFactory() - Method in class org.hibernate.dialect.SpannerDialect
 
getSqlAstTranslatorFactory() - Method in class org.hibernate.dialect.SQLServerDialect
 
getSqlAstTranslatorFactory() - Method in class org.hibernate.dialect.SybaseASEDialect
 
getSqlAstTranslatorFactory() - Method in class org.hibernate.dialect.SybaseDialect
 
getSqlAstTranslatorFactory() - Method in class org.hibernate.dialect.TiDBDialect
 
getSqlAstTranslatorFactory() - Method in class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentImpl
 
getSqlAstTranslatorFactory() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
 
getSqlBatchSize() - Method in class org.hibernate.loader.ast.internal.EntityBatchLoaderInPredicate
 
getSqlBeforeString() - Method in class org.hibernate.tool.schema.internal.StandardTableCleaner
 
getSqlBeforeString() - Method in interface org.hibernate.tool.schema.spi.Cleaner
A statement to run before beginning the process of truncating tables.
getSqlBuffer() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getSqlComment() - Method in class org.hibernate.sql.model.ast.builder.AbstractTableInsertBuilder
 
getSqlComment() - Method in class org.hibernate.sql.model.ast.builder.AbstractTableUpdateBuilder
 
getSqlComment() - Method in class org.hibernate.sql.model.ast.builder.TableDeleteBuilderStandard
 
getSqlCreateCommand(TemporaryTable) - Method in class org.hibernate.dialect.temptable.StandardTemporaryTableExporter
 
getSqlCreateCommand(TemporaryTable) - Method in interface org.hibernate.dialect.temptable.TemporaryTableExporter
 
getSqlCreateStrings(AuxiliaryDatabaseObject, Metadata, SqlStringGenerationContext) - Method in class org.hibernate.tool.schema.internal.StandardAuxiliaryDatabaseObjectExporter
 
getSqlCreateStrings(Sequence, Metadata, SqlStringGenerationContext) - Method in class org.hibernate.tool.schema.internal.StandardSequenceExporter
 
getSqlCreateStrings(Constraint, Metadata, SqlStringGenerationContext) - Method in class org.hibernate.tool.schema.internal.StandardUniqueKeyExporter
 
getSqlCreateStrings(ForeignKey, Metadata, SqlStringGenerationContext) - Method in class org.hibernate.tool.schema.internal.StandardForeignKeyExporter
 
getSqlCreateStrings(Index, Metadata, SqlStringGenerationContext) - Method in class org.hibernate.tool.schema.internal.StandardIndexExporter
 
getSqlCreateStrings(Table, Metadata, SqlStringGenerationContext) - Method in class org.hibernate.tool.schema.internal.StandardTableExporter
 
getSqlCreateStrings(UserDefinedType, Metadata, SqlStringGenerationContext) - Method in class org.hibernate.tool.schema.internal.StandardUserDefinedTypeExporter
 
getSqlCreateStrings(T, Metadata, SqlStringGenerationContext) - Method in interface org.hibernate.tool.schema.spi.Exporter
Get the commands needed for creation.
getSqlDelete() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the sqlDelete property.
getSqlDelete() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getSqlDelete() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the sqlDelete property.
getSqlDeleteAll() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the sqlDeleteAll property.
getSqlDeleteAll() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the sqlDeleteAll property.
getSqlDeleteAll() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the sqlDeleteAll property.
getSqlDeleteAll() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the sqlDeleteAll property.
getSqlDeleteAll() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the sqlDeleteAll property.
getSqlDeleteAll() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the sqlDeleteAll property.
getSqlDeleteAll() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the sqlDeleteAll property.
getSqlDeleteAll() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getSQLDeleteStrings() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Deprecated, for removal: This API element is subject to removal in a future version.
getSqlDisableConstraintString(ForeignKey, Metadata, SqlStringGenerationContext) - Method in class org.hibernate.tool.schema.internal.StandardTableCleaner
 
getSqlDisableConstraintString(ForeignKey, Metadata, SqlStringGenerationContext) - Method in interface org.hibernate.tool.schema.spi.Cleaner
A statement that disables the given foreign key constraint.
getSqlDropCommand(TemporaryTable) - Method in class org.hibernate.dialect.temptable.StandardTemporaryTableExporter
 
getSqlDropCommand(TemporaryTable) - Method in interface org.hibernate.dialect.temptable.TemporaryTableExporter
 
getSqlDropStrings(AuxiliaryDatabaseObject, Metadata, SqlStringGenerationContext) - Method in class org.hibernate.tool.schema.internal.StandardAuxiliaryDatabaseObjectExporter
 
getSqlDropStrings(Sequence, Metadata, SqlStringGenerationContext) - Method in class org.hibernate.tool.schema.internal.StandardSequenceExporter
 
getSqlDropStrings(Constraint, Metadata, SqlStringGenerationContext) - Method in class org.hibernate.tool.schema.internal.StandardUniqueKeyExporter
 
getSqlDropStrings(ForeignKey, Metadata, SqlStringGenerationContext) - Method in class org.hibernate.tool.schema.internal.StandardForeignKeyExporter
 
getSqlDropStrings(Index, Metadata, SqlStringGenerationContext) - Method in class org.hibernate.tool.schema.internal.StandardIndexExporter
 
getSqlDropStrings(Table, Metadata, SqlStringGenerationContext) - Method in class org.hibernate.tool.schema.internal.StandardTableExporter
 
getSqlDropStrings(UserDefinedType, Metadata, SqlStringGenerationContext) - Method in class org.hibernate.tool.schema.internal.StandardUserDefinedTypeExporter
 
getSqlDropStrings(T, Metadata, SqlStringGenerationContext) - Method in interface org.hibernate.tool.schema.spi.Exporter
Get the commands needed for dropping.
getSqlEnableConstraintString(ForeignKey, Metadata, SqlStringGenerationContext) - Method in class org.hibernate.tool.schema.internal.StandardTableCleaner
 
getSqlEnableConstraintString(ForeignKey, Metadata, SqlStringGenerationContext) - Method in interface org.hibernate.tool.schema.spi.Cleaner
A statement that re-enables the given foreign key constraint.
getSQLException() - Method in exception org.hibernate.JDBCException
Get the underlying SQLException.
getSqlExceptionConverter() - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
Access the current exception converter being used internally.
getSqlExceptionHelper() - Method in class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentImpl
 
getSqlExceptionHelper() - Method in interface org.hibernate.engine.jdbc.env.spi.JdbcEnvironment
Obtain the helper for dealing with JDBC SQLException faults.
getSqlExceptionHelper() - Method in class org.hibernate.engine.jdbc.internal.JdbcServicesImpl
 
getSqlExceptionHelper() - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
Obtain service for dealing with exceptions.
getSqlExceptionHelper() - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
 
getSqlExceptionHelper() - Method in interface org.hibernate.tool.schema.internal.exec.JdbcContext
 
getSqlExceptionHelper() - Method in class org.hibernate.tool.schema.internal.HibernateSchemaManagementTool.JdbcContextImpl
 
getSQLExceptionHelper() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getSqlExpression() - Method in class org.hibernate.query.results.ResultSetMappingSqlSelection
 
getSqlExpression() - Method in class org.hibernate.query.sqm.sql.internal.BasicValuedPathInterpretation
 
getSqlExpression() - Method in class org.hibernate.query.sqm.sql.internal.DiscriminatedAssociationPathInterpretation
 
getSqlExpression() - Method in class org.hibernate.query.sqm.sql.internal.EmbeddableValuedPathInterpretation
 
getSqlExpression() - Method in class org.hibernate.query.sqm.sql.internal.EntityValuedPathInterpretation
 
getSqlExpression() - Method in class org.hibernate.query.sqm.sql.internal.NonAggregatedCompositeValuedPathInterpretation
 
getSqlExpression() - Method in class org.hibernate.query.sqm.sql.internal.PluralValuedSimplePathInterpretation
 
getSqlExpression() - Method in interface org.hibernate.query.sqm.sql.internal.SqmPathInterpretation
 
getSqlExpression() - Method in interface org.hibernate.sql.ast.spi.SqlExpressionAccess
 
getSqlExpression() - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
getSqlExpression() - Method in class org.hibernate.sql.results.internal.SqlSelectionImpl
 
getSqlExpressionResolver() - Method in class org.hibernate.loader.ast.internal.LoaderSqlAstCreationState
 
getSqlExpressionResolver() - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
getSqlExpressionResolver() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
getSqlExpressionResolver() - Method in class org.hibernate.query.sqm.sql.FakeSqmToSqlAstConverter
 
getSqlExpressionResolver() - Method in class org.hibernate.query.sqm.sql.internal.SqlAstProcessingStateImpl
 
getSqlExpressionResolver() - Method in interface org.hibernate.query.sqm.sql.SqmTranslation
 
getSqlExpressionResolver() - Method in class org.hibernate.query.sqm.sql.StandardSqmTranslation
 
getSqlExpressionResolver() - Method in interface org.hibernate.sql.ast.spi.SqlAstCreationState
 
getSqlExpressionResolver() - Method in interface org.hibernate.sql.ast.spi.SqlAstProcessingState
 
getSqlFragment() - Method in class org.hibernate.persister.internal.SqlFragmentPredicate
 
getSqlFragment() - Method in class org.hibernate.sql.ast.tree.predicate.FilterPredicate.FilterFragmentPredicate
 
getSqlFunctionMap() - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getSqlFunctionMap() - Method in class org.hibernate.boot.internal.MetadataImpl
 
getSqlFunctionMap() - Method in interface org.hibernate.boot.Metadata
 
getSqlFunctionMap() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getSqlFunctions() - Method in class org.hibernate.boot.internal.BootstrapContextImpl
 
getSqlFunctions() - Method in interface org.hibernate.boot.spi.BootstrapContext
Access to any SQL functions explicitly registered with the MetadataBuilder.
getSqlFunctions() - Method in class org.hibernate.cfg.Configuration
 
getSqlFunctions() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
 
getSqlInsert() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
getSqlInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the sqlInsert property.
getSqlInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the sqlInsert property.
getSqlInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Gets the value of the sqlInsert property.
getSqlInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the sqlInsert property.
getSqlInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the sqlInsert property.
getSqlInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the sqlInsert property.
getSqlInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the sqlInsert property.
getSqlInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the sqlInsert property.
getSqlInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the sqlInsert property.
getSqlInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Gets the value of the sqlInsert property.
getSqlInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the sqlInsert property.
getSqlInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the sqlInsert property.
getSqlInsert() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getSqlInsert() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the sqlInsert property.
getSqlIntervalType(int) - Static method in class org.hibernate.type.spi.TypeConfiguration
 
getSqlIntervalType(JdbcMappingContainer) - Static method in class org.hibernate.type.spi.TypeConfiguration
 
getSqlIntervalType(JdbcType) - Static method in class org.hibernate.type.spi.TypeConfiguration
 
getSQLKeywords() - Method in class org.hibernate.engine.jdbc.dialect.spi.DatabaseMetaDataDialectResolutionInfoAdapter
 
getSQLKeywords() - Method in interface org.hibernate.engine.jdbc.dialect.spi.DialectResolutionInfo
Obtain access to the SQL keywords of the JDBC driver, as returned from DatabaseMetaData.getSQLKeywords() for the target database.
getSqlName() - Method in enum org.hibernate.sql.ast.tree.expression.ModifiedSubQueryExpression.Modifier
 
getSQLOrderByString(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getSQLOrderByString(String) - Method in interface org.hibernate.persister.collection.QueryableCollection
Deprecated.
Get the order by SQL
getSqlQueries() - Method in class org.hibernate.testing.jdbc.SQLStatementInspector
 
getSqlQueries() - Method in class org.hibernate.testing.jdbc.SQLStatementInterceptor
Deprecated.
 
getSqlQuery() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
getSqlQuery() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Gets the value of the sqlQuery property.
getSqlQuery() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the sqlQuery property.
getSqlQuery() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the sqlQuery property.
getSqlQuery() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the sqlQuery property.
getSqlQuery() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the sqlQuery property.
getSqlQueryString() - Method in class org.hibernate.boot.internal.NamedNativeQueryDefinitionImpl
 
getSqlQueryString() - Method in interface org.hibernate.boot.query.NamedNativeQueryDefinition
 
getSqlResultSetMapping() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the sqlResultSetMapping property.
getSqlResultSetMapping() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the sqlResultSetMapping property.
getSqlResultSetMapping() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Gets the value of the sqlResultSetMapping property.
getSqlResultSetMappingMap() - Method in class org.hibernate.boot.internal.MetadataImpl
 
getSqlResultSetMappings() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
Gets the value of the sqlResultSetMappings property.
getSqlResultSetMappings() - Method in class org.hibernate.cfg.Configuration
 
getSqlSelections() - Method in class org.hibernate.sql.ast.tree.select.SelectClause
 
getSqlSelections() - Method in class org.hibernate.sql.results.jdbc.internal.StandardJdbcValuesMapping
 
getSqlSelections() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesMapping
The JDBC selection descriptors.
getSQLState() - Method in exception org.hibernate.JDBCException
Get the X/Open or ANSI SQL SQLState error code from the underlying SQLException.
getSqlStatementLogger() - Method in class org.hibernate.engine.jdbc.internal.JdbcServicesImpl
 
getSqlStatementLogger() - Method in interface org.hibernate.engine.jdbc.spi.JdbcServices
Obtain service for logging SQL statements.
getSqlStatementLogger() - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
 
getSqlStatementLogger() - Method in interface org.hibernate.tool.schema.internal.exec.JdbcContext
 
getSqlStatementLogger() - Method in class org.hibernate.tool.schema.internal.HibernateSchemaManagementTool.JdbcContextImpl
 
getSqlStateType() - Method in class org.hibernate.engine.jdbc.env.internal.ExtractedDatabaseMetaDataImpl
 
getSqlStateType() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
Retrieve the type of codes the driver says it uses for SQLState.
getSqlString() - Method in class org.hibernate.boot.query.NamedNativeQueryDefinitionBuilder
 
getSqlString() - Method in interface org.hibernate.engine.jdbc.mutation.group.PreparedStatementDetails
The SQL used to mutate the table
getSqlString() - Method in class org.hibernate.engine.jdbc.mutation.internal.PreparedStatementDetailsStandard
 
getSqlString() - Method in interface org.hibernate.persister.collection.mutation.RemoveCoordinator
The SQL used to perform the removal
getSqlString() - Method in class org.hibernate.persister.collection.mutation.RemoveCoordinatorNoOp
 
getSqlString() - Method in class org.hibernate.persister.collection.mutation.RemoveCoordinatorStandard
 
getSqlString() - Method in class org.hibernate.persister.collection.mutation.RemoveCoordinatorTablePerSubclass
 
getSqlString() - Method in class org.hibernate.query.sql.internal.NamedNativeQueryMementoImpl
 
getSqlString() - Method in interface org.hibernate.query.sql.spi.NamedNativeQueryMemento
Informational access to the SQL query string
getSqlString() - Method in interface org.hibernate.query.sql.spi.NativeNonSelectQueryDefinition
 
getSqlString() - Method in interface org.hibernate.query.sql.spi.NativeSelectQueryDefinition
 
getSqlString() - Method in class org.hibernate.sql.exec.internal.JdbcCallImpl
 
getSqlString() - Method in class org.hibernate.sql.exec.spi.AbstractJdbcOperationQuery
 
getSqlString() - Method in interface org.hibernate.sql.exec.spi.JdbcOperation
Get the SQL command we will be executing through JDBC PreparedStatement or CallableStatement
getSqlString() - Method in class org.hibernate.sql.exec.spi.JdbcOperationQueryMutationNative
 
getSqlString() - Method in class org.hibernate.sql.model.jdbc.AbstractJdbcMutation
 
getSqlString() - Method in interface org.hibernate.sql.model.PreparableMutationOperation
The SQL to be used when creating the PreparedStatement
getSqlStringGenerationContext() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getSqlStringGenerationContext() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
getSqlStringGenerationContext() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getSqlStringGenerationContext() - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
getSqlStringGenerationContext() - Method in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
 
getSqlStringGenerationContext() - Method in class org.hibernate.tool.schema.extract.internal.ExtractionContextImpl
 
getSqlStringGenerationContext() - Method in class org.hibernate.tool.schema.extract.spi.ExtractionContext.EmptyExtractionContext
 
getSqlStringGenerationContext() - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext
 
getSqlStringGenerationContext() - Method in class org.hibernate.tool.schema.internal.exec.ImprovedExtractionContextImpl
 
getSqlTemporalType(int) - Static method in class org.hibernate.type.spi.TypeConfiguration
 
getSqlTemporalType(JdbcMapping) - Static method in class org.hibernate.type.spi.TypeConfiguration
 
getSqlTemporalType(JdbcMappingContainer) - Static method in class org.hibernate.type.spi.TypeConfiguration
 
getSqlTemporalType(MappingModelExpressible<?>) - Static method in class org.hibernate.type.spi.TypeConfiguration
 
getSqlTemporalType(SqmExpressible<?>) - Method in class org.hibernate.type.spi.TypeConfiguration
 
getSqlTemporalType(JdbcType) - Static method in class org.hibernate.type.spi.TypeConfiguration
 
getSqlText() - Method in enum org.hibernate.sql.ComparisonRestriction.Operator
 
getSqlTruncateCommand(TemporaryTable, Function<SharedSessionContractImplementor, String>, SharedSessionContractImplementor) - Method in class org.hibernate.dialect.temptable.StandardTemporaryTableExporter
 
getSqlTruncateCommand(TemporaryTable, Function<SharedSessionContractImplementor, String>, SharedSessionContractImplementor) - Method in interface org.hibernate.dialect.temptable.TemporaryTableExporter
 
getSqlTruncateStrings(Collection<Table>, Metadata, SqlStringGenerationContext) - Method in class org.hibernate.tool.schema.internal.StandardTableCleaner
 
getSqlTruncateStrings(Collection<Table>, Metadata, SqlStringGenerationContext) - Method in interface org.hibernate.tool.schema.spi.Cleaner
A statement or statements that truncate the given tables.
getSqlTuple() - Method in class org.hibernate.query.sqm.sql.internal.DiscriminatedAssociationPathInterpretation
 
getSqlTuple() - Method in class org.hibernate.query.sqm.sql.internal.EmbeddableValuedExpression
 
getSqlTuple() - Method in class org.hibernate.query.sqm.sql.internal.EmbeddableValuedPathInterpretation
 
getSqlTuple() - Method in class org.hibernate.query.sqm.sql.internal.EntityValuedPathInterpretation
 
getSqlTuple() - Method in class org.hibernate.query.sqm.sql.internal.NonAggregatedCompositeValuedPathInterpretation
 
getSqlTuple() - Method in class org.hibernate.query.sqm.sql.internal.SqmParameterInterpretation
 
getSqlTuple() - Method in class org.hibernate.sql.ast.tree.expression.SqlTuple
 
getSqlTuple() - Method in interface org.hibernate.sql.ast.tree.expression.SqlTupleContainer
 
getSqlTuple(SqlAstNode) - Static method in interface org.hibernate.sql.ast.tree.expression.SqlTupleContainer
 
getSqlType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Gets the value of the sqlType property.
getSqlType() - Method in interface org.hibernate.boot.jaxb.hbm.transform.SourceColumnAdapter
 
getSqlType() - Method in class org.hibernate.boot.jaxb.hbm.transform.SourceColumnAdapterJaxbHbmColumnType
 
getSqlType() - Method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
getSqlType() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
Obtain the free-hand definition of the column's type.
getSqlType() - Method in class org.hibernate.envers.internal.entities.RevisionTypeType
 
getSqlType() - Method in class org.hibernate.mapping.Column
 
getSqlType() - Method in class org.hibernate.sql.ast.tree.expression.CastTarget
 
getSqlType() - Method in class org.hibernate.type.EnumType
Deprecated.
 
getSqlType() - Method in class org.hibernate.usertype.BaseUserTypeSupport
 
getSqlType() - Method in class org.hibernate.usertype.StaticUserTypeSupport
 
getSqlType() - Method in interface org.hibernate.usertype.UserType
The JDBC/SQL type code for the database column mapped by this custom type.
getSqlType(Metadata) - Method in class org.hibernate.mapping.Column
 
getSqlType(CastTarget, Dialect) - Static method in class org.hibernate.dialect.MySQLSqlAstTranslator
Deprecated, for removal: This API element is subject to removal in a future version.
getSqlType(CastTarget, SessionFactoryImplementor) - Static method in class org.hibernate.dialect.MySQLSqlAstTranslator
 
getSqlType(TypeConfiguration, Dialect, Mapping) - Method in class org.hibernate.mapping.Column
getSqlTypeCode() - Method in class org.hibernate.mapping.Column
Returns SQL type code for this column, or null if the type code is unknown.
getSqlTypeCode() - Method in class org.hibernate.type.BasicTypeReference
 
getSqlTypeCode() - Method in interface org.hibernate.type.descriptor.sql.DdlType
The SQL type code of the descriptor.
getSqlTypeCode() - Method in class org.hibernate.type.descriptor.sql.internal.DdlTypeImpl
 
getSqlTypeCode() - Method in class org.hibernate.type.descriptor.sql.internal.NamedNativeEnumDdlTypeImpl
 
getSqlTypeCode() - Method in class org.hibernate.type.descriptor.sql.internal.NativeEnumDdlTypeImpl
 
getSqlTypeCode(String) - Method in class org.hibernate.type.descriptor.sql.spi.DdlTypeRegistry
Returns the SqlTypes type code for the given DDL raw type name, or null if the type code cannot be determined from the registrations.
getSqlTypeCode(Mapping) - Method in class org.hibernate.mapping.Column
 
getSqlTypeCodes(Mapping) - Method in class org.hibernate.persister.entity.DiscriminatorType
Deprecated.
 
getSqlTypeCodes(Mapping) - Method in class org.hibernate.type.AbstractStandardBasicType
 
getSqlTypeCodes(Mapping) - Method in class org.hibernate.type.AnyType
 
getSqlTypeCodes(Mapping) - Method in class org.hibernate.type.CollectionType
 
getSqlTypeCodes(Mapping) - Method in class org.hibernate.type.ComponentType
 
getSqlTypeCodes(Mapping) - Method in class org.hibernate.type.CustomType
 
getSqlTypeCodes(Mapping) - Method in class org.hibernate.type.internal.ConvertedBasicTypeImpl
 
getSqlTypeCodes(Mapping) - Method in class org.hibernate.type.ManyToOneType
 
getSqlTypeCodes(Mapping) - Method in class org.hibernate.type.MetaType
Deprecated.
 
getSqlTypeCodes(Mapping) - Method in class org.hibernate.type.OneToOneType
 
getSqlTypeCodes(Mapping) - Method in class org.hibernate.type.SerializableToBlobType
 
getSqlTypeCodes(Mapping) - Method in class org.hibernate.type.SpecialOneToOneType
 
getSqlTypeCodes(Mapping) - Method in interface org.hibernate.type.Type
Return the JDBC types codes as defined by Types or SqlTypes for the columns mapped by this type.
getSqlTypeDefinition() - Method in class org.hibernate.dialect.temptable.TemporaryTableColumn
 
getSqlTypedMapping() - Method in class org.hibernate.sql.exec.internal.SqlTypedMappingJdbcParameter
 
getSqlTypeName(SqlTypedMapping, SessionFactoryImplementor) - Static method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
Deprecated, for removal: This API element is subject to removal in a future version.
getSqlTypeName(SqlTypedMapping, TypeConfiguration) - Static method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getSqlUpdate() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
getSqlUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the sqlUpdate property.
getSqlUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the sqlUpdate property.
getSqlUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Gets the value of the sqlUpdate property.
getSqlUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the sqlUpdate property.
getSqlUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the sqlUpdate property.
getSqlUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the sqlUpdate property.
getSqlUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the sqlUpdate property.
getSqlUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the sqlUpdate property.
getSqlUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the sqlUpdate property.
getSqlUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Gets the value of the sqlUpdate property.
getSqlUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the sqlUpdate property.
getSqlUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the sqlUpdate property.
getSqlUpdate() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getSqlUpdate() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the sqlUpdate property.
getSQLUpdateStrings() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Deprecated, for removal: This API element is subject to removal in a future version.
getSqlWhereStringTableExpression() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSqmConverter() - Method in class org.hibernate.query.sqm.mutation.internal.temptable.UpdateExecutionDelegate
 
getSqmDelete() - Method in class org.hibernate.query.sqm.mutation.internal.temptable.AbstractDeleteExecutionDelegate
 
getSqmDeleteOrUpdateStatement() - Method in class org.hibernate.query.sqm.mutation.internal.temptable.TableBasedDeleteHandler
 
getSqmDeleteOrUpdateStatement() - Method in class org.hibernate.query.sqm.mutation.internal.temptable.TableBasedUpdateHandler
 
getSqmDeleteOrUpdateStatement() - Method in class org.hibernate.query.sqm.mutation.spi.AbstractMutationHandler
 
getSqmFunctionRegistry() - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
getSqmFunctionRegistry() - Method in class org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess
 
getSqmFunctionRegistry() - Method in class org.hibernate.query.internal.QueryEngineImpl
 
getSqmFunctionRegistry() - Method in interface org.hibernate.query.spi.QueryEngine
 
getSqmInsertStatement() - Method in class org.hibernate.query.sqm.mutation.internal.temptable.TableBasedInsertHandler
 
getSqmJoins() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
getSqmJoins() - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
The joins associated with this SqmFrom
getSqmJoinType() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmJoin
 
getSqmJoinType() - Method in class org.hibernate.query.sqm.tree.from.SqmCrossJoin
 
getSqmJoinType() - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
The type of join - inner, cross, etc
getSqmMultiTableInsertStrategy() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
getSqmMultiTableInsertStrategy() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSqmMultiTableInsertStrategy() - Method in interface org.hibernate.persister.entity.EntityPersister
 
getSqmMultiTableMutationStrategy() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
getSqmMultiTableMutationStrategy() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSqmMultiTableMutationStrategy() - Method in interface org.hibernate.persister.entity.EntityPersister
The strategy to use for SQM mutation statements where the target entity has multiple tables.
getSqmOperator() - Method in class org.hibernate.query.sqm.tree.predicate.SqmComparisonPredicate
 
getSqmParameterCount() - Method in class org.hibernate.query.sqm.internal.DomainParameterXref
 
getSqmParameterMappingModelExpressibleResolutions() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
getSqmParameterMappingModelTypeResolutions() - Method in interface org.hibernate.query.sqm.sql.SqmTranslation
 
getSqmParameterMappingModelTypeResolutions() - Method in class org.hibernate.query.sqm.sql.StandardSqmTranslation
 
getSqmParameters() - Method in class org.hibernate.query.sqm.tree.AbstractSqmStatement
 
getSqmParameters() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
getSqmParameters() - Method in interface org.hibernate.query.sqm.tree.SqmStatement
Access to the (potentially still growing) collection of parameters for the statement.
getSqmParameters() - Method in interface org.hibernate.query.sqm.tree.SqmStatement.ParameterResolutions
 
getSqmParameters(QueryParameterImplementor<?>) - Method in class org.hibernate.query.sqm.internal.DomainParameterXref
 
getSqmPathType() - Method in class org.hibernate.metamodel.model.domain.internal.AbstractAttribute
 
getSqmPathType() - Method in class org.hibernate.metamodel.model.domain.internal.AbstractSqmPathSource
 
getSqmPathType() - Method in class org.hibernate.metamodel.model.domain.internal.AnyDiscriminatorSqmPathSource
 
getSqmPathType() - Method in class org.hibernate.metamodel.model.domain.internal.AnyMappingSqmPathSource
 
getSqmPathType() - Method in class org.hibernate.metamodel.model.domain.internal.BasicSqmPathSource
 
getSqmPathType() - Method in class org.hibernate.metamodel.model.domain.internal.EmbeddedSqmPathSource
 
getSqmPathType() - Method in class org.hibernate.metamodel.model.domain.internal.EntitySqmPathSource
 
getSqmPathType() - Method in class org.hibernate.metamodel.model.domain.internal.EntityTypeImpl
 
getSqmPathType() - Method in class org.hibernate.metamodel.model.domain.internal.MappedSuperclassSqmPathSource
 
getSqmPathType() - Method in class org.hibernate.metamodel.model.domain.internal.MappedSuperclassTypeImpl
 
getSqmPathType() - Method in class org.hibernate.metamodel.model.domain.internal.NonAggregatedCompositeSqmPathSource
 
getSqmPathType() - Method in class org.hibernate.metamodel.model.domain.internal.SingularAttributeImpl
 
getSqmPathType() - Method in interface org.hibernate.metamodel.model.domain.SingularPersistentAttribute
 
getSqmPathType() - Method in class org.hibernate.query.derived.AnonymousTupleSimpleSqmPathSource
 
getSqmPathType() - Method in class org.hibernate.query.derived.AnonymousTupleSqmPathSource
 
getSqmPathType() - Method in class org.hibernate.query.derived.AnonymousTupleType
 
getSqmPathType() - Method in interface org.hibernate.query.sqm.SqmPathSource
The type of path this source creates.
getSqmPathType() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getSqmQueryMemento(String) - Method in class org.hibernate.query.internal.NamedObjectRepositoryImpl
 
getSqmQueryMemento(String) - Method in interface org.hibernate.query.named.NamedObjectRepository
 
getSqmStatement() - Method in class org.hibernate.query.criteria.internal.NamedCriteriaQueryMementoImpl
 
getSqmStatement() - Method in class org.hibernate.query.hql.internal.NamedHqlQueryMementoImpl
 
getSqmStatement() - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
getSqmStatement() - Method in interface org.hibernate.query.spi.HqlInterpretation
 
getSqmStatement() - Method in class org.hibernate.query.spi.SimpleHqlInterpretationImpl
 
getSqmStatement() - Method in interface org.hibernate.query.spi.SqmQuery
 
getSqmStatement() - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
getSqmStatement() - Method in interface org.hibernate.query.sqm.internal.SqmInterpretationsKey.CacheabilityInfluencers
 
getSqmStatement() - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
getSqmStatement() - Method in class org.hibernate.query.sqm.mutation.internal.cte.CteInsertHandler
 
getSqmStatement() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
getSqmStatement() - Method in interface org.hibernate.query.sqm.spi.NamedSqmQueryMemento
 
getSqmTranslatorFactory() - Method in class org.hibernate.dialect.Dialect
Return a SqmTranslatorFactory specific to this dialect, or null to use the standard translator.
getSqmTranslatorFactory() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getSqmTranslatorFactory() - Method in class org.hibernate.dialect.SybaseDialect
 
getSqmTranslatorFactory() - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
getSqmTranslatorFactory() - Method in class org.hibernate.query.internal.QueryEngineImpl
 
getSqmTranslatorFactory() - Method in interface org.hibernate.query.spi.QueryEngine
 
getSqmTreats() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
getSqmTreats() - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
The treats associated with this SqmFrom
getSqmType() - Method in interface org.hibernate.metamodel.model.domain.DomainType
 
getSqmType() - Method in interface org.hibernate.metamodel.model.domain.EntityDomainType
 
getSqmType() - Method in class org.hibernate.metamodel.model.domain.internal.AnyDiscriminatorSqmPathSource
 
getSqmType() - Method in class org.hibernate.metamodel.model.domain.internal.BasicSqmPathSource
 
getSqmType() - Method in class org.hibernate.metamodel.model.domain.internal.DiscriminatorSqmPathSource
 
getSqmType() - Method in interface org.hibernate.metamodel.model.domain.MappedSuperclassDomainType
 
getSqmType() - Method in class org.hibernate.query.derived.AnonymousTupleType
 
getSqmType() - Method in interface org.hibernate.query.sqm.SqmExpressible
 
getSqmType() - Method in interface org.hibernate.query.sqm.SqmPathSource
 
getSqmType() - Method in class org.hibernate.query.sqm.tree.domain.SqmBasicValuedSimplePath
 
getSqmType() - Method in class org.hibernate.query.sqm.tree.domain.SqmEmbeddedValuedSimplePath
 
getSqmType() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
getSqmType() - Method in class org.hibernate.query.sqm.tree.expression.NullSqmExpressible
 
getSqmType() - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
 
getSqmType() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
getSqmType() - Method in class org.hibernate.query.sqm.tree.select.SqmJpaCompoundSelection
 
getSqmUpdate() - Method in class org.hibernate.query.sqm.mutation.internal.temptable.TableBasedUpdateHandler
 
getStandardServiceRegistry() - Method in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl
Exposed to extensions: see Hibernate Reactive
getStandardServiceRegistryBuilder() - Method in class org.hibernate.cfg.Configuration
Intended for internal testing use only!!!
getStandardServiceRegistryBuilder(BootstrapServiceRegistry) - Method in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl
Extension point for subclasses.
getStart() - Method in class org.hibernate.stat.internal.StatisticsImpl
 
getStart() - Method in interface org.hibernate.stat.Statistics
The Instant at which this instance of Statistics was created, or since the last time Statistics.clear() was called.
getStartExpression() - Method in class org.hibernate.query.sqm.tree.expression.SqmWindow
 
getStartExpression() - Method in class org.hibernate.sql.ast.tree.expression.Over
 
getStartKind() - Method in class org.hibernate.query.sqm.tree.expression.SqmWindow
 
getStartKind() - Method in class org.hibernate.sql.ast.tree.expression.Over
 
getStartTime() - Method in class org.hibernate.envers.internal.tools.graph.Vertex
 
getStartTime() - Method in class org.hibernate.stat.internal.StatisticsImpl
 
getStartTime() - Method in interface org.hibernate.stat.Statistics
Deprecated.
getStartValue() - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationImpl
 
getStartValue() - Method in interface org.hibernate.tool.schema.extract.spi.SequenceInformation
Retrieve the extracted start value defined for the sequence.
getState() - Method in class org.hibernate.action.internal.AbstractEntityInsertAction
Returns the entity state.
getState() - Method in class org.hibernate.action.internal.EntityDeleteAction
 
getState() - Method in class org.hibernate.action.internal.EntityUpdateAction
 
getState() - Method in class org.hibernate.cache.spi.entry.CollectionCacheEntry
Retrieve the cached collection state.
getState() - Method in class org.hibernate.envers.internal.synchronization.work.AddWorkUnit
 
getState() - Method in class org.hibernate.event.spi.PostInsertEvent
 
getState() - Method in class org.hibernate.event.spi.PostUpdateEvent
 
getState() - Method in class org.hibernate.event.spi.PreInsertEvent
Getter for property 'state'.
getState() - Method in class org.hibernate.event.spi.PreLoadEvent
 
getState() - Method in class org.hibernate.event.spi.PreUpdateEvent
Retrieves the state to be used in the update.
getState() - Method in class org.hibernate.testing.orm.domain.gambit.MutableValue
 
getStateArrayInitialPosition(MappingModelCreationProcess) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getStateArrayPosition() - Method in interface org.hibernate.metamodel.mapping.AttributeMapping
The attribute's position within the container's state array
getStateArrayPosition() - Method in class org.hibernate.metamodel.mapping.internal.AbstractStateArrayContributorMapping
 
getStateArrayPosition() - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
getStateArrayPosition() - Method in interface org.hibernate.metamodel.mapping.internal.SingleAttributeIdentifierMapping
 
getStateArrayPosition() - Method in class org.hibernate.persister.entity.UniqueKeyEntry
 
getStatelessInterceptorImplementorSupplier() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
getStatelessInterceptorImplementorSupplier() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getStatelessInterceptorImplementorSupplier() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
Get the interceptor to use by default for all sessions opened from this factory.
getStatement() - Method in interface org.hibernate.engine.jdbc.mutation.group.PreparedStatementDetails
The PreparedStatement generated from the SQL.
getStatement() - Method in class org.hibernate.engine.jdbc.mutation.internal.PreparedStatementDetailsStandard
 
getStatement() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
getStatement() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getStatement() - Method in class org.hibernate.sql.ast.tree.from.QueryPartTableReference
 
getStatementGroup() - Method in class org.hibernate.engine.jdbc.batch.internal.BatchImpl
 
getStatementGroup() - Method in interface org.hibernate.engine.jdbc.batch.spi.Batch
 
getStatementGroup() - Method in class org.hibernate.engine.jdbc.mutation.internal.AbstractSingleMutationExecutor
 
getStatementGroup() - Method in class org.hibernate.engine.jdbc.mutation.internal.MutationExecutorSingleBatched
 
getStatementGroup() - Method in class org.hibernate.engine.jdbc.mutation.internal.MutationExecutorSingleNonBatched
 
getStatementInspector() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
getStatementInspector() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getStatementInspector() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getStatementInspector() - Method in class org.hibernate.cfg.Configuration
The StatementInspector, if any, that was added to this configuration.
getStatementInspector() - Method in class org.hibernate.internal.JdbcSessionContextImpl
 
getStatementInspector() - Method in interface org.hibernate.internal.SessionCreationOptions
 
getStatementInspector() - Method in class org.hibernate.internal.SessionFactoryImpl.SessionBuilderImpl
 
getStatementInspector() - Method in class org.hibernate.internal.SessionFactoryImpl.StatelessSessionBuilderImpl
 
getStatementInspector() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
 
getStatementInspector() - Method in interface org.hibernate.testing.orm.junit.EntityManagerFactoryScope
 
getStatementInspector() - Method in interface org.hibernate.testing.orm.junit.SessionFactoryScope
 
getStatementInspector(Class<T>) - Method in interface org.hibernate.testing.orm.junit.EntityManagerFactoryScope
 
getStatementInspector(Class<T>) - Method in interface org.hibernate.testing.orm.junit.SessionFactoryScope
 
getStatementPreparer() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
getStatementPreparer() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Obtain the statement preparer associated with this JDBC coordinator.
getStaticDeleteGroup() - Method in class org.hibernate.persister.entity.mutation.AbstractDeleteCoordinator
 
getStaticDeleteGroup() - Method in interface org.hibernate.persister.entity.mutation.DeleteCoordinator
The operation group used to perform the deletion unless some form of dynamic delete is necessary
getStaticFetchableList() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getStaticFieldValue(Class<?>, String) - Static method in class org.hibernate.testing.util.ReflectionUtil
Get a field value from a given class
getStaticInsertGroup() - Method in class org.hibernate.persister.entity.mutation.InsertCoordinator
 
getStaticUpdateGroup() - Method in interface org.hibernate.persister.entity.mutation.UpdateCoordinator
 
getStaticUpdateGroup() - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorNoOp
 
getStaticUpdateGroup() - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard
 
getStatistics() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getStatistics() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getStatistics() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
getStatistics() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
getStatistics() - Method in class org.hibernate.internal.JdbcSessionContextImpl
 
getStatistics() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getStatistics() - Method in class org.hibernate.internal.SessionImpl
 
getStatistics() - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
getStatistics() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
 
getStatistics() - Method in interface org.hibernate.Session
Get the statistics for this session.
getStatistics() - Method in interface org.hibernate.SessionFactory
Retrieve the statistics for this factory.
getStatus() - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
getStatus() - Method in interface org.hibernate.engine.spi.EntityEntry
 
getStatus() - Method in class org.hibernate.engine.transaction.internal.TransactionImpl
 
getStatus() - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter
 
getStatus() - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter.TransactionAdapter
 
getStatus() - Method in class org.hibernate.loader.ast.internal.CacheEntityLoaderHelper.PersistenceContextEntry
 
getStatus() - Method in class org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor
 
getStatus() - Method in class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl.TransactionDriverControlImpl
 
getStatus() - Method in interface org.hibernate.resource.transaction.backend.jdbc.spi.JdbcResourceTransaction
 
getStatus() - Method in interface org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionAdapter
 
getStatus() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionAdapterTransactionManagerImpl
 
getStatus() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionAdapterUserTransactionImpl
 
getStatus() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl.TransactionDriverControlImpl
 
getStatus() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator.TransactionDriver
 
getStatus() - Method in interface org.hibernate.Transaction
Get the current status of this transaction.
getStatus(TransactionManager) - Static method in class org.hibernate.engine.transaction.internal.jta.JtaStatusHelper
Extract the status code from the current Transaction associated with the given TransactionManager
getStatus(UserTransaction) - Static method in class org.hibernate.engine.transaction.internal.jta.JtaStatusHelper
Extract the status code from a UserTransaction
getStorageAccess() - Method in class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
 
getStorageAccess() - Method in class org.hibernate.cache.spi.support.DirectAccessRegionTemplate
 
getStoredSnapshot() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
getStoredSnapshot() - Method in interface org.hibernate.collection.spi.PersistentCollection
Get the snapshot cached by the collection instance
getStrategies() - Method in interface org.hibernate.jpa.spi.IdentifierGeneratorStrategyProvider
Deprecated.
set of strategy / generator class pairs to register as accepted strategies
getStrategy() - Method in class org.hibernate.boot.jaxb.mapping.JaxbGeneratedValue
Gets the value of the strategy property.
getStrategy() - Method in class org.hibernate.boot.jaxb.mapping.JaxbInheritance
Gets the value of the strategy property.
getStrategy() - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition.Builder
 
getStrategy() - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition
 
getStrategy() - Method in class org.hibernate.jpamodelgen.xml.jaxb.GeneratedValue
Gets the value of the strategy property.
getStrategy() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Inheritance
Gets the value of the strategy property.
getStrategy() - Method in enum org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
 
getStrategy() - Method in class org.hibernate.query.sqm.mutation.internal.cte.AbstractCteMutationHandler
 
getStrategyImplementation() - Method in class org.hibernate.boot.registry.selector.SimpleStrategyRegistrationImpl
 
getStrategyImplementation() - Method in interface org.hibernate.boot.registry.selector.StrategyRegistration
The strategy implementation class.
getStrategyRegistrationProviders() - Method in interface org.hibernate.jpa.boot.spi.StrategyRegistrationProviderList
 
getStrategyRegistrations() - Method in class org.hibernate.agroal.internal.StrategyRegistrationProviderImpl
 
getStrategyRegistrations() - Method in interface org.hibernate.boot.registry.selector.StrategyRegistrationProvider
Get all StrategyRegistrations announced by this provider.
getStrategyRegistrations() - Method in class org.hibernate.c3p0.internal.StrategyRegistrationProviderImpl
 
getStrategyRegistrations() - Method in class org.hibernate.cache.jcache.internal.StrategyRegistrationProviderImpl
 
getStrategyRegistrations() - Method in class org.hibernate.envers.boot.internal.AuditStrategyRegistrationProvider
 
getStrategyRegistrations() - Method in class org.hibernate.envers.boot.internal.ModifiedColumnNamingStrategyRegistrationProvider
 
getStrategyRegistrations() - Method in class org.hibernate.hikaricp.internal.StrategyRegistrationProviderImpl
 
getStrategyRegistrations() - Method in class org.hibernate.proxool.internal.StrategyRegistrationProviderImpl
 
getStrategyRegistrations() - Method in class org.hibernate.testing.cache.StrategyRegistrationProviderImpl
 
getStrategyRegistrations() - Method in class org.hibernate.vibur.internal.StrategyRegistrationProviderImpl
 
getStrategyRole() - Method in class org.hibernate.boot.registry.selector.SimpleStrategyRegistrationImpl
 
getStrategyRole() - Method in interface org.hibernate.boot.registry.selector.StrategyRegistration
The strategy role.
getStreamAccess() - Method in class org.hibernate.boot.archive.scan.internal.ClassDescriptorImpl
 
getStreamAccess() - Method in class org.hibernate.boot.archive.scan.internal.MappingFileDescriptorImpl
 
getStreamAccess() - Method in class org.hibernate.boot.archive.scan.internal.PackageDescriptorImpl
 
getStreamAccess() - Method in interface org.hibernate.boot.archive.scan.spi.ClassDescriptor
Retrieves access to the InputStream for the class file.
getStreamAccess() - Method in interface org.hibernate.boot.archive.scan.spi.MappingFileDescriptor
Retrieves access to the InputStream for the mapping file.
getStreamAccess() - Method in interface org.hibernate.boot.archive.scan.spi.PackageDescriptor
Retrieves access to the InputStream for the package-info.class file.
getStreamAccess() - Method in interface org.hibernate.boot.archive.spi.ArchiveEntry
Get access to the stream for the entry
getStreamName() - Method in class org.hibernate.boot.archive.internal.ByteArrayInputStreamAccess
 
getStreamName() - Method in class org.hibernate.boot.archive.internal.FileInputStreamAccess
 
getStreamName() - Method in class org.hibernate.boot.archive.internal.UrlInputStreamAccess
 
getStreamName() - Method in interface org.hibernate.boot.archive.spi.InputStreamAccess
Get the name of the resource backing the stream
getStreet() - Method in class org.hibernate.testing.orm.domain.animal.Address
 
getString(String) - Method in class org.hibernate.boot.model.internal.QueryHintDefinition
 
getString(String, Map) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
Get the config value as a String
getString(String, Map<?, ?>, Supplier<String>) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
Get the config value as a String
getString(String, Map, String) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
Get the config value as a String
getString(String, Map, String, String...) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
Get the config value as a String.
getStringBuilder() - Method in class org.hibernate.sql.ast.spi.StringBuilderSqlAppender
 
getStringType() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getStructColumnNames() - Method in class org.hibernate.mapping.Component
 
getStructJdbcType(ServiceRegistry) - Static method in class org.hibernate.dialect.OracleJdbcHelper
 
getStructJdbcType(ServiceRegistry) - Static method in class org.hibernate.dialect.PgJdbcHelper
 
getStructName() - Method in class org.hibernate.mapping.Component
 
getStructTypeName() - Method in class org.hibernate.dialect.DB2StructJdbcType
 
getStyle() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType.JaxbHbmFetch
Gets the value of the style property.
getStyle() - Method in class org.hibernate.boot.jaxb.mapping.JaxbFetchProfile.JaxbFetch
Gets the value of the style property.
getStyle() - Method in class org.hibernate.boot.jaxb.mapping.JaxbUuidGenerator
Gets the value of the style property.
getStyle() - Method in class org.hibernate.engine.profile.Fetch
Deprecated, for removal: This API element is subject to removal in a future version.
getStyle() - Method in class org.hibernate.mapping.FetchProfile.Fetch
Deprecated, for removal: This API element is subject to removal in a future version.
getStyle() - Method in class org.hibernate.metamodel.internal.AbstractCompositeIdentifierMapping
 
getStyle() - Method in interface org.hibernate.metamodel.mapping.EntityDiscriminatorMapping
 
getStyle() - Method in class org.hibernate.metamodel.mapping.internal.AbstractEntityCollectionPart
 
getStyle() - Method in class org.hibernate.metamodel.mapping.internal.AbstractStateArrayContributorMapping
 
getStyle() - Method in class org.hibernate.metamodel.mapping.internal.AnyDiscriminatorPart
 
getStyle() - Method in class org.hibernate.metamodel.mapping.internal.AnyKeyPart
 
getStyle() - Method in class org.hibernate.metamodel.mapping.internal.BasicEntityIdentifierMappingImpl
 
getStyle() - Method in class org.hibernate.metamodel.mapping.internal.BasicValuedCollectionPart
 
getStyle() - Method in class org.hibernate.metamodel.mapping.internal.CollectionIdentifierDescriptorImpl
 
getStyle() - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationMapping
 
getStyle() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedCollectionPart
 
getStyle() - Method in class org.hibernate.metamodel.mapping.internal.EntityVersionMappingImpl
 
getStyle() - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
getStyle() - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
getStyle() - Method in class org.hibernate.query.derived.AnonymousTupleNonAggregatedEntityIdentifierMapping
 
getStyle() - Method in interface org.hibernate.sql.results.graph.FetchStyleAccess
 
getSubclass() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Gets the value of the subclass property.
getSubclass() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the subclass property.
getSubclass() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the subclass property.
getSubclass() - Method in interface org.hibernate.cache.spi.entry.CacheEntry
Hibernate stores all entries pertaining to a given entity hierarchy in a single region.
getSubclass() - Method in class org.hibernate.cache.spi.entry.ReferenceCacheEntryImpl
 
getSubclass() - Method in class org.hibernate.cache.spi.entry.StandardCacheEntryImpl
 
getSubclassByDiscriminatorValue() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassByDiscriminatorValue() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getSubclassByDiscriminatorValue() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getSubclassByDiscriminatorValue() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getSubclassClosure() - Method in class org.hibernate.mapping.PersistentClass
 
getSubclassClosure() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
Deprecated, for removal: This API element is subject to removal in a future version.
No longer used.
getSubclassColumnAliasClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Deprecated.
Hibernate no longer uses aliases to read from result sets
getSubclassEntityNames() - Method in class org.hibernate.jpamodelgen.validation.MockEntityPersister
 
getSubclassEntityNames() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
getSubclassEntityNames() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
getSubclassEntityPersister(Object, SessionFactoryImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassEntityPersister(Object, SessionFactoryImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Obtain the EntityPersister for the concrete class of the given entity instance which participates in a mapped inheritance hierarchy with this persister.
getSubclasses() - Method in class org.hibernate.mapping.PersistentClass
Get the subclasses in a special 'order', most derived subclasses first.
getSubclassForDiscriminatorValue(Object) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getSubclassForDiscriminatorValue(Object) - Method in interface org.hibernate.persister.entity.Loadable
getSubclassForDiscriminatorValue(Object) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getSubclassForDiscriminatorValue(Object) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getSubclassFormulaAliasClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Deprecated.
Hibernate no longer uses aliases to read from result sets
getSubclassId() - Method in class org.hibernate.mapping.PersistentClass
 
getSubclassId() - Method in class org.hibernate.mapping.RootClass
 
getSubclassId() - Method in class org.hibernate.mapping.Subclass
 
getSubclassId() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
A value that uniquely identifies an entity mapping relative to its inheritance hierarchy
getSubclassId() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
getSubclassJoinClosure() - Method in class org.hibernate.mapping.PersistentClass
 
getSubclassPersister() - Method in class org.hibernate.cache.spi.entry.ReferenceCacheEntryImpl
 
getSubclassProperty(String) - Method in class org.hibernate.mapping.PersistentClass
Deprecated, for removal: This API element is subject to removal in a future version.
This will be removed with no replacement.
getSubclassPropertyClosure() - Method in class org.hibernate.mapping.PersistentClass
 
getSubclassPropertyColumnAliases(String, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Deprecated.
Hibernate no longer uses aliases to read from result sets
getSubclassPropertyColumnAliases(String, String) - Method in interface org.hibernate.persister.entity.SQLLoadable
Deprecated.
Return the column alias names used to persist/query the named property of the class or a subclass (optional operation).
getSubclassPropertyColumnNameClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassPropertyColumnNames(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassPropertyColumnNames(int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Deprecated.
Return the column names used to persist the numbered property of the class or a subclass.
getSubclassPropertyColumnNames(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassPropertyColumnNames(String) - Method in interface org.hibernate.persister.entity.SQLLoadable
Deprecated.
Return the column names used to persist/query the named property of the class or a subclass (optional operation).
getSubclassPropertyColumnReaderClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassPropertyColumnReaderTemplateClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassPropertyDeclarer(String) - Method in class org.hibernate.jpamodelgen.validation.MockEntityPersister
 
getSubclassPropertyDeclarer(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassPropertyDeclarer(String) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getSubclassPropertyDeclarer(String) - Method in interface org.hibernate.persister.entity.Queryable
Deprecated.
Determine whether the given property is declared by our mapped class, our super class, or one of our subclasses...
getSubclassPropertyFormulaTemplateClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassPropertyFormulaTemplateClosure() - Method in interface org.hibernate.persister.entity.Queryable
Deprecated.
 
getSubclassPropertyName(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassPropertyName(int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Deprecated.
Get the name of the numbered property of the class or a subclass.
getSubclassPropertyNameClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassPropertyTableName(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getSubclassPropertyTableName(int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Deprecated.
Return the table name used to persist the numbered property of the class or a subclass.
getSubclassPropertyTableName(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getSubclassPropertyTableName(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getSubclassPropertyTableNumber(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassPropertyTableNumber(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getSubclassPropertyTableNumber(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getSubclassPropertyTableNumber(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getSubclassPropertyTableNumber(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Warning: When there are duplicated property names in the subclasses of the class, this method may return the wrong table number for the duplicated subclass property (note that SingleTableEntityPersister defines an overloaded form which takes the entity name.
getSubclassPropertyTableNumber(String) - Method in interface org.hibernate.persister.entity.Queryable
Deprecated.
Given a property name, determine the number of the table which contains the column to which this property is mapped.
getSubclassPropertyTableNumber(String) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getSubclassPropertyType(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassPropertyType(int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Deprecated.
Get the type of the numbered property of the class or a subclass.
getSubclassPropertyTypeClosure() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassSpan() - Method in class org.hibernate.mapping.PersistentClass
 
getSubclassSubgraph() - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedEntityGraph
Gets the value of the subclassSubgraph property.
getSubclassSubgraph() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedEntityGraph
Gets the value of the subclassSubgraph property.
getSubclassTableClosure() - Method in class org.hibernate.mapping.PersistentClass
 
getSubclassTableKeyColumns(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassTableKeyColumns(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getSubclassTableKeyColumns(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getSubclassTableKeyColumns(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getSubclassTableName(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassTableName(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getSubclassTableName(int) - Method in interface org.hibernate.persister.entity.Queryable
Deprecated.
Get the name of the table with the given index from the internal array.
getSubclassTableName(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getSubclassTableName(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getSubclassTableNames() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassTableNames() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getSubclassTableNames() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getSubclassTableNames() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getSubclassTableSpan() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubclassTableSpan() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getSubclassTableSpan() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getSubclassTableSpan() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getSubgraph() - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedAttributeNode
Gets the value of the subgraph property.
getSubgraph() - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedEntityGraph
Gets the value of the subgraph property.
getSubgraph() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedAttributeNode
Gets the value of the subgraph property.
getSubgraph() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedEntityGraph
Gets the value of the subgraph property.
getSubGraphCreator() - Method in enum org.hibernate.graph.internal.parse.PathQualifierType
 
getSubGraphMap() - Method in class org.hibernate.graph.internal.AttributeNodeImpl
 
getSubGraphMap() - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
 
getSubgraphs() - Method in interface org.hibernate.graph.AttributeNode
 
getSubgraphs() - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
 
getSubGraphs() - Method in interface org.hibernate.graph.AttributeNode
 
getSubGraphs() - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
 
getSubMappingTypes() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
Retrieve mappings for all subtypes
getSubMappingTypes() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSubPathSource(String) - Method in interface org.hibernate.query.sqm.SqmPathSource
Find a SqmPathSource by name relative to this source.
getSubPathSource(String, JpaMetamodelImplementor) - Method in interface org.hibernate.query.sqm.SqmPathSource
Find a SqmPathSource by name relative to this source.
getSubPredicate() - Method in class org.hibernate.query.sqm.tree.predicate.SqmGroupedPredicate
 
getSubPredicate() - Method in class org.hibernate.sql.ast.tree.predicate.GroupedPredicate
 
getSubquery() - Method in class org.hibernate.query.sqm.tree.expression.SqmAny
 
getSubquery() - Method in class org.hibernate.query.sqm.tree.expression.SqmEvery
 
getSubquery() - Method in class org.hibernate.sql.ast.tree.expression.Any
 
getSubquery() - Method in class org.hibernate.sql.ast.tree.expression.Every
 
getSubQuery() - Method in class org.hibernate.query.sqm.tree.expression.SqmModifiedSubQueryExpression
 
getSubQuery() - Method in class org.hibernate.sql.ast.tree.expression.ModifiedSubQueryExpression
 
getSubQuery() - Method in class org.hibernate.sql.ast.tree.predicate.InSubQueryPredicate
 
getSubQueryExpression() - Method in class org.hibernate.query.sqm.tree.predicate.SqmInSubQueryPredicate
 
getSubselect() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the subselect property.
getSubselect() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the subselect property.
getSubselect() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the subselect property.
getSubselect() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the subselect property.
getSubselect() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the subselect property.
getSubselect() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the subselect property.
getSubselect() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the subselect property.
getSubselect() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the subselect property.
getSubselect() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Gets the value of the subselect property.
getSubselect() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the subselect property.
getSubselect() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the subselect property.
getSubselect() - Method in interface org.hibernate.boot.jaxb.hbm.spi.TableInformationContainer
 
getSubselect() - Method in class org.hibernate.mapping.Table
 
getSubselect(EntityKey) - Method in class org.hibernate.engine.spi.BatchFetchQueue
Retrieve the fetch descriptor associated with the given entity key.
getSubselectAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the subselectAttribute property.
getSubselectAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the subselectAttribute property.
getSubselectAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the subselectAttribute property.
getSubselectAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the subselectAttribute property.
getSubselectAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the subselectAttribute property.
getSubselectAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the subselectAttribute property.
getSubselectAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the subselectAttribute property.
getSubselectAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the subselectAttribute property.
getSubselectAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Gets the value of the subselectAttribute property.
getSubselectAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the subselectAttribute property.
getSubselectAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the subselectAttribute property.
getSubselectAttribute() - Method in interface org.hibernate.boot.jaxb.hbm.spi.TableInformationContainer
 
getSubselectFetchEnabled() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
getSubString(long, int) - Method in class org.hibernate.engine.jdbc.ClobProxy
 
getSubTotal() - Method in class org.hibernate.testing.orm.domain.retail.LineItem
 
getSubtypes() - Method in class org.hibernate.jpamodelgen.validation.ProcessorSessionFactory.Component
 
getSubtypes() - Method in class org.hibernate.type.AnyType
 
getSubtypes() - Method in class org.hibernate.type.ComponentType
 
getSubtypes() - Method in interface org.hibernate.type.CompositeType
Get the types of the component properties
getSubTypes() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
getSubTypes() - Method in interface org.hibernate.boot.model.source.spi.IdentifiableTypeSource
Access the subtype sources for types extending from this type source,
getSubTypes() - Method in interface org.hibernate.mapping.IdentifiableTypeClass
 
getSubTypes() - Method in class org.hibernate.mapping.MappedSuperclass
 
getSubTypes() - Method in class org.hibernate.mapping.PersistentClass
 
getSubTypes() - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getSubTypes() - Method in interface org.hibernate.metamodel.model.domain.EntityDomainType
 
getSubTypes() - Method in class org.hibernate.metamodel.model.domain.internal.EntityTypeImpl
 
getSubTypes() - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
 
getSubTypes() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getSuccessfulTransactionCount() - Method in class org.hibernate.stat.internal.StatisticsImpl
 
getSuccessfulTransactionCount() - Method in interface org.hibernate.stat.Statistics
The number of transactions we know to have been successful.
getSuffix() - Method in class org.hibernate.testing.orm.domain.retail.Name
 
getSuperclass() - Method in class org.hibernate.mapping.PersistentClass
 
getSuperclass() - Method in class org.hibernate.mapping.RootClass
 
getSuperclass() - Method in class org.hibernate.mapping.Subclass
 
getSuperclass() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
getSuperclassInheritanceState(XClass, Map<XClass, InheritanceState>) - Static method in class org.hibernate.boot.model.internal.InheritanceState
 
getSuperclassTypeElement(TypeElement) - Static method in class org.hibernate.jpamodelgen.util.TypeUtils
 
getSuperMappedSuperclass() - Method in class org.hibernate.mapping.MappedSuperclass
Returns the first superclass marked as @MappedSuperclass or null if: - none exists - or the first persistent superclass found is an @Entity
getSuperMappedSuperclass() - Method in class org.hibernate.mapping.PersistentClass
 
getSuperMappingType() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
The mapping for the entity which is the supertype for this entity mapping.
getSuperMappingType() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getSuperPersistentClass() - Method in class org.hibernate.mapping.MappedSuperclass
Returns the PersistentClass of the first superclass marked as @Entity or null if none exists
getSuperPersistentClass() - Method in class org.hibernate.mapping.PersistentClass
 
getSupertype() - Method in class org.hibernate.metamodel.model.domain.AbstractIdentifiableType
 
getSupertype() - Method in interface org.hibernate.metamodel.model.domain.IdentifiableDomainType
 
getSupertype() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getSupertype(String) - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
getSupertype(String) - Method in class org.hibernate.jpamodelgen.validation.ProcessorSessionFactory
 
getSuperType() - Method in class org.hibernate.boot.model.source.internal.hbm.RootEntitySourceImpl
 
getSuperType() - Method in class org.hibernate.boot.model.source.internal.hbm.SubclassEntitySourceImpl
 
getSuperType() - Method in interface org.hibernate.boot.model.source.spi.IdentifiableTypeSource
 
getSuperType() - Method in interface org.hibernate.mapping.IdentifiableTypeClass
 
getSuperType() - Method in class org.hibernate.mapping.MappedSuperclass
 
getSuperType() - Method in class org.hibernate.mapping.PersistentClass
 
getSuperType() - Method in class org.hibernate.metamodel.model.domain.AbstractIdentifiableType
 
getSuperType() - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getSuperType() - Method in class org.hibernate.metamodel.model.domain.internal.EntityTypeImpl
 
getSuperType() - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
The descriptor of the supertype of this type.
getSuperType() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getSupplementalDetail() - Method in class org.hibernate.testing.orm.domain.retail.Vendor
 
getSuppliedPredicate() - Method in class org.hibernate.query.sqm.mutation.internal.temptable.UpdateExecutionDelegate
 
getSupportedContextualLobTypes(Dialect, Map<String, Object>, Connection) - Static method in class org.hibernate.engine.jdbc.env.internal.LobCreationHelper
Basically here we are simply checking whether we can call the Connection methods for LOB creation added in JDBC 4.
getSupportedHints() - Method in class org.hibernate.query.spi.AbstractQuery
 
getSupportedSourceVersion() - Method in class org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor
 
getSupportedTemporaryTableKind() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
getSupportedTemporaryTableKind() - Method in class org.hibernate.dialect.DerbyDialect
 
getSupportedTemporaryTableKind() - Method in class org.hibernate.dialect.Dialect
The kind of temporary tables that are supported on this database.
getSupportedTemporaryTableKind() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getSupportedTemporaryTableKind() - Method in class org.hibernate.dialect.H2Dialect
 
getSupportedTemporaryTableKind() - Method in class org.hibernate.dialect.HANAColumnStoreDialect
 
getSupportedTemporaryTableKind() - Method in class org.hibernate.dialect.HANARowStoreDialect
 
getSupportedTemporaryTableKind() - Method in class org.hibernate.dialect.HSQLDialect
 
getSupportedTemporaryTableKind() - Method in class org.hibernate.dialect.MySQLDialect
 
getSupportedTemporaryTableKind() - Method in class org.hibernate.dialect.OracleDialect
 
getSynchronizationCallbackCoordinator() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl
 
getSynchronizationRegistry() - Method in interface org.hibernate.engine.transaction.jta.platform.internal.SynchronizationRegistryAccess
Obtain the synchronization registry
getSynchronizations() - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedNativeQuery
Gets the value of the synchronizations property.
getSynchronizationSpaces() - Method in interface org.hibernate.persister.entity.EntityPersister
The table names this entity needs to be synchronized against.
getSynchronizationStrategy() - Method in class org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
 
getSynchronizationStrategy() - Method in class org.hibernate.testing.jta.TestingJtaPlatformImpl
 
getSynchronize() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
getSynchronize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the synchronize property.
getSynchronize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the synchronize property.
getSynchronize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Gets the value of the synchronize property.
getSynchronize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the synchronize property.
getSynchronize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the synchronize property.
getSynchronize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the synchronize property.
getSynchronize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the synchronize property.
getSynchronize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the synchronize property.
getSynchronize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the synchronize property.
getSynchronize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the synchronize property.
getSynchronize() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the synchronize property.
getSynchronize() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getSynchronize() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the synchronize property.
getSynchronizedQuerySpaces() - Method in interface org.hibernate.persister.entity.EntityPersister
Returns an array of objects that identify spaces in which properties of this entity are persisted, for instances of this class and its subclasses.
getSynchronizedQuerySpaces() - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
getSynchronizedQuerySpaces() - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
getSynchronizedQuerySpaces() - Method in interface org.hibernate.query.SynchronizeableQuery
Obtain the list of query spaces this query is synchronized with.
getSynchronizedQuerySpaces() - Method in interface org.hibernate.result.spi.ResultContext
 
getSynchronizedTableNames() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
getSynchronizedTableNames() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
getSynchronizedTableNames() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
Obtain any additional table names on which to synchronize (auto flushing) this entity.
getSynchronizedTableNames() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
Obtain any additional table names on which to synchronize (auto flushing) this entity.
getSynchronizedTables() - Method in class org.hibernate.mapping.Collection
 
getSynchronizedTables() - Method in class org.hibernate.mapping.PersistentClass
 
getSynchronizedTables() - Method in class org.hibernate.mapping.RootClass
 
getSynchronizedTables() - Method in class org.hibernate.mapping.Subclass
 
getSynchronizedTables() - Method in class org.hibernate.mapping.UnionSubclass
 
getSyntheticProperties() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.ClassAuditingData
 
getSystemAccessStatus() - Method in class org.hibernate.testing.orm.domain.helpdesk.Account
 
getTable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the table property.
getTable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the table property.
getTable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
Gets the value of the table property.
getTable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the table property.
getTable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the table property.
getTable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the table property.
getTable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the table property.
getTable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the table property.
getTable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the table property.
getTable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Gets the value of the table property.
getTable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the table property.
getTable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSynchronizeType
Gets the value of the table property.
getTable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the table property.
getTable() - Method in interface org.hibernate.boot.jaxb.hbm.spi.TableInformationContainer
 
getTable() - Method in class org.hibernate.boot.jaxb.mapping.JaxbColumn
Gets the value of the table property.
getTable() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the table property.
getTable() - Method in class org.hibernate.boot.jaxb.mapping.JaxbHbmFilter.JaxbAliases
Gets the value of the table property.
getTable() - Method in class org.hibernate.boot.jaxb.mapping.JaxbJoinColumn
Gets the value of the table property.
getTable() - Method in class org.hibernate.boot.jaxb.mapping.JaxbMapKeyColumn
Gets the value of the table property.
getTable() - Method in class org.hibernate.boot.jaxb.mapping.JaxbMapKeyJoinColumn
Gets the value of the table property.
getTable() - Method in class org.hibernate.boot.jaxb.mapping.JaxbSynchronizedTable
Gets the value of the table property.
getTable() - Method in class org.hibernate.boot.jaxb.mapping.JaxbTableGenerator
Gets the value of the table property.
getTable() - Method in class org.hibernate.boot.model.internal.AnnotatedColumns
Find the table to which these columns belong, taking into account secondary tables.
getTable() - Method in class org.hibernate.boot.model.internal.ClassPropertyHolder
 
getTable() - Method in class org.hibernate.boot.model.internal.CollectionPropertyHolder
 
getTable() - Method in class org.hibernate.boot.model.internal.ComponentPropertyHolder
 
getTable() - Method in interface org.hibernate.boot.model.internal.PropertyHolder
 
getTable() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
getTable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
Gets the value of the table property.
getTable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the table property.
getTable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
Gets the value of the table property.
getTable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
Gets the value of the table property.
getTable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
Gets the value of the table property.
getTable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
Gets the value of the table property.
getTable() - Method in interface org.hibernate.mapping.AttributeContainer
 
getTable() - Method in class org.hibernate.mapping.Collection
 
getTable() - Method in class org.hibernate.mapping.Constraint
 
getTable() - Method in class org.hibernate.mapping.Index
 
getTable() - Method in class org.hibernate.mapping.Join
 
getTable() - Method in class org.hibernate.mapping.JoinedSubclass
 
getTable() - Method in class org.hibernate.mapping.OneToMany
Table of the owner entity (the "one" side)
getTable() - Method in class org.hibernate.mapping.PersistentClass
 
getTable() - Method in class org.hibernate.mapping.RootClass
 
getTable() - Method in class org.hibernate.mapping.SimpleValue
 
getTable() - Method in class org.hibernate.mapping.Subclass
 
getTable() - Method in class org.hibernate.mapping.UnionSubclass
 
getTable() - Method in interface org.hibernate.mapping.Value
 
getTable() - Method in class org.hibernate.metamodel.mapping.AssociationKey
 
getTable() - Method in interface org.hibernate.usertype.DynamicParameterizedType.ParameterType
 
getTable(String) - Method in class org.hibernate.mapping.MappedSuperclass
 
getTable(String) - Method in class org.hibernate.mapping.PersistentClass
 
getTable(String) - Method in interface org.hibernate.mapping.TableContainer
 
getTable(Identifier, Identifier, Identifier) - Method in class org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl
 
getTable(Identifier, Identifier, Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.InformationExtractor
Look for a matching table.
getTableAccessCount() - Method in class org.hibernate.id.enhanced.TableGenerator
Getter for property 'tableAccessCount'.
getTableAlias() - Method in interface org.hibernate.query.NativeQuery.CollectionReturn
 
getTableAlias() - Method in interface org.hibernate.query.NativeQuery.FetchReturn
 
getTableAlias() - Method in interface org.hibernate.query.NativeQuery.RootReturn
 
getTableAlias() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderCollectionStandard
 
getTableAlias() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderEntityStandard
 
getTableAlias() - Method in class org.hibernate.query.results.dynamic.DynamicFetchBuilderLegacy
 
getTableAlias() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityCalculated
 
getTableAlias() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityStandard
 
getTableAliasForColumn(String, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getTableAliasForColumn(String, String) - Method in interface org.hibernate.persister.entity.Loadable
Deprecated.
Given a column name and the root table alias in use for the entity hierarchy, determine the proper table alias for the table in that hierarchy that contains said column.
getTableCleaner() - Method in class org.hibernate.dialect.Dialect
Get a schema Cleaner, usually StandardTableCleaner.
getTableCleaner() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getTableClosure() - Method in class org.hibernate.mapping.PersistentClass
 
getTableClosure() - Method in class org.hibernate.mapping.RootClass
 
getTableClosure() - Method in class org.hibernate.mapping.Subclass
 
getTableComment(String) - Method in class org.hibernate.dialect.AbstractHANADialect
 
getTableComment(String) - Method in class org.hibernate.dialect.Dialect
Get the comment into a form supported for table definition.
getTableComment(String) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getTableComment(String) - Method in class org.hibernate.dialect.MySQLDialect
 
getTableCreationUniqueConstraintsFragment(Table, SqlStringGenerationContext) - Method in class org.hibernate.dialect.unique.AlterTableUniqueDelegate
 
getTableCreationUniqueConstraintsFragment(Table, SqlStringGenerationContext) - Method in class org.hibernate.dialect.unique.CreateTableUniqueDelegate
 
getTableCreationUniqueConstraintsFragment(Table, SqlStringGenerationContext) - Method in interface org.hibernate.dialect.unique.UniqueDelegate
Get the SQL fragment used to specify the unique constraints on the given table as part of the create table command, with a leading comma, usually something like:
getTableDetails() - Method in class org.hibernate.sql.model.jdbc.AbstractJdbcMutation
 
getTableDetails() - Method in class org.hibernate.sql.model.jdbc.DeleteOrUpsertOperation
 
getTableDetails() - Method in class org.hibernate.sql.model.jdbc.OptionalTableUpdateOperation
 
getTableDetails() - Method in interface org.hibernate.sql.model.MutationOperation
The table against which operation is to be performed
getTableDetailsBuilder(String) - Method in class org.hibernate.sql.model.ast.builder.MutationGroupBuilder
 
getTableExporter() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getTableExporter() - Method in class org.hibernate.dialect.Dialect
Get an Exporter for Tables, usually StandardTableExporter.
getTableExporter() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getTableExporter() - Method in class org.hibernate.dialect.SpannerDialect
 
getTableExpression() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the tableExpression property.
getTableExpression() - Method in class org.hibernate.dialect.temptable.TemporaryTable
 
getTableExpression() - Method in class org.hibernate.sql.ast.tree.cte.CteTable
 
getTableExpression() - Method in class org.hibernate.sql.ast.tree.from.NamedTableReference
 
getTableExpression() - Method in exception org.hibernate.sql.ast.tree.from.UnknownTableReferenceException
 
getTableGenerator() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the tableGenerator property.
getTableGenerator() - Method in class org.hibernate.boot.jaxb.mapping.JaxbId
Gets the value of the tableGenerator property.
getTableGenerator() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the tableGenerator property.
getTableGenerator() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Gets the value of the tableGenerator property.
getTableGenerator() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Id
Gets the value of the tableGenerator property.
getTableGenerators() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
Gets the value of the tableGenerators property.
getTableGroup() - Method in class org.hibernate.query.sqm.sql.internal.AbstractSqmPathInterpretation
 
getTableGroup() - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
getTableGroup() - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
getTableGroup() - Method in class org.hibernate.sql.ast.tree.from.MappedByTableGroup
 
getTableGroup(CollectionPart.Nature) - Method in interface org.hibernate.sql.ast.tree.from.PluralTableGroup
 
getTableGroup(NavigablePath) - Method in interface org.hibernate.sql.ast.spi.FromClauseAccess
Get a TableGroup by the NavigablePath it is registered under.
getTableGroupJoins() - Method in class org.hibernate.sql.ast.tree.from.AbstractTableGroup
 
getTableGroupJoins() - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
getTableGroupJoins() - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
getTableGroupJoins() - Method in class org.hibernate.sql.ast.tree.from.MappedByTableGroup
 
getTableGroupJoins() - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
 
getTableGroupJoins() - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
 
getTableGroupJoins() - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
 
getTableGroupProducer() - Method in class org.hibernate.sql.ast.tree.cte.CteTable
 
getTableHasColumns() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getTableHasColumns() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getTableId() - Method in class org.hibernate.sql.ast.tree.from.DerivedTableReference
 
getTableId() - Method in class org.hibernate.sql.ast.tree.from.NamedTableReference
 
getTableId() - Method in interface org.hibernate.sql.ast.tree.from.TableReference
An identifier for the table reference.
getTableId() - Method in class org.hibernate.sql.ast.tree.from.ValuesTableReference
 
getTableId() - Method in class org.hibernate.sql.model.ast.MutatingTableReference
 
getTableId(String, String[]) - Static method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getTableIdentifierExpression(Table, SessionFactoryImplementor) - Static method in class org.hibernate.metamodel.mapping.internal.MappingModelCreationHelper
 
getTableIdentifierExpression(Table, MappingModelCreationProcess) - Static method in class org.hibernate.metamodel.mapping.internal.MappingModelCreationHelper
 
getTableInclusionChecker(InsertCoordinator.InsertValuesAnalysis) - Static method in class org.hibernate.persister.entity.mutation.InsertCoordinator
 
getTableInformation(String) - Method in class org.hibernate.tool.schema.extract.spi.NameSpaceTablesInformation
 
getTableInformation(Identifier, Identifier, Identifier) - Method in class org.hibernate.tool.schema.extract.internal.DatabaseInformationImpl
 
getTableInformation(Identifier, Identifier, Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.DatabaseInformation
Obtain reference to the named TableInformation
getTableInformation(Namespace.Name, Identifier) - Method in class org.hibernate.tool.schema.extract.internal.DatabaseInformationImpl
 
getTableInformation(Namespace.Name, Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.DatabaseInformation
Obtain reference to the named TableInformation
getTableInformation(QualifiedTableName) - Method in class org.hibernate.tool.schema.extract.internal.DatabaseInformationImpl
 
getTableInformation(QualifiedTableName) - Method in interface org.hibernate.tool.schema.extract.spi.DatabaseInformation
Obtain reference to the named TableInformation
getTableInformation(Table) - Method in class org.hibernate.tool.schema.extract.spi.NameSpaceTablesInformation
 
getTableMapping() - Method in class org.hibernate.sql.model.ast.MutatingTableReference
 
getTableMapping(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getTableMappings() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getTableMappingsCount() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Deprecated, for removal: This API element is subject to removal in a future version.
this method is no longer used
getTableMigrator() - Method in class org.hibernate.dialect.Dialect
getTableMigrator() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getTableMutation(int) - Method in interface org.hibernate.sql.model.ast.MutationGroup
 
getTableMutation(int) - Method in class org.hibernate.sql.model.internal.MutationGroupNone
 
getTableMutation(int) - Method in class org.hibernate.sql.model.internal.MutationGroupSingle
 
getTableMutation(int) - Method in class org.hibernate.sql.model.internal.MutationGroupStandard
 
getTableMutation(String) - Method in interface org.hibernate.sql.model.ast.MutationGroup
Deprecated, for removal: This API element is subject to removal in a future version.
getTableMutation(String) - Method in class org.hibernate.sql.model.internal.MutationGroupNone
 
getTableMutation(String) - Method in class org.hibernate.sql.model.internal.MutationGroupSingle
 
getTableMutation(String) - Method in class org.hibernate.sql.model.internal.MutationGroupStandard
 
getTableName() - Method in interface org.hibernate.boot.model.naming.ImplicitConstraintNameSource
 
getTableName() - Method in class org.hibernate.boot.model.relational.QualifiedTableName
 
getTableName() - Method in class org.hibernate.engine.jdbc.mutation.spi.BindingGroup
The table for which we are grouping parameter bindings
getTableName() - Method in class org.hibernate.id.enhanced.TableGenerator
The name of the table in which we store this generator's persistent state.
getTableName() - Method in class org.hibernate.jpamodelgen.validation.MockCollectionPersister
 
getTableName() - Method in class org.hibernate.jpamodelgen.validation.MockEntityPersister
 
getTableName() - Method in class org.hibernate.metamodel.mapping.internal.SoftDeleteMappingImpl
 
getTableName() - Method in interface org.hibernate.metamodel.mapping.SoftDeleteMapping
The name of the table which holds the indicator column
getTableName() - Method in interface org.hibernate.metamodel.mapping.TableDetails
The name of the table
getTableName() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getTableName() - Method in class org.hibernate.persister.collection.mutation.CollectionTableMapping
 
getTableName() - Method in class org.hibernate.persister.collection.OneToManyPersister
 
getTableName() - Method in interface org.hibernate.persister.entity.Joinable
Deprecated.
The table to join to.
getTableName() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getTableName() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping
 
getTableName() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getTableName() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getTableName() - Method in class org.hibernate.sql.model.ast.MutatingTableReference
 
getTableName() - Method in interface org.hibernate.sql.model.ast.TableMutation
The name of the table being mutated.
getTableName() - Method in interface org.hibernate.sql.model.TableMapping
The name of the mapped table
getTableName() - Method in class org.hibernate.sql.Update
 
getTableName(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Deprecated.
Only ever used from places where we really want to use
getTableName(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getTableName(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getTableName(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getTableNameForLogging(Column) - Method in class org.hibernate.mapping.PrimaryKey
 
getTableNames() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getTableReference(String) - Method in interface org.hibernate.sql.ast.tree.from.ColumnReferenceQualifier
 
getTableReference(NavigablePath, String) - Method in interface org.hibernate.sql.ast.tree.from.ColumnReferenceQualifier
 
getTableReference(NavigablePath, String, boolean) - Method in class org.hibernate.query.results.TableGroupImpl
 
getTableReference(NavigablePath, String, boolean) - Method in class org.hibernate.sql.ast.tree.cte.CteTableGroup
 
getTableReference(NavigablePath, String, boolean) - Method in class org.hibernate.sql.ast.tree.from.AbstractColumnReferenceQualifier
 
getTableReference(NavigablePath, String, boolean) - Method in class org.hibernate.sql.ast.tree.from.CollectionTableGroup
 
getTableReference(NavigablePath, String, boolean) - Method in interface org.hibernate.sql.ast.tree.from.ColumnReferenceQualifier
Returns the table reference for the table expression, or null if not found.
getTableReference(NavigablePath, String, boolean) - Method in class org.hibernate.sql.ast.tree.from.CorrelatedPluralTableGroup
 
getTableReference(NavigablePath, String, boolean) - Method in class org.hibernate.sql.ast.tree.from.CorrelatedTableGroup
 
getTableReference(NavigablePath, String, boolean) - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
getTableReference(NavigablePath, String, boolean) - Method in class org.hibernate.sql.ast.tree.from.DerivedTableReference
 
getTableReference(NavigablePath, String, boolean) - Method in class org.hibernate.sql.ast.tree.from.FunctionTableGroup
 
getTableReference(NavigablePath, String, boolean) - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
getTableReference(NavigablePath, String, boolean) - Method in class org.hibernate.sql.ast.tree.from.MappedByTableGroup
 
getTableReference(NavigablePath, String, boolean) - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
 
getTableReference(NavigablePath, String, boolean) - Method in class org.hibernate.sql.ast.tree.from.NamedTableReference
 
getTableReference(NavigablePath, String, boolean) - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
 
getTableReference(NavigablePath, String, boolean) - Method in class org.hibernate.sql.ast.tree.from.QueryPartTableGroup
 
getTableReference(NavigablePath, String, boolean) - Method in class org.hibernate.sql.ast.tree.from.StandardTableGroup
 
getTableReference(NavigablePath, String, boolean) - Method in class org.hibernate.sql.ast.tree.from.StandardVirtualTableGroup
 
getTableReference(NavigablePath, String, boolean) - Method in interface org.hibernate.sql.ast.tree.from.TableReference
 
getTableReference(NavigablePath, String, boolean) - Method in class org.hibernate.sql.ast.tree.from.UnionTableGroup
 
getTableReference(NavigablePath, String, boolean) - Method in class org.hibernate.sql.ast.tree.from.UnionTableReference
 
getTableReference(NavigablePath, String, boolean) - Method in class org.hibernate.sql.ast.tree.from.ValuesTableGroup
 
getTableReference(NavigablePath, String, boolean) - Method in class org.hibernate.sql.model.ast.MutatingTableReference
 
getTableReference(NavigablePath, ValuedModelPart, String, boolean) - Method in interface org.hibernate.sql.ast.tree.from.ColumnReferenceQualifier
 
getTableReference(NavigablePath, ValuedModelPart, String, boolean) - Method in class org.hibernate.sql.ast.tree.from.CorrelatedPluralTableGroup
 
getTableReference(NavigablePath, ValuedModelPart, String, boolean) - Method in class org.hibernate.sql.ast.tree.from.CorrelatedTableGroup
 
getTableReference(NavigablePath, ValuedModelPart, String, boolean) - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
getTableReference(NavigablePath, ValuedModelPart, String, boolean) - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
getTableReference(NavigablePath, ValuedModelPart, String, boolean) - Method in class org.hibernate.sql.ast.tree.from.MappedByTableGroup
 
getTableReference(NavigablePath, ValuedModelPart, String, boolean) - Method in class org.hibernate.sql.ast.tree.from.StandardVirtualTableGroup
 
getTableReference(NavigablePath, ValuedModelPart, String, boolean) - Method in class org.hibernate.sql.model.ast.MutatingTableReference
 
getTableReferenceJoins() - Method in class org.hibernate.query.results.TableGroupImpl
 
getTableReferenceJoins() - Method in class org.hibernate.sql.ast.tree.cte.CteTableGroup
 
getTableReferenceJoins() - Method in class org.hibernate.sql.ast.tree.from.AbstractColumnReferenceQualifier
 
getTableReferenceJoins() - Method in class org.hibernate.sql.ast.tree.from.CorrelatedTableGroup
 
getTableReferenceJoins() - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
getTableReferenceJoins() - Method in class org.hibernate.sql.ast.tree.from.FunctionTableGroup
 
getTableReferenceJoins() - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
getTableReferenceJoins() - Method in class org.hibernate.sql.ast.tree.from.MappedByTableGroup
 
getTableReferenceJoins() - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
 
getTableReferenceJoins() - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
 
getTableReferenceJoins() - Method in class org.hibernate.sql.ast.tree.from.QueryPartTableGroup
 
getTableReferenceJoins() - Method in class org.hibernate.sql.ast.tree.from.StandardTableGroup
 
getTableReferenceJoins() - Method in class org.hibernate.sql.ast.tree.from.StandardVirtualTableGroup
 
getTableReferenceJoins() - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
 
getTableReferenceJoins() - Method in class org.hibernate.sql.ast.tree.from.UnionTableGroup
 
getTableReferenceJoins() - Method in class org.hibernate.sql.ast.tree.from.ValuesTableGroup
 
getTableReferences(SqlAstNode) - Static method in class org.hibernate.sql.ast.spi.AliasCollector
 
getTables() - Method in class org.hibernate.boot.model.relational.Namespace
 
getTables(Identifier, Identifier) - Method in class org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl
 
getTables(Identifier, Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.InformationExtractor
Extract all the tables information.
getTablesInformation(Namespace) - Method in class org.hibernate.tool.schema.extract.internal.DatabaseInformationImpl
 
getTablesInformation(Namespace) - Method in interface org.hibernate.tool.schema.extract.spi.DatabaseInformation
Obtain reference to all the TableInformation for a given Namespace
getTablesNeedingDynamicUpdate() - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard.UpdateValuesAnalysisImpl
 
getTablesNeedingDynamicUpdate() - Method in interface org.hibernate.persister.entity.mutation.UpdateValuesAnalysis
 
getTablesNeedingUpdate() - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard.UpdateValuesAnalysisImpl
 
getTablesNeedingUpdate() - Method in interface org.hibernate.persister.entity.mutation.UpdateValuesAnalysis
Descriptor of the tables needing to be updated.
getTableSource() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
Obtain the table being joined to.
getTableSpan() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getTableSpan() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
getTableSpan() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
getTableSpan() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
getTablesWithNonNullValues() - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard.UpdateValuesAnalysisImpl
 
getTablesWithNonNullValues() - Method in interface org.hibernate.persister.entity.mutation.UpdateValuesAnalysis
Descriptor of the tables which had any non-null value bindings
getTablesWithPreviousNonNullValues() - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard.UpdateValuesAnalysisImpl
 
getTablesWithPreviousNonNullValues() - Method in interface org.hibernate.persister.entity.mutation.UpdateValuesAnalysis
Descriptor of the tables which had any non-null value bindings
getTableTypeString() - Method in class org.hibernate.dialect.Dialect
An arbitrary fragment appended to the end of the create table statement.
getTableTypeString() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getTableTypeString() - Method in class org.hibernate.dialect.MySQLDialect
 
getTableTypeString() - Method in class org.hibernate.dialect.SybaseASEDialect
 
getTableTypeString(String) - Method in class org.hibernate.dialect.InnoDBStorageEngine
 
getTableTypeString(String) - Method in class org.hibernate.dialect.MyISAMStorageEngine
 
getTableTypeString(String) - Method in interface org.hibernate.dialect.MySQLStorageEngine
 
getTableUpdateNeeded(int[], boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Deprecated, for removal: This API element is subject to removal in a future version.
No longer used. See UpdateCoordinator
getTarget() - Method in class org.hibernate.proxy.AbstractLazyInitializer
Getter for property 'target'.
getTarget() - Method in interface org.hibernate.query.criteria.JpaManipulationCriteria
Get the root path that is the target of the DML statement.
getTarget() - Method in class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
 
getTarget() - Method in interface org.hibernate.query.sqm.tree.SqmDmlStatement
Get the root path that is the target of the DML statement.
getTargetClass() - Method in class org.hibernate.boot.jaxb.mapping.JaxbConstructorResult
Gets the value of the targetClass property.
getTargetClass() - Method in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
Gets the value of the targetClass property.
getTargetClass() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ConstructorResult
Gets the value of the targetClass property.
getTargetClass() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the targetClass property.
getTargetClassIfProxied(Class<T>) - Static method in class org.hibernate.envers.internal.tools.EntityTools
 
getTargetColumn() - Method in class org.hibernate.boot.jaxb.hbm.transform.TargetColumnAdapterJaxbColumn
 
getTargetColumn() - Method in class org.hibernate.boot.jaxb.hbm.transform.TargetColumnAdapterJaxbJoinColumn
 
getTargetColumns() - Method in class org.hibernate.sql.ast.tree.insert.InsertSelectStatement
 
getTargetColumns() - Method in interface org.hibernate.sql.ast.tree.insert.InsertStatement
Get all target columns
getTargetEntity() - Method in interface org.hibernate.boot.jaxb.mapping.AssociationAttribute
 
getTargetEntity() - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
Gets the value of the targetEntity property.
getTargetEntity() - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToOne
Gets the value of the targetEntity property.
getTargetEntity() - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
Gets the value of the targetEntity property.
getTargetEntity() - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToOne
Gets the value of the targetEntity property.
getTargetEntity() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Gets the value of the targetEntity property.
getTargetEntity() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
Gets the value of the targetEntity property.
getTargetEntity() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the targetEntity property.
getTargetEntity() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Gets the value of the targetEntity property.
getTargetEntity(PropertyData, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.ToOneBinder
 
getTargetFromProxy(SessionFactoryImplementor, LazyInitializer) - Static method in class org.hibernate.envers.internal.tools.EntityTools
 
getTargetJavaType() - Method in class org.hibernate.sql.results.graph.instantiation.internal.DynamicInstantiation
 
getTargetKeyPropertyName() - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
getTargetKeyPropertyNames() - Method in interface org.hibernate.metamodel.mapping.EntityAssociationMapping
 
getTargetKeyPropertyNames() - Method in class org.hibernate.metamodel.mapping.internal.ManyToManyCollectionPart
 
getTargetKeyPropertyNames() - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
getTargetMappingIfNeeded(SqmPath<?>, ModelPartContainer, SqmToSqlAstConverter) - Static method in class org.hibernate.query.sqm.internal.SqmUtil
Utility that returns the entity association target's mapping type if the specified sqmPath should be dereferenced using the target table, i.e.
getTargetPart() - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
 
getTargetPart() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedForeignKeyDescriptor
 
getTargetPart() - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
getTargetPart() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
getTargetPart() - Method in interface org.hibernate.persister.collection.mutation.CollectionMutationTarget
 
getTargetPart() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getTargetPart() - Method in interface org.hibernate.persister.entity.mutation.EntityMutationTarget
 
getTargetPart() - Method in interface org.hibernate.sql.model.MutationTarget
The ModelPart describing the mutation target
getTargetPath() - Method in class org.hibernate.query.sqm.tree.update.SqmAssignment
The attribute/path to be updated
getTargetSide() - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
 
getTargetSide() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedForeignKeyDescriptor
 
getTargetSide() - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
getTargetTable() - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
 
getTargetTable() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedForeignKeyDescriptor
 
getTargetTable() - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
getTargetTable() - Method in class org.hibernate.sql.ast.tree.AbstractMutationStatement
 
getTargetTable() - Method in interface org.hibernate.sql.ast.tree.MutationStatement
 
getTargetTypeDescriptor() - Method in interface org.hibernate.query.sqm.tree.select.SqmDynamicInstantiationTarget
 
getTargetTypes() - Method in interface org.hibernate.tool.schema.spi.TargetDescriptor
The target type described here.
getTempClassLoader() - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
getTempClassLoader() - Method in class org.hibernate.jpa.boot.internal.PersistenceUnitInfoDescriptor
 
getTempClassLoader() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
 
getTempClassLoader() - Method in class org.hibernate.testing.orm.jpa.PersistenceUnitDescriptorAdapter
 
getTempClassLoader() - Method in class org.hibernate.testing.orm.junit.EntityManagerFactoryBasedFunctionalTest.TestingPersistenceUnitDescriptorImpl
 
getTemplate(Dialect, TypeConfiguration, SqmFunctionRegistry) - Method in class org.hibernate.mapping.Column
 
getTemplate(Dialect, TypeConfiguration, SqmFunctionRegistry) - Method in class org.hibernate.mapping.Formula
 
getTemplate(Dialect, TypeConfiguration, SqmFunctionRegistry) - Method in interface org.hibernate.mapping.Selectable
 
getTemplate(Dialect, TypeConfiguration, SqmFunctionRegistry) - Method in class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
 
getTemporal() - Method in class org.hibernate.boot.jaxb.mapping.JaxbBasic
Gets the value of the temporal property.
getTemporal() - Method in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
Gets the value of the temporal property.
getTemporal() - Method in class org.hibernate.boot.jaxb.mapping.JaxbId
Gets the value of the temporal property.
getTemporal() - Method in class org.hibernate.boot.jaxb.mapping.JaxbVersion
Gets the value of the temporal property.
getTemporal() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
Gets the value of the temporal property.
getTemporal() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Gets the value of the temporal property.
getTemporal() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Id
Gets the value of the temporal property.
getTemporal() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Version
Gets the value of the temporal property.
getTemporalPrecision() - Method in class org.hibernate.boot.model.internal.BasicValueBinder
 
getTemporalPrecision() - Method in class org.hibernate.mapping.BasicValue
 
getTemporalPrecision() - Method in class org.hibernate.type.descriptor.jdbc.DelegatingJdbcTypeIndicators
 
getTemporalPrecision() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
For temporal type mappings, what precision was requested?
getTemporaryTable() - Method in class org.hibernate.query.sqm.mutation.internal.temptable.GlobalTemporaryTableStrategy
 
getTemporaryTable() - Method in class org.hibernate.query.sqm.mutation.internal.temptable.LocalTemporaryTableStrategy
 
getTemporaryTable() - Method in class org.hibernate.query.sqm.mutation.internal.temptable.PersistentTableStrategy
 
getTemporaryTableAfterUseAction() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
getTemporaryTableAfterUseAction() - Method in class org.hibernate.dialect.Dialect
The action to take after finishing use of a temporary table.
getTemporaryTableAfterUseAction() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getTemporaryTableAfterUseAction() - Method in class org.hibernate.dialect.HSQLDialect
 
getTemporaryTableAfterUseAction() - Method in class org.hibernate.dialect.MySQLDialect
 
getTemporaryTableBeforeUseAction() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
getTemporaryTableBeforeUseAction() - Method in class org.hibernate.dialect.DerbyDialect
 
getTemporaryTableBeforeUseAction() - Method in class org.hibernate.dialect.Dialect
The action to take before beginning use of a temporary table.
getTemporaryTableBeforeUseAction() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getTemporaryTableBeforeUseAction() - Method in class org.hibernate.dialect.H2Dialect
 
getTemporaryTableBeforeUseAction() - Method in class org.hibernate.dialect.HSQLDialect
 
getTemporaryTableBeforeUseAction() - Method in class org.hibernate.dialect.MySQLDialect
 
getTemporaryTableCreateCommand() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
getTemporaryTableCreateCommand() - Method in class org.hibernate.dialect.DerbyDialect
 
getTemporaryTableCreateCommand() - Method in class org.hibernate.dialect.Dialect
The command to create a temporary table.
getTemporaryTableCreateCommand() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getTemporaryTableCreateCommand() - Method in class org.hibernate.dialect.HANAColumnStoreDialect
 
getTemporaryTableCreateCommand() - Method in class org.hibernate.dialect.HANARowStoreDialect
 
getTemporaryTableCreateCommand() - Method in class org.hibernate.dialect.HSQLDialect
 
getTemporaryTableCreateCommand() - Method in class org.hibernate.dialect.MySQLDialect
 
getTemporaryTableCreateOptions() - Method in class org.hibernate.dialect.DerbyDialect
 
getTemporaryTableCreateOptions() - Method in class org.hibernate.dialect.Dialect
An arbitrary SQL fragment appended to the end of the statement to create a temporary table, specifying dialect-specific options, or null if there are no options to specify.
getTemporaryTableCreateOptions() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getTemporaryTableCreateOptions() - Method in class org.hibernate.dialect.H2Dialect
 
getTemporaryTableCreateOptions() - Method in class org.hibernate.dialect.HANAColumnStoreDialect
 
getTemporaryTableCreateOptions() - Method in class org.hibernate.dialect.HANARowStoreDialect
 
getTemporaryTableCreateOptions() - Method in class org.hibernate.dialect.OracleDialect
 
getTemporaryTableDdlTransactionHandling() - Method in class org.hibernate.dialect.Dialect
The sort of transaction handling to use when creating or dropping temporary tables.
getTemporaryTableDdlTransactionHandling() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getTemporaryTableDropCommand() - Method in class org.hibernate.dialect.Dialect
The command to drop a temporary table.
getTemporaryTableDropCommand() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getTemporaryTableDropCommand() - Method in class org.hibernate.dialect.MySQLDialect
 
getTemporaryTableExporter() - Method in class org.hibernate.dialect.Dialect
getTemporaryTableExporter() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getTemporaryTableTruncateCommand() - Method in class org.hibernate.dialect.Dialect
The command to truncate a temporary table.
getTemporaryTableTruncateCommand() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getTemporaryTableTruncateCommand() - Method in class org.hibernate.dialect.HANAColumnStoreDialect
 
getTemporaryTableTruncateCommand() - Method in class org.hibernate.dialect.HANARowStoreDialect
 
getTempTableDdlTransactionHandling() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
getTempTableDdlTransactionHandling() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getTempTableDdlTransactionHandling() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getTenantId() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the tenantId property.
getTenantId() - Method in class org.hibernate.cache.internal.CacheKeyImplementation
 
getTenantId() - Method in class org.hibernate.cache.internal.NaturalIdCacheKey
 
getTenantIdentifier() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getTenantIdentifier() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
getTenantIdentifier() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
getTenantIdentifier() - Method in interface org.hibernate.id.enhanced.AccessCallback
Obtain the tenant identifier (multi-tenancy), if one, associated with this callback.
getTenantIdentifier() - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
getTenantIdentifier() - Method in interface org.hibernate.internal.SessionCreationOptions
 
getTenantIdentifier() - Method in class org.hibernate.internal.SessionFactoryImpl.SessionBuilderImpl
 
getTenantIdentifier() - Method in class org.hibernate.internal.SessionFactoryImpl.StatelessSessionBuilderImpl
 
getTenantIdentifier() - Method in interface org.hibernate.SharedSessionContract
Obtain the tenant identifier associated with this session.
getTenantIdentifierJavaType() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getTenantIdentifierJavaType() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
The java type to use for a tenant identifier.
getTenantIdentifierJavaType() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getTenantIdentifierJavaType() - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
getTenantIdentifierValue() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getTenantIdentifierValue() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
getTenantIdentifierValue() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
getTenantIdentifierValue() - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
getTenantIdentifierValue() - Method in interface org.hibernate.internal.SessionCreationOptions
 
getTenantIdentifierValue() - Method in class org.hibernate.internal.SessionFactoryImpl.SessionBuilderImpl
 
getTenantIdentifierValue() - Method in class org.hibernate.internal.SessionFactoryImpl.StatelessSessionBuilderImpl
 
getTenantIdentifierValue() - Method in interface org.hibernate.SharedSessionContract
Obtain the tenant identifier associated with this session.
Getter - Interface in org.hibernate.property.access.spi
The contract for getting the value of a persistent attribute from its container/owner.
GetterFieldImpl - Class in org.hibernate.property.access.spi
Field-based implementation of Getter
GetterFieldImpl(Class<?>, String, Field) - Constructor for class org.hibernate.property.access.spi.GetterFieldImpl
 
GetterImpl(String) - Constructor for class org.hibernate.property.access.internal.PropertyAccessMapImpl.GetterImpl
 
GetterMethodImpl - Class in org.hibernate.property.access.spi
 
GetterMethodImpl(Class<?>, String, Method) - Constructor for class org.hibernate.property.access.spi.GetterMethodImpl
 
getterMethodOrNull(Class, String) - Static method in class org.hibernate.internal.util.ReflectHelper
 
getTestClassMetadata() - Method in class org.hibernate.testing.junit4.CustomRunner
 
getTestExpression() - Method in class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
 
getTestExpression() - Method in interface org.hibernate.query.sqm.tree.predicate.SqmInPredicate
 
getTestExpression() - Method in class org.hibernate.query.sqm.tree.predicate.SqmInSubQueryPredicate
 
getTestExpression() - Method in class org.hibernate.sql.ast.tree.predicate.InArrayPredicate
 
getTestExpression() - Method in class org.hibernate.sql.ast.tree.predicate.InListPredicate
 
getTestExpression() - Method in class org.hibernate.sql.ast.tree.predicate.InSubQueryPredicate
 
getTestInstance() - Method in class org.hibernate.testing.junit4.CustomRunner
 
getText() - Method in class org.hibernate.boot.model.naming.Identifier
Get the identifiers name (text)
getText() - Method in enum org.hibernate.event.spi.EventManager.CacheActionDescription
 
getText() - Method in class org.hibernate.mapping.Column
 
getText() - Method in class org.hibernate.mapping.Formula
 
getText() - Method in interface org.hibernate.mapping.Selectable
The selectable's "canonical" text representation
getText() - Method in class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
 
getText() - Method in enum org.hibernate.query.sqm.tree.SqmJoinType
 
getText() - Method in enum org.hibernate.sql.ast.SqlAstJoinType
 
getText(Dialect) - Method in class org.hibernate.mapping.Column
 
getText(Dialect) - Method in class org.hibernate.mapping.Formula
 
getText(Dialect) - Method in interface org.hibernate.mapping.Selectable
The selectable's text representation accounting for the Dialect's quoting, if quoted
getText(Dialect) - Method in class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
 
getTheClob() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
getTheDate() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
getTheDouble() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
getTheDuration() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
getTheInstant() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
getTheInt() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
getTheInteger() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
getTheLocalDate() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
getTheLocalDateTime() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
getTheLocalTime() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
getTheOffsetDateTime() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
getTheShort() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
getTheString() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
getTheTime() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
getTheTimestamp() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
getTheUrl() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
getTheZonedDateTime() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
getThird() - Method in class org.hibernate.envers.internal.tools.Triple
 
getThis() - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
 
getThis() - Method in class org.hibernate.boot.query.NamedHqlQueryDefinition.Builder
 
getThis() - Method in class org.hibernate.boot.query.NamedNativeQueryDefinitionBuilder
 
getThis() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
Returns a specific implementation.
getThis() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
Returns a specific implementation.
getThis() - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
getThis() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
getThis() - Method in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
getThis() - Method in class org.hibernate.query.sql.spi.NamedNativeQueryMemento.Builder
 
getTimeout() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Gets the value of the timeout property.
getTimeout() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Gets the value of the timeout property.
getTimeout() - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedNativeQuery
Gets the value of the timeout property.
getTimeout() - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedQuery
Gets the value of the timeout property.
getTimeout() - Method in interface org.hibernate.boot.jaxb.mapping.NamedQuery
 
getTimeout() - Method in class org.hibernate.boot.model.internal.QueryHintDefinition
 
getTimeout() - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
 
getTimeout() - Method in class org.hibernate.boot.spi.AbstractNamedQueryDefinition
 
getTimeout() - Method in class org.hibernate.cache.spi.AbstractRegionFactory
 
getTimeout() - Method in interface org.hibernate.cache.spi.RegionFactory
 
getTimeout() - Method in class org.hibernate.engine.jdbc.mutation.internal.MutationQueryOptions
 
getTimeout() - Method in class org.hibernate.engine.transaction.internal.TransactionImpl
 
getTimeout() - Method in class org.hibernate.loader.ast.internal.LoaderSqlAstCreationState
 
getTimeout() - Method in interface org.hibernate.query.CommonQueryContract
Obtain the query timeout in seconds.
getTimeout() - Method in class org.hibernate.query.internal.NamedQueryHelper.NamedQueryDescriptorBuilder
 
getTimeout() - Method in class org.hibernate.query.internal.QueryOptionsImpl
 
getTimeout() - Method in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
getTimeout() - Method in class org.hibernate.query.named.AbstractNamedQueryMemento
 
getTimeout() - Method in interface org.hibernate.query.named.NamedQueryMemento
 
getTimeout() - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
getTimeout() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
 
getTimeout() - Method in interface org.hibernate.query.spi.QueryOptions
The timeout to apply to the query.
getTimeout() - Method in class org.hibernate.query.spi.QueryOptionsAdapter
 
getTimeout() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
getTimeout() - Method in interface org.hibernate.Transaction
Retrieve the transaction timeout set for this instance.
getTimeOut() - Method in class org.hibernate.LockOptions
The current timeout, a maximum amount of time in milliseconds that the database should wait to obtain a pessimistic lock before returning an error to the client.
getTimeOut() - Method in class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl
 
getTimeOut() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl
 
getTimeOut() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
 
getTimeOut() - Method in interface org.hibernate.Session.LockRequest
Deprecated.
Get the timeout setting.
getTimeoutInMilliseconds() - Method in class org.hibernate.sql.exec.spi.StatementOptions
 
getTimeoutInSeconds(int) - Method in class org.hibernate.dialect.Dialect
 
getTimeoutMillis() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.ForUpdateClause
 
getTimesAccessed() - Method in interface org.hibernate.id.enhanced.DatabaseStructure
How many times has this structure been accessed through this reference?
getTimesAccessed() - Method in class org.hibernate.id.enhanced.SequenceStructure
 
getTimesAccessed() - Method in class org.hibernate.id.enhanced.TableStructure
 
getTimestamp() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the timestamp property.
getTimestamp() - Method in class org.hibernate.envers.DefaultRevisionEntity
 
getTimestamp() - Method in class org.hibernate.envers.enhanced.SequenceIdRevisionEntity
 
getTimestamp() - Method in class org.hibernate.testing.orm.domain.userguide.Call
 
getTimestampsCache() - Method in class org.hibernate.cache.internal.DisabledCaching
 
getTimestampsCache() - Method in class org.hibernate.cache.internal.EnabledCaching
 
getTimestampsCache() - Method in interface org.hibernate.cache.spi.CacheImplementor
Find the cache data access strategy for Hibernate's timestamps cache.
getTimestampsCacheFactory() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
getTimestampsCacheFactory() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getTimestampsCacheFactory() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getTimeZoneStorageType() - Method in class org.hibernate.mapping.BasicValue
 
getTimeZoneSupport() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
 
getTimeZoneSupport() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getTimeZoneSupport() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
 
getTimeZoneSupport() - Method in class org.hibernate.dialect.CockroachDialect
 
getTimeZoneSupport() - Method in class org.hibernate.dialect.DB2zDialect
 
getTimeZoneSupport() - Method in class org.hibernate.dialect.Dialect
How the dialect supports time zone types like Types.TIMESTAMP_WITH_TIMEZONE.
getTimeZoneSupport() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getTimeZoneSupport() - Method in class org.hibernate.dialect.H2Dialect
 
getTimeZoneSupport() - Method in class org.hibernate.dialect.OracleDialect
 
getTimeZoneSupport() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getTimeZoneSupport() - Method in class org.hibernate.dialect.SQLServerDialect
 
getTiming() - Method in class org.hibernate.engine.profile.Fetch
The fetch timing to be applied to the association.
getTiming() - Method in class org.hibernate.metamodel.internal.AbstractCompositeIdentifierMapping
 
getTiming() - Method in interface org.hibernate.metamodel.mapping.EntityDiscriminatorMapping
 
getTiming() - Method in class org.hibernate.metamodel.mapping.internal.AbstractEntityCollectionPart
 
getTiming() - Method in class org.hibernate.metamodel.mapping.internal.AbstractStateArrayContributorMapping
 
getTiming() - Method in class org.hibernate.metamodel.mapping.internal.AnyDiscriminatorPart
 
getTiming() - Method in class org.hibernate.metamodel.mapping.internal.AnyKeyPart
 
getTiming() - Method in class org.hibernate.metamodel.mapping.internal.BasicEntityIdentifierMappingImpl
 
getTiming() - Method in class org.hibernate.metamodel.mapping.internal.BasicValuedCollectionPart
 
getTiming() - Method in class org.hibernate.metamodel.mapping.internal.CollectionIdentifierDescriptorImpl
 
getTiming() - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationMapping
 
getTiming() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedCollectionPart
 
getTiming() - Method in class org.hibernate.metamodel.mapping.internal.EntityVersionMappingImpl
 
getTiming() - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
getTiming() - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
getTiming() - Method in class org.hibernate.query.derived.AnonymousTupleNonAggregatedEntityIdentifierMapping
 
getTiming() - Method in class org.hibernate.sql.results.graph.basic.BasicFetch
 
getTiming() - Method in class org.hibernate.sql.results.graph.collection.internal.DelayedCollectionFetch
 
getTiming() - Method in class org.hibernate.sql.results.graph.collection.internal.EagerCollectionFetch
 
getTiming() - Method in class org.hibernate.sql.results.graph.collection.internal.SelectEagerCollectionFetch
 
getTiming() - Method in class org.hibernate.sql.results.graph.embeddable.internal.AggregateEmbeddableFetchImpl
 
getTiming() - Method in class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableFetchImpl
 
getTiming() - Method in class org.hibernate.sql.results.graph.entity.internal.EntityDelayedFetchImpl
 
getTiming() - Method in class org.hibernate.sql.results.graph.entity.internal.EntityFetchJoinedImpl
 
getTiming() - Method in class org.hibernate.sql.results.graph.entity.internal.EntityFetchSelectImpl
 
getTiming() - Method in interface org.hibernate.sql.results.graph.Fetch
immediate or delayed? todo (6.0) : should we also expose the fetch-style? Perhaps the fetch-options?
getTiming() - Method in interface org.hibernate.sql.results.graph.FetchTimingAccess
 
getTiming() - Method in class org.hibernate.sql.results.internal.domain.CircularBiDirectionalFetchImpl
 
getTiming() - Method in class org.hibernate.sql.results.internal.domain.CircularFetchImpl
 
getTmAccessClassName() - Method in enum org.hibernate.engine.transaction.jta.platform.internal.WebSphereJtaPlatform.WebSphereEnvironment
 
getToEntityName() - Method in class org.hibernate.envers.internal.entities.RelationDescription
 
getTokenNames() - Method in class org.hibernate.grammars.graph.GraphLanguageLexer
Deprecated.
getTokenNames() - Method in class org.hibernate.grammars.graph.GraphLanguageParser
Deprecated.
getTokenNames() - Method in class org.hibernate.grammars.hql.HqlLexer
Deprecated.
getTokenNames() - Method in class org.hibernate.grammars.hql.HqlParser
Deprecated.
getTokenNames() - Method in class org.hibernate.grammars.importsql.SqlScriptLexer
Deprecated.
getTokenNames() - Method in class org.hibernate.grammars.importsql.SqlScriptParser
Deprecated.
getTokenNames() - Method in class org.hibernate.grammars.ordering.OrderingLexer
Deprecated.
getTokenNames() - Method in class org.hibernate.grammars.ordering.OrderingParser
Deprecated.
getToolingHint(String) - Method in class org.hibernate.boot.model.source.spi.ToolingHintContext
 
getToolingHintContext() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
getToolingHintContext() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
getToolingHintContext() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceBasicImpl
 
getToolingHintContext() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceManyToOneImpl
 
getToolingHintContext() - Method in class org.hibernate.boot.model.source.internal.hbm.EmbeddableSourceImpl
 
getToolingHintContext() - Method in class org.hibernate.boot.model.source.internal.hbm.EmbeddableSourceVirtualImpl
 
getToolingHintContext() - Method in interface org.hibernate.boot.model.source.internal.hbm.HbmLocalMetadataBuildingContext
 
getToolingHintContext() - Method in class org.hibernate.boot.model.source.internal.hbm.MappingDocument
 
getToolingHintContext() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceEmbeddedImpl
 
getToolingHintContext() - Method in class org.hibernate.boot.model.source.internal.hbm.SingularAttributeSourceAnyImpl
 
getToolingHintContext() - Method in interface org.hibernate.boot.model.source.spi.ToolingHintContextContainer
 
getToolingHintContextBaselineForEmbeddable() - Method in interface org.hibernate.boot.model.source.internal.hbm.EmbeddableSourceContainer
 
getToolingHints() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintContainer
Gets the value of the toolingHints property.
getToolingHints() - Method in interface org.hibernate.boot.jaxb.hbm.spi.ToolingHintContainer
 
getToolingHints() - Method in class org.hibernate.boot.model.source.internal.hbm.BasicAttributePropertySource
 
getToolingHints() - Method in class org.hibernate.boot.model.source.internal.hbm.ManyToOnePropertySource
 
getToolingHints() - Method in class org.hibernate.boot.model.source.spi.ToolingHintContext
 
getToOnePath() - Method in class org.hibernate.query.sqm.tree.domain.SqmFkExpression
 
getToPropertyNames(String, String, String) - Method in class org.hibernate.envers.internal.entities.EntitiesConfigurations
 
getTransacted() - Method in class org.hibernate.testing.orm.domain.retail.Order
 
getTransaction() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getTransaction() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
getTransaction() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
getTransaction() - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter
 
getTransaction() - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
getTransaction() - Method in interface org.hibernate.internal.SharedSessionCreationOptions
 
getTransaction() - Method in interface org.hibernate.SharedSessionContract
Get the Transaction instance associated with this session.
getTransactionCompletionProcesses() - Method in class org.hibernate.engine.spi.ActionQueue
 
getTransactionCompletionProcesses() - Method in interface org.hibernate.internal.SharedSessionCreationOptions
 
getTransactionCoordinator() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
getTransactionCoordinator() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
getTransactionCoordinator() - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
getTransactionCoordinator() - Method in interface org.hibernate.internal.SharedSessionCreationOptions
 
getTransactionCoordinator() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionOwner
Obtain the builder for TransactionCoordinator instances
getTransactionCoordinatorBuilder() - Method in class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl
 
getTransactionCoordinatorBuilder() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl
 
getTransactionCoordinatorBuilder() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
Access to the builder that generated this coordinator
getTransactionCoordinatorOwner() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl
 
getTransactionCount() - Method in class org.hibernate.stat.internal.StatisticsImpl
 
getTransactionCount() - Method in interface org.hibernate.stat.Statistics
The number of transactions we know to have completed.
getTransactionDriverControl() - Method in class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl
 
getTransactionDriverControl() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl
 
getTransactionDriverControl() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
Get the delegate used by the local transaction driver to control the underlying transaction
getTransactionId() - Method in class org.hibernate.testing.orm.domain.retail.CardPayment
 
getTransactionIdentifier(Transaction) - Method in class org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
 
getTransactionIdentifier(Transaction) - Method in class org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform
 
getTransactionIdentifier(Transaction) - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform
 
getTransactionIdentifier(Transaction) - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereLibertyJtaPlatform
 
getTransactionIdentifier(Transaction) - Method in interface org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform
Determine an identifier for the given transaction appropriate for use in caching/lookup usages.
getTransactionManager() - Method in class org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
 
getTransactionManager() - Method in interface org.hibernate.engine.transaction.jta.platform.internal.TransactionManagerAccess
Obtain the transaction manager
getTransactionTimeout() - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.XAResourceWrapper
 
getTransactionType() - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
getTransactionType() - Method in class org.hibernate.jpa.boot.internal.PersistenceUnitInfoDescriptor
 
getTransactionType() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
 
getTransactionType() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
Gets the value of the transactionType property.
getTransactionType() - Method in class org.hibernate.testing.orm.jpa.PersistenceUnitDescriptorAdapter
 
getTransactionType() - Method in class org.hibernate.testing.orm.jpa.PersistenceUnitInfoAdapter
 
getTransactionType() - Method in class org.hibernate.testing.orm.jpa.PersistenceUnitInfoImpl
 
getTransactionType() - Method in class org.hibernate.testing.orm.junit.EntityManagerFactoryBasedFunctionalTest.TestingPersistenceUnitDescriptorImpl
 
getTransactionType() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
 
getTransactionType() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
 
getTransactionType() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
 
getTransformedType() - Method in class org.hibernate.jpa.spi.NativeQueryTupleTransformer
 
getTransformedType() - Method in interface org.hibernate.query.TypedTupleTransformer
The type resulting from this transformation
getTransformedType() - Method in class org.hibernate.transform.AliasToBeanConstructorResultTransformer
Deprecated.
 
getTransformedType() - Method in class org.hibernate.transform.AliasToBeanResultTransformer
Deprecated.
 
getTransformedType() - Method in class org.hibernate.transform.AliasToEntityMapResultTransformer
Deprecated.
 
getTransformedType() - Method in class org.hibernate.transform.ToListResultTransformer
Deprecated.
 
getTransient() - Method in class org.hibernate.boot.model.internal.PropertyMappingElementCollector
 
getTransient() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
Gets the value of the transient property.
getTransient() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddableAttributes
Gets the value of the transient property.
getTransientEntityName() - Method in exception org.hibernate.TransientPropertyValueException
Returns the entity name for the transient entity.
getTransients() - Method in interface org.hibernate.boot.jaxb.mapping.AttributesContainer
 
getTransients() - Method in class org.hibernate.boot.jaxb.mapping.JaxbAttributes
Gets the value of the transients property.
getTransients() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEmbeddableAttributes
Gets the value of the transients property.
getTreatedPath(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
 
getTreatTarget() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedBagJoin
 
getTreatTarget() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedCrossJoin
 
getTreatTarget() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedEntityJoin
 
getTreatTarget() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedListJoin
 
getTreatTarget() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedMapJoin
 
getTreatTarget() - Method in interface org.hibernate.query.sqm.tree.domain.SqmTreatedPath
 
getTreatTarget() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedPluralPartJoin
 
getTreatTarget() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedRoot
 
getTreatTarget() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSetJoin
 
getTreatTarget() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSimplePath
 
getTreatTarget() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSingularJoin
 
getTriggeredMessages() - Method in interface org.hibernate.testing.orm.junit.MessageKeyWatcher
 
getTriggeredMessages() - Method in class org.hibernate.testing.orm.junit.MessageKeyWatcherImpl
 
getTruncateTableCommand() - Method in class org.hibernate.dialect.temptable.StandardTemporaryTableExporter
 
getTruncateTableStatement(String) - Method in class org.hibernate.dialect.DB2Dialect
 
getTruncateTableStatement(String) - Method in class org.hibernate.dialect.Dialect
A SQL statement that truncates the given table.
getTruncateTableStatement(String) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getTruncateTableStatements(String[]) - Method in class org.hibernate.dialect.Dialect
A SQL statement or statements that truncate the given tables.
getTruncateTableStatements(String[]) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getTruncatorFilter() - Method in class org.hibernate.tool.schema.internal.DefaultSchemaFilterProvider
 
getTruncatorFilter() - Method in interface org.hibernate.tool.schema.spi.SchemaFilterProvider
Get the filter to be applied to SchemaTruncator processing
getTupleLength() - Method in interface org.hibernate.metamodel.model.domain.DomainType
 
getTupleLength() - Method in class org.hibernate.metamodel.model.domain.internal.EmbeddableTypeImpl
 
getTupleLength() - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmParameter
 
getTupleLength() - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
 
getTupleLength() - Method in class org.hibernate.query.sqm.tree.expression.SqmAny
 
getTupleLength() - Method in class org.hibernate.query.sqm.tree.expression.SqmEvery
 
getTupleLength() - Method in class org.hibernate.query.sqm.tree.expression.SqmTuple
 
getTupleLength() - Method in interface org.hibernate.query.sqm.tree.select.SqmSelectableNode
 
getTupleLength() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
getTupleMetadata() - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
getTupleMetadata() - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
getTupleTransformer() - Method in class org.hibernate.engine.jdbc.mutation.internal.MutationQueryOptions
 
getTupleTransformer() - Method in class org.hibernate.loader.ast.internal.LoaderSqlAstCreationState
 
getTupleTransformer() - Method in class org.hibernate.query.internal.QueryOptionsImpl
 
getTupleTransformer() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
 
getTupleTransformer() - Method in interface org.hibernate.query.spi.QueryOptions
Transformer applied to the query to transform the structure of each "row" in the results
getTupleTransformer() - Method in class org.hibernate.query.spi.QueryOptionsAdapter
 
getTupleType() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteTable
 
getTuplizer() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
getTuplizer() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Gets the value of the tuplizer property.
getTuplizer() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
Gets the value of the tuplizer property.
getTuplizer() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Gets the value of the tuplizer property.
getTuplizer() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Gets the value of the tuplizer property.
getTuplizer() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
Gets the value of the tuplizer property.
getTuplizer() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the tuplizer property.
getTuplizer() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the tuplizer property.
getTuplizer() - Method in interface org.hibernate.boot.model.source.spi.EmbeddableMapping
 
getType() - Method in class org.hibernate.boot.cfgxml.spi.MappingReference
 
getType() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerGroupType
Gets the value of the type property.
getType() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerType
Gets the value of the type property.
getType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the type property.
getType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Gets the value of the type property.
getType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
Gets the value of the type property.
getType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
Gets the value of the type property.
getType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Gets the value of the type property.
getType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexType
Gets the value of the type property.
getType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
Gets the value of the type property.
getType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryScalarReturnType
Gets the value of the type property.
getType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmQueryParamType
Gets the value of the type property.
getType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Gets the value of the type property.
getType() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmVersionAttributeType
Gets the value of the type property.
getType() - Method in interface org.hibernate.boot.jaxb.hbm.spi.SimpleValueTypeInfo
 
getType() - Method in interface org.hibernate.boot.jaxb.hbm.spi.TypeContainer
 
getType() - Method in class org.hibernate.boot.jaxb.mapping.JaxbBasic
Gets the value of the type property.
getType() - Method in class org.hibernate.boot.jaxb.mapping.JaxbFilterDef.JaxbFilterParam
Gets the value of the type property.
getType() - Method in class org.hibernate.boot.jaxb.mapping.JaxbHbmAnyDiscriminator
Gets the value of the type property.
getType() - Method in class org.hibernate.boot.jaxb.mapping.JaxbHbmAnyKey
Gets the value of the type property.
getType() - Method in class org.hibernate.boot.jaxb.mapping.JaxbId
Gets the value of the type property.
getType() - Method in class org.hibernate.boot.jaxb.mapping.JaxbQueryParamType
Gets the value of the type property.
getType() - Method in class org.hibernate.boot.jaxb.Origin
Retrieve the type of origin.
getType() - Method in class org.hibernate.boot.model.internal.InheritanceState
 
getType() - Method in enum org.hibernate.boot.spi.AccessType
Retrieves the external name for this access type
getType() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeDescriptor
Access to the attribute's type
getType() - Method in interface org.hibernate.CustomEntityDirtinessStrategy.AttributeInformation
Get the mapping type of this attribute.
getType() - Method in class org.hibernate.dialect.function.StandardSQLFunction
 
getType() - Method in exception org.hibernate.DuplicateMappingException
 
getType() - Method in class org.hibernate.engine.spi.TypedValue
 
getType() - Method in class org.hibernate.envers.boot.model.BasicAttribute
 
getType() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.DynamicProperty
 
getType() - Method in class org.hibernate.envers.internal.entities.ComponentDescription
 
getType() - Method in class org.hibernate.envers.internal.entities.PropertyData
 
getType() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
getType() - Method in exception org.hibernate.InvalidMappingException
 
getType() - Method in class org.hibernate.mapping.Any
 
getType() - Method in class org.hibernate.mapping.Any.KeyValue
 
getType() - Method in class org.hibernate.mapping.Any.MetaValue
 
getType() - Method in class org.hibernate.mapping.BasicValue
 
getType() - Method in class org.hibernate.mapping.Collection
 
getType() - Method in class org.hibernate.mapping.Component
 
getType() - Method in class org.hibernate.mapping.DependantValue
 
getType() - Method in class org.hibernate.mapping.FetchProfile.Fetch
 
getType() - Method in class org.hibernate.mapping.ManyToOne
 
getType() - Method in class org.hibernate.mapping.OneToMany
 
getType() - Method in class org.hibernate.mapping.OneToOne
 
getType() - Method in class org.hibernate.mapping.Property
 
getType() - Method in interface org.hibernate.mapping.Value
 
getType() - Method in class org.hibernate.metamodel.model.domain.internal.MapMember
 
getType() - Method in class org.hibernate.metamodel.model.domain.internal.SingularAttributeImpl
 
getType() - Method in interface org.hibernate.metamodel.model.domain.SingularPersistentAttribute
 
getType() - Method in class org.hibernate.persister.collection.CompositeElementPropertyMapping
Deprecated.
 
getType() - Method in class org.hibernate.persister.collection.ElementPropertyMapping
Deprecated.
 
getType() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getType() - Method in interface org.hibernate.persister.entity.SQLLoadable
Deprecated.
Get the type
getType() - Method in class org.hibernate.procedure.internal.NamedCallableQueryMementoImpl.ParameterMementoImpl
 
getType() - Method in interface org.hibernate.query.criteria.JpaCteCriteria
The type of the CTE.
getType() - Method in interface org.hibernate.query.criteria.JpaCteCriteriaType
The domain type of the CTE.
getType() - Method in class org.hibernate.query.derived.AnonymousTupleSqmAssociationPathSource
 
getType() - Method in class org.hibernate.query.internal.QueryParameterBindingImpl
 
getType() - Method in interface org.hibernate.query.spi.QueryParameterBinding
Returns the inferred mapping model expressible i.e.
getType() - Method in class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
 
getType() - Method in exception org.hibernate.query.sqm.StrictJpaComplianceViolation
 
getType() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
 
getType() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteTable
 
getType() - Method in class org.hibernate.query.sqm.tree.cte.SqmCteTableColumn
 
getType() - Method in class org.hibernate.query.sqm.tree.expression.SqmCastTarget
 
getType() - Method in class org.hibernate.query.sqm.tree.expression.SqmDurationUnit
 
getType() - Method in class org.hibernate.query.sqm.tree.expression.SqmExtractUnit
 
getType() - Method in class org.hibernate.query.TypedParameterValue
The specific Hibernate type to use to bind the value.
getType() - Method in enum org.hibernate.spatial.CommonSpatialFunction
 
getType() - Method in class org.hibernate.testing.orm.domain.userguide.Phone
 
getType() - Method in class org.hibernate.tuple.AbstractAttribute
Deprecated.
 
getType() - Method in interface org.hibernate.tuple.Attribute
Deprecated.
 
getType() - Method in class org.hibernate.tuple.component.AbstractCompositionAttribute
Deprecated.
 
getType() - Method in class org.hibernate.tuple.entity.EntityBasedAssociationAttribute
Deprecated.
 
getType(Class, PropertyData, ServiceRegistry) - Static method in class org.hibernate.envers.internal.tools.ReflectionTools
 
getTypeAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the typeAttribute property.
getTypeAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Gets the value of the typeAttribute property.
getTypeAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
Gets the value of the typeAttribute property.
getTypeAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
Gets the value of the typeAttribute property.
getTypeAttribute() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Gets the value of the typeAttribute property.
getTypeAttribute() - Method in interface org.hibernate.boot.jaxb.hbm.spi.SimpleValueTypeInfo
 
getTypeAttribute() - Method in interface org.hibernate.boot.jaxb.hbm.spi.TypeContainer
 
getTypeCategory() - Method in class org.hibernate.query.sqm.tree.expression.SqmHqlNumericLiteral
 
getTypeClass() - Method in class org.hibernate.mapping.TypeDef
Deprecated.
 
getTypeCode() - Method in class org.hibernate.boot.model.source.spi.JdbcDataType
 
getTypeCode() - Method in class org.hibernate.mapping.Column
 
getTypeCode() - Method in class org.hibernate.tool.schema.extract.internal.ColumnInformationImpl
 
getTypeCode() - Method in interface org.hibernate.tool.schema.extract.spi.ColumnInformation
The JDBC type-code.
getTypeCode() - Method in interface org.hibernate.tool.schema.extract.spi.ColumnTypeInformation
The JDBC type-code.
getTypeCode(String) - Static method in class org.hibernate.type.descriptor.JdbcTypeNameMapper
Get the type code as in the static field names defined on Types.
getTypeCodes() - Method in enum org.hibernate.type.descriptor.jdbc.JdbcTypeFamilyInformation.Family
 
getTypeConfiguration() - Method in class org.hibernate.boot.internal.BootstrapContextImpl
 
getTypeConfiguration() - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getTypeConfiguration() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
getTypeConfiguration() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
 
getTypeConfiguration() - Method in class org.hibernate.boot.internal.MetadataImpl
 
getTypeConfiguration() - Method in interface org.hibernate.boot.model.convert.spi.JpaAttributeConverterCreationContext
 
getTypeConfiguration() - Method in interface org.hibernate.boot.model.FunctionContributions
Access to type information.
getTypeConfiguration() - Method in class org.hibernate.boot.model.internal.BasicValueBinder
 
getTypeConfiguration() - Method in class org.hibernate.boot.model.relational.Database
 
getTypeConfiguration() - Method in interface org.hibernate.boot.model.TypeContributions
The TypeConfiguration to contribute to
getTypeConfiguration() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getTypeConfiguration() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getTypeConfiguration() - Method in interface org.hibernate.boot.spi.BootstrapContext
The TypeConfiguration belonging to this BootstrapContext.
getTypeConfiguration() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
 
getTypeConfiguration() - Method in interface org.hibernate.boot.spi.MetadataImplementor
Access to the TypeConfiguration belonging to the BootstrapContext
getTypeConfiguration() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getTypeConfiguration() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
getTypeConfiguration() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Obtain the TypeConfiguration for the factory which created this session.
getTypeConfiguration() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getTypeConfiguration() - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
getTypeConfiguration() - Method in class org.hibernate.loader.internal.IdentifierLoadAccessImpl
 
getTypeConfiguration() - Method in class org.hibernate.mapping.SimpleValue
 
getTypeConfiguration() - Method in class org.hibernate.metamodel.internal.MetadataContext
 
getTypeConfiguration() - Method in class org.hibernate.metamodel.mapping.internal.SimpleNaturalIdMapping
 
getTypeConfiguration() - Method in interface org.hibernate.metamodel.MappingMetamodel
The TypeConfiguration this metamodel is associated with
getTypeConfiguration() - Method in class org.hibernate.metamodel.model.domain.internal.JpaMetamodelImpl
 
getTypeConfiguration() - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
getTypeConfiguration() - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
todo (6.0) : should we expose JpaMetamodel from TypeConfiguration?
getTypeConfiguration() - Method in interface org.hibernate.metamodel.spi.RuntimeModelCreationContext
 
getTypeConfiguration() - Method in interface org.hibernate.persister.spi.PersisterCreationContext
Deprecated.
 
getTypeConfiguration() - Method in class org.hibernate.query.internal.QueryEngineImpl
 
getTypeConfiguration() - Method in class org.hibernate.query.internal.QueryParameterBindingImpl
 
getTypeConfiguration() - Method in interface org.hibernate.query.spi.QueryEngine
 
getTypeConfiguration() - Method in interface org.hibernate.query.spi.QueryParameterBindingTypeResolver
 
getTypeConfiguration() - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
getTypeConfiguration() - Method in interface org.hibernate.query.sqm.NodeBuilder
 
getTypeConfiguration() - Method in interface org.hibernate.query.sqm.spi.SqmCreationContext
 
getTypeConfiguration() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
getTypeConfiguration() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
 
getTypeConfiguration() - Method in interface org.hibernate.type.descriptor.java.JavaType.CoercionContext
 
getTypeConfiguration() - Method in class org.hibernate.type.descriptor.jdbc.DelegatingJdbcTypeIndicators
 
getTypeConfiguration() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
Provides access to the TypeConfiguration for access to various type system related registries.
getTypeConfiguration() - Method in class org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry
 
getTypeConfiguration() - Method in class org.hibernate.type.EnumType
Deprecated.
 
getTypeConfiguration() - Method in interface org.hibernate.type.spi.TypeConfigurationAware
 
getTypeConfiguration() - Method in class org.hibernate.usertype.UserTypeLegacyBridge
 
getTypeConfiguration() - Method in class org.hibernate.usertype.UserTypeSupport
 
getTypeContributors() - Method in interface org.hibernate.jpa.boot.spi.TypeContributorList
Deprecated.
 
getTypeDeclaration() - Method in class org.hibernate.jpamodelgen.annotation.AbstractFinderMethod
 
getTypeDeclaration() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaAttribute
 
getTypeDeclaration() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaType
 
getTypeDeclaration() - Method in class org.hibernate.jpamodelgen.annotation.DaoConstructor
 
getTypeDeclaration() - Method in class org.hibernate.jpamodelgen.annotation.QueryMethod
 
getTypeDeclaration() - Method in interface org.hibernate.jpamodelgen.model.MetaAttribute
 
getTypeDeclaration() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaAttribute
 
getTypedef() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the typedef property.
getTypeDefinition(String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getTypeDefinition(String) - Method in class org.hibernate.boot.internal.MetadataImpl
 
getTypeDefinition(String) - Method in interface org.hibernate.boot.Metadata
Retrieve a type definition by name.
getTypeDefinition(String) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getTypeDefinitionMap() - Method in class org.hibernate.boot.internal.MetadataImpl
 
getTypeDefinitionRegistry() - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getTypeDefinitionRegistry() - Method in class org.hibernate.boot.internal.MetadataBuildingContextRootImpl
 
getTypeDefinitionRegistry() - Method in class org.hibernate.boot.model.source.internal.hbm.MappingDocument
 
getTypeDefinitionRegistry() - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Access to the TypeDefinitionRegistry, which may be used to add type definitions to this metadata repository.
getTypeDefinitionRegistry() - Method in interface org.hibernate.boot.spi.MetadataBuildingContext
 
getTypeDefinitionRegistry() - Method in class org.hibernate.envers.boot.internal.EnversMetadataBuildingContextImpl
 
getTypeDefinitionRegistry() - Method in class org.hibernate.testing.boot.MetadataBuildingContextTestingImpl
 
getTypeDescriptor() - Method in class org.hibernate.boot.model.source.internal.hbm.EmbeddableSourceImpl
 
getTypeDescriptor() - Method in class org.hibernate.boot.model.source.internal.hbm.EmbeddableSourceVirtualImpl
 
getTypeDescriptor() - Method in interface org.hibernate.boot.model.source.spi.EmbeddableSource
 
getTypeDiscriminatorMetadata() - Method in class org.hibernate.jpamodelgen.validation.MockEntityPersister
 
getTypeDiscriminatorMetadata() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getTypeDiscriminatorMetadata() - Method in interface org.hibernate.persister.entity.Queryable
Deprecated.
Retrieve the information needed to properly deal with this entity's discriminator in a query.
getTypeElementForFullyQualifiedName(String) - Method in class org.hibernate.jpamodelgen.Context
 
getTypeImplementorClass() - Method in class org.hibernate.boot.model.TypeDefinition
 
getTypeIndex() - Method in class org.hibernate.mapping.Column
 
getTypeInformation() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
getTypeInformation() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractSingularAttributeSourceEmbeddedImpl
 
getTypeInformation() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceBasicImpl
 
getTypeInformation() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceManyToOneImpl
 
getTypeInformation() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeyManyToAnySourceImpl
 
getTypeInformation() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeyManyToManySourceImpl
 
getTypeInformation() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeySourceBasicImpl
 
getTypeInformation() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeySourceEmbeddedImpl
 
getTypeInformation() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSequentialIndexSourceImpl
 
getTypeInformation() - Method in class org.hibernate.boot.model.source.internal.hbm.SingularAttributeSourceAnyImpl
 
getTypeInformation() - Method in interface org.hibernate.boot.model.source.spi.AttributeSource
Obtain information about the Hibernate type (Type) for this attribute.
getTypeInformation() - Method in interface org.hibernate.boot.model.source.spi.CollectionIdSource
Obtain information about the Hibernate type (Type) for the collection id
getTypeInformation() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeIndexSource
Obtain information about the Hibernate index type (Type) for this plural attribute index.
getTypeName() - Method in class org.hibernate.boot.model.internal.PropertyInferredData
 
getTypeName() - Method in class org.hibernate.boot.model.internal.PropertyPreloadedData
 
getTypeName() - Method in class org.hibernate.boot.model.internal.WrappedInferredData
 
getTypeName() - Method in class org.hibernate.boot.model.relational.QualifiedTypeName
 
getTypeName() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
getTypeName() - Method in interface org.hibernate.boot.model.source.spi.EntityNamingSource
Decode the name that we should expect to be used elsewhere to reference the modeled entity by decoding the entity-name/class-name combo.
getTypeName() - Method in interface org.hibernate.boot.model.source.spi.IdentifiableTypeSource
Get the name of this type.
getTypeName() - Method in class org.hibernate.boot.model.source.spi.JdbcDataType
 
getTypeName() - Method in interface org.hibernate.boot.spi.PropertyData
Returns the returned class name itself
getTypeName() - Method in exception org.hibernate.bytecode.enhance.VersionMismatchException
 
getTypeName() - Method in class org.hibernate.dialect.AbstractPostgreSQLStructJdbcType
 
getTypeName() - Method in class org.hibernate.dialect.OracleArrayJdbcType
 
getTypeName() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
 
getTypeName() - Method in class org.hibernate.envers.internal.entities.RevisionTimestampData
 
getTypeName() - Method in class org.hibernate.mapping.Any.KeyValue
 
getTypeName() - Method in class org.hibernate.mapping.Any.MetaValue
 
getTypeName() - Method in class org.hibernate.mapping.Collection
 
getTypeName() - Method in class org.hibernate.mapping.Column
 
getTypeName() - Method in class org.hibernate.mapping.SimpleValue
 
getTypeName() - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
getTypeName() - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
Get the type name.
getTypeName() - Method in interface org.hibernate.query.sqm.SqmExpressible
The name of the type.
getTypeName() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getTypeName() - Method in class org.hibernate.spatial.dialect.oracle.SDOGeometryType
Returns the Oracle type name for SDOGeometry.
getTypeName() - Method in class org.hibernate.tool.schema.extract.internal.ColumnInformationImpl
 
getTypeName() - Method in interface org.hibernate.tool.schema.extract.spi.ColumnInformation
The database specific type name.
getTypeName() - Method in interface org.hibernate.tool.schema.extract.spi.ColumnTypeInformation
The database specific type name.
getTypeName() - Method in interface org.hibernate.type.descriptor.java.JavaType
Get the name of the Java type.
getTypeName(int, Long, Integer, Integer) - Method in class org.hibernate.type.descriptor.sql.spi.DdlTypeRegistry
Deprecated.
not appropriate for named enum or array types, use DdlTypeRegistry.getTypeName(int, Size, Type) instead
getTypeName(int, Dialect) - Method in class org.hibernate.type.descriptor.sql.spi.DdlTypeRegistry
Get the SQL type name for the specified JDBC type code, filling in the placemarkers $l, $p, and $s with the default length, precision, and scale for the given SQL dialect.
getTypeName(int, Size) - Method in class org.hibernate.type.descriptor.sql.spi.DdlTypeRegistry
Deprecated.
not appropriate for named enum or array types, use DdlTypeRegistry.getTypeName(int, Size, Type) instead
getTypeName(int, Size, Type) - Method in class org.hibernate.type.descriptor.sql.spi.DdlTypeRegistry
Get the SQL type name for the specified JDBC type code and size, filling in the placemarkers $l, $p, and $s with the length, precision, and scale determined by the given size object.
getTypeName(Integer) - Static method in class org.hibernate.type.descriptor.JdbcTypeNameMapper
Get the type name as in the static field names defined on Types.
getTypeName(Long, Integer, Integer) - Method in interface org.hibernate.type.descriptor.sql.DdlType
Deprecated.
not appropriate for named enum or array types, use DdlType.getTypeName(Size, Type, DdlTypeRegistry) instead
getTypeName(Long, Integer, Integer) - Method in class org.hibernate.type.descriptor.sql.internal.BinaryFloatDdlType
 
getTypeName(Long, Integer, Integer) - Method in class org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType
 
getTypeName(Long, Integer, Integer) - Method in class org.hibernate.type.descriptor.sql.internal.DdlTypeImpl
 
getTypeName(Long, Integer, Integer) - Method in class org.hibernate.type.descriptor.sql.internal.NamedNativeEnumDdlTypeImpl
 
getTypeName(Long, Integer, Integer) - Method in class org.hibernate.type.descriptor.sql.internal.NativeEnumDdlTypeImpl
 
getTypeName(Long, Integer, Integer) - Method in class org.hibernate.type.descriptor.sql.internal.Scale6IntervalSecondDdlType
 
getTypeName(Size) - Method in interface org.hibernate.type.descriptor.sql.DdlType
Deprecated.
not appropriate for named enum or array types, use DdlType.getTypeName(Size, Type, DdlTypeRegistry) instead
getTypeName(Size, Type, DdlTypeRegistry) - Method in interface org.hibernate.type.descriptor.sql.DdlType
Return a type with length, precision, and scale specified by the given size object.
getTypeName(Size, Type, DdlTypeRegistry) - Method in class org.hibernate.type.descriptor.sql.internal.ArrayDdlTypeImpl
 
getTypeName(Size, Type, DdlTypeRegistry) - Method in class org.hibernate.type.descriptor.sql.internal.NamedNativeEnumDdlTypeImpl
 
getTypeName(Size, Type, DdlTypeRegistry) - Method in class org.hibernate.type.descriptor.sql.internal.NativeEnumDdlTypeImpl
 
getTypeName(JdbcMappingContainer, Size, TypeConfiguration) - Static method in class org.hibernate.dialect.function.array.DdlTypeHelper
 
getTypeName(JdbcMappingContainer, TypeConfiguration) - Static method in class org.hibernate.dialect.function.array.DdlTypeHelper
 
getTypeName(ReturnableType<?>, Size, TypeConfiguration) - Static method in class org.hibernate.dialect.function.array.DdlTypeHelper
 
getTypeName(ReturnableType<?>, TypeConfiguration) - Static method in class org.hibernate.dialect.function.array.DdlTypeHelper
 
getTypeName(BasicType<?>, Size, TypeConfiguration) - Static method in class org.hibernate.dialect.function.array.DdlTypeHelper
 
getTypeName(BasicType<?>, TypeConfiguration) - Static method in class org.hibernate.dialect.function.array.DdlTypeHelper
 
getTypeParameters() - Method in class org.hibernate.mapping.Collection
 
getTypeParameters() - Method in class org.hibernate.mapping.SimpleValue
 
getTypeReference() - Method in class org.hibernate.query.TypedParameterValue
The specific Hibernate type reference to use to bind the value.
getTypeResolver() - Method in class org.hibernate.boot.internal.ClassmateContext
 
getTypeSource() - Method in interface org.hibernate.boot.model.source.spi.AnyDiscriminatorSource
 
getTypeSource() - Method in interface org.hibernate.boot.model.source.spi.AnyKeySource
 
getTypeUtils() - Method in class org.hibernate.jpamodelgen.Context
 
getUnderlyingCache() - Method in class org.hibernate.cache.jcache.internal.JCacheAccessImpl
 
getUnderlyingJdbcMapping() - Method in interface org.hibernate.metamodel.mapping.DiscriminatorMapping
 
getUnderlyingJdbcMapping() - Method in interface org.hibernate.metamodel.mapping.DiscriminatorType
 
getUnderlyingJdbcMapping() - Method in class org.hibernate.metamodel.mapping.internal.AbstractDiscriminatorMapping
 
getUnderlyingJdbcMapping() - Method in class org.hibernate.metamodel.mapping.internal.AnyDiscriminatorPart
 
getUnderlyingJdbcMapping() - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatorTypeImpl
 
getUnderlyingMember(JavaXMember) - Static method in class org.hibernate.boot.model.internal.HCANNHelper
 
getUnderlyingMember(XProperty) - Static method in class org.hibernate.boot.model.internal.HCANNHelper
getUnderlyingSet() - Method in class org.hibernate.internal.util.collections.LazySet
 
getUnderlyingStream() - Method in interface org.hibernate.engine.jdbc.BlobImplementer
Gets access to the data underlying this BLOB.
getUnderlyingStream() - Method in class org.hibernate.engine.jdbc.BlobProxy
 
getUnderlyingStream() - Method in interface org.hibernate.engine.jdbc.ClobImplementer
Gets access to the data underlying this CLOB.
getUnderlyingStream() - Method in class org.hibernate.engine.jdbc.ClobProxy
 
getUnderlyingTableGroup() - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
getUnderlyingTableGroup() - Method in class org.hibernate.sql.ast.tree.from.MappedByTableGroup
 
getUnderlyingTableGroup() - Method in class org.hibernate.sql.ast.tree.from.StandardVirtualTableGroup
 
getUnderlyingTableGroup() - Method in interface org.hibernate.sql.ast.tree.from.VirtualTableGroup
 
getUnderlyingType() - Method in class org.hibernate.persister.entity.DiscriminatorType
Deprecated.
 
getUninstantiatableClass() - Method in exception org.hibernate.InstantiationException
Returns the Class we were attempting to instantiate.
getUnionSubclass() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the unionSubclass property.
getUnionSubclass() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the unionSubclass property.
getUnionSubclass() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Gets the value of the unionSubclass property.
getUniqueConstraint() - Method in class org.hibernate.boot.jaxb.mapping.JaxbCollectionTable
Gets the value of the uniqueConstraint property.
getUniqueConstraint() - Method in class org.hibernate.boot.jaxb.mapping.JaxbJoinTable
Gets the value of the uniqueConstraint property.
getUniqueConstraint() - Method in class org.hibernate.boot.jaxb.mapping.JaxbSecondaryTable
Gets the value of the uniqueConstraint property.
getUniqueConstraint() - Method in class org.hibernate.boot.jaxb.mapping.JaxbTable
Gets the value of the uniqueConstraint property.
getUniqueConstraint() - Method in class org.hibernate.boot.jaxb.mapping.JaxbTableGenerator
Gets the value of the uniqueConstraint property.
getUniqueConstraint() - Method in class org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
Gets the value of the uniqueConstraint property.
getUniqueConstraint() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
Gets the value of the uniqueConstraint property.
getUniqueConstraint() - Method in class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
Gets the value of the uniqueConstraint property.
getUniqueConstraint() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Table
Gets the value of the uniqueConstraint property.
getUniqueConstraint() - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
Gets the value of the uniqueConstraint property.
getUniqueDelegate() - Method in class org.hibernate.dialect.DB2400V7R3Dialect
Deprecated.
 
getUniqueDelegate() - Method in class org.hibernate.dialect.DB2Dialect
 
getUniqueDelegate() - Method in class org.hibernate.dialect.DerbyDialect
 
getUniqueDelegate() - Method in class org.hibernate.dialect.Dialect
Get the UniqueDelegate supported by this dialect
getUniqueDelegate() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getUniqueDelegate() - Method in class org.hibernate.dialect.H2Dialect
 
getUniqueDelegate() - Method in class org.hibernate.dialect.HSQLDialect
 
getUniqueDelegate() - Method in class org.hibernate.dialect.OracleDialect
 
getUniqueDelegate() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getUniqueDelegate() - Method in class org.hibernate.dialect.SpannerDialect
 
getUniqueDelegate() - Method in class org.hibernate.dialect.SQLServerDialect
 
getUniqueDelegate() - Method in class org.hibernate.dialect.SybaseDialect
 
getUniqueInteger() - Method in class org.hibernate.mapping.Table
 
getUniqueKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the uniqueKey property.
getUniqueKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Gets the value of the uniqueKey property.
getUniqueKey() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the uniqueKey property.
getUniqueKey() - Method in interface org.hibernate.boot.jaxb.hbm.transform.SourceColumnAdapter
 
getUniqueKey() - Method in class org.hibernate.boot.jaxb.hbm.transform.SourceColumnAdapterJaxbHbmColumnType
 
getUniqueKey(String) - Method in class org.hibernate.mapping.Table
 
getUniqueKeyConstraintNames() - Method in class org.hibernate.boot.model.source.internal.hbm.BasicAttributeColumnsAndFormulasSource
 
getUniqueKeyConstraintNames() - Method in class org.hibernate.boot.model.source.internal.hbm.ManyToOneAttributeColumnsAndFormulasSource
 
getUniqueKeyConstraintNames() - Method in class org.hibernate.boot.model.source.internal.hbm.RelationalValueSourceHelper.AbstractColumnsAndFormulasSource
 
getUniqueKeyConstraintNames() - Method in interface org.hibernate.boot.model.source.internal.hbm.RelationalValueSourceHelper.ColumnsAndFormulasSource
 
getUniqueKeyConstraintNames() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
 
getUniqueKeyExporter() - Method in class org.hibernate.dialect.Dialect
Get an Exporter for unique key Constraints, usually StandardUniqueKeyExporter.
getUniqueKeyExporter() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getUniqueKeyExporter() - Method in class org.hibernate.dialect.SpannerDialect
 
getUniqueKeyIterator() - Method in class org.hibernate.mapping.DenormalizedTable
Deprecated.
getUniqueKeyIterator() - Method in class org.hibernate.mapping.Table
Deprecated.
getUniqueKeyLoader(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getUniqueKeyName() - Method in class org.hibernate.engine.spi.EntityUniqueKey
 
getUniqueKeyName() - Method in class org.hibernate.persister.entity.UniqueKeyEntry
 
getUniqueKeyPropertyNames(EntityPersister) - Method in interface org.hibernate.generator.OnExecutionGenerator
The name of a property of the entity which may be used to locate the just-inserted row containing the generated value.
getUniqueKeyPropertyNames(EntityPersister) - Method in class org.hibernate.id.SelectGenerator
 
getUniqueKeys() - Method in class org.hibernate.mapping.Table
 
getUniqueSemantic() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
 
getUniqueSemantic() - Method in interface org.hibernate.query.spi.QueryOptions
 
getUniqueSemantic() - Method in class org.hibernate.query.spi.SqlOmittingQueryOptions
 
getUnit() - Method in class org.hibernate.query.sqm.tree.expression.Conversion
 
getUnit() - Method in class org.hibernate.query.sqm.tree.expression.SqmByUnit
 
getUnit() - Method in class org.hibernate.query.sqm.tree.expression.SqmDurationUnit
 
getUnit() - Method in class org.hibernate.query.sqm.tree.expression.SqmExtractUnit
 
getUnit() - Method in class org.hibernate.query.sqm.tree.expression.SqmToDuration
 
getUnit() - Method in class org.hibernate.sql.ast.tree.expression.Duration
 
getUnit() - Method in class org.hibernate.sql.ast.tree.expression.DurationUnit
 
getUnit() - Method in class org.hibernate.sql.ast.tree.expression.ExtractUnit
 
getUnjoinedProperties() - Method in class org.hibernate.mapping.PersistentClass
Get a list of the properties defined on this class which are not defined as part of a join.
getUnknownSqlResultSetMappingName() - Method in exception org.hibernate.query.UnknownSqlResultSetMappingException
 
getUnparsedLiteralValue() - Method in class org.hibernate.query.sqm.tree.expression.SqmHqlNumericLiteral
 
getUnparsedLiteralValue() - Method in class org.hibernate.sql.ast.tree.expression.UnparsedNumericLiteral
 
getUnquotedCaseStrategy() - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
getUnsavedIdentifierValue(KeyValue, JavaType<?>, Getter, Supplier<?>) - Static method in class org.hibernate.engine.internal.UnsavedValueFactory
Return the UnsavedValueStrategy for determining whether an entity instance is unsaved based on the identifier.
getUnsavedStrategy() - Method in interface org.hibernate.metamodel.mapping.CompositeIdentifierMapping
 
getUnsavedStrategy() - Method in interface org.hibernate.metamodel.mapping.EntityIdentifierMapping
The strategy for distinguishing between detached and transient state based on the identifier mapping
getUnsavedStrategy() - Method in interface org.hibernate.metamodel.mapping.EntityVersionMapping
The strategy for distinguishing between detached and transient state based on the version mapping.
getUnsavedStrategy() - Method in class org.hibernate.metamodel.mapping.internal.BasicEntityIdentifierMappingImpl
 
getUnsavedStrategy() - Method in class org.hibernate.metamodel.mapping.internal.EntityVersionMappingImpl
 
getUnsavedStrategy() - Method in class org.hibernate.query.derived.AnonymousTupleBasicEntityIdentifierMapping
 
getUnsavedStrategy() - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddedEntityIdentifierMapping
 
getUnsavedStrategy() - Method in class org.hibernate.query.derived.AnonymousTupleNonAggregatedEntityIdentifierMapping
 
getUnsavedValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
Gets the value of the unsavedValue property.
getUnsavedValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Gets the value of the unsavedValue property.
getUnsavedValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTimestampAttributeType
Gets the value of the unsavedValue property.
getUnsavedValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmVersionAttributeType
Gets the value of the unsavedValue property.
getUnsavedValue() - Method in class org.hibernate.boot.jaxb.mapping.JaxbId
Gets the value of the unsavedValue property.
getUnsavedValue() - Method in interface org.hibernate.boot.model.source.spi.IdentifierSourceSimple
Returns the "unsaved" entity identifier value.
getUnsavedValue() - Method in interface org.hibernate.boot.model.source.spi.VersionAttributeSource
 
getUnsavedVersionValue(KeyValue, VersionJavaType<T>, Long, Integer, Integer, Getter, Supplier<?>) - Static method in class org.hibernate.engine.internal.UnsavedValueFactory
Return the UnsavedValueStrategy for determining whether an entity instance is unsaved based on the version.
getUnusedMappedSuperclasses() - Method in class org.hibernate.metamodel.internal.MetadataContext
 
getUpdateCoordinator() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getUpdateCount() - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
getUpdateCount() - Method in class org.hibernate.result.internal.OutputsImpl.CurrentReturnState
 
getUpdateCount() - Method in interface org.hibernate.result.UpdateCountOutput
Retrieve the associated update count
getUpdateCount() - Method in interface org.hibernate.stat.CollectionStatistics
Number of times (since last Statistics clearing) this collection has been updated
getUpdateCount() - Method in interface org.hibernate.stat.EntityStatistics
Number of times (since last Statistics clearing) this entity has been updated
getUpdateCount() - Method in class org.hibernate.stat.internal.CollectionStatisticsImpl
 
getUpdateCount() - Method in class org.hibernate.stat.internal.EntityStatisticsImpl
 
getUpdateCustomSql() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping
 
getUpdateDetails() - Method in class org.hibernate.persister.collection.mutation.CollectionTableMapping
 
getUpdateDetails() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping
 
getUpdateDetails() - Method in interface org.hibernate.sql.model.TableMapping
Details for updating this table
getUpdateEntryCoordinator() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
getUpdateExpectation() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping
 
getUpdateGeneratedValuesProcessor() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getUpdateId(Object, EntityPersister, Object, SessionImplementor) - Method in class org.hibernate.event.internal.DefaultSaveOrUpdateEventListener
Deprecated.
Determine the id to use for updating.
getUpdateId(Object, EntityPersister, Object, SessionImplementor) - Method in class org.hibernate.event.internal.DefaultUpdateEventListener
Deprecated.
If the user specified an id, assign it to the instance and use that, otherwise use the id already assigned to the instance
getUpdateRowOperation() - Method in class org.hibernate.persister.collection.mutation.RowMutationOperations
 
getUpdateRowRestrictions() - Method in class org.hibernate.persister.collection.mutation.RowMutationOperations
 
getUpdateRowsCoordinator() - Method in class org.hibernate.persister.collection.OneToManyPersister
 
getUpdateRowValues() - Method in class org.hibernate.persister.collection.mutation.RowMutationOperations
 
getUpdateTimestampsCacheHitCount() - Method in class org.hibernate.stat.internal.StatisticsImpl
 
getUpdateTimestampsCacheHitCount() - Method in interface org.hibernate.stat.Statistics
The global number of timestamps successfully retrieved from cache.
getUpdateTimestampsCacheMissCount() - Method in class org.hibernate.stat.internal.StatisticsImpl
 
getUpdateTimestampsCacheMissCount() - Method in interface org.hibernate.stat.Statistics
The global number of timestamp requests that were not found in the cache.
getUpdateTimestampsCachePutCount() - Method in class org.hibernate.stat.internal.StatisticsImpl
 
getUpdateTimestampsCachePutCount() - Method in interface org.hibernate.stat.Statistics
The global number of timestamps put in cache.
getUpdatingTableGroup() - Method in class org.hibernate.query.sqm.mutation.internal.temptable.UpdateExecutionDelegate
 
getUpperBound() - Method in class org.hibernate.query.sqm.tree.predicate.SqmBetweenPredicate
 
getUpperBound() - Method in class org.hibernate.sql.ast.tree.predicate.BetweenPredicate
 
getUpperUnderscoreCaseFromLowerCamelCase(String) - Static method in class org.hibernate.jpamodelgen.util.StringUtil
 
getUri(SessionFactoryOptions, Map<String, Object>) - Method in class org.hibernate.cache.jcache.internal.JCacheRegionFactory
 
getUrl() - Method in class org.hibernate.engine.jdbc.connections.internal.BasicConnectionCreator
 
getUrl() - Method in class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl.PooledConnections
 
getUrl() - Method in class org.hibernate.testing.jdbc.JdbcProperties
 
getURLFromPath(String) - Static method in class org.hibernate.boot.archive.internal.ArchiveHelper
get the URL from a given path string
getUrlPrefix() - Method in enum org.hibernate.dialect.Database
Get the JDBC URL prefix used by this database.
getUsableBeanManager() - Method in interface org.hibernate.resource.beans.container.internal.CdiBasedBeanContainer
 
getUsableBeanManager() - Method in class org.hibernate.resource.beans.container.internal.CdiBeanContainerDelayedAccessImpl
 
getUsableBeanManager() - Method in class org.hibernate.resource.beans.container.internal.CdiBeanContainerExtendedAccessImpl
 
getUsableBeanManager() - Method in class org.hibernate.resource.beans.container.internal.CdiBeanContainerImmediateAccessImpl
 
getUsage() - Method in class org.hibernate.boot.CacheRegionDefinition
 
getUsage() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCollectionCacheType
Gets the value of the usage property.
getUsage() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEntityCacheType
Gets the value of the usage property.
getUsage() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheType
Gets the value of the usage property.
getUsage() - Method in class org.hibernate.engine.jdbc.mutation.internal.JdbcValueDescriptorImpl
 
getUsage() - Method in class org.hibernate.sql.model.ast.ColumnValueParameter
 
getUsage() - Method in interface org.hibernate.sql.model.jdbc.JdbcValueDescriptor
How the parameter is used in the query
getUser() - Method in class org.hibernate.testing.jdbc.JdbcProperties
 
getUserDefinedTypeComment(String) - Method in class org.hibernate.dialect.Dialect
Get the comment into a form supported for UDT definition.
getUserDefinedTypeComment(String) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getUserDefinedTypeExporter() - Method in class org.hibernate.dialect.Dialect
getUserDefinedTypeExporter() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getUserDefinedTypes() - Method in class org.hibernate.boot.model.relational.Namespace
 
getUserProvidedIdentifier() - Method in interface org.hibernate.boot.model.naming.ImplicitConstraintNameSource
 
getUserResourceAsStream(String) - Static method in class org.hibernate.internal.util.ConfigHelper
Deprecated.
 
getUserType() - Method in class org.hibernate.type.CustomCollectionType
 
getUserType() - Method in class org.hibernate.type.CustomType
 
getUserTypeRegistrations() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
Gets the value of the userTypeRegistrations property.
getUtName() - Method in enum org.hibernate.engine.transaction.jta.platform.internal.WebSphereJtaPlatform.WebSphereEnvironment
 
getUuid() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
getUuid() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getUuid() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
Get the UUID unique to this SessionFactoryOptions.
getUuid() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getUuid() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get the UUID for this SessionFactory.
getUuid() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getUuid() - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
getUuid() - Method in class org.hibernate.type.spi.TypeConfiguration
 
getUUID() - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
getUUID() - Method in class org.hibernate.boot.internal.MetadataImpl
 
getUUID() - Method in interface org.hibernate.boot.Metadata
Gets the UUID for this metamodel.
getUUID() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
getUuidGenerator() - Method in class org.hibernate.boot.jaxb.mapping.JaxbId
Gets the value of the uuidGenerator property.
getValidateFilter() - Method in class org.hibernate.tool.schema.internal.DefaultSchemaFilterProvider
 
getValidateFilter() - Method in interface org.hibernate.tool.schema.spi.SchemaFilterProvider
Get the filter to be applied to SchemaValidator processing
getValidationMode() - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
getValidationMode() - Method in class org.hibernate.jpa.boot.internal.PersistenceUnitInfoDescriptor
 
getValidationMode() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
 
getValidationMode() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
Gets the value of the validationMode property.
getValidationMode() - Method in class org.hibernate.testing.orm.jpa.PersistenceUnitDescriptorAdapter
 
getValidationMode() - Method in class org.hibernate.testing.orm.jpa.PersistenceUnitInfoAdapter
 
getValidationMode() - Method in class org.hibernate.testing.orm.jpa.PersistenceUnitInfoImpl
 
getValidationMode() - Method in class org.hibernate.testing.orm.junit.EntityManagerFactoryBasedFunctionalTest.TestingPersistenceUnitDescriptorImpl
 
getValidationMode() - Method in class org.hibernate.testing.util.jpa.DelegatingPersistenceUnitInfo
 
getValidationMode() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
 
getValidationMode() - Method in class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
 
getValidationModes() - Method in interface org.hibernate.boot.beanvalidation.ActivationContext
Access the requested validation mode(s).
getValidatorFactoryReference() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
getValidatorFactoryReference() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getValidatorFactoryReference() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
getValidFunctionKeys() - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
 
getValue() - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgConfigPropertyType
Gets the value of the value property.
getValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyValueMappingType
Gets the value of the value property.
getValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmConfigParameterType
Gets the value of the value property.
getValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCustomSqlDmlType
Gets the value of the value property.
getValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDialectScopeType
Gets the value of the value property.
getValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
Gets the value of the value property.
getValue() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintType
Gets the value of the value property.
getValue() - Method in class org.hibernate.boot.jaxb.mapping.JaxbColumnType
Gets the value of the value property.
getValue() - Method in class org.hibernate.boot.jaxb.mapping.JaxbConfigurationParameter
Gets the value of the value property.
getValue() - Method in class org.hibernate.boot.jaxb.mapping.JaxbCustomSql
Gets the value of the value property.
getValue() - Method in class org.hibernate.boot.jaxb.mapping.JaxbHbmFilter.JaxbAliases
Gets the value of the value property.
getValue() - Method in class org.hibernate.boot.jaxb.mapping.JaxbQueryHint
Gets the value of the value property.
getValue() - Method in class org.hibernate.boot.model.internal.FkSecondPass
 
getValue() - Method in class org.hibernate.boot.model.internal.PropertyBinder
 
getValue() - Method in class org.hibernate.boot.model.source.spi.ToolingHint
 
getValue() - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess.Item
 
getValue() - Method in interface org.hibernate.cache.spi.support.AbstractReadWriteAccess.Lockable
Returns the enclosed value.
getValue() - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess.SoftLockImpl
 
getValue() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
getValue() - Method in class org.hibernate.collection.spi.PersistentArrayHolder
 
getValue() - Method in interface org.hibernate.collection.spi.PersistentCollection
Return the user-visible collection (or array) instance
getValue() - Method in class org.hibernate.engine.jdbc.mutation.spi.Binding
The value to be bound to the parameter
getValue() - Method in class org.hibernate.engine.spi.TypedValue
 
getValue() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
getValue() - Method in class org.hibernate.envers.internal.entities.mapper.id.QueryParameterData
 
getValue() - Method in class org.hibernate.internal.util.LazyValue
 
getValue() - Method in class org.hibernate.internal.util.MutableBoolean
 
getValue() - Method in class org.hibernate.internal.util.ValueHolder
 
getValue() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit.Properties.Property
Gets the value of the value property.
getValue() - Method in class org.hibernate.jpamodelgen.xml.jaxb.QueryHint
Gets the value of the value property.
getValue() - Method in class org.hibernate.mapping.Column
 
getValue() - Method in class org.hibernate.mapping.MetaAttribute
 
getValue() - Method in class org.hibernate.mapping.Property
 
getValue() - Method in interface org.hibernate.metamodel.mapping.DiscriminatorValueDetails
The discriminator value
getValue() - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatorValueDetailsImpl
 
getValue() - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
 
getValue() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
getValue() - Method in class org.hibernate.query.sqm.tree.expression.ValueBindJpaCriteriaParameter
 
getValue() - Method in class org.hibernate.query.sqm.tree.update.SqmAssignment
The new value
getValue() - Method in class org.hibernate.query.TypedParameterValue
The value to bind
getValue() - Method in class org.hibernate.sql.ast.tree.predicate.FilterPredicate.FilterFragmentParameter
 
getValue(int, Class<T>) - Method in interface org.hibernate.metamodel.spi.ValueAccess
Access to an individual value.
getValue(int, Class<T>) - Method in class org.hibernate.sql.results.graph.embeddable.AbstractEmbeddableInitializer
 
getValue(int, Class<T>) - Method in class org.hibernate.sql.results.graph.embeddable.internal.AbstractNonAggregatedIdentifierMappingInitializer
 
getValue(Object) - Method in interface org.hibernate.metamodel.mapping.AttributeMapping
Convenient access to getting the value for this attribute from the declarer
getValue(Object, int) - Method in interface org.hibernate.metamodel.mapping.ManagedMappingType
Extract a specific attribute value from the entity instance, by position
getValue(Object, int) - Method in interface org.hibernate.persister.entity.EntityPersister
 
getValue(Object, int) - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddableValuedModelPart
 
getValue(Object, int) - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
getValue(String) - Method in class org.hibernate.envers.configuration.internal.PersistentClassGraphDefiner
 
getValue(String, String, Function<String, ?>) - Static method in class org.hibernate.jpa.internal.LegacySpecHelper
 
getValue(String, String, Function<String, ?>, Function<Object, Boolean>) - Static method in class org.hibernate.jpa.internal.LegacySpecHelper
 
getValue(R) - Method in interface org.hibernate.envers.internal.tools.graph.GraphDefiner
 
getValue(T, T) - Static method in class org.hibernate.boot.model.source.internal.hbm.Helper
 
getValue1() - Method in class org.hibernate.testing.orm.domain.gambit.EmbeddedIdEntity.EmbeddedIdEntityId
 
getValue1() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithAggregateId.Key
 
getValue1() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithNotAggregateId.PK
 
getValue2() - Method in class org.hibernate.testing.orm.domain.gambit.EmbeddedIdEntity.EmbeddedIdEntityId
 
getValue2() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithAggregateId.Key
 
getValue2() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithNotAggregateId.PK
 
getValueAssembler() - Method in class org.hibernate.sql.results.graph.instantiation.internal.BeanInjection
 
getValueBinder() - Method in class org.hibernate.engine.jdbc.mutation.spi.Binding
The binder to be used in binding this value
getValueBindingList() - Method in class org.hibernate.sql.model.ast.builder.AbstractTableInsertBuilder
 
getValueBindings() - Method in class org.hibernate.sql.model.ast.AbstractTableInsert
 
getValueBindings() - Method in class org.hibernate.sql.model.ast.AbstractTableUpdate
 
getValueBindings() - Method in class org.hibernate.sql.model.ast.builder.AbstractTableUpdateBuilder
The (non-LOB) bindings for each column being updated (SET clause)
getValueBindings() - Method in interface org.hibernate.sql.model.ast.TableInsert
The value bindings for each column, including table key(s)
getValueBindings() - Method in interface org.hibernate.sql.model.ast.TableUpdate
The value bindings for each column.
getValueBindings() - Method in class org.hibernate.sql.model.internal.OptionalTableUpdate
 
getValueBindings() - Method in class org.hibernate.sql.model.internal.TableUpdateNoSet
 
getValueClassification() - Method in interface org.hibernate.metamodel.internal.ValueContext
 
getValueColumnName() - Method in class org.hibernate.boot.jaxb.mapping.JaxbTableGenerator
Gets the value of the valueColumnName property.
getValueColumnName() - Method in class org.hibernate.id.enhanced.TableGenerator
The name of the column in which we store our persistent generator value.
getValueColumnName() - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
Gets the value of the valueColumnName property.
getValueContext() - Method in interface org.hibernate.metamodel.internal.SingularAttributeMetadata
Retrieve the value context for this attribute
getValueContext() - Method in class org.hibernate.metamodel.internal.SingularAttributeMetadataImpl
 
getValueConverter() - Method in class org.hibernate.boot.model.process.internal.InferredBasicValueResolution
 
getValueConverter() - Method in class org.hibernate.boot.model.process.internal.NamedBasicTypeResolution
 
getValueConverter() - Method in class org.hibernate.boot.model.process.internal.NamedConverterResolution
 
getValueConverter() - Method in class org.hibernate.boot.model.process.internal.UserTypeResolution
 
getValueConverter() - Method in class org.hibernate.boot.model.process.internal.VersionResolution
 
getValueConverter() - Method in interface org.hibernate.mapping.BasicValue.Resolution
Converter, if any, to convert values between the domain and relational JavaType representations
getValueConverter() - Method in interface org.hibernate.metamodel.mapping.DiscriminatorMapping
Information about the value mappings
getValueConverter() - Method in interface org.hibernate.metamodel.mapping.DiscriminatorType
 
getValueConverter() - Method in class org.hibernate.metamodel.mapping.internal.AbstractDiscriminatorMapping
 
getValueConverter() - Method in class org.hibernate.metamodel.mapping.internal.AnyDiscriminatorPart
 
getValueConverter() - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatorTypeImpl
 
getValueConverter() - Method in class org.hibernate.metamodel.mapping.internal.ExplicitColumnDiscriminatorMappingImpl
 
getValueConverter() - Method in interface org.hibernate.metamodel.mapping.JdbcMapping
Returns the converter that this basic type uses for transforming from the domain type, to the relational type, or null if there is no conversion.
getValueConverter() - Method in class org.hibernate.persister.entity.DiscriminatorType
Deprecated.
 
getValueConverter() - Method in class org.hibernate.sql.results.graph.basic.BasicResultAssembler
Exposed for testing purposes
getValueConverter() - Method in interface org.hibernate.type.BasicType
 
getValueConverter() - Method in class org.hibernate.type.ConvertedBasicArrayType
 
getValueConverter() - Method in class org.hibernate.type.ConvertedBasicCollectionType
 
getValueConverter() - Method in interface org.hibernate.type.ConvertedBasicType
 
getValueConverter() - Method in class org.hibernate.type.CustomType
 
getValueConverter() - Method in class org.hibernate.type.internal.ConvertedBasicTypeImpl
 
getValueConverter() - Method in class org.hibernate.usertype.StaticUserTypeSupport
 
getValueConverter() - Method in interface org.hibernate.usertype.UserType
Returns the converter that this custom type uses for transforming from the domain type to the relational type, or null if there is no conversion.
getValueDescriptor() - Method in class org.hibernate.engine.jdbc.mutation.spi.Binding
 
getValueExpression() - Method in class org.hibernate.sql.model.ast.ColumnValueBinding
 
getValueExpression(SelectableMapping) - Method in interface org.hibernate.dialect.aggregate.AggregateSupport.AggregateColumnWriteExpression
Returns the value expression to assign to the given selectable mapping, or throws an IllegalArgumentException when an invalid selectable mapping is passed.
getValueExpression(SelectableMapping) - Method in class org.hibernate.sql.ast.tree.expression.AggregateColumnWriteExpression
 
getValueExpressions() - Method in class org.hibernate.sql.ast.tree.expression.AggregateColumnWriteExpression
 
getValueFromObject(String, String, Object, ServiceRegistry) - Method in class org.hibernate.envers.internal.entities.mapper.AbstractMapper
Get a value from the specified object.
getValueFromObject(PropertyData, Object) - Method in class org.hibernate.envers.internal.entities.mapper.id.AbstractIdMapper
 
getValueFromObject(PropertyData, Object, ServiceRegistry) - Method in class org.hibernate.envers.internal.entities.mapper.AbstractMapper
Get a value from the specified object.
getValueGenerator() - Method in class org.hibernate.tuple.CreationTimestampGeneration
Deprecated.
 
getValueGenerator() - Method in class org.hibernate.tuple.UpdateTimestampGeneration
Deprecated.
 
getValueGenerator() - Method in interface org.hibernate.tuple.ValueGeneration
Deprecated.
Obtain the Java value generator, if the value is generated in Java, or return null if the value is generated by the database.
getValueGeneratorCreator() - Method in class org.hibernate.mapping.Property
 
getValueGraphType() - Method in interface org.hibernate.metamodel.model.domain.BagPersistentAttribute
 
getValueGraphType() - Method in class org.hibernate.metamodel.model.domain.internal.AbstractAttribute
 
getValueGraphType() - Method in class org.hibernate.metamodel.model.domain.internal.AbstractPluralAttribute
 
getValueGraphType() - Method in class org.hibernate.metamodel.model.domain.internal.SingularAttributeImpl
 
getValueGraphType() - Method in interface org.hibernate.metamodel.model.domain.PersistentAttribute
 
getValueGraphType() - Method in interface org.hibernate.metamodel.model.domain.PluralPersistentAttribute
 
getValueGraphType() - Method in interface org.hibernate.metamodel.model.domain.SingularPersistentAttribute
For a singular attribute, the value type is defined as the attribute type
getValueMapping() - Method in class org.hibernate.sql.ast.tree.predicate.FilterPredicate.FilterFragmentParameter
 
getValueMappings() - Method in interface org.hibernate.boot.jaxb.mapping.DiscriminatedAssociation.Discriminator
Mapping of discriminator-values to the corresponding entity names
getValueMappings() - Method in class org.hibernate.boot.jaxb.mapping.JaxbHbmAnyDiscriminator
Gets the value of the valueMappings property.
getValueMappings() - Method in interface org.hibernate.boot.model.source.spi.AnyDiscriminatorSource
 
getValueMappingSources() - Method in class org.hibernate.boot.jaxb.hbm.internal.ImplicitResultSetMappingDefinition
 
getValueMappingSources() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmResultSetMappingType
Gets the value of the valueMappingSources property.
getValueMappingSources() - Method in interface org.hibernate.boot.jaxb.hbm.spi.ResultSetMappingBindingDefinition
Get the JAXB mappings for each defined value return in the ResultSet mapping.
getValuePosition() - Method in class org.hibernate.engine.query.spi.OrdinalParameterDescriptor
 
getValues() - Method in class org.hibernate.boot.model.source.spi.ToolingHint
 
getValues() - Method in class org.hibernate.envers.configuration.internal.PersistentClassGraphDefiner
 
getValues() - Method in interface org.hibernate.envers.internal.tools.graph.GraphDefiner
 
getValues() - Method in class org.hibernate.mapping.MetaAttribute
 
getValues() - Method in interface org.hibernate.metamodel.spi.ValueAccess
The complete set of values.
getValues() - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard.UpdateValuesAnalysisImpl
 
getValues() - Method in interface org.hibernate.persister.entity.mutation.UpdateValuesAnalysis
 
getValues() - Method in class org.hibernate.sql.InFragment
 
getValues() - Method in class org.hibernate.sql.results.graph.embeddable.AbstractEmbeddableInitializer
 
getValues() - Method in class org.hibernate.sql.results.graph.embeddable.internal.AbstractNonAggregatedIdentifierMappingInitializer
 
getValues() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfDynamicComponent
 
getValues() - Method in class org.hibernate.type.CharBooleanConverter
 
getValues() - Method in class org.hibernate.type.TrueFalseConverter
 
getValues() - Method in class org.hibernate.type.YesNoConverter
 
getValues(Object) - Method in class org.hibernate.metamodel.mapping.internal.AbstractEmbeddableMapping
 
getValues(Object) - Method in interface org.hibernate.metamodel.mapping.ManagedMappingType
Extract the individual attribute values from the entity instance
getValues(Object) - Method in interface org.hibernate.persister.entity.EntityPersister
 
getValues(Object) - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddableValuedModelPart
 
getValues(Object) - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
getValuesArrayPosition() - Method in class org.hibernate.query.results.ResultSetMappingSqlSelection
 
getValuesArrayPosition() - Method in interface org.hibernate.sql.ast.spi.SqlSelection
Get the position within the "JDBC values" array (0-based).
getValuesArrayPosition() - Method in class org.hibernate.sql.results.internal.SqlSelectionImpl
 
getValuesList() - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertValuesStatement
 
getValuesList() - Method in class org.hibernate.sql.ast.tree.from.ValuesTableReference
 
getValuesList() - Method in class org.hibernate.sql.ast.tree.insert.InsertSelectStatement
 
getValuesMapping() - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesCacheHit
 
getValuesMapping() - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesResultSetImpl
 
getValuesMapping() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
 
getValuesWithProperties() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfDynamicComponent
 
getValueType() - Method in class org.hibernate.metamodel.model.domain.internal.PluralAttributeBuilder
 
getVarcharVariantCode() - Method in enum org.hibernate.dialect.NationalizationSupport
 
getVendor() - Method in class org.hibernate.testing.orm.domain.retail.Product
 
getVersion() - Method in class org.hibernate.action.internal.EntityDeleteAction
 
getVersion() - Method in class org.hibernate.action.internal.EntityInsertAction
 
getVersion() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the version property.
getVersion() - Method in class org.hibernate.boot.jaxb.mapping.JaxbAttributes
Gets the value of the version property.
getVersion() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
Gets the value of the version property.
getVersion() - Method in class org.hibernate.boot.model.internal.PropertyMappingElementCollector
 
getVersion() - Method in class org.hibernate.boot.xsd.XsdDescriptor
 
getVersion() - Method in interface org.hibernate.cache.spi.entry.CacheEntry
Retrieves the version (optimistic locking) associated with this cache entry.
getVersion() - Method in class org.hibernate.cache.spi.entry.ReferenceCacheEntryImpl
 
getVersion() - Method in class org.hibernate.cache.spi.entry.StandardCacheEntryImpl
 
getVersion() - Method in class org.hibernate.dialect.Dialect
Get the version of the SQL dialect that is the target of this instance.
getVersion() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getVersion() - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
getVersion() - Method in interface org.hibernate.engine.spi.EntityEntry
 
getVersion() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
Gets the value of the version property.
getVersion() - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Gets the value of the version property.
getVersion() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence
Gets the value of the version property.
getVersion() - Method in class org.hibernate.mapping.MappedSuperclass
 
getVersion() - Method in class org.hibernate.mapping.PersistentClass
 
getVersion() - Method in class org.hibernate.mapping.RootClass
 
getVersion() - Method in class org.hibernate.mapping.Subclass
 
getVersion(Class<Y>) - Method in class org.hibernate.metamodel.model.domain.AbstractIdentifiableType
 
getVersion(Class<Y>) - Method in interface org.hibernate.metamodel.model.domain.IdentifiableDomainType
 
getVersion(Class<Y>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
getVersion(Object) - Method in interface org.hibernate.metadata.ClassMetadata
Deprecated.
Get the version number (or timestamp) from the object's version property (or return null if not versioned)
getVersion(Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getVersion(Object) - Method in interface org.hibernate.persister.entity.EntityPersister
Get the version number (or timestamp) from the object's version property.
getVersion(Object[], EntityPersister) - Static method in class org.hibernate.engine.internal.Versioning
Extract the optimistic locking value out of the entity state snapshot.
getVersionAssembler() - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
getVersionAttribute() - Method in interface org.hibernate.metamodel.mapping.EntityVersionMapping
The attribute marked as the version
getVersionAttribute() - Method in class org.hibernate.metamodel.mapping.internal.EntityVersionMappingImpl
 
getVersionAttributeSource() - Method in class org.hibernate.boot.model.source.internal.hbm.EntityHierarchySourceImpl
 
getVersionAttributeSource() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
Obtain the source information about the attribute used for optimistic locking.
getVersionColumnName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getVersionColumnName() - Method in interface org.hibernate.persister.entity.Lockable
Deprecated.
For versioned entities, get the name of the column (again, expected on the root table) used to store the version values.
getVersionComparator() - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess
 
getVersionComparator() - Method in class org.hibernate.cache.spi.support.CollectionReadWriteAccess
 
getVersionComparator() - Method in class org.hibernate.cache.spi.support.EntityReadWriteAccess
 
getVersionComparator() - Method in class org.hibernate.cache.spi.support.NaturalIdReadWriteAccess
 
getVersionComparatorAccess() - Method in class org.hibernate.cache.cfg.internal.EntityDataCachingConfigImpl
 
getVersionComparatorAccess() - Method in interface org.hibernate.cache.cfg.spi.EntityDataCachingConfig
Access to the comparator to be used with the entity's version.
getVersionedTableName() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getVersionGenerator() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getVersionGenerator() - Method in interface org.hibernate.persister.entity.EntityPersister
 
getVersionGenerator() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
getVersionJavaType() - Method in interface org.hibernate.persister.entity.EntityPersister
 
getVersionMapping() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
Mapping details for the entity's version when using the version strategy.
getVersionMapping() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getVersionMapping() - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
getVersionProperty() - Method in class org.hibernate.jpamodelgen.validation.MockEntityPersister
 
getVersionProperty() - Method in interface org.hibernate.metadata.ClassMetadata
Deprecated.
Get the index of the version property
getVersionProperty() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getVersionProperty() - Method in interface org.hibernate.persister.entity.EntityPersister
If EntityPersister.isVersioned(), then what is the index of the property holding the locking value.
getVersionProperty() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
getVersionPropertyIndex() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
getVersionSelectString() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getVersionsMiddleEntityName() - Method in class org.hibernate.envers.internal.entities.mapper.relation.CommonCollectionMapperData
 
getVersionString() - Static method in class org.hibernate.jpamodelgen.Version
 
getVersionString() - Static method in class org.hibernate.Version
Access to the Hibernate ORM version.
getVersionType() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
getVersionType() - Method in interface org.hibernate.persister.entity.EntityPersister
If EntityPersister.isVersioned(), then what is the type of the property holding the locking value.
getVersionUpdateBatchkey() - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard
 
getVersionUpdateGroup() - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard
 
getViewQuery() - Method in class org.hibernate.mapping.Table
 
getViolatedConstraintNameExtractor() - Method in class org.hibernate.dialect.CockroachDialect
 
getViolatedConstraintNameExtractor() - Method in class org.hibernate.dialect.Dialect
A ViolatedConstraintNameExtractor for extracting the name of a violated constraint from a SQLException.
getViolatedConstraintNameExtractor() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getViolatedConstraintNameExtractor() - Method in class org.hibernate.dialect.H2Dialect
 
getViolatedConstraintNameExtractor() - Method in class org.hibernate.dialect.HSQLDialect
 
getViolatedConstraintNameExtractor() - Method in class org.hibernate.dialect.MySQLDialect
 
getViolatedConstraintNameExtractor() - Method in class org.hibernate.dialect.OracleDialect
 
getViolatedConstraintNameExtractor() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getViolatedConstraintNameExtractor() - Method in class org.hibernate.dialect.SybaseASEDialect
 
getViolatedConstraintNameExtractor() - Method in interface org.hibernate.exception.spi.ConversionContext
 
getVirtualIdEmbeddable() - Method in class org.hibernate.metamodel.mapping.internal.InverseNonAggregatedIdentifierMapping
 
getVirtualIdEmbeddable() - Method in class org.hibernate.metamodel.mapping.internal.NonAggregatedIdentifierMappingImpl
 
getVirtualIdEmbeddable() - Method in interface org.hibernate.metamodel.mapping.NonAggregatedIdentifierMapping
The virtual-id representation of this id mapping
getVirtualIdEmbeddable() - Method in class org.hibernate.query.derived.AnonymousTupleNonAggregatedEntityIdentifierMapping
 
getVirtualNotFinalizerFilter() - Method in class org.hibernate.bytecode.internal.bytebuddy.ByteBuddyState.ProxyDefinitionHelpers
 
getVirtualPropertyType() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
getVirtualReturnClass() - Method in class org.hibernate.envers.internal.entities.PropertyData
 
getVirtualSelectables() - Method in class org.hibernate.mapping.OneToOne
 
getVirtualSelectables() - Method in interface org.hibernate.mapping.Value
Same as Value.getSelectables() except it returns the PK for the non-owning side of a one-to-one association.
getVocabulary() - Method in class org.hibernate.grammars.graph.GraphLanguageLexer
 
getVocabulary() - Method in class org.hibernate.grammars.graph.GraphLanguageParser
 
getVocabulary() - Method in class org.hibernate.grammars.hql.HqlLexer
 
getVocabulary() - Method in class org.hibernate.grammars.hql.HqlParser
 
getVocabulary() - Method in class org.hibernate.grammars.importsql.SqlScriptLexer
 
getVocabulary() - Method in class org.hibernate.grammars.importsql.SqlScriptParser
 
getVocabulary() - Method in class org.hibernate.grammars.ordering.OrderingLexer
 
getVocabulary() - Method in class org.hibernate.grammars.ordering.OrderingParser
 
getWatcher(String, Class<?>) - Method in class org.hibernate.testing.orm.junit.LoggingInspectionsScope
 
getWatcher(String, String) - Method in class org.hibernate.testing.orm.junit.LoggingInspectionsScope
 
getWatcher(ExtensionContext) - Static method in class org.hibernate.testing.orm.junit.MessageKeyInspectionExtension
 
getWebSphereVersion() - Method in enum org.hibernate.engine.transaction.jta.platform.internal.WebSphereJtaPlatform.WebSphereEnvironment
 
getWhenFragments() - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
 
getWhenFragments() - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
 
getWhenFragments() - Method in class org.hibernate.sql.ast.tree.expression.CaseSearchedExpression
 
getWhenFragments() - Method in class org.hibernate.sql.ast.tree.expression.CaseSimpleExpression
 
getWhere() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the where property.
getWhere() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the where property.
getWhere() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the where property.
getWhere() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the where property.
getWhere() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Gets the value of the where property.
getWhere() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the where property.
getWhere() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the where property.
getWhere() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the where property.
getWhere() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the where property.
getWhere() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
getWhere() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the where property.
getWhere() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
getWhere() - Method in class org.hibernate.boot.model.source.internal.hbm.EntityHierarchySourceImpl
 
getWhere() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceManyToManyImpl
 
getWhere() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
Obtain the specified extra where condition to be applied to this entity.
getWhere() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceManyToMany
 
getWhere() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
getWhere() - Method in class org.hibernate.mapping.Collection
 
getWhere() - Method in class org.hibernate.mapping.PersistentClass
 
getWhere() - Method in class org.hibernate.mapping.RootClass
 
getWhere() - Method in class org.hibernate.mapping.Subclass
 
getWhereClause() - Method in class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
 
getWhereClause() - Method in interface org.hibernate.query.sqm.tree.predicate.SqmWhereClauseContainer
 
getWhereClause() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
getWhereClauseRestrictions() - Method in class org.hibernate.sql.ast.tree.select.QuerySpec
 
getWhereFragment() - Method in class org.hibernate.sql.model.ast.builder.TableDeleteBuilderStandard
 
getWhereFragment() - Method in class org.hibernate.sql.model.ast.builder.TableUpdateBuilderStandard
 
getWhereFragment() - Method in class org.hibernate.sql.model.internal.TableDeleteStandard
 
getWhereFragment() - Method in class org.hibernate.sql.model.internal.TableUpdateStandard
 
getWindow() - Method in class org.hibernate.query.sqm.tree.expression.SqmOver
 
getWithinGroup() - Method in class org.hibernate.query.sqm.function.SelfRenderingOrderedSetAggregateFunctionSqlAstExpression
 
getWithinGroup() - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmOrderedSetAggregateFunction
 
getWithinGroup() - Method in interface org.hibernate.query.sqm.tree.expression.SqmOrderedSetAggregateFunction
 
getWithinGroup() - Method in interface org.hibernate.sql.ast.tree.expression.OrderedSetAggregateFunctionExpression
 
getWrappedBlob() - Method in class org.hibernate.engine.jdbc.SerializableBlobProxy
Access to the wrapped Blob reference
getWrappedBlob() - Method in interface org.hibernate.engine.jdbc.WrappedBlob
Retrieve the wrapped Blob reference
getWrappedClob() - Method in class org.hibernate.engine.jdbc.SerializableClobProxy
Access to the wrapped Clob reference
getWrappedClob() - Method in interface org.hibernate.engine.jdbc.WrappedClob
Retrieve the wrapped Blob reference
getWrappedDialect() - Method in class org.hibernate.dialect.DialectDelegateWrapper
Exposed so to allow code needing to know the implementation.
getWrappedNClob() - Method in interface org.hibernate.engine.jdbc.WrappedNClob
Retrieve the wrapped Blob reference
getWrappedObject() - Method in interface org.hibernate.engine.jdbc.spi.JdbcWrapper
Retrieve the wrapped JDBC object.
getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedBagJoin
 
getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedCrossJoin
 
getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedEntityJoin
 
getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedListJoin
 
getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedMapJoin
 
getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedPluralPartJoin
 
getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRoot
 
getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRootJoin
 
getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedSetJoin
 
getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedSingularJoin
 
getWrappedPath() - Method in interface org.hibernate.query.sqm.tree.domain.SqmPathWrapper
Access the wrapped SqmPath.
getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedBagJoin
 
getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedCrossJoin
 
getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedEntityJoin
 
getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedListJoin
 
getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedMapJoin
 
getWrappedPath() - Method in interface org.hibernate.query.sqm.tree.domain.SqmTreatedPath
 
getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedPluralPartJoin
 
getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedRoot
 
getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSetJoin
 
getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSimplePath
 
getWrappedPath() - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSingularJoin
 
getWrappedPredicate() - Method in class org.hibernate.query.sqm.tree.predicate.SqmNegatedPredicate
 
getWrappedValue() - Method in class org.hibernate.mapping.DependantValue
 
getWrapperArrayHandling() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
 
getWrapperArrayHandling() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
getWrapperArrayHandling() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
 
getWrapperClass() - Method in class org.hibernate.internal.util.type.PrimitiveWrapperHelper.BooleanDescriptor
 
getWrapperClass() - Method in class org.hibernate.internal.util.type.PrimitiveWrapperHelper.ByteDescriptor
 
getWrapperClass() - Method in class org.hibernate.internal.util.type.PrimitiveWrapperHelper.CharacterDescriptor
 
getWrapperClass() - Method in class org.hibernate.internal.util.type.PrimitiveWrapperHelper.DoubleDescriptor
 
getWrapperClass() - Method in class org.hibernate.internal.util.type.PrimitiveWrapperHelper.FloatDescriptor
 
getWrapperClass() - Method in class org.hibernate.internal.util.type.PrimitiveWrapperHelper.IntegerDescriptor
 
getWrapperClass() - Method in class org.hibernate.internal.util.type.PrimitiveWrapperHelper.LongDescriptor
 
getWrapperClass() - Method in interface org.hibernate.internal.util.type.PrimitiveWrapperHelper.PrimitiveWrapperDescriptor
 
getWrapperClass() - Method in class org.hibernate.internal.util.type.PrimitiveWrapperHelper.ShortDescriptor
 
getWrapperOptions() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
getWrapperOptions() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
getWrapperOptions() - Method in class org.hibernate.internal.SessionFactoryImpl
 
getWrapperOptions() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
getWrite() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Gets the value of the write property.
getWrite() - Method in interface org.hibernate.boot.jaxb.hbm.transform.SourceColumnAdapter
 
getWrite() - Method in class org.hibernate.boot.jaxb.hbm.transform.SourceColumnAdapterJaxbHbmColumnType
 
getWrite() - Method in class org.hibernate.boot.jaxb.mapping.JaxbColumn
Gets the value of the write property.
getWriteExpr() - Method in class org.hibernate.mapping.Column
 
getWriteExpr() - Method in interface org.hibernate.mapping.Selectable
 
getWriteExpr(JdbcMapping, Dialect) - Method in interface org.hibernate.mapping.Selectable
 
getWriteExpression() - Method in class org.hibernate.metamodel.mapping.internal.BasicAttributeMapping
 
getWriteExpression() - Method in class org.hibernate.metamodel.mapping.internal.SelectableMappingImpl
 
getWriteExpression() - Method in interface org.hibernate.metamodel.mapping.SelectableMapping
 
getWriteExpression() - Method in interface org.hibernate.metamodel.mapping.SoftDeleteMapping
 
getWriteExpression() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping.KeyColumn
 
getWriteFragment() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
A SQL fragment to apply to the column value on write.
getWriteLockString(int) - Method in class org.hibernate.dialect.AbstractHANADialect
 
getWriteLockString(int) - Method in class org.hibernate.dialect.CockroachDialect
 
getWriteLockString(int) - Method in class org.hibernate.dialect.DB2Dialect
 
getWriteLockString(int) - Method in class org.hibernate.dialect.DerbyDialect
 
getWriteLockString(int) - Method in class org.hibernate.dialect.Dialect
Get the string to append to SELECT statements to acquire pessimistic WRITE locks for this dialect.
getWriteLockString(int) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getWriteLockString(int) - Method in class org.hibernate.dialect.MySQLDialect
 
getWriteLockString(int) - Method in class org.hibernate.dialect.OracleDialect
 
getWriteLockString(int) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getWriteLockString(int) - Method in class org.hibernate.dialect.SpannerDialect
 
getWriteLockString(int) - Method in class org.hibernate.dialect.TiDBDialect
 
getWriteLockString(String, int) - Method in class org.hibernate.dialect.AbstractHANADialect
 
getWriteLockString(String, int) - Method in class org.hibernate.dialect.CockroachDialect
 
getWriteLockString(String, int) - Method in class org.hibernate.dialect.Dialect
Get the string to append to SELECT statements to acquire WRITE locks for this dialect, given the aliases of the columns to be write locked.
getWriteLockString(String, int) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getWriteLockString(String, int) - Method in class org.hibernate.dialect.MySQLDialect
 
getWriteLockString(String, int) - Method in class org.hibernate.dialect.OracleDialect
 
getWriteLockString(String, int) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getWriteLockString(String, int) - Method in class org.hibernate.dialect.SpannerDialect
 
getWriteRowLockStrategy() - Method in class org.hibernate.dialect.AbstractHANADialect
 
getWriteRowLockStrategy() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
getWriteRowLockStrategy() - Method in class org.hibernate.dialect.CockroachDialect
 
getWriteRowLockStrategy() - Method in class org.hibernate.dialect.DerbyDialect
 
getWriteRowLockStrategy() - Method in class org.hibernate.dialect.Dialect
The row lock strategy to use for write locks.
getWriteRowLockStrategy() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
getWriteRowLockStrategy() - Method in class org.hibernate.dialect.MySQLDialect
 
getWriteRowLockStrategy() - Method in class org.hibernate.dialect.OracleDialect
 
getWriteRowLockStrategy() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
getXClass() - Method in interface org.hibernate.envers.configuration.internal.metadata.reader.PersistentPropertiesSource
 
getXmlBindings() - Method in class org.hibernate.boot.MetadataSources
 
getXMLContext() - Method in class org.hibernate.boot.model.internal.JPAXMLOverriddenMetadataProvider
 
getXmlFiles() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
getXmlFormatMapper() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
getXmlFormatMapper() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
getXmlFormatMapper() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
The format mapper to use for serializing/deserializing XML data.
getXmlFormatMapper() - Method in class org.hibernate.internal.FastSessionServices
 
getXMLJacksonFormatMapperOrNull() - Static method in class org.hibernate.type.format.jackson.JacksonIntegration
 
getXmlMappingBinderAccess() - Method in class org.hibernate.boot.MetadataSources
 
getXmlMappingBinderAccess() - Method in class org.hibernate.cfg.Configuration
An object capable of parsing XML mapping files that can then be passed to Configuration.addXmlMapping(Binding).
getXmlMappingBindings() - Method in class org.hibernate.boot.model.process.internal.ManagedResourcesImpl
 
getXmlMappingBindings() - Method in interface org.hibernate.boot.model.process.spi.ManagedResources
Informational access to binding for all known XML mapping files.
getXmlMappingMetadataComplete() - Method in class org.hibernate.boot.jaxb.mapping.JaxbPersistenceUnitMetadata
Gets the value of the xmlMappingMetadataComplete property.
getXmlMappingMetadataComplete() - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitMetadata
Gets the value of the xmlMappingMetadataComplete property.
getXmlNodeName() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
getXmlNodeName() - Method in class org.hibernate.boot.model.source.internal.hbm.BasicAttributePropertySource
 
getXmlNodeName() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceBasicImpl
 
getXmlNodeName() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceManyToOneImpl
 
getXmlNodeName() - Method in class org.hibernate.boot.model.source.internal.hbm.ManyToOnePropertySource
 
getXmlNodeName() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceOneToManyImpl
 
getXmlNodeName() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeyManyToAnySourceImpl
 
getXmlNodeName() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeyManyToManySourceImpl
 
getXmlNodeName() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeySourceBasicImpl
 
getXmlNodeName() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeySourceEmbeddedImpl
 
getXmlNodeName() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSequentialIndexSourceImpl
 
getXmlNodeName() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceArrayImpl
 
getXmlNodeName() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceBagImpl
 
getXmlNodeName() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceIdBagImpl
 
getXmlNodeName() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceListImpl
 
getXmlNodeName() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceMapImpl
 
getXmlNodeName() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourcePrimitiveArrayImpl
 
getXmlNodeName() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceSetImpl
 
getXmlNodeName() - Method in class org.hibernate.boot.model.source.internal.hbm.SingularAttributeSourceAnyImpl
 
getXmlNodeName() - Method in interface org.hibernate.boot.model.source.spi.AttributeSource
This is only useful to log warnings when these deprecated attributes are populated.
getXmlNodeName() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
 
getXmlNodeName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceOneToMany
 
getXmlNodeName() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeIndexSource
 
getXsdName() - Method in exception org.hibernate.internal.util.xml.XsdException
 
getZipCode() - Method in class org.hibernate.testing.orm.domain.contacts.Address.PostalCode
 
getZonedTimeSqlType(TimeZoneStorageStrategy) - Static method in class org.hibernate.type.descriptor.jdbc.DelegatingJdbcTypeIndicators
 
getZonedTimeSqlType(TimeZoneStorageStrategy) - Static method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
 
getZonedTimestampSqlType(TimeZoneStorageStrategy) - Static method in class org.hibernate.type.descriptor.jdbc.DelegatingJdbcTypeIndicators
 
getZonedTimestampSqlType(TimeZoneStorageStrategy) - Static method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
 
getZoo() - Method in class org.hibernate.testing.orm.domain.animal.Animal
 
GLOBAL - org.hibernate.dialect.temptable.TemporaryTableKind
Modeled as what the SQL standard calls a global temporary table, which is a table that is defined once per schema, but its data is scoped to a transaction where data is usually deleted automatically on transaction commit, though it is possible to control whether Hibernate should delete data or not through Dialect.getTemporaryTableAfterUseAction().
GLOBAL_RELATION_NOT_FOUND_LEGACY_FLAG - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Globally defines whether legacy relation not-found behavior should be used or not.
GLOBAL_WITH_MODIFIED_FLAG - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Globally activates modified properties flag feature.
GLOBALLY_QUOTED_IDENTIFIERS - Static variable in interface org.hibernate.cfg.MappingSettings
When enabled, all database identifiers are quoted.
GLOBALLY_QUOTED_IDENTIFIERS_SKIP_COLUMN_DEFINITIONS - Static variable in interface org.hibernate.cfg.MappingSettings
Controls whether column-definitions (Column.columnDefinition(), JoinColumn.columnDefinition(), etc.) should be auto-quoted as part of global quoting.
GlobalTemporaryTableInsertStrategy - Class in org.hibernate.query.sqm.mutation.internal.temptable
Strategy based on ANSI SQL's definition of a "global temporary table".
GlobalTemporaryTableInsertStrategy(TemporaryTable, SessionFactoryImplementor) - Constructor for class org.hibernate.query.sqm.mutation.internal.temptable.GlobalTemporaryTableInsertStrategy
 
GlobalTemporaryTableMutationStrategy - Class in org.hibernate.query.sqm.mutation.internal.temptable
Strategy based on ANSI SQL's definition of a "global temporary table".
GlobalTemporaryTableMutationStrategy(TemporaryTable, SessionFactoryImplementor) - Constructor for class org.hibernate.query.sqm.mutation.internal.temptable.GlobalTemporaryTableMutationStrategy
 
GlobalTemporaryTableStrategy - Class in org.hibernate.query.sqm.mutation.internal.temptable
Strategy based on ANSI SQL's definition of a "global temporary table".
GlobalTemporaryTableStrategy(TemporaryTable, SessionFactoryImplementor) - Constructor for class org.hibernate.query.sqm.mutation.internal.temptable.GlobalTemporaryTableStrategy
 
globalTimeout - Variable in class org.hibernate.testing.junit4.BaseUnitTestCase
 
GONE - org.hibernate.engine.spi.Status
 
goToNext() - Method in class org.hibernate.result.internal.OutputsImpl
 
goToNext() - Method in interface org.hibernate.result.Outputs
Go to the next Output object (if any), returning an indication of whether there was another (aka, will the next call to Outputs.getCurrent() return null?
grant - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity
 
graph() - Method in class org.hibernate.grammars.graph.GraphLanguageParser
 
Graph<J> - Interface in org.hibernate.graph
A container for AttributeNode references.
GraphContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.graph.GraphLanguageParser.GraphContext
 
GraphDefiner<V,​R> - Interface in org.hibernate.envers.internal.tools.graph
Defines a graph, where each vertex has a representation, which identifies uniquely a value.
GraphHelper - Class in org.hibernate.graph.spi
Helper containing utilities useful for graph handling
GraphHelper() - Constructor for class org.hibernate.graph.spi.GraphHelper
 
GraphImplementor<J> - Interface in org.hibernate.graph.spi
Integration version of the Graph contract
GraphLanguageLexer - Class in org.hibernate.grammars.graph
 
GraphLanguageLexer(CharStream) - Constructor for class org.hibernate.grammars.graph.GraphLanguageLexer
 
GraphLanguageParser - Class in org.hibernate.grammars.graph
 
GraphLanguageParser(TokenStream) - Constructor for class org.hibernate.grammars.graph.GraphLanguageParser
 
GraphLanguageParser.AttributeListContext - Class in org.hibernate.grammars.graph
 
GraphLanguageParser.AttributeNodeContext - Class in org.hibernate.grammars.graph
 
GraphLanguageParser.AttributePathContext - Class in org.hibernate.grammars.graph
 
GraphLanguageParser.AttributeQualifierContext - Class in org.hibernate.grammars.graph
 
GraphLanguageParser.GraphContext - Class in org.hibernate.grammars.graph
 
GraphLanguageParser.SubGraphContext - Class in org.hibernate.grammars.graph
 
GraphLanguageParser.SubTypeContext - Class in org.hibernate.grammars.graph
 
GraphLanguageParserBaseListener - Class in org.hibernate.grammars.graph
This class provides an empty implementation of GraphLanguageParserListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
GraphLanguageParserBaseListener() - Constructor for class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
 
GraphLanguageParserBaseVisitor<T> - Class in org.hibernate.grammars.graph
This class provides an empty implementation of GraphLanguageParserVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.
GraphLanguageParserBaseVisitor() - Constructor for class org.hibernate.grammars.graph.GraphLanguageParserBaseVisitor
 
GraphLanguageParserListener - Interface in org.hibernate.grammars.graph
This interface defines a complete listener for a parse tree produced by GraphLanguageParser.
GraphLanguageParserVisitor<T> - Interface in org.hibernate.grammars.graph
This interface defines a complete generic visitor for a parse tree produced by GraphLanguageParser.
GraphNode<J> - Interface in org.hibernate.graph
Common operations of AttributeNode and Graph.
GraphNodeImplementor<J> - Interface in org.hibernate.graph.spi
Integration version of the GraphNode contract
GraphParser - Class in org.hibernate.graph
Parser for string representations of JPA EntityGraph (RootGraph) and Subgraph (SubGraph), using a simple syntax defined by the `graph.g` Antlr grammar.
GraphParser - Class in org.hibernate.graph.internal.parse
 
GraphParser() - Constructor for class org.hibernate.graph.GraphParser
 
GraphParser(SessionFactoryImplementor) - Constructor for class org.hibernate.graph.internal.parse.GraphParser
 
GraphParserLogging - Interface in org.hibernate.graph.internal
 
GraphSemantic - Enum in org.hibernate.graph
JPA specifies two distinct ways to apply an EntityGraph - as a "fetch graph" or as a "load graph".
GraphTopologicalSort - Class in org.hibernate.envers.internal.tools.graph
 
GREATER - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
GREATER - Static variable in class org.hibernate.grammars.hql.HqlParser
 
GREATER() - Method in class org.hibernate.grammars.hql.HqlParser.ComparisonOperatorContext
 
GREATER_EQUAL - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
GREATER_EQUAL - Static variable in class org.hibernate.grammars.hql.HqlParser
 
GREATER_EQUAL() - Method in class org.hibernate.grammars.hql.HqlParser.ComparisonOperatorContext
 
GREATER_THAN - org.hibernate.query.sqm.ComparisonOperator
 
GREATER_THAN_OR_EQUAL - org.hibernate.query.sqm.ComparisonOperator
 
greaterThan(Expression<? extends Y>, Expression<? extends Y>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
greaterThan(Expression<? extends Y>, Expression<? extends Y>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
greaterThan(Expression<? extends Y>, Expression<? extends Y>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
greaterThan(Expression<? extends Y>, Expression<? extends Y>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
greaterThan(Expression<? extends Y>, Y) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
greaterThan(Expression<? extends Y>, Y) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
greaterThan(Expression<? extends Y>, Y) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
greaterThan(Expression<? extends Y>, Y) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
greaterThan(LockMode) - Method in enum org.hibernate.LockMode
Check if this lock mode is more restrictive than the given lock mode.
greaterThanOrEqualTo(Expression<? extends Y>, Expression<? extends Y>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
greaterThanOrEqualTo(Expression<? extends Y>, Expression<? extends Y>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
greaterThanOrEqualTo(Expression<? extends Y>, Expression<? extends Y>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
greaterThanOrEqualTo(Expression<? extends Y>, Expression<? extends Y>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
greaterThanOrEqualTo(Expression<? extends Y>, Y) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
greaterThanOrEqualTo(Expression<? extends Y>, Y) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
greaterThanOrEqualTo(Expression<? extends Y>, Y) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
greaterThanOrEqualTo(Expression<? extends Y>, Y) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
greatest(Expression<X>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
greatest(Expression<X>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
greatest(Expression<X>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
greatest(Expression<X>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
GREATEST - org.hibernate.dialect.NullOrdering
Null is treated as the greatest value.
GREY - org.hibernate.testing.orm.domain.gambit.Shirt.Color
 
GROUP - org.hibernate.query.sqm.FrameExclusion
 
GROUP - org.hibernate.sql.ast.Clause
 
GROUP - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
GROUP - Static variable in class org.hibernate.grammars.hql.HqlParser
 
GROUP() - Method in class org.hibernate.grammars.hql.HqlParser.FrameExclusionContext
 
GROUP() - Method in class org.hibernate.grammars.hql.HqlParser.GroupByClauseContext
 
GROUP() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
GROUP() - Method in class org.hibernate.grammars.hql.HqlParser.WithinGroupClauseContext
 
GROUP_OF_NONE - Static variable in class org.hibernate.engine.jdbc.mutation.internal.PreparedStatementGroupNone
Singleton access
groupBy(Expression...) - Method in class org.hibernate.query.criteria.CriteriaDefinition
 
groupBy(Expression<?>...) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
groupBy(Expression<?>...) - Method in interface org.hibernate.query.criteria.JpaSelectCriteria
 
groupBy(Expression<?>...) - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
groupBy(Expression<?>...) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
groupBy(Expression<?>...) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
groupBy(Expression<?>...) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
groupBy(List<Expression<?>>) - Method in class org.hibernate.query.criteria.CriteriaDefinition
 
groupBy(List<Expression<?>>) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
groupBy(List<Expression<?>>) - Method in interface org.hibernate.query.criteria.JpaSelectCriteria
 
groupBy(List<Expression<?>>) - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
groupBy(List<Expression<?>>) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
groupBy(List<Expression<?>>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
groupBy(List<Expression<?>>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
groupByClause() - Method in class org.hibernate.grammars.hql.HqlParser
 
groupByClause() - Method in class org.hibernate.grammars.hql.HqlParser.QueryContext
 
groupByClauseContains(NavigablePath, SqmToSqlAstConverter) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
GroupByClauseContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.GroupByClauseContext
 
GroupByConstantRenderingStrategy - Enum in org.hibernate.dialect
Strategies for rendering a constant in a group by.
groupByExpression() - Method in class org.hibernate.grammars.hql.HqlParser.GroupByClauseContext
 
groupByExpression() - Method in class org.hibernate.grammars.hql.HqlParser
 
groupByExpression(int) - Method in class org.hibernate.grammars.hql.HqlParser.GroupByClauseContext
 
GroupByExpressionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.GroupByExpressionContext
 
GroupBySummarizationRenderingStrategy - Enum in org.hibernate.dialect
Strategies for rendering summarization function like rollup and cube in a group by.
GROUPED - org.hibernate.tool.schema.JdbcMetadaAccessStrategy
The SchemaMigrator and SchemaValidator execute a single DatabaseMetaData.getTables(String, String, String, String[]) call to retrieve all the database table in order to determine all the Entity have a mapped database tables.
GroupedExpressionContext(HqlParser.ExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.GroupedExpressionContext
 
GroupedPredicate - Class in org.hibernate.sql.ast.tree.predicate
 
GroupedPredicate(Predicate) - Constructor for class org.hibernate.sql.ast.tree.predicate.GroupedPredicate
 
GroupedPredicateContext(HqlParser.PredicateContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.GroupedPredicateContext
 
GroupedSchemaMigratorImpl - Class in org.hibernate.tool.schema.internal
This implementation executes a single DatabaseMetaData.getTables(String, String, String, String[]) call to retrieve all the database table in order to determine if all the Entity have a mapped database tables.
GroupedSchemaMigratorImpl(HibernateSchemaManagementTool, SchemaFilter) - Constructor for class org.hibernate.tool.schema.internal.GroupedSchemaMigratorImpl
 
GroupedSchemaValidatorImpl - Class in org.hibernate.tool.schema.internal
 
GroupedSchemaValidatorImpl(HibernateSchemaManagementTool, SchemaFilter) - Constructor for class org.hibernate.tool.schema.internal.GroupedSchemaValidatorImpl
 
GROUPS - org.hibernate.query.sqm.FrameMode
 
GROUPS - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
GROUPS - Static variable in class org.hibernate.grammars.hql.HqlParser
 
GROUPS() - Method in class org.hibernate.grammars.hql.HqlParser.FrameClauseContext
 
GROUPS() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
GroupsPerOperation - Class in org.hibernate.boot.beanvalidation
 
GroupsPerOperation.Operation - Enum in org.hibernate.boot.beanvalidation
 
gt(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
gt(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
gt(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
gt(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Perform a "greater than" comparison check.
gt(Expression<? extends Number>, Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
gt(Expression<? extends Number>, Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
gt(Expression<? extends Number>, Expression<? extends Number>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
gt(Expression<? extends Number>, Expression<? extends Number>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
gt(Expression<? extends Number>, Number) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
gt(Expression<? extends Number>, Number) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
gt(Expression<? extends Number>, Number) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
gt(Expression<? extends Number>, Number) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
gt(Object) - Method in class org.hibernate.envers.query.criteria.AuditFunction
Apply a "greater than" constraint
gt(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
gt(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
gt(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
gt(IntegralDataTypeHolder) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Perform a "greater than" comparison check.
gt(T) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "greater than" constraint
gtFunction(AuditFunction) - Method in class org.hibernate.envers.query.criteria.AuditFunction
Apply a "greater than" constraint to another function
gtFunction(AuditFunction) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "greater than" constraint to a function
gtProperty(String) - Method in class org.hibernate.envers.query.criteria.AuditFunction
Apply a "greater than" constraint to a property
gtProperty(String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "greater than" constraint to another property
gtProperty(String, String) - Method in class org.hibernate.envers.query.criteria.AuditFunction
Apply a "greater than" constraint to a property
gtProperty(String, String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "greater than" constraint to another property
guessEntityName(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
guessEntityName(Object) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Obtain an estimate of the entity name of the given entity instance, which is not involved in an association, using only the EntityNameResolver.
guessEntityName(Object) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
guessEntityName(Object) - Method in class org.hibernate.internal.SessionImpl
 
guessEntityName(Object) - Method in class org.hibernate.internal.StatelessSessionImpl
 
guidGenerated(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
GUIDGenerator - Class in org.hibernate.id
Deprecated.
GUIDGenerator() - Constructor for class org.hibernate.id.GUIDGenerator
Deprecated.
 

H

H2 - org.hibernate.dialect.Database
 
H2ArrayContainsFunction - Class in org.hibernate.dialect.function.array
H2 requires a very special emulation, because unnest is pretty much useless, due to https://github.com/h2database/h2database/issues/1815.
H2ArrayContainsFunction(boolean, int, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.H2ArrayContainsFunction
 
H2ArrayFillFunction - Class in org.hibernate.dialect.function.array
Implement the array fill function by using system_range.
H2ArrayFillFunction(boolean) - Constructor for class org.hibernate.dialect.function.array.H2ArrayFillFunction
 
H2ArrayOverlapsFunction - Class in org.hibernate.dialect.function.array
H2 requires a very special emulation, because unnest is pretty much useless, due to https://github.com/h2database/h2database/issues/1815.
H2ArrayOverlapsFunction(boolean, int, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.H2ArrayOverlapsFunction
 
H2ArrayPositionFunction - Class in org.hibernate.dialect.function.array
H2 requires a very special emulation, because unnest is pretty much useless, due to https://github.com/h2database/h2database/issues/1815.
H2ArrayPositionFunction(int, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.H2ArrayPositionFunction
 
H2ArrayPositionsFunction - Class in org.hibernate.dialect.function.array
H2 requires a very special emulation, because unnest is pretty much useless, due to https://github.com/h2database/h2database/issues/1815.
H2ArrayPositionsFunction(boolean, int, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.H2ArrayPositionsFunction
 
H2ArrayRemoveFunction - Class in org.hibernate.dialect.function.array
H2 requires a very special emulation, because unnest is pretty much useless, due to https://github.com/h2database/h2database/issues/1815.
H2ArrayRemoveFunction(int) - Constructor for class org.hibernate.dialect.function.array.H2ArrayRemoveFunction
 
H2ArrayRemoveIndexFunction - Class in org.hibernate.dialect.function.array
H2 requires a very special emulation, because unnest is pretty much useless, due to https://github.com/h2database/h2database/issues/1815.
H2ArrayRemoveIndexFunction(int) - Constructor for class org.hibernate.dialect.function.array.H2ArrayRemoveIndexFunction
 
H2ArrayReplaceFunction - Class in org.hibernate.dialect.function.array
H2 requires a very special emulation, because unnest is pretty much useless, due to https://github.com/h2database/h2database/issues/1815.
H2ArrayReplaceFunction(int) - Constructor for class org.hibernate.dialect.function.array.H2ArrayReplaceFunction
 
H2ArraySetFunction - Class in org.hibernate.dialect.function.array
H2 requires a very special emulation, because unnest is pretty much useless, due to https://github.com/h2database/h2database/issues/1815.
H2ArraySetFunction(int) - Constructor for class org.hibernate.dialect.function.array.H2ArraySetFunction
 
H2ArrayToStringFunction - Class in org.hibernate.dialect.function.array
H2 requires a very special emulation, because unnest is pretty much useless, due to https://github.com/h2database/h2database/issues/1815.
H2ArrayToStringFunction(int, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.H2ArrayToStringFunction
 
H2DatabaseCleaner - Class in org.hibernate.testing.cleaner
 
H2DatabaseCleaner() - Constructor for class org.hibernate.testing.cleaner.H2DatabaseCleaner
 
H2Dialect - Class in org.hibernate.dialect
A SQL dialect for H2.
H2Dialect() - Constructor for class org.hibernate.dialect.H2Dialect
 
H2Dialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.H2Dialect
 
H2Dialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.H2Dialect
 
H2Dialect.OrdinalParameterMarkerStrategy - Class in org.hibernate.dialect
 
H2DurationIntervalSecondJdbcType - Class in org.hibernate.dialect
 
H2DurationIntervalSecondJdbcType() - Constructor for class org.hibernate.dialect.H2DurationIntervalSecondJdbcType
 
H2FinalTableIdentityColumnSupport - Class in org.hibernate.dialect.identity
Identity column support for H2 2+ versions
H2FormatJsonJdbcType - Class in org.hibernate.type.descriptor.jdbc
Specialized type mapping for JSON that utilizes the custom '? format json' write expression for H2.
H2FormatJsonJdbcType(EmbeddableMappingType) - Constructor for class org.hibernate.type.descriptor.jdbc.H2FormatJsonJdbcType
 
H2GisDialectContributor - Class in org.hibernate.spatial.dialect.h2gis
 
H2GisDialectContributor(ServiceRegistry) - Constructor for class org.hibernate.spatial.dialect.h2gis.H2GisDialectContributor
 
H2GISGeometryType - Class in org.hibernate.spatial.dialect.h2gis
Descriptor for GeoDB Geometries.
H2GISGeometryType() - Constructor for class org.hibernate.spatial.dialect.h2gis.H2GISGeometryType
 
H2GISWkb - Class in org.hibernate.spatial.dialect.h2gis
A utility class to serialize from/to H2GIS WKB's.
H2IdentityColumnSupport - Class in org.hibernate.dialect.identity
 
H2IdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.H2IdentityColumnSupport
 
H2IdentityColumnSupport.InsertValuesHandler - Interface in org.hibernate.dialect.identity
 
H2IdleConnectionCounter - Class in org.hibernate.testing.jdbc.leak
 
H2IdleConnectionCounter() - Constructor for class org.hibernate.testing.jdbc.leak.H2IdleConnectionCounter
 
H2SqlAstTranslator<T extends JdbcOperation> - Class in org.hibernate.dialect
A SQL AST translator for H2.
H2SqlAstTranslator(SessionFactoryImplementor, Statement) - Constructor for class org.hibernate.dialect.H2SqlAstTranslator
 
H2SqmFunctionDescriptors - Class in org.hibernate.spatial.dialect.h2gis
 
H2SqmFunctionDescriptors(FunctionContributions) - Constructor for class org.hibernate.spatial.dialect.h2gis.H2SqmFunctionDescriptors
 
H2V1SequenceSupport - Class in org.hibernate.dialect.sequence
Sequence support for H2Dialect.
H2V1SequenceSupport() - Constructor for class org.hibernate.dialect.sequence.H2V1SequenceSupport
 
H2V2SequenceSupport - Class in org.hibernate.dialect.sequence
Sequence support for H2Dialect.
H2V2SequenceSupport() - Constructor for class org.hibernate.dialect.sequence.H2V2SequenceSupport
 
HANA - org.hibernate.dialect.Database
 
HANABlobType(int) - Constructor for class org.hibernate.dialect.AbstractHANADialect.HANABlobType
 
HANACloudColumnStoreDialect - Class in org.hibernate.dialect
Deprecated.
use HANAColumnStoreDialect(400)
HANACloudColumnStoreDialect() - Constructor for class org.hibernate.dialect.HANACloudColumnStoreDialect
Deprecated.
 
HANAColumnStoreDialect - Class in org.hibernate.dialect
An SQL dialect for the SAP HANA column store.
HANAColumnStoreDialect() - Constructor for class org.hibernate.dialect.HANAColumnStoreDialect
 
HANAColumnStoreDialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.HANAColumnStoreDialect
 
HANAColumnStoreDialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.HANAColumnStoreDialect
 
HANAGeometryType - Class in org.hibernate.spatial.dialect.hana
 
HANAGeometryType(boolean) - Constructor for class org.hibernate.spatial.dialect.hana.HANAGeometryType
 
HANAIdentityColumnSupport - Class in org.hibernate.dialect.identity
 
HANAIdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.HANAIdentityColumnSupport
 
HANAPointType - Class in org.hibernate.spatial.dialect.hana
 
HANAPointType() - Constructor for class org.hibernate.spatial.dialect.hana.HANAPointType
 
HANARowStoreDialect - Class in org.hibernate.dialect
An SQL dialect for the SAP HANA row store.
HANARowStoreDialect() - Constructor for class org.hibernate.dialect.HANARowStoreDialect
 
HANARowStoreDialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.HANARowStoreDialect
 
HANARowStoreDialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.HANARowStoreDialect
 
HANASequenceSupport - Class in org.hibernate.dialect.sequence
Sequence support for AbstractHANADialect.
HANASequenceSupport() - Constructor for class org.hibernate.dialect.sequence.HANASequenceSupport
 
HANASpatialAggregate - Class in org.hibernate.spatial.dialect.hana
 
HANASpatialAggregate(String) - Constructor for class org.hibernate.spatial.dialect.hana.HANASpatialAggregate
 
HANASpatialAggregate(String, BasicTypeReference<?>) - Constructor for class org.hibernate.spatial.dialect.hana.HANASpatialAggregate
 
HANASpatialDialect - Class in org.hibernate.spatial.dialect.hana
 
HANASpatialDialect() - Constructor for class org.hibernate.spatial.dialect.hana.HANASpatialDialect
 
HANASpatialFunction - Class in org.hibernate.spatial.dialect.hana
 
HANASpatialFunction(String, boolean) - Constructor for class org.hibernate.spatial.dialect.hana.HANASpatialFunction
 
HANASpatialFunction(String, boolean, boolean) - Constructor for class org.hibernate.spatial.dialect.hana.HANASpatialFunction
 
HANASpatialFunction(String, BasicTypeReference<?>, boolean) - Constructor for class org.hibernate.spatial.dialect.hana.HANASpatialFunction
 
HANASpatialFunction(String, BasicTypeReference<?>, boolean[]) - Constructor for class org.hibernate.spatial.dialect.hana.HANASpatialFunction
 
HANASpatialFunction(String, BasicTypeReference<?>, boolean, boolean) - Constructor for class org.hibernate.spatial.dialect.hana.HANASpatialFunction
 
HANASpatialFunctions - Enum in org.hibernate.spatial.dialect.hana
 
HANASpatialUtils - Class in org.hibernate.spatial.dialect.hana
 
HANASqlAstTranslator<T extends JdbcOperation> - Class in org.hibernate.dialect
A SQL AST translator for HANA.
HANASqlAstTranslator(SessionFactoryImplementor, Statement) - Constructor for class org.hibernate.dialect.HANASqlAstTranslator
 
handleAndClearWarnings(Connection, SqlExceptionHelper.WarningHandler) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
General purpose handling of warnings associated with a JDBC Connection.
handleAndClearWarnings(Statement, SqlExceptionHelper.WarningHandler) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
General purpose handling of warnings associated with a JDBC Statement.
handleClass(ClassDescriptor, boolean) - Method in class org.hibernate.boot.archive.scan.internal.ScanResultCollector
 
handleDeleted(EntityEntry) - Method in class org.hibernate.action.internal.EntityUpdateAction
 
handleEnhancedInjection(Object, Object, int, String) - Static method in class org.hibernate.property.access.internal.AccessStrategyHelper
 
handleEntityNotFound(String, Object) - Method in class org.hibernate.boot.internal.StandardEntityNotFoundDelegate
 
handleEntityNotFound(String, Object) - Method in interface org.hibernate.proxy.EntityNotFoundDelegate
 
handleEntry(ArchiveEntry, ArchiveContext) - Method in class org.hibernate.boot.archive.scan.internal.NoopEntryHandler
 
handleEntry(ArchiveEntry, ArchiveContext) - Method in class org.hibernate.boot.archive.scan.spi.ClassFileArchiveEntryHandler
 
handleEntry(ArchiveEntry, ArchiveContext) - Method in class org.hibernate.boot.archive.scan.spi.NonClassFileArchiveEntryHandler
 
handleEntry(ArchiveEntry, ArchiveContext) - Method in class org.hibernate.boot.archive.scan.spi.PackageInfoArchiveEntryHandler
 
handleEntry(ArchiveEntry, ArchiveContext) - Method in interface org.hibernate.boot.archive.spi.ArchiveEntryHandler
Handle the entry
handleEvent(ValidationEvent) - Method in class org.hibernate.boot.jaxb.internal.ContextProvidingValidationEventHandler
 
handleEvent(ValidationEvent) - Method in class org.hibernate.jpamodelgen.util.xml.ContextProvidingValidationEventHandler
 
handleEviction(Object, Object, EntityMappingType) - Method in class org.hibernate.engine.internal.NaturalIdResolutionsImpl
 
handleEviction(Object, Object, EntityMappingType) - Method in interface org.hibernate.engine.spi.NaturalIdResolutions
Called on Session.evict(java.lang.Object) to give a chance to clean up natural-id cross refs.
handleException(CommandAcceptanceException) - Method in class org.hibernate.tool.schema.internal.ExceptionHandlerCollectingImpl
 
handleException(CommandAcceptanceException) - Method in class org.hibernate.tool.schema.internal.ExceptionHandlerHaltImpl
 
handleException(CommandAcceptanceException) - Method in class org.hibernate.tool.schema.internal.ExceptionHandlerLoggedImpl
 
handleException(CommandAcceptanceException) - Method in interface org.hibernate.tool.schema.spi.ExceptionHandler
Handle the CommandAcceptanceException error
handleExplicitName(String, MetadataBuildingContext) - Method in interface org.hibernate.boot.model.naming.NamingStrategyHelper
Called when the user has supplied an explicit name for the database object.
handleGenericComponentProperty(Property, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.ClassPropertyHolder
Embeddable classes can be defined using generics.
handleInterception(FlushEntityEvent) - Method in class org.hibernate.event.internal.DefaultFlushEntityEventListener
 
handleLockExpiry(SharedSessionContractImplementor, Object, AbstractReadWriteAccess.Lockable) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess
 
handleMappingFile(MappingFileDescriptor, boolean) - Method in class org.hibernate.boot.archive.scan.internal.ScanResultCollector
 
handleNaturalIdPostSaveNotifications(Object) - Method in class org.hibernate.action.internal.AbstractEntityInsertAction
Handle sending notifications needed for natural-id after saving
handleNaturalIdPreSaveNotifications() - Method in class org.hibernate.action.internal.AbstractEntityInsertAction
Handle sending notifications needed for natural-id before saving
handleNaturalIdResolutions(EntityPersister, SharedSessionContractImplementor, Object) - Method in class org.hibernate.action.internal.EntityUpdateAction
 
handlePackage(PackageDescriptor, boolean) - Method in class org.hibernate.boot.archive.scan.internal.ScanResultCollector
 
handlePotentialImplicitForcedVersionIncrement(Object, Object, Object[], Object, int[], SharedSessionContractImplementor, EntityVersionMapping) - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard
 
Handler - Interface in org.hibernate.query.sqm.mutation.internal
Simply as a matter of code structuring it is often worthwhile to put all of the execution code into a separate handler (executor) class.
handleRead(Object, String, Object) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
Handle the case of reading an attribute.
handleRead(Object, String, Object) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
 
handleRead(Object, String, Object) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor
 
handleRootAsCrossJoin(HqlParser.EntityWithJoinsContext, SqmRoot<?>, SemanticQueryBuilder<?>) - Static method in class org.hibernate.query.hql.internal.SqmTreeCreationHelper
Handle secondary query roots using cross-join semantics.
handleSynchronization(Object, Object, EntityMappingType) - Method in class org.hibernate.engine.internal.NaturalIdResolutionsImpl
 
handleSynchronization(Object, Object, EntityMappingType) - Method in interface org.hibernate.engine.spi.NaturalIdResolutions
Part of the "load synchronization process".
handleTestExecutionException(ExtensionContext, Throwable) - Method in class org.hibernate.testing.orm.junit.DomainModelExtension
 
handleTestExecutionException(ExtensionContext, Throwable) - Method in class org.hibernate.testing.orm.junit.EntityManagerFactoryExtension
 
handleTestExecutionException(ExtensionContext, Throwable) - Method in class org.hibernate.testing.orm.junit.EntityManagerFactoryScopeExtension
 
handleTestExecutionException(ExtensionContext, Throwable) - Method in class org.hibernate.testing.orm.junit.ExpectedExceptionExtension
 
handleTestExecutionException(ExtensionContext, Throwable) - Method in class org.hibernate.testing.orm.junit.FailureExpectedExtension
 
handleTestExecutionException(ExtensionContext, Throwable) - Method in class org.hibernate.testing.orm.junit.NotImplementedYetExtension
 
handleTestExecutionException(ExtensionContext, Throwable) - Method in class org.hibernate.testing.orm.junit.ServiceRegistryExtension
 
handleTestExecutionException(ExtensionContext, Throwable) - Method in class org.hibernate.testing.orm.junit.SessionFactoryExtension
 
handleWarning(SQLWarning) - Method in interface org.hibernate.engine.jdbc.spi.SqlExceptionHelper.WarningHandler
Handle an individual warning in the stack.
handleWarning(SQLWarning) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper.WarningHandlerLoggingSupport
 
handleWrite(Object, String, Object, Object) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
Handle the case of writing an attribute.
handleWrite(Object, String, Object, Object) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
 
handleWrite(Object, String, Object, Object) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor
 
handlingTransientEntity() - Method in interface org.hibernate.internal.CoreMessageLogger
 
HAS_NO_NULL_ELEMENTS_MATCHER - Static variable in class org.hibernate.testing.hamcrest.HasNullElementsMatcher
 
HAS_NULL_ELEMENTS_MATCHER - Static variable in class org.hibernate.testing.hamcrest.HasNullElementsMatcher
 
hasAfterLoadActions() - Method in class org.hibernate.sql.exec.internal.CallbackImpl
 
hasAfterLoadActions() - Method in class org.hibernate.sql.exec.internal.CallbackNoOp
 
hasAfterLoadActions() - Method in interface org.hibernate.sql.exec.spi.Callback
 
hasAfterTransactionActions() - Method in class org.hibernate.engine.spi.ActionQueue
 
hasAggregateFunctions(Expression) - Static method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
hasAggregateFunctions(QuerySpec) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
hasAggregateFunctions(QuerySpec) - Static method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
hasAlias(String) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.ForUpdateClause
 
hasAliases() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.ForUpdateClause
 
hasAliasSpecificLockModes() - Method in class org.hibernate.LockOptions
Does this LockOptions instance define alias-specific lock modes?
hasAllOf(Matcher<T>...) - Static method in class org.hibernate.testing.hamcrest.CollectionElementMatcher
 
hasAlterTable() - Method in class org.hibernate.dialect.Dialect
Does this dialect support the ALTER TABLE syntax?
hasAlterTable() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
hasAnnotation(Class<? extends Annotation>) - Method in interface org.hibernate.bytecode.enhance.spi.UnloadedClass
 
hasAnnotation(Class<? extends Annotation>) - Method in interface org.hibernate.bytecode.enhance.spi.UnloadedField
 
hasAnnotation(AnnotatedElement, Class<? extends Annotation>) - Static method in class org.hibernate.boot.model.internal.HCANNHelper
 
hasAnnotation(AnnotatedElement, Class<? extends Annotation>, Class<? extends Annotation>) - Static method in class org.hibernate.boot.model.internal.HCANNHelper
 
hasAnnotation(Element, String) - Static method in class org.hibernate.jpamodelgen.util.TypeUtils
 
hasAnnotation(XAnnotatedElement, Class<? extends Annotation>) - Static method in class org.hibernate.boot.model.internal.HCANNHelper
 
hasAnnotation(XAnnotatedElement, Class<? extends Annotation>...) - Static method in class org.hibernate.boot.model.internal.HCANNHelper
 
hasAnnotation(XAnnotatedElement, Class<? extends Annotation>, Class<? extends Annotation>) - Static method in class org.hibernate.boot.model.internal.HCANNHelper
 
hasAnyInsertableColumns() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
hasAnyInsertableColumns() - Method in class org.hibernate.mapping.Collection
 
hasAnyInsertableColumns() - Method in class org.hibernate.mapping.Component
 
hasAnyInsertableColumns() - Method in class org.hibernate.mapping.OneToMany
 
hasAnyInsertableColumns() - Method in class org.hibernate.mapping.SimpleValue
 
hasAnyInsertableColumns() - Method in interface org.hibernate.mapping.Value
 
hasAnyMatching(Predicate<QueryParameterImplementor<?>>) - Method in class org.hibernate.procedure.internal.ProcedureParameterMetadataImpl
 
hasAnyMatching(Predicate<QueryParameterImplementor<?>>) - Method in class org.hibernate.query.internal.ParameterMetadataImpl
 
hasAnyMatching(Predicate<QueryParameterImplementor<?>>) - Method in interface org.hibernate.query.spi.ParameterMetadataImplementor
 
hasAnyMultiValuedBindings() - Method in class org.hibernate.procedure.internal.ProcedureParamBindings
 
hasAnyMultiValuedBindings() - Method in class org.hibernate.query.internal.QueryParameterBindingsImpl
 
hasAnyMultiValuedBindings() - Method in interface org.hibernate.query.spi.QueryParameterBindings
 
hasAnyQueuedActions() - Method in class org.hibernate.engine.spi.ActionQueue
 
hasAnyReturns() - Method in class org.hibernate.boot.jaxb.hbm.internal.ImplicitResultSetMappingDefinition.Builder
 
hasAnyReturns() - Method in class org.hibernate.boot.query.ImplicitHbmResultSetMappingDescriptorBuilder
 
hasAnySkippableTables(boolean[], boolean[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasAnyUninitializedAttributes() - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.BytecodeLazyAttributeInterceptor
 
hasAnyUninitializedAttributes() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
 
hasAnyUninitializedAttributes() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor
 
hasAnyUpdatableColumns() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
hasAnyUpdatableColumns() - Method in class org.hibernate.mapping.Collection
 
hasAnyUpdatableColumns() - Method in class org.hibernate.mapping.Component
 
hasAnyUpdatableColumns() - Method in class org.hibernate.mapping.OneToMany
 
hasAnyUpdatableColumns() - Method in class org.hibernate.mapping.SimpleValue
 
hasAnyUpdatableColumns() - Method in interface org.hibernate.mapping.Value
 
hasAppliedGraph(MutableQueryOptions) - Static method in class org.hibernate.query.spi.AbstractSelectionQuery
 
hasAuditedEntities() - Method in class org.hibernate.envers.internal.entities.EntitiesConfigurations
 
hasAuditedEntityConfiguration(String) - Method in class org.hibernate.envers.configuration.internal.metadata.AbstractMetadataGenerator
 
hasAuditedEntityConfiguration(String) - Method in class org.hibernate.envers.configuration.internal.metadata.AuditEntityConfigurationRegistry
 
hasAuditedMappedBy() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
hasBeforeTransactionActions() - Method in class org.hibernate.engine.spi.ActionQueue
 
hasBind(SessionFactory) - Static method in class org.hibernate.context.internal.ManagedSessionContext
Check to see if there is already a session associated with the current thread for the given session factory.
hasCache() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
hasCache() - Method in interface org.hibernate.persister.collection.CollectionPersister
Is this collection role cacheable
hasCache() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasCache() - Method in interface org.hibernate.persister.entity.EntityPersister
hasCallbackActions() - Method in class org.hibernate.query.internal.DelegatingDomainQueryExecutionContext
 
hasCallbackActions() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
hasCallbackActions() - Method in interface org.hibernate.query.spi.DomainQueryExecutionContext
 
hasCallbackActions() - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
hasCallbackActions() - Method in class org.hibernate.query.sqm.internal.SqmJdbcExecutionContextAdapter
 
hasCallbackActions() - Method in interface org.hibernate.sql.exec.spi.ExecutionContext
 
hasCallbackActions() - Method in class org.hibernate.sql.results.graph.embeddable.internal.NestedRowProcessingState
 
hasCallbackActions() - Method in class org.hibernate.sql.results.internal.RowProcessingStateStandardImpl
 
hasCascadeDelete() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasCascadeDelete() - Method in interface org.hibernate.persister.entity.EntityPersister
Determine whether this entity has any delete cascading.
hasCascadeDelete() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
hasCascades() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasCascades() - Method in interface org.hibernate.persister.entity.EntityPersister
Determine whether this entity has any (non-none) cascading.
hasCascades() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
hasChanged() - Method in class org.hibernate.envers.query.criteria.AuditId
 
hasChanged() - Method in class org.hibernate.envers.query.criteria.AuditProperty
 
hasCheckConstraint() - Method in class org.hibernate.mapping.Column
 
hasCollectionInitializers() - Method in class org.hibernate.sql.results.internal.InitializersList
 
hasCollectionInitializers() - Method in class org.hibernate.sql.results.internal.RowProcessingStateStandardImpl
 
hasCollectionNotReferencingPK() - Method in class org.hibernate.mapping.PersistentClass
 
hasCollectionNotReferencingPK() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasCollectionNotReferencingPK() - Method in interface org.hibernate.persister.entity.EntityPersister
Determine whether this entity contains references to persistent collections not referencing the primary key.
hasCollections() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasCollections() - Method in interface org.hibernate.persister.entity.EntityPersister
Determine whether this entity contains references to persistent collections.
hasCollections() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
hasColumns() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping
 
hasCompositeUserType() - Method in interface org.hibernate.envers.configuration.internal.metadata.reader.PersistentPropertiesSource
 
hasConstraint() - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
 
hasConstraint() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedForeignKeyDescriptor
 
hasConstraint() - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
hasContainingClass() - Method in class org.hibernate.metamodel.internal.AbstractCompositeIdentifierMapping
 
hasContainingClass() - Method in interface org.hibernate.metamodel.mapping.CompositeIdentifierMapping
Does the identifier have a corresponding EmbeddableId or IdClass?
hasContainingClass() - Method in class org.hibernate.metamodel.mapping.internal.InverseNonAggregatedIdentifierMapping
 
hasContainingClass() - Method in class org.hibernate.metamodel.mapping.internal.NonAggregatedIdentifierMappingImpl
 
hasContainingClass() - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddedEntityIdentifierMapping
 
hasContainingClass() - Method in class org.hibernate.query.derived.AnonymousTupleNonAggregatedEntityIdentifierMapping
 
hasContext() - Method in class org.hibernate.boot.model.internal.XMLContext
 
hasCustomAccessors() - Method in class org.hibernate.metamodel.internal.AbstractEmbeddableRepresentationStrategy
 
hasCustomRead() - Method in class org.hibernate.mapping.Column
 
hasDatabaseSnapshot() - Method in class org.hibernate.event.spi.FlushEntityEvent
 
hasDataTypeBeforeGeneratedAs() - Method in class org.hibernate.dialect.Dialect
Is an explicit column type required for generated as columns?
hasDataTypeBeforeGeneratedAs() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
hasDataTypeBeforeGeneratedAs() - Method in class org.hibernate.dialect.SQLServerDialect
 
hasDataTypeInIdentityColumn() - Method in class org.hibernate.dialect.identity.CockroachDBIdentityColumnSupport
 
hasDataTypeInIdentityColumn() - Method in interface org.hibernate.dialect.identity.IdentityColumnSupport
Whether this dialect have an Identity clause added to the data type or a completely separate identity data type
hasDataTypeInIdentityColumn() - Method in class org.hibernate.dialect.identity.IdentityColumnSupportImpl
 
hasDataTypeInIdentityColumn() - Method in class org.hibernate.dialect.identity.PostgreSQLIdentityColumnSupport
 
hasDatePart(int) - Static method in class org.hibernate.type.SqlTypes
Does the given typecode represent a SQL date or timestamp type?
hasDeclaredVersionAttribute() - Method in class org.hibernate.metamodel.model.domain.AbstractIdentifiableType
 
hasDeleteRow() - Method in class org.hibernate.persister.collection.mutation.RowMutationOperations
 
hasDenormalizedTable() - Method in class org.hibernate.boot.model.internal.InheritanceState
 
hasDenormalizedTables() - Method in class org.hibernate.mapping.Table
 
hasDirtyCollection() - Method in class org.hibernate.action.internal.EntityUpdateAction
 
hasDirtyCollection() - Method in class org.hibernate.event.spi.FlushEntityEvent
 
hasDirtyProperties() - Method in class org.hibernate.event.spi.FlushEntityEvent
 
hasDuplicateTables() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasDuplicateTables() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
hasDuplicateTables() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
hasDuplicateTables() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
hasEffectiveAnnotation(ExtensionContext, Class<A>) - Static method in class org.hibernate.testing.orm.junit.TestingUtil
 
hasEmbeddedIdentifier() - Method in class org.hibernate.mapping.PersistentClass
 
hasEmbeddedIdentifier() - Method in class org.hibernate.mapping.RootClass
 
hasEmbeddedIdentifier() - Method in class org.hibernate.mapping.Subclass
 
hasEnabledCascadingFetchProfile() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
hasEnabledFetchProfiles() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
hasEnabledFilters() - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
hasEntityEntry(Object) - Method in class org.hibernate.engine.internal.EntityEntryContext
Does this entity exist in this context, associated with an EntityEntry?
hasExtendedReturns() - Method in class org.hibernate.procedure.internal.ProcedureOutputsImpl.ProcedureCurrentReturnState
 
hasExtendedReturns() - Method in class org.hibernate.result.internal.OutputsImpl.CurrentReturnState
 
hasFetchSize() - Method in class org.hibernate.sql.exec.spi.StatementOptions
 
hasFirstRow(Limit) - Static method in class org.hibernate.dialect.pagination.AbstractLimitHandler
Is a first row limit indicated?
hasFormula() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
hasFormula() - Method in class org.hibernate.mapping.Collection
 
hasFormula() - Method in class org.hibernate.mapping.OneToMany
 
hasFormula() - Method in class org.hibernate.mapping.SimpleValue
 
hasFormula() - Method in interface org.hibernate.mapping.Value
 
hasFormulaProperties() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasFunctionReturns() - Method in class org.hibernate.procedure.internal.ProcedureOutputsImpl.ProcedureCurrentReturnState
 
hasFunctionReturns() - Method in class org.hibernate.result.internal.OutputsImpl.CurrentReturnState
 
hash(byte[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
calculate the array hash (only the first level)
hash(char[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
calculate the array hash (only the first level)
hash(Object[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
calculate the array hash (only the first level)
hashCode() - Method in class org.hibernate.action.internal.DelayedPostInsertIdentifier
 
hashCode() - Method in class org.hibernate.boot.archive.scan.internal.ClassDescriptorImpl
 
hashCode() - Method in class org.hibernate.boot.archive.scan.internal.PackageDescriptorImpl
 
hashCode() - Method in class org.hibernate.boot.jaxb.Origin
 
hashCode() - Method in class org.hibernate.boot.model.convert.spi.RegisteredConversion
 
hashCode() - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition
 
hashCode() - Method in class org.hibernate.boot.model.internal.FkSecondPass
 
hashCode() - Method in class org.hibernate.boot.model.naming.Identifier
 
hashCode() - Method in class org.hibernate.boot.model.relational.Namespace
 
hashCode() - Method in class org.hibernate.boot.model.relational.Namespace.Name
 
hashCode() - Method in class org.hibernate.boot.model.relational.QualifiedNameParser.NameParts
 
hashCode() - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
 
hashCode() - Method in class org.hibernate.boot.model.source.spi.JdbcDataType
 
hashCode() - Method in class org.hibernate.boot.model.TypeDefinition
 
hashCode() - Method in class org.hibernate.cache.internal.BasicCacheKeyImplementation
 
hashCode() - Method in class org.hibernate.cache.internal.CacheKeyImplementation
 
hashCode() - Method in class org.hibernate.cache.internal.NaturalIdCacheKey
 
hashCode() - Method in class org.hibernate.cache.spi.FilterKey
Deprecated.
 
hashCode() - Method in class org.hibernate.cache.spi.QueryKey
 
hashCode() - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess.SoftLockImpl
 
hashCode() - Method in class org.hibernate.collection.spi.PersistentBag
 
hashCode() - Method in class org.hibernate.collection.spi.PersistentList
 
hashCode() - Method in class org.hibernate.collection.spi.PersistentMap
 
hashCode() - Method in class org.hibernate.collection.spi.PersistentSet
 
hashCode() - Method in class org.hibernate.engine.jdbc.batch.internal.BasicBatchKey
 
hashCode() - Method in class org.hibernate.engine.jdbc.mutation.spi.Binding
 
hashCode() - Method in class org.hibernate.engine.query.spi.NamedParameterDescriptor
 
hashCode() - Method in class org.hibernate.engine.spi.AssociationKey
 
hashCode() - Method in class org.hibernate.engine.spi.CollectionKey
 
hashCode() - Method in class org.hibernate.engine.spi.EntityKey
 
hashCode() - Method in class org.hibernate.engine.spi.EntityUniqueKey
 
hashCode() - Method in class org.hibernate.engine.spi.TypedValue
 
hashCode() - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter.TransactionAdapter
 
hashCode() - Method in class org.hibernate.envers.DefaultRevisionEntity
 
hashCode() - Method in class org.hibernate.envers.DefaultTrackingModifiedEntitiesRevisionEntity
 
hashCode() - Method in class org.hibernate.envers.enhanced.SequenceIdRevisionEntity
 
hashCode() - Method in class org.hibernate.envers.enhanced.SequenceIdTrackingModifiedEntitiesRevisionEntity
 
hashCode() - Method in class org.hibernate.envers.internal.entities.mapper.id.QueryParameterData
 
hashCode() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
 
hashCode() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.MapProxy
 
hashCode() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
hashCode() - Method in class org.hibernate.envers.internal.entities.PropertyData
 
hashCode() - Method in class org.hibernate.envers.internal.entities.RevisionTimestampData
 
hashCode() - Method in class org.hibernate.envers.internal.synchronization.work.PersistentCollectionChangeWorkUnit.PersistentCollectionChangeWorkUnitId
 
hashCode() - Method in class org.hibernate.envers.internal.tools.Triple
 
hashCode() - Method in class org.hibernate.envers.tools.Pair
 
hashCode() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
hashCode() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
hashCode() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
hashCode() - Method in class org.hibernate.jpamodelgen.util.FileTimeStampChecker
 
hashCode() - Method in class org.hibernate.LockOptions
 
hashCode() - Method in class org.hibernate.mapping.CheckConstraint
 
hashCode() - Method in class org.hibernate.mapping.Column
 
hashCode() - Method in class org.hibernate.mapping.FetchProfile
 
hashCode() - Method in class org.hibernate.mapping.Formula
 
hashCode() - Method in class org.hibernate.mapping.Table.ForeignKeyKey
 
hashCode() - Method in class org.hibernate.mapping.Table
 
hashCode() - Method in class org.hibernate.mapping.UserDefinedType
 
hashCode() - Method in class org.hibernate.metamodel.mapping.AssociationKey
 
hashCode() - Method in class org.hibernate.metamodel.mapping.SelectablePath
 
hashCode() - Method in class org.hibernate.metamodel.model.domain.NavigableRole
 
hashCode() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping
 
hashCode() - Method in class org.hibernate.procedure.internal.EntityDomainResultBuilder
 
hashCode() - Method in class org.hibernate.procedure.internal.ProcedureParameterImpl
 
hashCode() - Method in class org.hibernate.procedure.internal.ScalarDomainResultBuilder
 
hashCode() - Method in class org.hibernate.query.internal.QueryParameterNamedImpl
 
hashCode() - Method in class org.hibernate.query.internal.QueryParameterPositionalImpl
 
hashCode() - Method in class org.hibernate.query.Order
 
hashCode() - Method in class org.hibernate.query.results.complete.CompleteFetchBuilderBasicPart
 
hashCode() - Method in class org.hibernate.query.results.complete.CompleteFetchBuilderEmbeddableValuedModelPart
 
hashCode() - Method in class org.hibernate.query.results.complete.CompleteFetchBuilderEntityValuedModelPart
 
hashCode() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderBasicModelPart
 
hashCode() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderBasicValuedConverted
 
hashCode() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderBasicValuedStandard
 
hashCode() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderCollectionStandard
 
hashCode() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderEntityJpa
 
hashCode() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderEntityStandard
 
hashCode() - Method in class org.hibernate.query.results.complete.CompleteResultBuilderInstantiation
 
hashCode() - Method in class org.hibernate.query.results.complete.DelayedFetchBuilderBasicPart
 
hashCode() - Method in class org.hibernate.query.results.dynamic.AbstractFetchBuilderContainer
 
hashCode() - Method in class org.hibernate.query.results.dynamic.DynamicFetchBuilderLegacy
 
hashCode() - Method in class org.hibernate.query.results.dynamic.DynamicFetchBuilderStandard
 
hashCode() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderAttribute
 
hashCode() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderBasicConverted
 
hashCode() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderBasicStandard
 
hashCode() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityCalculated
 
hashCode() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityStandard
 
hashCode() - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderInstantiation
 
hashCode() - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderBasic
 
hashCode() - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderDiscriminatedAssociation
 
hashCode() - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderEmbeddable
 
hashCode() - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderEntity
 
hashCode() - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderEntityPart
 
hashCode() - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderPlural
 
hashCode() - Method in class org.hibernate.query.results.implicit.ImplicitModelPartResultBuilderBasic
 
hashCode() - Method in class org.hibernate.query.results.implicit.ImplicitModelPartResultBuilderEmbeddable
 
hashCode() - Method in class org.hibernate.query.results.implicit.ImplicitModelPartResultBuilderEntity
 
hashCode() - Method in class org.hibernate.query.results.ImplicitAttributeFetchBuilder
 
hashCode() - Method in class org.hibernate.query.results.ResultSetMappingImpl
 
hashCode() - Method in class org.hibernate.query.sql.spi.NonSelectInterpretationsKey
 
hashCode() - Method in class org.hibernate.query.sql.spi.SelectInterpretationsKey
 
hashCode() - Method in class org.hibernate.query.sqm.internal.SqmInterpretationsKey
 
hashCode() - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
 
hashCode() - Method in class org.hibernate.query.sqm.tree.expression.ValueBindJpaCriteriaParameter
 
hashCode() - Method in class org.hibernate.query.sqm.tree.select.SqmSortSpecification
 
hashCode() - Method in class org.hibernate.spatial.FunctionKey
 
hashCode() - Method in class org.hibernate.spi.NavigablePath
 
hashCode() - Method in class org.hibernate.sql.ast.spi.SqlExpressionResolver.ColumnReferenceKey
 
hashCode() - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
 
hashCode() - Method in class org.hibernate.sql.ast.tree.from.AbstractTableReference
 
hashCode() - Method in class org.hibernate.sql.model.ast.ColumnValueBinding
 
hashCode() - Method in class org.hibernate.sql.model.ast.MutatingTableReference
 
hashCode() - Method in class org.hibernate.sql.results.internal.SqlSelectionImpl
 
hashCode() - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
 
hashCode() - Method in class org.hibernate.testing.orm.domain.animal.Mammal
 
hashCode() - Method in class org.hibernate.testing.orm.domain.animal.StateProvince
 
hashCode() - Method in class org.hibernate.testing.orm.domain.animal.Zoo
 
hashCode() - Method in class org.hibernate.testing.orm.domain.gambit.BasicEntity
 
hashCode() - Method in class org.hibernate.testing.orm.domain.gambit.EmbeddedIdEntity.EmbeddedIdEntityId
 
hashCode() - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithNotAggregateId.PK
 
hashCode() - Method in class org.hibernate.testing.orm.domain.gambit.VersionedEntity
 
hashCode() - Method in class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.ActionGrouping
 
hashCode() - Method in class org.hibernate.transform.AliasToBeanConstructorResultTransformer
Deprecated.
Define our hashCode by our defined constructor's hasCode.
hashCode() - Method in class org.hibernate.transform.AliasToBeanResultTransformer
Deprecated.
 
hashCode() - Method in class org.hibernate.type.AnyType.ObjectTypeCacheEntry
 
hashCode() - Method in class org.hibernate.type.BasicArrayType
 
hashCode() - Method in class org.hibernate.type.BasicCollectionType
 
hashCode() - Method in class org.hibernate.type.ConvertedBasicArrayType
 
hashCode() - Method in class org.hibernate.type.ConvertedBasicCollectionType
 
hashCode() - Method in class org.hibernate.type.CustomType
 
hashCode() - Method in class org.hibernate.type.descriptor.converter.internal.JpaAttributeConverterImpl
 
hashCode() - Method in class org.hibernate.type.descriptor.jdbc.ArrayJdbcType
 
hashCode() - Method in class org.hibernate.type.internal.ParameterizedTypeImpl
 
hashCode(J) - Method in interface org.hibernate.usertype.CompositeUserType
Get a hashcode for the instance, consistent with persistence "equality"
hashCode(J) - Method in interface org.hibernate.usertype.UserType
Get a hash code for the given instance of the Java class mapped by this custom type, consistent with the definition of persistence "equality" for this custom type.
hashCode(RevisionType) - Method in class org.hibernate.envers.internal.entities.RevisionTypeType
 
hashCode(T) - Method in class org.hibernate.type.EnumType
Deprecated.
 
hashCode(T) - Method in class org.hibernate.usertype.BaseUserTypeSupport
 
hashCode(T) - Method in class org.hibernate.usertype.internal.AbstractTimeZoneStorageCompositeUserType
 
hashCode(T) - Method in class org.hibernate.usertype.StaticUserTypeSupport
 
hashedName(String) - Method in class org.hibernate.boot.model.naming.NamingHelper
Hash a constraint name using MD5.
hashedName(String) - Static method in class org.hibernate.mapping.Constraint
Hash a constraint name using MD5.
hasHolder() - Method in class org.hibernate.type.ArrayType
 
hasHolder() - Method in class org.hibernate.type.CollectionType
 
hasIdClass() - Method in class org.hibernate.metamodel.model.domain.AbstractIdentifiableType
 
hasIdClass() - Method in interface org.hibernate.metamodel.model.domain.IdentifiableDomainType
 
hasIdClass() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
hasIdClassOrEmbeddedId() - Method in class org.hibernate.boot.model.internal.InheritanceState
 
hasIdentifierAssigned(SqmInsertStatement<?>, EntityPersister) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
hasIdentifierMapper() - Method in class org.hibernate.mapping.PersistentClass
 
hasIdentifierMapper() - Method in interface org.hibernate.tuple.IdentifierAttribute
Deprecated.
 
hasIdentifierMapper() - Method in class org.hibernate.tuple.IdentifierProperty
Deprecated.
 
hasIdentifierProperty() - Method in class org.hibernate.mapping.MappedSuperclass
 
hasIdentifierProperty() - Method in class org.hibernate.mapping.PersistentClass
 
hasIdentifierProperty() - Method in class org.hibernate.mapping.RootClass
 
hasIdentifierProperty() - Method in class org.hibernate.mapping.Subclass
 
hasIdentifierProperty() - Method in interface org.hibernate.metadata.ClassMetadata
Deprecated.
Does this class have an identifier property?
hasIdentifierProperty() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasIdentifierProperty() - Method in interface org.hibernate.persister.entity.EntityPersister
Determine whether the entity has a particular property holding the identifier value.
hasIdentityInsertKeyword() - Method in interface org.hibernate.dialect.identity.IdentityColumnSupport
Is there a keyword used to insert a generated value into an identity column.
hasImmutableNaturalId() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
hasIndex() - Method in class org.hibernate.jpamodelgen.validation.MockCollectionPersister
 
hasIndex() - Method in interface org.hibernate.metadata.CollectionMetadata
Deprecated.
Is this collection indexed?
hasIndex() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
hasIndex() - Method in interface org.hibernate.persister.collection.CollectionPersister
Is this an "indexed" collection? (list or map)
hasInsertGeneratedProperties() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasInsertGeneratedProperties() - Method in interface org.hibernate.persister.entity.EntityPersister
Does this entity define any properties as being database generated on insert?
hasInsertGeneratedValues() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
hasInsertRow() - Method in class org.hibernate.persister.collection.mutation.RowMutationOperations
 
hasJoinFetches() - Method in class org.hibernate.metamodel.mapping.internal.CompoundNaturalIdMapping.DomainResultImpl
 
hasJoinFetches() - Method in class org.hibernate.query.results.complete.EntityResultImpl
 
hasJoinFetches() - Method in class org.hibernate.sql.results.graph.AbstractFetchParent
 
hasJoinFetches() - Method in class org.hibernate.sql.results.graph.collection.internal.CollectionDomainResult
 
hasJoinFetches() - Method in class org.hibernate.sql.results.graph.collection.internal.EagerCollectionFetch
 
hasJoinFetches() - Method in class org.hibernate.sql.results.graph.entity.internal.AbstractNonJoinedEntityFetch
 
hasJoinFetches() - Method in interface org.hibernate.sql.results.graph.FetchList
 
hasJoinFetches() - Method in interface org.hibernate.sql.results.graph.FetchParent
 
hasJoins() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
hasJoins() - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
hasJoins() - Method in class org.hibernate.sql.ast.tree.from.FromClause
 
hasLazyAttributes() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
 
hasLazyDirtyFields(int[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasLazyLoadableAttributes(UnloadedClass) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
 
hasLazyLoadableAttributes(UnloadedClass) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
Deprecated, for removal: This API element is subject to removal in a future version.
Will be removed without replacement. See HHH-15641
hasLazyLoadableAttributes(UnloadedClass) - Method in class org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
 
hasLazyLoadableAttributes(UnloadedClass) - Method in class org.hibernate.testing.bytecode.enhancement.EnhancerTestContext
 
hasLazyProperties() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasLazyProperties() - Method in interface org.hibernate.persister.entity.EntityPersister
Determine whether this entity defines any lazy properties (when bytecode instrumentation is enabled).
hasLazyProperties() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
hasLimit() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
 
hasLimit() - Method in interface org.hibernate.query.spi.QueryOptions
Did the application explicitly request paging limits?
hasLimit() - Method in class org.hibernate.query.spi.SqlOmittingQueryOptions
 
hasLimit() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
hasLimit() - Method in class org.hibernate.sql.exec.spi.StatementOptions
 
hasLimit(SqmSelectStatement<?>, MutableQueryOptions) - Static method in class org.hibernate.query.spi.AbstractSelectionQuery
 
hasLimit(QueryPart) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
hasLoadContext() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
hasLoadContext() - Method in interface org.hibernate.engine.spi.PersistenceContext
 
hasManyToManyOrdering() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
hasManyToManyOrdering() - Method in interface org.hibernate.persister.collection.CollectionPersister
 
hasManyValues() - Method in class org.hibernate.type.descriptor.java.EnumJavaType
 
hasMapKeyProperty - Variable in class org.hibernate.boot.model.internal.CollectionBinder
 
hasMappedBy() - Method in class org.hibernate.boot.model.internal.AnnotatedJoinColumns
 
hasMapsId() - Method in class org.hibernate.boot.model.internal.AnnotatedJoinColumns
 
hasMatching(BiFunction<Integer, O, Boolean>) - Method in interface org.hibernate.sql.model.MutationOperationGroup
Deprecated, for removal: This API element is subject to removal in a future version.
Will be removed. Use the other methods to visit each operation.
hasMatching(Predicate<PreparedStatementDetails>) - Method in interface org.hibernate.engine.jdbc.mutation.group.PreparedStatementGroup
 
hasMatching(Predicate<PreparedStatementDetails>) - Method in class org.hibernate.engine.jdbc.mutation.internal.PreparedStatementGroupNone
 
hasMatching(Predicate<PreparedStatementDetails>) - Method in class org.hibernate.engine.jdbc.mutation.internal.PreparedStatementGroupSingleTable
 
hasMatching(Predicate<PreparedStatementDetails>) - Method in class org.hibernate.engine.jdbc.mutation.internal.PreparedStatementGroupStandard
 
hasMaxRows(Limit) - Static method in class org.hibernate.dialect.pagination.AbstractLimitHandler
Is a max row limit indicated?
hasMoreResults() - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
hasMultipleTables() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasMultipleTables() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
hasMultipleTables() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
hasMultipleTables() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
hasMultiValuedParameterBindings() - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
hasMultiValuedParameterBindings() - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
hasMultiValuedParameterBindingsChecker() - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
hasMultiValuedParameterBindingsChecker() - Method in interface org.hibernate.query.sqm.internal.SqmInterpretationsKey.CacheabilityInfluencers
 
hasMultiValuedParameterBindingsChecker() - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
hasMutableProperties() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasMutableProperties() - Method in interface org.hibernate.persister.entity.EntityPersister
Determine whether any properties of this entity are considered mutable.
hasMutableProperties() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
hasNamedParameters() - Method in class org.hibernate.procedure.internal.ProcedureParameterMetadataImpl
 
hasNamedParameters() - Method in class org.hibernate.query.internal.ParameterMetadataImpl
 
hasNamedParameters() - Method in interface org.hibernate.query.ParameterMetadata
Does this parameter set contain any named parameters?
hasNamespace(StartElement) - Static method in class org.hibernate.boot.jaxb.internal.AbstractBinder
 
hasNaturalId() - Method in class org.hibernate.mapping.PersistentClass
 
hasNaturalIdCache() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasNaturalIdCache() - Method in interface org.hibernate.persister.entity.EntityPersister
Does this class have a natural id cache
hasNaturalIdentifier() - Method in interface org.hibernate.metadata.ClassMetadata
Deprecated.
Does this entity declare a natural id?
hasNaturalIdentifier() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasNaturalIdentifier() - Method in interface org.hibernate.persister.entity.EntityPersister
Determine whether this entity defines a natural identifier.
hasNaturalIdentifier() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
hasNestedTableGroupsToRender(List<TableGroupJoin>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
hasNext() - Method in class org.hibernate.boot.jaxb.internal.stax.BufferedXMLEventReader
 
hasNext() - Method in class org.hibernate.boot.jaxb.internal.stax.FilteringXMLEventReader
 
hasNext() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.IteratorProxy
 
hasNext() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListIteratorProxy
 
hasNext() - Method in class org.hibernate.metamodel.mapping.internal.ImmutableAttributeMappingList.AttributeMappingIterator
 
hasNext() - Method in class org.hibernate.query.internal.ScrollableResultsIterator
 
hasNonIdentifierPropertyNamedId() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
hasNonNullBindings(TableMapping) - Method in class org.hibernate.persister.entity.mutation.InsertCoordinator.InsertValuesAnalysis
 
hasNoNullElements() - Static method in class org.hibernate.testing.hamcrest.CollectionMatchers
 
hasNotAuditedEntityConfiguration(String) - Method in class org.hibernate.envers.configuration.internal.metadata.AbstractMetadataGenerator
 
hasNotAuditedEntityConfiguration(String) - Method in class org.hibernate.envers.configuration.internal.metadata.AuditEntityConfigurationRegistry
 
hasNotChanged() - Method in class org.hibernate.envers.query.criteria.AuditId
 
hasNotChanged() - Method in class org.hibernate.envers.query.criteria.AuditProperty
 
hasNotFoundAction() - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
hasNotNullProperty() - Method in class org.hibernate.type.AnyType
 
hasNotNullProperty() - Method in class org.hibernate.type.ComponentType
 
hasNotNullProperty() - Method in interface org.hibernate.type.CompositeType
Convenience method to quickly check CompositeType.getPropertyNullability() for any non-nullable sub-properties.
hasNullableColumn() - Method in class org.hibernate.mapping.UniqueKey
 
hasNullElements() - Static method in class org.hibernate.testing.hamcrest.CollectionMatchers
 
HasNullElementsMatcher<C extends Collection<?>> - Class in org.hibernate.testing.hamcrest
 
HasNullElementsMatcher(boolean) - Constructor for class org.hibernate.testing.hamcrest.HasNullElementsMatcher
 
hasNullProperty() - Method in class org.hibernate.type.AnyType
 
hasNullProperty() - Method in class org.hibernate.type.ComponentType
 
hasNullProperty() - Method in interface org.hibernate.type.CompositeType
Convenience method to quickly check if CompositeType.getPropertyNullability() contains a nullable sub-properties.
hasOddDstBehavior() - Method in class org.hibernate.dialect.H2Dialect
 
hasOffset(QueryPart) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
hasOffsetOrFetchClause() - Method in class org.hibernate.sql.ast.tree.select.QueryPart
 
hasOrder - Variable in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
hasOrder() - Method in class org.hibernate.mapping.Collection
 
hasOrdering() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
hasOrdering() - Method in interface org.hibernate.persister.collection.CollectionPersister
Is this an ordered collection? (An ordered collection is ordered by the initialization operation, not by sorting that happens in memory, as in the case of a sorted collection.)
hasOrphanDelete() - Method in interface org.hibernate.engine.spi.CascadeStyle
Do we need to delete orphaned collection elements?
hasOrphanDelete() - Method in class org.hibernate.engine.spi.CascadeStyles.BaseCascadeStyle
 
hasOrphanDelete() - Method in class org.hibernate.engine.spi.CascadeStyles.MultipleCascadeStyle
 
hasOrphanDelete() - Method in class org.hibernate.mapping.Collection
 
hasOrphanDelete() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
hasOrphanDelete() - Method in interface org.hibernate.persister.collection.CollectionPersister
Does this collection implement "orphan delete"?
hasOwnedCollections() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasOwnedCollections() - Method in interface org.hibernate.persister.entity.EntityPersister
Determine whether this entity has any owned collections.
hasOwnedCollections() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
hasParameters() - Method in class org.hibernate.query.sqm.internal.DomainParameterXref
Does this xref contain any parameters?
hasParents() - Method in class org.hibernate.boot.model.internal.InheritanceState
 
hasPartitionedSelectionMapping() - Method in class org.hibernate.mapping.PersistentClass
 
hasPartitionedSelectionMapping() - Method in class org.hibernate.metamodel.internal.AbstractCompositeIdentifierMapping
 
hasPartitionedSelectionMapping() - Method in interface org.hibernate.metamodel.mapping.BasicValuedModelPart
 
hasPartitionedSelectionMapping() - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
 
hasPartitionedSelectionMapping() - Method in class org.hibernate.metamodel.mapping.internal.BasicEntityIdentifierMappingImpl
 
hasPartitionedSelectionMapping() - Method in class org.hibernate.metamodel.mapping.internal.CaseStatementDiscriminatorMappingImpl
 
hasPartitionedSelectionMapping() - Method in class org.hibernate.metamodel.mapping.internal.CollectionIdentifierDescriptorImpl
 
hasPartitionedSelectionMapping() - Method in class org.hibernate.metamodel.mapping.internal.CompoundNaturalIdMapping
 
hasPartitionedSelectionMapping() - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationAttributeMapping
 
hasPartitionedSelectionMapping() - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedCollectionPart
 
hasPartitionedSelectionMapping() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedForeignKeyDescriptor
 
hasPartitionedSelectionMapping() - Method in class org.hibernate.metamodel.mapping.internal.EntityRowIdMappingImpl
 
hasPartitionedSelectionMapping() - Method in class org.hibernate.metamodel.mapping.internal.EntityVersionMappingImpl
 
hasPartitionedSelectionMapping() - Method in class org.hibernate.metamodel.mapping.internal.ExplicitColumnDiscriminatorMappingImpl
 
hasPartitionedSelectionMapping() - Method in class org.hibernate.metamodel.mapping.internal.ManyToManyCollectionPart
 
hasPartitionedSelectionMapping() - Method in class org.hibernate.metamodel.mapping.internal.OneToManyCollectionPart
 
hasPartitionedSelectionMapping() - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
hasPartitionedSelectionMapping() - Method in class org.hibernate.metamodel.mapping.internal.SimpleNaturalIdMapping
 
hasPartitionedSelectionMapping() - Method in class org.hibernate.metamodel.mapping.internal.SoftDeleteMappingImpl
 
hasPartitionedSelectionMapping() - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
hasPartitionedSelectionMapping() - Method in interface org.hibernate.metamodel.mapping.ManagedMappingType
 
hasPartitionedSelectionMapping() - Method in interface org.hibernate.metamodel.mapping.ModelPart
 
hasPartitionedSelectionMapping() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasPartitionedSelectionMapping() - Method in class org.hibernate.query.derived.AnonymousTupleBasicValuedModelPart
 
hasPartitionedSelectionMapping() - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddableValuedModelPart
 
hasPartitionedSelectionMapping() - Method in class org.hibernate.query.derived.AnonymousTupleTableGroupProducer
 
hasPhysicalColumn() - Method in interface org.hibernate.metamodel.mapping.EntityDiscriminatorMapping
Is the discriminator defined by a physical column?
hasPhysicalColumn() - Method in class org.hibernate.metamodel.mapping.internal.CaseStatementDiscriminatorMappingImpl
 
hasPhysicalColumn() - Method in class org.hibernate.metamodel.mapping.internal.ExplicitColumnDiscriminatorMappingImpl
 
hasPhysicalIndexColumn() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
hasPhysicalIndexColumn() - Method in interface org.hibernate.persister.collection.mutation.CollectionMutationTarget
Whether the collection has at least one physical index column
hasPojoRepresentation() - Method in class org.hibernate.mapping.Component
 
hasPojoRepresentation() - Method in class org.hibernate.mapping.PersistentClass
 
hasPositionalGroupItem() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
hasPositionalParameters() - Method in class org.hibernate.procedure.internal.ProcedureParameterMetadataImpl
 
hasPositionalParameters() - Method in class org.hibernate.query.internal.ParameterMetadataImpl
 
hasPositionalParameters() - Method in interface org.hibernate.query.ParameterMetadata
Does this parameter set contain any positional parameters?
hasPositionalSortItem() - Method in class org.hibernate.query.sqm.tree.select.SqmOrderByClause
 
hasPositionalSortItem() - Method in class org.hibernate.sql.ast.tree.select.QueryPart
 
hasPostCommitEventListeners() - Method in class org.hibernate.action.internal.EntityAction
 
hasPostCommitEventListeners() - Method in class org.hibernate.action.internal.EntityDeleteAction
 
hasPostCommitEventListeners() - Method in class org.hibernate.action.internal.EntityIdentityInsertAction
 
hasPostCommitEventListeners() - Method in class org.hibernate.action.internal.EntityInsertAction
 
hasPostCommitEventListeners() - Method in class org.hibernate.action.internal.EntityUpdateAction
 
hasPreInsertGeneratedValues() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
hasPreUpdateGeneratedValues() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
hasPrevious() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListIteratorProxy
 
hasPrimaryKey() - Method in class org.hibernate.mapping.Table
 
hasProjection() - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
hasPropertiesWithModifiedFlag() - Method in class org.hibernate.envers.internal.entities.mapper.ComponentPropertyMapper
 
hasPropertiesWithModifiedFlag() - Method in interface org.hibernate.envers.internal.entities.mapper.ModifiedFlagMapperSupport
Returns whether the associated PropertyMapper has any properties that use the witModifiedFlag feature.
hasPropertiesWithModifiedFlag() - Method in class org.hibernate.envers.internal.entities.mapper.MultiPropertyMapper
 
hasPropertiesWithModifiedFlag() - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractCollectionMapper
 
hasPropertiesWithModifiedFlag() - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractToOneMapper
 
hasPropertiesWithModifiedFlag() - Method in class org.hibernate.envers.internal.entities.mapper.SinglePropertyMapper
 
hasPropertiesWithModifiedFlag() - Method in class org.hibernate.envers.internal.entities.mapper.SubclassPropertyMapper
 
hasProperty(String) - Method in class org.hibernate.mapping.Component
 
hasProperty(String) - Method in class org.hibernate.mapping.MappedSuperclass
Check to see if this MappedSuperclass defines a property with the given name.
hasProperty(String) - Method in class org.hibernate.mapping.PersistentClass
Check to see if this PersistentClass defines a property with the given name.
hasProxy() - Method in interface org.hibernate.metadata.ClassMetadata
Deprecated.
Does this class support dynamic proxies?
hasProxy() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasProxy() - Method in interface org.hibernate.persister.entity.EntityPersister
Determine whether this entity supports dynamic proxies.
hasQueryExecutionToBeAddedToStatistics() - Method in class org.hibernate.query.sqm.internal.SqmJdbcExecutionContextAdapter
 
hasQueryExecutionToBeAddedToStatistics() - Method in interface org.hibernate.sql.exec.spi.ExecutionContext
Determine if the query execution has to be considered by the Statistics.
hasQueryExecutionToBeAddedToStatistics() - Method in class org.hibernate.sql.results.graph.embeddable.internal.NestedRowProcessingState
 
hasQueryExecutionToBeAddedToStatistics() - Method in class org.hibernate.sql.results.internal.RowProcessingStateStandardImpl
 
hasQueuedOperations() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
hasQueuedOperations() - Method in interface org.hibernate.collection.spi.PersistentCollection
Does this instance have any "queued" operations?
hasRealJoins() - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
 
hasRegisteredCallbacks(Class<?>, CallbackType) - Method in interface org.hibernate.jpa.event.spi.CallbackRegistry
Do we have any registered callbacks of the given type for the given entity?
hasRegisteredDescriptor(int) - Method in class org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry
 
hasRegisteredResources() - Method in class org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl
 
hasRegisteredResources() - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
Does this registry currently have any registered resources?
hasRegistrations() - Method in class org.hibernate.internal.SessionFactoryRegistry
Does this registry currently contain registrations?
hasRelationMappedBy() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
hasRowId() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasRowId() - Method in interface org.hibernate.persister.entity.Loadable
Deprecated.
Does the result set contain rowids?
hasSelectBeforeUpdate() - Method in class org.hibernate.mapping.PersistentClass
 
hasSelfReferentialForeignKeyBug() - Method in class org.hibernate.dialect.Dialect
Does the database/driver have bug in deleting rows that refer to other rows being deleted in the same query?
hasSelfReferentialForeignKeyBug() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
hasSelfReferentialForeignKeyBug() - Method in class org.hibernate.dialect.InnoDBStorageEngine
 
hasSelfReferentialForeignKeyBug() - Method in class org.hibernate.dialect.MyISAMStorageEngine
 
hasSelfReferentialForeignKeyBug() - Method in class org.hibernate.dialect.MySQLDialect
 
hasSelfReferentialForeignKeyBug() - Method in interface org.hibernate.dialect.MySQLStorageEngine
 
HasSelfReferentialForeignKeyBugCheck() - Constructor for class org.hibernate.testing.DialectChecks.HasSelfReferentialForeignKeyBugCheck
 
HasSelfReferentialForeignKeyBugCheck() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.HasSelfReferentialForeignKeyBugCheck
 
hasSettingForUseModifiedFlag() - Method in class org.hibernate.envers.configuration.Configuration
 
hasSiblings() - Method in class org.hibernate.boot.model.internal.InheritanceState
 
hasSingleIdAttribute() - Method in class org.hibernate.metamodel.model.domain.AbstractIdentifiableType
 
hasSingleIdAttribute() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
hasSize(int) - Static method in class org.hibernate.testing.hamcrest.CollectionMatchers
 
hasSkippableTables() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasSkippableTables() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
hasSkippableTables() - Method in interface org.hibernate.persister.entity.mutation.EntityMutationTarget
Whether this target defines any potentially skippable tables.
hasSkippableTables() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
hasSortSpecifications() - Method in class org.hibernate.sql.ast.tree.select.QueryPart
 
hasStringAttribute() - Method in class org.hibernate.jpamodelgen.annotation.AbstractFinderMethod
 
hasStringAttribute() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaAttribute
 
hasStringAttribute() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaType
 
hasStringAttribute() - Method in class org.hibernate.jpamodelgen.annotation.DaoConstructor
 
hasStringAttribute() - Method in class org.hibernate.jpamodelgen.annotation.QueryMethod
 
hasStringAttribute() - Method in interface org.hibernate.jpamodelgen.model.MetaAttribute
 
hasStringAttribute() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaAttribute
 
hasSubclasses() - Method in class org.hibernate.mapping.PersistentClass
 
hasSubclasses() - Method in interface org.hibernate.metadata.ClassMetadata
Deprecated.
Does this entity have mapped subclasses?
hasSubclasses() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
Whether this entity mapping has any subtype mappings
hasSubclasses() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasSubclasses() - Method in interface org.hibernate.persister.entity.Loadable
hasSubclasses() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
hasSubclasses(String) - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.EnhancementHelper.InheritanceChecker
 
hasSubselectLoadableCollections() - Method in class org.hibernate.mapping.PersistentClass
 
hasSubselectLoadableCollections() - Method in class org.hibernate.mapping.Subclass
 
hasSubselectLoadableCollections() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasSubselectLoadableCollections() - Method in interface org.hibernate.persister.entity.EntityPersister
Determine whether this entity contains references to persistent collections which are fetchable by subselect?
hasSubselectLoadableCollections(EntityPersister) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
hasSubselectLoadableCollectionsEnabled(EntityPersister) - Method in class org.hibernate.engine.profile.DefaultFetchProfile
 
hasSubselectLoadableCollectionsEnabled(EntityPersister) - Method in class org.hibernate.engine.profile.FetchProfile
 
hasTable() - Method in class org.hibernate.boot.model.internal.InheritanceState
 
hasTableGroup() - Method in class org.hibernate.sql.results.graph.basic.BasicFetch
 
hasTableGroup() - Method in class org.hibernate.sql.results.graph.collection.internal.DelayedCollectionFetch
 
hasTableGroup() - Method in class org.hibernate.sql.results.graph.collection.internal.EagerCollectionFetch
 
hasTableGroup() - Method in class org.hibernate.sql.results.graph.collection.internal.SelectEagerCollectionFetch
 
hasTableGroup() - Method in class org.hibernate.sql.results.graph.embeddable.internal.AggregateEmbeddableFetchImpl
 
hasTableGroup() - Method in class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableFetchImpl
 
hasTableGroup() - Method in class org.hibernate.sql.results.graph.entity.internal.EntityDelayedFetchImpl
 
hasTableGroup() - Method in class org.hibernate.sql.results.graph.entity.internal.EntityFetchJoinedImpl
 
hasTableGroup() - Method in class org.hibernate.sql.results.graph.entity.internal.EntityFetchSelectImpl
 
hasTableGroup() - Method in interface org.hibernate.sql.results.graph.Fetch
Is the TableGroup associated with this Fetch defined?
hasTableGroup() - Method in class org.hibernate.sql.results.internal.domain.CircularBiDirectionalFetchImpl
 
hasTableGroup() - Method in class org.hibernate.sql.results.internal.domain.CircularFetchImpl
 
hasTimeout() - Method in class org.hibernate.sql.exec.spi.StatementOptions
 
hasTimePart(int) - Static method in class org.hibernate.type.SqlTypes
Does the given typecode represent a SQL time or timestamp type?
hasToOneAnnotation(XAnnotatedElement) - Static method in class org.hibernate.boot.model.internal.BinderHelper
 
hasTreats() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
hasTreats() - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
hasTypedAttribute() - Method in class org.hibernate.jpamodelgen.annotation.AbstractFinderMethod
 
hasTypedAttribute() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaAttribute
 
hasTypedAttribute() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaType
 
hasTypedAttribute() - Method in class org.hibernate.jpamodelgen.annotation.DaoConstructor
 
hasTypedAttribute() - Method in class org.hibernate.jpamodelgen.annotation.QueryMethod
 
hasTypedAttribute() - Method in interface org.hibernate.jpamodelgen.model.MetaAttribute
 
hasTypedAttribute() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaAttribute
 
hasUnFetchedAttributes(Object) - Method in class org.hibernate.bytecode.internal.BytecodeEnhancementMetadataNonPojoImpl
 
hasUnFetchedAttributes(Object) - Method in class org.hibernate.bytecode.internal.BytecodeEnhancementMetadataPojoImpl
 
hasUnFetchedAttributes(Object) - Method in interface org.hibernate.bytecode.spi.BytecodeEnhancementMetadata
 
hasUninitializedLazyProperties(Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasUninitializedLazyProperties(Object) - Method in interface org.hibernate.persister.entity.EntityPersister
Does the given instance have any uninitialized lazy properties?
hasUnresolvedEntityInsertActions() - Method in class org.hibernate.engine.spi.ActionQueue
Are there unresolved entity insert actions that depend on non-nullable associations with a transient entity?
hasUpdateGeneratedProperties() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasUpdateGeneratedProperties() - Method in interface org.hibernate.persister.entity.EntityPersister
Does this entity define any properties as being database generated on update?
hasUpdateGeneratedValues() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
hasUpdateRow() - Method in class org.hibernate.persister.collection.mutation.RowMutationOperations
 
hasVarargs() - Method in class org.hibernate.query.sqm.produce.function.internal.PatternRenderer
 
hasVersionAttribute() - Method in class org.hibernate.metamodel.model.domain.AbstractIdentifiableType
 
hasVersionAttribute() - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
hasWhere - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
hasWhere() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
hasWhere() - Method in interface org.hibernate.persister.collection.QueryableCollection
Deprecated.
Does this collection role have a where clause filter?
hasWhereRestrictions() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
hasWhereRestrictions() - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
hasWhereRestrictions() - Method in interface org.hibernate.metamodel.mapping.WhereRestrictable
Does this restrictable have a where restriction?
hasWhereRestrictions() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
hasWhereRestrictions() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
hasWrittenFieldNames() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
 
having(Expression<Boolean>) - Method in class org.hibernate.query.criteria.CriteriaDefinition
 
having(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
having(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaSelectCriteria
 
having(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
having(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
having(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
having(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
having(Predicate...) - Method in class org.hibernate.query.criteria.CriteriaDefinition
 
having(Predicate...) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
having(Predicate...) - Method in interface org.hibernate.query.criteria.JpaSelectCriteria
 
having(Predicate...) - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
having(Predicate...) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
having(Predicate...) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
having(Predicate...) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
HAVING - org.hibernate.sql.ast.Clause
 
HAVING - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
HAVING - Static variable in class org.hibernate.grammars.hql.HqlParser
 
HAVING() - Method in class org.hibernate.grammars.hql.HqlParser.HavingClauseContext
 
HAVING() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
havingClause() - Method in class org.hibernate.grammars.hql.HqlParser
 
havingClause() - Method in class org.hibernate.grammars.hql.HqlParser.QueryContext
 
HavingClauseContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.HavingClauseContext
 
havingSRID(CriteriaBuilder, Expression<? extends Geometry>, int) - Static method in class org.hibernate.spatial.predicate.GeolatteSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "having srid" constraint.
havingSRID(CriteriaBuilder, Expression<? extends Geometry>, Expression<Integer>) - Static method in class org.hibernate.spatial.predicate.GeolatteSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "having srid" constraint.
havingSRID(CriteriaBuilder, Expression<? extends Geometry>, int) - Static method in class org.hibernate.spatial.predicate.JTSSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "having srid" constraint.
havingSRID(CriteriaBuilder, Expression<? extends Geometry>, Expression<Integer>) - Static method in class org.hibernate.spatial.predicate.JTSSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "having srid" constraint.
havingSRID(Expression<? extends T>, int) - Method in class org.hibernate.spatial.criteria.internal.SpatialCriteriaBuilderImpl
 
havingSRID(Expression<? extends T>, int) - Method in interface org.hibernate.spatial.criteria.SpatialCriteriaBuilder
Create a predicate for testing the arguments for "having srid" constraint.
havingSRID(Expression<? extends T>, Expression<Integer>) - Method in class org.hibernate.spatial.criteria.internal.SpatialCriteriaBuilderImpl
 
havingSRID(Expression<? extends T>, Expression<Integer>) - Method in interface org.hibernate.spatial.criteria.SpatialCriteriaBuilder
Create a predicate for testing the arguments for "having srid" constraint.
HBM - org.hibernate.cfg.MetadataSourceType
Deprecated.
Indicates metadata coming from hbm.xml files
HBM - org.hibernate.mapping.MetadataSource
 
HBM_XML_FILES - Static variable in interface org.hibernate.cfg.AvailableSettings
 
HBM2DDL_AUTO - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
Setting to perform SchemaManagementTool actions automatically as part of the SessionFactory lifecycle.
HBM2DDL_CHARSET_NAME - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
The name of the charset used by the schema generation resource.
HBM2DDL_CONNECTION - Static variable in interface org.hibernate.cfg.JdbcSettings
HBM2DDL_CREATE_NAMESPACES - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
Deprecated.
The JPA-standard setting SchemaToolingSettings.JAKARTA_HBM2DDL_CREATE_SCHEMAS is now preferred.
HBM2DDL_CREATE_SCHEMAS - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
HBM2DDL_CREATE_SCRIPT_SOURCE - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
HBM2DDL_CREATE_SOURCE - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
HBM2DDL_DATABASE_ACTION - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
HBM2DDL_DEFAULT_CONSTRAINT_MODE - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
Used with the ConstraintMode.PROVIDER_DEFAULT strategy for foreign key mapping.
HBM2DDL_DELIMITER - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
Identifies the delimiter to use to separate schema management statements in script outputs.
HBM2DDL_DROP_SCRIPT_SOURCE - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
HBM2DDL_DROP_SOURCE - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
HBM2DDL_FILTER_PROVIDER - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
Used to specify the SchemaFilterProvider to be used by create, drop, migrate and validate operations on the database schema.
HBM2DDL_HALT_ON_ERROR - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
When enabled, specifies that the schema migration tool should halt on any error, terminating the bootstrap process.
HBM2DDL_IMPORT_FILES - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
Deprecated.
The JPA-standard setting SchemaToolingSettings.JAKARTA_HBM2DDL_CREATE_SCRIPT_SOURCE is now preferred.
HBM2DDL_IMPORT_FILES_SQL_EXTRACTOR - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
HBM2DDL_JDBC_METADATA_EXTRACTOR_STRATEGY - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
Setting to choose the strategy used to access the JDBC Metadata.
HBM2DDL_LOAD_SCRIPT_SOURCE - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
HBM2DDL_SCRIPTS_ACTION - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
HBM2DDL_SCRIPTS_CREATE_APPEND - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
For cases where the "jakarta.persistence.schema-generation.scripts.action" value indicates that schema commands should be written to DDL script file, specifies if schema commands should be appended to the end of the file rather than written at the beginning of the file.
HBM2DDL_SCRIPTS_CREATE_TARGET - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
HBM2DDL_SCRIPTS_DROP_TARGET - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
HbmEventReader - Class in org.hibernate.boot.jaxb.internal.stax
A StAX EventReader for hbm.xml files to add namespaces in documents not containing namespaces.
HbmEventReader(XMLEventReader) - Constructor for class org.hibernate.boot.jaxb.internal.stax.HbmEventReader
 
HbmEventReader(XMLEventReader, XMLEventFactory) - Constructor for class org.hibernate.boot.jaxb.internal.stax.HbmEventReader
 
HbmFetchParentMemento(NavigablePath, FetchableContainer) - Constructor for class org.hibernate.boot.query.HbmResultSetMappingDescriptor.HbmFetchParentMemento
 
HbmLocalMetadataBuildingContext - Interface in org.hibernate.boot.model.source.internal.hbm
Access to contextual information specific to a hbm.xml mapping.
HbmMetadataSourceProcessorImpl - Class in org.hibernate.boot.model.source.internal.hbm
MetadataSourceProcessor implementation for processing hbm.xml mapping documents.
HbmMetadataSourceProcessorImpl(Collection<Binding<BindableMappingDescriptor>>, MetadataBuildingContext) - Constructor for class org.hibernate.boot.model.source.internal.hbm.HbmMetadataSourceProcessorImpl
 
HbmMetadataSourceProcessorImpl(ManagedResources, MetadataBuildingContext) - Constructor for class org.hibernate.boot.model.source.internal.hbm.HbmMetadataSourceProcessorImpl
 
HbmResultSetMappingDescriptor - Class in org.hibernate.boot.query
Boot-time descriptor of a result set mapping as defined in an hbm.xml file either implicitly or explicitly
HbmResultSetMappingDescriptor(String, List<ResultDescriptor>, Map<String, Map<String, HbmResultSetMappingDescriptor.JoinDescriptor>>, Map<String, HbmResultSetMappingDescriptor.HbmFetchParent>) - Constructor for class org.hibernate.boot.query.HbmResultSetMappingDescriptor
Constructor for an implicit resultset mapping defined inline as part of a `<sql-query/>` stanza
HbmResultSetMappingDescriptor(JaxbHbmResultSetMappingType, MetadataBuildingContext) - Constructor for class org.hibernate.boot.query.HbmResultSetMappingDescriptor
Constructor for an explicit <resultset/> mapping.
HbmResultSetMappingDescriptor.CollectionResultDescriptor - Class in org.hibernate.boot.query
 
HbmResultSetMappingDescriptor.EntityResultDescriptor - Class in org.hibernate.boot.query
 
HbmResultSetMappingDescriptor.HbmFetchDescriptor - Interface in org.hibernate.boot.query
 
HbmResultSetMappingDescriptor.HbmFetchParent - Interface in org.hibernate.boot.query
 
HbmResultSetMappingDescriptor.HbmFetchParentMemento - Class in org.hibernate.boot.query
 
HbmResultSetMappingDescriptor.JoinDescriptor - Class in org.hibernate.boot.query
 
HbmResultSetMappingDescriptor.PropertyFetchDescriptor - Class in org.hibernate.boot.query
 
HbmResultSetMappingDescriptor.ScalarDescriptor - Class in org.hibernate.boot.query
 
HbmTransformationLogging - Class in org.hibernate.boot.jaxb.hbm.transform
Logging for HBM transformation
HbmTransformationLogging() - Constructor for class org.hibernate.boot.jaxb.hbm.transform.HbmTransformationLogging
 
hbmXml - Static variable in class org.hibernate.boot.xsd.MappingXsdSupport
 
HbmXmlTransformer - Class in org.hibernate.boot.jaxb.hbm.transform
Transforms a JAXB binding of a hbm.xml file into a unified orm.xml representation
HbmXmlTransformer(JaxbHbmHibernateMapping, Origin, HbmXmlTransformer.Options) - Constructor for class org.hibernate.boot.jaxb.hbm.transform.HbmXmlTransformer
 
HbmXmlTransformer.Options - Interface in org.hibernate.boot.jaxb.hbm.transform
 
hbmXsd() - Method in class org.hibernate.boot.xsd.MappingXsdSupport
 
HCANNHelper - Class in org.hibernate.boot.model.internal
Manage the various fun-ness of dealing with HCANN...
HCANNHelper() - Constructor for class org.hibernate.boot.model.internal.HCANNHelper
 
headMap(K) - Method in class org.hibernate.collection.spi.PersistentSortedMap
 
headMap(K) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
headSet(E) - Method in class org.hibernate.collection.spi.PersistentSortedSet
 
headSet(U) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedSetProxy
 
HELPDESK - org.hibernate.testing.orm.domain.StandardDomainModel
 
HelpDeskDomainModel - Class in org.hibernate.testing.orm.domain.helpdesk
 
HelpDeskDomainModel() - Constructor for class org.hibernate.testing.orm.domain.helpdesk.HelpDeskDomainModel
 
Helper - Class in org.hibernate.boot.model.source.internal.hbm
 
Helper - Class in org.hibernate.id.uuid
 
Helper - Class in org.hibernate.jpa.boot.internal
 
Helper - Class in org.hibernate.resource.beans.internal
 
Helper - Class in org.hibernate.testing.junit4
Centralized utility functionality
Helper - Class in org.hibernate.tool.schema.internal
Helper methods.
Helper() - Constructor for class org.hibernate.boot.model.source.internal.hbm.Helper
 
Helper() - Constructor for class org.hibernate.jpa.boot.internal.Helper
 
Helper() - Constructor for class org.hibernate.tool.schema.internal.Helper
 
Helper.InLineViewNameInferrer - Interface in org.hibernate.boot.model.source.internal.hbm
 
Helper.TestAnnotationCollector<S> - Interface in org.hibernate.testing.junit4
 
HEMLogging - Class in org.hibernate.internal
Sad when you need helpers for generating loggers...
HEX_LITERAL - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
HEX_LITERAL - Static variable in class org.hibernate.grammars.hql.HqlParser
 
HEX_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
HEX_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
HEX_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.BinaryLiteralContext
 
HEX_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.NumericLiteralContext
 
HEX_LITERAL() - Method in class org.hibernate.grammars.ordering.OrderingParser.LiteralContext
 
HEX_LITERAL(int) - Method in class org.hibernate.grammars.hql.HqlParser.BinaryLiteralContext
 
HIB_FETCH_PROFILE - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
HIB_FETCH_PROFILES - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
HIB_FILTER_DEF - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
HIB_FILTER_DEFS - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
HIB_NAMED_NATIVE_QUERIES - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
HIB_NAMED_NATIVE_QUERY - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
HIB_NAMED_QUERIES - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
HIB_NAMED_QUERY - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
HIB_QUERY - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
HIB_SELECTION_QUERY - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
HIB_SESSION - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
HIB_STATELESS_SESSION - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
Hibernate - Class in org.hibernate
Various utility functions for working with proxies and lazy collection references.
HIBERNATE_CONFIGURATION_URI - Static variable in class org.hibernate.boot.cfgxml.internal.JaxbCfgProcessor
 
HIBERNATE_DEFAULT_PROFILE - Static variable in class org.hibernate.engine.profile.DefaultFetchProfile
The name of an implicit fetch profile which includes all eager to-one associations.
HIBERNATE_TYPE - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
Hibernate.CollectionInterface<C> - Class in org.hibernate
Operations for obtaining references to persistent collections of a certain type.
hibernateClassLoader() - Static method in class org.hibernate.internal.util.SerializationHelper
 
hibernateConnectionPoolSize(int, int) - Method in interface org.hibernate.internal.log.ConnectionPoolingLogger
 
HibernateCriteriaBuilder - Interface in org.hibernate.query.criteria
A JPA CriteriaBuilder is a source of objects which may be composed to express a criteria query.
HibernateCriteriaBuilderDelegate - Class in org.hibernate.query.criteria.spi
 
HibernateCriteriaBuilderDelegate(CriteriaBuilder) - Constructor for class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
HibernateCriteriaBuilderDelegate(HibernateCriteriaBuilder) - Constructor for class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
HibernateError - Exception in org.hibernate
Marks a group of exceptions that generally indicate an internal Hibernate error or bug.
HibernateError(String) - Constructor for exception org.hibernate.HibernateError
Constructs HibernateError with the condition message.
HibernateError(String, Throwable) - Constructor for exception org.hibernate.HibernateError
Constructs HibernateError with the condition message and cause.
HibernateException - Exception in org.hibernate
The base type for exceptions thrown by Hibernate.
HibernateException(Throwable) - Constructor for exception org.hibernate.HibernateException
Constructs a HibernateException using the given message and underlying cause.
HibernateException(String) - Constructor for exception org.hibernate.HibernateException
Constructs a HibernateException using the given exception message.
HibernateException(String, Throwable) - Constructor for exception org.hibernate.HibernateException
Constructs a HibernateException using the given message and underlying cause.
HibernateHints - Interface in org.hibernate.jpa
List of Hibernate-specific (extension) hints available to query, load, and lock scenarios.
HibernateInitializedCondition - Class in org.hibernate.testing.orm.assertj
 
HibernateInitializedCondition(boolean) - Constructor for class org.hibernate.testing.orm.assertj.HibernateInitializedCondition
 
hibernateMappingXml - Static variable in class org.hibernate.boot.xsd.MappingXsdSupport
 
HibernateMethodLookupDispatcher - Class in org.hibernate.bytecode.internal.bytebuddy
This dispatcher analyzes the stack frames to detect if a particular call should be authorized.
HibernateMethodLookupDispatcher() - Constructor for class org.hibernate.bytecode.internal.bytebuddy.HibernateMethodLookupDispatcher
 
HibernateMonitoringEvent - Interface in org.hibernate.event.spi
 
HibernatePersistenceProvider - Class in org.hibernate.jpa
The best-ever implementation of a JPA PersistenceProvider.
HibernatePersistenceProvider() - Constructor for class org.hibernate.jpa.HibernatePersistenceProvider
 
hibernateProviderNamesContain(String) - Static method in class org.hibernate.jpa.boot.spi.ProviderChecker
Is the requested provider name one of the recognized Hibernate provider names?
HibernateProxy - Interface in org.hibernate.proxy
Interface implemented directly by entity proxies, exposing access to the associated LazyInitializer.
HibernateSchemaManagementTool - Class in org.hibernate.tool.schema.internal
The standard Hibernate implementation of SchemaManagementTool for performing schema management.
HibernateSchemaManagementTool() - Constructor for class org.hibernate.tool.schema.internal.HibernateSchemaManagementTool
 
HibernateSchemaManagementTool.JdbcContextImpl - Class in org.hibernate.tool.schema.internal
 
HibernateSpatialConfigurationSettings - Class in org.hibernate.spatial
Hibernate Spatial specific configuration settings.
HibernateTraversableResolver - Class in org.hibernate.boot.beanvalidation
Use Hibernate metadata to ignore cascade on entities.
HibernateTraversableResolver(EntityPersister, ConcurrentHashMap<EntityPersister, Set<String>>, SessionFactoryImplementor) - Constructor for class org.hibernate.boot.beanvalidation.HibernateTraversableResolver
 
HibernateTypeSource - Interface in org.hibernate.boot.model.source.spi
Source-agnostic descriptor for explicit user-supplied Hibernate type information
HibernateTypeSourceImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
HibernateTypeSourceImpl(String) - Constructor for class org.hibernate.boot.model.source.internal.hbm.HibernateTypeSourceImpl
 
HibernateTypeSourceImpl(String, Map<String, String>) - Constructor for class org.hibernate.boot.model.source.internal.hbm.HibernateTypeSourceImpl
 
HibernateTypeSourceImpl(String, JavaTypeDescriptor) - Constructor for class org.hibernate.boot.model.source.internal.hbm.HibernateTypeSourceImpl
 
HibernateTypeSourceImpl(TypeContainer) - Constructor for class org.hibernate.boot.model.source.internal.hbm.HibernateTypeSourceImpl
 
HibernateTypeSourceImpl(JavaTypeDescriptor) - Constructor for class org.hibernate.boot.model.source.internal.hbm.HibernateTypeSourceImpl
 
highestPrecedenceType(SqmExpressible<? extends T>...) - Static method in class org.hibernate.query.internal.QueryHelper
 
highestPrecedenceType2(SqmExpressible<? extends X>, SqmExpressible<? extends X>) - Static method in class org.hibernate.query.internal.QueryHelper
 
HIGHLIGHT - org.hibernate.engine.jdbc.internal.FormatStyle
Syntax highlighting via ANSI escape codes
HIGHLIGHT_SQL - Static variable in interface org.hibernate.cfg.JdbcSettings
Enables highlighting of SQL logged to the console using ANSI escape codes.
HighlightingFormatter - Class in org.hibernate.engine.jdbc.internal
Performs basic syntax highlighting for SQL using ANSI escape codes.
HighlightingFormatter(String, String, String) - Constructor for class org.hibernate.engine.jdbc.internal.HighlightingFormatter
 
HIKARI_STRATEGY - Static variable in class org.hibernate.engine.jdbc.connections.internal.ConnectionProviderInitiator
The strategy for hikari connection pooling
HikariConfigurationUtil - Class in org.hibernate.hikaricp.internal
Utility class to map Hibernate properties to HikariCP configuration properties.
HikariConfigurationUtil() - Constructor for class org.hibernate.hikaricp.internal.HikariConfigurationUtil
 
HikariCPConnectionProvider - Class in org.hibernate.hikaricp.internal
HikariCP Connection provider for Hibernate.
HikariCPConnectionProvider() - Constructor for class org.hibernate.hikaricp.internal.HikariCPConnectionProvider
 
hikariProviderClassNotFound() - Method in interface org.hibernate.internal.CoreMessageLogger
 
HILO - org.hibernate.id.enhanced.StandardOptimizerDescriptor
Describes the optimizer for using a custom "hilo" algorithm optimization.
HiLoOptimizer - Class in org.hibernate.id.enhanced
Optimizer which applies a 'hilo' algorithm in memory to achieve optimization.
HiLoOptimizer(Class<?>, int) - Constructor for class org.hibernate.id.enhanced.HiLoOptimizer
Constructs a HiLoOptimizer
hint - Variable in class org.hibernate.boot.jaxb.mapping.JaxbNamedNativeQuery
 
hint - Variable in class org.hibernate.boot.jaxb.mapping.JaxbNamedQuery
 
hint - Variable in class org.hibernate.boot.jaxb.mapping.JaxbNamedStoredProcedureQuery
 
hint - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedNativeQuery
 
hint - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedQuery
 
hint - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedStoredProcedureQuery
 
HINT_BATCH_FETCH_SIZE - Static variable in interface org.hibernate.jpa.HibernateHints
Hint to set the batch size for batch fetching for a given EntityManager.
HINT_CACHE_MODE - Static variable in interface org.hibernate.jpa.HibernateHints
Hint for specifying the CacheMode to use.
HINT_CACHE_MODE - Static variable in class org.hibernate.jpa.QueryHints
Deprecated.
 
HINT_CACHE_REGION - Static variable in interface org.hibernate.jpa.HibernateHints
Hint for specifying the region of the query cache into which the results should be stored.
HINT_CACHE_REGION - Static variable in class org.hibernate.jpa.QueryHints
Deprecated.
 
HINT_CACHEABLE - Static variable in interface org.hibernate.jpa.HibernateHints
Hint for specifying whether results from a query should be stored in the query cache.
HINT_CACHEABLE - Static variable in class org.hibernate.jpa.QueryHints
Deprecated.
 
HINT_CALLABLE_FUNCTION - Static variable in interface org.hibernate.jpa.HibernateHints
Whether to treat a ProcedureCall or StoredProcedureQuery as a call to a function rather than a call to a procedure.
HINT_COMMENT - Static variable in interface org.hibernate.jpa.HibernateHints
Hint for specifying a database comment to be appended to the SQL statement sent to the database.
HINT_COMMENT - Static variable in class org.hibernate.jpa.QueryHints
Deprecated.
 
HINT_ENABLE_SUBSELECT_FETCH - Static variable in interface org.hibernate.jpa.HibernateHints
Hint to enable subselect fetching for a given EntityManager.
HINT_FETCH_PROFILE - Static variable in interface org.hibernate.jpa.HibernateHints
Hint to enable a fetch profile for a given EntityManager.
HINT_FETCH_SIZE - Static variable in interface org.hibernate.jpa.HibernateHints
Hint for specifying a JDBC fetch size to be applied to the statement.
HINT_FETCH_SIZE - Static variable in class org.hibernate.jpa.QueryHints
Deprecated.
 
HINT_FETCHGRAPH - Static variable in class org.hibernate.jpa.QueryHints
Deprecated.
 
HINT_FLUSH_MODE - Static variable in interface org.hibernate.jpa.HibernateHints
Hint for specifying the FlushMode to apply to an EntityManager or Query.
HINT_FLUSH_MODE - Static variable in class org.hibernate.jpa.QueryHints
Deprecated.
 
HINT_FOLLOW_ON_LOCKING - Static variable in interface org.hibernate.jpa.HibernateHints
Hint to enable or disable the follow-on locking mechanism provided by Dialect.useFollowOnLocking(java.lang.String, org.hibernate.query.spi.QueryOptions).
HINT_FOLLOW_ON_LOCKING - Static variable in class org.hibernate.jpa.QueryHints
Deprecated.
 
HINT_JAVAEE_CACHE_RETRIEVE_MODE - Static variable in interface org.hibernate.jpa.LegacySpecHints
Deprecated.
 
HINT_JAVAEE_CACHE_STORE_MODE - Static variable in interface org.hibernate.jpa.LegacySpecHints
Deprecated.
 
HINT_JAVAEE_FETCH_GRAPH - Static variable in interface org.hibernate.jpa.LegacySpecHints
Deprecated.
 
HINT_JAVAEE_LOAD_GRAPH - Static variable in interface org.hibernate.jpa.LegacySpecHints
Deprecated.
 
HINT_JAVAEE_LOCK_SCOPE - Static variable in interface org.hibernate.jpa.LegacySpecHints
Deprecated.
 
HINT_JAVAEE_LOCK_TIMEOUT - Static variable in interface org.hibernate.jpa.LegacySpecHints
Deprecated.
 
HINT_JAVAEE_QUERY_TIMEOUT - Static variable in interface org.hibernate.jpa.LegacySpecHints
Deprecated.
 
HINT_JDBC_BATCH_SIZE - Static variable in interface org.hibernate.jpa.HibernateHints
Hint to set the batch size for JDBC batching for a given EntityManager.
HINT_LOADGRAPH - Static variable in class org.hibernate.jpa.QueryHints
Deprecated.
 
HINT_NATIVE_LOCK_MODE - Static variable in interface org.hibernate.jpa.HibernateHints
Hint for specifying the lock mode to apply to the results of a native query.
HINT_NATIVE_LOCKMODE - Static variable in class org.hibernate.jpa.QueryHints
Deprecated.
 
HINT_NATIVE_SPACES - Static variable in interface org.hibernate.jpa.HibernateHints
Hint for specifying the query spaces that affect the results of a native query.
HINT_NATIVE_SPACES - Static variable in class org.hibernate.jpa.QueryHints
Deprecated.
 
HINT_QUERY_PLAN_CACHEABLE - Static variable in interface org.hibernate.jpa.HibernateHints
Hint to enable or disable the query plan caching.
HINT_READ_ONLY - Static variable in interface org.hibernate.jpa.HibernateHints
Hint for specifying that objects loaded into the persistence context as a result of a query should be associated with the persistence context in read-only mode.
HINT_READONLY - Static variable in class org.hibernate.jpa.QueryHints
Deprecated.
 
HINT_SPEC_CACHE_RETRIEVE_MODE - Static variable in interface org.hibernate.jpa.SpecHints
Hint specifying how Hibernate should interact with the second level cache when it has the opportunity to retrieve data from the cache.
HINT_SPEC_CACHE_STORE_MODE - Static variable in interface org.hibernate.jpa.SpecHints
Hint specifying how Hibernate should interact with the second level cache when it has the opportunity to store data in the cache.
HINT_SPEC_FETCH_GRAPH - Static variable in interface org.hibernate.jpa.SpecHints
Hint providing a EntityGraph which should be interpreted as a "fetch graph".
HINT_SPEC_LOAD_GRAPH - Static variable in interface org.hibernate.jpa.SpecHints
Hint providing a EntityGraph which should be interpreted as a "load graph".
HINT_SPEC_LOCK_SCOPE - Static variable in interface org.hibernate.jpa.SpecHints
Hint indicating whether to extend pessimistic locking to associated tables.
HINT_SPEC_LOCK_TIMEOUT - Static variable in interface org.hibernate.jpa.SpecHints
Hint requesting a pessimistic lock timeout (in milliseconds).
HINT_SPEC_QUERY_TIMEOUT - Static variable in interface org.hibernate.jpa.SpecHints
The Jakarta Persistence defined hint for requesting a timeout be applied to a Query executions.
HINT_TENANT_ID - Static variable in interface org.hibernate.jpa.HibernateHints
Hint for specifying the tenant id to use when creating an EntityManager.
HINT_TIMEOUT - Static variable in interface org.hibernate.jpa.HibernateHints
Hint for specifying a query timeout, in seconds.
HINT_TIMEOUT - Static variable in class org.hibernate.jpa.QueryHints
Deprecated.
The hint key for specifying a query timeout per Hibernate O/RM, which defines the timeout in seconds.
hints - Variable in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
HintsCollector - Class in org.hibernate.jpa.internal
Collects all available hints for use the Jakarta Persistence hint system
HintsCollector() - Constructor for class org.hibernate.jpa.internal.HintsCollector
 
HOME - org.hibernate.testing.orm.domain.contacts.Address.Classification
 
HOME - org.hibernate.testing.orm.domain.contacts.PhoneNumber.Classification
 
HOME - org.hibernate.testing.orm.domain.userguide.AddressType
 
honoringOptimizerSetting(String, String, int, String, int) - Method in interface org.hibernate.internal.CoreMessageLogger
 
hour() - Method in class org.hibernate.grammars.hql.HqlParser
 
hour() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetContext
 
hour() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetWithMinutesContext
 
hour() - Method in class org.hibernate.grammars.hql.HqlParser.TimeContext
 
hour(Expression<? extends TemporalAccessor>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Extracts the TemporalUnit.HOUR of a date, time, or datetime expression.
hour(Expression<? extends TemporalAccessor>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
hour(Expression<? extends TemporalAccessor>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
HOUR - org.hibernate.query.sqm.TemporalUnit
Hour, defined to mean 60 minutes when it occurs as a unit of duration, or to mean the hour field in the range 0-23 (regular 24-hour time) when passed to extract().
HOUR - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
HOUR - Static variable in class org.hibernate.grammars.hql.HqlParser
 
HOUR() - Method in class org.hibernate.grammars.hql.HqlParser.DatetimeFieldContext
 
HOUR() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
HOUR() - Method in class org.hibernate.grammars.hql.HqlParser.TimeZoneFieldContext
 
HourContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.HourContext
 
hourMinuteSecond() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Note that we include these for completeness, but since their names collide with the HQL abbreviations for extract(), they can't actually be called from HQL.
hql(String, Long, Long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
HQL - org.hibernate.query.sqm.SqmQuerySource
 
HQL - Annotation Type in org.hibernate.annotations.processing
Identifies a method of an abstract class or interface as defining the signature of a method which is used to execute the given HQL query, with an implementation generated automatically by the Hibernate Metamodel Generator.
HQL - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
HQL_COLLECTION_FUNCTION - org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
 
hqlImports - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
 
HqlInterpretation - Interface in org.hibernate.query.spi
 
HqlInterpretationException - Exception in org.hibernate.query.hql
Base of exception hierarchy for exceptions stemming from producing SQM AST trees
HqlInterpretationException(String) - Constructor for exception org.hibernate.query.hql.HqlInterpretationException
 
HqlInterpretationException(String, Throwable) - Constructor for exception org.hibernate.query.hql.HqlInterpretationException
 
HqlLexer - Class in org.hibernate.grammars.hql
 
HqlLexer(CharStream) - Constructor for class org.hibernate.grammars.hql.HqlLexer
 
HqlLogging - Interface in org.hibernate.query.hql
 
HqlParser - Class in org.hibernate.grammars.hql
 
HqlParser(TokenStream) - Constructor for class org.hibernate.grammars.hql.HqlParser
 
HqlParser.AdditionExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.AdditiveOperatorContext - Class in org.hibernate.grammars.hql
 
HqlParser.AggregateFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.AndPredicateContext - Class in org.hibernate.grammars.hql
 
HqlParser.AnyFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.AnySomeQuantifierContext - Class in org.hibernate.grammars.hql
 
HqlParser.AssignmentContext - Class in org.hibernate.grammars.hql
 
HqlParser.BarePrimaryExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.BetweenPredicateContext - Class in org.hibernate.grammars.hql
 
HqlParser.BinaryLiteralContext - Class in org.hibernate.grammars.hql
 
HqlParser.BooleanExpressionPredicateContext - Class in org.hibernate.grammars.hql
 
HqlParser.BooleanLiteralContext - Class in org.hibernate.grammars.hql
 
HqlParser.CaseExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.CaseListContext - Class in org.hibernate.grammars.hql
 
HqlParser.CaseOtherwiseContext - Class in org.hibernate.grammars.hql
 
HqlParser.CastFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.CastTargetContext - Class in org.hibernate.grammars.hql
 
HqlParser.CastTargetTypeContext - Class in org.hibernate.grammars.hql
 
HqlParser.CollateFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.CollationContext - Class in org.hibernate.grammars.hql
 
HqlParser.CollectionAggregateFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.CollectionFunctionMisuseContext - Class in org.hibernate.grammars.hql
 
HqlParser.CollectionQuantifierContext - Class in org.hibernate.grammars.hql
 
HqlParser.CollectionSizeFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.CollectionValueNavigablePathContext - Class in org.hibernate.grammars.hql
 
HqlParser.ComparisonOperatorContext - Class in org.hibernate.grammars.hql
 
HqlParser.ComparisonPredicateContext - Class in org.hibernate.grammars.hql
 
HqlParser.ConcatenationExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.CrossJoinContext - Class in org.hibernate.grammars.hql
 
HqlParser.CteAttributesContext - Class in org.hibernate.grammars.hql
 
HqlParser.CteContext - Class in org.hibernate.grammars.hql
 
HqlParser.CubeContext - Class in org.hibernate.grammars.hql
 
HqlParser.CurrentDateFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.CurrentTimeFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.CurrentTimestampFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.CycleClauseContext - Class in org.hibernate.grammars.hql
 
HqlParser.DateContext - Class in org.hibernate.grammars.hql
 
HqlParser.DateLiteralContext - Class in org.hibernate.grammars.hql
 
HqlParser.DateOrTimeFieldContext - Class in org.hibernate.grammars.hql
 
HqlParser.DateTimeContext - Class in org.hibernate.grammars.hql
 
HqlParser.DatetimeFieldContext - Class in org.hibernate.grammars.hql
 
HqlParser.DateTimeLiteralContext - Class in org.hibernate.grammars.hql
 
HqlParser.DayContext - Class in org.hibernate.grammars.hql
 
HqlParser.DayFieldContext - Class in org.hibernate.grammars.hql
 
HqlParser.DeleteStatementContext - Class in org.hibernate.grammars.hql
 
HqlParser.ElementAggregateFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.ElementsValuesQuantifierContext - Class in org.hibernate.grammars.hql
 
HqlParser.ElementValueQuantifierContext - Class in org.hibernate.grammars.hql
 
HqlParser.EntityIdExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.EntityIdReferenceContext - Class in org.hibernate.grammars.hql
 
HqlParser.EntityNameContext - Class in org.hibernate.grammars.hql
 
HqlParser.EntityNaturalIdExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.EntityNaturalIdReferenceContext - Class in org.hibernate.grammars.hql
 
HqlParser.EntityTypeExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.EntityTypeReferenceContext - Class in org.hibernate.grammars.hql
 
HqlParser.EntityVersionExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.EntityVersionReferenceContext - Class in org.hibernate.grammars.hql
 
HqlParser.EntityWithJoinsContext - Class in org.hibernate.grammars.hql
 
HqlParser.EveryAllQuantifierContext - Class in org.hibernate.grammars.hql
 
HqlParser.EveryFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.ExistsCollectionPartPredicateContext - Class in org.hibernate.grammars.hql
 
HqlParser.ExistsPredicateContext - Class in org.hibernate.grammars.hql
 
HqlParser.ExplicitTupleInListContext - Class in org.hibernate.grammars.hql
 
HqlParser.ExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.ExpressionOrPredicateContext - Class in org.hibernate.grammars.hql
 
HqlParser.ExtractFieldContext - Class in org.hibernate.grammars.hql
 
HqlParser.ExtractFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.FetchClauseContext - Class in org.hibernate.grammars.hql
 
HqlParser.FetchCountOrPercentContext - Class in org.hibernate.grammars.hql
 
HqlParser.FilterClauseContext - Class in org.hibernate.grammars.hql
 
HqlParser.FormatContext - Class in org.hibernate.grammars.hql
 
HqlParser.FormatFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.FrameClauseContext - Class in org.hibernate.grammars.hql
 
HqlParser.FrameEndContext - Class in org.hibernate.grammars.hql
 
HqlParser.FrameExclusionContext - Class in org.hibernate.grammars.hql
 
HqlParser.FrameStartContext - Class in org.hibernate.grammars.hql
 
HqlParser.FromClauseContext - Class in org.hibernate.grammars.hql
 
HqlParser.FromDurationExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.FromRootContext - Class in org.hibernate.grammars.hql
 
HqlParser.FunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.FunctionExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.GeneralizedLiteralContext - Class in org.hibernate.grammars.hql
 
HqlParser.GeneralizedLiteralTextContext - Class in org.hibernate.grammars.hql
 
HqlParser.GeneralizedLiteralTypeContext - Class in org.hibernate.grammars.hql
 
HqlParser.GeneralPathExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.GeneralPathFragmentContext - Class in org.hibernate.grammars.hql
 
HqlParser.GenericFunctionArgumentsContext - Class in org.hibernate.grammars.hql
 
HqlParser.GenericFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.GenericFunctionNameContext - Class in org.hibernate.grammars.hql
 
HqlParser.GenericTemporalLiteralTextContext - Class in org.hibernate.grammars.hql
 
HqlParser.GroupByClauseContext - Class in org.hibernate.grammars.hql
 
HqlParser.GroupByExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.GroupedExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.GroupedPredicateContext - Class in org.hibernate.grammars.hql
 
HqlParser.HavingClauseContext - Class in org.hibernate.grammars.hql
 
HqlParser.HourContext - Class in org.hibernate.grammars.hql
 
HqlParser.IdentifierContext - Class in org.hibernate.grammars.hql
 
HqlParser.IndexAggregateFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.IndexedPathAccessFragmentContext - Class in org.hibernate.grammars.hql
 
HqlParser.IndexKeyQuantifierContext - Class in org.hibernate.grammars.hql
 
HqlParser.IndicesKeysQuantifierContext - Class in org.hibernate.grammars.hql
 
HqlParser.InListContext - Class in org.hibernate.grammars.hql
 
HqlParser.InPredicateContext - Class in org.hibernate.grammars.hql
 
HqlParser.InsertStatementContext - Class in org.hibernate.grammars.hql
 
HqlParser.InstantFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.InstantiationArgumentContext - Class in org.hibernate.grammars.hql
 
HqlParser.InstantiationArgumentExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.InstantiationArgumentsContext - Class in org.hibernate.grammars.hql
 
HqlParser.InstantiationContext - Class in org.hibernate.grammars.hql
 
HqlParser.InstantiationTargetContext - Class in org.hibernate.grammars.hql
 
HqlParser.IsDistinctFromPredicateContext - Class in org.hibernate.grammars.hql
 
HqlParser.IsEmptyPredicateContext - Class in org.hibernate.grammars.hql
 
HqlParser.IsFalsePredicateContext - Class in org.hibernate.grammars.hql
 
HqlParser.IsNullPredicateContext - Class in org.hibernate.grammars.hql
 
HqlParser.IsTruePredicateContext - Class in org.hibernate.grammars.hql
 
HqlParser.JdbcDateLiteralContext - Class in org.hibernate.grammars.hql
 
HqlParser.JdbcTimeLiteralContext - Class in org.hibernate.grammars.hql
 
HqlParser.JdbcTimestampLiteralContext - Class in org.hibernate.grammars.hql
 
HqlParser.JoinContext - Class in org.hibernate.grammars.hql
 
HqlParser.JoinPathContext - Class in org.hibernate.grammars.hql
 
HqlParser.JoinRestrictionContext - Class in org.hibernate.grammars.hql
 
HqlParser.JoinSubqueryContext - Class in org.hibernate.grammars.hql
 
HqlParser.JoinTargetContext - Class in org.hibernate.grammars.hql
 
HqlParser.JoinTypeContext - Class in org.hibernate.grammars.hql
 
HqlParser.JpaCollectionJoinContext - Class in org.hibernate.grammars.hql
 
HqlParser.JpaNonstandardFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.JpaNonstandardFunctionNameContext - Class in org.hibernate.grammars.hql
 
HqlParser.JpaSelectObjectSyntaxContext - Class in org.hibernate.grammars.hql
 
HqlParser.LikeEscapeContext - Class in org.hibernate.grammars.hql
 
HqlParser.LikePredicateContext - Class in org.hibernate.grammars.hql
 
HqlParser.LimitClauseContext - Class in org.hibernate.grammars.hql
 
HqlParser.ListaggFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.LiteralContext - Class in org.hibernate.grammars.hql
 
HqlParser.LiteralExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.LocalDateFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.LocalDateTimeContext - Class in org.hibernate.grammars.hql
 
HqlParser.LocalDateTimeFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.LocalDateTimeLiteralContext - Class in org.hibernate.grammars.hql
 
HqlParser.LocalTimeFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.MapEntrySelectionContext - Class in org.hibernate.grammars.hql
 
HqlParser.MapKeyNavigablePathContext - Class in org.hibernate.grammars.hql
 
HqlParser.MemberOfPredicateContext - Class in org.hibernate.grammars.hql
 
HqlParser.MinuteContext - Class in org.hibernate.grammars.hql
 
HqlParser.MonthContext - Class in org.hibernate.grammars.hql
 
HqlParser.MultiplicationExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.MultiplicativeOperatorContext - Class in org.hibernate.grammars.hql
 
HqlParser.NakedIdentifierContext - Class in org.hibernate.grammars.hql
 
HqlParser.NamedParameterContext - Class in org.hibernate.grammars.hql
 
HqlParser.NegatedPredicateContext - Class in org.hibernate.grammars.hql
 
HqlParser.NestedQueryExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.NthSideClauseContext - Class in org.hibernate.grammars.hql
 
HqlParser.NullsClauseContext - Class in org.hibernate.grammars.hql
 
HqlParser.NullsPrecedenceContext - Class in org.hibernate.grammars.hql
 
HqlParser.NumericLiteralContext - Class in org.hibernate.grammars.hql
 
HqlParser.OffsetClauseContext - Class in org.hibernate.grammars.hql
 
HqlParser.OffsetContext - Class in org.hibernate.grammars.hql
 
HqlParser.OffsetDateTimeContext - Class in org.hibernate.grammars.hql
 
HqlParser.OffsetDateTimeFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.OffsetDateTimeLiteralContext - Class in org.hibernate.grammars.hql
 
HqlParser.OffsetDateTimeWithMinutesContext - Class in org.hibernate.grammars.hql
 
HqlParser.OffsetWithMinutesContext - Class in org.hibernate.grammars.hql
 
HqlParser.OnOverflowClauseContext - Class in org.hibernate.grammars.hql
 
HqlParser.OrderByClauseContext - Class in org.hibernate.grammars.hql
 
HqlParser.OrderByFragmentContext - Class in org.hibernate.grammars.hql
 
HqlParser.OrderedQueryContext - Class in org.hibernate.grammars.hql
 
HqlParser.OrPredicateContext - Class in org.hibernate.grammars.hql
 
HqlParser.OverClauseContext - Class in org.hibernate.grammars.hql
 
HqlParser.OverlayFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.OverlayFunctionLengthArgumentContext - Class in org.hibernate.grammars.hql
 
HqlParser.OverlayFunctionReplacementArgumentContext - Class in org.hibernate.grammars.hql
 
HqlParser.OverlayFunctionStartArgumentContext - Class in org.hibernate.grammars.hql
 
HqlParser.OverlayFunctionStringArgumentContext - Class in org.hibernate.grammars.hql
 
HqlParser.PadCharacterContext - Class in org.hibernate.grammars.hql
 
HqlParser.PadFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.PadLengthContext - Class in org.hibernate.grammars.hql
 
HqlParser.PadSpecificationContext - Class in org.hibernate.grammars.hql
 
HqlParser.ParameterContext - Class in org.hibernate.grammars.hql
 
HqlParser.ParameterExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.ParameterOrIntegerLiteralContext - Class in org.hibernate.grammars.hql
 
HqlParser.ParameterOrNumberLiteralContext - Class in org.hibernate.grammars.hql
 
HqlParser.ParamInListContext - Class in org.hibernate.grammars.hql
 
HqlParser.PartitionClauseContext - Class in org.hibernate.grammars.hql
 
HqlParser.PathContext - Class in org.hibernate.grammars.hql
 
HqlParser.PathContinuationContext - Class in org.hibernate.grammars.hql
 
HqlParser.PersistentCollectionReferenceInListContext - Class in org.hibernate.grammars.hql
 
HqlParser.PositionalParameterContext - Class in org.hibernate.grammars.hql
 
HqlParser.PositionFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.PositionFunctionPatternArgumentContext - Class in org.hibernate.grammars.hql
 
HqlParser.PositionFunctionStringArgumentContext - Class in org.hibernate.grammars.hql
 
HqlParser.PredicateContext - Class in org.hibernate.grammars.hql
 
HqlParser.PrimaryExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.QueryContext - Class in org.hibernate.grammars.hql
 
HqlParser.QueryExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.QueryOrderContext - Class in org.hibernate.grammars.hql
 
HqlParser.QueryOrderExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.QuerySpecExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.RollupContext - Class in org.hibernate.grammars.hql
 
HqlParser.RootEntityContext - Class in org.hibernate.grammars.hql
 
HqlParser.RootSubqueryContext - Class in org.hibernate.grammars.hql
 
HqlParser.SearchClauseContext - Class in org.hibernate.grammars.hql
 
HqlParser.SearchedCaseListContext - Class in org.hibernate.grammars.hql
 
HqlParser.SearchedCaseWhenContext - Class in org.hibernate.grammars.hql
 
HqlParser.SearchSpecificationContext - Class in org.hibernate.grammars.hql
 
HqlParser.SearchSpecificationsContext - Class in org.hibernate.grammars.hql
 
HqlParser.SecondContext - Class in org.hibernate.grammars.hql
 
HqlParser.SelectClauseContext - Class in org.hibernate.grammars.hql
 
HqlParser.SelectExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.SelectionContext - Class in org.hibernate.grammars.hql
 
HqlParser.SelectionListContext - Class in org.hibernate.grammars.hql
 
HqlParser.SelectStatementContext - Class in org.hibernate.grammars.hql
 
HqlParser.SetClauseContext - Class in org.hibernate.grammars.hql
 
HqlParser.SetOperatorContext - Class in org.hibernate.grammars.hql
 
HqlParser.SetQueryGroupContext - Class in org.hibernate.grammars.hql
 
HqlParser.SignOperatorContext - Class in org.hibernate.grammars.hql
 
HqlParser.SimpleCaseListContext - Class in org.hibernate.grammars.hql
 
HqlParser.SimpleCaseWhenContext - Class in org.hibernate.grammars.hql
 
HqlParser.SimplePathContext - Class in org.hibernate.grammars.hql
 
HqlParser.SimplePathElementContext - Class in org.hibernate.grammars.hql
 
HqlParser.SimpleQueryGroupContext - Class in org.hibernate.grammars.hql
 
HqlParser.SortDirectionContext - Class in org.hibernate.grammars.hql
 
HqlParser.SortExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.SortSpecificationContext - Class in org.hibernate.grammars.hql
 
HqlParser.StandardFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.StatementContext - Class in org.hibernate.grammars.hql
 
HqlParser.SubqueryContext - Class in org.hibernate.grammars.hql
 
HqlParser.SubqueryExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.SubqueryInListContext - Class in org.hibernate.grammars.hql
 
HqlParser.SubstringFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.SubstringFunctionLengthArgumentContext - Class in org.hibernate.grammars.hql
 
HqlParser.SubstringFunctionStartArgumentContext - Class in org.hibernate.grammars.hql
 
HqlParser.SyntacticDomainPathContext - Class in org.hibernate.grammars.hql
 
HqlParser.SyntacticPathExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.TargetEntityContext - Class in org.hibernate.grammars.hql
 
HqlParser.TargetFieldsContext - Class in org.hibernate.grammars.hql
 
HqlParser.TemporalLiteralContext - Class in org.hibernate.grammars.hql
 
HqlParser.TimeContext - Class in org.hibernate.grammars.hql
 
HqlParser.TimeLiteralContext - Class in org.hibernate.grammars.hql
 
HqlParser.TimeZoneFieldContext - Class in org.hibernate.grammars.hql
 
HqlParser.ToDurationExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.ToOneFkExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.ToOneFkReferenceContext - Class in org.hibernate.grammars.hql
 
HqlParser.TreatedNavigablePathContext - Class in org.hibernate.grammars.hql
 
HqlParser.TrimCharacterContext - Class in org.hibernate.grammars.hql
 
HqlParser.TrimFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.TrimSpecificationContext - Class in org.hibernate.grammars.hql
 
HqlParser.TruncFunctionContext - Class in org.hibernate.grammars.hql
 
HqlParser.TupleExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.UnaryExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.UnaryNumericLiteralExpressionContext - Class in org.hibernate.grammars.hql
 
HqlParser.UpdateStatementContext - Class in org.hibernate.grammars.hql
 
HqlParser.ValuesContext - Class in org.hibernate.grammars.hql
 
HqlParser.ValuesListContext - Class in org.hibernate.grammars.hql
 
HqlParser.VariableContext - Class in org.hibernate.grammars.hql
 
HqlParser.WeekFieldContext - Class in org.hibernate.grammars.hql
 
HqlParser.WhereClauseContext - Class in org.hibernate.grammars.hql
 
HqlParser.WithClauseContext - Class in org.hibernate.grammars.hql
 
HqlParser.WithinGroupClauseContext - Class in org.hibernate.grammars.hql
 
HqlParser.YearContext - Class in org.hibernate.grammars.hql
 
HqlParser.ZonedDateTimeContext - Class in org.hibernate.grammars.hql
 
HqlParser.ZonedDateTimeLiteralContext - Class in org.hibernate.grammars.hql
 
HqlParser.ZoneIdContext - Class in org.hibernate.grammars.hql
 
HqlParserBaseListener - Class in org.hibernate.grammars.hql
This class provides an empty implementation of HqlParserListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
HqlParserBaseListener() - Constructor for class org.hibernate.grammars.hql.HqlParserBaseListener
 
HqlParserBaseVisitor<T> - Class in org.hibernate.grammars.hql
This class provides an empty implementation of HqlParserVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.
HqlParserBaseVisitor() - Constructor for class org.hibernate.grammars.hql.HqlParserBaseVisitor
 
HqlParserListener - Interface in org.hibernate.grammars.hql
This interface defines a complete listener for a parse tree produced by HqlParser.
HqlParserVisitor<T> - Interface in org.hibernate.grammars.hql
This interface defines a complete generic visitor for a parse tree produced by HqlParser.
HqlParseTreeBuilder - Class in org.hibernate.query.hql.internal
Leverages ANTLR to build a parse tree from an HQL query.
HqlParseTreeBuilder() - Constructor for class org.hibernate.query.hql.internal.HqlParseTreeBuilder
 
HQLSelect - Annotation Type in org.hibernate.annotations
Specifies a custom HQL/JPQL query to be used in place of the default SQL generated by Hibernate when an entity or collection is fetched from the database by id.
HqlTranslator - Interface in org.hibernate.query.hql
Main entry point into building semantic queries.
HSMessageLogger - Interface in org.hibernate.spatial
The logger interface for the Hibernate Spatial module.
HSQL - org.hibernate.dialect.Database
 
HSQLArrayConstructorFunction - Class in org.hibernate.dialect.function.array
 
HSQLArrayConstructorFunction(boolean) - Constructor for class org.hibernate.dialect.function.array.HSQLArrayConstructorFunction
 
HSQLArrayFillFunction - Class in org.hibernate.dialect.function.array
Implement the array fill function by using sequence_array.
HSQLArrayFillFunction(boolean) - Constructor for class org.hibernate.dialect.function.array.HSQLArrayFillFunction
 
HSQLArrayPositionFunction - Class in org.hibernate.dialect.function.array
HSQLDB has a special syntax.
HSQLArrayPositionFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.HSQLArrayPositionFunction
 
HSQLArrayPositionsFunction - Class in org.hibernate.dialect.function.array
HSQLDB has a special syntax.
HSQLArrayPositionsFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.HSQLArrayPositionsFunction
 
HSQLArrayRemoveFunction - Class in org.hibernate.dialect.function.array
HSQLDB array_remove function.
HSQLArrayRemoveFunction() - Constructor for class org.hibernate.dialect.function.array.HSQLArrayRemoveFunction
 
HSQLArraySetFunction - Class in org.hibernate.dialect.function.array
HSQLDB array_set function.
HSQLArraySetFunction() - Constructor for class org.hibernate.dialect.function.array.HSQLArraySetFunction
 
HSQLArrayToStringFunction - Class in org.hibernate.dialect.function.array
HSQLDB has a special syntax.
HSQLArrayToStringFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.HSQLArrayToStringFunction
 
hsqldbSupportsOnlyReadCommittedIsolation() - Method in interface org.hibernate.internal.CoreMessageLogger
 
HSQLDialect - Class in org.hibernate.dialect
A SQL dialect for HSQLDB (HyperSQL) 2.6.1 and above.
HSQLDialect() - Constructor for class org.hibernate.dialect.HSQLDialect
 
HSQLDialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.HSQLDialect
 
HSQLDialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.HSQLDialect
 
HSQLIdentityColumnSupport - Class in org.hibernate.dialect.identity
 
HSQLIdentityColumnSupport(DatabaseVersion) - Constructor for class org.hibernate.dialect.identity.HSQLIdentityColumnSupport
 
HSQLSequenceSupport - Class in org.hibernate.dialect.sequence
Sequence support for HSQLDialect.
HSQLSequenceSupport() - Constructor for class org.hibernate.dialect.sequence.HSQLSequenceSupport
 
HSQLSqlAstTranslator<T extends JdbcOperation> - Class in org.hibernate.dialect
A SQL AST translator for HSQL.
HSQLSqlAstTranslator(SessionFactoryImplementor, Statement) - Constructor for class org.hibernate.dialect.HSQLSqlAstTranslator
 
Human - Class in org.hibernate.testing.orm.domain.animal
 
Human() - Constructor for class org.hibernate.testing.orm.domain.animal.Human
 
hydratingEntitiesCount(int) - Method in interface org.hibernate.internal.CoreMessageLogger
 
hypotheticalOrderedSetAggregates() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
hypotheticalOrderedSetAggregates_windowEmulation() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
HypotheticalSetFunction - Class in org.hibernate.dialect.function
 
HypotheticalSetFunction(String, BasicTypeReference<?>, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.HypotheticalSetFunction
 
HypotheticalSetWindowEmulation - Class in org.hibernate.dialect.function
 
HypotheticalSetWindowEmulation(String, BasicTypeReference<?>, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.HypotheticalSetWindowEmulation
 

I

i - Variable in class org.hibernate.grammars.hql.HqlParser.CastTargetTypeContext
 
id - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
id - Variable in class org.hibernate.boot.jaxb.mapping.JaxbAttributes
 
id - Variable in class org.hibernate.boot.jaxb.mapping.JaxbManyToOne
 
id - Variable in class org.hibernate.boot.jaxb.mapping.JaxbOneToOne
 
id - Variable in class org.hibernate.engine.internal.AbstractEntityEntry
 
id - Variable in class org.hibernate.envers.internal.synchronization.work.AbstractAuditWorkUnit
 
id - Variable in class org.hibernate.event.internal.WrapVisitor
 
id - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
 
id - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
 
id - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
 
id() - Static method in class org.hibernate.envers.query.AuditEntity
 
id(String) - Static method in class org.hibernate.envers.query.AuditEntity
 
Id - Class in org.hibernate.jpamodelgen.xml.jaxb
 
Id() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.Id
 
ID - org.hibernate.boot.model.source.internal.hbm.XmlElementMetadata
Describes the <id/> element
ID - org.hibernate.metamodel.mapping.CollectionPart.Nature
The identifier for
ID - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ID - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ID - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
ID() - Method in class org.hibernate.grammars.hql.HqlParser.EntityIdReferenceContext
 
ID() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
ID_BAG - org.hibernate.boot.model.source.internal.hbm.XmlElementMetadata
Describes the <id-bag/> element
ID_BAG - org.hibernate.boot.model.source.spi.PluralAttributeNature
 
ID_BAG - org.hibernate.metamodel.CollectionClassification
A CollectionClassification.BAG with a generated id for each element
ID_CLASS - org.hibernate.testing.orm.domain.MappingFeature
 
ID_CLASS - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
ID_DB_STRUCTURE_NAMING_STRATEGY - Static variable in interface org.hibernate.cfg.MappingSettings
An implicit naming strategy for database structures (tables, sequences) related to identifier generators.
ID_GEN_FAC_LOGGER - Static variable in interface org.hibernate.id.factory.IdGenFactoryLogging
 
ID_ROLE_NAME - Static variable in interface org.hibernate.metamodel.mapping.EntityIdentifierMapping
 
ID_TABLE_NAME - Static variable in class org.hibernate.query.sqm.mutation.internal.cte.CteMutationStrategy
 
ID_TABLE_PREFIX - Static variable in class org.hibernate.dialect.temptable.TemporaryTable
 
IdBagBinder - Class in org.hibernate.boot.model.internal
A CollectionBinder for id bags whose mapping model type is IdentifierBag.
IdBagBinder(Supplier<ManagedBean<? extends UserCollectionType>>, MetadataBuildingContext) - Constructor for class org.hibernate.boot.model.internal.IdBagBinder
 
idClass - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
idClass - Variable in class org.hibernate.boot.jaxb.mapping.JaxbMappedSuperclass
 
idClass - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
idClass - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
 
IdClass - Class in org.hibernate.jpamodelgen.xml.jaxb
 
IdClass() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.IdClass
 
IdClassEmbeddable - Class in org.hibernate.metamodel.mapping.internal
EmbeddableMappingType implementation describing an IdClass
IdClassEmbeddable(Component, RootClass, NonAggregatedIdentifierMapping, EntityMappingType, String, String[], VirtualIdEmbeddable, MappingModelCreationProcess) - Constructor for class org.hibernate.metamodel.mapping.internal.IdClassEmbeddable
 
IdClassEmbeddable(EmbeddedAttributeMapping, TableGroupProducer, SelectableMappings, IdClassEmbeddable, MappingModelCreationProcess) - Constructor for class org.hibernate.metamodel.mapping.internal.IdClassEmbeddable
 
IdClassRepresentationStrategy - Class in org.hibernate.metamodel.mapping.internal
EmbeddableRepresentationStrategy for an IdClass mapping
IdClassRepresentationStrategy(IdClassEmbeddable) - Constructor for class org.hibernate.metamodel.mapping.internal.IdClassRepresentationStrategy
 
IdentifiableDomainType<J> - Interface in org.hibernate.metamodel.model.domain
Extension to the JPA IdentifiableType contract.
IdentifiableTypeClass - Interface in org.hibernate.mapping
Commonality between PersistentClass and MappedSuperclass, what JPA calls an identifiable type.
IdentifiableTypeSource - Interface in org.hibernate.boot.model.source.spi
Common contract between Entity and MappedSuperclass sources.
IDENTIFICATION_VARIABLE_NOT_DECLARED_IN_FROM_CLAUSE - org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
 
identificationVariable - Variable in class org.hibernate.sql.ast.tree.from.AbstractTableReference
 
identifiedResultsCheck(PreparedStatementDetails, int, int, MutationTarget<?>, Object, SessionFactoryImplementor) - Static method in class org.hibernate.engine.jdbc.mutation.internal.ModelMutationHelper
 
identifier() - Method in class org.hibernate.grammars.hql.HqlParser.CastTargetTypeContext
 
identifier() - Method in class org.hibernate.grammars.hql.HqlParser.CteAttributesContext
 
identifier() - Method in class org.hibernate.grammars.hql.HqlParser.CteContext
 
identifier() - Method in class org.hibernate.grammars.hql.HqlParser.CycleClauseContext
 
identifier() - Method in class org.hibernate.grammars.hql.HqlParser.EntityNameContext
 
identifier() - Method in class org.hibernate.grammars.hql.HqlParser.GroupByExpressionContext
 
identifier() - Method in class org.hibernate.grammars.hql.HqlParser
 
identifier() - Method in class org.hibernate.grammars.hql.HqlParser.JpaSelectObjectSyntaxContext
 
identifier() - Method in class org.hibernate.grammars.hql.HqlParser.NamedParameterContext
 
identifier() - Method in class org.hibernate.grammars.hql.HqlParser.SearchClauseContext
 
identifier() - Method in class org.hibernate.grammars.hql.HqlParser.SearchSpecificationContext
 
identifier() - Method in class org.hibernate.grammars.hql.HqlParser.SimplePathContext
 
identifier() - Method in class org.hibernate.grammars.hql.HqlParser.SimplePathElementContext
 
identifier() - Method in class org.hibernate.grammars.hql.HqlParser.SortExpressionContext
 
identifier() - Method in class org.hibernate.grammars.hql.HqlParser.VariableContext
 
identifier() - Method in class org.hibernate.grammars.ordering.OrderingParser.CollationSpecificationContext
 
identifier() - Method in class org.hibernate.grammars.ordering.OrderingParser.DotIdentifierContext
 
identifier() - Method in class org.hibernate.grammars.ordering.OrderingParser
 
identifier() - Method in class org.hibernate.grammars.ordering.OrderingParser.IdentifierExpressionContext
 
identifier() - Method in class org.hibernate.grammars.ordering.OrderingParser.SimpleFunctionContext
 
identifier(int) - Method in class org.hibernate.grammars.hql.HqlParser.CastTargetTypeContext
 
identifier(int) - Method in class org.hibernate.grammars.hql.HqlParser.CteAttributesContext
 
identifier(int) - Method in class org.hibernate.grammars.hql.HqlParser.CycleClauseContext
 
identifier(int) - Method in class org.hibernate.grammars.hql.HqlParser.EntityNameContext
 
identifier(int) - Method in class org.hibernate.grammars.ordering.OrderingParser.DotIdentifierContext
 
Identifier - Class in org.hibernate.boot.model.naming
Models an identifier (name), which may or may not be quoted.
Identifier - Interface in org.hibernate.envers.boot.model
Common contract for an identifier.
Identifier(String) - Constructor for class org.hibernate.boot.model.naming.Identifier
Constructs an unquoted identifier instance.
Identifier(String, boolean) - Constructor for class org.hibernate.boot.model.naming.Identifier
Constructs an identifier instance.
Identifier(ManagedDomainType<D>, String, SimpleDomainType<J>, Member, AttributeClassification, boolean, MetadataContext) - Constructor for class org.hibernate.metamodel.model.domain.internal.SingularAttributeImpl.Identifier
 
IDENTIFIER - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
IDENTIFIER - Static variable in class org.hibernate.grammars.hql.HqlParser
 
IDENTIFIER - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
IDENTIFIER - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
IDENTIFIER() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
IDENTIFIER() - Method in class org.hibernate.grammars.hql.HqlParser.ZoneIdContext
 
IDENTIFIER() - Method in class org.hibernate.grammars.ordering.OrderingParser.IdentifierContext
 
IDENTIFIER(int) - Method in class org.hibernate.grammars.hql.HqlParser.ZoneIdContext
 
IDENTIFIER_GENERATOR_STRATEGY_PROVIDER - Static variable in interface org.hibernate.cfg.AvailableSettings
Deprecated.
IDENTIFIER_MAPPER_PROPERTY - Static variable in class org.hibernate.loader.PropertyPath
Deprecated.
 
IDENTIFIER_MAPPER_PROPERTY - Static variable in class org.hibernate.metamodel.model.domain.NavigableRole
 
IDENTIFIER_MAPPER_PROPERTY - Static variable in class org.hibernate.spi.NavigablePath
 
IDENTIFIER_NORMALIZER - Static variable in interface org.hibernate.id.PersistentIdentifierGenerator
The key under which to find the ObjectNameNormalizer in the config param map.
IDENTIFIER_PLACEHOLDER - Static variable in class org.hibernate.envers.query.criteria.AuditId
 
identifierAssembler - Variable in class org.hibernate.sql.results.graph.entity.internal.AbstractBatchEntitySelectFetchInitializer
 
IdentifierAttribute - Interface in org.hibernate.tuple
Deprecated, for removal: This API element is subject to removal in a future version.
No direct replacement; see EntityIdentifierMapping
IdentifierBag - Class in org.hibernate.mapping
A bag with a generated (surrogate) key.
IdentifierBag(Supplier<ManagedBean<? extends UserCollectionType>>, PersistentClass, MetadataBuildingContext) - Constructor for class org.hibernate.mapping.IdentifierBag
annotation binding
IdentifierBag(MetadataBuildingContext, PersistentClass) - Constructor for class org.hibernate.mapping.IdentifierBag
hbm.xml binding
IdentifierBag(IdentifierBag) - Constructor for class org.hibernate.mapping.IdentifierBag
 
IdentifierBagType - Class in org.hibernate.type
 
IdentifierBagType(String, String) - Constructor for class org.hibernate.type.IdentifierBagType
 
IdentifierCaseStrategy - Enum in org.hibernate.engine.jdbc.env.spi
An enumeration of the way DatabaseMetaData might store and return identifiers
IdentifierCollection - Class in org.hibernate.mapping
A mapping model object representing a collection with a synthetic "identifier" column, that is, a surrogate key.
IdentifierCollection(Supplier<ManagedBean<? extends UserCollectionType>>, PersistentClass, MetadataBuildingContext) - Constructor for class org.hibernate.mapping.IdentifierCollection
 
IdentifierCollection(MetadataBuildingContext, PersistentClass) - Constructor for class org.hibernate.mapping.IdentifierCollection
 
IdentifierCollection(IdentifierCollection) - Constructor for class org.hibernate.mapping.IdentifierCollection
 
identifierColumnName - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
IdentifierContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
IdentifierContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.ordering.OrderingParser.IdentifierContext
 
IdentifierEqAuditExpression - Class in org.hibernate.envers.query.criteria.internal
A criterion that expresses that the id of an entity is equal or not equal to some specified value.
IdentifierEqAuditExpression(String, Object, boolean) - Constructor for class org.hibernate.envers.query.criteria.internal.IdentifierEqAuditExpression
 
IdentifierExpressionContext(OrderingParser.ExpressionContext) - Constructor for class org.hibernate.grammars.ordering.OrderingParser.IdentifierExpressionContext
 
IdentifierGeneratingInsert - Class in org.hibernate.id.insert
Nothing more than a distinguishing subclass of Insert used to indicate intent.
IdentifierGeneratingInsert(SessionFactoryImplementor) - Constructor for class org.hibernate.id.insert.IdentifierGeneratingInsert
 
IdentifierGenerationException - Exception in org.hibernate.id
Thrown by an IdentifierGenerator implementation class when ID generation fails.
IdentifierGenerationException(String) - Constructor for exception org.hibernate.id.IdentifierGenerationException
 
IdentifierGenerationException(String, Throwable) - Constructor for exception org.hibernate.id.IdentifierGenerationException
 
identifierGenerator - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
identifierGenerator - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
IdentifierGenerator - Interface in org.hibernate.id
A classic extension point from the very earliest days of Hibernate, this interface is no longer the only way to generate identifiers.
IdentifierGeneratorAggregator - Interface in org.hibernate.id
Identifies generators which potentially aggregate other PersistentIdentifierGenerator generators.
IdentifierGeneratorCreator - Interface in org.hibernate.mapping
 
IdentifierGeneratorDefinition - Class in org.hibernate.boot.model
Models the definition of an identifier generator
IdentifierGeneratorDefinition(String) - Constructor for class org.hibernate.boot.model.IdentifierGeneratorDefinition
 
IdentifierGeneratorDefinition(String, String) - Constructor for class org.hibernate.boot.model.IdentifierGeneratorDefinition
 
IdentifierGeneratorDefinition(String, String, Map<String, String>) - Constructor for class org.hibernate.boot.model.IdentifierGeneratorDefinition
 
IdentifierGeneratorDefinition(String, Map<String, String>) - Constructor for class org.hibernate.boot.model.IdentifierGeneratorDefinition
 
IdentifierGeneratorDefinition.Builder - Class in org.hibernate.boot.model
 
IdentifierGeneratorDefinitionBinder - Class in org.hibernate.boot.model.source.internal.hbm
 
IdentifierGeneratorDefinitionBinder() - Constructor for class org.hibernate.boot.model.source.internal.hbm.IdentifierGeneratorDefinitionBinder
 
IdentifierGeneratorFactory - Interface in org.hibernate.id.factory
Contract for a factory of IdentifierGenerator instances.
IdentifierGeneratorHelper - Class in org.hibernate.id
Factory and helper methods for IdentifierGenerator framework.
IdentifierGeneratorHelper.BasicHolder - Class in org.hibernate.id
 
IdentifierGeneratorHelper.BigDecimalHolder - Class in org.hibernate.id
 
IdentifierGeneratorHelper.BigIntegerHolder - Class in org.hibernate.id
 
IdentifierGeneratorStrategyProvider - Interface in org.hibernate.jpa.spi
Deprecated, for removal: This API element is subject to removal in a future version.
IdentifierGeneratorUtil - Class in org.hibernate.id.factory.internal
 
IdentifierGeneratorUtil() - Constructor for class org.hibernate.id.factory.internal.IdentifierGeneratorUtil
 
identifierHelper() - Method in class org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl
 
IdentifierHelper - Interface in org.hibernate.engine.jdbc.env.spi
Helper for handling Identifier instances.
IdentifierHelperBuilder - Class in org.hibernate.engine.jdbc.env.spi
Builder for IdentifierHelper instances.
IdentifierLoadAccess<T> - Interface in org.hibernate
Loads an entity by its primary identifier.
IdentifierLoadAccessImpl<T> - Class in org.hibernate.loader.internal
Standard implementation of load-by-id
IdentifierLoadAccessImpl(LoadAccessContext, EntityPersister) - Constructor for class org.hibernate.loader.internal.IdentifierLoadAccessImpl
 
IdentifierProperty - Class in org.hibernate.tuple
Deprecated, for removal: This API element is subject to removal in a future version.
No direct replacement; see EntityIdentifierMapping
IdentifierProperty(String, Type, boolean, Generator) - Constructor for class org.hibernate.tuple.IdentifierProperty
Deprecated.
Construct a non-virtual identifier property.
IdentifierProperty(Type, boolean, boolean, Generator) - Constructor for class org.hibernate.tuple.IdentifierProperty
Deprecated.
Construct a virtual IdentifierProperty.
IdentifierRelation - Class in org.hibernate.envers.boot.model
A contract for identifier relations between persisted entities All attributes stored here are stored in their non-key form, see IdMetadataGenerator.
IdentifierRelation() - Constructor for class org.hibernate.envers.boot.model.IdentifierRelation
 
identifiers - Variable in class org.hibernate.collection.spi.PersistentIdentifierBag
 
IdentifierSource - Interface in org.hibernate.boot.model.source.spi
Contract describing source of identifier information for the entity.
IdentifierSourceAggregatedComposite - Interface in org.hibernate.boot.model.source.spi
Additional contract describing the source of an identifier mapping whose nature is EntityIdentifierNature.AGGREGATED_COMPOSITE.
IdentifierSourceNonAggregatedComposite - Interface in org.hibernate.boot.model.source.spi
Additional contract describing the source of an identifier mapping whose nature is EntityIdentifierNature.NON_AGGREGATED_COMPOSITE.
IdentifierSourceSimple - Interface in org.hibernate.boot.model.source.spi
Additional contract describing the source of an identifier mapping whose nature is simple.
IdentifierValue - Class in org.hibernate.engine.spi
A strategy for determining if an identifier value is an identifier of a new transient instance or a previously persistent transient instance.
IdentifierValue() - Constructor for class org.hibernate.engine.spi.IdentifierValue
 
IdentifierValue(Object) - Constructor for class org.hibernate.engine.spi.IdentifierValue
Assume the transient instance is newly instantiated if its identifier is null or equal to value
IDENTITY - org.hibernate.jpamodelgen.xml.jaxb.GenerationType
 
IDENTITY_COMPARISONS - org.hibernate.internal.util.collections.ConcurrentReferenceHashMap.Option
Indicates that referential-equality (== instead of .equals()) should be used when locating keys.
identityColumnName - Variable in class org.hibernate.id.insert.InsertSelectIdentityInsert
 
IdentityColumnSupport - Interface in org.hibernate.dialect.identity
A set of operations providing support for identity columns in a certain SQL dialect.
IdentityColumnSupportImpl - Class in org.hibernate.dialect.identity
 
IdentityColumnSupportImpl() - Constructor for class org.hibernate.dialect.identity.IdentityColumnSupportImpl
 
IdentityGenerationTypeStrategy - Class in org.hibernate.id.factory.internal
 
IdentityGenerationTypeStrategy() - Constructor for class org.hibernate.id.factory.internal.IdentityGenerationTypeStrategy
 
IdentityGenerator - Class in org.hibernate.id
An OnExecutionGenerator that handles IDENTITY/"autoincrement" columns on those databases which support them.
IdentityGenerator() - Constructor for class org.hibernate.id.IdentityGenerator
 
identityInsertStatementDetails - Variable in class org.hibernate.engine.jdbc.mutation.internal.MutationExecutorPostInsert
 
IdentityMap<K,​V> - Class in org.hibernate.internal.util.collections
A Map where keys are compared by object identity, rather than equals().
identityPreparation(PreparableMutationOperation, SharedSessionContractImplementor) - Static method in class org.hibernate.engine.jdbc.mutation.internal.ModelMutationHelper
 
identityRemove(Collection<?>, Object, String, SharedSessionContractImplementor) - Static method in class org.hibernate.collection.spi.AbstractPersistentCollection
Removes entity entries that have an equal identifier with the incoming entity instance
IdentitySet<E> - Class in org.hibernate.internal.util.collections
Set implementation that use == instead of equals() as its comparison mechanism.
IdentitySet() - Constructor for class org.hibernate.internal.util.collections.IdentitySet
Create an IdentitySet with default sizing.
IdentitySet(int) - Constructor for class org.hibernate.internal.util.collections.IdentitySet
Create an IdentitySet with the given sizing.
IdFinderMethod - Class in org.hibernate.jpamodelgen.annotation
 
IdFinderMethod(AnnotationMetaEntity, String, String, List<String>, List<String>, boolean, String, String, List<String>, boolean) - Constructor for class org.hibernate.jpamodelgen.annotation.IdFinderMethod
 
IdGenerator - Class in org.hibernate.mapping
Deprecated.
this class is no longer used
IdGenerator() - Constructor for class org.hibernate.mapping.IdGenerator
Deprecated.
 
IdGeneratorResolverSecondPass - Class in org.hibernate.boot.model.internal
 
IdGeneratorResolverSecondPass(SimpleValue, XProperty, String, String, MetadataBuildingContext) - Constructor for class org.hibernate.boot.model.internal.IdGeneratorResolverSecondPass
 
IdGeneratorResolverSecondPass(SimpleValue, XProperty, String, String, MetadataBuildingContext, IdentifierGeneratorDefinition) - Constructor for class org.hibernate.boot.model.internal.IdGeneratorResolverSecondPass
 
IdGeneratorType - Annotation Type in org.hibernate.annotations
Meta-annotation used to mark another annotation as providing configuration for a custom identifier generator.
IdGenFactoryLogging - Interface in org.hibernate.id.factory
Logging related to IdentifierGeneratorFactory
IdleConnectionCounter - Interface in org.hibernate.testing.jdbc.leak
 
IdMapper - Interface in org.hibernate.envers.internal.entities.mapper.id
Base contract for all identifier mappers.
IdMappingData - Class in org.hibernate.envers.internal.entities
 
IdMappingData(IdMapper, Identifier, IdentifierRelation) - Constructor for class org.hibernate.envers.internal.entities.IdMappingData
 
IdMetadataGenerator - Class in org.hibernate.envers.configuration.internal.metadata
Generates metadata for primary identifiers (ids) of versions entities.
IdMetadataGenerator(EnversMetadataBuildingContext, BasicMetadataGenerator) - Constructor for class org.hibernate.envers.configuration.internal.metadata.IdMetadataGenerator
 
ids - Variable in class org.hibernate.envers.internal.entities.mapper.id.AbstractCompositeIdMapper
 
idType - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
 
idType - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToAnyType
 
idType - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToAnyCollectionElementType
 
IGNORE - org.hibernate.annotations.CacheModeType
Deprecated.
Corresponds to CacheMode.IGNORE.
IGNORE - org.hibernate.annotations.NotFoundAction
Treat a foreign key value with no corresponding primary key value in the referenced table as a null reference.
IGNORE - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNotFoundEnum
 
IGNORE - org.hibernate.boot.jaxb.hbm.transform.UnsupportedFeatureHandling
Simply ignore the feature.
IGNORE - org.hibernate.CacheMode
The session will never interact with the cache, except to invalidate cached items when updates occur.
IGNORE - org.hibernate.envers.RelationTargetNotFoundAction
Specifies that exceptions should be ignored regardless of the global system property: EnversSettings.GLOBAL_RELATION_NOT_FOUND_LEGACY_FLAG.
IGNORE - org.hibernate.ReplicationMode
Deprecated.
Ignore replicated entities when a row already exists.
IGNORE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
IGNORE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
IGNORE() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
IGNORE() - Method in class org.hibernate.grammars.hql.HqlParser.NullsClauseContext
 
IGNORE_EXPLICIT_DISCRIMINATOR_COLUMNS_FOR_JOINED_SUBCLASS - Static variable in interface org.hibernate.cfg.MappingSettings
Controls whether Hibernate should ignore explicit discriminator metadata with joined inheritance.
IGNORE_UNSUPPORTED - org.hibernate.metamodel.internal.JpaMetaModelPopulationSetting
 
ignoreExplicitDiscriminatorsForJoinedInheritance() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
 
ignoreExplicitDiscriminatorsForJoinedInheritance() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
ignoreExplicitDiscriminatorsForJoinedInheritance() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
Whether explicit discriminator declarations should be ignored for joined subclass style inheritance.
ignoreImmutablePropertyModification(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
IgnoreImpl(String) - Constructor for class org.hibernate.testing.junit4.CustomRunner.IgnoreImpl
 
ignoreNotFound(Value) - Static method in class org.hibernate.envers.internal.tools.MappingTools
 
ignoreNotFoundWithFetchTypeLazy(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
ignoreQueuedOperationsOnMerge(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
ignoringEntityNotFound(String, String) - Method in interface org.hibernate.internal.EntityManagerMessageLogger
 
ignoringServiceConfigurationError(Class<?>, ServiceConfigurationError) - Method in interface org.hibernate.internal.CoreMessageLogger
 
ignoringTableGeneratorConstraints(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
ignoringUnrecognizedQueryHint(String) - Method in interface org.hibernate.query.QueryLogging
 
ilike(Expression<String>, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
ilike(Expression<String>, Expression<String>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
ilike(Expression<String>, Expression<String>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
ilike(Expression<String>, Expression<String>, char) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
ilike(Expression<String>, Expression<String>, char) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
ilike(Expression<String>, Expression<String>, char) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
ilike(Expression<String>, Expression<String>, Expression<Character>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
ilike(Expression<String>, Expression<String>, Expression<Character>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
ilike(Expression<String>, Expression<String>, Expression<Character>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
ilike(Expression<String>, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
ilike(Expression<String>, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
ilike(Expression<String>, String) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
ilike(Expression<String>, String, char) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
ilike(Expression<String>, String, char) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
ilike(Expression<String>, String, char) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
ilike(Expression<String>, String, Expression<Character>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
ilike(Expression<String>, String, Expression<Character>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
ilike(Expression<String>, String, Expression<Character>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
ilike(String, MatchMode) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply on "ilike" constraint
ilike(T) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply an "ilike" constraint
ILIKE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ILIKE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ILIKE() - Method in class org.hibernate.grammars.hql.HqlParser.LikePredicateContext
 
ILIKE() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
IlikeAuditExpression - Class in org.hibernate.envers.query.criteria.internal
 
IlikeAuditExpression(String, PropertyNameGetter, String) - Constructor for class org.hibernate.envers.query.criteria.internal.IlikeAuditExpression
 
illegalArgumentOnStaticMetamodelFieldInjection(String, String, String, String) - Method in interface org.hibernate.internal.EntityManagerMessageLogger
 
IllegalAttributeType(String) - Constructor for exception org.hibernate.metamodel.mapping.internal.AbstractEmbeddableMapping.IllegalAttributeType
 
IllegalIdentifierException - Exception in org.hibernate.boot.model.naming
Indicates an attempted use of a name that was deemed illegal
IllegalIdentifierException(String) - Constructor for exception org.hibernate.boot.model.naming.IllegalIdentifierException
 
IllegalMutationQueryException - Exception in org.hibernate.query
IllegalMutationQueryException(String) - Constructor for exception org.hibernate.query.IllegalMutationQueryException
 
IllegalMutationQueryException(String, String) - Constructor for exception org.hibernate.query.IllegalMutationQueryException
 
IllegalNamedQueryOptionsException - Exception in org.hibernate.query
Indicates a named-query has specified options that are not legal
IllegalNamedQueryOptionsException(String) - Constructor for exception org.hibernate.query.IllegalNamedQueryOptionsException
 
illegalPropertyGetterArgument(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
illegalPropertySetterArgument(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
IllegalQueryOperationException - Exception in org.hibernate.query
Indicates an attempt to perform some operation on a Query that is illegal based on its state, e.g., attempt to call Query.executeUpdate() on a SELECT query.
IllegalQueryOperationException(String) - Constructor for exception org.hibernate.query.IllegalQueryOperationException
 
IllegalQueryOperationException(String, String, Exception) - Constructor for exception org.hibernate.query.IllegalQueryOperationException
 
IllegalSelectQueryException - Exception in org.hibernate.query
Indicates an attempt to call QueryProducer.createSelectionQuery(String) with a non-selection query (generally a mutation query)
IllegalSelectQueryException(String) - Constructor for exception org.hibernate.query.IllegalSelectQueryException
 
IllegalSelectQueryException(String, String) - Constructor for exception org.hibernate.query.IllegalSelectQueryException
 
Image - Class in org.hibernate.testing.orm.domain.userguide
 
Image() - Constructor for class org.hibernate.testing.orm.domain.userguide.Image
 
IMAGE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping byte[] to JDBC LONGVARBINARY.
IMMEDIATE - org.hibernate.engine.FetchTiming
Perform fetching immediately.
IMMEDIATE_ACQUISITION_AND_HOLD - org.hibernate.resource.jdbc.spi.PhysicalConnectionHandlingMode
The Connection will be acquired as soon as the session is opened and held until the session is closed.
IMMEDIATE_LOAD - Static variable in interface org.hibernate.event.spi.LoadEventListener
 
immediateLoad(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
immediateLoad(String, Object) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Load an instance immediately.
immediateLoad(String, Object) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
immediateLoad(String, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
immediateLoad(String, Object) - Method in class org.hibernate.internal.SessionImpl
Load the data for the object with the specified id into a newly created object.
immediateLoad(String, Object) - Method in class org.hibernate.internal.StatelessSessionImpl
 
IMMEDIATELY - org.hibernate.ConnectionAcquisitionMode
The Connection will be acquired as soon as a session is opened.
Immutability - Class in org.hibernate.type.descriptor.java
Object-typed form of ImmutableMutabilityPlan for easier use with Mutability for users
Immutability() - Constructor for class org.hibernate.type.descriptor.java.Immutability
 
Immutable - Annotation Type in org.hibernate.annotations
Marks an entity, collection, or attribute of an entity as immutable.
IMMUTABLE - org.hibernate.boot.model.source.spi.NaturalIdMutability
The attribute is part of a immutable natural id
IMMUTABLE_ENTITY_UPDATE_QUERY_HANDLING_MODE - Static variable in interface org.hibernate.cfg.QuerySettings
This setting defines how Immutable entities are handled when executing a bulk update query.
immutableAnnotationOnNonRoot(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
ImmutableAttributeMappingList - Class in org.hibernate.metamodel.mapping.internal
 
ImmutableAttributeMappingList.AttributeMappingIterator - Class in org.hibernate.metamodel.mapping.internal
 
ImmutableAttributeMappingList.Builder - Class in org.hibernate.metamodel.mapping.internal
 
ImmutableAttributeMappingsMap - Class in org.hibernate.metamodel.mapping.internal
 
ImmutableAttributeMappingsMap(LinkedHashMap<String, AttributeMapping>) - Constructor for class org.hibernate.metamodel.mapping.internal.ImmutableAttributeMappingsMap
 
immutableCopy() - Method in class org.hibernate.jpa.internal.MutableJpaComplianceImpl
 
immutableCopy() - Method in interface org.hibernate.jpa.spi.MutableJpaCompliance
 
ImmutableEntityEntry - Class in org.hibernate.engine.internal
An EntityEntry implementation for immutable entities.
ImmutableEntityEntry(Status, Object[], Object, Object, Object, LockMode, boolean, EntityPersister, boolean) - Constructor for class org.hibernate.engine.internal.ImmutableEntityEntry
 
ImmutableEntityEntryFactory - Class in org.hibernate.engine.internal
Factory for the safe approach implementation of EntityEntry.
immutableEntityUpdateQuery(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
ImmutableEntityUpdateQueryHandlingMode - Enum in org.hibernate.query
This enum defines how Immutable entities are handled when executing a bulk update statement.
ImmutableFetchList - Class in org.hibernate.sql.results.graph.internal
 
ImmutableFetchList.Builder - Class in org.hibernate.sql.results.graph.internal
 
ImmutableMutabilityPlan<T> - Class in org.hibernate.type.descriptor.java
Mutability plan for immutable objects
ImmutableMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.ImmutableMutabilityPlan
 
ImmutableNamedBasicTypeImpl<J> - Class in org.hibernate.type.internal
 
ImmutableNamedBasicTypeImpl(JavaType<J>, JdbcType, String) - Constructor for class org.hibernate.type.internal.ImmutableNamedBasicTypeImpl
 
impl() - Method in annotation type org.hibernate.annotations.Persister
Deprecated.
The custom persister class.
impl() - Method in annotation type org.hibernate.testing.bytecode.enhancement.ImplEnhancementSelector
 
impl() - Method in annotation type org.hibernate.testing.orm.junit.BootstrapServiceRegistry.JavaService
Logically `?` is `S extends T`
impl() - Method in annotation type org.hibernate.testing.orm.junit.ServiceRegistry.Service
 
impl(DomainResultCreationState) - Static method in class org.hibernate.query.results.ResultsHelper
 
IMPL_NAME - Static variable in class org.hibernate.persister.internal.PersisterClassResolverInitiator
 
IMPL_NAME - Static variable in class org.hibernate.persister.internal.PersisterFactoryInitiator
 
implementsInterface(Class, Class) - Static method in class org.hibernate.internal.util.ReflectHelper
Determine if the given class implements the given interface.
implementsLifecycle() - Method in interface org.hibernate.metadata.ClassMetadata
Deprecated.
Does the class implement the Lifecycle interface?
implementsLifecycle() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
implementsLifecycle() - Method in interface org.hibernate.persister.entity.EntityPersister
Does the class implement the Lifecycle interface?
ImplEnhancementSelector - Annotation Type in org.hibernate.testing.bytecode.enhancement
 
ImplEnhancementSelectors - Annotation Type in org.hibernate.testing.bytecode.enhancement
 
IMPLICIT - org.hibernate.annotations.PolymorphismType
Deprecated.
Implicit polymorphism is enabled, and queries against mapped superclasses and other arbitrary Java supertypes of an entity will return instances of the entity.
IMPLICIT - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPolymorphismEnum
 
IMPLICIT - org.hibernate.dialect.NationalizationSupport
The CHAR, VARCHAR, and CLOB types inherently handle nationalized character data.
IMPLICIT_ALIAS - Static variable in class org.hibernate.query.sqm.spi.SqmCreationHelper
This is a special alias that we use for implicit joins within the FROM clause.
IMPLICIT_DISCRIMINATOR_COLUMNS_FOR_JOINED_SUBCLASS - Static variable in interface org.hibernate.cfg.MappingSettings
Controls whether Hibernate should infer a discriminator for entity hierarchies defined with joined inheritance.
IMPLICIT_FROM - org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
 
IMPLICIT_NAME_BASE - Static variable in interface org.hibernate.id.OptimizableGenerator
If an explicit sequence/table name is not configured,
IMPLICIT_NAMING_STRATEGY - Static variable in interface org.hibernate.cfg.MappingSettings
Used to specify the ImplicitNamingStrategy class to use.
IMPLICIT_PRIMARY_KEY_REFERENCE - org.hibernate.boot.model.internal.ForeignKeyType
 
IMPLICIT_SELECT - org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
 
IMPLICIT_TREAT - org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
 
ImplicitAnyDiscriminatorColumnNameSource - Interface in org.hibernate.boot.model.naming
Context for determining the implicit name for an ANY mapping's discriminator column.
ImplicitAnyKeyColumnNameSource - Interface in org.hibernate.boot.model.naming
Context for determining the implicit name for an ANY mapping's key column.
ImplicitAttributeFetchBuilder - Class in org.hibernate.query.results
FetchBuilder used when an explicit mapping was not given
ImplicitAttributeFetchBuilder(NavigablePath, AttributeMapping) - Constructor for class org.hibernate.query.results.ImplicitAttributeFetchBuilder
 
ImplicitAttributeFetchMemento - Class in org.hibernate.query.internal
 
ImplicitAttributeFetchMemento(NavigablePath, AttributeMapping) - Constructor for class org.hibernate.query.internal.ImplicitAttributeFetchMemento
 
ImplicitBasicColumnNameSource - Interface in org.hibernate.boot.model.naming
Context for determining the implicit name related to basic values.
ImplicitCollectionTableNameSource - Interface in org.hibernate.boot.model.naming
Context for determining the implicit name for a collection table.
ImplicitColumnNamingSecondPass - Interface in org.hibernate.boot.model.source.internal
Because ImplicitNamingStrategy often requires access info from PersistentClass, we sometimes need to wait until the proper PersistentClass is bound to the in-flight metadata, which means a SecondPass (in this version still using second passes).
ImplicitConstraintNameSource - Interface in org.hibernate.boot.model.naming
Common implicit name source traits for all constraint naming: FK, UK, index
ImplicitDatabaseObjectNamingStrategy - Interface in org.hibernate.id.enhanced
A naming strategy specifically for determining the implicit naming of tables and sequences relating to enhanced identifier-generators.
ImplicitDiscriminatorColumnNameSource - Interface in org.hibernate.boot.model.naming
Context for determining the implicit name of an entity's discriminator column.
ImplicitEntityNameSource - Interface in org.hibernate.boot.model.naming
Context for determining the implicit name of an entity's primary table
implicitFetchBuilder(NavigablePath, Fetchable, DomainResultCreationState) - Static method in class org.hibernate.query.results.Builders
 
ImplicitFetchBuilder - Interface in org.hibernate.query.results.implicit
 
ImplicitFetchBuilderBasic - Class in org.hibernate.query.results.implicit
 
ImplicitFetchBuilderBasic(NavigablePath, BasicValuedModelPart) - Constructor for class org.hibernate.query.results.implicit.ImplicitFetchBuilderBasic
 
ImplicitFetchBuilderBasic(NavigablePath, BasicValuedModelPart, DomainResultCreationState) - Constructor for class org.hibernate.query.results.implicit.ImplicitFetchBuilderBasic
 
ImplicitFetchBuilderDiscriminatedAssociation - Class in org.hibernate.query.results.implicit
 
ImplicitFetchBuilderDiscriminatedAssociation(NavigablePath, DiscriminatedAssociationAttributeMapping, DomainResultCreationState) - Constructor for class org.hibernate.query.results.implicit.ImplicitFetchBuilderDiscriminatedAssociation
 
ImplicitFetchBuilderEmbeddable - Class in org.hibernate.query.results.implicit
 
ImplicitFetchBuilderEmbeddable(NavigablePath, EmbeddableValuedFetchable, DomainResultCreationState) - Constructor for class org.hibernate.query.results.implicit.ImplicitFetchBuilderEmbeddable
 
ImplicitFetchBuilderEntity - Class in org.hibernate.query.results.implicit
 
ImplicitFetchBuilderEntity(NavigablePath, ToOneAttributeMapping, DomainResultCreationState) - Constructor for class org.hibernate.query.results.implicit.ImplicitFetchBuilderEntity
 
ImplicitFetchBuilderEntityPart - Class in org.hibernate.query.results.implicit
 
ImplicitFetchBuilderEntityPart(NavigablePath, EntityCollectionPart) - Constructor for class org.hibernate.query.results.implicit.ImplicitFetchBuilderEntityPart
 
ImplicitFetchBuilderPlural - Class in org.hibernate.query.results.implicit
 
ImplicitFetchBuilderPlural(NavigablePath, PluralAttributeMapping, DomainResultCreationState) - Constructor for class org.hibernate.query.results.implicit.ImplicitFetchBuilderPlural
 
ImplicitForeignKeyNameSource - Interface in org.hibernate.boot.model.naming
 
ImplicitHbmResultSetMappingDescriptorBuilder - Class in org.hibernate.boot.query
Builder for implicit ResultSet mapping defined inline as part of a named native query
ImplicitHbmResultSetMappingDescriptorBuilder(String, int, MetadataBuildingContext) - Constructor for class org.hibernate.boot.query.ImplicitHbmResultSetMappingDescriptorBuilder
 
ImplicitHbmResultSetMappingDescriptorBuilder(String, MetadataBuildingContext) - Constructor for class org.hibernate.boot.query.ImplicitHbmResultSetMappingDescriptorBuilder
 
ImplicitIdentifierColumnNameSource - Interface in org.hibernate.boot.model.naming
Context for determining the implicit name of an entity's identifier column.
implicitIdentifierResult(EntityIdentifierMapping, EntityIdentifierNavigablePath, DomainResultCreationState) - Static method in class org.hibernate.query.results.ResultsHelper
 
ImplicitIndexColumnNameSource - Interface in org.hibernate.boot.model.naming
 
ImplicitIndexNameSource - Interface in org.hibernate.boot.model.naming
 
ImplicitJoinColumnNameSource - Interface in org.hibernate.boot.model.naming
Context for determining the implicit name of a "join column" (think JoinColumn).
ImplicitJoinColumnNameSource.Nature - Enum in org.hibernate.boot.model.naming
 
ImplicitJoinTableNameSource - Interface in org.hibernate.boot.model.naming
Context for determining the implicit name for a join table.
ImplicitListAsBagProvider - Class in org.hibernate.testing.orm.junit
Used as a SettingProvider to enable backwards compatibility regarding plural List mappings when no OrderColumn, ListIndexBase, CollectionId or other annotations hinting at the classification to use.
ImplicitListAsBagProvider() - Constructor for class org.hibernate.testing.orm.junit.ImplicitListAsBagProvider
 
ImplicitListAsListProvider - Class in org.hibernate.testing.orm.junit
 
ImplicitListAsListProvider() - Constructor for class org.hibernate.testing.orm.junit.ImplicitListAsListProvider
 
ImplicitMapKeyColumnNameSource - Interface in org.hibernate.boot.model.naming
Context for determining the implicit name of a column used to back the key of a Map.
ImplicitModelPartResultBuilder - Interface in org.hibernate.query.results.implicit
 
ImplicitModelPartResultBuilderBasic - Class in org.hibernate.query.results.implicit
 
ImplicitModelPartResultBuilderBasic(NavigablePath, BasicValuedModelPart) - Constructor for class org.hibernate.query.results.implicit.ImplicitModelPartResultBuilderBasic
 
ImplicitModelPartResultBuilderEmbeddable - Class in org.hibernate.query.results.implicit
 
ImplicitModelPartResultBuilderEmbeddable(NavigablePath, EmbeddableValuedModelPart) - Constructor for class org.hibernate.query.results.implicit.ImplicitModelPartResultBuilderEmbeddable
 
ImplicitModelPartResultBuilderEntity - Class in org.hibernate.query.results.implicit
 
ImplicitModelPartResultBuilderEntity(EntityMappingType) - Constructor for class org.hibernate.query.results.implicit.ImplicitModelPartResultBuilderEntity
 
ImplicitModelPartResultBuilderEntity(NavigablePath, EntityValuedModelPart) - Constructor for class org.hibernate.query.results.implicit.ImplicitModelPartResultBuilderEntity
 
ImplicitModelPartResultMemento - Class in org.hibernate.query.internal
 
ImplicitModelPartResultMemento(NavigablePath, ModelPart) - Constructor for class org.hibernate.query.internal.ImplicitModelPartResultMemento
 
ImplicitNameSource - Interface in org.hibernate.boot.model.naming
Common contract for all implicit naming sources
ImplicitNamingStrategy - Interface in org.hibernate.boot.model.naming
A set of rules for determining the logical name of a mapped relational database object when the mapping for an element of the Java domain model is not explicitly specified, neither in annotations of the Java code, nor in an XML-based mapping document.
ImplicitNamingStrategyComponentPathImpl - Class in org.hibernate.boot.model.naming
An ImplicitNamingStrategy implementation which uses full composite paths extracted from AttributePath, as opposed to just the terminal property part.
ImplicitNamingStrategyComponentPathImpl() - Constructor for class org.hibernate.boot.model.naming.ImplicitNamingStrategyComponentPathImpl
 
ImplicitNamingStrategyJpaCompliantImpl - Class in org.hibernate.boot.model.naming
Implementation of the ImplicitNamingStrategy contract, generally preferring to conform to JPA standards.
ImplicitNamingStrategyJpaCompliantImpl() - Constructor for class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
ImplicitNamingStrategyLegacyHbmImpl - Class in org.hibernate.boot.model.naming
Implements the original legacy naming behavior.
ImplicitNamingStrategyLegacyHbmImpl() - Constructor for class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyHbmImpl
 
ImplicitNamingStrategyLegacyJpaImpl - Class in org.hibernate.boot.model.naming
Implementation of the ImplicitNamingStrategy contract which conforms to the naming rules initially implemented by Hibernate for JPA 1.0, prior to many things being clarified.
ImplicitNamingStrategyLegacyJpaImpl() - Constructor for class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyJpaImpl
 
ImplicitPrimaryKeyJoinColumnNameSource - Interface in org.hibernate.boot.model.naming
Used to help determine the implicit name of columns which are part of a primary-key, well simultaneously being part of a foreign-key (join).
ImplicitResultClassBuilder - Class in org.hibernate.query.results.implicit
ResultBuilder for handling NamedNativeQuery.resultClass() when the class does not refer to an entity
ImplicitResultClassBuilder(Class<?>) - Constructor for class org.hibernate.query.results.implicit.ImplicitResultClassBuilder
 
ImplicitResultSetMappingDefinition - Class in org.hibernate.boot.jaxb.hbm.internal
Models the ResultSet mapping defined inline as part of a named native query definition
ImplicitResultSetMappingDefinition(String, List) - Constructor for class org.hibernate.boot.jaxb.hbm.internal.ImplicitResultSetMappingDefinition
 
ImplicitResultSetMappingDefinition.Builder - Class in org.hibernate.boot.jaxb.hbm.internal
 
ImplicitTenantIdColumnNameSource - Interface in org.hibernate.boot.model.naming
Context for determining the implicit name of an entity's tenant identifier column.
ImplicitToOneJoinTableSecondPass - Class in org.hibernate.boot.model.internal
For ManyToOne and OneToOne associations mapped to a JoinTable with no explicitly-specified table name, we need to defer creation of the Table object.
ImplicitToOneJoinTableSecondPass(PropertyHolder, PropertyData, MetadataBuildingContext, AnnotatedJoinColumns, JoinTable, NotFoundAction, ManyToOne) - Constructor for class org.hibernate.boot.model.internal.ImplicitToOneJoinTableSecondPass
 
ImplicitUniqueKeyNameSource - Interface in org.hibernate.boot.model.naming
 
IMPLIED_RESULT_TYPE - Static variable in class org.hibernate.query.sqm.produce.function.StandardFunctionArgumentTypeResolvers
 
impliedOrInvariant(TypeConfiguration, FunctionParameterType) - Static method in class org.hibernate.query.sqm.produce.function.StandardFunctionArgumentTypeResolvers
 
impls() - Method in annotation type org.hibernate.testing.orm.junit.ServiceRegistry.JavaService
 
ImportContext - Interface in org.hibernate.jpamodelgen.model
 
ImportContextImpl - Class in org.hibernate.jpamodelgen
 
ImportContextImpl(String) - Constructor for class org.hibernate.jpamodelgen.ImportContextImpl
 
Imported - Annotation Type in org.hibernate.annotations
Marks an arbitrary class as available for use in HQL queries by its unqualified name.
IMPORTED - org.hibernate.boot.model.internal.AnnotatedClassType
has an Imported annotation
importedClass() - Method in annotation type org.hibernate.testing.orm.junit.DomainModel.ExtraQueryImport
 
importType(String) - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
 
importType(String) - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaPackage
 
importType(String) - Method in class org.hibernate.jpamodelgen.ImportContextImpl
Add fqcn to the import list.
importType(String) - Method in interface org.hibernate.jpamodelgen.model.ImportContext
Add fqcn to the import list.
importType(String) - Method in interface org.hibernate.jpamodelgen.model.Metamodel
 
importType(String) - Method in class org.hibernate.jpamodelgen.xml.XmlMetaEntity
 
ImprovedExtractionContextImpl - Class in org.hibernate.tool.schema.internal.exec
 
ImprovedExtractionContextImpl(ServiceRegistry, JdbcEnvironment, SqlStringGenerationContext, DdlTransactionIsolator, ExtractionContext.DatabaseObjectAccess) - Constructor for class org.hibernate.tool.schema.internal.exec.ImprovedExtractionContextImpl
 
ImprovedModifiedColumnNamingStrategy - Class in org.hibernate.envers.boot.internal
A ModifiedColumnNamingStrategy that adds modified columns with the following rules: For basic types, prioritizes audit annotation naming followed by physical column name appended with suffix. For associations with single column foreign keys, behaves like basic types. For associations with multiple column foreign keys, prioritizes audit annotation naming followed by using property name. For embeddables, behaves like associations with multiple column foreign keys
ImprovedModifiedColumnNamingStrategy() - Constructor for class org.hibernate.envers.boot.internal.ImprovedModifiedColumnNamingStrategy
 
ImprovedNamingStrategy - Class in org.hibernate.cfg
Deprecated.
NamingStrategy itself has been deprecated
ImprovedNamingStrategy() - Constructor for class org.hibernate.cfg.ImprovedNamingStrategy
Deprecated.
 
in(Expression) - Method in class org.hibernate.query.hql.internal.FullyQualifiedReflectivePathTerminal
 
in(Expression[]) - Method in class org.hibernate.query.hql.internal.FullyQualifiedReflectivePathTerminal
 
in(Expression<?>...) - Method in interface org.hibernate.query.criteria.JpaExpression
 
in(Expression<?>...) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
in(Expression<?>...) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
 
in(Expression<?>...) - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
 
in(Expression<?>...) - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
in(Expression<?>...) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
in(Expression<? extends T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
in(Expression<? extends T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
in(Expression<? extends T>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
in(Expression<? extends T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
in(Expression<? extends T>, Expression<? extends T>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
in(Expression<? extends T>, Expression<? extends T>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
in(Expression<? extends T>, Expression<? extends T>...) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
in(Expression<? extends T>, Expression<? extends T>...) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
in(Expression<? extends T>, Collection<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
in(Expression<? extends T>, Collection<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
in(Expression<? extends T>, Collection<T>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
in(Expression<? extends T>, Collection<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
in(Expression<? extends T>, SqmSubQuery<T>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
in(Expression<? extends T>, SqmSubQuery<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
in(Expression<? extends T>, T...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
in(Expression<? extends T>, T...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
in(Expression<? extends T>, T...) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
in(Expression<? extends T>, T...) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
in(Expression<Collection<?>>) - Method in interface org.hibernate.query.criteria.JpaExpression
 
in(Expression<Collection<?>>) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
in(Expression<Collection<?>>) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
 
in(Expression<Collection<?>>) - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
 
in(Expression<Collection<?>>) - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
in(Expression<Collection<?>>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
in(Object[]) - Method in class org.hibernate.envers.query.criteria.AuditRelatedId
Applies an "in" criteria predicate.
in(Object...) - Method in interface org.hibernate.query.criteria.JpaExpression
 
in(Object...) - Method in class org.hibernate.query.hql.internal.FullyQualifiedReflectivePathTerminal
 
in(Object...) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
in(Object...) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
 
in(Object...) - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
 
in(Object...) - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
in(Object...) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
in(Collection) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply an "in" constraint
in(Collection) - Method in class org.hibernate.query.hql.internal.FullyQualifiedReflectivePathTerminal
 
in(Collection<?>) - Method in interface org.hibernate.query.criteria.JpaExpression
 
in(Collection<?>) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
in(Collection<?>) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
 
in(Collection<?>) - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
 
in(Collection<?>) - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
in(Collection<?>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
in(T[]) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply an "in" constraint
IN - org.hibernate.jpamodelgen.xml.jaxb.ParameterMode
 
IN - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
IN - Static variable in class org.hibernate.grammars.hql.HqlParser
 
IN() - Method in class org.hibernate.grammars.hql.HqlParser.InPredicateContext
 
IN() - Method in class org.hibernate.grammars.hql.HqlParser.JpaCollectionJoinContext
 
IN() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
IN() - Method in class org.hibernate.grammars.hql.HqlParser.PositionFunctionContext
 
IN_CLAUSE_PARAMETER_PADDING - Static variable in interface org.hibernate.cfg.QuerySettings
Determines how parameters occurring in a SQL IN predicate are expanded.
INACTIVE - org.hibernate.testing.orm.domain.helpdesk.Status
 
InArrayPredicate - Class in org.hibernate.sql.ast.tree.predicate
 
InArrayPredicate(Expression, JdbcParameter) - Constructor for class org.hibernate.sql.ast.tree.predicate.InArrayPredicate
 
InArrayPredicate(Expression, JdbcParameter, JdbcMappingContainer) - Constructor for class org.hibernate.sql.ast.tree.predicate.InArrayPredicate
 
InAuditExpression - Class in org.hibernate.envers.query.criteria.internal
 
InAuditExpression(String, PropertyNameGetter, Object[]) - Constructor for class org.hibernate.envers.query.criteria.internal.InAuditExpression
 
Incident - Class in org.hibernate.testing.orm.domain.helpdesk
 
Incident() - Constructor for class org.hibernate.testing.orm.domain.helpdesk.Incident
 
Incident(Integer, String, Instant) - Constructor for class org.hibernate.testing.orm.domain.helpdesk.Incident
 
Incident(Integer, String, Instant, Instant, Instant) - Constructor for class org.hibernate.testing.orm.domain.helpdesk.Incident
 
inClauseParameterPaddingEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
inClauseParameterPaddingEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
inClauseParameterPaddingEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
include - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEntityCacheType
 
include - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheType
 
include - Variable in class org.hibernate.boot.jaxb.mapping.JaxbCaching
 
include() - Method in annotation type org.hibernate.annotations.Cache
Deprecated.
Use Cache.includeLazy() for the sake of typesafety.
include(int, SingularAttributeMapping) - Method in interface org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard.InclusionChecker
 
include(Object, int, PersistentCollection<?>, PluralAttributeMapping) - Method in interface org.hibernate.persister.collection.mutation.InsertRowsCoordinator.EntryFilter
Whether the entry should be included
include(TableMapping) - Method in interface org.hibernate.engine.jdbc.mutation.TableInclusionChecker
Perform the check
includeAllAttributes - Variable in class org.hibernate.boot.jaxb.mapping.JaxbNamedEntityGraph
 
includeAllAttributes - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedEntityGraph
 
includeInBaseFetchGroup(Property, boolean, EnhancementHelper.InheritanceChecker, boolean) - Static method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementHelper
Should the given property be included in the owner's base fetch group?
includeInInsert(Object, int, PersistentCollection<?>, PluralAttributeMapping) - Method in interface org.hibernate.collection.spi.PersistentCollection
Whether to include the entry for insertion operations
includeInLocking() - Method in interface org.hibernate.persister.entity.mutation.AttributeAnalysis
Whether the attribute should be included in optimistic locking (where-clause restriction)
includeInRecreate(Object, int, PersistentCollection<?>, PluralAttributeMapping) - Method in interface org.hibernate.collection.spi.PersistentCollection
Whether the given entry should be included in recreation events
includeInSet() - Method in interface org.hibernate.persister.entity.mutation.AttributeAnalysis
Whether the attribute should be included in setting the values on the database.
includeLazy() - Method in annotation type org.hibernate.annotations.Cache
When bytecode enhancement is used, and field-level lazy fetching is enabled, specifies whether lazy attributes of the entity are eligible for inclusion in the second-level cache, in the case where they happen to be loaded.
includeNamespace(Namespace) - Method in class org.hibernate.tool.schema.internal.DefaultSchemaFilter
 
includeNamespace(Namespace) - Method in interface org.hibernate.tool.schema.spi.SchemaFilter
Should the given namespace (catalog+schema) be included? If true, the namespace will be further processed; if false, processing will skip this namespace.
includes(GenerationTiming) - Method in enum org.hibernate.tuple.GenerationTiming
Deprecated.
 
includeSequence(Sequence) - Method in class org.hibernate.tool.schema.internal.DefaultSchemaFilter
 
includeSequence(Sequence) - Method in interface org.hibernate.tool.schema.spi.SchemaFilter
Should the given sequence be included? If true, the sequence will be further processed; if false, processing will skip this sequence.
includesInsert() - Method in enum org.hibernate.tuple.GenerationTiming
Deprecated.
Does value generation happen for SQL insert statements?
includeSubPackages() - Method in annotation type org.hibernate.testing.bytecode.enhancement.PackageEnhancementSelector
 
includesUpdate() - Method in enum org.hibernate.tuple.GenerationTiming
Deprecated.
Does value generation happen for SQL update statements?
includeTable(Table) - Method in class org.hibernate.tool.schema.internal.DefaultSchemaFilter
 
includeTable(Table) - Method in interface org.hibernate.tool.schema.spi.SchemaFilter
Should the given table be included? If true, the table will be further processed; if false, processing will skip this table.
IncomparableComparator - Class in org.hibernate.type.descriptor.java
Comparator for things that cannot be compared (in a way we know about).
IncomparableComparator() - Constructor for class org.hibernate.type.descriptor.java.IncomparableComparator
 
incompleteMappingMetadataCacheProcessing() - Method in interface org.hibernate.internal.CoreMessageLogger
 
INCONSISTENT_RTN_CLASS_MARKER - org.hibernate.loader.ast.internal.CacheEntityLoaderHelper.EntityStatus
 
increase() - Method in class org.hibernate.envers.internal.tools.MutableInteger
 
increase() - Method in class org.hibernate.internal.util.MutableInteger
 
increase() - Method in class org.hibernate.internal.util.MutableLong
 
increase(int) - Method in class org.hibernate.internal.util.MutableInteger
 
increment() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
increment() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
increment() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
increment() - Method in interface org.hibernate.id.IntegralDataTypeHolder
Equivalent to a ++ operation
increment() - Method in class org.hibernate.internal.util.MutableInteger
 
increment(Object, EntityVersionMapping, SharedSessionContractImplementor) - Static method in class org.hibernate.engine.internal.Versioning
Generate the next increment in the optimistic locking value according the VersionJavaType contract for the version property.
INCREMENT_PARAM - Static variable in interface org.hibernate.id.OptimizableGenerator
Indicates the increment size to use.
incrementAndGet() - Method in class org.hibernate.internal.util.MutableInteger
 
incrementAndGet() - Method in class org.hibernate.internal.util.MutableLong
 
incrementBy(int) - Method in class org.hibernate.internal.util.MutableInteger
 
incrementCacheHitCount() - Method in class org.hibernate.stat.internal.AbstractCacheableDataStatistics
 
incrementCacheMissCount() - Method in class org.hibernate.stat.internal.AbstractCacheableDataStatistics
 
incrementCachePutCount() - Method in class org.hibernate.stat.internal.AbstractCacheableDataStatistics
 
incrementCascadeLevel() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
incrementCascadeLevel() - Method in interface org.hibernate.engine.spi.PersistenceContext
Called before cascading
incrementFetchDepth() - Method in interface org.hibernate.metamodel.mapping.EntityAssociationMapping
 
incrementFetchDepth() - Method in class org.hibernate.metamodel.mapping.internal.AbstractEntityCollectionPart
 
incrementFetchDepth() - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
incrementFetchDepth() - Method in interface org.hibernate.sql.results.graph.Fetchable
Should this Fetchable affect the fetch depth? E.g., composites would generally not increment the fetch depth.
IncrementGenerator - Class in org.hibernate.id
An IdentifierGenerator that returns a long, constructed by counting from the maximum primary key value obtained by querying the table or tables at startup.
IncrementGenerator() - Constructor for class org.hibernate.id.IncrementGenerator
 
incrementIndexByBase(Object) - Method in class org.hibernate.loader.ast.internal.CollectionElementLoaderByIndex
If the index being loaded by for a List and the mapping specified a base-index, this will return the passed index value incremented by the base.
incrementIndexByBase(Object) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
incrementSize - Variable in class org.hibernate.id.enhanced.AbstractOptimizer
 
incrementVersion(Object, Object, EntityPersister, SharedSessionContractImplementor) - Static method in class org.hibernate.engine.internal.Versioning
Generate the next increment in the optimistic locking value according the Generator contract for the version property.
Incubating - Annotation Type in org.hibernate
Marks the annotated Java element as incubating, potentially recursively.
incubatingSetting(String) - Method in interface org.hibernate.internal.log.IncubationLogger
 
INCUBATION_LOGGER - Static variable in interface org.hibernate.internal.log.IncubationLogger
 
IncubationLogger - Interface in org.hibernate.internal.log
 
index - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
 
index - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
index - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
index - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
 
index - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
index - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
index - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
index - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
index - Variable in class org.hibernate.boot.jaxb.mapping.JaxbCollectionTable
 
index - Variable in class org.hibernate.boot.jaxb.mapping.JaxbJoinTable
 
index - Variable in class org.hibernate.boot.jaxb.mapping.JaxbSecondaryTable
 
index - Variable in class org.hibernate.boot.jaxb.mapping.JaxbTable
 
index - Variable in class org.hibernate.boot.jaxb.mapping.JaxbTableGenerator
 
index - Variable in class org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
 
index - Variable in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
 
index - Variable in class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
 
index - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Table
 
index - Variable in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
 
index - Variable in class org.hibernate.metamodel.internal.EmbeddableInstantiatorPojoIndirecting
 
index - Variable in class org.hibernate.metamodel.internal.EmbeddableInstantiatorRecordIndirecting
 
index() - Method in class org.hibernate.query.sqm.tree.domain.SqmListJoin
 
Index - Class in org.hibernate.jpamodelgen.xml.jaxb
 
Index - Class in org.hibernate.mapping
A mapping model object representing an index on a relational database table.
Index - Annotation Type in org.hibernate.annotations
Deprecated.
Use Index instead.
Index() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.Index
 
Index() - Constructor for class org.hibernate.mapping.Index
 
INDEX - org.hibernate.boot.model.source.internal.hbm.XmlElementMetadata
Describes the <index/> element
INDEX - org.hibernate.metamodel.mapping.CollectionPart.Nature
The List index or Map key
INDEX - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
INDEX - Static variable in class org.hibernate.grammars.hql.HqlParser
 
INDEX() - Method in class org.hibernate.grammars.hql.HqlParser.IndexKeyQuantifierContext
 
INDEX() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
INDEX_ENTITY_ALIAS - Static variable in class org.hibernate.envers.internal.entities.mapper.relation.query.QueryConstants
 
INDEX_ENTITY_ALIAS_DEF_AUD_STR - Static variable in class org.hibernate.envers.internal.entities.mapper.relation.query.QueryConstants
 
INDEX_MANY_TO_MANY - org.hibernate.boot.model.source.internal.hbm.XmlElementMetadata
Describes the <index-many-to-many/> element
IndexAggregateFunctionContext(HqlParser.CollectionAggregateFunctionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.IndexAggregateFunctionContext
 
IndexBackref - Class in org.hibernate.mapping
 
IndexBackref() - Constructor for class org.hibernate.mapping.IndexBackref
 
indexColumn - Variable in class org.hibernate.boot.model.internal.CollectionBinder
 
IndexColumn - Class in org.hibernate.boot.model.internal
An OrderColumn annotation
IndexColumn - Annotation Type in org.hibernate.annotations
Deprecated.
Prefer the standard JPA OrderColumn annotation, using ListIndexBase instead of IndexColumn.base().
IndexColumn() - Constructor for class org.hibernate.boot.model.internal.IndexColumn
 
indexColumnAliases - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
Deprecated.
indexColumnIsGettable - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
indexColumnIsSettable - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
indexColumnNames - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
indexComponentData - Variable in class org.hibernate.envers.internal.entities.mapper.relation.MapCollectionMapper
 
indexContainsFormula - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
INDEXED_ELEMENT_REFERENCE - org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
 
IndexedBiConsumer<T,​U> - Interface in org.hibernate.internal.util
A consumer, like BiConsumer, accepting 2 values and an index.
IndexedBiConsumer<T,​U> - Interface in org.hibernate.mapping
Deprecated.
Use IndexedBiConsumer instead
IndexedCollection - Class in org.hibernate.mapping
Indexed collections include Lists, Maps, arrays and primitive arrays.
IndexedCollection(Supplier<ManagedBean<? extends UserCollectionType>>, PersistentClass, MetadataBuildingContext) - Constructor for class org.hibernate.mapping.IndexedCollection
 
IndexedCollection(MetadataBuildingContext, PersistentClass) - Constructor for class org.hibernate.mapping.IndexedCollection
 
IndexedCollection(IndexedCollection) - Constructor for class org.hibernate.mapping.IndexedCollection
 
IndexedConsumer<T> - Interface in org.hibernate.internal.util
A consumer, like Consumer, accepting a value and its index.
IndexedConsumer<T> - Interface in org.hibernate.mapping
Deprecated.
Use IndexedConsumer instead
indexedForEach(IndexedConsumer<? super AttributeMapping>) - Method in interface org.hibernate.metamodel.mapping.AttributeMappingsList
 
indexedForEach(IndexedConsumer<? super AttributeMapping>) - Method in class org.hibernate.metamodel.mapping.internal.ImmutableAttributeMappingList
 
indexedForEach(IndexedConsumer<? super AttributeMapping>) - Method in class org.hibernate.metamodel.mapping.internal.MutableAttributeMappingList
Deprecated.
 
indexedForEach(IndexedConsumer<? super Fetch>) - Method in interface org.hibernate.sql.results.graph.FetchList
 
indexedForEach(IndexedConsumer<? super Fetch>) - Method in class org.hibernate.sql.results.graph.internal.ImmutableFetchList
 
indexedPathAccessFragment() - Method in class org.hibernate.grammars.hql.HqlParser.GeneralPathFragmentContext
 
indexedPathAccessFragment() - Method in class org.hibernate.grammars.hql.HqlParser
 
indexedPathAccessFragment() - Method in class org.hibernate.grammars.hql.HqlParser.SyntacticDomainPathContext
 
IndexedPathAccessFragmentContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.IndexedPathAccessFragmentContext
 
IndexedPluralAttributeSource - Interface in org.hibernate.boot.model.source.internal.hbm
Describes a plural attribute that is indexed.
indexes() - Method in annotation type org.hibernate.annotations.Table
indexes() - Method in class org.hibernate.tool.schema.extract.internal.TableInformationImpl
 
indexes(Set) - Method in interface org.hibernate.internal.CoreMessageLogger
 
indexes(L) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
indexes(L) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
indexes(L) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
indexes(L) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
indexExists(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
indexExists(Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
 
indexFormulas - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
indexFormulaTemplates - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
IndexInformation - Interface in org.hibernate.tool.schema.extract.spi
Provides access to information about existing index in the database
IndexInformationImpl - Class in org.hibernate.tool.schema.extract.internal
 
IndexInformationImpl(Identifier, List<ColumnInformation>) - Constructor for class org.hibernate.tool.schema.extract.internal.IndexInformationImpl
 
IndexInformationImpl.Builder - Class in org.hibernate.tool.schema.extract.internal
 
indexKeyQuantifier() - Method in class org.hibernate.grammars.hql.HqlParser
 
indexKeyQuantifier() - Method in class org.hibernate.grammars.hql.HqlParser.MapKeyNavigablePathContext
 
IndexKeyQuantifierContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.IndexKeyQuantifierContext
 
indexManyToAny - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
indexManyToMany - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
indexMappingDocument(MappingDocument) - Method in class org.hibernate.boot.model.source.internal.hbm.EntityHierarchyBuilder
Called for each mapping document.
indexOf(char, int, int) - Method in class org.hibernate.internal.util.SubSequence
 
indexOf(CharSequence, char) - Static method in class org.hibernate.internal.util.CharSequenceHelper
 
indexOf(CharSequence, char, int) - Static method in class org.hibernate.internal.util.CharSequenceHelper
 
indexOf(CharSequence, char, int, int) - Static method in class org.hibernate.internal.util.CharSequenceHelper
 
indexOf(CharSequence, String, int) - Static method in class org.hibernate.internal.util.CharSequenceHelper
 
indexOf(CharSequence, String, int, int) - Static method in class org.hibernate.internal.util.CharSequenceHelper
 
indexOf(Object) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
 
indexOf(Object) - Method in class org.hibernate.collection.spi.PersistentBag
 
indexOf(Object) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
indexOf(Object) - Method in class org.hibernate.collection.spi.PersistentList
 
indexOf(Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.ListProxy
 
indexOf(Object[], int, Object) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
indexOf(Object[], Object) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
indexOf(Object, Object) - Method in class org.hibernate.type.ArrayType
 
indexOf(Object, Object) - Method in class org.hibernate.type.CollectionType
 
indexOf(Object, Object) - Method in class org.hibernate.type.CustomCollectionType
 
indexOf(Object, Object) - Method in class org.hibernate.type.ListType
 
indexOf(Object, Object) - Method in class org.hibernate.type.MapType
 
indexOf(Object, Object) - Method in interface org.hibernate.usertype.UserCollectionType
Optional operation.
indexOf(String, int, int) - Method in class org.hibernate.internal.util.SubSequence
 
indexOfIdentifierWord(String, String) - Static method in class org.hibernate.internal.util.StringHelper
Used to find the ordinal parameters (e.g.
IndexOrUniqueKeySecondPass - Class in org.hibernate.boot.model.internal
 
IndexOrUniqueKeySecondPass(String, AnnotatedColumn, MetadataBuildingContext, boolean) - Constructor for class org.hibernate.boot.model.internal.IndexOrUniqueKeySecondPass
Build an index if unique is false or a Unique Key if unique is true
IndexOrUniqueKeySecondPass(Table, String, String[], MetadataBuildingContext) - Constructor for class org.hibernate.boot.model.internal.IndexOrUniqueKeySecondPass
Build an index
IndexQueryHintHandler - Class in org.hibernate.dialect.hint
Adds an INDEX query hint as follows: SELECT * FROM TEST USE INDEX (hint1, hint2) WHERE X=1
IndexQueryHintHandler() - Constructor for class org.hibernate.dialect.hint.IndexQueryHintHandler
 
indicatesMoreOutputs() - Method in class org.hibernate.procedure.internal.ProcedureOutputsImpl.ProcedureCurrentReturnState
 
indicatesMoreOutputs() - Method in class org.hibernate.result.internal.OutputsImpl.CurrentReturnState
 
INDICES - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
INDICES - Static variable in class org.hibernate.grammars.hql.HqlParser
 
INDICES() - Method in class org.hibernate.grammars.hql.HqlParser.IndicesKeysQuantifierContext
 
INDICES() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
indicesKeysQuantifier() - Method in class org.hibernate.grammars.hql.HqlParser.CollectionFunctionMisuseContext
 
indicesKeysQuantifier() - Method in class org.hibernate.grammars.hql.HqlParser.CollectionQuantifierContext
 
indicesKeysQuantifier() - Method in class org.hibernate.grammars.hql.HqlParser.IndexAggregateFunctionContext
 
indicesKeysQuantifier() - Method in class org.hibernate.grammars.hql.HqlParser
 
IndicesKeysQuantifierContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.IndicesKeysQuantifierContext
 
INDIVIDUALLY - org.hibernate.tool.schema.JdbcMetadaAccessStrategy
The SchemaMigrator and SchemaValidator execute one DatabaseMetaData.getTables(String, String, String, String[]) call for each Entity in order to determine if a corresponding database table exists.
IndividuallySchemaMigratorImpl - Class in org.hibernate.tool.schema.internal
This implementation executes one DatabaseMetaData.getTables(String, String, String, String[]) call for each Entity in order to determine if a corresponding database table exists.
IndividuallySchemaMigratorImpl(HibernateSchemaManagementTool, SchemaFilter) - Constructor for class org.hibernate.tool.schema.internal.IndividuallySchemaMigratorImpl
 
IndividuallySchemaValidatorImpl - Class in org.hibernate.tool.schema.internal
 
IndividuallySchemaValidatorImpl(HibernateSchemaManagementTool, SchemaFilter) - Constructor for class org.hibernate.tool.schema.internal.IndividuallySchemaValidatorImpl
 
inEntityManager(Consumer<EntityManager>) - Method in class org.hibernate.testing.orm.junit.EntityManagerFactoryBasedFunctionalTest
 
inEntityManager(Consumer<EntityManager>) - Method in interface org.hibernate.testing.orm.junit.EntityManagerFactoryScope
 
INET - Static variable in class org.hibernate.type.SqlTypes
A type code representing the generic SQL type INET for IPv4 or IPv6 addresses.
InetAddressJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for InetAddress handling.
InetAddressJavaType() - Constructor for class org.hibernate.type.descriptor.java.InetAddressJavaType
 
inferInLineViewName() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
inferInLineViewName() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
inferInLineViewName() - Method in interface org.hibernate.boot.model.source.internal.hbm.Helper.InLineViewNameInferrer
 
InferredBasicValueResolution<J,​T> - Class in org.hibernate.boot.model.process.internal
 
InferredBasicValueResolution(JdbcMapping, JavaType<J>, JavaType<T>, JdbcType, BasicType<J>, MutabilityPlan<J>) - Constructor for class org.hibernate.boot.model.process.internal.InferredBasicValueResolution
 
InferredBasicValueResolver - Class in org.hibernate.boot.model.process.internal
BasicValue.Resolution resolver for cases where no explicit type info was supplied.
InferredBasicValueResolver() - Constructor for class org.hibernate.boot.model.process.internal.InferredBasicValueResolver
 
InFlightAccessImpl() - Constructor for class org.hibernate.metamodel.model.domain.AbstractManagedType.InFlightAccessImpl
 
InFlightEntityMappingType - Interface in org.hibernate.metamodel.mapping.internal
 
InFlightMetadataCollector - Interface in org.hibernate.boot.spi
An in-flight representation of Metadata while it is being built.
InFlightMetadataCollector.CollectionTypeRegistrationDescriptor - Class in org.hibernate.boot.spi
 
InFlightMetadataCollector.DelayedPropertyReferenceHandler - Interface in org.hibernate.boot.spi
 
InFlightMetadataCollector.DuplicateSecondaryTableException - Exception in org.hibernate.boot.spi
 
InFlightMetadataCollector.EntityTableXref - Interface in org.hibernate.boot.spi
 
InFlightMetadataCollectorImpl - Class in org.hibernate.boot.internal
The implementation of the in-flight metadata collector contract.
InFlightMetadataCollectorImpl(BootstrapContext, MetadataBuildingOptions) - Constructor for class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
INFORMATION - org.hibernate.spatial.CommonSpatialFunction.Type
Geometry[, Object]* -> Scalar type
InformationExtractor - Interface in org.hibernate.tool.schema.extract.spi
Contract for extracting information about objects in the database schema(s).
InformationExtractorJdbcDatabaseMetaDataImpl - Class in org.hibernate.tool.schema.extract.internal
Implementation of the InformationExtractor contract which uses the standard JDBC DatabaseMetaData API for extraction.
InformationExtractorJdbcDatabaseMetaDataImpl(ExtractionContext) - Constructor for class org.hibernate.tool.schema.extract.internal.InformationExtractorJdbcDatabaseMetaDataImpl
 
informConnectionLocalTransactionForNonJtaDdl(JdbcConnectionAccess) - Method in interface org.hibernate.internal.log.ConnectionAccessLogger
 
infoString(String, Object) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to a particular entity, based on the given entityName and id.
infoString(EntityPersister) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to given entity persister.
infoString(EntityPersister, Object, SessionFactoryImplementor) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to a particular entity.
infoString(EntityPersister, Object, Type, SessionFactoryImplementor) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to a particular entity,.
infoString(EntityPersister, Object[], SessionFactoryImplementor) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to a series of entities.
infoString(String, String, Object) - Static method in class org.hibernate.pretty.MessageHelper
Generate an info message string relating to a given property value for an entity.
InFragment - Class in org.hibernate.sql
A SQL IN expression.
InFragment() - Constructor for class org.hibernate.sql.InFragment
 
inheritable - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintType
 
inheritance - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
inheritance - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
Inheritance - Class in org.hibernate.jpamodelgen.xml.jaxb
 
Inheritance() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.Inheritance
 
InheritanceState - Class in org.hibernate.boot.model.internal
Some extra data to the inheritance position of a class.
InheritanceState(XClass, Map<XClass, InheritanceState>, MetadataBuildingContext) - Constructor for class org.hibernate.boot.model.internal.InheritanceState
 
InheritanceState.ElementsToProcess - Class in org.hibernate.boot.model.internal
 
inheritanceStatePerClass - Variable in class org.hibernate.boot.model.internal.CollectionBinder
 
InheritanceType - Enum in org.hibernate.boot.model.source.spi
The inheritance type for a given entity hierarchy
InheritanceType - Enum in org.hibernate.envers.configuration.internal.metadata
 
InheritanceType - Enum in org.hibernate.jpamodelgen.xml.jaxb
Java class for inheritance-type.
InheritanceTypeMarshalling - Class in org.hibernate.boot.jaxb.mapping.marshall
JAXB marshalling for InheritanceType
InheritanceTypeMarshalling() - Constructor for class org.hibernate.boot.jaxb.mapping.marshall.InheritanceTypeMarshalling
 
init() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
 
init() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaPackage
 
init(ProcessingEnvironment) - Method in class org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor
 
INIT_COLLECTION - Static variable in class org.hibernate.event.spi.EventType
 
INIT_QUEUE_LIST_SIZE - Static variable in class org.hibernate.engine.spi.ExecutableList
 
INIT_SQL - Static variable in class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl
 
initAndGetWhereClause() - Method in class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
 
initcap() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
initCollectionPropertyMap() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
initColumnMappings() - Method in class org.hibernate.metamodel.mapping.internal.AbstractEmbeddableMapping
 
InitCommand - Class in org.hibernate.boot.model.relational
A general SQL command to be used while initializing a schema.
InitCommand(String...) - Constructor for class org.hibernate.boot.model.relational.InitCommand
 
initComponentPropertyPaths(String, CompositeType, String[], String[], String[], String[], Metadata) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
Deprecated.
 
initDefaultProperties() - Method in class org.hibernate.dialect.Dialect
Set appropriate default values for configuration properties.
initDefaultProperties() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
initDefaultProperties() - Method in class org.hibernate.dialect.MySQLDialect
 
initDefaultProperties() - Method in class org.hibernate.dialect.OracleDialect
 
INITIAL_PARAM - Static variable in interface org.hibernate.id.OptimizableGenerator
Indicates the initial value to use.
INITIAL_SIZE - Static variable in class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl
 
InitializationCheckMatcher<T> - Class in org.hibernate.testing.hamcrest
 
InitializationCheckMatcher() - Constructor for class org.hibernate.testing.hamcrest.InitializationCheckMatcher
 
InitializationCheckMatcher(boolean) - Constructor for class org.hibernate.testing.hamcrest.InitializationCheckMatcher
 
initialize() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.AbstractCollectionInitializor
 
initialize() - Method in interface org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.Initializor
 
initialize() - Method in interface org.hibernate.internal.util.ValueHolder.DeferredInitializer
Build the initialization value.
initialize() - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
initialize() - Method in interface org.hibernate.proxy.LazyInitializer
Initialize the proxy, fetching the target entity if necessary.
initialize() - Method in interface org.hibernate.resource.beans.container.spi.ContainedBeanImplementor
Allow the container to force initialize the lifecycle-generated bean
initialize() - Method in class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
initialize(boolean) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
Initialize the collection, if possible, wrapping any exceptions in a runtime exception
initialize(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
initialize(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
initialize(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
initialize(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Initialize the internal value from the given primitive long.
initialize(A, Class<?>) - Method in interface org.hibernate.tuple.AnnotationValueGeneration
Deprecated.
Initializes this generation strategy for the given annotation instance.
initialize(A, Member, GeneratorCreationContext) - Method in interface org.hibernate.generator.AnnotationBasedGenerator
Initializes this generation strategy for the given annotation instance.
initialize(A, Member, GeneratorCreationContext) - Method in interface org.hibernate.tuple.AnnotationValueGeneration
Deprecated.
 
initialize(Object) - Static method in class org.hibernate.Hibernate
Force initialization of a proxy or persistent collection.
initialize(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
initialize(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
Initialize the given collection with the given key
initialize(ResultSet, long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
initialize(ResultSet, long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
initialize(ResultSet, long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
initialize(ResultSet, long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Initialize the internal value from the given result set, using the specified default value if we could not get a value from the result set (aka result was null).
initialize(List<SessionFactoryServiceInitiator<?>>, List<ProvidedService<?>>) - Method in class org.hibernate.service.internal.SessionFactoryServiceRegistryImpl
 
initialize(Map<String, Object>, ClassLoaderService) - Method in class org.hibernate.boot.beanvalidation.BeanValidationEventListener
 
initialize(CreationTimestamp, Class<?>) - Method in class org.hibernate.tuple.CreationTimestampGeneration
Deprecated.
 
initialize(UpdateTimestamp, Class<?>) - Method in class org.hibernate.tuple.UpdateTimestampGeneration
Deprecated.
 
initialize(MetadataBuilder) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
initialize(SqlStringGenerationContext) - Method in interface org.hibernate.id.CompositeNestedGeneratedValueGenerator.GenerationPlan
Initializes this instance, in particular pre-generates SQL as necessary.
initialize(SqlStringGenerationContext) - Method in class org.hibernate.id.CompositeNestedGeneratedValueGenerator
 
initialize(SqlStringGenerationContext) - Method in interface org.hibernate.id.enhanced.DatabaseStructure
Initializes this structure, in particular pre-generates SQL as necessary.
initialize(SqlStringGenerationContext) - Method in class org.hibernate.id.enhanced.SequenceStructure
 
initialize(SqlStringGenerationContext) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
initialize(SqlStringGenerationContext) - Method in class org.hibernate.id.enhanced.TableGenerator
 
initialize(SqlStringGenerationContext) - Method in class org.hibernate.id.enhanced.TableStructure
 
initialize(SqlStringGenerationContext) - Method in interface org.hibernate.id.IdentifierGenerator
Initializes this instance, in particular pre-generates SQL as necessary.
initialize(SqlStringGenerationContext) - Method in class org.hibernate.id.IncrementGenerator
 
initialize(SqlStringGenerationContext) - Method in class org.hibernate.mapping.Component.ValueGenerationPlan
 
initialize(MetadataImplementor, MappingCollector) - Method in interface org.hibernate.envers.boot.internal.EnversService
 
initialize(MetadataImplementor, MappingCollector) - Method in class org.hibernate.envers.boot.internal.EnversServiceImpl
 
initialize(Size) - Method in class org.hibernate.engine.jdbc.Size
 
initializeCollection(int) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.AbstractCollectionInitializor
 
initializeCollection(int) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.ArrayCollectionInitializor
 
initializeCollection(int) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.BasicCollectionInitializor
 
initializeCollection(int) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.ListCollectionInitializor
 
initializeCollection(int) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.MapCollectionInitializor
 
initializeCollection(int) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.SortedMapCollectionInitializor
 
initializeCollection(int) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.SortedSetCollectionInitializor
 
initializeCollection(PersistentCollection<?>, boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
initializeCollection(PersistentCollection<?>, boolean) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Initialize the given collection (if not already initialized).
initializeCollection(PersistentCollection<?>, boolean) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
initializeCollection(PersistentCollection<?>, boolean) - Method in class org.hibernate.internal.SessionImpl
 
initializeCollection(PersistentCollection<?>, boolean) - Method in class org.hibernate.internal.StatelessSessionImpl
 
initializeCollection(AbstractCollectionEvent) - Method in class org.hibernate.envers.event.spi.BaseEnversCollectionEventListener
Forces persistent collection initialization.
InitializeCollectionEvent - Class in org.hibernate.event.spi
An event that occurs when a collection wants to be initialized
InitializeCollectionEvent(PersistentCollection<?>, EventSource) - Constructor for class org.hibernate.event.spi.InitializeCollectionEvent
 
InitializeCollectionEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of collection initialization events generated by a session.
INITIALIZED - org.hibernate.sql.results.graph.entity.internal.EntitySelectFetchInitializer.State
 
INITIALIZED_MATCHER - Static variable in class org.hibernate.testing.hamcrest.InitializationCheckMatcher
 
initializedEntityInstance - Variable in class org.hibernate.sql.results.graph.entity.internal.AbstractBatchEntitySelectFetchInitializer
 
initializeEmptyCollection(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentArrayHolder
 
initializeEmptyCollection(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentBag
 
initializeEmptyCollection(CollectionPersister) - Method in interface org.hibernate.collection.spi.PersistentCollection
 
initializeEmptyCollection(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
initializeEmptyCollection(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentList
 
initializeEmptyCollection(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentMap
 
initializeEmptyCollection(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentSet
 
initializeEnhancedEntityUsedAsProxy(Object, String, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
initializeEnhancedEntityUsedAsProxy(Object, String, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Called from EnhancementAsProxyLazinessInterceptor to trigger load of the entity's non-lazy state as well as the named attribute we are accessing if it is still uninitialized after fetching non-lazy state.
initializeEntities(Object[], Object, Object, LockOptions, Boolean, SharedSessionContractImplementor) - Method in class org.hibernate.loader.ast.internal.AbstractEntityBatchLoader
 
initializeEntities(Object[], Object, Object, LockOptions, Boolean, SharedSessionContractImplementor) - Method in class org.hibernate.loader.ast.internal.EntityBatchLoaderArrayParam
 
initializeEntities(Object[], Object, Object, LockOptions, Boolean, SharedSessionContractImplementor) - Method in class org.hibernate.loader.ast.internal.EntityBatchLoaderInPredicate
 
initializeFromCache(CollectionPersister, Object, Object) - Method in class org.hibernate.collection.spi.PersistentArrayHolder
 
initializeFromCache(CollectionPersister, Object, Object) - Method in class org.hibernate.collection.spi.PersistentBag
 
initializeFromCache(CollectionPersister, Object, Object) - Method in interface org.hibernate.collection.spi.PersistentCollection
Read the state of the collection from a disassembled cached value
initializeFromCache(CollectionPersister, Object, Object) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
initializeFromCache(CollectionPersister, Object, Object) - Method in class org.hibernate.collection.spi.PersistentList
 
initializeFromCache(CollectionPersister, Object, Object) - Method in class org.hibernate.collection.spi.PersistentMap
 
initializeFromCache(CollectionPersister, Object, Object) - Method in class org.hibernate.collection.spi.PersistentSet
 
initializeFunctionRegistry(FunctionContributions) - Method in class org.hibernate.dialect.AbstractHANADialect
 
initializeFunctionRegistry(FunctionContributions) - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
initializeFunctionRegistry(FunctionContributions) - Method in class org.hibernate.dialect.CockroachDialect
 
initializeFunctionRegistry(FunctionContributions) - Method in class org.hibernate.dialect.DB2Dialect
 
initializeFunctionRegistry(FunctionContributions) - Method in class org.hibernate.dialect.DB2iDialect
 
initializeFunctionRegistry(FunctionContributions) - Method in class org.hibernate.dialect.DB2zDialect
 
initializeFunctionRegistry(FunctionContributions) - Method in class org.hibernate.dialect.DerbyDialect
 
initializeFunctionRegistry(FunctionContributions) - Method in class org.hibernate.dialect.Dialect
Initialize the given registry with any dialect-specific functions.
initializeFunctionRegistry(FunctionContributions) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
initializeFunctionRegistry(FunctionContributions) - Method in class org.hibernate.dialect.H2Dialect
 
initializeFunctionRegistry(FunctionContributions) - Method in class org.hibernate.dialect.HANAColumnStoreDialect
 
initializeFunctionRegistry(FunctionContributions) - Method in class org.hibernate.dialect.HSQLDialect
 
initializeFunctionRegistry(FunctionContributions) - Method in class org.hibernate.dialect.MariaDBDialect
 
initializeFunctionRegistry(FunctionContributions) - Method in class org.hibernate.dialect.MySQLDialect
 
initializeFunctionRegistry(FunctionContributions) - Method in class org.hibernate.dialect.OracleDialect
 
initializeFunctionRegistry(FunctionContributions) - Method in class org.hibernate.dialect.PostgresPlusDialect
 
initializeFunctionRegistry(FunctionContributions) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
initializeFunctionRegistry(FunctionContributions) - Method in class org.hibernate.dialect.SpannerDialect
 
initializeFunctionRegistry(FunctionContributions) - Method in class org.hibernate.dialect.SQLServerDialect
 
initializeFunctionRegistry(FunctionContributions) - Method in class org.hibernate.dialect.SybaseDialect
 
initializeImmediately() - Method in class org.hibernate.type.ArrayType
 
initializeImmediately() - Method in class org.hibernate.type.CollectionType
 
initializeInstance(RowProcessingState) - Method in class org.hibernate.sql.results.graph.collection.internal.AbstractImmediateCollectionInitializer
 
initializeInstance(RowProcessingState) - Method in class org.hibernate.sql.results.graph.collection.internal.DelayedCollectionInitializer
 
initializeInstance(RowProcessingState) - Method in class org.hibernate.sql.results.graph.collection.internal.SelectEagerCollectionInitializer
 
initializeInstance(RowProcessingState) - Method in class org.hibernate.sql.results.graph.embeddable.AbstractEmbeddableInitializer
 
initializeInstance(RowProcessingState) - Method in class org.hibernate.sql.results.graph.embeddable.internal.AbstractNonAggregatedIdentifierMappingInitializer
 
initializeInstance(RowProcessingState) - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
initializeInstance(RowProcessingState) - Method in class org.hibernate.sql.results.graph.entity.internal.AbstractBatchEntitySelectFetchInitializer
 
initializeInstance(RowProcessingState) - Method in class org.hibernate.sql.results.graph.entity.internal.EntityDelayedFetchInitializer
 
initializeInstance(RowProcessingState) - Method in class org.hibernate.sql.results.graph.entity.internal.EntitySelectFetchByUniqueKeyInitializer
 
initializeInstance(RowProcessingState) - Method in class org.hibernate.sql.results.graph.entity.internal.EntitySelectFetchInitializer
 
initializeInstance(RowProcessingState) - Method in interface org.hibernate.sql.results.graph.Initializer
Step 3 - Initialize the state of the instance resolved in Initializer.resolveInstance(org.hibernate.sql.results.jdbc.spi.RowProcessingState) from the current row values.
initializeInstance(RowProcessingState) - Method in class org.hibernate.sql.results.internal.InitializersList
 
initializeLazyPropertiesFromCache(String, Object, SharedSessionContractImplementor, EntityEntry, CacheEntry) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
initializeLazyPropertiesFromDatastore(Object, Object, EntityEntry, String, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
initializeLazyProperty(String, Object, EntityEntry, int, Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Called by Hibernate Reactive
initializeLazyProperty(String, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.bytecode.enhance.spi.LazyPropertyInitializer
Initialize the property, and return its new value.
initializeLazyProperty(String, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
initializeNonLazyCollections() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
initializeNonLazyCollections() - Method in interface org.hibernate.engine.spi.PersistenceContext
Force initialization of all non-lazy collections encountered during the current two-phase load (actually, this is a no-op, unless this is the "outermost" load)
initializeNonLazyCollections(Consumer<PersistentCollection<?>>) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
initializer - Variable in class org.hibernate.sql.results.graph.collection.internal.AbstractCollectionAssembler
 
initializer - Variable in class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableAssembler
 
Initializer - Interface in org.hibernate.sql.results.graph
Defines a multi-step process for initializing entity, collection and composite state.
initializerFactory(FetchParentAccess, AssemblerCreationState) - Method in class org.hibernate.sql.results.internal.domain.CircularFetchImpl
 
InitializerProducerBuilder - Class in org.hibernate.collection.spi
 
InitializersList - Class in org.hibernate.sql.results.internal
Internal helper to keep track of the various Initializer instances being used during RowReader processing: different types of initializers need to be invoked in different orders, so rather than having to identify the order of initializers again during the processing of each row we keep separated lists of initializers defined upfront and then reuse these sets for the scope of the whole resultset's processing.
initializeWithoutLoadIfPossible() - Method in class org.hibernate.proxy.AbstractLazyInitializer
Attempt to initialize the proxy without loading anything from the database.
INITIALIZING - org.hibernate.testing.orm.domain.helpdesk.Status
 
Initializor<T> - Interface in org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor
 
initialSize(int) - Method in class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl.PooledConnections.Builder
 
initialValue - Variable in class org.hibernate.boot.jaxb.mapping.JaxbSequenceGenerator
 
initialValue - Variable in class org.hibernate.boot.jaxb.mapping.JaxbTableGenerator
 
initialValue - Variable in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
 
initialValue - Variable in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
 
InitialValueAwareOptimizer - Interface in org.hibernate.id.enhanced
Marker interface for optimizer which wishes to know the user-specified initial value.
initiateService(Map<String, Object>, ServiceRegistryImplementor) - Method in class org.hibernate.boot.cfgxml.internal.CfgXmlAccessServiceInitiator
 
initiateService(Map<String, Object>, ServiceRegistryImplementor) - Method in class org.hibernate.boot.internal.DefaultSessionFactoryBuilderInitiator
 
initiateService(Map<String, Object>, ServiceRegistryImplementor) - Method in interface org.hibernate.boot.registry.StandardServiceInitiator
Initiates the managed service.
initiateService(Map<String, Object>, ServiceRegistryImplementor) - Method in class org.hibernate.bytecode.internal.BytecodeProviderInitiator
 
initiateService(Map<String, Object>, ServiceRegistryImplementor) - Method in class org.hibernate.bytecode.internal.ProxyFactoryFactoryInitiator
 
initiateService(Map<String, Object>, ServiceRegistryImplementor) - Method in class org.hibernate.cache.internal.RegionFactoryInitiator
 
initiateService(Map<String, Object>, ServiceRegistryImplementor) - Method in class org.hibernate.engine.config.internal.ConfigurationServiceInitiator
 
initiateService(Map<String, Object>, ServiceRegistryImplementor) - Method in class org.hibernate.engine.jdbc.batch.internal.BatchBuilderInitiator
 
initiateService(Map<String, Object>, ServiceRegistryImplementor) - Method in class org.hibernate.engine.jdbc.connections.internal.ConnectionProviderInitiator
 
initiateService(Map<String, Object>, ServiceRegistryImplementor) - Method in class org.hibernate.engine.jdbc.connections.internal.MultiTenantConnectionProviderInitiator
 
initiateService(Map<String, Object>, ServiceRegistryImplementor) - Method in class org.hibernate.engine.jdbc.cursor.internal.RefCursorSupportInitiator
 
initiateService(Map<String, Object>, ServiceRegistryImplementor) - Method in class org.hibernate.engine.jdbc.dialect.internal.DialectFactoryInitiator
 
initiateService(Map<String, Object>, ServiceRegistryImplementor) - Method in class org.hibernate.engine.jdbc.dialect.internal.DialectResolverInitiator
 
initiateService(Map<String, Object>, ServiceRegistryImplementor) - Method in class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator
 
initiateService(Map<String, Object>, ServiceRegistryImplementor) - Method in class org.hibernate.engine.jdbc.internal.JdbcServicesInitiator
 
initiateService(Map<String, Object>, ServiceRegistryImplementor) - Method in class org.hibernate.engine.jdbc.internal.SqlStatementLoggerInitiator
 
initiateService(Map<String, Object>, ServiceRegistryImplementor) - Method in class org.hibernate.engine.jdbc.mutation.internal.MutationExecutorServiceInitiator
 
initiateService(Map<String, Object>, ServiceRegistryImplementor) - Method in class org.hibernate.engine.jndi.internal.JndiServiceInitiator
 
initiateService(Map<String, Object>, ServiceRegistryImplementor) - Method in class org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator
 
initiateService(Map<String, Object>, ServiceRegistryImplementor) - Method in class org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformResolverInitiator
 
initiateService(Map<String, Object>, ServiceRegistryImplementor) - Method in class org.hibernate.envers.boot.internal.EnversServiceInitiator
 
initiateService(Map<String, Object>, ServiceRegistryImplementor) - Method in class org.hibernate.event.internal.EntityCopyObserverFactoryInitiator
 
initiateService(Map<String, Object>, ServiceRegistryImplementor) - Method in class org.hibernate.loader.ast.internal.BatchLoaderFactoryInitiator
 
initiateService(Map<String, Object>, ServiceRegistryImplementor) - Method in class org.hibernate.persister.internal.PersisterClassResolverInitiator
 
initiateService(Map<String, Object>, ServiceRegistryImplementor) - Method in class org.hibernate.persister.internal.PersisterFactoryInitiator
 
initiateService(Map<String, Object>, ServiceRegistryImplementor) - Method in class org.hibernate.property.access.internal.PropertyAccessStrategyResolverInitiator
 
initiateService(Map<String, Object>, ServiceRegistryImplementor) - Method in class org.hibernate.query.sqm.mutation.internal.SqmMultiTableMutationStrategyProviderInitiator
 
initiateService(Map<String, Object>, ServiceRegistryImplementor) - Method in class org.hibernate.resource.beans.spi.ManagedBeanRegistryInitiator
 
initiateService(Map<String, Object>, ServiceRegistryImplementor) - Method in class org.hibernate.resource.transaction.internal.TransactionCoordinatorBuilderInitiator
 
initiateService(Map<String, Object>, ServiceRegistryImplementor) - Method in class org.hibernate.service.internal.SessionFactoryServiceRegistryFactoryInitiator
 
initiateService(Map<String, Object>, ServiceRegistryImplementor) - Method in class org.hibernate.sql.ast.internal.ParameterMarkerStrategyInitiator
 
initiateService(Map<String, Object>, ServiceRegistryImplementor) - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesMappingProducerProviderInitiator
 
initiateService(Map<String, Object>, ServiceRegistryImplementor) - Method in class org.hibernate.tool.schema.internal.SchemaManagementToolInitiator
 
initiateService(Map<String, Object>, ServiceRegistryImplementor) - Method in class org.hibernate.tool.schema.internal.script.SqlScriptExtractorInitiator
 
initiateService(Map, ServiceRegistryImplementor) - Method in class org.hibernate.id.factory.internal.StandardIdentifierGeneratorFactoryInitiator
 
initiateService(ServiceInitiator<R>) - Method in class org.hibernate.boot.registry.internal.BootstrapServiceRegistryImpl
 
initiateService(ServiceInitiator<R>) - Method in class org.hibernate.boot.registry.internal.StandardServiceRegistryImpl
 
initiateService(ServiceInitiator<R>) - Method in class org.hibernate.service.internal.SessionFactoryServiceRegistryImpl
 
initiateService(ServiceInitiator<R>) - Method in interface org.hibernate.service.spi.ServiceBinding.ServiceLifecycleOwner
 
initiateService(SessionFactoryServiceInitiatorContext) - Method in class org.hibernate.engine.query.spi.NativeQueryInterpreterInitiator
 
initiateService(SessionFactoryServiceInitiatorContext) - Method in class org.hibernate.engine.spi.CacheInitiator
 
initiateService(SessionFactoryServiceInitiatorContext) - Method in interface org.hibernate.service.spi.SessionFactoryServiceInitiator
Initiates the managed service.
initiateService(SessionFactoryServiceInitiatorContext) - Method in class org.hibernate.stat.internal.StatisticsInitiator
 
initiators() - Method in annotation type org.hibernate.testing.orm.junit.ServiceRegistry
 
initIdentifierPropertyPaths(String, EntityType, String[], String[], String[], String[], Metadata) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
Deprecated.
 
initIdentifierPropertyPaths(String, EntityType, String[], String[], String[], Metadata) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
Deprecated.
 
initMappingColumn(String, String, Long, Integer, Integer, Integer, boolean, String, boolean, boolean) - Method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
initPropertyPaths(String, Type, String[], String[], String[], String[], Metadata) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
Deprecated.
 
initPropertyPaths(Metadata) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
initSessionFactory(SessionFactoryImplementor) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
initSessionFactory(SessionFactoryImplementor) - Method in class org.hibernate.boot.internal.MetadataImpl
 
initSessionFactory(SessionFactoryImplementor) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
initSessionFactory(SessionFactoryImplementor) - Method in interface org.hibernate.boot.spi.MetadataImplementor
 
initSubclassPropertyAliasesMap(PersistentClass) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Deprecated.
Hibernate no longer uses aliases to read from result sets
injectAttributeMapping(PluralAttributeMapping) - Method in interface org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl.Aware
Injects the created attribute mapping
injectAttributeMapping(PluralAttributeMapping) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
Allows injection of the corresponding plural-attribute mapping.
injectCallbackRegistry(CallbackRegistry) - Method in class org.hibernate.event.internal.AbstractSaveEventListener
 
injectCallbackRegistry(CallbackRegistry) - Method in class org.hibernate.event.internal.DefaultDeleteEventListener
 
injectCallbackRegistry(CallbackRegistry) - Method in class org.hibernate.event.internal.DefaultFlushEntityEventListener
 
injectCallbackRegistry(CallbackRegistry) - Method in class org.hibernate.event.internal.DefaultPostLoadEventListener
 
injectCallbackRegistry(CallbackRegistry) - Method in class org.hibernate.event.internal.PostDeleteEventListenerStandardImpl
 
injectCallbackRegistry(CallbackRegistry) - Method in class org.hibernate.event.internal.PostInsertEventListenerStandardImpl
 
injectCallbackRegistry(CallbackRegistry) - Method in class org.hibernate.event.internal.PostUpdateEventListenerStandardImpl
 
injectCallbackRegistry(CallbackRegistry) - Method in interface org.hibernate.jpa.event.spi.CallbackRegistryConsumer
Injection of the CallbackRegistry
injectDependencies(ServiceBinding<R>) - Method in class org.hibernate.boot.registry.internal.BootstrapServiceRegistryImpl
 
injectDependencies(ServiceBinding<R>) - Method in class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
injectDependencies(ServiceBinding<R>) - Method in interface org.hibernate.service.spi.ServiceBinding.ServiceLifecycleOwner
 
injectEnhancedEntityAsProxyInterceptor(Object, EntityKey, SharedSessionContractImplementor) - Method in class org.hibernate.bytecode.internal.BytecodeEnhancementMetadataNonPojoImpl
 
injectEnhancedEntityAsProxyInterceptor(Object, EntityKey, SharedSessionContractImplementor) - Method in class org.hibernate.bytecode.internal.BytecodeEnhancementMetadataPojoImpl
 
injectEnhancedEntityAsProxyInterceptor(Object, EntityKey, SharedSessionContractImplementor) - Method in interface org.hibernate.bytecode.spi.BytecodeEnhancementMetadata
 
injectEntityManagerFactoryScope(EntityManagerFactoryScope) - Method in class org.hibernate.testing.orm.junit.EntityManagerFactoryBasedFunctionalTest
 
injectEntityManagerFactoryScope(EntityManagerFactoryScope) - Method in interface org.hibernate.testing.orm.junit.EntityManagerFactoryScopeContainer
Callback to inject the EntityManagerFactoryScope into the container.
injectHierarchy(EntityHierarchySourceImpl) - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
injectInitialValue(long) - Method in interface org.hibernate.id.enhanced.InitialValueAwareOptimizer
Reports the user specified initial value to the optimizer.
injectInitialValue(long) - Method in class org.hibernate.id.enhanced.PooledOptimizer
 
injectInterceptor(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.bytecode.internal.BytecodeEnhancementMetadataNonPojoImpl
 
injectInterceptor(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.bytecode.internal.BytecodeEnhancementMetadataPojoImpl
 
injectInterceptor(Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.bytecode.spi.BytecodeEnhancementMetadata
Build and inject an interceptor instance into the enhanced entity.
injectInterceptor(Object, PersistentAttributeInterceptor, SharedSessionContractImplementor) - Method in class org.hibernate.bytecode.internal.BytecodeEnhancementMetadataNonPojoImpl
 
injectInterceptor(Object, PersistentAttributeInterceptor, SharedSessionContractImplementor) - Method in class org.hibernate.bytecode.internal.BytecodeEnhancementMetadataPojoImpl
 
injectInterceptor(Object, PersistentAttributeInterceptor, SharedSessionContractImplementor) - Method in interface org.hibernate.bytecode.spi.BytecodeEnhancementMetadata
 
INJECTION_DATA - Static variable in class org.hibernate.engine.jdbc.connections.internal.ConnectionProviderInitiator
No idea.
injectLoadedState(PluralAttributeMapping, List) - Method in class org.hibernate.collection.spi.PersistentArrayHolder
 
injectLoadedState(PluralAttributeMapping, List<?>) - Method in class org.hibernate.collection.spi.PersistentBag
 
injectLoadedState(PluralAttributeMapping, List<?>) - Method in interface org.hibernate.collection.spi.PersistentCollection
Inject the state loaded for a collection instance.
injectLoadedState(PluralAttributeMapping, List<?>) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
injectLoadedState(PluralAttributeMapping, List<?>) - Method in class org.hibernate.collection.spi.PersistentList
 
injectLoadedState(PluralAttributeMapping, List<?>) - Method in class org.hibernate.collection.spi.PersistentMap
 
injectLoadedState(PluralAttributeMapping, List<?>) - Method in class org.hibernate.collection.spi.PersistentSet
 
injectMappingModelPart(EmbeddableValuedModelPart, MappingModelCreationProcess) - Method in class org.hibernate.type.ComponentType
 
injectMappingModelPart(EmbeddableValuedModelPart, MappingModelCreationProcess) - Method in interface org.hibernate.type.spi.CompositeTypeImplementor
 
injectParameters(Object, Supplier<Properties>) - Static method in class org.hibernate.mapping.MappingHelper
 
injectParameters(Object, Properties) - Static method in class org.hibernate.mapping.MappingHelper
 
InjectService - Annotation Type in org.hibernate.service.spi
Annotation to allow services to request injection of other services.
injectServiceRegistryScope(ServiceRegistryScope) - Method in class org.hibernate.testing.orm.junit.BaseSessionFactoryFunctionalTest
 
injectServiceRegistryScope(ServiceRegistryScope) - Method in interface org.hibernate.testing.orm.junit.ServiceRegistryScopeAware
 
injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.c3p0.internal.C3P0ConnectionProvider
 
injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.engine.config.internal.ConfigurationServiceImpl
 
injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl
 
injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.engine.jdbc.connections.spi.DataSourceBasedMultiTenantConnectionProviderImpl
 
injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.engine.jdbc.dialect.internal.DialectFactoryImpl
 
injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.engine.jdbc.internal.JdbcServicesImpl
 
injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
 
injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.persister.internal.PersisterFactoryImpl
 
injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.proxool.internal.ProxoolConnectionProvider
 
injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorBuilderImpl
 
injectServices(ServiceRegistryImplementor) - Method in interface org.hibernate.service.spi.ServiceRegistryAwareService
Callback to inject the registry.
injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
 
injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.testing.jdbc.ConnectionProviderDelegate
 
injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl
 
injectServices(ServiceRegistryImplementor) - Method in class org.hibernate.tool.schema.internal.HibernateSchemaManagementTool
 
injectSessionFactoryScope(SessionFactoryScope) - Method in class org.hibernate.testing.orm.junit.BaseSessionFactoryFunctionalTest
 
injectSessionFactoryScope(SessionFactoryScope) - Method in interface org.hibernate.testing.orm.junit.SessionFactoryScopeAware
Callback to inject the SessionFactoryScope into the container
injectTempClassLoader(ClassLoader) - Method in class org.hibernate.boot.internal.ClassLoaderAccessImpl
 
injectTestModelScope(DomainModelScope) - Method in class org.hibernate.testing.orm.junit.BaseSessionFactoryFunctionalTest
 
injectTestModelScope(DomainModelScope) - Method in interface org.hibernate.testing.orm.junit.DomainModelScopeAware
 
INLINE - org.hibernate.query.criteria.ValueHandlingMode
 
INLINE_ALL_PARAMETERS - org.hibernate.sql.ast.SqlAstNodeRenderingMode
Render all nested parameters as literals.
INLINE_PARAMETERS - org.hibernate.sql.ast.SqlAstNodeRenderingMode
Render parameters as literals.
inlineCteTableGroup(TableGroup, LockMode) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
InlineDeleteHandler - Class in org.hibernate.query.sqm.mutation.internal.inline
DeleteHandler for the in-line strategy
InlineDeleteHandler(MatchingIdRestrictionProducer, SqmDeleteStatement<?>, DomainParameterXref, DomainQueryExecutionContext) - Constructor for class org.hibernate.query.sqm.mutation.internal.inline.InlineDeleteHandler
 
InlineDirtyCheckerEqualsHelper - Class in org.hibernate.bytecode.enhance.internal.bytebuddy
 
InlineDirtyCheckerEqualsHelper() - Constructor for class org.hibernate.bytecode.enhance.internal.bytebuddy.InlineDirtyCheckerEqualsHelper
 
inlineDirtyChecking() - Method in annotation type org.hibernate.testing.bytecode.enhancement.EnhancementOptions
 
inlineLiteral(String) - Method in class org.hibernate.dialect.Dialect
Deprecated, for removal: This API element is subject to removal in a future version.
This is no longer called
inlineLiteral(String) - Method in class org.hibernate.dialect.DialectDelegateWrapper
Deprecated, for removal: This API element is subject to removal in a future version.
InlineMutationStrategy - Class in org.hibernate.query.sqm.mutation.internal.inline
Support for multi-table SQM mutation operations which select the matching id values from the database back into the VM and uses that list of values to produce a restriction for the mutations.
InlineMutationStrategy(Function<SqmDeleteOrUpdateStatement<?>, MatchingIdRestrictionProducer>) - Constructor for class org.hibernate.query.sqm.mutation.internal.inline.InlineMutationStrategy
 
InlineMutationStrategy(Dialect) - Constructor for class org.hibernate.query.sqm.mutation.internal.inline.InlineMutationStrategy
 
InlineUpdateHandler - Class in org.hibernate.query.sqm.mutation.internal.inline
 
InlineUpdateHandler(MatchingIdRestrictionProducer, SqmUpdateStatement<?>, DomainParameterXref, DomainQueryExecutionContext) - Constructor for class org.hibernate.query.sqm.mutation.internal.inline.InlineUpdateHandler
 
InLineViewSource - Interface in org.hibernate.boot.model.source.spi
Describes in-line view source information.
InLineViewSourceImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
InLineViewSourceImpl(MappingDocument, String, String, String, String, String) - Constructor for class org.hibernate.boot.model.source.internal.hbm.InLineViewSourceImpl
 
inList() - Method in class org.hibernate.grammars.hql.HqlParser
 
inList() - Method in class org.hibernate.grammars.hql.HqlParser.InPredicateContext
 
InListContext() - Constructor for class org.hibernate.grammars.hql.HqlParser.InListContext
 
InListContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.InListContext
 
InListPredicate - Class in org.hibernate.sql.ast.tree.predicate
 
InListPredicate(Expression) - Constructor for class org.hibernate.sql.ast.tree.predicate.InListPredicate
 
InListPredicate(Expression, boolean, JdbcMappingContainer) - Constructor for class org.hibernate.sql.ast.tree.predicate.InListPredicate
 
InListPredicate(Expression, List<Expression>) - Constructor for class org.hibernate.sql.ast.tree.predicate.InListPredicate
 
InListPredicate(Expression, List<Expression>, boolean, JdbcMappingContainer) - Constructor for class org.hibernate.sql.ast.tree.predicate.InListPredicate
 
InListPredicate(Expression, Expression...) - Constructor for class org.hibernate.sql.ast.tree.predicate.InListPredicate
 
INNER - org.hibernate.query.sqm.tree.SqmJoinType
Represents an inner join.
INNER - org.hibernate.sql.ast.SqlAstJoinType
Represents an inner join.
INNER - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
INNER - Static variable in class org.hibernate.grammars.hql.HqlParser
 
INNER() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
INNER() - Method in class org.hibernate.grammars.hql.HqlParser.JoinTypeContext
 
InnoDBStorageEngine - Class in org.hibernate.dialect
Represents the InnoDB storage engine.
InnoDBStorageEngine() - Constructor for class org.hibernate.dialect.InnoDBStorageEngine
 
INOUT - org.hibernate.jpamodelgen.xml.jaxb.ParameterMode
 
inOverOrWithinGroupClause() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
InPredicateContext(HqlParser.PredicateContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.InPredicateContext
 
InPredicateRestrictionProducer - Class in org.hibernate.query.sqm.mutation.internal.inline
MatchingIdRestrictionProducer producing a restriction based on an in-values-list predicate.
InPredicateRestrictionProducer() - Constructor for class org.hibernate.query.sqm.mutation.internal.inline.InPredicateRestrictionProducer
 
INPUT_STREAM - org.hibernate.boot.jaxb.SourceType
 
InputStreamAccess - Interface in org.hibernate.boot.archive.spi
Contract for building InputStreams, especially in on-demand situations
InputStreamAccessXmlSource - Class in org.hibernate.boot.jaxb.internal
 
InputStreamAccessXmlSource(Origin, InputStreamAccess) - Constructor for class org.hibernate.boot.jaxb.internal.InputStreamAccessXmlSource
 
InputStreamXmlSource - Class in org.hibernate.boot.jaxb.internal
 
InputStreamXmlSource(Origin, InputStream, boolean) - Constructor for class org.hibernate.boot.jaxb.internal.InputStreamXmlSource
 
insert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
 
insert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
insert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
 
insert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
 
insert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
 
insert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
insert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
 
insert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmVersionAttributeType
 
insert() - Method in annotation type org.hibernate.annotations.DiscriminatorOptions
Should be false if a discriminator column is also part of a mapped composite identifier, and should not be duplicated in SQL INSERT statements.
insert() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
insert(Object) - Method in class org.hibernate.internal.StatelessSessionImpl
 
insert(Object) - Method in interface org.hibernate.StatelessSession
Insert a row.
insert(Object[], Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
insert(Object[], Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Persist an instance, using a natively generated identifier (optional operation)
insert(Object, Object[], Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
insert(Object, Object[], Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Persist an instance
insert(String, Object) - Method in class org.hibernate.internal.StatelessSessionImpl
 
insert(String, Object) - Method in interface org.hibernate.StatelessSession
Insert a row.
insert(String, String) - Method in class org.hibernate.dialect.pagination.AbstractNoOffsetLimitHandler
 
insert(String, String) - Method in class org.hibernate.dialect.pagination.AbstractSimpleLimitHandler
 
insert(String, String) - Method in class org.hibernate.dialect.pagination.FetchLimitHandler
 
insert(String, String) - Method in class org.hibernate.dialect.pagination.LegacyHSQLLimitHandler
 
insert(String, String) - Method in class org.hibernate.dialect.pagination.TopLimitHandler
 
insert(SharedSessionContractImplementor, Object, Object) - Method in interface org.hibernate.cache.spi.access.NaturalIdDataAccess
Called afterQuery an item has been inserted (beforeQuery the transaction completes), instead of calling evict().
insert(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.AbstractNaturalIdDataAccess
 
insert(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.NaturalIdNonStrictReadWriteAccess
 
insert(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.NaturalIdReadWriteAccess
 
insert(SharedSessionContractImplementor, Object, Object, Object) - Method in interface org.hibernate.cache.spi.access.EntityDataAccess
Called afterQuery an item has been inserted (beforeQuery the transaction completes), instead of calling evict().
insert(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.EntityNonStrictReadWriteAccess
 
insert(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.EntityReadOnlyAccess
 
insert(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.EntityReadWriteAccess
 
insert(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.EntityTransactionalAccess
 
Insert - Class in org.hibernate.sql
A SQL INSERT statement.
Insert(Dialect, ParameterMarkerStrategy) - Constructor for class org.hibernate.sql.Insert
 
Insert(SessionFactoryImplementor) - Constructor for class org.hibernate.sql.Insert
 
INSERT - org.hibernate.annotations.GenerationTime
Deprecated.
Indicates that a new value is generated on insert.
INSERT - org.hibernate.boot.beanvalidation.GroupsPerOperation.Operation
 
INSERT - org.hibernate.engine.spi.CachedNaturalIdValueSource
 
INSERT - org.hibernate.generator.EventType
An event that occurs when any insert statements needed to persist a new entity instance are executed.
INSERT - org.hibernate.sql.ast.Clause
The insert clause
INSERT - org.hibernate.sql.model.MutationType
 
INSERT - org.hibernate.tuple.GenerationTiming
Deprecated.
Value generation that occurs when a row is inserted in the database.
INSERT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
INSERT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
INSERT - Static variable in class org.hibernate.mapping.PropertyGeneration
Deprecated.
Values for this property are generated by the database on insert.
INSERT() - Method in class org.hibernate.grammars.hql.HqlParser.InsertStatementContext
 
INSERT() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
INSERT_AND_UPDATE - Static variable in class org.hibernate.generator.EventTypeSets
 
INSERT_ONLY - Static variable in class org.hibernate.generator.EventTypeSets
 
insert_overlay() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Postgres
insertable - Variable in class org.hibernate.boot.jaxb.mapping.JaxbColumn
 
insertable - Variable in class org.hibernate.boot.jaxb.mapping.JaxbJoinColumn
 
insertable - Variable in class org.hibernate.boot.jaxb.mapping.JaxbMapKeyColumn
 
insertable - Variable in class org.hibernate.boot.jaxb.mapping.JaxbMapKeyJoinColumn
 
insertable - Variable in class org.hibernate.boot.jaxb.mapping.JaxbOrderColumn
 
insertable - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Column
 
insertable - Variable in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
 
insertable - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
 
insertable - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
 
insertable - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OrderColumn
 
insertable() - Method in annotation type org.hibernate.annotations.TimeZoneColumn
(Optional) Whether the column is included in SQL INSERT statements generated by the persistence provider.
insertable() - Method in class org.hibernate.boot.model.internal.MapKeyColumnDelegator
 
insertable() - Method in class org.hibernate.boot.model.internal.MapKeyJoinColumnDelegator
 
insertAfterDistinct(String, String) - Static method in class org.hibernate.dialect.pagination.AbstractLimitHandler
Insert a fragment of SQL right after SELECT, SELECT DISTINCT, or SELECT ALL.
insertAfterSelect(String, String) - Static method in class org.hibernate.dialect.pagination.AbstractLimitHandler
Insert a fragment of SQL right after SELECT, but before DISTINCT or ALL.
insertAtEnd(String, String) - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
Insert a fragment of SQL right at the very end of the query.
insertBeforeForUpdate(String, String) - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
Insert a fragment of SQL right before the FOR UPDATEish clauses at the end of the query.
insertCallable - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
Deprecated.
InsertCoordinator - Class in org.hibernate.persister.entity.mutation
Coordinates the insertion of an entity.
InsertCoordinator(AbstractEntityPersister, SessionFactoryImplementor) - Constructor for class org.hibernate.persister.entity.mutation.InsertCoordinator
 
InsertCoordinator.InsertValuesAnalysis - Class in org.hibernate.persister.entity.mutation
 
insertEntity(String) - Method in class org.hibernate.stat.internal.StatisticsImpl
 
insertEntity(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about an entity being inserted
InsertExecutionDelegate - Class in org.hibernate.query.sqm.mutation.internal.temptable
 
InsertExecutionDelegate(SqmInsertStatement<?>, MultiTableSqmMutationConverter, TemporaryTable, AfterUseAction, Function<SharedSessionContractImplementor, String>, DomainParameterXref, TableGroup, Map<String, TableReference>, List<Assignment>, InsertSelectStatement, Map<SqmParameter<?>, List<List<JdbcParameter>>>, JdbcParameter, Map<SqmParameter<?>, MappingModelExpressible<?>>, DomainQueryExecutionContext) - Constructor for class org.hibernate.query.sqm.mutation.internal.temptable.InsertExecutionDelegate
 
insertExpectations - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
Deprecated.
InsertGeneratedIdentifierDelegate - Interface in org.hibernate.id.insert
Each implementation defines a strategy for retrieving a primary key generated by the database from the database after execution of an insert statement.
InsertHandler - Interface in org.hibernate.query.sqm.mutation.internal
Handler for dealing with multi-table SQM INSERT queries.
InsertReturningDelegate - Class in org.hibernate.id.insert
Delegate for dealing with IDENTITY columns where the dialect supports returning the generated IDENTITY value directly from the insert statement.
InsertReturningDelegate(PostInsertIdentityPersister, Dialect) - Constructor for class org.hibernate.id.insert.InsertReturningDelegate
 
insertRows(PersistentCollection<?>, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
insertRows(PersistentCollection<?>, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
Insert the persistent state of any new collection elements
insertRows(PersistentCollection<?>, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
insertRows(PersistentCollection<?>, Object, InsertRowsCoordinator.EntryFilter, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.mutation.InsertRowsCoordinator
Perform the creation.
insertRows(PersistentCollection<?>, Object, InsertRowsCoordinator.EntryFilter, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.mutation.InsertRowsCoordinatorNoOp
 
insertRows(PersistentCollection<?>, Object, InsertRowsCoordinator.EntryFilter, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.mutation.InsertRowsCoordinatorStandard
 
insertRows(PersistentCollection<?>, Object, InsertRowsCoordinator.EntryFilter, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.mutation.InsertRowsCoordinatorTablePerSubclass
 
InsertRowsCoordinator - Interface in org.hibernate.persister.collection.mutation
Coordinates the logical insertion of collection entries which are not yet persistent.
InsertRowsCoordinator.EntryFilter - Interface in org.hibernate.persister.collection.mutation
InsertRowsCoordinatorNoOp - Class in org.hibernate.persister.collection.mutation
 
InsertRowsCoordinatorNoOp(CollectionMutationTarget) - Constructor for class org.hibernate.persister.collection.mutation.InsertRowsCoordinatorNoOp
 
InsertRowsCoordinatorStandard - Class in org.hibernate.persister.collection.mutation
 
InsertRowsCoordinatorStandard(CollectionMutationTarget, RowMutationOperations, ServiceRegistry) - Constructor for class org.hibernate.persister.collection.mutation.InsertRowsCoordinatorStandard
 
InsertRowsCoordinatorTablePerSubclass - Class in org.hibernate.persister.collection.mutation
OneToMany insert coordinator if the element is a UnionSubclassEntityPersister.
InsertRowsCoordinatorTablePerSubclass(OneToManyPersister, RowMutationOperations, ServiceRegistry) - Constructor for class org.hibernate.persister.collection.mutation.InsertRowsCoordinatorTablePerSubclass
 
InsertSelectIdentityInsert - Class in org.hibernate.id.insert
Specialized IdentifierGeneratingInsert which appends the database specific clause which signifies to return generated IDENTITY values to the end of the insert statement.
InsertSelectIdentityInsert(SessionFactoryImplementor) - Constructor for class org.hibernate.id.insert.InsertSelectIdentityInsert
 
InsertSelectStatement - Class in org.hibernate.sql.ast.tree.insert
todo (6.2) - Would much prefer to split insert-values and insert-select into individual contracts - something like `InsertStatement` and `InsertSelectStatement` e.g.
InsertSelectStatement(CteContainer, NamedTableReference, List<ColumnReference>) - Constructor for class org.hibernate.sql.ast.tree.insert.InsertSelectStatement
 
InsertSelectStatement(NamedTableReference) - Constructor for class org.hibernate.sql.ast.tree.insert.InsertSelectStatement
 
InsertSelectStatement(NamedTableReference, List<ColumnReference>) - Constructor for class org.hibernate.sql.ast.tree.insert.InsertSelectStatement
 
insertStatement() - Method in class org.hibernate.grammars.hql.HqlParser
 
insertStatement() - Method in class org.hibernate.grammars.hql.HqlParser.StatementContext
 
InsertStatement - Interface in org.hibernate.sql.ast.tree.insert
Specialization of MutationStatement for inserts
InsertStatementContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.InsertStatementContext
 
InsertSubstringOverlayEmulation - Class in org.hibernate.dialect.function
Emulates the ANSI SQL-standard overlay() function using insert() substring(), and concat().
InsertSubstringOverlayEmulation(TypeConfiguration, boolean) - Constructor for class org.hibernate.dialect.function.InsertSubstringOverlayEmulation
 
InsertValuesAnalysis(EntityMutationTarget, Object[]) - Constructor for class org.hibernate.persister.entity.mutation.InsertCoordinator.InsertValuesAnalysis
 
inSession(Consumer<SessionImplementor>) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
inSession(Consumer<SessionImplementor>) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
inSession(Consumer<SessionImplementor>) - Method in class org.hibernate.testing.orm.junit.BaseSessionFactoryFunctionalTest
 
inSession(Consumer<SessionImplementor>) - Method in interface org.hibernate.testing.orm.junit.SessionFactoryScope
 
inSession(Consumer<Session>) - Method in interface org.hibernate.SessionFactory
Open a Session and use it to perform an action.
inSession(SessionFactoryImplementor, Consumer<SessionImplementor>) - Static method in class org.hibernate.testing.transaction.TransactionUtil2
 
inSessionReturn(SessionFactoryImplementor, Function<SessionImplementor, R>) - Static method in class org.hibernate.testing.transaction.TransactionUtil2
 
inspect(String) - Method in class org.hibernate.resource.jdbc.internal.EmptyStatementInspector
 
inspect(String) - Method in interface org.hibernate.resource.jdbc.spi.StatementInspector
Inspect the given SQL command, possibly returning a different SQL command to be used instead.
inspect(String) - Method in class org.hibernate.testing.jdbc.SQLStatementInspector
 
instance() - Static method in class org.hibernate.internal.util.compare.ComparableComparator
 
instance() - Static method in class org.hibernate.sql.results.internal.RowTransformerArrayImpl
 
instance() - Static method in class org.hibernate.sql.results.internal.RowTransformerDatabaseSnapshotImpl
 
instance() - Static method in class org.hibernate.sql.results.internal.RowTransformerListImpl
 
instance() - Static method in class org.hibernate.sql.results.internal.RowTransformerSingularReturnImpl
 
instance() - Static method in class org.hibernate.sql.results.internal.RowTransformerStandardImpl
 
instance() - Static method in class org.hibernate.sql.results.spi.ScrollableResultsConsumer
 
instance() - Static method in class org.hibernate.type.descriptor.java.Immutability
 
instance() - Static method in class org.hibernate.type.descriptor.java.ImmutableMutabilityPlan
 
instance(ListResultsConsumer.UniqueSemantic) - Static method in class org.hibernate.sql.results.spi.ListResultsConsumer
 
INSTANCE - Static variable in class org.hibernate.boot.archive.internal.StandardArchiveDescriptorFactory
Singleton access
INSTANCE - Static variable in class org.hibernate.boot.archive.scan.internal.StandardScanParameters
Singleton access
INSTANCE - Static variable in class org.hibernate.boot.beanvalidation.DuplicationStrategyImpl
 
INSTANCE - Static variable in class org.hibernate.boot.cfgxml.internal.CfgXmlAccessServiceInitiator
Singleton access
INSTANCE - Static variable in class org.hibernate.boot.internal.DefaultCustomEntityDirtinessStrategy
 
INSTANCE - Static variable in class org.hibernate.boot.internal.DefaultSessionFactoryBuilderInitiator
 
INSTANCE - Static variable in class org.hibernate.boot.internal.DefaultSessionFactoryBuilderService
 
INSTANCE - Static variable in class org.hibernate.boot.internal.SimpleResourceLocator
Singleton access
INSTANCE - Static variable in class org.hibernate.boot.internal.StandardEntityNotFoundDelegate
Singleton access
INSTANCE - Static variable in class org.hibernate.boot.jaxb.hbm.transform.ColumnDefaultsBasicImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.boot.model.convert.internal.AutoApplicableConverterDescriptorBypassedImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.boot.model.internal.PersistentAttributeFilter
Singleton access
INSTANCE - Static variable in class org.hibernate.boot.model.naming.ImplicitNamingStrategyComponentPathImpl
 
INSTANCE - Static variable in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
INSTANCE - Static variable in class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyHbmImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyJpaImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.boot.model.naming.NamingHelper
Singleton access
INSTANCE - Static variable in class org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.boot.model.process.internal.ScanningCoordinator
Singleton access
INSTANCE - Static variable in class org.hibernate.boot.model.relational.ColumnOrderingStrategyLegacy
 
INSTANCE - Static variable in class org.hibernate.boot.model.relational.ColumnOrderingStrategyStandard
 
INSTANCE - Static variable in class org.hibernate.boot.model.relational.QualifiedNameParser
Singleton access
INSTANCE - Static variable in class org.hibernate.boot.xsd.MappingXsdSupport
Singleton access
INSTANCE - Static variable in class org.hibernate.bytecode.enhance.internal.tracker.NoopCollectionTracker
 
INSTANCE - Static variable in class org.hibernate.bytecode.internal.BytecodeProviderInitiator
Singleton access
INSTANCE - Static variable in class org.hibernate.bytecode.internal.ProxyFactoryFactoryInitiator
Singleton access
INSTANCE - Static variable in class org.hibernate.cache.internal.DefaultCacheKeysFactory
 
INSTANCE - Static variable in class org.hibernate.cache.internal.NoCachingRegionFactory
Singleton access
INSTANCE - Static variable in class org.hibernate.cache.internal.NoCachingTransactionSynchronizationImpl
 
INSTANCE - Static variable in class org.hibernate.cache.internal.RegionFactoryInitiator
Singleton access
INSTANCE - Static variable in class org.hibernate.cache.internal.SimpleCacheKeysFactory
 
INSTANCE - Static variable in class org.hibernate.cache.internal.StandardTimestampsCacheFactory
Singleton access
INSTANCE - Static variable in class org.hibernate.cache.spi.entry.StructuredCollectionCacheEntry
Access to the singleton reference.
INSTANCE - Static variable in class org.hibernate.cache.spi.entry.StructuredMapCacheEntry
Access to the singleton reference
INSTANCE - Static variable in class org.hibernate.cache.spi.entry.UnstructuredCacheEntry
Access to the singleton instance.
INSTANCE - Static variable in class org.hibernate.cache.spi.QuerySpacesHelper
Deprecated.
Singleton access
INSTANCE - Static variable in class org.hibernate.cache.spi.support.RegionNameQualifier
Singleton access
INSTANCE - Static variable in class org.hibernate.cfg.DefaultComponentSafeNamingStrategy
Deprecated.
 
INSTANCE - Static variable in class org.hibernate.cfg.DefaultNamingStrategy
Deprecated.
The singleton instance
INSTANCE - Static variable in class org.hibernate.cfg.ImprovedNamingStrategy
Deprecated.
A convenient singleton instance
INSTANCE - Static variable in class org.hibernate.cfg.PersistenceStandardNamingStrategy
Deprecated.
 
INSTANCE - Static variable in class org.hibernate.collection.internal.StandardArraySemantics
Singleton access
INSTANCE - Static variable in class org.hibernate.collection.internal.StandardBagSemantics
Singleton access
INSTANCE - Static variable in class org.hibernate.collection.internal.StandardCollectionSemanticsResolver
Singleton access
INSTANCE - Static variable in class org.hibernate.collection.internal.StandardIdentifierBagSemantics
Singleton access
INSTANCE - Static variable in class org.hibernate.collection.internal.StandardListSemantics
Singleton access
INSTANCE - Static variable in class org.hibernate.collection.internal.StandardMapSemantics
Singleton access
INSTANCE - Static variable in class org.hibernate.collection.internal.StandardOrderedMapSemantics
Singleton access
INSTANCE - Static variable in class org.hibernate.collection.internal.StandardOrderedSetSemantics
Singleton access
INSTANCE - Static variable in class org.hibernate.collection.internal.StandardSetSemantics
Singleton access
INSTANCE - Static variable in class org.hibernate.collection.internal.StandardSortedMapSemantics
Singleton access
INSTANCE - Static variable in class org.hibernate.collection.internal.StandardSortedSetSemantics
Singleton access
INSTANCE - Static variable in class org.hibernate.dialect.aggregate.AggregateSupportImpl
 
INSTANCE - Static variable in class org.hibernate.dialect.aggregate.DB2AggregateSupport
 
INSTANCE - Static variable in class org.hibernate.dialect.DB2StructJdbcType
 
INSTANCE - Static variable in class org.hibernate.dialect.function.array.ArrayContainsArgumentTypeResolver
 
INSTANCE - Static variable in class org.hibernate.dialect.function.array.ArrayContainsArgumentValidator
 
INSTANCE - Static variable in class org.hibernate.dialect.function.array.ArraysOfSameTypeArgumentValidator
 
INSTANCE - Static variable in class org.hibernate.dialect.function.array.JsonArrayViaElementArgumentReturnTypeResolver
 
INSTANCE - Static variable in class org.hibernate.dialect.function.AvgFunction.Validator
 
INSTANCE - Static variable in class org.hibernate.dialect.H2Dialect.OrdinalParameterMarkerStrategy
Singleton access
INSTANCE - Static variable in class org.hibernate.dialect.H2DurationIntervalSecondJdbcType
 
INSTANCE - Static variable in class org.hibernate.dialect.hint.IndexQueryHintHandler
 
INSTANCE - Static variable in class org.hibernate.dialect.identity.AbstractTransactSQLIdentityColumnSupport
 
INSTANCE - Static variable in class org.hibernate.dialect.identity.CockroachDBIdentityColumnSupport
 
INSTANCE - Static variable in class org.hibernate.dialect.identity.DB2IdentityColumnSupport
 
INSTANCE - Static variable in class org.hibernate.dialect.identity.DB2zIdentityColumnSupport
 
INSTANCE - Static variable in class org.hibernate.dialect.identity.H2FinalTableIdentityColumnSupport
 
INSTANCE - Static variable in class org.hibernate.dialect.identity.H2IdentityColumnSupport
 
INSTANCE - Static variable in class org.hibernate.dialect.identity.HANAIdentityColumnSupport
 
INSTANCE - Static variable in class org.hibernate.dialect.identity.IdentityColumnSupportImpl
 
INSTANCE - Static variable in class org.hibernate.dialect.identity.MySQLIdentityColumnSupport
 
INSTANCE - Static variable in class org.hibernate.dialect.identity.Oracle12cIdentityColumnSupport
 
INSTANCE - Static variable in class org.hibernate.dialect.identity.PostgreSQLIdentityColumnSupport
 
INSTANCE - Static variable in class org.hibernate.dialect.identity.SQLServerIdentityColumnSupport
 
INSTANCE - Static variable in class org.hibernate.dialect.identity.SybaseJconnIdentityColumnSupport
 
INSTANCE - Static variable in class org.hibernate.dialect.InnoDBStorageEngine
 
INSTANCE - Static variable in class org.hibernate.dialect.MyISAMStorageEngine
 
INSTANCE - Static variable in class org.hibernate.dialect.MySQLCastingJsonJdbcType
Singleton access
INSTANCE - Static variable in class org.hibernate.dialect.OracleBooleanJdbcType
 
INSTANCE - Static variable in class org.hibernate.dialect.OracleJsonJdbcType
Singleton access
INSTANCE - Static variable in class org.hibernate.dialect.OracleReflectionStructJdbcType
 
INSTANCE - Static variable in class org.hibernate.dialect.OracleXmlJdbcType
 
INSTANCE - Static variable in class org.hibernate.dialect.pagination.DB2LimitHandler
 
INSTANCE - Static variable in class org.hibernate.dialect.pagination.FetchLimitHandler
 
INSTANCE - Static variable in class org.hibernate.dialect.pagination.LegacyDB2LimitHandler
 
INSTANCE - Static variable in class org.hibernate.dialect.pagination.LegacyHSQLLimitHandler
 
INSTANCE - Static variable in class org.hibernate.dialect.pagination.LimitLimitHandler
 
INSTANCE - Static variable in class org.hibernate.dialect.pagination.LimitOffsetLimitHandler
 
INSTANCE - Static variable in class org.hibernate.dialect.pagination.NoopLimitHandler
 
INSTANCE - Static variable in class org.hibernate.dialect.pagination.OffsetFetchLimitHandler
 
INSTANCE - Static variable in class org.hibernate.dialect.pagination.Oracle12LimitHandler
 
INSTANCE - Static variable in class org.hibernate.dialect.pagination.SQLServer2012LimitHandler
 
INSTANCE - Static variable in class org.hibernate.dialect.pagination.TopLimitHandler
 
INSTANCE - Static variable in class org.hibernate.dialect.PostgreSQLCastingInetJdbcType
 
INSTANCE - Static variable in class org.hibernate.dialect.PostgreSQLCastingIntervalSecondJdbcType
 
INSTANCE - Static variable in class org.hibernate.dialect.PostgreSQLStructCastingJdbcType
 
INSTANCE - Static variable in class org.hibernate.dialect.PostgreSQLUUIDJdbcType
Singleton access
INSTANCE - Static variable in class org.hibernate.dialect.sequence.ANSISequenceSupport
 
INSTANCE - Static variable in class org.hibernate.dialect.sequence.DB2iSequenceSupport
 
INSTANCE - Static variable in class org.hibernate.dialect.sequence.DB2SequenceSupport
 
INSTANCE - Static variable in class org.hibernate.dialect.sequence.DB2zSequenceSupport
 
INSTANCE - Static variable in class org.hibernate.dialect.sequence.DerbySequenceSupport
 
INSTANCE - Static variable in class org.hibernate.dialect.sequence.H2V1SequenceSupport
 
INSTANCE - Static variable in class org.hibernate.dialect.sequence.H2V2SequenceSupport
 
INSTANCE - Static variable in class org.hibernate.dialect.sequence.HANASequenceSupport
 
INSTANCE - Static variable in class org.hibernate.dialect.sequence.HSQLSequenceSupport
 
INSTANCE - Static variable in class org.hibernate.dialect.sequence.LegacyDB2SequenceSupport
Deprecated.
 
INSTANCE - Static variable in class org.hibernate.dialect.sequence.MariaDBSequenceSupport
 
INSTANCE - Static variable in class org.hibernate.dialect.sequence.NoSequenceSupport
 
INSTANCE - Static variable in class org.hibernate.dialect.sequence.OracleSequenceSupport
 
INSTANCE - Static variable in class org.hibernate.dialect.sequence.PostgreSQLSequenceSupport
 
INSTANCE - Static variable in class org.hibernate.dialect.sequence.SQLServer16SequenceSupport
 
INSTANCE - Static variable in class org.hibernate.dialect.sequence.SQLServerSequenceSupport
 
INSTANCE - Static variable in class org.hibernate.dialect.sequence.TiDBSequenceSupport
 
INSTANCE - Static variable in class org.hibernate.dialect.StructJdbcType
 
INSTANCE - Static variable in class org.hibernate.dialect.VarcharUUIDJdbcType
Singleton access
INSTANCE - Static variable in class org.hibernate.engine.config.internal.ConfigurationServiceInitiator
Singleton access
INSTANCE - Static variable in class org.hibernate.engine.internal.ImmutableEntityEntryFactory
Singleton access
INSTANCE - Static variable in class org.hibernate.engine.internal.MutableEntityEntryFactory
Singleton access
INSTANCE - Static variable in class org.hibernate.engine.jdbc.batch.internal.BatchBuilderInitiator
Singleton access
INSTANCE - Static variable in class org.hibernate.engine.jdbc.connections.internal.ConnectionCreatorFactoryImpl
 
INSTANCE - Static variable in class org.hibernate.engine.jdbc.connections.internal.ConnectionProviderInitiator
Singleton access
INSTANCE - Static variable in class org.hibernate.engine.jdbc.connections.internal.MultiTenantConnectionProviderInitiator
Singleton access
INSTANCE - Static variable in class org.hibernate.engine.jdbc.cursor.internal.RefCursorSupportInitiator
Singleton access
INSTANCE - Static variable in class org.hibernate.engine.jdbc.dialect.internal.DialectFactoryInitiator
Singleton access
INSTANCE - Static variable in class org.hibernate.engine.jdbc.dialect.internal.DialectResolverInitiator
Singleton access
INSTANCE - Static variable in class org.hibernate.engine.jdbc.dialect.spi.BasicSQLExceptionConverter
Singleton access
INSTANCE - Static variable in class org.hibernate.engine.jdbc.env.internal.DefaultSchemaNameResolver
 
INSTANCE - Static variable in class org.hibernate.engine.jdbc.env.internal.DefaultSchemaNameResolver.SchemaNameResolverFallbackDelegate
Singleton access
INSTANCE - Static variable in class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator
 
INSTANCE - Static variable in class org.hibernate.engine.jdbc.internal.DDLFormatterImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.engine.jdbc.internal.HighlightingFormatter
 
INSTANCE - Static variable in class org.hibernate.engine.jdbc.internal.JdbcServicesInitiator
Singleton access
INSTANCE - Static variable in class org.hibernate.engine.jdbc.internal.SqlStatementLoggerInitiator
 
INSTANCE - Static variable in class org.hibernate.engine.jdbc.mutation.internal.MutationExecutorServiceInitiator
Singleton access
INSTANCE - Static variable in class org.hibernate.engine.jdbc.mutation.internal.MutationQueryOptions
 
INSTANCE - Static variable in class org.hibernate.engine.jdbc.mutation.internal.NoBatchKeyAccess
Singleton access
INSTANCE - Static variable in class org.hibernate.engine.jdbc.NonContextualLobCreator
Singleton access
INSTANCE - Static variable in class org.hibernate.engine.jndi.internal.JndiServiceInitiator
Singleton access
INSTANCE - Static variable in class org.hibernate.engine.query.spi.NativeQueryInterpreterInitiator
Singleton access
INSTANCE - Static variable in class org.hibernate.engine.spi.CacheInitiator
 
INSTANCE - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator
 
INSTANCE - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformResolverInitiator
 
INSTANCE - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform
 
INSTANCE - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.StandardJtaPlatformResolver
 
INSTANCE - Static variable in class org.hibernate.envers.boot.internal.EnversServiceInitiator
Singleton access
INSTANCE - Static variable in class org.hibernate.envers.DateTimeFormatter
 
INSTANCE - Static variable in class org.hibernate.envers.event.spi.EnversListenerDuplicationStrategy
Singleton access
INSTANCE - Static variable in class org.hibernate.envers.function.OrderByFragmentFunction
 
INSTANCE - Static variable in class org.hibernate.event.internal.EntityCopyObserverFactoryInitiator
 
INSTANCE - Static variable in class org.hibernate.id.factory.internal.AutoGenerationTypeStrategy
Singleton access
INSTANCE - Static variable in class org.hibernate.id.factory.internal.IdentityGenerationTypeStrategy
Singleton access
INSTANCE - Static variable in class org.hibernate.id.factory.internal.SequenceGenerationTypeStrategy
Singleton access
INSTANCE - Static variable in class org.hibernate.id.factory.internal.StandardIdentifierGeneratorFactoryInitiator
 
INSTANCE - Static variable in class org.hibernate.id.factory.internal.TableGenerationTypeStrategy
Singleton access
INSTANCE - Static variable in class org.hibernate.id.factory.internal.UUIDGenerationTypeStrategy
Singleton access
INSTANCE - Static variable in class org.hibernate.id.uuid.StandardRandomStrategy
 
INSTANCE - Static variable in class org.hibernate.internal.EmptyInterceptor
 
INSTANCE - Static variable in class org.hibernate.internal.EmptyScrollableResults
 
INSTANCE - Static variable in class org.hibernate.internal.ExceptionMapperStandardImpl
 
INSTANCE - Static variable in interface org.hibernate.internal.log.ConnectionAccessLogger
Static access to the logging instance
INSTANCE - Static variable in class org.hibernate.internal.SessionFactoryRegistry
Singleton access
INSTANCE - Static variable in class org.hibernate.internal.util.compare.CalendarComparator
 
INSTANCE - Static variable in class org.hibernate.internal.util.compare.ComparableComparator
 
INSTANCE - Static variable in class org.hibernate.internal.util.compare.RowVersionComparator
 
INSTANCE - Static variable in class org.hibernate.internal.util.type.PrimitiveWrapperHelper.BooleanDescriptor
 
INSTANCE - Static variable in class org.hibernate.internal.util.type.PrimitiveWrapperHelper.ByteDescriptor
 
INSTANCE - Static variable in class org.hibernate.internal.util.type.PrimitiveWrapperHelper.CharacterDescriptor
 
INSTANCE - Static variable in class org.hibernate.internal.util.type.PrimitiveWrapperHelper.DoubleDescriptor
 
INSTANCE - Static variable in class org.hibernate.internal.util.type.PrimitiveWrapperHelper.FloatDescriptor
 
INSTANCE - Static variable in class org.hibernate.internal.util.type.PrimitiveWrapperHelper.IntegerDescriptor
 
INSTANCE - Static variable in class org.hibernate.internal.util.type.PrimitiveWrapperHelper.LongDescriptor
 
INSTANCE - Static variable in class org.hibernate.internal.util.type.PrimitiveWrapperHelper.ShortDescriptor
 
INSTANCE - Static variable in class org.hibernate.internal.util.ZonedDateTimeComparator
 
INSTANCE - Static variable in class org.hibernate.jpa.internal.ExceptionMapperLegacyJpaImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.jpa.spi.NativeQueryListTransformer
 
INSTANCE - Static variable in class org.hibernate.jpa.spi.NativeQueryMapTransformer
 
INSTANCE - Static variable in class org.hibernate.jpa.spi.NativeQueryTupleTransformer
 
INSTANCE - Static variable in class org.hibernate.loader.ast.internal.BatchLoaderFactoryInitiator
Singleton access
INSTANCE - Static variable in class org.hibernate.loader.ast.internal.CacheEntityLoaderHelper
 
INSTANCE - Static variable in class org.hibernate.metamodel.internal.ManagedTypeRepresentationResolverStandard
Singleton access
INSTANCE - Static variable in class org.hibernate.metamodel.mapping.internal.EmptyAttributeMappingsMap
 
INSTANCE - Static variable in class org.hibernate.persister.internal.PersisterClassResolverInitiator
 
INSTANCE - Static variable in class org.hibernate.persister.internal.PersisterFactoryInitiator
 
INSTANCE - Static variable in class org.hibernate.procedure.internal.DB2CallableStatementSupport
Singleton access
INSTANCE - Static variable in class org.hibernate.procedure.internal.JTDSCallableStatementSupport
 
INSTANCE - Static variable in class org.hibernate.procedure.internal.PostgreSQLCallableStatementSupport
Singleton access
INSTANCE - Static variable in class org.hibernate.procedure.internal.SybaseCallableStatementSupport
Singleton access
INSTANCE - Static variable in class org.hibernate.property.access.internal.PropertyAccessStrategyBasicImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.property.access.internal.PropertyAccessStrategyEmbeddedImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.property.access.internal.PropertyAccessStrategyFieldImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.property.access.internal.PropertyAccessStrategyMapImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.property.access.internal.PropertyAccessStrategyMixedImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.property.access.internal.PropertyAccessStrategyNoopImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.property.access.internal.PropertyAccessStrategyResolverInitiator
Singleton access
INSTANCE - Static variable in class org.hibernate.query.hql.internal.HqlParseTreeBuilder
Singleton access
INSTANCE - Static variable in class org.hibernate.query.internal.BindingTypeHelper
Singleton access
INSTANCE - Static variable in class org.hibernate.query.spi.QueryParameterBindingValidator
 
INSTANCE - Static variable in class org.hibernate.query.sqm.mutation.internal.SqmMultiTableMutationStrategyProviderInitiator
Singleton access
INSTANCE - Static variable in class org.hibernate.resource.beans.container.internal.ContainerManagedLifecycleStrategy
 
INSTANCE - Static variable in class org.hibernate.resource.beans.container.internal.JpaCompliantLifecycleStrategy
 
INSTANCE - Static variable in class org.hibernate.resource.beans.internal.FallbackBeanInstanceProducer
Singleton access
INSTANCE - Static variable in class org.hibernate.resource.beans.spi.ManagedBeanRegistryInitiator
Singleton access
INSTANCE - Static variable in class org.hibernate.resource.jdbc.internal.EmptyStatementInspector
The singleton reference.
INSTANCE - Static variable in class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorBuilderImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.resource.transaction.internal.TransactionCoordinatorBuilderInitiator
Singleton access
INSTANCE - Static variable in class org.hibernate.service.internal.SessionFactoryServiceRegistryFactoryInitiator
 
INSTANCE - Static variable in class org.hibernate.spatial.dialect.h2gis.H2GISGeometryType
An instance of this Descriptor
INSTANCE - Static variable in class org.hibernate.spatial.dialect.hana.HANAGeometryType
 
INSTANCE - Static variable in class org.hibernate.spatial.dialect.hana.HANAPointType
An instance of the descrtiptor
INSTANCE - Static variable in class org.hibernate.spatial.dialect.mysql.MySQLGeometryJdbcType
An instance of this Descriptor
INSTANCE - Static variable in class org.hibernate.spatial.dialect.sqlserver.SqlServerGeographyType
An instance of the descrtiptor
INSTANCE - Static variable in class org.hibernate.spatial.dialect.sqlserver.SqlServerGeometryType
An instance of the descrtiptor
INSTANCE - Static variable in class org.hibernate.sql.ast.internal.ParameterMarkerStrategyInitiator
Singleton access
INSTANCE - Static variable in class org.hibernate.sql.ast.internal.ParameterMarkerStrategyStandard
Singleton access
INSTANCE - Static variable in class org.hibernate.sql.ast.spi.SqlAliasStemHelper
Singleton access
INSTANCE - Static variable in class org.hibernate.sql.ast.spi.SqlAstHelper
Singleton access
INSTANCE - Static variable in class org.hibernate.sql.ast.spi.SqlAstTreeHelper
Singleton access
INSTANCE - Static variable in class org.hibernate.sql.ast.tree.expression.Star
Singleton access
INSTANCE - Static variable in interface org.hibernate.sql.ast.tree.SqlAstTreeLogger
Static access to the logging instance
INSTANCE - Static variable in class org.hibernate.sql.exec.internal.JdbcExecHelper
Singleton access
INSTANCE - Static variable in class org.hibernate.sql.exec.internal.JdbcSelectExecutorStandardImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.sql.exec.internal.StandardJdbcMutationExecutor
Singleton access
INSTANCE - Static variable in class org.hibernate.sql.results.caching.internal.QueryCachePutManagerDisabledImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.sql.results.internal.RowTransformerArrayImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.sql.results.internal.RowTransformerDatabaseSnapshotImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.sql.results.internal.RowTransformerListImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.sql.results.internal.RowTransformerSingularReturnImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.sql.results.internal.RowTransformerStandardImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.sql.results.jdbc.internal.JdbcValuesMappingProducerProviderInitiator
Singleton access
INSTANCE - Static variable in class org.hibernate.sql.results.jdbc.internal.JdbcValuesMappingProducerProviderStandard
Singleton access
INSTANCE - Static variable in class org.hibernate.sql.results.spi.ScrollableResultsConsumer
Singleton access to the standard scrollable-results consumer instance
INSTANCE - Static variable in class org.hibernate.stat.internal.StatisticsInitiator
 
INSTANCE - Static variable in class org.hibernate.stat.internal.StatsHelper
Singleton access
INSTANCE - Static variable in class org.hibernate.testing.boot.ClassLoaderAccessTestingImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.testing.boot.ClassLoaderServiceTestingImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.testing.bytecode.enhancement.EverythingSelector
Singleton access
INSTANCE - Static variable in class org.hibernate.testing.jdbc.JdbcProperties
 
INSTANCE - Static variable in class org.hibernate.testing.jdbc.leak.H2IdleConnectionCounter
 
INSTANCE - Static variable in class org.hibernate.testing.jdbc.leak.MySQLIdleConnectionCounter
 
INSTANCE - Static variable in class org.hibernate.testing.jdbc.leak.OracleIdleConnectionCounter
 
INSTANCE - Static variable in class org.hibernate.testing.jdbc.leak.PostgreSQLIdleConnectionCounter
 
INSTANCE - Static variable in class org.hibernate.testing.jta.TestingJtaBootstrap
 
INSTANCE - Static variable in class org.hibernate.testing.jta.TestingJtaPlatformImpl
 
INSTANCE - Static variable in class org.hibernate.testing.orm.domain.animal.AnimalDomainModel
Singleton access
INSTANCE - Static variable in class org.hibernate.testing.orm.domain.contacts.ContactsDomainModel
 
INSTANCE - Static variable in class org.hibernate.testing.orm.domain.gambit.GambitDomainModel
 
INSTANCE - Static variable in class org.hibernate.testing.orm.domain.helpdesk.HelpDeskDomainModel
 
INSTANCE - Static variable in class org.hibernate.testing.orm.domain.retail.RetailDomainModel
 
INSTANCE - Static variable in class org.hibernate.testing.orm.domain.userguide.UserguideDomainModel
 
INSTANCE - Static variable in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorDB2DatabaseImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorDerbyDatabaseImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorH2DatabaseImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorHANADatabaseImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorHSQLDBDatabaseImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorLegacyImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorMariaDBDatabaseImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorNoOpImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorOracleDatabaseImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorTiDBDatabaseImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.tool.schema.extract.internal.SequenceNameExtractorImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.tool.schema.internal.DefaultSchemaFilter
 
INSTANCE - Static variable in class org.hibernate.tool.schema.internal.DefaultSchemaFilterProvider
 
INSTANCE - Static variable in class org.hibernate.tool.schema.internal.ExceptionHandlerHaltImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.tool.schema.internal.ExceptionHandlerLoggedImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.tool.schema.internal.SchemaManagementToolInitiator
 
INSTANCE - Static variable in class org.hibernate.tool.schema.internal.script.MultiLineSqlScriptExtractor
 
INSTANCE - Static variable in class org.hibernate.tool.schema.internal.script.SingleLineSqlScriptExtractor
 
INSTANCE - Static variable in class org.hibernate.tool.schema.internal.script.SqlScriptExtractorInitiator
 
INSTANCE - Static variable in class org.hibernate.tool.schema.spi.DelayedDropRegistryNotAvailableImpl
Singleton access
INSTANCE - Static variable in class org.hibernate.transform.AliasToEntityMapResultTransformer
Deprecated.
 
INSTANCE - Static variable in class org.hibernate.transform.ToListResultTransformer
Deprecated.
 
INSTANCE - Static variable in class org.hibernate.type.BottomType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ArrayMutabilityPlan
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.BigDecimalJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.BigIntegerJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.BlobJavaType.BlobMutabilityPlan
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.BlobJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.BooleanJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.BooleanPrimitiveArrayJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ByteArrayJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ByteJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.CalendarDateJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.CalendarJavaType.CalendarMutabilityPlan
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.CalendarJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.CalendarTimeJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.CharacterArrayJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.CharacterJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ClassJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ClobJavaType.ClobMutabilityPlan
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ClobJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.CurrencyJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.DateJavaType.DateMutabilityPlan
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.DateJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.DoubleJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.DoublePrimitiveArrayJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.DurationJavaType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.FloatJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.FloatPrimitiveArrayJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.Immutability
Singleton access
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ImmutableMutabilityPlan
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.IncomparableComparator
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.InetAddressJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.InstantJavaType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.IntegerJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.IntegerPrimitiveArrayJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.JdbcDateJavaType.DateMutabilityPlan
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.JdbcDateJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.JdbcTimeJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.JdbcTimeJavaType.TimeMutabilityPlan
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType.TimestampMutabilityPlan
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.LocalDateJavaType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.LocalDateTimeJavaType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.LocaleJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.LocaleJavaType.LocaleComparator
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.LocalTimeJavaType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.LongJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.LongPrimitiveArrayJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.MutableMutabilityPlan
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.NClobJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.NClobJavaType.NClobMutabilityPlan
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ObjectJavaType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.OffsetDateTimeJavaType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.OffsetTimeJavaType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.PrimitiveByteArrayJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.RowVersionJavaType
Deprecated.
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.SerializableJavaType.SerializableMutabilityPlan
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ShortJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ShortPrimitiveArrayJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.spi.MapEntryJavaType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.spi.RegistryHelper
Singleton access
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.StringJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.TimeZoneJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.TimeZoneJavaType.TimeZoneComparator
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.UrlJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.UUIDJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.UUIDJavaType.NoDashesStringTransformer
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.UUIDJavaType.PassThroughTransformer
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.UUIDJavaType.ToBytesTransformer
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.UUIDJavaType.ToStringTransformer
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.YearJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ZonedDateTimeJavaType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ZoneIdJavaType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ZoneOffsetJavaType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.java.ZoneOffsetJavaType.ZoneOffsetComparator
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.ArrayJdbcTypeConstructor
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.BigIntJdbcType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.BinaryJdbcType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.BooleanJdbcType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.CharJdbcType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.DateJdbcType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.DecimalJdbcType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.DoubleJdbcType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.DurationJdbcType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.EnumJdbcType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.FloatJdbcType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.H2FormatJsonJdbcType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.InstantAsTimestampJdbcType
Deprecated.
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.InstantAsTimestampWithTimeZoneJdbcType
Deprecated.
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.InstantJdbcType
Deprecated.
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.IntegerJdbcType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.JdbcTypeFamilyInformation
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.JdbcTypeJavaClassMappings
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.JsonJdbcType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.LongNVarcharJdbcType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.LongVarbinaryJdbcType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.LongVarcharJdbcType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.NCharJdbcType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.NullJdbcType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.NumericJdbcType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.NVarcharJdbcType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.ObjectJdbcType
An instance for the JDBC type code JAVA_OBJECT.
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.ObjectNullAsBinaryTypeJdbcType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.ObjectNullAsNullTypeJdbcType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.ObjectNullResolvingJdbcType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.OracleJsonBlobJdbcType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.RealJdbcType
Deprecated.
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.RowIdJdbcType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.SmallIntJdbcType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.TimeAsTimestampWithTimeZoneJdbcType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.TimeJdbcType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.TimestampJdbcType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsInstantJdbcType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsJdbcTimestampJdbcType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsOffsetDateTimeJdbcType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.TimestampWithTimeZoneJdbcType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.TimeUtcAsJdbcTimeJdbcType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.TimeUtcAsOffsetTimeJdbcType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.TimeWithTimeZoneJdbcType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.TinyIntAsSmallIntJdbcType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.TinyIntJdbcType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.UUIDJdbcType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.VarbinaryJdbcType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.VarcharJdbcType
 
INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.XmlJdbcType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.JavaObjectType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.NullType
Singleton access
INSTANCE - Static variable in class org.hibernate.type.NumericBooleanConverter
Singleton access
INSTANCE - Static variable in class org.hibernate.type.QueryParameterJavaObjectType
 
INSTANCE - Static variable in class org.hibernate.type.SerializableType
 
INSTANCE - Static variable in class org.hibernate.type.TrueFalseConverter
Singleton access
INSTANCE - Static variable in class org.hibernate.type.YesNoConverter
Singleton access
INSTANCE_WITHOUT_LITERALS - Static variable in class org.hibernate.type.descriptor.jdbc.VarbinaryJdbcType
 
INSTANCE_WKB_2 - Static variable in class org.hibernate.spatial.dialect.postgis.PGCastingGeographyJdbcType
 
INSTANCE_WKB_2 - Static variable in class org.hibernate.spatial.dialect.postgis.PGCastingGeometryJdbcType
 
INSTANCE_WKB_2 - Static variable in class org.hibernate.spatial.dialect.postgis.PGGeographyJdbcType
 
INSTANCE_WKB_2 - Static variable in class org.hibernate.spatial.dialect.postgis.PGGeometryJdbcType
 
InstanceBasedConverterDescriptor - Class in org.hibernate.boot.model.convert.internal
ConverterDescriptor implementation for cases where we are handed the AttributeConverter instance to use.
InstanceBasedConverterDescriptor(AttributeConverter<?, ?>, Boolean, ClassmateContext) - Constructor for class org.hibernate.boot.model.convert.internal.InstanceBasedConverterDescriptor
 
InstanceBasedConverterDescriptor(AttributeConverter<?, ?>, ClassmateContext) - Constructor for class org.hibernate.boot.model.convert.internal.InstanceBasedConverterDescriptor
 
INSTANT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
INSTANT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
INSTANT - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Instant to JDBC TIMESTAMP_UTC.
INSTANT() - Method in class org.hibernate.grammars.hql.HqlParser.InstantFunctionContext
 
INSTANT() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
INSTANT_NAME - Static variable in class org.hibernate.usertype.internal.AbstractTimeZoneStorageCompositeUserType
 
InstantAsTimestampJdbcType - Class in org.hibernate.type.descriptor.jdbc
Deprecated, for removal: This API element is subject to removal in a future version.
InstantAsTimestampJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.InstantAsTimestampJdbcType
Deprecated.
 
InstantAsTimestampWithTimeZoneJdbcType - Class in org.hibernate.type.descriptor.jdbc
Deprecated, for removal: This API element is subject to removal in a future version.
InstantAsTimestampWithTimeZoneJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.InstantAsTimestampWithTimeZoneJdbcType
Deprecated.
 
instantFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
instantFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
InstantFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.InstantFunctionContext
 
instantiate() - Method in class org.hibernate.metamodel.internal.AbstractCompositeIdentifierMapping
 
instantiate() - Method in interface org.hibernate.metamodel.mapping.EntityIdentifierMapping
Instantiate an instance of the identifier.
instantiate() - Method in class org.hibernate.metamodel.mapping.internal.BasicEntityIdentifierMappingImpl
 
instantiate() - Method in class org.hibernate.metamodel.mapping.internal.InverseNonAggregatedIdentifierMapping
 
instantiate() - Method in class org.hibernate.query.derived.AnonymousTupleBasicEntityIdentifierMapping
 
instantiate() - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddedEntityIdentifierMapping
 
instantiate() - Method in class org.hibernate.query.derived.AnonymousTupleNonAggregatedEntityIdentifierMapping
 
instantiate() - Method in class org.hibernate.tuple.DynamicMapInstantiator
Deprecated.
 
instantiate() - Method in interface org.hibernate.tuple.Instantiator
Deprecated.
Perform the requested instantiation.
instantiate() - Method in class org.hibernate.tuple.PojoInstantiator
Deprecated.
 
instantiate(int) - Method in class org.hibernate.type.ArrayType
 
instantiate(int) - Method in class org.hibernate.type.BagType
 
instantiate(int) - Method in class org.hibernate.type.CollectionType
Instantiate an empty instance of the "underlying" collection (not a wrapper), but with the given anticipated size (i.e.
instantiate(int) - Method in class org.hibernate.type.CustomCollectionType
 
instantiate(int) - Method in class org.hibernate.type.IdentifierBagType
 
instantiate(int) - Method in class org.hibernate.type.ListType
 
instantiate(int) - Method in class org.hibernate.type.MapType
 
instantiate(int) - Method in class org.hibernate.type.OrderedMapType
 
instantiate(int) - Method in class org.hibernate.type.OrderedSetType
 
instantiate(int) - Method in class org.hibernate.type.SetType
 
instantiate(int) - Method in class org.hibernate.type.SortedMapType
 
instantiate(int) - Method in class org.hibernate.type.SortedSetType
 
instantiate(int) - Method in interface org.hibernate.usertype.UserCollectionType
Instantiate an empty instance of the "underlying" collection (not a wrapper), but with the given anticipated size (i.e.
instantiate(Object) - Method in class org.hibernate.tuple.DynamicMapInstantiator
Deprecated.
 
instantiate(Object) - Method in interface org.hibernate.tuple.Instantiator
Deprecated.
Perform the requested entity instantiation.
instantiate(Object) - Method in class org.hibernate.tuple.PojoInstantiator
Deprecated.
 
instantiate(Object, SessionImplementor) - Method in interface org.hibernate.metadata.ClassMetadata
Deprecated.
Use the form accepting SharedSessionContractImplementor instead
instantiate(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metadata.ClassMetadata
Deprecated.
Create a class instance initialized with the given identifier
instantiate(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
instantiate(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Create a class instance initialized with the given identifier
instantiate(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
instantiate(String, Object) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Instantiate the entity class, initializing with the given identifier.
instantiate(String, Object) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
instantiate(String, Object) - Method in class org.hibernate.internal.SessionImpl
 
instantiate(String, Object) - Method in class org.hibernate.internal.StatelessSessionImpl
 
instantiate(String, RepresentationMode, Object) - Method in interface org.hibernate.Interceptor
Instantiate the entity.
instantiate(String, EntityRepresentationStrategy, Object) - Method in interface org.hibernate.Interceptor
Instantiate the entity.
instantiate(SessionFactoryImplementor) - Method in class org.hibernate.metamodel.internal.EntityInstantiatorDynamicMap
 
instantiate(SessionFactoryImplementor) - Method in class org.hibernate.metamodel.internal.EntityInstantiatorPojoOptimized
 
instantiate(SessionFactoryImplementor) - Method in class org.hibernate.metamodel.internal.EntityInstantiatorPojoStandard
 
instantiate(SessionFactoryImplementor) - Method in interface org.hibernate.metamodel.spi.EntityInstantiator
Create an instance of managed entity
instantiate(SharedSessionContractImplementor, CollectionPersister) - Method in interface org.hibernate.usertype.UserCollectionType
Instantiate an uninitialized instance of the collection wrapper
instantiate(SharedSessionContractImplementor, CollectionPersister, Object) - Method in class org.hibernate.type.ArrayType
 
instantiate(SharedSessionContractImplementor, CollectionPersister, Object) - Method in class org.hibernate.type.BagType
 
instantiate(SharedSessionContractImplementor, CollectionPersister, Object) - Method in class org.hibernate.type.CollectionType
Instantiate an uninitialized collection wrapper or holder.
instantiate(SharedSessionContractImplementor, CollectionPersister, Object) - Method in class org.hibernate.type.CustomCollectionType
 
instantiate(SharedSessionContractImplementor, CollectionPersister, Object) - Method in class org.hibernate.type.IdentifierBagType
 
instantiate(SharedSessionContractImplementor, CollectionPersister, Object) - Method in class org.hibernate.type.ListType
 
instantiate(SharedSessionContractImplementor, CollectionPersister, Object) - Method in class org.hibernate.type.MapType
 
instantiate(SharedSessionContractImplementor, CollectionPersister, Object) - Method in class org.hibernate.type.SetType
 
instantiate(SharedSessionContractImplementor, CollectionPersister, Object) - Method in class org.hibernate.type.SortedMapType
 
instantiate(SharedSessionContractImplementor, CollectionPersister, Object) - Method in class org.hibernate.type.SortedSetType
 
instantiate(PersistentClass, AuditTableData) - Method in class org.hibernate.envers.configuration.internal.metadata.PersistentEntityInstantiator
 
instantiate(ValueAccess, SessionFactoryImplementor) - Method in class org.hibernate.metamodel.internal.EmbeddableCompositeUserTypeInstantiator
 
instantiate(ValueAccess, SessionFactoryImplementor) - Method in class org.hibernate.metamodel.internal.EmbeddableInstantiatorDynamicMap
 
instantiate(ValueAccess, SessionFactoryImplementor) - Method in class org.hibernate.metamodel.internal.EmbeddableInstantiatorPojoIndirecting
 
instantiate(ValueAccess, SessionFactoryImplementor) - Method in class org.hibernate.metamodel.internal.EmbeddableInstantiatorPojoOptimized
 
instantiate(ValueAccess, SessionFactoryImplementor) - Method in class org.hibernate.metamodel.internal.EmbeddableInstantiatorPojoStandard
 
instantiate(ValueAccess, SessionFactoryImplementor) - Method in class org.hibernate.metamodel.internal.EmbeddableInstantiatorProxied
 
instantiate(ValueAccess, SessionFactoryImplementor) - Method in class org.hibernate.metamodel.internal.EmbeddableInstantiatorRecordIndirecting
 
instantiate(ValueAccess, SessionFactoryImplementor) - Method in class org.hibernate.metamodel.internal.EmbeddableInstantiatorRecordStandard
 
instantiate(ValueAccess, SessionFactoryImplementor) - Method in interface org.hibernate.metamodel.spi.EmbeddableInstantiator
Create an instance of the embeddable
instantiate(ValueAccess, SessionFactoryImplementor) - Method in interface org.hibernate.usertype.CompositeUserType
 
instantiate(ValueAccess, SessionFactoryImplementor) - Method in class org.hibernate.usertype.internal.OffsetDateTimeCompositeUserType
 
instantiate(ValueAccess, SessionFactoryImplementor) - Method in class org.hibernate.usertype.internal.OffsetTimeCompositeUserType
 
instantiate(ValueAccess, SessionFactoryImplementor) - Method in class org.hibernate.usertype.internal.ZonedDateTimeCompositeUserType
 
instantiate(EntityPersister, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
instantiate(EntityPersister, Object) - Method in interface org.hibernate.engine.spi.SessionImplementor
 
instantiate(EntityPersister, Object) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Instantiate the entity class of the given EntityPersister, initializing the new instance with the given identifier.
instantiate(EntityPersister, Object) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
instantiate(EntityPersister, Object) - Method in interface org.hibernate.event.spi.EventSource
Instantiate an entity instance, using either an interceptor, or the given persister
instantiate(EntityPersister, Object) - Method in class org.hibernate.internal.SessionImpl
give the interceptor an opportunity to override the default instantiation
instantiate(EntityPersister, Object) - Method in class org.hibernate.internal.StatelessSessionImpl
 
instantiateCompositeId() - Method in class org.hibernate.envers.internal.entities.mapper.id.AbstractCompositeIdMapper
 
instantiateEntity(Object, SharedSessionContractImplementor) - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
instantiateRaw(int, CollectionPersister) - Method in class org.hibernate.collection.internal.CustomCollectionTypeSemantics
 
instantiateRaw(int, CollectionPersister) - Method in class org.hibernate.collection.internal.StandardArraySemantics
 
instantiateRaw(int, CollectionPersister) - Method in class org.hibernate.collection.internal.StandardListSemantics
 
instantiateRaw(int, CollectionPersister) - Method in class org.hibernate.collection.internal.StandardMapSemantics
 
instantiateRaw(int, CollectionPersister) - Method in class org.hibernate.collection.internal.StandardOrderedMapSemantics
 
instantiateRaw(int, CollectionPersister) - Method in class org.hibernate.collection.internal.StandardOrderedSetSemantics
 
instantiateRaw(int, CollectionPersister) - Method in class org.hibernate.collection.internal.StandardSetSemantics
 
instantiateRaw(int, CollectionPersister) - Method in class org.hibernate.collection.internal.StandardSortedMapSemantics
 
instantiateRaw(int, CollectionPersister) - Method in class org.hibernate.collection.internal.StandardSortedSetSemantics
 
instantiateRaw(int, CollectionPersister) - Method in class org.hibernate.collection.spi.AbstractBagSemantics
 
instantiateRaw(int, CollectionPersister) - Method in interface org.hibernate.collection.spi.CollectionSemantics
Create a raw (unwrapped) version of the collection
instantiateResult(Object) - Method in class org.hibernate.type.ArrayType
 
instantiateResult(Object) - Method in class org.hibernate.type.CollectionType
Instantiate a new "underlying" collection exhibiting the same capacity characteristics and the passed "original".
instantiateSequenced(int) - Static method in class org.hibernate.internal.util.collections.IdentityMap
Return a new instance of this class, with iteration order defined as the order in which entries were added
instantiateWrapper(Object, CollectionPersister, SharedSessionContractImplementor) - Method in class org.hibernate.collection.internal.CustomCollectionTypeSemantics
 
instantiateWrapper(Object, CollectionPersister, SharedSessionContractImplementor) - Method in class org.hibernate.collection.internal.StandardArraySemantics
 
instantiateWrapper(Object, CollectionPersister, SharedSessionContractImplementor) - Method in class org.hibernate.collection.internal.StandardBagSemantics
 
instantiateWrapper(Object, CollectionPersister, SharedSessionContractImplementor) - Method in class org.hibernate.collection.internal.StandardIdentifierBagSemantics
 
instantiateWrapper(Object, CollectionPersister, SharedSessionContractImplementor) - Method in class org.hibernate.collection.internal.StandardListSemantics
 
instantiateWrapper(Object, CollectionPersister, SharedSessionContractImplementor) - Method in class org.hibernate.collection.internal.StandardMapSemantics
 
instantiateWrapper(Object, CollectionPersister, SharedSessionContractImplementor) - Method in class org.hibernate.collection.internal.StandardOrderedMapSemantics
 
instantiateWrapper(Object, CollectionPersister, SharedSessionContractImplementor) - Method in class org.hibernate.collection.internal.StandardOrderedSetSemantics
 
instantiateWrapper(Object, CollectionPersister, SharedSessionContractImplementor) - Method in class org.hibernate.collection.internal.StandardSetSemantics
 
instantiateWrapper(Object, CollectionPersister, SharedSessionContractImplementor) - Method in class org.hibernate.collection.internal.StandardSortedMapSemantics
 
instantiateWrapper(Object, CollectionPersister, SharedSessionContractImplementor) - Method in class org.hibernate.collection.internal.StandardSortedSetSemantics
 
instantiateWrapper(Object, CollectionPersister, SharedSessionContractImplementor) - Method in interface org.hibernate.collection.spi.CollectionSemantics
Create a wrapper for the collection
instantiatingExplicitConnectionProvider(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
instantiation() - Method in class org.hibernate.grammars.hql.HqlParser
 
instantiation() - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationArgumentExpressionContext
 
instantiation() - Method in class org.hibernate.grammars.hql.HqlParser.SelectExpressionContext
 
instantiation(Class<J>, SessionFactoryImplementor) - Static method in class org.hibernate.query.results.Builders
 
instantiationArgument() - Method in class org.hibernate.grammars.hql.HqlParser
 
instantiationArgument() - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationArgumentsContext
 
instantiationArgument(int) - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationArgumentsContext
 
InstantiationArgumentContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.InstantiationArgumentContext
 
instantiationArgumentExpression() - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationArgumentContext
 
instantiationArgumentExpression() - Method in class org.hibernate.grammars.hql.HqlParser
 
InstantiationArgumentExpressionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.InstantiationArgumentExpressionContext
 
instantiationArguments() - Method in class org.hibernate.grammars.hql.HqlParser
 
instantiationArguments() - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationContext
 
InstantiationArgumentsContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.InstantiationArgumentsContext
 
InstantiationContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.InstantiationContext
 
InstantiationException - Exception in org.hibernate
Thrown if Hibernate can't instantiate a class at runtime.
InstantiationException - Exception in org.hibernate.query.sqm.sql.internal
Indicates a problem performing a dynamic instantiation
InstantiationException(String) - Constructor for exception org.hibernate.query.sqm.sql.internal.InstantiationException
 
InstantiationException(String, Class<?>) - Constructor for exception org.hibernate.InstantiationException
Constructs an InstantiationException.
InstantiationException(String, Class<?>, Exception) - Constructor for exception org.hibernate.InstantiationException
Constructs an InstantiationException.
InstantiationException(String, Class<?>, Throwable) - Constructor for exception org.hibernate.InstantiationException
Constructs an InstantiationException.
InstantiationException(String, Throwable) - Constructor for exception org.hibernate.query.sqm.sql.internal.InstantiationException
 
InstantiationHelper - Class in org.hibernate.sql.results.graph.instantiation.internal
 
instantiationTarget() - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationContext
 
instantiationTarget() - Method in class org.hibernate.grammars.hql.HqlParser
 
InstantiationTargetContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.InstantiationTargetContext
 
instantiator - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEmbeddable
 
instantiator - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEmbeddableInstantiatorRegistration
 
instantiator() - Method in annotation type org.hibernate.annotations.EmbeddableInstantiatorRegistration
 
instantiator() - Method in class org.hibernate.type.ComponentType
 
Instantiator - Interface in org.hibernate.metamodel.spi
Strategy for instantiating a managed type
Instantiator - Interface in org.hibernate.tuple
Deprecated.
This contract is no longer used by Hibernate. Implement/use Instantiator instead. See ManagedTypeRepresentationStrategy
Instantiator - Annotation Type in org.hibernate.annotations
Marks the canonical constructor to be used for instantiation of an embeddable.
InstantJavaType - Class in org.hibernate.type.descriptor.java
Java type descriptor for the Java Instant type.
InstantJavaType() - Constructor for class org.hibernate.type.descriptor.java.InstantJavaType
 
InstantJdbcType - Class in org.hibernate.type.descriptor.jdbc
Deprecated, for removal: This API element is subject to removal in a future version.
InstantJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.InstantJdbcType
Deprecated.
 
inStatelessSession(Consumer<StatelessSession>) - Method in interface org.hibernate.SessionFactory
Open a StatelessSession and use it to perform an action.
inStatelessSession(Consumer<StatelessSession>) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
inStatelessSession(Consumer<StatelessSession>) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
inStatelessSession(Consumer<StatelessSession>) - Method in interface org.hibernate.testing.orm.junit.SessionFactoryScope
 
inStatelessSession(SessionFactoryImplementor, Consumer<StatelessSession>) - Static method in class org.hibernate.testing.transaction.TransactionUtil2
 
inStatelessTransaction(Consumer<StatelessSession>) - Method in interface org.hibernate.SessionFactory
Open a StatelessSession and use it to perform an action within the bounds of a transaction.
inStatelessTransaction(Consumer<StatelessSession>) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
inStatelessTransaction(Consumer<StatelessSession>) - Method in interface org.hibernate.testing.orm.junit.SessionFactoryScope
 
inStatelessTransaction(SessionFactoryImplementor, Consumer<StatelessSession>) - Static method in class org.hibernate.testing.transaction.TransactionUtil2
 
inStatelessTransaction(StatelessSession, Consumer<StatelessSession>) - Method in interface org.hibernate.testing.orm.junit.SessionFactoryScope
 
inStatelessTransaction(StatelessSession, Consumer<StatelessSession>) - Static method in class org.hibernate.testing.transaction.TransactionUtil2
 
instr() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
InSubQueryPredicate - Class in org.hibernate.sql.ast.tree.predicate
 
InSubQueryPredicate(Expression, QueryPart, boolean) - Constructor for class org.hibernate.sql.ast.tree.predicate.InSubQueryPredicate
 
InSubQueryPredicate(Expression, SelectStatement, boolean, JdbcMappingContainer) - Constructor for class org.hibernate.sql.ast.tree.predicate.InSubQueryPredicate
 
INTEGER - org.hibernate.jpamodelgen.xml.jaxb.DiscriminatorType
 
INTEGER - org.hibernate.query.sqm.CastType
 
INTEGER - org.hibernate.query.sqm.produce.function.FunctionParameterType
 
INTEGER - org.hibernate.query.sqm.tree.expression.NumericTypeCategory
 
INTEGER - Static variable in class org.hibernate.engine.config.spi.StandardConverters
 
INTEGER - Static variable in class org.hibernate.type.SqlTypes
A type code representing the generic SQL type INTEGER.
INTEGER - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Integer to JDBC INTEGER.
INTEGER_BOOLEAN - org.hibernate.query.sqm.CastType
 
INTEGER_LITERAL - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
INTEGER_LITERAL - Static variable in class org.hibernate.grammars.hql.HqlParser
 
INTEGER_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
INTEGER_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
INTEGER_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.CastTargetContext
 
INTEGER_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.DayContext
 
INTEGER_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.GroupByExpressionContext
 
INTEGER_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.HourContext
 
INTEGER_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.MinuteContext
 
INTEGER_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.MonthContext
 
INTEGER_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.NumericLiteralContext
 
INTEGER_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.ParameterOrIntegerLiteralContext
 
INTEGER_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.ParameterOrNumberLiteralContext
 
INTEGER_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.PositionalParameterContext
 
INTEGER_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.SecondContext
 
INTEGER_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.SortExpressionContext
 
INTEGER_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.YearContext
 
INTEGER_LITERAL() - Method in class org.hibernate.grammars.ordering.OrderingParser.LiteralContext
 
INTEGER_LITERAL(int) - Method in class org.hibernate.grammars.hql.HqlParser.CastTargetContext
 
IntegerJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for Integer handling.
IntegerJavaType() - Constructor for class org.hibernate.type.descriptor.java.IntegerJavaType
 
IntegerJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for INTEGER handling.
IntegerJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.IntegerJdbcType
 
integerLiteral(int, QueryEngine) - Static method in class org.hibernate.query.sqm.tree.expression.SqmExpressionHelper
 
integerLiteral(String, SqmCreationState) - Static method in class org.hibernate.query.sqm.tree.expression.SqmExpressionHelper
 
integerLiteral(String, QueryEngine) - Static method in class org.hibernate.query.sqm.tree.expression.SqmExpressionHelper
 
IntegerPrimitiveArrayJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for int[] handling.
IntegerPrimitiveArrayJavaType(JavaType<Integer>) - Constructor for class org.hibernate.type.descriptor.java.IntegerPrimitiveArrayJavaType
 
IntegralDataTypeHolder - Interface in org.hibernate.id
Defines a common API for dealing with data of integral data type.
IntegralTimestampaddFunction - Class in org.hibernate.dialect.function
Used in place of TimestampaddFunction for databases which don't support fractional seconds in the timestampadd() function.
IntegralTimestampaddFunction(Dialect, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.IntegralTimestampaddFunction
 
integrate(Metadata, BootstrapContext, SessionFactoryImplementor) - Method in class org.hibernate.boot.beanvalidation.BeanValidationIntegrator
 
integrate(Metadata, BootstrapContext, SessionFactoryImplementor) - Method in class org.hibernate.envers.boot.internal.EnversIntegrator
 
integrate(Metadata, BootstrapContext, SessionFactoryImplementor) - Method in interface org.hibernate.integrator.spi.Integrator
Perform integration.
integrate(Metadata, SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in class org.hibernate.cache.internal.CollectionCacheInvalidator
 
integrate(Metadata, SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in interface org.hibernate.integrator.spi.Integrator
Deprecated.
- use
integrate(Metadata, SessionFactoryImplementor, SessionFactoryServiceRegistry) - Method in class org.hibernate.testing.jdbc.SharedDriverManagerTypeCacheClearingIntegrator
 
INTEGRATION_ENABLED - Static variable in interface org.hibernate.envers.boot.internal.EnversService
The name of the configuration setting used to control whether the Envers integration is enabled.
INTEGRATION_ENABLED - Static variable in class org.hibernate.spatial.integration.SpatialService
The name of the configuration setting used to control whether the spatial integration is enabled.
IntegrationException - Exception in org.hibernate.boot.beanvalidation
Indicates a problem integrating Hibernate and the Bean Validation spec.
IntegrationException(String) - Constructor for exception org.hibernate.boot.beanvalidation.IntegrationException
 
IntegrationException(String, Throwable) - Constructor for exception org.hibernate.boot.beanvalidation.IntegrationException
 
integrationSettings() - Method in annotation type org.hibernate.testing.orm.junit.Jpa
Used to mimic container integration
Integrator - Interface in org.hibernate.integrator.spi
Contract for extensions that integrate with Hibernate.
INTEGRATOR_PROVIDER - Static variable in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl
INTEGRATOR_PROVIDER - Static variable in class org.hibernate.jpa.boot.spi.JpaSettings
IntegratorProvider - Interface in org.hibernate.jpa.boot.spi
An object that provides a list of Integrators to the JPA persistence provider.
integrators() - Method in annotation type org.hibernate.testing.orm.junit.BootstrapServiceRegistry
 
IntegratorService - Interface in org.hibernate.integrator.spi
 
IntegratorServiceImpl - Class in org.hibernate.integrator.internal
 
intercept(Object, Method, Object[]) - Method in class org.hibernate.bytecode.internal.bytebuddy.PassThroughInterceptor
 
intercept(Object, Method, Object[]) - Method in class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyInterceptor
 
intercept(Object, Method, Object[]) - Method in interface org.hibernate.proxy.ProxyConfiguration.Interceptor
Intercepts a method call to a proxy.
intercept(Object, Method, Object[], Object, ProxyConfiguration.Interceptor) - Static method in class org.hibernate.proxy.ProxyConfiguration.InterceptorDispatcher
Intercepts a method call to a proxy.
interceptor() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
interceptor() - Method in interface org.hibernate.SharedSessionBuilder
Signifies the interceptor from the original session should be used to create the new session.
interceptor(Interceptor) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
interceptor(Interceptor) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
interceptor(Interceptor) - Method in class org.hibernate.internal.SessionFactoryImpl.SessionBuilderImpl
 
interceptor(Interceptor) - Method in interface org.hibernate.SessionBuilder
Adds a specific interceptor to the session options.
interceptor(Interceptor) - Method in interface org.hibernate.SharedSessionBuilder
 
Interceptor - Interface in org.hibernate
Allows user code to inspect and/or change entity property values before they are written to the database, or after they are read from the database.
INTERCEPTOR - Static variable in interface org.hibernate.cfg.SessionEventSettings
Specifies an Interceptor implementation associated with the SessionFactory and propagated to each Session created from the SessionFactory.
INTERCEPTOR_FIELD_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of the field used to store the PersistentAttributeInterceptable.
INTERCEPTOR_FIELD_NAME - Static variable in interface org.hibernate.proxy.ProxyConfiguration
The canonical field name for an interceptor object stored in a proxied object.
INTERCEPTOR_GETTER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of the method used to read the interceptor
INTERCEPTOR_SETTER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of the method used to write the interceptor
interceptorClass() - Method in annotation type org.hibernate.testing.orm.junit.SessionFactory
 
InterceptorDispatcher() - Constructor for class org.hibernate.proxy.ProxyConfiguration.InterceptorDispatcher
 
interiorringn - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
Internal - Annotation Type in org.hibernate
Marks the annotated Java element as forming part of the internal implementation of Hibernate, meaning that clients should expect absolutely no guarantees with regard to the binary stability from release to release.
INTERNAL_LOAD_EAGER - Static variable in interface org.hibernate.event.spi.LoadEventListener
 
INTERNAL_LOAD_LAZY - Static variable in interface org.hibernate.event.spi.LoadEventListener
 
INTERNAL_LOAD_NULLABLE - Static variable in interface org.hibernate.event.spi.LoadEventListener
 
internalAddKeySubGraph(SubGraph<? extends J>) - Method in class org.hibernate.graph.internal.AttributeNodeImpl
 
internalAddSubGraph(SubGraphImplementor<? extends J>) - Method in class org.hibernate.graph.internal.AttributeNodeImpl
 
internalApplyInferableType(SqmExpressible<?>) - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
 
internalApplyInferableType(SqmExpressible<?>) - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
 
internalApplyInferableType(SqmExpressible<?>) - Method in class org.hibernate.query.sqm.tree.expression.SqmBinaryArithmetic
 
internalApplyInferableType(SqmExpressible<?>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
 
internalApplyInferableType(SqmExpressible<?>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
 
internalApplyInferableType(SqmExpressible<?>) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralEntityType
 
internalApplyInferableType(SqmExpressible<?>) - Method in class org.hibernate.query.sqm.tree.expression.SqmParameterizedEntityType
 
internalGetTransactionDriverControl() - Method in class org.hibernate.engine.transaction.internal.TransactionImpl
 
internalLoad(String, Object, boolean, boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
internalLoad(String, Object, boolean, boolean) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Obtain an entity instance with the given id, without checking if it was deleted or scheduled for deletion.
internalLoad(String, Object, boolean, boolean) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
internalLoad(String, Object, boolean, boolean) - Method in class org.hibernate.internal.SessionImpl
 
internalLoad(String, Object, boolean, boolean) - Method in class org.hibernate.internal.StatelessSessionImpl
 
internalLoadType(boolean, boolean) - Static method in class org.hibernate.internal.SessionImpl
 
internalNext(boolean) - Method in class org.hibernate.boot.jaxb.internal.stax.FilteringXMLEventReader
 
internalNextEvent() - Method in class org.hibernate.boot.jaxb.internal.stax.BaseXMLEventReader
internalNextEvent() - Method in class org.hibernate.boot.jaxb.internal.stax.BufferedXMLEventReader
 
internalNextEvent() - Method in class org.hibernate.boot.jaxb.internal.stax.FilteringXMLEventReader
 
interpret(short) - Static method in enum org.hibernate.engine.jdbc.spi.TypeNullability
Based on the code retrieved from DatabaseMetaData.getTypeInfo() for the NULLABLE column, return the appropriate enum.
interpret(short) - Static method in enum org.hibernate.engine.jdbc.spi.TypeSearchability
Based on the code retrieved from DatabaseMetaData.getTypeInfo() for the SEARCHABLE column, return the appropriate enum.
interpret(Object) - Static method in enum org.hibernate.id.SequenceMismatchStrategy
Interpret the configured SequenceMismatchStrategy value.
interpret(Object) - Static method in enum org.hibernate.ConnectionAcquisitionMode
 
interpret(Object) - Static method in enum org.hibernate.ConnectionReleaseMode
 
interpret(Object) - Static method in enum org.hibernate.loader.BatchFetchStyle
Deprecated.
 
interpret(Object) - Static method in enum org.hibernate.query.criteria.ValueHandlingMode
Interpret the configured valueHandlingMode value.
interpret(Object) - Static method in enum org.hibernate.query.ImmutableEntityUpdateQueryHandlingMode
Interpret the configured ImmutableEntityUpdateQueryHandlingMode value.
interpret(Object) - Static method in enum org.hibernate.resource.jdbc.spi.PhysicalConnectionHandlingMode
 
interpret(Object) - Static method in enum org.hibernate.tool.schema.UniqueConstraintSchemaUpdateStrategy
 
interpret(Object, SourceType) - Static method in enum org.hibernate.tool.schema.SourceType
Used when processing JPA configuration to interpret the user config value
interpret(String) - Static method in enum org.hibernate.boot.SchemaAutoTooling
 
interpret(String) - Static method in enum org.hibernate.ConnectionAcquisitionMode
 
interpret(String) - Static method in enum org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
 
interpret(String) - Static method in enum org.hibernate.query.SortDirection
 
interpret(Map<?, ?>) - Static method in class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.ActionGrouping
For test use.
interpret(Metadata, Map<?, ?>) - Static method in class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.ActionGrouping
 
interpret(MappingDefaults, JaxbHbmFetchStyleWithSubselectEnum, JaxbHbmOuterJoinEnum, JaxbHbmLazyWithExtraEnum, int) - Static method in class org.hibernate.boot.model.source.internal.hbm.FetchCharacteristicsPluralAttributeImpl
 
interpret(ConnectionAcquisitionMode, ConnectionReleaseMode) - Static method in enum org.hibernate.resource.jdbc.spi.PhysicalConnectionHandlingMode
 
InterpretationException - Exception in org.hibernate.query.sqm
Represents a generic unhandled problem which occurred while translating HQL/JPQL.
InterpretationException(String) - Constructor for exception org.hibernate.query.sqm.InterpretationException
Deprecated, for removal: This API element is subject to removal in a future version.
this constructor does not carry information about the query which caused the failure
InterpretationException(String, Exception) - Constructor for exception org.hibernate.query.sqm.InterpretationException
 
InterpretationException(String, String) - Constructor for exception org.hibernate.query.sqm.InterpretationException
 
interpretCacheMode(CacheStoreMode, CacheRetrieveMode) - Static method in class org.hibernate.jpa.internal.util.CacheModeHelper
Given a JPA CacheStoreMode and CacheRetrieveMode, determine the corresponding legacy Hibernate CacheMode.
interpretCacheRetrieveMode(CacheMode) - Static method in class org.hibernate.jpa.internal.util.CacheModeHelper
 
interpretCacheStoreMode(CacheMode) - Static method in class org.hibernate.jpa.internal.util.CacheModeHelper
 
interpretCall(ProcedureCallImplementor<?>) - Method in class org.hibernate.procedure.internal.DB2CallableStatementSupport
 
interpretCall(ProcedureCallImplementor<?>) - Method in class org.hibernate.procedure.internal.JTDSCallableStatementSupport
 
interpretCall(ProcedureCallImplementor<?>) - Method in class org.hibernate.procedure.internal.PostgreSQLCallableStatementSupport
 
interpretCall(ProcedureCallImplementor<?>) - Method in class org.hibernate.procedure.internal.StandardCallableStatementSupport
 
interpretCall(ProcedureCallImplementor<?>) - Method in class org.hibernate.procedure.internal.SybaseCallableStatementSupport
 
interpretCall(ProcedureCallImplementor<?>) - Method in interface org.hibernate.procedure.spi.CallableStatementSupport
 
interpretExpression(Expression, JdbcParameterBindings) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
interpretExternalSetting(Object) - Static method in enum org.hibernate.type.WrapperArrayHandling
 
interpretExternalSetting(String) - Static method in enum org.hibernate.CacheMode
Interpret externalized form as an instance of this enumeration.
interpretExternalSetting(String) - Static method in enum org.hibernate.FlushMode
Interprets an external representation of a flush mode.
interpretExternalSetting(String) - Static method in class org.hibernate.jpa.internal.util.FlushModeTypeHelper
 
interpretExternalSettingLeniently(Object) - Static method in enum org.hibernate.type.WrapperArrayHandling
Form of WrapperArrayHandling.interpretExternalSetting(Object) which allows incoming null values and simply returns null.
interpretFlushMode(Object) - Static method in class org.hibernate.jpa.internal.util.FlushModeTypeHelper
 
interpretFormattingEnabled(Map<String, Object>) - Static method in class org.hibernate.tool.schema.internal.Helper
 
interpretHbm2ddlSetting(Object) - Static method in enum org.hibernate.tool.schema.Action
Interpret the value of the old-school Hibernate configuration property "hibernate.hbm2ddl.auto" as an instance of Action.
interpretHbm2ddlSetting(Object) - Static method in enum org.hibernate.tool.schema.JdbcMetadaAccessStrategy
 
interpretHql(String, Class<R>) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
interpretInheritanceType(JaxbHbmEntityBaseDefinition) - Static method in class org.hibernate.boot.model.source.internal.hbm.Helper
 
interpretIsolation(Object) - Static method in class org.hibernate.engine.jdbc.connections.internal.ConnectionProviderInitiator
 
interpretJpaSetting(Object) - Static method in enum org.hibernate.tool.schema.Action
Interpret the value of the JPA-standard configuration property "jakarta.persistence.schema-generation.database.action" or "jakarta.persistence.schema-generation.scripts.action" as an instance of Action.
interpretLockMode(Object) - Static method in class org.hibernate.jpa.internal.util.LockModeTypeHelper
 
interpretManyToManyElement(MappingDefaults, JaxbHbmFetchStyleEnum, JaxbHbmOuterJoinEnum, JaxbHbmLazyEnum) - Static method in class org.hibernate.boot.model.source.internal.hbm.FetchCharacteristicsSingularAssociationImpl
 
interpretManyToOne(MappingDefaults, JaxbHbmFetchStyleEnum, JaxbHbmOuterJoinEnum, JaxbHbmLazyWithNoProxyEnum) - Static method in class org.hibernate.boot.model.source.internal.hbm.FetchCharacteristicsSingularAssociationImpl
 
interpretNamespaceHandling(Map<String, Object>) - Static method in class org.hibernate.tool.schema.internal.Helper
 
interpretNullable(int) - Method in class org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl
 
interpretOldCode(int) - Static method in enum org.hibernate.engine.OptimisticLockStyle
Deprecated, for removal: This API element is subject to removal in a future version.
these integer codes have not been used for a long time
interpretOneToOne(MappingDefaults, JaxbHbmFetchStyleEnum, JaxbHbmOuterJoinEnum, JaxbHbmLazyWithNoProxyEnum, boolean) - Static method in class org.hibernate.boot.model.source.internal.hbm.FetchCharacteristicsSingularAssociationImpl
 
interpretReportedSQLStateType(int) - Static method in enum org.hibernate.engine.jdbc.env.spi.SQLStateType
 
interpretScriptSourceSetting(Object, ClassLoaderService, String) - Static method in class org.hibernate.tool.schema.internal.Helper
 
interpretScriptTargetSetting(Object, ClassLoaderService, String, boolean) - Static method in class org.hibernate.tool.schema.internal.Helper
 
interpretSequenceGenerator(SequenceGenerator, IdentifierGeneratorDefinition.Builder) - Method in class org.hibernate.boot.internal.GenerationStrategyInterpreter
 
interpretSetting(Object) - Static method in enum org.hibernate.cache.jcache.MissingCacheStrategy
 
interpretSetting(Object) - Static method in enum org.hibernate.metamodel.CollectionClassification
One of: CollectionClassification instance CollectionClassification name (case insensitive) Class reference for either List or Collection
interpretSetting(Map) - Static method in enum org.hibernate.tool.schema.JdbcMetadaAccessStrategy
 
interpretSizeSource(Integer, Integer, Integer) - Static method in class org.hibernate.boot.model.source.internal.hbm.Helper
 
interpretSizeSource(Integer, String, String) - Static method in class org.hibernate.boot.model.source.internal.hbm.Helper
 
interpretSqmMultiTableInsertStrategy(AbstractEntityPersister, MappingModelCreationProcess) - Static method in class org.hibernate.persister.entity.AbstractEntityPersister
 
interpretSqmMultiTableStrategy(AbstractEntityPersister, MappingModelCreationProcess) - Static method in class org.hibernate.persister.entity.AbstractEntityPersister
 
interpretTableGenerator(TableGenerator, IdentifierGeneratorDefinition.Builder) - Method in class org.hibernate.boot.internal.GenerationStrategyInterpreter
 
interpretToOneKeyDescriptor(ToOneAttributeMapping, Property, ToOne, PropertyAccess, Dialect, MappingModelCreationProcess) - Static method in class org.hibernate.metamodel.mapping.internal.MappingModelCreationHelper
interpretTransactionType(Object) - Static method in class org.hibernate.jpa.internal.util.PersistenceUnitTransactionTypeHelper
 
intersect(boolean, CriteriaQuery<? extends T>, CriteriaQuery<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
intersect(boolean, CriteriaQuery<? extends T>, CriteriaQuery<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
intersect(boolean, CriteriaQuery<? extends T>, CriteriaQuery<?>...) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
intersect(boolean, Subquery<? extends T>, Subquery<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
intersect(boolean, Subquery<? extends T>, Subquery<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
intersect(boolean, Subquery<? extends T>, Subquery<?>...) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
intersect(CriteriaQuery<? extends T>, CriteriaQuery<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
intersect(CriteriaQuery<? extends T>, CriteriaQuery<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
intersect(Subquery<? extends T>, Subquery<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
intersect(Subquery<? extends T>, Subquery<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
INTERSECT - org.hibernate.query.sqm.SetOperator
Intersection of sets that removes duplicate rows.
INTERSECT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
INTERSECT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
INTERSECT() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
INTERSECT() - Method in class org.hibernate.grammars.hql.HqlParser.SetOperatorContext
 
INTERSECT_ALL - org.hibernate.query.sqm.SetOperator
Intersection of bags that retains duplicate matches.
intersectAll(CriteriaQuery<? extends T>, CriteriaQuery<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
intersectAll(CriteriaQuery<? extends T>, CriteriaQuery<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
intersectAll(Subquery<? extends T>, Subquery<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
intersectAll(Subquery<? extends T>, Subquery<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
intersection - org.hibernate.spatial.SpatialFunction
Deprecated.
The intersection function, cfr.
intersectionaggr - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
intersects - org.hibernate.spatial.SpatialFunction
Deprecated.
The intersects function, cfr.
intersects(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 intersects" constraint.
intersects(CriteriaBuilder, Expression<? extends Geometry>, Geometry) - Static method in class org.hibernate.spatial.predicate.GeolatteSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "spatially intersects" constraint.
intersects(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 intersects" constraint.
intersects(CriteriaBuilder, Expression<? extends Geometry>, Geometry) - Static method in class org.hibernate.spatial.predicate.JTSSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "spatially intersects" constraint.
intersects(Expression<? extends T>, Expression<? extends T>) - Method in class org.hibernate.spatial.criteria.internal.SpatialCriteriaBuilderImpl
 
intersects(Expression<? extends T>, Expression<? extends T>) - Method in interface org.hibernate.spatial.criteria.SpatialCriteriaBuilder
Create a predicate for testing the arguments for "spatially intersects" constraint.
intersects(Expression<? extends T>, T) - Method in class org.hibernate.spatial.criteria.internal.SpatialCriteriaBuilderImpl
 
intersects(Expression<? extends T>, T) - Method in interface org.hibernate.spatial.criteria.SpatialCriteriaBuilder
Create a predicate for testing the arguments for "spatially intersects" constraint.
INTERSECTS - Static variable in interface org.hibernate.spatial.SpatialRelation
Deprecated.
The first geometry intersects the second
intersectsrect - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
INTERVAL_SECOND - Static variable in class org.hibernate.type.SqlTypes
A type code representing the generic SQL type INTERVAL SECOND for a temporal duration given terms of seconds and fractional seconds.
IntervalType - Enum in org.hibernate.query.sqm
The different types of intervals that SQL defines.
INTO - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
INTO - Static variable in class org.hibernate.grammars.hql.HqlParser
 
INTO() - Method in class org.hibernate.grammars.hql.HqlParser.InsertStatementContext
 
INTO() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
inTransaction(EntityManager, Consumer<EntityManager>) - Method in interface org.hibernate.testing.orm.junit.EntityManagerFactoryScope
 
inTransaction(EntityManager, Consumer<EntityManager>) - Static method in class org.hibernate.testing.orm.transaction.TransactionUtil
 
inTransaction(Consumer<EntityManager>) - Method in class org.hibernate.testing.orm.junit.EntityManagerFactoryBasedFunctionalTest
 
inTransaction(Consumer<EntityManager>) - Method in interface org.hibernate.testing.orm.junit.EntityManagerFactoryScope
 
inTransaction(Consumer<SessionImplementor>) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
inTransaction(Consumer<SessionImplementor>) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
inTransaction(Consumer<SessionImplementor>) - Method in class org.hibernate.testing.orm.junit.BaseSessionFactoryFunctionalTest
 
inTransaction(Consumer<SessionImplementor>) - Method in interface org.hibernate.testing.orm.junit.SessionFactoryScope
 
inTransaction(Consumer<Session>) - Method in interface org.hibernate.SessionFactory
Open a Session and use it to perform an action within the bounds of a transaction.
inTransaction(SessionFactoryImplementor, Consumer<SessionImplementor>) - Static method in class org.hibernate.testing.transaction.TransactionUtil2
 
inTransaction(SessionImplementor, Consumer<SessionImplementor>) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
inTransaction(SessionImplementor, Consumer<SessionImplementor>) - Method in interface org.hibernate.testing.orm.junit.SessionFactoryScope
 
inTransaction(SessionImplementor, Consumer<SessionImplementor>) - Static method in class org.hibernate.testing.orm.transaction.TransactionUtil
 
inTransaction(SessionImplementor, Consumer<SessionImplementor>) - Static method in class org.hibernate.testing.transaction.TransactionUtil2
 
inTransaction(StatelessSession, Consumer<StatelessSession>) - Static method in class org.hibernate.testing.orm.transaction.TransactionUtil
 
INVALID_NATURAL_ID_REFERENCE - Static variable in interface org.hibernate.engine.spi.NaturalIdResolutions
Marker reference used to indicate that a given natural-id is invalid
invalidArrayElementType(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
InvalidatableWrapper<T> - Interface in org.hibernate.engine.jdbc.spi
Specialized JdbcWrapper contract for wrapped objects that can additionally be invalidated
invalidate() - Method in interface org.hibernate.engine.jdbc.spi.InvalidatableWrapper
Make the wrapper invalid for further usage.
invalidate() - Method in class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl.TransactionDriverControlImpl
 
invalidate() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl
 
invalidate() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl.TransactionDriverControlImpl
 
invalidate() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
 
invalidate(String[], SharedSessionContractImplementor) - Method in class org.hibernate.cache.internal.TimestampsCacheDisabledImpl
 
invalidate(String[], SharedSessionContractImplementor) - Method in class org.hibernate.cache.internal.TimestampsCacheEnabledImpl
 
invalidate(String[], SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.TimestampsCache
Perform invalidation of the passed spaces (table names) against the timestamp region data.
invalidDiscriminatorAnnotation(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
invalidEditOfReadOnlyItem(Object) - Method in interface org.hibernate.internal.CoreMessageLogger
 
InvalidGraphException - Exception in org.hibernate.graph
Thrown by GraphParser to indicate textual entity graph representation parsing errors.
InvalidGraphException(String) - Constructor for exception org.hibernate.graph.InvalidGraphException
 
invalidJndiName(String, JndiNameException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
InvalidMappingException - Exception in org.hibernate.boot
Indicates a problem parsing the mapping document at a given Origin.
InvalidMappingException - Exception in org.hibernate
Thrown when a mapping is found to be invalid.
InvalidMappingException(String, String, String) - Constructor for exception org.hibernate.InvalidMappingException
Constructs an InvalidMappingException using the given information.
InvalidMappingException(String, String, String, Throwable) - Constructor for exception org.hibernate.InvalidMappingException
Constructs an InvalidMappingException using the given information.
InvalidMappingException(String, Origin) - Constructor for exception org.hibernate.InvalidMappingException
Constructs an InvalidMappingException using the given information.
InvalidMappingException(Origin) - Constructor for exception org.hibernate.boot.InvalidMappingException
 
InvalidMappingException(Origin, Throwable) - Constructor for exception org.hibernate.boot.InvalidMappingException
 
InvalidMethodForAnnotationException - Exception in org.hibernate.testing.junit4
Indicates that an annotations was attached to a method incorrectly.
InvalidMethodForAnnotationException(String) - Constructor for exception org.hibernate.testing.junit4.InvalidMethodForAnnotationException
 
InvalidMethodForAnnotationException(String, Throwable) - Constructor for exception org.hibernate.testing.junit4.InvalidMethodForAnnotationException
 
invalidOnDeleteAnnotation(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
invalidPrimaryKeyJoinColumnAnnotation(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
InvalidPropertyAccessorException - Exception in org.hibernate.bytecode.internal.bytebuddy
 
InvalidPropertyAccessorException(String) - Constructor for exception org.hibernate.bytecode.internal.bytebuddy.InvalidPropertyAccessorException
 
invalidSubStrategy(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
invalidTableAnnotation(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
invariant(FunctionParameterType...) - Static method in class org.hibernate.query.sqm.produce.function.StandardFunctionArgumentTypeResolvers
 
invariant(BasicType<?>) - Static method in class org.hibernate.query.sqm.produce.function.StandardFunctionReturnTypeResolvers
A resolver that defines an invariant result type.
invariant(TypeConfiguration, FunctionParameterType) - Static method in class org.hibernate.query.sqm.produce.function.StandardFunctionArgumentTypeResolvers
 
invariant(TypeConfiguration, FunctionParameterType...) - Static method in class org.hibernate.query.sqm.produce.function.StandardFunctionArgumentTypeResolvers
 
inverse - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
inverse - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
inverse - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
inverse - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
inverse - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
inverse - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
 
inverse - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
inverse() - Method in annotation type org.hibernate.annotations.Table
Deprecated.
inverse() - Method in enum org.hibernate.metamodel.mapping.ForeignKeyDescriptor.Nature
 
InverseDistributionFunction - Class in org.hibernate.dialect.function
 
InverseDistributionFunction(String, FunctionParameterType, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.InverseDistributionFunction
 
InverseDistributionFunction.SelfRenderingInverseDistributionFunction<T> - Class in org.hibernate.dialect.function
 
inverseDistributionOrderedSetAggregates() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
inverseDistributionOrderedSetAggregates_windowEmulation() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
InverseDistributionWindowEmulation - Class in org.hibernate.dialect.function
 
InverseDistributionWindowEmulation(String, FunctionParameterType, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.InverseDistributionWindowEmulation
 
inverseForeignKey - Variable in class org.hibernate.boot.jaxb.mapping.JaxbJoinTable
 
inverseForeignKey - Variable in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
 
inverseInitializeCallback(TableGroupProducer, SelectableMappings, EmbeddableMappingType, MappingModelCreationProcess, ManagedMappingType, MutableAttributeMappingList) - Method in class org.hibernate.metamodel.mapping.internal.AbstractEmbeddableMapping
 
inverseJoinColumn - Variable in class org.hibernate.boot.jaxb.mapping.JaxbJoinTable
 
inverseJoinColumn - Variable in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
 
inverseJoinColumns - Variable in class org.hibernate.boot.model.internal.CollectionBinder
 
inverseJoinColumns() - Method in annotation type org.hibernate.envers.AuditJoinTable
The foreign key columns of the join table which reference the primary table of the entity that does not own the association (i.e.
inverseName() - Method in annotation type org.hibernate.annotations.ForeignKey
Deprecated.
this member is currently ignored and has no effect
InverseNonAggregatedIdentifierMapping - Class in org.hibernate.metamodel.mapping.internal
The inverse part of a "non-aggregated" composite identifier.
invert() - Method in enum org.hibernate.query.sqm.ComparisonOperator
 
invertMap() - Method in class org.hibernate.event.spi.MergeContext
Returns an unmodifiable map view of the managed-to-merge entity cross-references.
invoke(Object) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.DynamicProperty
 
invoke(Object, Object...) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.DynamicProperty
 
invoke(Object, Method, Object[]) - Method in class org.hibernate.engine.jdbc.ClobProxy
invoke(Object, Method, Object[]) - Method in class org.hibernate.engine.jdbc.SerializableBlobProxy
 
invoke(Object, Method, Object[]) - Method in class org.hibernate.engine.jdbc.SerializableClobProxy
 
invoke(Object, Method, Object[]) - Method in class org.hibernate.testing.jdbc.JdbcMocks.EmptyResultSetHandler
 
invoke(Object, Method, Object[]) - Method in class org.hibernate.testing.jdbc.JdbcMocks.PreparedStatementHandler
 
invoke(Method, Object[], Object) - Method in class org.hibernate.proxy.pojo.BasicLazyInitializer
 
INVOKE_IMPLEMENTATION - Static variable in class org.hibernate.proxy.pojo.BasicLazyInitializer
 
invokeAfterLoadActions(Object, EntityMappingType, SharedSessionContractImplementor) - Method in class org.hibernate.sql.exec.internal.CallbackImpl
 
invokeAfterLoadActions(Object, EntityMappingType, SharedSessionContractImplementor) - Method in class org.hibernate.sql.exec.internal.CallbackNoOp
 
invokeAfterLoadActions(Object, EntityMappingType, SharedSessionContractImplementor) - Method in interface org.hibernate.sql.exec.spi.Callback
Invoke all registered actions
invokeAfterLoadActions(SharedSessionContractImplementor, Object, Loadable) - Method in interface org.hibernate.sql.exec.spi.Callback
Deprecated, for removal: This API element is subject to removal in a future version.
invokeDeleteLifecycle(EventSource, Object, EntityPersister) - Method in class org.hibernate.event.internal.DefaultDeleteEventListener
 
invokeExplosively(Object, Object...) - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
 
invokeInterceptor(FlushEntityEvent) - Method in class org.hibernate.event.internal.DefaultFlushEntityEventListener
 
invokeLoadLifecycle(PostLoadEvent, EventSource) - Method in class org.hibernate.event.internal.DefaultPostLoadEventListener
 
invokeSaveLifecycle(Object, EntityPersister, EventSource) - Method in class org.hibernate.event.internal.AbstractSaveEventListener
 
invokeUpdateLifecycle(Object, EntityPersister, EventSource) - Method in class org.hibernate.event.internal.DefaultSaveOrUpdateEventListener
Deprecated.
 
IRRELEVANT - org.hibernate.sql.ast.Clause
Again, not used in 5.x.
IS - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
IS - Static variable in class org.hibernate.grammars.hql.HqlParser
 
IS() - Method in class org.hibernate.grammars.hql.HqlParser.IsDistinctFromPredicateContext
 
IS() - Method in class org.hibernate.grammars.hql.HqlParser.IsEmptyPredicateContext
 
IS() - Method in class org.hibernate.grammars.hql.HqlParser.IsFalsePredicateContext
 
IS() - Method in class org.hibernate.grammars.hql.HqlParser.IsNullPredicateContext
 
IS() - Method in class org.hibernate.grammars.hql.HqlParser.IsTruePredicateContext
 
IS() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
IS_BEING_REPLICATED - org.hibernate.engine.internal.AbstractEntityEntry.BooleanState
 
IS_DYNAMIC - Static variable in interface org.hibernate.usertype.DynamicParameterizedType
 
IS_INITIALIZED - Static variable in class org.hibernate.testing.orm.assertj.HibernateInitializedCondition
 
IS_NOT_INITIALIZED - Static variable in class org.hibernate.testing.orm.assertj.HibernateInitializedCondition
 
IS_PRIMARY_KEY - Static variable in interface org.hibernate.usertype.DynamicParameterizedType
 
is3d - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
isAbstract() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
isAbstract() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Gets the value of the abstract property.
isAbstract() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
isAbstract() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
Is the entity abstract?
isAbstract() - Method in class org.hibernate.mapping.PersistentClass
 
isAbstract() - Method in class org.hibernate.mapping.Table
 
isAbstract() - Method in class org.hibernate.metamodel.internal.AbstractPojoInstantiator
 
isAbstract() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
Whether this entity is defined as abstract using the Java abstract keyword
isAbstract() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isAbstract() - Method in interface org.hibernate.persister.entity.Loadable
Deprecated.
 
isAbstract() - Method in interface org.hibernate.persister.entity.Queryable
Deprecated.
Is this an abstract class?
isAbstract() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
isAbstractClass(Class) - Static method in class org.hibernate.internal.util.ReflectHelper
Determine if the given class is declared abstract.
isAbstractUnionTable() - Method in class org.hibernate.mapping.Table
 
isAccessTypeResolved() - Method in class org.hibernate.jpamodelgen.util.AccessTypeInformation
 
isActive() - Method in class org.hibernate.boot.registry.internal.BootstrapServiceRegistryImpl
 
isActive() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
isActive() - Method in class org.hibernate.engine.transaction.internal.TransactionImpl
 
isActive() - Method in class org.hibernate.internal.JdbcSessionContextImpl
 
isActive() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
 
isActive() - Method in class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl
 
isActive() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl
 
isActive() - Method in interface org.hibernate.resource.transaction.backend.jta.internal.synchronization.SynchronizationCallbackTarget
Is the callback target still active? Generally this is checked by the caller prior to calling SynchronizationCallbackTarget.beforeCompletion() or SynchronizationCallbackTarget.afterCompletion(boolean, boolean)
isActive() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
Is this transaction still active?
isActive() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorOwner
Is the TransactionCoordinator owner considered active?
isActive() - Method in class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
isActive(boolean) - Method in class org.hibernate.engine.transaction.internal.TransactionImpl
 
isActive(boolean) - Method in interface org.hibernate.engine.transaction.spi.TransactionImplementor
Indicate whether a resource transaction is in progress.
isActive(boolean) - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator.TransactionDriver
 
isActive(int) - Static method in class org.hibernate.engine.transaction.internal.jta.JtaStatusHelper
Does the given status code indicate an active transaction?
isActive(TransactionManager) - Static method in class org.hibernate.engine.transaction.internal.jta.JtaStatusHelper
Does the status code obtained from the given TransactionManager indicate an active transaction?
isActive(UserTransaction) - Static method in class org.hibernate.engine.transaction.internal.jta.JtaStatusHelper
Does the status code obtained from the given UserTransaction indicate an active transaction?
isAddSuppressWarningsAnnotation() - Method in class org.hibernate.jpamodelgen.Context
 
isAffectedBy(Map<String, Filter>) - Method in class org.hibernate.internal.FilterHelper
 
isAffectedByEnabledFetchProfiles(LoadQueryInfluencers) - Method in interface org.hibernate.loader.ast.spi.Loadable
Whether any of the LoadQueryInfluencers.getEnabledFetchProfileNames() apply to this loadable
isAffectedByEnabledFetchProfiles(LoadQueryInfluencers) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
isAffectedByEnabledFetchProfiles(LoadQueryInfluencers) - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
isAffectedByEnabledFetchProfiles(LoadQueryInfluencers) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isAffectedByEnabledFetchProfiles(LoadQueryInfluencers) - Method in interface org.hibernate.persister.collection.CollectionPersister
 
isAffectedByEnabledFetchProfiles(LoadQueryInfluencers) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isAffectedByEnabledFilters(LoadQueryInfluencers) - Method in interface org.hibernate.loader.ast.spi.Loadable
Whether any of the "influencers" affect this loadable.
isAffectedByEnabledFilters(LoadQueryInfluencers) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
isAffectedByEnabledFilters(LoadQueryInfluencers) - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
isAffectedByEnabledFilters(LoadQueryInfluencers) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isAffectedByEnabledFilters(LoadQueryInfluencers) - Method in interface org.hibernate.persister.collection.CollectionPersister
 
isAffectedByEnabledFilters(LoadQueryInfluencers) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isAffectedByEnabledFilters(SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isAffectedByEnabledFilters(SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
 
isAffectedByEntityGraph(LoadQueryInfluencers) - Method in interface org.hibernate.loader.ast.spi.Loadable
Whether the effective entity-graph applies to this loadable
isAffectedByEntityGraph(LoadQueryInfluencers) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
isAffectedByEntityGraph(LoadQueryInfluencers) - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
isAffectedByEntityGraph(LoadQueryInfluencers) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isAffectedByEntityGraph(LoadQueryInfluencers) - Method in interface org.hibernate.persister.collection.CollectionPersister
 
isAffectedByEntityGraph(LoadQueryInfluencers) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isAffectedByInfluencers(LoadQueryInfluencers) - Method in interface org.hibernate.loader.ast.spi.Loadable
 
isAffectedByInfluencers(LoadQueryInfluencers) - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
isAfter(int) - Method in interface org.hibernate.dialect.DatabaseVersion
Determine whether this version after the passed one
isAfter(int, int) - Method in interface org.hibernate.dialect.DatabaseVersion
Determine whether this version after the passed one
isAfter(int, int, int) - Method in interface org.hibernate.dialect.DatabaseVersion
Determine whether this version after the passed one
isAfter(Integer, Integer) - Method in interface org.hibernate.dialect.DatabaseVersion
Determine whether this version after the passed one
isAfter(DatabaseVersion) - Method in interface org.hibernate.dialect.DatabaseVersion
Determine whether this version comes after the passed one
isAfterLast() - Method in class org.hibernate.sql.results.internal.RowProcessingStateStandardImpl
 
isAfterLast(RowProcessingState) - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesCacheHit
 
isAfterLast(RowProcessingState) - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesResultSetImpl
 
isAfterLast(RowProcessingState) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
 
isAliased() - Method in class org.hibernate.spi.NavigablePath
 
isAll() - Method in enum org.hibernate.engine.OptimisticLockStyle
 
isAllFalse(boolean...) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
isAllNegative(int[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
isAllNull(Object[], int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Deprecated, for removal: This API element is subject to removal in a future version.
isAllOrDirty() - Method in enum org.hibernate.engine.OptimisticLockStyle
 
isAllOrDirtyOptLocking() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Deprecated, for removal: This API element is subject to removal in a future version.
this method is no longer used
isAllowedToReuse() - Method in class org.hibernate.event.spi.FlushEntityEvent
 
isAllowExtensionsInCdi() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
 
isAllowExtensionsInCdi() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
isAllowExtensionsInCdi() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
Check to see if extensions can be hosted in CDI
isAllowIdentifierReuse() - Method in class org.hibernate.envers.configuration.Configuration
 
isAllowJoins() - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
 
isAllowLoadOutsideTransaction() - Method in class org.hibernate.proxy.AbstractLazyInitializer
Get whether the proxy can load data even if it's not attached to a session with an ongoing transaction.
isAllowLoadOutsideTransaction() - Method in class org.hibernate.proxy.map.MapLazyInitializer
 
isAllowNulls() - Method in class org.hibernate.event.spi.LoadEventListener.LoadType
 
isAllowOutOfTransactionUpdateOperations() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
isAllowOutOfTransactionUpdateOperations() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isAllowOutOfTransactionUpdateOperations() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isAllowProxyCreation() - Method in class org.hibernate.event.spi.LoadEventListener.LoadType
 
isAllowRefreshDetachedEntity() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
isAllowRefreshDetachedEntity() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isAllowRefreshDetachedEntity() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isAllTestsIgnored() - Method in class org.hibernate.testing.junit4.CustomRunner
 
isAllTrue(boolean...) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
isAlternateUniqueKey() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
isAlternateUniqueKey() - Method in class org.hibernate.mapping.Collection
 
isAlternateUniqueKey() - Method in class org.hibernate.mapping.OneToMany
 
isAlternateUniqueKey() - Method in class org.hibernate.mapping.SimpleValue
 
isAlternateUniqueKey() - Method in interface org.hibernate.mapping.Value
 
isAlwaysDirtyChecked() - Method in class org.hibernate.type.AnyType
 
isAlwaysDirtyChecked() - Method in interface org.hibernate.type.AssociationType
Do we dirty check this association, even when there are no columns to be updated?
isAlwaysDirtyChecked() - Method in class org.hibernate.type.CollectionType
We always need to dirty check the collection because we sometimes need to increment version number of owner and also because of how assemble/disassemble is implemented for uks
isAlwaysDirtyChecked() - Method in class org.hibernate.type.ManyToOneType
 
isAlwaysDirtyChecked() - Method in class org.hibernate.type.OneToOneType
We don't need to dirty check one-to-one because of how assemble/disassemble is implemented and because a one-to-one association is never dirty
isAnnotationMirrorOfType(AnnotationMirror, String) - Static method in class org.hibernate.jpamodelgen.util.TypeUtils
Returns true if the provided annotation type is of the same type as the provided class, false otherwise.
isAnnotationPresent(Class<T>) - Method in class org.hibernate.boot.model.internal.JPAXMLOverriddenAnnotationReader
 
isAnnotationPresent(Class<T>) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.DynamicProperty
 
isAnonymous() - Method in class org.hibernate.mapping.CheckConstraint
 
isAnsiNullOn() - Method in class org.hibernate.dialect.Dialect
Deprecated.
This is only called from SybaseASESqlAstTranslator so it doesn't need to be declared here.
isAnsiNullOn() - Method in class org.hibernate.dialect.DialectDelegateWrapper
Deprecated.
isAnsiNullOn() - Method in class org.hibernate.dialect.SybaseASEDialect
 
isAnyTrue(boolean...) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
isAnyType() - Method in class org.hibernate.type.AbstractStandardBasicType
 
isAnyType() - Method in class org.hibernate.type.AbstractType
 
isAnyType() - Method in class org.hibernate.type.AnyType
 
isAnyType() - Method in class org.hibernate.type.internal.ConvertedBasicTypeImpl
 
isAnyType() - Method in class org.hibernate.type.SerializableToBlobType
 
isAnyType() - Method in interface org.hibernate.type.Type
Return true if the implementation is castable to AnyType.
isApplicable(Connection) - Method in interface org.hibernate.testing.cleaner.DatabaseCleaner
 
isApplicable(Connection) - Method in class org.hibernate.testing.cleaner.DB2DatabaseCleaner
 
isApplicable(Connection) - Method in class org.hibernate.testing.cleaner.H2DatabaseCleaner
 
isApplicable(Connection) - Method in class org.hibernate.testing.cleaner.MariaDBDatabaseCleaner
 
isApplicable(Connection) - Method in class org.hibernate.testing.cleaner.MySQL5DatabaseCleaner
 
isApplicable(Connection) - Method in class org.hibernate.testing.cleaner.MySQL8DatabaseCleaner
 
isApplicable(Connection) - Method in class org.hibernate.testing.cleaner.OracleDatabaseCleaner
 
isApplicable(Connection) - Method in class org.hibernate.testing.cleaner.PostgreSQLDatabaseCleaner
 
isApplicable(Connection) - Method in class org.hibernate.testing.cleaner.SQLServerDatabaseCleaner
 
isArray() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.DynamicProperty
 
isArray() - Method in class org.hibernate.mapping.Array
 
isArray() - Method in class org.hibernate.mapping.Collection
 
isArray() - Method in interface org.hibernate.metadata.CollectionMetadata
Deprecated.
Is the collection an array?
isArray() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isArray() - Method in interface org.hibernate.persister.collection.CollectionPersister
Is this an array?
isArrayType() - Method in class org.hibernate.type.ArrayType
 
isArrayType() - Method in class org.hibernate.type.CollectionType
 
isAscending() - Method in class org.hibernate.envers.query.order.AuditOrder.OrderData
 
isAscending() - Method in interface org.hibernate.query.criteria.JpaSearchOrder
Whether ascending ordering is in effect.
isAscending() - Method in class org.hibernate.query.sqm.tree.cte.SqmSearchClauseSpecification
 
isAscending() - Method in class org.hibernate.query.sqm.tree.select.SqmSortSpecification
 
isAssignableTo(ReturnableType<?>, ReturnableType<?>) - Static method in class org.hibernate.query.sqm.produce.function.StandardFunctionReturnTypeResolvers
 
isAssociation() - Method in enum org.hibernate.boot.model.source.spi.PluralAttributeElementNature
 
isAssociation() - Method in class org.hibernate.metamodel.model.domain.internal.AbstractPluralAttribute
 
isAssociation() - Method in class org.hibernate.metamodel.model.domain.internal.SingularAttributeImpl
 
isAssociation() - Method in class org.hibernate.query.derived.AnonymousTupleSqmAssociationPathSource
 
isAssociationFetch() - Method in class org.hibernate.event.spi.LoadEvent
 
isAssociationKeyVisited(AssociationKey) - Method in class org.hibernate.loader.ast.internal.LoaderSqlAstCreationState
 
isAssociationKeyVisited(AssociationKey) - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
isAssociationKeyVisited(AssociationKey) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
isAssociationKeyVisited(AssociationKey) - Method in interface org.hibernate.sql.results.graph.DomainResultCreationState
Checks whether the given circularityKey is registered
isAssociationType() - Method in class org.hibernate.type.AbstractStandardBasicType
 
isAssociationType() - Method in class org.hibernate.type.AbstractType
 
isAssociationType() - Method in class org.hibernate.type.AnyType
 
isAssociationType() - Method in class org.hibernate.type.CollectionType
Note: return true because this type is castable to AssociationType.
isAssociationType() - Method in class org.hibernate.type.EntityType
An entity type is a type of association type
isAssociationType() - Method in class org.hibernate.type.internal.ConvertedBasicTypeImpl
 
isAssociationType() - Method in class org.hibernate.type.SerializableToBlobType
 
isAssociationType() - Method in interface org.hibernate.type.Type
Return true if the implementation is castable to AssociationType.
isAttributeAssignableToConcreteDescriptor() - Method in class org.hibernate.sql.results.graph.entity.internal.EntitySelectFetchInitializer
 
isAttributeAssignableToConcreteDescriptor(FetchParentAccess, AttributeMapping) - Method in interface org.hibernate.sql.results.graph.Initializer
 
isAttributeLoaded(Object, String) - Method in class org.hibernate.bytecode.internal.BytecodeEnhancementMetadataNonPojoImpl
 
isAttributeLoaded(Object, String) - Method in class org.hibernate.bytecode.internal.BytecodeEnhancementMetadataPojoImpl
 
isAttributeLoaded(Object, String) - Method in interface org.hibernate.bytecode.spi.BytecodeEnhancementMetadata
 
isAttributeLoaded(String) - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.BytecodeLazyAttributeInterceptor
 
isAttributeLoaded(String) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
 
isAttributeLoaded(String) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor
 
isAttributeLoaded(String) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
Deprecated.
Interceptors that deal with * lazy state should implement BytecodeLazyAttributeInterceptor
isAudited() - Method in annotation type org.hibernate.envers.AuditOverride
Indicates if the field (or property) is audited; defaults to true.
isAudited() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.AuditOverrideData
 
isAudited() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.ClassAuditingData
 
isAudited() - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractToOneMapper.EntityInfo
 
isAudited() - Method in class org.hibernate.envers.internal.entities.mapper.relation.MiddleIdData
 
isAutoAliasInjection() - Method in class org.hibernate.boot.jaxb.mapping.JaxbHbmFilter
Gets the value of the autoAliasInjection property.
isAutoApply() - Method in class org.hibernate.boot.jaxb.mapping.JaxbConverter
Gets the value of the autoApply property.
isAutoApply() - Method in class org.hibernate.boot.jaxb.mapping.JaxbConverterRegistration
Gets the value of the autoApply property.
isAutoApply() - Method in class org.hibernate.boot.model.convert.spi.RegisteredConversion
 
isAutoApply() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Converter
Gets the value of the autoApply property.
isAutoCloseEnabled() - Method in class org.hibernate.context.internal.JTASessionContext
Mainly for subclass usage.
isAutoCloseEnabled() - Method in class org.hibernate.context.internal.ThreadLocalSessionContext
Mainly for subclass usage.
isAutoCloseSessionEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
isAutoCloseSessionEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isAutoCloseSessionEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isAutoCloseSessionEnabled() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
isAutoCloseSessionEnabled() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Deprecated.
there's no reason to expose this here
isAutoCloseSessionEnabled() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
isAutoCloseSessionEnabled() - Method in class org.hibernate.internal.SessionImpl
 
isAutoCloseSessionEnabled() - Method in class org.hibernate.internal.StatelessSessionImpl
 
isAutoEvictCollectionCache() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
isAutoEvictCollectionCache() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isAutoEvictCollectionCache() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isAutoFlushEnabled() - Method in class org.hibernate.context.internal.JTASessionContext
Mainly for subclass usage.
isAutoFlushEnabled() - Method in class org.hibernate.context.internal.ThreadLocalSessionContext
Mainly for subclass usage.
isAutoImport() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the autoImport property.
isAutoImport() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
Gets the value of the autoImport property.
isAutoImport() - Method in class org.hibernate.boot.jaxb.mapping.JaxbPersistenceUnitDefaults
Gets the value of the autoImport property.
isAutoImportEnabled() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MappingDefaultsImpl
 
isAutoImportEnabled() - Method in class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults
 
isAutoImportEnabled() - Method in interface org.hibernate.boot.spi.MappingDefaults
Is auto-importing of entity (short) names enabled?
isAutonomous() - Method in class org.hibernate.dialect.OracleDialect
 
isAutonomous() - Method in class org.hibernate.dialect.OracleServerConfiguration
 
isAutonomous(DialectResolutionInfo) - Static method in class org.hibernate.dialect.OracleDialect
Deprecated.
isBackRef() - Method in class org.hibernate.mapping.Backref
 
isBackRef() - Method in class org.hibernate.mapping.IndexBackref
 
isBackRef() - Method in class org.hibernate.mapping.Property
 
isBasicPropertyAccessor() - Method in class org.hibernate.mapping.Backref
 
isBasicPropertyAccessor() - Method in class org.hibernate.mapping.IndexBackref
 
isBasicPropertyAccessor() - Method in class org.hibernate.mapping.Property
 
isBatchable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Deprecated, for removal: This API element is subject to removal in a future version.
No longer used. See MutationExecutorService
isBatchLoadable() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isBatchLoadable() - Method in interface org.hibernate.persister.collection.CollectionPersister
 
isBatchLoadable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isBatchLoadable() - Method in interface org.hibernate.persister.entity.EntityPersister
Is batch loading enabled?
isBatchLoadable(LoadQueryInfluencers) - Method in class org.hibernate.engine.spi.EntityKey
 
isBefore(int) - Method in interface org.hibernate.dialect.DatabaseVersion
Determine whether this version before the passed one
isBefore(int, int) - Method in interface org.hibernate.dialect.DatabaseVersion
Determine whether this version before the passed one
isBefore(int, int, int) - Method in interface org.hibernate.dialect.DatabaseVersion
Determine whether this version before the passed one
isBefore(Integer, Integer) - Method in interface org.hibernate.dialect.DatabaseVersion
Determine whether this version before the passed one
isBefore(DatabaseVersion) - Method in interface org.hibernate.dialect.DatabaseVersion
Determine whether this version comes before the passed one
isBeforeFirst() - Method in class org.hibernate.sql.results.internal.RowProcessingStateStandardImpl
 
isBeforeFirst(RowProcessingState) - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesCacheHit
 
isBeforeFirst(RowProcessingState) - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesResultSetImpl
 
isBeforeFirst(RowProcessingState) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
 
isBeingReplicated() - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
isBeingReplicated() - Method in interface org.hibernate.engine.spi.EntityEntry
 
isBidirectional() - Method in class org.hibernate.envers.internal.entities.RelationDescription
 
isBidirectionalAttributeName(NavigablePath, ToOneAttributeMapping) - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
isBidirectionalAttributeName(NavigablePath, ToOneAttributeMapping) - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
isBidirectionalAttributeName(NavigablePath, ModelPart, NavigablePath, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
isBinary() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
 
isBinaryType(int) - Static method in class org.hibernate.type.SqlTypes
Does the given JDBC type code represent some sort of variable-length binary string or BLOB type?
isBindAsParam() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
Gets the value of the bindAsParam property.
isBindAsParam() - Method in class org.hibernate.boot.jaxb.mapping.JaxbMultiTenancy
Gets the value of the bindAsParam property.
isBindAsParam() - Method in class org.hibernate.boot.jaxb.mapping.JaxbTenantId
Gets the value of the bindAsParam property.
isBlank(String) - Static method in class org.hibernate.internal.util.StringHelper
 
isBound() - Method in class org.hibernate.query.internal.QueryParameterBindingImpl
 
isBound() - Method in interface org.hibernate.query.spi.QueryParameterBinding
Is any value (including null) bound? Asked another way, were any of the `#set` methods called?
isBound(Parameter<?>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
isBound(QueryParameterImplementor<?>) - Method in class org.hibernate.procedure.internal.ProcedureParamBindings
 
isBound(QueryParameterImplementor<?>) - Method in class org.hibernate.query.internal.QueryParameterBindingsImpl
 
isBound(QueryParameterImplementor<?>) - Method in interface org.hibernate.query.spi.QueryParameterBindings
Has binding been done for the given parameter.
isBytecodeEnhanced() - Method in class org.hibernate.metamodel.internal.EntityRepresentationStrategyPojoStandard
 
isBytecodeEnhanced() - Method in interface org.hibernate.metamodel.spi.EntityRepresentationStrategy
 
isBytecodeLazy() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceBasicImpl
 
isBytecodeLazy() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceManyToOneImpl
 
isBytecodeLazy() - Method in class org.hibernate.boot.model.source.internal.hbm.SingularAttributeSourceAnyImpl
 
isBytecodeLazy() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSource
Should the attribute be lazily loaded by bytecode enhancement?
isCacheable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Gets the value of the cacheable property.
isCacheable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Gets the value of the cacheable property.
isCacheable() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the cacheable property.
isCacheable() - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedNativeQuery
Gets the value of the cacheable property.
isCacheable() - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedQuery
Gets the value of the cacheable property.
isCacheable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the cacheable property.
isCacheable() - Method in interface org.hibernate.query.SelectionQuery
Should the results of the query be stored in the second level cache?
isCacheable() - Method in class org.hibernate.query.spi.AbstractQuery
 
isCacheable() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
isCacheable() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
isCached() - Method in class org.hibernate.mapping.PersistentClass
 
isCacheInvalidationRequired() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
We can't immediately add to the cache if we have formulas which must be evaluated, or if we have the possibility of two concurrent updates to the same item being merged on the database.
isCacheInvalidationRequired() - Method in interface org.hibernate.persister.entity.EntityPersister
Should we always invalidate the cache instead of recaching updated state
isCacheLazy() - Method in class org.hibernate.boot.CacheRegionDefinition
 
isCacheLazyProperties() - Method in class org.hibernate.boot.model.Caching
Deprecated.
 
isCachePutEnabled(EntityPersister, SharedSessionContractImplementor) - Method in class org.hibernate.action.internal.EntityInsertAction
 
isCachingExplicitlyRequested() - Method in class org.hibernate.mapping.PersistentClass
Deprecated, for removal: This API element is subject to removal in a future version.
isCallable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCustomSqlDmlType
Gets the value of the callable property.
isCallable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Gets the value of the callable property.
isCallable() - Method in class org.hibernate.boot.jaxb.mapping.JaxbCustomSql
Gets the value of the callable property.
isCallable() - Method in class org.hibernate.boot.model.CustomSql
 
isCallable() - Method in interface org.hibernate.engine.jdbc.mutation.group.PreparedStatementDetails
Whether the statement is callable
isCallable() - Method in interface org.hibernate.query.sql.spi.NativeNonSelectQueryDefinition
 
isCallable() - Method in interface org.hibernate.query.sql.spi.NativeSelectQueryDefinition
 
isCallable() - Method in interface org.hibernate.sql.model.ast.CustomSqlMutation
Whether CustomSqlMutation.getCustomSql() represents a callable (function/procedure)
isCallable() - Method in interface org.hibernate.sql.model.ast.TableMutation
Is the mutation a procedure/function?
isCallable() - Method in class org.hibernate.sql.model.internal.OptionalTableUpdate
 
isCallable() - Method in class org.hibernate.sql.model.internal.TableDeleteCustomSql
 
isCallable() - Method in class org.hibernate.sql.model.internal.TableDeleteStandard
 
isCallable() - Method in class org.hibernate.sql.model.internal.TableInsertCustomSql
 
isCallable() - Method in class org.hibernate.sql.model.internal.TableInsertStandard
 
isCallable() - Method in class org.hibernate.sql.model.internal.TableUpdateCustomSql
 
isCallable() - Method in class org.hibernate.sql.model.internal.TableUpdateNoSet
 
isCallable() - Method in class org.hibernate.sql.model.internal.TableUpdateStandard
 
isCallable() - Method in class org.hibernate.sql.model.jdbc.AbstractJdbcMutation
 
isCallable() - Method in interface org.hibernate.sql.model.PreparableMutationOperation
Whether the operation is callable
isCallable() - Method in class org.hibernate.sql.model.TableMapping.MutationDetails
Whether custom SQL should be treated as callable (function / procedure)
isCascadable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class org.hibernate.boot.beanvalidation.HibernateTraversableResolver
 
isCascadeable() - Method in enum org.hibernate.boot.model.source.spi.PluralAttributeElementNature
 
isCascadeDeleteEnabled() - Method in class org.hibernate.action.internal.EntityDeleteAction
 
isCascadeDeleteEnabled() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceManyToOneImpl
 
isCascadeDeleteEnabled() - Method in class org.hibernate.boot.model.source.internal.hbm.JoinedSubclassEntitySourceImpl
 
isCascadeDeleteEnabled() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceManyToManyImpl
 
isCascadeDeleteEnabled() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeKeySourceImpl
 
isCascadeDeleteEnabled() - Method in interface org.hibernate.boot.model.source.spi.ForeignKeyContributingSource
Is "cascade delete" enabled for the foreign key? In other words, if a record in the parent (referenced) table is deleted, should the corresponding records in the child table automatically be deleted?
isCascadeDeleteEnabled() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeKeySource
 
isCascadeDeleteEnabled() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
 
isCascadeDeleteEnabled() - Method in class org.hibernate.event.spi.DeleteEvent
 
isCascadeDeleteEnabled() - Method in class org.hibernate.mapping.ForeignKey
isCascadeDeleteEnabled() - Method in interface org.hibernate.mapping.KeyValue
 
isCascadeDeleteEnabled() - Method in class org.hibernate.mapping.SimpleValue
isCascadeDeleteEnabled() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
isCascadeDeleteEnabled() - Method in interface org.hibernate.persister.collection.CollectionPersister
Is cascade delete handled by the database-level foreign key constraint definition?
isCascadeDeleteEnabled() - Method in class org.hibernate.persister.collection.mutation.CollectionTableMapping
 
isCascadeDeleteEnabled() - Method in class org.hibernate.persister.collection.OneToManyPersister
 
isCascadeDeleteEnabled() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping
 
isCascadeDeleteEnabled() - Method in interface org.hibernate.sql.model.TableMapping
Whether deletions are cascaded to this table at the database level.
isCascadeDeleteRevision() - Method in class org.hibernate.envers.configuration.Configuration
 
isCaseInsensitive(JdbcEnvironment) - Method in class org.hibernate.boot.model.naming.CamelCaseToUnderscoresNamingStrategy
Specify whether the database is case sensitive.
isCaseSensitive() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
 
isCaseSensitive() - Method in class org.hibernate.query.sqm.tree.predicate.SqmLikePredicate
 
isCaseSensitive() - Method in class org.hibernate.sql.ast.tree.predicate.LikePredicate
 
isCatalogQuoted() - Method in class org.hibernate.mapping.Table
 
isCatalogQuoted() - Method in class org.hibernate.mapping.UserDefinedType
 
isCharacterOrClobType(int) - Static method in class org.hibernate.type.SqlTypes
Does the given JDBC type code represent some sort of character string type?
isCharacterType(int) - Static method in class org.hibernate.type.SqlTypes
Does the given JDBC type code represent some sort of character string type?
isCheckDeleted() - Method in class org.hibernate.event.spi.LoadEventListener.LoadType
 
isCheckNullability() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
isCheckNullability() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isCheckNullability() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isClass(Class<?>) - Static method in class org.hibernate.internal.util.ReflectHelper
 
isClassHierarchyTraversalNeeded(Audited) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.AuditedPropertiesReader
 
isClassHierarchyTraversalNeeded(Audited) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.ComponentAuditedPropertiesReader
 
isClassOrRecordType(Element) - Static method in class org.hibernate.jpamodelgen.util.TypeUtils
 
isClassOrSuperclassJoin(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isClassOrSuperclassJoin(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
isClassOrSuperclassJoin(Join) - Method in class org.hibernate.mapping.PersistentClass
 
isClassOrSuperclassJoin(Join) - Method in class org.hibernate.mapping.Subclass
 
isClassOrSuperclassTable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isClassOrSuperclassTable(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
isClassOrSuperclassTable(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
isClassOrSuperclassTable(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
isClassOrSuperclassTable(Table) - Method in class org.hibernate.mapping.PersistentClass
 
isClassOrSuperclassTable(Table) - Method in class org.hibernate.mapping.Subclass
 
isCleanupTestDataRequired() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
isCleanupTestDataRequired() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
isCleanupTestDataRequired() - Method in class org.hibernate.testing.orm.junit.BaseSessionFactoryFunctionalTest
 
isCleanupTestDataRequired() - Method in class org.hibernate.testing.orm.junit.EntityManagerFactoryBasedFunctionalTest
 
isCleanupTestDataUsingBulkDelete() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
isClearQueueEnabled() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
Is this collection in a state that would allow us to "queue" clear? This is a special case, because of orphan delete.
isclosed - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
isClosed() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
isClosed() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
isClosed() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Determines whether the session is closed.
isClosed() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
isClosed() - Method in class org.hibernate.internal.AbstractScrollableResults
 
isClosed() - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
isClosed() - Method in class org.hibernate.internal.EmptyScrollableResults
 
isClosed() - Method in class org.hibernate.internal.SessionFactoryImpl
 
isClosed() - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
isClosed() - Method in interface org.hibernate.query.spi.ScrollableResultsImplementor
 
isClosed() - Method in interface org.hibernate.SessionFactory
Is this factory already closed?
isCollection() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.DynamicProperty
 
isCollection() - Method in class org.hibernate.jpamodelgen.validation.MockCollectionPersister
 
isCollection() - Method in class org.hibernate.metamodel.model.domain.internal.AbstractPluralAttribute
 
isCollection() - Method in class org.hibernate.metamodel.model.domain.internal.SingularAttributeImpl
 
isCollection() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isCollection() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isCollection() - Method in interface org.hibernate.persister.entity.Joinable
Deprecated.
Is this instance actually a CollectionPersister?
isCollection() - Method in class org.hibernate.query.derived.AnonymousTupleSqmAssociationPathSource
 
isCollectionAlias(String) - Method in class org.hibernate.query.sql.internal.ResultSetMappingProcessor
 
isCollectionAlias(String) - Method in interface org.hibernate.query.sql.internal.SQLQueryParser.ParserContext
 
isCollectionElement() - Method in interface org.hibernate.boot.model.naming.ImplicitBasicColumnNameSource
Is the basic column the "element column" for a collection?
isCollectionElement() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceBasicImpl
 
isCollectionElement() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceBasicImpl
 
isCollectionElement() - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
Does this part represent a collection-element reference?
isCollectionInitializer() - Method in interface org.hibernate.sql.results.graph.collection.CollectionInitializer
 
isCollectionInitializer() - Method in interface org.hibernate.sql.results.graph.Initializer
 
isCollectionsInDefaultFetchGroupEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
isCollectionsInDefaultFetchGroupEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isCollectionsInDefaultFetchGroupEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isCollectionType() - Method in class org.hibernate.type.AbstractStandardBasicType
 
isCollectionType() - Method in class org.hibernate.type.AbstractType
 
isCollectionType() - Method in class org.hibernate.type.CollectionType
 
isCollectionType() - Method in class org.hibernate.type.internal.ConvertedBasicTypeImpl
 
isCollectionType() - Method in class org.hibernate.type.SerializableToBlobType
 
isCollectionType() - Method in interface org.hibernate.type.Type
Return true if the implementation is castable to CollectionType.
isColumnExpressionFormula() - Method in class org.hibernate.metamodel.mapping.ordering.ast.ColumnReference
 
isColumnExpressionFormula() - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
 
isColumnInsertable(int) - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
isColumnInsertable(int) - Method in class org.hibernate.mapping.Collection
 
isColumnInsertable(int) - Method in class org.hibernate.mapping.OneToMany
 
isColumnInsertable(int) - Method in class org.hibernate.mapping.SimpleValue
 
isColumnInsertable(int) - Method in interface org.hibernate.mapping.Value
 
isColumnUpdateable(int) - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
isColumnUpdateable(int) - Method in class org.hibernate.mapping.Collection
 
isColumnUpdateable(int) - Method in class org.hibernate.mapping.OneToMany
 
isColumnUpdateable(int) - Method in class org.hibernate.mapping.SimpleValue
 
isColumnUpdateable(int) - Method in interface org.hibernate.mapping.Value
 
isCommentsEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
isCommentsEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isCommentsEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isCommitted(int) - Static method in class org.hibernate.engine.transaction.internal.jta.JtaStatusHelper
Does the given status code indicate a committed transaction?
isCommitted(TransactionManager) - Static method in class org.hibernate.engine.transaction.internal.jta.JtaStatusHelper
Does the status code obtained from the given TransactionManager indicate a commit?
isCommitted(UserTransaction) - Static method in class org.hibernate.engine.transaction.internal.jta.JtaStatusHelper
Does the status code obtained from the given UserTransaction indicate a commit?
isCompatible(Limit) - Method in class org.hibernate.query.spi.Limit
 
isCompatibleModelPart(ModelPart, ModelPart) - Static method in class org.hibernate.metamodel.mapping.MappingModelHelper
 
isCompatibleWith(JdbcParameterBindings, QueryOptions) - Method in class org.hibernate.sql.exec.internal.JdbcCallImpl
 
isCompatibleWith(JdbcParameterBindings, QueryOptions) - Method in class org.hibernate.sql.exec.spi.AbstractJdbcOperationQuery
 
isCompatibleWith(JdbcParameterBindings, QueryOptions) - Method in interface org.hibernate.sql.exec.spi.JdbcOperationQuery
 
isCompatibleWith(JdbcParameterBindings, QueryOptions) - Method in class org.hibernate.sql.exec.spi.JdbcOperationQueryMutationNative
 
isCompatibleWith(JdbcParameterBindings, QueryOptions) - Method in class org.hibernate.sql.exec.spi.JdbcOperationQuerySelect
 
isCompleted() - Method in class org.hibernate.testing.orm.domain.userguide.Payment
 
isComponent() - Method in class org.hibernate.boot.model.internal.ClassPropertyHolder
 
isComponent() - Method in class org.hibernate.boot.model.internal.CollectionPropertyHolder
 
isComponent() - Method in class org.hibernate.boot.model.internal.ComponentPropertyHolder
 
isComponent() - Method in interface org.hibernate.boot.model.internal.PropertyHolder
 
isComponentType() - Method in class org.hibernate.jpamodelgen.validation.ProcessorSessionFactory.Component
 
isComponentType() - Method in class org.hibernate.type.AbstractStandardBasicType
 
isComponentType() - Method in class org.hibernate.type.AbstractType
 
isComponentType() - Method in class org.hibernate.type.AnyType
 
isComponentType() - Method in class org.hibernate.type.ComponentType
 
isComponentType() - Method in class org.hibernate.type.internal.ConvertedBasicTypeImpl
 
isComponentType() - Method in class org.hibernate.type.SerializableToBlobType
 
isComponentType() - Method in interface org.hibernate.type.Type
Return true if the implementation is castable to CompositeType.
isComposite() - Method in class org.hibernate.mapping.Property
 
isCompositeClass(UnloadedClass) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
look for @Embeddable annotation
isCompositeClass(UnloadedClass) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
Does the given class name represent an embeddable/component class?
isCompositeClass(UnloadedClass) - Method in class org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
 
isCompositeOwner(Object) - Static method in class org.hibernate.engine.internal.ManagedTypeHelper
 
isCompositeTemporal(SqmExpression<?>) - Static method in class org.hibernate.query.sqm.tree.expression.SqmExpressionHelper
 
isCompositeTracker(Object) - Static method in class org.hibernate.engine.internal.ManagedTypeHelper
 
isCompoundSelection() - Method in class org.hibernate.query.hql.internal.FullyQualifiedReflectivePathTerminal
 
isCompoundSelection() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
isCompoundSelection() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
isCompoundSelection() - Method in class org.hibernate.query.sqm.tree.expression.SqmTuple
 
isCompoundSelection() - Method in class org.hibernate.query.sqm.tree.jpa.AbstractJpaSelection
 
isCompoundSelection() - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
 
isCompoundSelection() - Method in class org.hibernate.query.sqm.tree.select.SqmJpaCompoundSelection
 
isCompoundSelection() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectClause
 
isCompoundSelection() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
isConnected() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
isConnected() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
isConnected() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
isConnected() - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
isConnected() - Method in interface org.hibernate.SharedSessionContract
Check if the session is currently connected.
isConnectedToSession() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
isConnectedToSession() - Method in class org.hibernate.proxy.AbstractLazyInitializer
Getter for property 'connectedToSession'.
isConnectionClose(Exception) - Static method in class org.hibernate.testing.util.ExceptionUtil
Was the given exception caused by a SQL connection close
isConstrained() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Gets the value of the constrained property.
isConstrained() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSourceOneToOne
 
isConstrained() - Method in class org.hibernate.mapping.OneToOne
Returns the constrained.
isConstrained() - Method in class org.hibernate.mapping.SimpleValue
 
isContainsJoinFetchedBag() - 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
isContainsJoinFetchedCollection() - 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
isConversionDisabled() - Method in class org.hibernate.boot.model.internal.AttributeConversionInfo
Whether conversion is explicitly disabled for this attribute
isCorrelated() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
isCorrelated() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedBagJoin
 
isCorrelated() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedCrossJoin
 
isCorrelated() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedEntityJoin
 
isCorrelated() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedListJoin
 
isCorrelated() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedMapJoin
 
isCorrelated() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedPluralPartJoin
 
isCorrelated() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRoot
 
isCorrelated() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRootJoin
 
isCorrelated() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedSetJoin
 
isCorrelated() - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedSingularJoin
 
isCorrelated(CteStatement) - Method in class org.hibernate.dialect.HANASqlAstTranslator
 
isCorrelated(CteStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
isCreateEmptyCompositesEnabled() - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType
 
isCreateEmptyCompositesEnabled() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddableMappingTypeImpl
 
isCreateEmptyCompositesEnabled() - Method in class org.hibernate.metamodel.mapping.internal.IdClassEmbeddable
 
isCreateEmptyCompositesEnabled() - Method in class org.hibernate.metamodel.mapping.internal.VirtualIdEmbeddable
 
isCreateEmptyCompositesEnabled() - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddableValuedModelPart
 
isCreationEnabled() - Method in class org.hibernate.mapping.ForeignKey
 
isCriteriaCopyTreeEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
isCriteriaCopyTreeEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isCriteriaCopyTreeEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isCriteriaCopyTreeEnabled() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
isCriteriaCopyTreeEnabled() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
 
isCriteriaCopyTreeEnabled() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
isCriteriaCopyTreeEnabled() - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.AbstractHANADialect
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.CockroachDialect
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.DB2Dialect
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.DerbyDialect
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.Dialect
Is the command returned by Dialect.getCurrentTimestampSelectString() treated as callable?
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.H2Dialect
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.HSQLDialect
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.MySQLDialect
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.OracleDialect
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
isCurrentTimestampSelectStringCallable() - Method in class org.hibernate.dialect.SpannerDialect
 
isCustomDeleteAllCallable() - Method in class org.hibernate.mapping.Collection
 
isCustomDeleteCallable() - Method in class org.hibernate.mapping.Collection
 
isCustomDeleteCallable() - Method in class org.hibernate.mapping.Join
 
isCustomDeleteCallable() - Method in class org.hibernate.mapping.PersistentClass
 
isCustomInsertCallable() - Method in class org.hibernate.mapping.Collection
 
isCustomInsertCallable() - Method in class org.hibernate.mapping.Join
 
isCustomInsertCallable() - Method in class org.hibernate.mapping.PersistentClass
 
isCustomSql() - Method in class org.hibernate.sql.model.ast.AbstractTableMutation
 
isCustomSql() - Method in class org.hibernate.sql.model.internal.OptionalTableUpdate
 
isCustomSql() - Method in class org.hibernate.sql.model.internal.TableDeleteCustomSql
 
isCustomSql() - Method in class org.hibernate.sql.model.internal.TableDeleteStandard
 
isCustomSql() - Method in class org.hibernate.sql.model.internal.TableInsertCustomSql
 
isCustomSql() - Method in class org.hibernate.sql.model.internal.TableInsertStandard
 
isCustomSql() - Method in class org.hibernate.sql.model.internal.TableUpdateCustomSql
 
isCustomSql() - Method in class org.hibernate.sql.model.internal.TableUpdateNoSet
 
isCustomSql() - Method in class org.hibernate.sql.model.internal.TableUpdateStandard
 
isCustomUpdateCallable() - Method in class org.hibernate.mapping.Collection
 
isCustomUpdateCallable() - Method in class org.hibernate.mapping.Join
 
isCustomUpdateCallable() - Method in class org.hibernate.mapping.PersistentClass
 
isDateUnit() - Method in enum org.hibernate.query.sqm.TemporalUnit
Is this unit extractable from a date?
isDecimal() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
 
isDeepCopyNeeded() - Method in class org.hibernate.cache.spi.entry.StandardCacheEntryImpl
After assembly, is a copy of the array needed?
isDefault(XClass, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.BinderHelper
 
isDefaultLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Gets the value of the defaultLazy property.
isDefaultLazy() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
Gets the value of the defaultLazy property.
isDefaultLazy() - Method in class org.hibernate.boot.jaxb.mapping.JaxbPersistenceUnitDefaults
Gets the value of the defaultLazy property.
isDefaultOrdering(SortDirection, NullOrdering) - Method in enum org.hibernate.query.NullPrecedence
Is this null precedence the default for the given sort order and null ordering.
isDefaultReadOnly() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
isDefaultReadOnly() - Method in interface org.hibernate.engine.spi.PersistenceContext
Will entities and proxies that are loaded into this persistence context be made read-only by default? To determine the read-only/modifiable setting for a particular entity or proxy:
isDefaultReadOnly() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
isDefaultReadOnly() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
isDefaultReadOnly() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Are entities and proxies loaded by this session read-only by default?
isDefaultReadOnly() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
isDefaultReadOnly() - Method in class org.hibernate.internal.SessionImpl
 
isDefaultReadOnly() - Method in class org.hibernate.internal.StatelessSessionImpl
 
isDefaultReadOnly() - Method in interface org.hibernate.Session
Will entities and proxies that are loaded into this session be made read-only by default?
isDefinedOnMultipleSubclasses(Column) - Method in class org.hibernate.mapping.PersistentClass
 
isDefinedOnSubclass(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isDefinedOnSubclass(int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Deprecated.
Is this property defined on a subclass of the mapped class.
isDelayBatchFetchLoaderCreationsEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
isDelayBatchFetchLoaderCreationsEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isDelayBatchFetchLoaderCreationsEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isDelayBatchFetchLoaderCreationsEnabled() - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
isDeleteCallable() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping
 
isDeleteCallable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Deprecated, for removal: This API element is subject to removal in a future version.
With no replacement
isDeletedOrGone() - Method in enum org.hibernate.engine.spi.Status
 
isDetachedEntityUpdate(String, Object[]) - Method in class org.hibernate.envers.event.spi.BaseEnversUpdateEventListener
Returns whether the entity has withModifiedFlag features and has no old state, most likely implying it was updated in a detached entity state.
isDirectlyAccessible() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
isDirectlyAccessible() - Method in class org.hibernate.collection.spi.PersistentArrayHolder
 
isDirectlyAccessible() - Method in interface org.hibernate.collection.spi.PersistentCollection
Could the application possibly have a direct reference to the underlying collection implementation?
isDirectlyProvidedCollection(Object) - Method in class org.hibernate.collection.spi.PersistentBag
 
isDirectlyProvidedCollection(Object) - Method in interface org.hibernate.collection.spi.PersistentCollection
Was collection provided directly to this PersistentCollection (i.e., provided as an argument to a constructor)?
isDirectlyProvidedCollection(Object) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
isDirectReferenceCacheEntriesEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
isDirectReferenceCacheEntriesEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isDirectReferenceCacheEntriesEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isDirty() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
isDirty() - Method in interface org.hibernate.collection.spi.PersistentCollection
Is the collection dirty? Note that this is only reliable during the flush cycle, after the collection elements are dirty checked against the snapshot.
isDirty() - Method in enum org.hibernate.engine.OptimisticLockStyle
 
isDirty() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
isDirty() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
isDirty() - Method in class org.hibernate.event.spi.DirtyCheckEvent
 
isDirty() - Method in class org.hibernate.internal.SessionImpl
 
isDirty() - Method in interface org.hibernate.Session
Does this session contain any changes which must be synchronized with the database? In other words, would any DML operations be executed if we flushed this session?
isDirty(int, AttributeMapping) - Method in interface org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard.DirtinessChecker
 
isDirty(Object, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
 
isDirty(Object, Object) - Method in class org.hibernate.type.internal.ConvertedBasicTypeImpl
 
isDirty(Object, Object) - Method in class org.hibernate.type.SerializableToBlobType
 
isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.DiscriminatorType
Deprecated.
 
isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.AnyType
 
isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.CollectionType
 
isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.ComponentType
 
isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.CustomType
 
isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.internal.ConvertedBasicTypeImpl
 
isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.ManyToOneType
 
isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.MetaType
Deprecated.
 
isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.OneToOneType
 
isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.SerializableToBlobType
 
isDirty(Object, Object, boolean[], SharedSessionContractImplementor) - Method in interface org.hibernate.type.Type
Should the parent be considered dirty, given both the old and current value?
isDirty(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
isDirty(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractType
 
isDirty(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.CollectionType
 
isDirty(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.ComponentType
 
isDirty(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.internal.ConvertedBasicTypeImpl
 
isDirty(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.ManyToOneType
 
isDirty(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.OneToOneType
 
isDirty(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.SerializableToBlobType
 
isDirty(Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.type.Type
Should the parent be considered dirty, given both the old and current value?
isDirty(Object, EntityPersister, Session) - Method in class org.hibernate.boot.internal.DefaultCustomEntityDirtinessStrategy
 
isDirty(Object, EntityPersister, Session) - Method in interface org.hibernate.CustomEntityDirtinessStrategy
The callback used by Hibernate to determine if the given entity is dirty.
isDirty(CustomEntityDirtinessStrategy.AttributeInformation) - Method in interface org.hibernate.CustomEntityDirtinessStrategy.AttributeChecker
Do the attribute dirty check.
isDirtyCheckable() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
Deprecated.
 
isDirtyCheckable() - Method in class org.hibernate.tuple.BaselineAttributeInformation
Deprecated.
 
isDirtyCheckable() - Method in interface org.hibernate.tuple.NonIdentifierAttribute
Deprecated.
 
isDirtyCheckable(boolean) - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
Deprecated.
 
isDirtyCheckable(boolean) - Method in interface org.hibernate.tuple.NonIdentifierAttribute
isDirtyCheckHandledByInterceptor() - Method in class org.hibernate.event.spi.FlushEntityEvent
 
isDirtyCheckPossible() - Method in class org.hibernate.event.spi.FlushEntityEvent
 
isDisableConversion() - Method in class org.hibernate.boot.jaxb.mapping.JaxbConvert
Gets the value of the disableConversion property.
isDisableConversion() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Convert
Gets the value of the disableConversion property.
isDisallowedWrapperArray() - Method in class org.hibernate.mapping.BasicValue
 
isDiscoveredType(UnloadedClass) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
 
isDiscoveredType(UnloadedClass) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
 
isDiscoveredType(UnloadedClass) - Method in class org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
 
isDiscriminatorFormula() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isDiscriminatorFormula() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
isDiscriminatorInsertable() - Method in class org.hibernate.mapping.PersistentClass
 
isDiscriminatorInsertable() - Method in class org.hibernate.mapping.RootClass
 
isDiscriminatorInsertable() - Method in class org.hibernate.mapping.Subclass
 
isDiscriminatorValueNotNull() - Method in class org.hibernate.mapping.PersistentClass
 
isDiscriminatorValueNull() - Method in class org.hibernate.mapping.PersistentClass
 
isDistinct() - Method in class org.hibernate.query.criteria.CriteriaDefinition
 
isDistinct() - Method in interface org.hibernate.query.criteria.JpaQueryStructure
 
isDistinct() - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
isDistinct() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
isDistinct() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectClause
 
isDistinct() - Method in class org.hibernate.sql.ast.tree.select.SelectClause
 
IsDistinctFromPredicateContext(HqlParser.PredicateContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.IsDistinctFromPredicateContext
 
isDone() - Method in class org.hibernate.testing.async.ExecutableAdapter
 
isDoNotAuditOptimisticLockingField() - Method in class org.hibernate.envers.configuration.Configuration
 
isDorecreate() - Method in class org.hibernate.engine.spi.CollectionEntry
 
isDoremove() - Method in class org.hibernate.engine.spi.CollectionEntry
 
isDoupdate() - Method in class org.hibernate.engine.spi.CollectionEntry
 
isDropIdTables() - Method in class org.hibernate.query.sqm.mutation.internal.temptable.LocalTemporaryTableStrategy
 
isDuration() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
 
isDuration(SqmExpressible<?>) - Static method in class org.hibernate.type.spi.TypeConfiguration
 
isDurationType(int) - Static method in class org.hibernate.type.SqlTypes
Does the given typecode represent a duration type?
isDynamic() - Method in class org.hibernate.boot.model.source.internal.hbm.EmbeddableSourceImpl
 
isDynamic() - Method in class org.hibernate.boot.model.source.internal.hbm.EmbeddableSourceVirtualImpl
 
isDynamic() - Method in interface org.hibernate.boot.model.source.spi.EmbeddableSource
Indicates whether this embeddable/component is dynamic (represented as a Map), or whether a dedicated class for it is available.
isDynamic() - Method in class org.hibernate.mapping.Component
 
isDynamic() - Method in interface org.hibernate.query.results.ResultSetMapping
Indicates whether the mapping is dynamic per ResultSetMapping
isDynamic() - Method in class org.hibernate.query.results.ResultSetMappingImpl
 
isDynamicComponent() - Method in interface org.hibernate.envers.configuration.internal.metadata.reader.PersistentPropertiesSource
 
isDynamicComponentMap() - Method in class org.hibernate.envers.internal.entities.mapper.AbstractPropertyMapper
 
isDynamicComponentMap() - Method in interface org.hibernate.envers.internal.entities.mapper.DynamicComponentMapperSupport
Returns whether the property mapper wraps a dynamic-component.
isDynamicInsert() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
isDynamicInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Gets the value of the dynamicInsert property.
isDynamicInsert() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the dynamicInsert property.
isDynamicInsert() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
isDynamicInsert() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
Did the source specify dynamic inserts?
isDynamicInsert() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
isDynamicInstantiation() - Method in interface org.hibernate.sql.results.graph.AssemblerCreationState
 
isDynamicMutation() - Method in class org.hibernate.sql.model.TableMapping.MutationDetails
 
isDynamicUpdate() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
isDynamicUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Gets the value of the dynamicUpdate property.
isDynamicUpdate() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the dynamicUpdate property.
isDynamicUpdate() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
isDynamicUpdate() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
Did the source specify dynamic updates?
isDynamicUpdate() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
isEager(Boolean) - Method in class org.hibernate.type.EntityType
Would an entity be eagerly loaded given the value provided for overridingEager?
isEarlyInsert() - Method in class org.hibernate.action.internal.AbstractEntityInsertAction
Does this insert action need to be executed as soon as possible (e.g., to generate an ID)?
isEarlyInsert() - Method in class org.hibernate.action.internal.EntityIdentityInsertAction
 
isEarlyInsert() - Method in class org.hibernate.action.internal.EntityInsertAction
 
isElementCollection() - Method in class org.hibernate.boot.model.internal.AnnotatedJoinColumns
 
isElementRemoved() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
isElementRemoved() - Method in interface org.hibernate.collection.spi.PersistentCollection
 
isEmbeddableElementType(CollectionMetadataContext) - Method in class org.hibernate.envers.configuration.internal.metadata.AbstractCollectionMetadataGenerator
 
isEmbeddableInitializer() - Method in interface org.hibernate.sql.results.graph.embeddable.EmbeddableInitializer
 
isEmbeddableInitializer() - Method in interface org.hibernate.sql.results.graph.Initializer
 
isEmbeddableSuperclass() - Method in class org.hibernate.boot.model.internal.InheritanceState
 
isEmbedded - Variable in class org.hibernate.boot.model.internal.CollectionBinder
 
isEmbedded() - Method in class org.hibernate.mapping.Component
 
isEmbedded() - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
 
isEmbedded() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedForeignKeyDescriptor
 
isEmbedded() - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
isEmbedded() - Method in interface org.hibernate.tuple.IdentifierAttribute
Deprecated.
 
isEmbedded() - Method in class org.hibernate.tuple.IdentifierProperty
Deprecated.
 
isEmbedded() - Method in class org.hibernate.type.AnyType
 
isEmbedded() - Method in class org.hibernate.type.ComponentType
 
isEmbedded() - Method in interface org.hibernate.type.CompositeType
Is this component embedded? "embedded" indicates that the component is "virtual", that its properties are "flattened" onto its owner
isEmbedded() - Method in class org.hibernate.type.EmbeddedComponentType
 
isEmbeddedAttributeMapping() - Method in interface org.hibernate.metamodel.mapping.AttributeMapping
 
isEmbeddedAttributeMapping() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedAttributeMapping
 
isEmbedXml() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the embedXml property.
isEmbedXml() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the embedXml property.
isEmbedXml() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the embedXml property.
isEmbedXml() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the embedXml property.
isEmbedXml() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Gets the value of the embedXml property.
isEmbedXml() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the embedXml property.
isEmbedXml() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the embedXml property.
isEmbedXml() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
Gets the value of the embedXml property.
isEmbedXml() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Gets the value of the embedXml property.
isEmbedXml() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the embedXml property.
isEmbedXml() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the embedXml property.
isEmbedXml() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceManyToOneImpl
 
isEmbedXml() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSourceToOne
 
isempty - org.hibernate.spatial.SpatialFunction
Deprecated.
The isEmpty function, cfr.
isEmpty() - Method in class org.hibernate.action.internal.UnresolvedEntityInsertActions
Returns true if there are no unresolved entity insert actions.
isEmpty() - Method in class org.hibernate.boot.model.internal.PropertyMappingElementCollector
 
isEmpty() - Method in interface org.hibernate.bytecode.enhance.internal.tracker.DirtyTracker
 
isEmpty() - Method in class org.hibernate.bytecode.enhance.internal.tracker.SimpleFieldTracker
 
isEmpty() - Method in class org.hibernate.bytecode.enhance.internal.tracker.SortedFieldTracker
 
isEmpty() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
 
isEmpty() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.SetProxy
 
isEmpty() - Method in class org.hibernate.collection.spi.PersistentBag
 
isEmpty() - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
isEmpty() - Method in class org.hibernate.collection.spi.PersistentList
 
isEmpty() - Method in class org.hibernate.collection.spi.PersistentMap
 
isEmpty() - Method in class org.hibernate.collection.spi.PersistentSet
 
isEmpty() - Method in class org.hibernate.engine.internal.NonNullableTransientDependencies
Are there any paths currently tracked here?
isEmpty() - Method in class org.hibernate.engine.spi.ExecutableList
 
isEmpty() - Method in interface org.hibernate.envers.configuration.internal.metadata.reader.AuditedPropertiesHolder
 
isEmpty() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.ClassAuditingData
 
isEmpty() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.ComponentAuditingData
 
isEmpty() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
 
isEmpty() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.MapProxy
 
isEmpty() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
isEmpty() - Method in interface org.hibernate.event.service.spi.EventListenerGroup
Are there no listeners registered?
isEmpty() - Method in class org.hibernate.event.spi.MergeContext
Returns true if this MergeContext contains no merge-to-managed entity cross-references.
isEmpty() - Method in interface org.hibernate.event.spi.RefreshContext
 
isEmpty() - Method in class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
 
isEmpty() - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class org.hibernate.internal.util.collections.IdentityMap
 
isEmpty() - Method in class org.hibernate.internal.util.collections.IdentitySet
 
isEmpty() - Method in interface org.hibernate.internal.util.collections.Stack
Are there no elements currently in the stack?
isEmpty() - Method in class org.hibernate.internal.util.collections.StandardStack
 
isEmpty() - Method in class org.hibernate.LockOptions
Determine of the lock options are empty.
isEmpty() - Method in class org.hibernate.persister.entity.mutation.TableSet
 
isEmpty() - Method in class org.hibernate.persister.internal.SqlFragmentPredicate
 
isEmpty() - Method in class org.hibernate.proxy.map.MapProxy
 
isEmpty() - Method in class org.hibernate.query.spi.Limit
 
isEmpty() - Method in class org.hibernate.sql.ast.tree.predicate.AbstractPredicate
 
isEmpty() - Method in class org.hibernate.sql.ast.tree.predicate.ComparisonPredicate
 
isEmpty() - Method in class org.hibernate.sql.ast.tree.predicate.ExistsPredicate
 
isEmpty() - Method in class org.hibernate.sql.ast.tree.predicate.FilterPredicate.FilterFragmentPredicate
 
isEmpty() - Method in class org.hibernate.sql.ast.tree.predicate.FilterPredicate
 
isEmpty() - Method in class org.hibernate.sql.ast.tree.predicate.GroupedPredicate
 
isEmpty() - Method in class org.hibernate.sql.ast.tree.predicate.Junction
 
isEmpty() - Method in class org.hibernate.sql.ast.tree.predicate.NegatedPredicate
 
isEmpty() - Method in interface org.hibernate.sql.ast.tree.predicate.Predicate
 
isEmpty() - Method in class org.hibernate.sql.ast.tree.predicate.SelfRenderingPredicate
 
isEmpty() - Method in interface org.hibernate.sql.results.graph.FetchList
 
isEmpty() - Method in class org.hibernate.sql.results.graph.internal.ImmutableFetchList
 
isEmpty() - Static method in class org.hibernate.testing.hamcrest.CollectionMatchers
 
isEmpty(CriteriaBuilder, Expression<? extends Geometry>) - Static method in class org.hibernate.spatial.predicate.GeolatteSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "is empty" constraint.
isEmpty(CriteriaBuilder, Expression<? extends Geometry>) - Static method in class org.hibernate.spatial.predicate.JTSSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "is empty" constraint.
isEmpty(Expression<C>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
isEmpty(Expression<C>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
isEmpty(Expression<C>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
isEmpty(Expression<C>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
isEmpty(CharSequence) - Static method in class org.hibernate.internal.util.CharSequenceHelper
 
isEmpty(Object) - Static method in class org.hibernate.envers.internal.tools.StringTools
 
isEmpty(Object[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
isEmpty(Object[]) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
 
isEmpty(String) - Static method in class org.hibernate.envers.internal.tools.StringTools
 
isEmpty(String) - Static method in class org.hibernate.internal.util.StringHelper
 
isEmpty(Collection) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
 
isEmpty(Map) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
 
IsEmptyPredicateContext(HqlParser.PredicateContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.IsEmptyPredicateContext
 
isEmptyStringTreatedAsNull() - Method in class org.hibernate.dialect.Dialect
Return whether the dialect considers an empty string value to be null.
isEmptyStringTreatedAsNull() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
isEmptyStringTreatedAsNull() - Method in class org.hibernate.dialect.OracleDialect
 
isEnabled() - Method in interface org.hibernate.envers.boot.internal.EnversService
Is the Envers integration enabled? This is generally used as a protection for other Envers services (in the ServiceLoader sense) determine whether they should do their work.
isEnabled() - Method in class org.hibernate.envers.boot.internal.EnversServiceImpl
 
isEnabled() - Method in class org.hibernate.query.internal.QueryInterpretationCacheDisabledImpl
 
isEnabled() - Method in class org.hibernate.query.internal.QueryInterpretationCacheStandardImpl
 
isEnabled() - Method in interface org.hibernate.query.spi.QueryInterpretationCache
 
isEnabled() - Method in class org.hibernate.spatial.integration.SpatialService
 
isEnabled(Logger.Level) - Method in class org.hibernate.testing.logger.Log4J2DelegatingLogger
 
isEnforcingFetchGraph() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Deprecated, for removal: This API element is subject to removal in a future version.
this is not used anywhere
isEnforcingFetchGraph() - Method in class org.hibernate.internal.SessionImpl
Deprecated, for removal: This API element is subject to removal in a future version.
isEnhancedForLazyLoading() - Method in class org.hibernate.bytecode.internal.BytecodeEnhancementMetadataNonPojoImpl
 
isEnhancedForLazyLoading() - Method in class org.hibernate.bytecode.internal.BytecodeEnhancementMetadataPojoImpl
 
isEnhancedForLazyLoading() - Method in interface org.hibernate.bytecode.spi.BytecodeEnhancementMetadata
Has the entity class been bytecode enhanced for lazy loading?
isEnhancedForLazyLoading(EntityInitializer) - Static method in class org.hibernate.sql.results.graph.entity.internal.EntityDelayedFetchInitializer
 
isEntity() - Method in class org.hibernate.boot.model.internal.ClassPropertyHolder
 
isEntity() - Method in class org.hibernate.boot.model.internal.CollectionPropertyHolder
 
isEntity() - Method in class org.hibernate.boot.model.internal.ComponentPropertyHolder
 
isEntity() - Method in interface org.hibernate.boot.model.internal.PropertyHolder
 
isEntityAlias(String) - Method in class org.hibernate.query.sql.internal.ResultSetMappingProcessor
 
isEntityAlias(String) - Method in interface org.hibernate.query.sql.internal.SQLQueryParser.ParserContext
 
isEntityClass(Class<?>) - Method in interface org.hibernate.metamodel.MappingMetamodel
 
isEntityClass(Class<?>) - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
isEntityClass(UnloadedClass) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
look for @Entity annotation
isEntityClass(UnloadedClass) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
Does the given class descriptor represent an entity class?
isEntityClass(UnloadedClass) - Method in class org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
 
isEntityClassAudited(Class<?>) - Method in interface org.hibernate.envers.AuditReader
Checks if the entityClass was configured to be audited.
isEntityClassAudited(Class<?>) - Method in class org.hibernate.envers.internal.reader.AuditReaderImpl
 
isEntityIdentifierMapping() - Method in interface org.hibernate.metamodel.mapping.EntityIdentifierMapping
 
isEntityIdentifierMapping() - Method in interface org.hibernate.metamodel.mapping.ModelPart
 
isEntityInitialized() - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
isEntityInitialized() - Method in interface org.hibernate.sql.results.graph.entity.EntityInitializer
 
isEntityInitialized() - Method in class org.hibernate.sql.results.graph.entity.internal.BatchEntityInsideEmbeddableSelectFetchInitializer
 
isEntityInitialized() - Method in class org.hibernate.sql.results.graph.entity.internal.BatchEntitySelectFetchInitializer
 
isEntityInitialized() - Method in class org.hibernate.sql.results.graph.entity.internal.BatchInitializeEntitySelectFetchInitializer
 
isEntityInitialized() - Method in class org.hibernate.sql.results.graph.entity.internal.EntityDelayedFetchInitializer
 
isEntityInitialized() - Method in class org.hibernate.sql.results.graph.entity.internal.EntitySelectFetchInitializer
 
isEntityInitializer() - Method in interface org.hibernate.sql.results.graph.entity.EntityInitializer
 
isEntityInitializer() - Method in interface org.hibernate.sql.results.graph.Initializer
 
isEntityNameAudited(String) - Method in interface org.hibernate.envers.AuditReader
Checks if the entityName was configured to be audited.
isEntityNameAudited(String) - Method in class org.hibernate.envers.internal.reader.AuditReaderImpl
 
isEntityReturn() - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
isEntityReturn() - Method in class org.hibernate.sql.results.graph.entity.internal.EntityJoinedFetchInitializer
 
isEntityReturn() - Method in class org.hibernate.sql.results.graph.entity.internal.EntityResultInitializer
 
isEntityType() - Method in class org.hibernate.type.AbstractStandardBasicType
 
isEntityType() - Method in class org.hibernate.type.AbstractType
 
isEntityType() - Method in class org.hibernate.type.EntityType
Explicitly, an entity type is an entity type ;)
isEntityType() - Method in class org.hibernate.type.internal.ConvertedBasicTypeImpl
 
isEntityType() - Method in class org.hibernate.type.SerializableToBlobType
 
isEntityType() - Method in interface org.hibernate.type.Type
Return true if the implementation is castable to EntityType.
isEntityTypeKnown() - Method in class org.hibernate.envers.configuration.internal.metadata.EntityMappingData
 
isEntryFor(Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
isEntryFor(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Is there an EntityEntry registration for this entity instance?
isEnumType(int) - Static method in class org.hibernate.type.SqlTypes
 
isEqual(Object, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
 
isEqual(Object, Object) - Method in class org.hibernate.type.AbstractType
 
isEqual(Object, Object) - Method in class org.hibernate.type.CollectionType
 
isEqual(Object, Object) - Method in class org.hibernate.type.ComponentType
 
isEqual(Object, Object) - Method in class org.hibernate.type.CustomType
 
isEqual(Object, Object) - Method in class org.hibernate.type.internal.ConvertedBasicTypeImpl
 
isEqual(Object, Object) - Method in class org.hibernate.type.SerializableToBlobType
 
isEqual(Object, Object) - Method in interface org.hibernate.type.Type
Compare two instances of the class mapped by this type for persistence "equality", that is, equality of persistent state.
isEqual(Object, Object) - Method in class org.hibernate.type.UserComponentType
 
isEqual(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
isEqual(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractType
 
isEqual(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.ComponentType
 
isEqual(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
 
isEqual(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.internal.ConvertedBasicTypeImpl
 
isEqual(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.SerializableToBlobType
 
isEqual(Object, Object, SessionFactoryImplementor) - Method in interface org.hibernate.type.Type
Compare two instances of the class mapped by this type for persistence "equality", that is, equality of persistent state.
isEqual(Object, Object, SessionFactoryImplementor) - Method in class org.hibernate.type.UserComponentType
 
isEventSource() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
isEventSource() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Determines if this session implements EventSource.
isEventSource() - Method in class org.hibernate.internal.SessionImpl
 
isEventuallyInitialized() - Method in interface org.hibernate.engine.spi.EntityHolder
Whether the entity is already initialized or will be initialized through an initializer eventually.
isExcludeUnlistedClasses() - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
isExcludeUnlistedClasses() - Method in class org.hibernate.jpa.boot.internal.PersistenceUnitInfoDescriptor
 
isExcludeUnlistedClasses() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
Essentially should scanning for classes be performed? If not, the list of classes available is limited to: classes listed in PersistenceUnitDescriptor.getManagedClassNames() classes named in all PersistenceUnitDescriptor.getMappingFileNames() classes discovered in PersistenceUnitDescriptor.getJarFileUrls()
isExcludeUnlistedClasses() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
Gets the value of the excludeUnlistedClasses property.
isExcludeUnlistedClasses() - Method in class org.hibernate.testing.orm.jpa.PersistenceUnitDescriptorAdapter
 
isExcludeUnlistedClasses() - Method in class org.hibernate.testing.orm.junit.EntityManagerFactoryBasedFunctionalTest.TestingPersistenceUnitDescriptorImpl
 
isExistsInDatabase() - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
isExistsInDatabase() - Method in interface org.hibernate.engine.spi.EntityEntry
 
isExpectedServiceRegistryType(ServiceRegistry) - Static method in class org.hibernate.boot.MetadataSources
 
isExplicit() - Method in class org.hibernate.mapping.Column
 
isExplicit() - Method in class org.hibernate.mapping.UniqueKey
 
isExplicitPolymorphism() - Method in class org.hibernate.boot.model.source.internal.hbm.EntityHierarchySourceImpl
 
isExplicitPolymorphism() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
Should explicit polymorphism (querying) be applied to this entity?
isExplicitPolymorphism() - Method in class org.hibernate.mapping.PersistentClass
 
isExplicitPolymorphism() - Method in class org.hibernate.mapping.RootClass
 
isExplicitPolymorphism() - Method in class org.hibernate.mapping.Subclass
 
isExplicitPolymorphism() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
Is this class explicit polymorphism only?
isExplicitPolymorphism() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isExplicitPolymorphism() - Method in interface org.hibernate.persister.entity.Queryable
Deprecated.
Is this class explicit polymorphism only?
isExplicitPolymorphism() - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
isExplicitPolymorphism() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
isExtended() - Method in class org.hibernate.dialect.OracleDialect
 
isExtended() - Method in class org.hibernate.dialect.OracleServerConfiguration
 
isExtended(DialectResolutionInfo) - Static method in class org.hibernate.dialect.OracleDialect
Deprecated.
isExtraLazy() - Method in class org.hibernate.boot.model.source.internal.hbm.FetchCharacteristicsPluralAttributeImpl
 
isExtraLazy() - Method in interface org.hibernate.boot.model.source.spi.FetchCharacteristicsPluralAttribute
 
isExtraLazy() - Method in class org.hibernate.mapping.Collection
 
isExtraLazy() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isExtraLazy() - Method in interface org.hibernate.persister.collection.CollectionPersister
 
isFailOnPaginationOverCollectionFetchEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
isFailOnPaginationOverCollectionFetchEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isFailOnPaginationOverCollectionFetchEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isFakeOneToManyBidirectional() - Method in interface org.hibernate.envers.configuration.internal.metadata.CollectionMetadataContext
 
isFalse(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
isFalse(Expression<Boolean>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
isFalse(Expression<Boolean>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
isFalse(Expression<Boolean>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
IsFalsePredicateContext(HqlParser.PredicateContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.IsFalsePredicateContext
 
isFetched() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
 
isFetched() - Method in interface org.hibernate.query.sqm.tree.from.SqmAttributeJoin
 
isFetched() - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
isFetched() - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
isFetched() - Method in class org.hibernate.sql.ast.tree.from.MappedByTableGroup
 
isFetched() - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
 
isFetched() - Method in class org.hibernate.sql.ast.tree.from.StandardTableGroup
 
isFetched() - Method in class org.hibernate.sql.ast.tree.from.StandardVirtualTableGroup
 
isFetched() - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
 
isFetchProfileEnabled(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
isFetchProfileEnabled(String) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
isFetchProfileEnabled(String) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
isFetchProfileEnabled(String) - Method in class org.hibernate.internal.SessionImpl
 
isFetchProfileEnabled(String) - Method in interface org.hibernate.Session
Is the fetch profile with the given name enabled in this session?
isFinalClass(Class) - Static method in class org.hibernate.internal.util.ReflectHelper
Determine is the given class is declared final.
isFindByRevisionExactMatch() - Method in class org.hibernate.envers.configuration.Configuration
 
isFirst() - Method in class org.hibernate.internal.EmptyScrollableResults
 
isFirst() - Method in class org.hibernate.internal.FetchingScrollableResultsImpl
 
isFirst() - Method in class org.hibernate.internal.ScrollableResultsImpl
 
isFirst() - Method in class org.hibernate.query.Page
 
isFirst() - Method in interface org.hibernate.ScrollableResults
Is this the first result?
isFirst() - Method in class org.hibernate.sql.results.internal.RowProcessingStateStandardImpl
 
isFirst(RowProcessingState) - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesCacheHit
 
isFirst(RowProcessingState) - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesResultSetImpl
 
isFirst(RowProcessingState) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
 
isFixedPrecisionScale() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
 
isFkOptimizationAllowed() - Method in interface org.hibernate.metamodel.mapping.EntityAssociationMapping
 
isFkOptimizationAllowed() - Method in class org.hibernate.metamodel.mapping.internal.ManyToManyCollectionPart
 
isFkOptimizationAllowed() - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
isFkOptimizationAllowed(SqmPath<?>) - Static method in class org.hibernate.query.sqm.internal.SqmUtil
Utility that returns false when the provided sqmPath is a join that cannot be dereferenced through the foreign key on the associated table, i.e.
isFloat() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
 
isFloatingType(Class) - Static method in class org.hibernate.query.sqm.tree.expression.Compatibility
 
isFloatOrRealOrDouble(int) - Static method in class org.hibernate.type.SqlTypes
Does the given typecode represent a SQL floating point type?
isFlushBeforeCompletionEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
isFlushBeforeCompletionEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isFlushBeforeCompletionEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isFlushing() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
isFlushing() - Method in interface org.hibernate.engine.spi.PersistenceContext
Is a flush cycle currently in process?
isFlushRequired() - Method in class org.hibernate.event.spi.AutoFlushEvent
 
isForce() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Gets the value of the force property.
isForced() - Method in interface org.hibernate.boot.model.source.spi.DiscriminatorSource
"Forces" Hibernate to specify the allowed discriminator values, even when retrieving all instances of the root class.
isForceDiscriminator() - Method in class org.hibernate.mapping.PersistentClass
 
isForceDiscriminator() - Method in class org.hibernate.mapping.RootClass
 
isForceDiscriminator() - Method in class org.hibernate.mapping.Subclass
 
isForceImmutable() - Method in class org.hibernate.type.BasicTypeReference
 
isForceInsertable() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
isForceSelection() - Method in class org.hibernate.boot.jaxb.mapping.JaxbDiscriminatorColumn
Gets the value of the forceSelection property.
isForeignKeyEnabled() - Method in class org.hibernate.mapping.SimpleValue
 
isFormat() - Method in class org.hibernate.engine.jdbc.spi.SqlStatementLogger
 
isFormula() - Method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
isFormula() - Method in class org.hibernate.mapping.Column
 
isFormula() - Method in class org.hibernate.mapping.Formula
 
isFormula() - Method in interface org.hibernate.mapping.Selectable
Does this selectable represent a formula? true indicates it is a formula; false indicates it is a physical column
isFormula() - Method in class org.hibernate.metamodel.mapping.internal.AnyDiscriminatorPart
 
isFormula() - Method in class org.hibernate.metamodel.mapping.internal.AnyKeyPart
 
isFormula() - Method in class org.hibernate.metamodel.mapping.internal.BasicAttributeMapping
 
isFormula() - Method in class org.hibernate.metamodel.mapping.internal.BasicEntityIdentifierMappingImpl
 
isFormula() - Method in class org.hibernate.metamodel.mapping.internal.BasicValuedCollectionPart
 
isFormula() - Method in class org.hibernate.metamodel.mapping.internal.CaseStatementDiscriminatorMappingImpl
 
isFormula() - Method in class org.hibernate.metamodel.mapping.internal.CollectionIdentifierDescriptorImpl
 
isFormula() - Method in class org.hibernate.metamodel.mapping.internal.EntityRowIdMappingImpl
 
isFormula() - Method in class org.hibernate.metamodel.mapping.internal.EntityVersionMappingImpl
 
isFormula() - Method in class org.hibernate.metamodel.mapping.internal.ExplicitColumnDiscriminatorMappingImpl
 
isFormula() - Method in class org.hibernate.metamodel.mapping.internal.SelectableMappingImpl
 
isFormula() - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
isFormula() - Method in class org.hibernate.metamodel.mapping.SelectableConsumer.MutableSelectableMapping
 
isFormula() - Method in interface org.hibernate.metamodel.mapping.SelectableMapping
Is the mapping a formula instead of a physical column?
isFormula() - Method in interface org.hibernate.metamodel.mapping.SoftDeleteMapping
 
isFormula() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping.KeyColumn
 
isFormula() - Method in class org.hibernate.query.derived.AnonymousTupleBasicValuedModelPart
 
isFormula() - Method in class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
 
isFullyQualified(String) - Static method in class org.hibernate.jpamodelgen.util.StringUtil
 
isFullyXmlConfigured() - Method in class org.hibernate.jpamodelgen.Context
 
isFunctionCall() - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
isFunctionCall() - Method in interface org.hibernate.procedure.ProcedureCall
Does this ProcedureCall represent a call to a database FUNCTION, as opposed to a PROCEDURE?
isGenerated(Dialect) - Method in class org.hibernate.mapping.Constraint
 
isGenerateRevisionsForCollections() - Method in class org.hibernate.envers.configuration.Configuration
 
isGeneric() - Method in class org.hibernate.mapping.Component
 
isGeneric() - Method in class org.hibernate.mapping.Property
 
isGeneric() - Method in class org.hibernate.metamodel.model.domain.internal.AbstractPluralAttribute
 
isGeneric() - Method in class org.hibernate.metamodel.model.domain.internal.BasicSqmPathSource
 
isGeneric() - Method in class org.hibernate.metamodel.model.domain.internal.EmbeddedSqmPathSource
 
isGeneric() - Method in class org.hibernate.metamodel.model.domain.internal.EntitySqmPathSource
 
isGeneric() - Method in class org.hibernate.metamodel.model.domain.internal.MappedSuperclassSqmPathSource
 
isGeneric() - Method in class org.hibernate.metamodel.model.domain.internal.PluralAttributeBuilder
 
isGeneric() - Method in class org.hibernate.metamodel.model.domain.internal.SingularAttributeImpl
 
isGeneric() - Method in interface org.hibernate.query.sqm.SqmPathSource
Indicates if this path source is generically typed
isGeometryEmpty(Expression<? extends T>) - Method in class org.hibernate.spatial.criteria.internal.SpatialCriteriaBuilderImpl
 
isGeometryEmpty(Expression<? extends T>) - Method in interface org.hibernate.spatial.criteria.SpatialCriteriaBuilder
Create a predicate for testing the arguments for "is empty" constraint.
isGeometryNotEmpty(Expression<? extends T>) - Method in class org.hibernate.spatial.criteria.internal.SpatialCriteriaBuilderImpl
 
isGeometryNotEmpty(Expression<? extends T>) - Method in interface org.hibernate.spatial.criteria.SpatialCriteriaBuilder
Create a predicate for testing the arguments for "is not empty" constraint.
isGetEnabled() - Method in enum org.hibernate.CacheMode
Does this cache mode indicate that reads are allowed?
isGetGeneratedKeysEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
isGetGeneratedKeysEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isGetGeneratedKeysEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isGetGeneratedKeysEnabled() - Method in class org.hibernate.internal.JdbcSessionContextImpl
 
isGetGeneratedKeysEnabled() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
 
isGlobalGeneratorScopeEnabled() - Method in class org.hibernate.jpa.internal.JpaComplianceImpl
 
isGlobalGeneratorScopeEnabled() - Method in class org.hibernate.jpa.internal.MutableJpaComplianceImpl
 
isGlobalGeneratorScopeEnabled() - Method in interface org.hibernate.jpa.spi.JpaCompliance
Should the scope of TableGenerator.name() and SequenceGenerator.name() be considered globally or locally defined?
isGlobalLegacyRelationTargetNotFound() - Method in class org.hibernate.envers.configuration.Configuration
 
isGloballyQuoteIdentifiers() - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
isHibernateExtensionMapping() - Method in class org.hibernate.boot.model.internal.CollectionBinder
 
isHibernateProxy(Object) - Static method in class org.hibernate.engine.internal.ManagedTypeHelper
 
isId() - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToOne
Gets the value of the id property.
isId() - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToOne
Gets the value of the id property.
isId() - Method in class org.hibernate.boot.model.internal.PropertyBinder
 
isId() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
Gets the value of the id property.
isId() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Gets the value of the id property.
isId() - Method in class org.hibernate.metamodel.model.domain.internal.SingularAttributeImpl
 
isId() - Method in class org.hibernate.query.derived.AnonymousTupleSqmAssociationPathSource
 
isIdentified() - Method in class org.hibernate.mapping.Collection
 
isIdentified() - Method in class org.hibernate.mapping.IdentifierCollection
 
isIdentifier(EntityIdentifierMapping, String...) - Static method in class org.hibernate.query.results.ResultsHelper
 
isIdentifierAssignedByInsert() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isIdentifierAssignedByInsert() - Method in interface org.hibernate.persister.entity.EntityPersister
Are identifiers of this entity assigned known before the insert execution? Or, are they generated (in the database) by the insert execution.
isIdentifierAssignedByInsert() - Method in interface org.hibernate.tuple.IdentifierAttribute
Deprecated.
 
isIdentifierAssignedByInsert() - Method in class org.hibernate.tuple.IdentifierProperty
Deprecated.
 
isIdentifierRollbackEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
isIdentifierRollbackEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isIdentifierRollbackEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isIdentifierTable() - Method in interface org.hibernate.metamodel.mapping.TableDetails
Whether this table is the root for a given ModelPartContainer.
isIdentifierTable() - Method in class org.hibernate.persister.collection.mutation.CollectionTableMapping
 
isIdentifierTable() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping
 
isIdentifierTable() - Method in interface org.hibernate.sql.model.TableMapping
Whether this table holds the identifier for the MutationTarget
isIdentifierTable(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isIdentifierTable(String) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
isIdentifierTable(String) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
isIdentifierTable(String) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
isIdentityColumn(IdentifierGeneratorFactory, Dialect) - Method in interface org.hibernate.mapping.KeyValue
Deprecated.
We need to add Column.isIdentity()
isIdentityColumn(IdentifierGeneratorFactory, Dialect) - Method in class org.hibernate.mapping.SimpleValue
Deprecated.
isIdMappingRequired() - Method in class org.hibernate.metamodel.model.domain.AbstractIdentifiableType
 
isIdMappingRequired() - Method in class org.hibernate.metamodel.model.domain.internal.MappedSuperclassTypeImpl
 
isIgnore() - Method in class org.hibernate.engine.spi.CollectionEntry
 
isIgnoreIdAnnotations() - Method in class org.hibernate.boot.model.internal.EntityBinder
 
isIgnoreNotFound() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractToOneAttributeSourceImpl
 
isIgnoreNotFound() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceManyToManyImpl
 
isIgnoreNotFound() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceOneToManyImpl
 
isIgnoreNotFound() - Method in interface org.hibernate.boot.model.source.spi.AssociationSource
 
isIgnoreNotFound() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceManyToMany
 
isIgnoreNotFound() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceOneToMany
 
isIgnoreNotFound() - Method in class org.hibernate.envers.internal.entities.RelationDescription
 
isIgnoreNotFound() - Method in class org.hibernate.mapping.ManyToOne
 
isIgnoreNotFound() - Method in class org.hibernate.mapping.OneToMany
 
isIgnoreNotFound() - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
isImplementation() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
 
isImplementation() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaPackage
 
isImplementation() - Method in interface org.hibernate.jpamodelgen.model.Metamodel
 
isImplementation() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaEntity
 
isImplicit() - Method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
isImplicit() - Method in class org.hibernate.sql.ast.tree.from.TableGroupJoin
 
isImplicitlySelectable() - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralPartJoin
 
isImplicitlySelectable() - Method in interface org.hibernate.query.sqm.tree.from.SqmAttributeJoin
 
isImplicitlySelectable() - Method in class org.hibernate.query.sqm.tree.from.SqmCrossJoin
 
isImplicitlySelectable() - Method in class org.hibernate.query.sqm.tree.from.SqmCteJoin
 
isImplicitlySelectable() - Method in class org.hibernate.query.sqm.tree.from.SqmDerivedJoin
 
isImplicitlySelectable() - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
 
isImplicitlySelectable() - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
When applicable, whether this join should be included in an implicit select clause
isIncludeAllAttributes() - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedEntityGraph
Gets the value of the includeAllAttributes property.
isIncludeAllAttributes() - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedEntityGraph
Gets the value of the includeAllAttributes property.
isIncludedInDirtyChecking() - Method in interface org.hibernate.metamodel.mapping.AttributeMetadata
 
isIncludedInDirtyChecking() - Method in class org.hibernate.metamodel.mapping.internal.SimpleAttributeMetadata
 
isIncludedInDirtyChecking() - Method in interface org.hibernate.metamodel.mapping.internal.SingleAttributeIdentifierMapping
 
isIncludedInOptimisticLocking() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
isIncludedInOptimisticLocking() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceBasicImpl
 
isIncludedInOptimisticLocking() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceManyToOneImpl
 
isIncludedInOptimisticLocking() - Method in class org.hibernate.boot.model.source.internal.hbm.SingularAttributeSourceAnyImpl
 
isIncludedInOptimisticLocking() - Method in interface org.hibernate.boot.model.source.spi.AttributeSource
If the containing entity is using optimistic locking, should this attribute participate in that locking? Meaning, should changes in the value of this attribute at runtime indicate that the entity is now dirty in terms of optimistic locking?
isIncludedInOptimisticLocking() - Method in interface org.hibernate.metamodel.mapping.AttributeMetadata
 
isIncludedInOptimisticLocking() - Method in class org.hibernate.metamodel.mapping.internal.SimpleAttributeMetadata
 
isIncludedInOptimisticLocking() - Method in interface org.hibernate.metamodel.mapping.internal.SingleAttributeIdentifierMapping
 
isIndexed() - Method in enum org.hibernate.boot.model.source.spi.PluralAttributeNature
 
isIndexed() - Method in class org.hibernate.envers.internal.entities.RelationDescription
 
isIndexed() - Method in class org.hibernate.mapping.Collection
 
isIndexed() - Method in class org.hibernate.mapping.IndexedCollection
 
isIndexed() - Method in enum org.hibernate.metamodel.CollectionClassification
 
isInherentlySingleColumn() - Method in enum org.hibernate.boot.model.source.internal.hbm.XmlElementMetadata
Can this source, by nature, define just a single column/formula?
isInheritable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintType
Gets the value of the inheritable property.
isInheritable() - Method in class org.hibernate.boot.model.source.spi.ToolingHint
 
isInherited() - Method in class org.hibernate.mapping.PersistentClass
 
isInherited() - Method in class org.hibernate.mapping.RootClass
 
isInherited() - Method in class org.hibernate.mapping.Subclass
 
isInherited() - Method in interface org.hibernate.metadata.ClassMetadata
Deprecated.
Does this entity extend a mapped superclass?
isInherited() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isInherited() - Method in interface org.hibernate.persister.entity.EntityPersister
Determine whether the entity is inherited one or more other entities.
isInherited() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
isInIdClass() - Method in class org.hibernate.boot.model.internal.AbstractPropertyHolder
 
isInIdClass() - Method in interface org.hibernate.boot.model.internal.PropertyHolder
 
isInitialized() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
 
isInitialized() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
isInitialized() - Method in interface org.hibernate.envers.boot.internal.EnversService
isInitialized() - Method in class org.hibernate.envers.boot.internal.EnversServiceImpl
 
isInitialized() - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
isInitialized() - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
isInitialized() - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
If this is a lazy table group, it may report that it is not initialized, which would also mean that a join referring to this table group should not be rendered.
isInitialized() - Method in class org.hibernate.sql.ast.tree.from.TableGroupJoin
 
isInitialized() - Method in interface org.hibernate.sql.ast.tree.from.TableJoin
 
isInitialized() - Method in class org.hibernate.sql.ast.tree.from.TableReferenceJoin
 
isInitialized() - Static method in class org.hibernate.testing.hamcrest.CollectionMatchers
 
isInitialized() - Static method in class org.hibernate.testing.hamcrest.InitializationCheckMatcher
 
isInitialized(Object) - Static method in class org.hibernate.Hibernate
Determines if the given proxy or persistent collection is initialized.
isInitializeLazyStateOutsideTransactionsEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
isInitializeLazyStateOutsideTransactionsEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isInitializeLazyStateOutsideTransactionsEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isInitializing() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
 
isInitializing() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
isInitializing() - Method in interface org.hibernate.collection.spi.PersistentCollection
Is this PersistentCollection in the process of being initialized?
isInjectable() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
 
isInjectable() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaPackage
 
isInjectable() - Method in interface org.hibernate.jpamodelgen.model.Metamodel
 
isInjectable() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaEntity
 
isInPrimaryKey() - Method in class org.hibernate.boot.model.internal.CopyIdentifierComponentSecondPass
 
isInPrimaryKey() - Method in class org.hibernate.boot.model.internal.FkSecondPass
 
isInPrimaryKey() - Method in class org.hibernate.boot.model.internal.JoinedSubclassFkSecondPass
 
isInPrimaryKey() - Method in class org.hibernate.boot.model.internal.PkDrivenByDefaultMapsIdSecondPass
 
isInPrimaryKey() - Method in class org.hibernate.boot.model.internal.SimpleToOneFkSecondPass
 
isInPrimaryKey() - Method in class org.hibernate.boot.model.internal.ToOneFkSecondPass
 
isInRecursiveQueryPart() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
isInSecondPass() - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
isInSecondPass() - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
isInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Gets the value of the insert property.
isInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the insert property.
isInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Gets the value of the insert property.
isInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
Gets the value of the insert property.
isInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Gets the value of the insert property.
isInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the insert property.
isInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
Gets the value of the insert property.
isInsert() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmVersionAttributeType
Gets the value of the insert property.
isInsertable() - Method in class org.hibernate.boot.jaxb.hbm.transform.ColumnDefaultsBasicImpl
 
isInsertable() - Method in class org.hibernate.boot.jaxb.mapping.JaxbColumn
Gets the value of the insertable property.
isInsertable() - Method in class org.hibernate.boot.jaxb.mapping.JaxbJoinColumn
Gets the value of the insertable property.
isInsertable() - Method in class org.hibernate.boot.jaxb.mapping.JaxbMapKeyColumn
Gets the value of the insertable property.
isInsertable() - Method in class org.hibernate.boot.jaxb.mapping.JaxbMapKeyJoinColumn
Gets the value of the insertable property.
isInsertable() - Method in class org.hibernate.boot.jaxb.mapping.JaxbOrderColumn
Gets the value of the insertable property.
isInsertable() - Method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
isInsertable() - Method in class org.hibernate.boot.model.source.internal.hbm.BasicAttributePropertySource
 
isInsertable() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceBasicImpl
 
isInsertable() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceManyToOneImpl
 
isInsertable() - Method in class org.hibernate.boot.model.source.internal.hbm.ManyToOnePropertySource
 
isInsertable() - Method in class org.hibernate.boot.model.source.internal.hbm.SingularAttributeSourceAnyImpl
 
isInsertable() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSource
Did the mapping specify that the given attribute value(s) should be inserted into the database?
isInsertable() - Method in class org.hibernate.envers.internal.entities.RelationDescription
 
isInsertable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
Gets the value of the insertable property.
isInsertable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
Gets the value of the insertable property.
isInsertable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
Gets the value of the insertable property.
isInsertable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
Gets the value of the insertable property.
isInsertable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OrderColumn
Gets the value of the insertable property.
isInsertable() - Method in class org.hibernate.mapping.Property
 
isInsertable() - Method in interface org.hibernate.metamodel.mapping.AttributeMetadata
 
isInsertable() - Method in interface org.hibernate.metamodel.mapping.BasicEntityIdentifierMapping
 
isInsertable() - Method in class org.hibernate.metamodel.mapping.internal.AnyDiscriminatorPart
 
isInsertable() - Method in class org.hibernate.metamodel.mapping.internal.AnyKeyPart
 
isInsertable() - Method in class org.hibernate.metamodel.mapping.internal.BasicAttributeMapping
 
isInsertable() - Method in class org.hibernate.metamodel.mapping.internal.BasicEntityIdentifierMappingImpl
 
isInsertable() - Method in class org.hibernate.metamodel.mapping.internal.BasicValuedCollectionPart
 
isInsertable() - Method in class org.hibernate.metamodel.mapping.internal.CaseStatementDiscriminatorMappingImpl
 
isInsertable() - Method in class org.hibernate.metamodel.mapping.internal.CollectionIdentifierDescriptorImpl
 
isInsertable() - Method in class org.hibernate.metamodel.mapping.internal.EntityRowIdMappingImpl
 
isInsertable() - Method in class org.hibernate.metamodel.mapping.internal.EntityVersionMappingImpl
 
isInsertable() - Method in class org.hibernate.metamodel.mapping.internal.ExplicitColumnDiscriminatorMappingImpl
 
isInsertable() - Method in class org.hibernate.metamodel.mapping.internal.SelectableMappingImpl
 
isInsertable() - Method in class org.hibernate.metamodel.mapping.internal.SimpleAttributeMetadata
 
isInsertable() - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
isInsertable() - Method in interface org.hibernate.metamodel.mapping.internal.SingleAttributeIdentifierMapping
 
isInsertable() - Method in class org.hibernate.metamodel.mapping.SelectableConsumer.MutableSelectableMapping
 
isInsertable() - Method in interface org.hibernate.metamodel.mapping.SelectableMapping
 
isInsertable() - Method in interface org.hibernate.metamodel.mapping.SoftDeleteMapping
 
isInsertable() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping.KeyColumn
 
isInsertable() - Method in class org.hibernate.query.derived.AnonymousTupleBasicValuedModelPart
 
isInsertable() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
Deprecated.
 
isInsertable() - Method in class org.hibernate.tuple.BaselineAttributeInformation
Deprecated.
 
isInsertable() - Method in interface org.hibernate.tuple.NonIdentifierAttribute
Deprecated.
 
isInsertCallable() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping
 
isInsertCallable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Deprecated, for removal: This API element is subject to removal in a future version.
With no replacement
isInserted() - Method in interface org.hibernate.boot.model.source.spi.DiscriminatorSource
Set this to false, if your discriminator column is also part of a mapped composite identifier.
isInstance(J) - Method in interface org.hibernate.query.BindableType
 
isInstance(J) - Method in interface org.hibernate.query.sqm.SqmExpressible
 
isInstance(Object) - Method in class org.hibernate.bytecode.internal.bytebuddy.BasicProxyFactoryImpl
 
isInstance(Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isInstance(Object) - Method in interface org.hibernate.persister.entity.EntityPersister
Is the given object an instance of this entity?
isInstance(Object) - Method in class org.hibernate.tuple.DynamicMapInstantiator
Deprecated.
 
isInstance(Object) - Method in interface org.hibernate.tuple.Instantiator
Deprecated.
Performs check to see if the given object is an instance of the entity or component which this Instantiator instantiates.
isInstance(Object) - Method in class org.hibernate.tuple.PojoInstantiator
Deprecated.
 
isInstance(Object) - Method in interface org.hibernate.type.descriptor.java.JavaType
Is the given value an instance of the described type?
isInstance(Object) - Method in class org.hibernate.type.descriptor.java.JdbcDateJavaType
 
isInstance(Object) - Method in class org.hibernate.type.descriptor.java.JdbcTimeJavaType
 
isInstance(Object) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
 
isInstance(Object) - Method in class org.hibernate.type.descriptor.java.spi.EntityJavaType
 
isInstance(Object, Class<?>) - Static method in class org.hibernate.Hibernate
Determine if the true, underlying class of the proxied entity is assignable to the given class.
isInstance(Object, SessionFactoryImplementor) - Method in class org.hibernate.metamodel.internal.AbstractDynamicMapInstantiator
 
isInstance(Object, SessionFactoryImplementor) - Method in class org.hibernate.metamodel.internal.AbstractEntityInstantiatorPojo
 
isInstance(Object, SessionFactoryImplementor) - Method in class org.hibernate.metamodel.internal.AbstractPojoInstantiator
 
isInstance(Object, SessionFactoryImplementor) - Method in class org.hibernate.metamodel.internal.EmbeddableCompositeUserTypeInstantiator
 
isInstance(Object, SessionFactoryImplementor) - Method in class org.hibernate.metamodel.internal.EmbeddableInstantiatorProxied
 
isInstance(Object, SessionFactoryImplementor) - Method in class org.hibernate.metamodel.internal.EntityInstantiatorPojoStandard
 
isInstance(Object, SessionFactoryImplementor) - Method in interface org.hibernate.metamodel.spi.Instantiator
Performs and "instance of" check to see if the given object is an instance of managed structure
isInstance(Object, SessionFactoryImplementor) - Method in interface org.hibernate.usertype.CompositeUserType
 
isInstant() - Method in class org.hibernate.envers.internal.entities.RevisionTimestampData
 
isInstrumented() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isInstrumented() - Method in interface org.hibernate.persister.entity.EntityPersister
Has the class actually been bytecode instrumented?
isInstrumented() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
Whether this class can be lazy (ie intercepted)
isInSubquery() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
isInteger() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
 
isIntegral(int) - Static method in class org.hibernate.type.SqlTypes
Does the given typecode represent a SQL integer type?
isIntegralType(Class) - Static method in class org.hibernate.query.sqm.tree.expression.Compatibility
 
isInternalLoadNullable() - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
isInterval() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
 
isIntervalType(int) - Static method in class org.hibernate.type.SqlTypes
Does the given typecode represent a SQL interval type?
isInverse - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isInverse() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the inverse property.
isInverse() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the inverse property.
isInverse() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the inverse property.
isInverse() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the inverse property.
isInverse() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the inverse property.
isInverse() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Gets the value of the inverse property.
isInverse() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the inverse property.
isInverse() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
isInverse() - Method in class org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoIdBagAdapter
 
isInverse() - Method in class org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoPrimitiveArrayAdapter
 
isInverse() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
isInverse() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
isInverse() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
 
isInverse() - Method in class org.hibernate.mapping.Collection
 
isInverse() - Method in class org.hibernate.mapping.Join
 
isInverse() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isInverse() - Method in interface org.hibernate.persister.collection.CollectionPersister
Is this collection "inverse", so state changes are not propagated to the database.
isInverse() - Method in class org.hibernate.persister.collection.mutation.CollectionTableMapping
 
isInverse() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping
 
isInverse() - Method in interface org.hibernate.sql.model.TableMapping
Whether the table is mapped as inverse
isInverseCollection() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
Is this the "inverse" end of a bidirectional association?
isInverseCollectionNoOrphanDelete() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
Is this the "inverse" end of a bidirectional association with no orphan delete enabled?
isInverseOneToMany() - Method in interface org.hibernate.envers.configuration.internal.metadata.CollectionMetadataContext
 
isInverseOneToManyOrNoOrphanDelete() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
Is this the "inverse" end of a bidirectional one-to-many, or of a collection with no orphan delete?
isInverseSubclassTable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Deprecated, for removal: This API element is subject to removal in a future version.
No longer used
isInverseSubclassTable(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
isInverseSubclassTable(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
isInverseTable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isInverseTable(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
isInverseTable(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
isJdbcBatchVersionedData() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
isJdbcBatchVersionedData() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isJdbcBatchVersionedData() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isJdbcLogWarningsEnabledByDefault() - Method in class org.hibernate.dialect.Dialect
Is JDBC statement warning logging enabled by default?
isJdbcLogWarningsEnabledByDefault() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
isJdbcLogWarningsEnabledByDefault() - Method in class org.hibernate.dialect.MySQLDialect
 
isJdbcMetadataAccessible() - Method in class org.hibernate.engine.jdbc.env.internal.ExtractedDatabaseMetaDataImpl
 
isJdbcTemporalType(SqmExpressible<?>) - Static method in class org.hibernate.type.spi.TypeConfiguration
 
isJoinAware() - Method in class org.hibernate.envers.boot.model.DiscriminatorPersistentEntity
 
isJoinAware() - Method in class org.hibernate.envers.boot.model.PersistentEntity
 
isJoinAware() - Method in class org.hibernate.envers.boot.model.RootPersistentEntity
 
isJoined() - Method in class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl
 
isJoined() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl
 
isJoined() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
Determine if there is an active transaction that this coordinator is already joined to.
isJoined() - Method in class org.hibernate.sql.results.graph.EntityGraphTraversalState.FetchStrategy
 
isJoinedSubclass() - Method in class org.hibernate.mapping.PersistentClass
 
isJoinedSubclass() - Method in class org.hibernate.mapping.RootClass
 
isJoinedSubclass() - Method in class org.hibernate.mapping.Subclass
 
isJoinedSubclassEntity() - Method in class org.hibernate.envers.configuration.internal.metadata.EntityMappingData
 
isJoinedToTransaction() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
isJoinedToTransaction() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
isJoinedToTransaction() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
isJoinedToTransaction() - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
isJoinedToTransaction() - Method in interface org.hibernate.SharedSessionContract
Check if the session is joined to the current transaction.
isJoinFetched(FetchOptions) - Static method in class org.hibernate.metamodel.mapping.internal.FetchOptionsHelper
 
isJoinTable() - Method in class org.hibernate.persister.collection.mutation.CollectionTableMapping
 
isJpaBootstrap() - Method in class org.hibernate.boot.internal.BootstrapContextImpl
 
isJpaBootstrap() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
isJpaBootstrap() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isJpaBootstrap() - Method in interface org.hibernate.boot.spi.BootstrapContext
Whether the bootstrap was initiated from JPA bootstrapping.
isJpaBootstrap() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
Was building of the SessionFactory initiated through JPA bootstrapping, or through Hibernate's native bootstrapping?
isJpaBootstrap() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
 
isJpaCacheComplianceEnabled() - Method in class org.hibernate.jpa.internal.JpaComplianceImpl
 
isJpaCacheComplianceEnabled() - Method in class org.hibernate.jpa.internal.MutableJpaComplianceImpl
 
isJpaCacheComplianceEnabled() - Method in interface org.hibernate.jpa.spi.JpaCompliance
Should Hibernate comply with all aspects of caching as defined by JPA? Or can it deviate to perform things it believes will be "better"?
isJpaClosedComplianceEnabled() - Method in class org.hibernate.jpa.internal.JpaComplianceImpl
 
isJpaClosedComplianceEnabled() - Method in class org.hibernate.jpa.internal.MutableJpaComplianceImpl
 
isJpaClosedComplianceEnabled() - Method in interface org.hibernate.jpa.spi.JpaCompliance
JPA defines specific exceptions on specific methods when called on EntityManager and EntityManagerFactory when those objects have been closed.
isJpaListComplianceEnabled() - Method in class org.hibernate.jpa.internal.JpaComplianceImpl
 
isJpaListComplianceEnabled() - Method in class org.hibernate.jpa.internal.MutableJpaComplianceImpl
 
isJpaListComplianceEnabled() - Method in interface org.hibernate.jpa.spi.JpaCompliance
isJpaOrderByMappingComplianceEnabled() - Method in class org.hibernate.jpa.internal.JpaComplianceImpl
 
isJpaOrderByMappingComplianceEnabled() - Method in class org.hibernate.jpa.internal.MutableJpaComplianceImpl
 
isJpaOrderByMappingComplianceEnabled() - Method in interface org.hibernate.jpa.spi.JpaCompliance
Should we strictly handle OrderBy expressions?
isJpaProxyComplianceEnabled() - Method in class org.hibernate.jpa.internal.JpaComplianceImpl
 
isJpaProxyComplianceEnabled() - Method in class org.hibernate.jpa.internal.MutableJpaComplianceImpl
 
isJpaProxyComplianceEnabled() - Method in interface org.hibernate.jpa.spi.JpaCompliance
JPA spec says that an EntityNotFoundException should be thrown when accessing an entity proxy which does not have an associated table row in the database.
isJpaQueryComplianceEnabled() - Method in class org.hibernate.jpa.internal.JpaComplianceImpl
 
isJpaQueryComplianceEnabled() - Method in class org.hibernate.jpa.internal.MutableJpaComplianceImpl
 
isJpaQueryComplianceEnabled() - Method in interface org.hibernate.jpa.spi.JpaCompliance
Controls whether Hibernate's handling of JPA's Query (JPQL, Criteria and native-query) should strictly follow the JPA spec.
isJpaQueryComplianceEnabled() - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
isJpaQueryComplianceEnabled() - Method in interface org.hibernate.query.sqm.NodeBuilder
 
isJpaTransactionComplianceEnabled() - Method in class org.hibernate.jpa.internal.JpaComplianceImpl
 
isJpaTransactionComplianceEnabled() - Method in class org.hibernate.jpa.internal.MutableJpaComplianceImpl
 
isJpaTransactionComplianceEnabled() - Method in interface org.hibernate.jpa.spi.JpaCompliance
Indicates that Hibernate's Transaction should behave as defined by the specification for JPA's EntityTransaction since it extends it.
isJta() - Method in class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorBuilderImpl
 
isJta() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorBuilderImpl
 
isJta() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorBuilder
 
isJta() - Method in class org.hibernate.testing.jta.TestingJtaTransactionCoordinatorBuilder
 
isJtaTrackByThread() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
isJtaTrackByThread() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isJtaTrackByThread() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isJtaTrackByThread() - Method in class org.hibernate.internal.JdbcSessionContextImpl
 
isJtaTrackByThread() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
 
isJtaTransactionAccessEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
isJtaTransactionAccessEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isJtaTransactionAccessEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isJtaTransactionCurrentlyActive() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl
 
IsJtds() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.IsJtds
 
isKey() - Method in class org.hibernate.envers.boot.model.BasicAttribute
 
isKey() - Method in interface org.hibernate.envers.boot.model.Keyable
Get whether the attribute is already participatig in a key.
isKey() - Method in class org.hibernate.envers.boot.model.ManyToOneAttribute
 
isKey() - Method in class org.hibernate.mapping.Component
 
isKey() - Method in class org.hibernate.type.ComponentType
 
isKeyPart(ValuedModelPart) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
 
isKeyPart(ValuedModelPart) - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedForeignKeyDescriptor
 
isKeyPart(ValuedModelPart) - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
isLast() - Method in class org.hibernate.internal.EmptyScrollableResults
 
isLast() - Method in class org.hibernate.internal.FetchingScrollableResultsImpl
 
isLast() - Method in class org.hibernate.internal.ScrollableResultsImpl
 
isLast() - Method in interface org.hibernate.ScrollableResults
Is this the last result?
isLast() - Method in class org.hibernate.sql.results.internal.RowProcessingStateStandardImpl
 
isLast(RowProcessingState) - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesCacheHit
 
isLast(RowProcessingState) - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesResultSetImpl
 
isLast(RowProcessingState) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
 
isLateral() - Method in interface org.hibernate.query.criteria.JpaDerivedJoin
Specifies whether the subquery part can access previous from node aliases.
isLateral() - Method in class org.hibernate.query.sqm.tree.from.SqmDerivedJoin
 
isLateral() - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
isLateral() - Method in class org.hibernate.sql.ast.tree.from.DerivedTableReference
 
isLateral() - Method in class org.hibernate.sql.ast.tree.from.FunctionTableGroup
 
isLateral() - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
isLateral() - Method in class org.hibernate.sql.ast.tree.from.MappedByTableGroup
 
isLateral() - Method in class org.hibernate.sql.ast.tree.from.QueryPartTableGroup
 
isLateral() - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
 
isLazy() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
isLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Gets the value of the lazy property.
isLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the lazy property.
isLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Gets the value of the lazy property.
isLazy() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Gets the value of the lazy property.
isLazy() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the lazy property.
isLazy() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
isLazy() - Method in class org.hibernate.boot.model.source.internal.hbm.BasicAttributePropertySource
 
isLazy() - Method in class org.hibernate.boot.model.source.internal.hbm.ManyToOnePropertySource
 
isLazy() - Method in class org.hibernate.boot.model.source.internal.hbm.SingularAttributeSourceAnyImpl
 
isLazy() - Method in interface org.hibernate.boot.model.source.spi.AnyMappingSource
 
isLazy() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
Is this entity lazy (proxyable)?
isLazy() - Method in class org.hibernate.mapping.Any
 
isLazy() - Method in class org.hibernate.mapping.Collection
 
isLazy() - Method in interface org.hibernate.mapping.Fetchable
 
isLazy() - Method in class org.hibernate.mapping.Join
 
isLazy() - Method in class org.hibernate.mapping.PersistentClass
 
isLazy() - Method in class org.hibernate.mapping.Property
Is this property lazy in the "bytecode" sense?
isLazy() - Method in class org.hibernate.mapping.ToOne
 
isLazy() - Method in interface org.hibernate.metadata.CollectionMetadata
Deprecated.
Is the collection lazily initialized?
isLazy() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isLazy() - Method in interface org.hibernate.persister.collection.CollectionPersister
Is this collection lazily initialized?
isLazy() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
Deprecated.
 
isLazy() - Method in class org.hibernate.tuple.BaselineAttributeInformation
Deprecated.
 
isLazy() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
isLazy() - Method in interface org.hibernate.tuple.NonIdentifierAttribute
Deprecated.
 
isLazyAttribute(String) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
 
isLazyLoadable(UnloadedField) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
 
isLazyLoadable(UnloadedField) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
Determine if a field is lazy loadable.
isLazyLoadable(UnloadedField) - Method in class org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
 
isLazyLoadable(UnloadedField) - Method in class org.hibernate.testing.bytecode.enhancement.EnhancerTestContext
 
isLazyPropertiesCacheable() - Method in class org.hibernate.mapping.RootClass
 
isLazyPropertiesCacheable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isLazyPropertiesCacheable() - Method in interface org.hibernate.persister.entity.EntityPersister
Should lazy properties of this entity be cached?
isLifecycleImplementor() - Method in class org.hibernate.metamodel.internal.EntityRepresentationStrategyPojoStandard
 
isLifecycleImplementor() - Method in interface org.hibernate.metamodel.spi.EntityRepresentationStrategy
 
isList() - Method in class org.hibernate.mapping.IndexedCollection
 
isList() - Method in class org.hibernate.mapping.List
 
isListedOrDetectable(String, boolean) - Method in class org.hibernate.boot.archive.scan.internal.ScanResultCollector
 
isListener() - Method in interface org.hibernate.boot.model.source.spi.JpaCallbackSource
 
isLiteral(Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
isLoadByIdComplianceEnabled() - Method in class org.hibernate.jpa.internal.JpaComplianceImpl
 
isLoadByIdComplianceEnabled() - Method in class org.hibernate.jpa.internal.MutableJpaComplianceImpl
 
isLoadByIdComplianceEnabled() - Method in interface org.hibernate.jpa.spi.JpaCompliance
JPA says that the id passed to EntityManager.getReference(java.lang.Class<T>, java.lang.Object) and EntityManager.find(java.lang.Class<T>, java.lang.Object) should be exactly the expected type, allowing no type coercion.
isLoaded(Object) - Method in class org.hibernate.jpa.internal.PersistenceUnitUtilImpl
 
isLoaded(Object, String) - Method in class org.hibernate.jpa.internal.PersistenceUnitUtilImpl
 
isLoadedWithoutReference(Object, String, PersistenceUtilHelper.MetadataCache) - Static method in class org.hibernate.jpa.internal.util.PersistenceUtilHelper
Is the given attribute (by name) loaded? This form must take care to not access the attribute (trigger initialization).
isLoadedWithReference(Object, String, PersistenceUtilHelper.MetadataCache) - Static method in class org.hibernate.jpa.internal.util.PersistenceUtilHelper
Is the given attribute (by name) loaded? This form must take care to not access the attribute (trigger initialization).
isLoadFinished() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
isLoadFinished() - Method in interface org.hibernate.engine.spi.PersistenceContext
Is in a two-phase load?
isLoadingFinished() - Method in class org.hibernate.sql.results.spi.LoadContexts
 
isLob() - Method in class org.hibernate.boot.model.internal.BasicValueBinder
 
isLob() - Method in class org.hibernate.mapping.Property
 
isLob() - Method in class org.hibernate.mapping.SimpleValue
 
isLob() - Method in class org.hibernate.metamodel.mapping.internal.BasicAttributeMapping
 
isLob() - Method in class org.hibernate.metamodel.mapping.internal.SelectableMappingImpl
 
isLob() - Method in interface org.hibernate.metamodel.mapping.SqlTypedMapping
 
isLob() - Method in class org.hibernate.type.descriptor.jdbc.DelegatingJdbcTypeIndicators
 
isLob() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
 
isLob() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
Was LOB datatype requested for the given Java type?
isLob(int) - Method in class org.hibernate.dialect.Dialect
 
isLob(int) - Static method in interface org.hibernate.type.descriptor.jdbc.JdbcType
 
isLob(Size) - Method in interface org.hibernate.type.descriptor.sql.DdlType
 
isLob(Size) - Method in class org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType
 
isLob(Size) - Method in class org.hibernate.type.descriptor.sql.internal.DdlTypeImpl
 
isLobMapElementType(CollectionMetadataContext) - Method in class org.hibernate.envers.configuration.internal.metadata.AbstractCollectionMetadataGenerator
Returns whether the collection is a map-type and that the map element is defined as a Clob/NClob type.
isLobOrLong() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
 
isLobOrLong(int) - Static method in interface org.hibernate.type.descriptor.jdbc.JdbcType
 
isLockTimeoutParameterized() - Method in class org.hibernate.dialect.Dialect
Deprecated, for removal: This API element is subject to removal in a future version.
This is never called, and since at least Hibernate 5 has just returned false in every dialect. It will be removed.
isLockTimeoutParameterized() - Method in class org.hibernate.dialect.DialectDelegateWrapper
Deprecated, for removal: This API element is subject to removal in a future version.
isLoggingEnabled() - Static method in class org.hibernate.engine.internal.StatisticalLoggingSessionEventListener
Used by SettingsFactory (in conjunction with stats being enabled) to determine whether to apply this listener
isLogicalOneToOne() - Method in class org.hibernate.mapping.ManyToOne
 
isLogicalOneToOne() - Method in class org.hibernate.type.EntityType
Is the association modeled here a 1-1 according to the logical model?
isLogicalOneToOne() - Method in class org.hibernate.type.ManyToOneType
 
isLogSessionMetrics() - Method in class org.hibernate.internal.BaselineSessionEventsListenerBuilder
 
isLogToStdout() - Method in class org.hibernate.engine.jdbc.spi.SqlStatementLogger
Are we currently logging to stdout?
isManaged() - Method in class org.hibernate.loader.ast.internal.CacheEntityLoaderHelper.PersistenceContextEntry
 
isManagedEntity(Object) - Static method in class org.hibernate.engine.internal.ManagedTypeHelper
 
isManagedType(Class) - Static method in class org.hibernate.engine.internal.ManagedTypeHelper
 
isManyToMany() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isManyToMany() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
isManyToMany() - Method in interface org.hibernate.persister.collection.CollectionPersister
Is this a many-to-many association? Note that this is mainly a convenience feature as the single persister does not contain all the information needed to handle a many-to-many itself, as internally it is looked at as two many-to-ones.
isManyToMany() - Method in class org.hibernate.persister.collection.OneToManyPersister
 
isManyToMany(Member) - Static method in class org.hibernate.metamodel.internal.AttributeFactory
 
isMap() - Method in class org.hibernate.boot.model.internal.CollectionBinder
 
isMap() - Method in class org.hibernate.boot.model.internal.MapBinder
 
isMap() - Method in class org.hibernate.mapping.Collection
 
isMap() - Method in class org.hibernate.mapping.Map
 
isMapEmpty(JpaExpression<M>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create a predicate that tests whether a Map is empty.
isMapEmpty(JpaExpression<M>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
isMapEmpty(JpaExpression<M>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
isMapEmpty(JpaExpression<M>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
isMapNotEmpty(JpaExpression<M>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create a predicate that tests whether a Map is not empty.
isMapNotEmpty(JpaExpression<M>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
isMapNotEmpty(JpaExpression<M>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
isMapNotEmpty(JpaExpression<M>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
isMapped() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
Gets the value of the mapped property.
isMappedBy() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAssociationElementSourceImpl
 
isMappedBy() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractToOneAttributeSourceImpl
 
isMappedBy() - Method in interface org.hibernate.boot.model.source.spi.AssociationSource
 
isMappedByKey(Collection, String) - Static method in class org.hibernate.envers.configuration.internal.metadata.CollectionMappedByResolver
 
isMappedCollection(UnloadedField) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
look for @OneToMany, @ManyToMany and @ElementCollection annotations
isMappedCollection(UnloadedField) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
 
isMappedCollection(UnloadedField) - Method in class org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
 
isMappedSuperclassClass(UnloadedClass) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
look for @MappedSuperclass annotation
isMappedSuperclassClass(UnloadedClass) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
Does the given class name represent a MappedSuperclass class?
isMappedSuperclassClass(UnloadedClass) - Method in class org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
 
isMappedToKnownLobCode(int) - Static method in class org.hibernate.type.descriptor.jdbc.LobTypeMappings
 
isMarkedForRollback(int) - Static method in class org.hibernate.engine.transaction.internal.jta.JtaStatusHelper
Does the given status code indicate the transaction has been marked for rollback?
isMatch() - Method in class org.hibernate.testing.Skip.AlwaysSkip
Deprecated.
 
isMatch() - Method in interface org.hibernate.testing.Skip.Matcher
Deprecated.
Do we have a match to the underlying condition?
isMatch() - Method in class org.hibernate.testing.Skip.OperatingSystem.Windows
Deprecated.
 
isMatch(Dialect) - Method in interface org.hibernate.testing.DialectCheck
Does the given dialect match the defined check?
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.DoesNotSupportFollowOnLocking
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.DoesReadCommittedCauseWritersToBlockReadersCheck
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.DoesReadCommittedNotCauseWritersToBlockReadersCheck
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.DoesRepeatableReadCauseReadersToBlockWritersCheck
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.DoesRepeatableReadNotCauseReadersToBlockWritersCheck
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.DoubleQuoteQuoting
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.ForceLobAsLastValue
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.HasSelfReferentialForeignKeyBugCheck
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportCatalogCreation
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportDropConstraints
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportLimitAndOffsetCheck
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportLimitCheck
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportNoWait
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportPartitionBy
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsArrayDataTypes
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsCascadeDeleteCheck
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportSchemaCreation
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsCircularCascadeDeleteCheck
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsColumnCheck
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsExistsInSelectCheck
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsExpectedLobUsagePattern
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsIdentityColumns
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsJdbcDriverProxying
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsLobValueChangePropagation
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsLockTimeouts
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsNClob
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsNoColumnInsert
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsOrderByInCorrelatedSubquery
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsParametersInInsertSelectCheck
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsRecursiveCtes
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsResultSetPositioningOnForwardOnlyCursorCheck
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsRowId
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsRowValueConstructorSyntaxCheck
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsSequences
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsSkipLocked
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsSubqueryInOnClause
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsSubqueryInSelect
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsTemporaryTable
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsTemporaryTableIdentity
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportSubqueryAsLeftHandSideInPredicate
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsUnboundedLobLocatorMaterializationCheck
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsUnionInSubquery
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportsValuesListForInsert
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.SupportWait
 
isMatch(Dialect) - Method in class org.hibernate.testing.DialectChecks.UsesInputStreamToInsertBlob
 
isMatch(Dialect) - Method in class org.hibernate.testing.env.ConnectionProviderBuilder
 
ismeasured - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
isMember(E, Expression<C>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
isMember(E, Expression<C>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
isMember(E, Expression<C>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
isMember(E, Expression<C>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
isMember(Expression<E>, Expression<C>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
isMember(Expression<E>, Expression<C>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
isMember(Expression<E>, Expression<C>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
isMember(Expression<E>, Expression<C>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
isMetaComplete() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
 
isMetaComplete() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaPackage
 
isMetaComplete() - Method in interface org.hibernate.jpamodelgen.model.Metamodel
 
isMetaComplete() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaEntity
 
isMetadataComplete() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEmbeddable
Gets the value of the metadataComplete property.
isMetadataComplete() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the metadataComplete property.
isMetadataComplete() - Method in class org.hibernate.boot.jaxb.mapping.JaxbMappedSuperclass
Gets the value of the metadataComplete property.
isMetadataComplete() - Method in interface org.hibernate.boot.jaxb.mapping.ManagedType
 
isMetadataComplete() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embeddable
Gets the value of the metadataComplete property.
isMetadataComplete() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Gets the value of the metadataComplete property.
isMetadataComplete() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Gets the value of the metadataComplete property.
isMethodOf(Method) - Method in class org.hibernate.type.AnyType
 
isMethodOf(Method) - Method in class org.hibernate.type.ComponentType
 
isMethodOf(Method) - Method in interface org.hibernate.type.CompositeType
Is the given method a member of this component's class?
isMethodOf(Method) - Method in class org.hibernate.type.EmbeddedComponentType
 
isMiddleTableCollection() - Method in interface org.hibernate.envers.configuration.internal.metadata.CollectionMetadataContext
 
isMigration() - Method in class org.hibernate.boot.model.relational.internal.SqlStringGenerationContextImpl
 
isMigration() - Method in interface org.hibernate.boot.model.relational.SqlStringGenerationContext
Is the generated SQL for use in schema migration?
isMinimalPutsEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
isMinimalPutsEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isMinimalPutsEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isMinimalPutsEnabledByDefault() - Method in class org.hibernate.cache.internal.NoCachingRegionFactory
 
isMinimalPutsEnabledByDefault() - Method in class org.hibernate.cache.spi.AbstractRegionFactory
 
isMinimalPutsEnabledByDefault() - Method in interface org.hibernate.cache.spi.RegionFactory
By default, should we perform "minimal puts" when using this second level cache implementation?
isMissing() - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
isModifiableEntity() - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
isModifiableEntity() - Method in interface org.hibernate.engine.spi.EntityEntry
Can the entity be modified?
isModifiableEntity(EntityEntry) - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard
 
isModified(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
isModified(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractType
 
isModified(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.AnyType
 
isModified(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.CollectionType
 
isModified(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.ComponentType
 
isModified(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.internal.ConvertedBasicTypeImpl
 
isModified(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.ManyToOneType
 
isModified(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.OneToOneType
 
isModified(Object, Object, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.SerializableToBlobType
 
isModified(Object, Object, boolean[], SharedSessionContractImplementor) - Method in interface org.hibernate.type.Type
Has the value been modified compared to the current database state? The difference between this and the Type.isDirty(java.lang.Object, java.lang.Object, org.hibernate.engine.spi.SharedSessionContractImplementor) methods is that here we need to account for "partially" built values.
isModifiedFlagNameExplicitlySpecified() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
isModifiedFlagsEnabled() - Method in class org.hibernate.envers.configuration.Configuration
 
isMultiTable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Deprecated.
isMultiTable() - Method in interface org.hibernate.persister.entity.Queryable
isMultiTenancyEnabled() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
 
isMultiTenancyEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
isMultiTenancyEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
isMultiTenancyEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isMultiTenancyEnabled() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
Is multi-tenancy enabled?
isMultiTenancyEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isMultiTenancyEnabled(ServiceRegistry) - Static method in class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentImpl
 
isMultiValued() - Method in class org.hibernate.boot.model.source.spi.ToolingHint
 
isMultiValued() - Method in class org.hibernate.mapping.MetaAttribute
 
isMultiValued() - Method in class org.hibernate.query.internal.QueryParameterBindingImpl
 
isMultiValued() - Method in interface org.hibernate.query.spi.QueryParameterBinding
Is the binding multivalued?
isMultiValuedBindingAllowed() - Method in interface org.hibernate.query.sqm.spi.ParameterDeclarationContext
Are multi-valued parameter bindings allowed in this context?
isMutable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the mutable property.
isMutable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the mutable property.
isMutable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the mutable property.
isMutable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the mutable property.
isMutable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the mutable property.
isMutable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNaturalIdType
Gets the value of the mutable property.
isMutable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the mutable property.
isMutable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Gets the value of the mutable property.
isMutable() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the mutable property.
isMutable() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
isMutable() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the mutable property.
isMutable() - Method in class org.hibernate.boot.jaxb.mapping.JaxbNaturalId
Gets the value of the mutable property.
isMutable() - Method in class org.hibernate.boot.model.process.internal.UserTypeMutabilityPlanAdapter
 
isMutable() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
isMutable() - Method in class org.hibernate.boot.model.source.internal.hbm.EntityHierarchySourceImpl
 
isMutable() - Method in interface org.hibernate.boot.model.source.spi.EntityHierarchySource
Is this root entity mutable?
isMutable() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
isMutable() - Method in class org.hibernate.cache.cfg.internal.CollectionDataCachingConfigImpl
 
isMutable() - Method in class org.hibernate.cache.cfg.internal.EntityDataCachingConfigImpl
 
isMutable() - Method in class org.hibernate.cache.cfg.internal.NaturalIdDataCachingConfigImpl
 
isMutable() - Method in interface org.hibernate.cache.cfg.spi.DomainDataCachingConfig
Is the data marked as being mutable?
isMutable() - Method in class org.hibernate.envers.internal.entities.RevisionTypeType
 
isMutable() - Method in interface org.hibernate.graph.GraphNode
 
isMutable() - Method in class org.hibernate.graph.internal.AbstractGraphNode
 
isMutable() - Method in class org.hibernate.mapping.Collection
 
isMutable() - Method in class org.hibernate.mapping.PersistentClass
 
isMutable() - Method in class org.hibernate.mapping.RootClass
 
isMutable() - Method in class org.hibernate.mapping.Subclass
 
isMutable() - Method in interface org.hibernate.metadata.ClassMetadata
Deprecated.
Are instances of this class mutable?
isMutable() - Method in class org.hibernate.metamodel.mapping.internal.AbstractNaturalIdMapping
 
isMutable() - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationAttributeMapping.MutabilityPlanImpl
 
isMutable() - Method in interface org.hibernate.metamodel.mapping.NaturalIdMapping
Whether the natural-id is immutable.
isMutable() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isMutable() - Method in interface org.hibernate.persister.collection.CollectionPersister
Can the elements of this collection change?
isMutable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isMutable() - Method in class org.hibernate.persister.entity.DiscriminatorType
Deprecated.
 
isMutable() - Method in interface org.hibernate.persister.entity.EntityPersister
Determine whether instances of this entity are considered mutable.
isMutable() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
isMutable() - Method in class org.hibernate.type.AbstractStandardBasicType
 
isMutable() - Method in class org.hibernate.type.AnyType
 
isMutable() - Method in class org.hibernate.type.CollectionType
 
isMutable() - Method in class org.hibernate.type.ComponentType
 
isMutable() - Method in class org.hibernate.type.CustomType
 
isMutable() - Method in class org.hibernate.type.descriptor.converter.internal.AttributeConverterMutabilityPlanImpl
 
isMutable() - Method in class org.hibernate.type.descriptor.java.BlobJavaType.BlobMutabilityPlan
 
isMutable() - Method in class org.hibernate.type.descriptor.java.ClobJavaType.ClobMutabilityPlan
 
isMutable() - Method in class org.hibernate.type.descriptor.java.Immutability
 
isMutable() - Method in class org.hibernate.type.descriptor.java.ImmutableMutabilityPlan
 
isMutable() - Method in interface org.hibernate.type.descriptor.java.MutabilityPlan
Can the internal state of instances of T be changed?
isMutable() - Method in class org.hibernate.type.descriptor.java.MutableMutabilityPlan
 
isMutable() - Method in class org.hibernate.type.descriptor.java.NClobJavaType.NClobMutabilityPlan
 
isMutable() - Method in class org.hibernate.type.descriptor.java.spi.FormatMapperBasedJavaType
 
isMutable() - Method in class org.hibernate.type.EntityType
 
isMutable() - Method in class org.hibernate.type.EnumType
Deprecated.
 
isMutable() - Method in class org.hibernate.type.internal.CompositeUserTypeJavaTypeWrapper.MutabilityPlanWrapper
 
isMutable() - Method in class org.hibernate.type.internal.ConvertedBasicTypeImpl
 
isMutable() - Method in class org.hibernate.type.internal.UserTypeJavaTypeWrapper.MutabilityPlanWrapper
 
isMutable() - Method in class org.hibernate.type.MetaType
Deprecated.
 
isMutable() - Method in class org.hibernate.type.SerializableToBlobType
 
isMutable() - Method in interface org.hibernate.type.Type
Are objects of this type mutable with respect to the referencing object? Entities and collections are considered immutable because they manage their own internal state.
isMutable() - Method in class org.hibernate.usertype.BaseUserTypeSupport
 
isMutable() - Method in interface org.hibernate.usertype.CompositeUserType
Are objects of this type mutable?
isMutable() - Method in class org.hibernate.usertype.internal.AbstractTimeZoneStorageCompositeUserType
 
isMutable() - Method in class org.hibernate.usertype.StaticUserTypeSupport
 
isMutable() - Method in interface org.hibernate.usertype.UserType
Are instances of the Java class mapped by this custom type mutable or immutable?
isMutation(SqmStatement<?>) - Static method in class org.hibernate.query.sqm.internal.SqmUtil
 
isNakedEntityReturned() - Method in class org.hibernate.event.spi.LoadEventListener.LoadType
 
isNamed() - Method in class org.hibernate.mapping.CheckConstraint
 
isNameDeferred() - Method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
isNamedQueryStartupCheckingEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
isNamedQueryStartupCheckingEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isNamedQueryStartupCheckingEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isNameExplicit() - Method in class org.hibernate.mapping.UniqueKey
 
isNationalized() - Method in class org.hibernate.boot.model.internal.BasicValueBinder
 
isNationalized() - Method in class org.hibernate.mapping.SimpleValue
 
isNationalized() - Method in class org.hibernate.type.descriptor.jdbc.DelegatingJdbcTypeIndicators
 
isNationalized() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
 
isNationalized() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
Was nationalized character datatype requested for the given Java type?
isNationalized(int) - Static method in interface org.hibernate.type.descriptor.jdbc.JdbcType
 
isNativeIdEnabled() - Method in class org.hibernate.envers.configuration.Configuration
 
isNaturalIdentifier() - Method in class org.hibernate.mapping.Property
 
isNaturalIdentifierCached() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
isNaturalIdentifierInsertGenerated() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
isNClob(Class) - Static method in class org.hibernate.type.descriptor.java.DataHelper
 
isNClob(Class) - Static method in class org.hibernate.type.descriptor.java.LobStreamDataHelper
 
isNegated() - Method in class org.hibernate.query.sqm.tree.predicate.AbstractNegatableSqmPredicate
 
isNegated() - Method in class org.hibernate.query.sqm.tree.predicate.SqmGroupedPredicate
 
isNegated() - Method in class org.hibernate.query.sqm.tree.predicate.SqmJunctionPredicate
 
isNegated() - Method in interface org.hibernate.query.sqm.tree.predicate.SqmNegatablePredicate
Is this predicate (currently) negated?
isNegated() - Method in class org.hibernate.sql.ast.tree.predicate.AbstractPredicate
 
isNegated() - Method in class org.hibernate.sql.ast.tree.predicate.ExistsPredicate
 
isNested() - Method in class org.hibernate.query.hql.internal.QualifiedJoinPathConsumer
 
isNewlyInstantiated() - Method in interface org.hibernate.collection.spi.PersistentCollection
Is the collection newly instantiated?
isNoBackslashEscapesEnabled() - Method in class org.hibernate.dialect.MySQLDialect
 
isNoBackslashEscapesEnabled() - Method in class org.hibernate.dialect.MySQLServerConfiguration
 
isNoConstraintByDefault() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
 
isNoConstraintByDefault() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
isNoConstraintByDefault() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
Should we disable constraint creation when ConstraintMode.PROVIDER_DEFAULT?
isNone() - Method in enum org.hibernate.engine.OptimisticLockStyle
 
isNotAffectedByInfluencers(LoadQueryInfluencers) - Method in interface org.hibernate.loader.ast.spi.Loadable
 
isNotAffectedByInfluencers(LoadQueryInfluencers) - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
isNotEmpty() - Static method in class org.hibernate.testing.hamcrest.CollectionMatchers
 
isNotEmpty(CriteriaBuilder, Expression<? extends Geometry>) - Static method in class org.hibernate.spatial.predicate.GeolatteSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "is not empty" constraint.
isNotEmpty(CriteriaBuilder, Expression<? extends Geometry>) - Static method in class org.hibernate.spatial.predicate.JTSSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "is not empty" constraint.
isNotEmpty(Expression<C>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
isNotEmpty(Expression<C>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
isNotEmpty(Expression<C>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
isNotEmpty(Expression<C>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
isNotEmpty(Object[]) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
 
isNotEmpty(String) - Static method in class org.hibernate.internal.util.StringHelper
 
isNotEmpty(String) - Static method in class org.hibernate.testing.junit4.Helper
Standard string content checking.
isNotEmpty(Collection) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
 
isNotEmpty(Map) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
 
isNotInitialized() - Static method in class org.hibernate.testing.hamcrest.CollectionMatchers
 
isNotInitialized() - Static method in class org.hibernate.testing.hamcrest.InitializationCheckMatcher
 
isNotMember(E, Expression<C>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
isNotMember(E, Expression<C>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
isNotMember(E, Expression<C>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
isNotMember(E, Expression<C>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
isNotMember(Expression<E>, Expression<C>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
isNotMember(Expression<E>, Expression<C>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
isNotMember(Expression<E>, Expression<C>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
isNotMember(Expression<E>, Expression<C>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
isNotNull() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the notNull property.
isNotNull() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Gets the value of the notNull property.
isNotNull() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Gets the value of the notNull property.
isNotNull() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Gets the value of the notNull property.
isNotNull() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
Gets the value of the notNull property.
isNotNull() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the notNull property.
isNotNull() - Method in interface org.hibernate.boot.jaxb.hbm.transform.SourceColumnAdapter
 
isNotNull() - Method in class org.hibernate.boot.jaxb.hbm.transform.SourceColumnAdapterJaxbHbmColumnType
 
isNotNull() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply an "is not null" constraint to the another property
isNotNull() - Method in interface org.hibernate.query.criteria.JpaExpression
 
isNotNull() - Method in class org.hibernate.query.hql.internal.FullyQualifiedReflectivePathTerminal
 
isNotNull() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
isNotNull() - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
 
isNotNull() - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
 
isNotNull() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
isNotNull() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
isNotNull(Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
isNotNull(Expression<?>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
isNotNull(Expression<?>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
isNotNull(Expression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
isNotOneOf(TransactionStatus...) - Method in enum org.hibernate.resource.transaction.spi.TransactionStatus
 
isNotSet() - Method in class org.hibernate.internal.util.MutableObject
 
isNotTransient(String, Object, Boolean, SharedSessionContractImplementor) - Static method in class org.hibernate.engine.internal.ForeignKeys
Is this instance persistent or detached?
isNull() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply an "is null" constraint
isNull() - Method in interface org.hibernate.query.criteria.JpaExpression
 
isNull() - Method in class org.hibernate.query.hql.internal.FullyQualifiedReflectivePathTerminal
 
isNull() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
isNull() - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
 
isNull() - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
 
isNull() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
isNull() - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
isNull(Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
isNull(Expression<?>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
isNull(Expression<?>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
isNull(Expression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
isNull(Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.EntityType
 
isNull(Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.OneToOneType
 
isNullable() - Method in class org.hibernate.boot.jaxb.hbm.transform.ColumnDefaultsBasicImpl
 
isNullable() - Method in class org.hibernate.boot.jaxb.mapping.JaxbColumn
Gets the value of the nullable property.
isNullable() - Method in class org.hibernate.boot.jaxb.mapping.JaxbJoinColumn
Gets the value of the nullable property.
isNullable() - Method in class org.hibernate.boot.jaxb.mapping.JaxbMapKeyColumn
Gets the value of the nullable property.
isNullable() - Method in class org.hibernate.boot.jaxb.mapping.JaxbMapKeyJoinColumn
Gets the value of the nullable property.
isNullable() - Method in class org.hibernate.boot.jaxb.mapping.JaxbOrderColumn
Gets the value of the nullable property.
isNullable() - Method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
isNullable() - Method in class org.hibernate.boot.model.source.internal.hbm.BasicAttributeColumnsAndFormulasSource
 
isNullable() - Method in class org.hibernate.boot.model.source.internal.hbm.ManyToOneAttributeColumnsAndFormulasSource
 
isNullable() - Method in class org.hibernate.boot.model.source.internal.hbm.RelationalValueSourceHelper.AbstractColumnsAndFormulasSource
 
isNullable() - Method in interface org.hibernate.boot.model.source.internal.hbm.RelationalValueSourceHelper.ColumnsAndFormulasSource
 
isNullable() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
Is this column nullable?
isNullable() - Method in class org.hibernate.dialect.temptable.TemporaryTableColumn
 
isNullable() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
isNullable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
Gets the value of the nullable property.
isNullable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
Gets the value of the nullable property.
isNullable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
Gets the value of the nullable property.
isNullable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
Gets the value of the nullable property.
isNullable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OrderColumn
Gets the value of the nullable property.
isNullable() - Method in class org.hibernate.mapping.Collection
 
isNullable() - Method in class org.hibernate.mapping.Column
 
isNullable() - Method in class org.hibernate.mapping.DependantValue
 
isNullable() - Method in class org.hibernate.mapping.ManyToOne
 
isNullable() - Method in class org.hibernate.mapping.OneToMany
 
isNullable() - Method in class org.hibernate.mapping.OneToOne
 
isNullable() - Method in class org.hibernate.mapping.SimpleValue
 
isNullable() - Method in interface org.hibernate.mapping.Value
 
isNullable() - Method in interface org.hibernate.metamodel.mapping.AttributeMetadata
 
isNullable() - Method in interface org.hibernate.metamodel.mapping.BasicEntityIdentifierMapping
 
isNullable() - Method in class org.hibernate.metamodel.mapping.internal.AnyDiscriminatorPart
 
isNullable() - Method in class org.hibernate.metamodel.mapping.internal.AnyKeyPart
 
isNullable() - Method in class org.hibernate.metamodel.mapping.internal.BasicAttributeMapping
 
isNullable() - Method in class org.hibernate.metamodel.mapping.internal.BasicEntityIdentifierMappingImpl
 
isNullable() - Method in class org.hibernate.metamodel.mapping.internal.BasicValuedCollectionPart
 
isNullable() - Method in class org.hibernate.metamodel.mapping.internal.CaseStatementDiscriminatorMappingImpl
 
isNullable() - Method in class org.hibernate.metamodel.mapping.internal.CollectionIdentifierDescriptorImpl
 
isNullable() - Method in class org.hibernate.metamodel.mapping.internal.EntityRowIdMappingImpl
 
isNullable() - Method in class org.hibernate.metamodel.mapping.internal.EntityVersionMappingImpl
 
isNullable() - Method in class org.hibernate.metamodel.mapping.internal.ExplicitColumnDiscriminatorMappingImpl
 
isNullable() - Method in class org.hibernate.metamodel.mapping.internal.SelectableMappingImpl
 
isNullable() - Method in class org.hibernate.metamodel.mapping.internal.SimpleAttributeMetadata
 
isNullable() - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
isNullable() - Method in interface org.hibernate.metamodel.mapping.internal.SingleAttributeIdentifierMapping
 
isNullable() - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
isNullable() - Method in class org.hibernate.metamodel.mapping.SelectableConsumer.MutableSelectableMapping
 
isNullable() - Method in interface org.hibernate.metamodel.mapping.SelectableMapping
Is the mapping considered nullable?
isNullable() - Method in interface org.hibernate.metamodel.mapping.SoftDeleteMapping
 
isNullable() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping.KeyColumn
 
isNullable() - Method in class org.hibernate.query.derived.AnonymousTupleBasicValuedModelPart
 
isNullable() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
Deprecated.
 
isNullable() - Method in class org.hibernate.tuple.BaselineAttributeInformation
Deprecated.
 
isNullable() - Method in interface org.hibernate.tuple.NonIdentifierAttribute
Deprecated.
 
isNullable() - Method in class org.hibernate.type.EntityType
The nullability of the property.
isNullable() - Method in class org.hibernate.type.ManyToOneType
 
isNullable() - Method in class org.hibernate.type.OneToOneType
 
isNullable(int) - Method in class org.hibernate.jpamodelgen.annotation.CriteriaFinderMethod
 
isNullable(Expression) - Static method in class org.hibernate.dialect.function.array.ArrayHelper
 
isNullableSubclassTable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isNullableSubclassTable(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
isNullableSubclassTable(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
isNullableTable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isNullableTable(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
isNullableTable(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
isNullifiable(boolean, SharedSessionContractImplementor) - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
isNullifiable(boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.engine.spi.EntityEntry
 
isNullifiableEntityKeysEmpty() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
isNullifiableEntityKeysEmpty() - Method in interface org.hibernate.engine.spi.PersistenceContext
 
isNullInitialVersion(Object) - Static method in class org.hibernate.engine.internal.Versioning
Determines if the value of the assigned version property should be considered a "null" value, that is, if it is literally null, or if it is a negative integer.
IsNullPredicateContext(HqlParser.PredicateContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.IsNullPredicateContext
 
isNumber() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
 
isNumeric() - Method in enum org.hibernate.query.sqm.CastType
 
isNumericOrDecimal(int) - Static method in class org.hibernate.type.SqlTypes
Does the given typecode represent one of the two SQL decimal types?
isNumericType(int) - Static method in class org.hibernate.type.SqlTypes
Does the given JDBC type code represent some sort of numeric type?
isOffsetTimeClass(XAnnotatedElement) - Static method in class org.hibernate.boot.model.internal.TimeZoneStorageHelper
 
ISOLATE - org.hibernate.boot.TempTableDdlTransactionHandling
Execution of the DDL must be isolated from any ongoing transaction
ISOLATE_AND_TRANSACT - org.hibernate.boot.TempTableDdlTransactionHandling
As with TempTableDdlTransactionHandling.ISOLATE the execution of the DDL must be isolated from any ongoing transaction.
ISOLATION - Static variable in interface org.hibernate.cfg.JdbcSettings
Specified the JDBC transaction isolation level.
IsolationDelegate - Interface in org.hibernate.resource.transaction.spi
Contract for performing work in a manner that isolates it from any current transaction.
isOneOf(TransactionStatus...) - Method in enum org.hibernate.resource.transaction.spi.TransactionStatus
 
isOneToMany() - Method in class org.hibernate.jpamodelgen.validation.MockCollectionPersister
 
isOneToMany() - Method in class org.hibernate.mapping.Collection
 
isOneToMany() - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
isOneToMany() - Method in interface org.hibernate.persister.collection.CollectionPersister
Is this a one-to-many association?
isOneToMany() - Method in class org.hibernate.persister.collection.OneToManyPersister
 
isOneToManyAttached() - Method in interface org.hibernate.envers.configuration.internal.metadata.CollectionMetadataContext
 
isOneToManySingleTableSubclass() - Method in interface org.hibernate.envers.configuration.internal.metadata.CollectionMetadataContext
 
isOneToOne() - Method in class org.hibernate.type.EntityType
Is the association modeled here defined as a 1-1 in the database (physical model)?
isOneToOne() - Method in class org.hibernate.type.ManyToOneType
 
isOneToOne() - Method in class org.hibernate.type.OneToOneType
 
isOpen() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
isOpen() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
isOpen() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
isOpen() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
isOpen() - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
isOpen() - Method in class org.hibernate.internal.SessionFactoryImpl
 
isOpen() - Method in class org.hibernate.internal.SessionImpl
 
isOpen() - Method in class org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl
 
isOpen() - Method in class org.hibernate.resource.jdbc.internal.LogicalConnectionProvidedImpl
 
isOpen() - Method in interface org.hibernate.resource.jdbc.LogicalConnection
Is this (logical) JDBC connection still open/active?
isOpen() - Method in interface org.hibernate.SharedSessionContract
Check if the session is still open.
isOpenOrWaitingForAutoClose() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
isOpenOrWaitingForAutoClose() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Determines whether the session is open or is waiting for auto-close.
isOpenOrWaitingForAutoClose() - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
isOperatedOn(Object) - Method in class org.hibernate.event.spi.MergeContext
Returns true if the listener is performing the merge operation on the specified merge entity.
isOperationQueueEnabled() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
Is this collection in a state that would allow us to "queue" operations?
isOptimisticLock() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Gets the value of the optimisticLock property.
isOptimisticLock() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Gets the value of the optimisticLock property.
isOptimisticLock() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Gets the value of the optimisticLock property.
isOptimisticLock() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the optimisticLock property.
isOptimisticLock() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Gets the value of the optimisticLock property.
isOptimisticLock() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
Gets the value of the optimisticLock property.
isOptimisticLock() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Gets the value of the optimisticLock property.
isOptimisticLock() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Gets the value of the optimisticLock property.
isOptimisticLock() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the optimisticLock property.
isOptimisticLock() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Gets the value of the optimisticLock property.
isOptimisticLock() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Gets the value of the optimisticLock property.
isOptimisticLock() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
Gets the value of the optimisticLock property.
isOptimisticLock() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Gets the value of the optimisticLock property.
isOptimisticLock() - Method in interface org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfo
 
isOptimisticLock() - Method in class org.hibernate.boot.jaxb.mapping.JaxbBasic
Gets the value of the optimisticLock property.
isOptimisticLock() - Method in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
Gets the value of the optimisticLock property.
isOptimisticLock() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEmbedded
Gets the value of the optimisticLock property.
isOptimisticLock() - Method in class org.hibernate.boot.jaxb.mapping.JaxbHbmAnyMapping
Gets the value of the optimisticLock property.
isOptimisticLock() - Method in class org.hibernate.boot.jaxb.mapping.JaxbHbmManyToAny
Gets the value of the optimisticLock property.
isOptimisticLocked() - Method in class org.hibernate.mapping.Collection
 
isOptimisticLocked() - Method in class org.hibernate.mapping.Property
 
isOptional - Variable in class org.hibernate.sql.ast.tree.from.AbstractTableReference
 
isOptional() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Gets the value of the optional property.
isOptional() - Method in class org.hibernate.boot.jaxb.mapping.JaxbBasic
Gets the value of the optional property.
isOptional() - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToOne
Gets the value of the optional property.
isOptional() - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToOne
Gets the value of the optional property.
isOptional() - Method in class org.hibernate.boot.jaxb.mapping.JaxbSecondaryTable
Gets the value of the optional property.
isOptional() - Method in interface org.hibernate.boot.model.source.spi.SecondaryTableSource
 
isOptional() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
Gets the value of the optional property.
isOptional() - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
Gets the value of the optional property.
isOptional() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Gets the value of the optional property.
isOptional() - Method in class org.hibernate.mapping.Join
 
isOptional() - Method in class org.hibernate.mapping.Property
 
isOptional() - Method in class org.hibernate.metamodel.mapping.internal.AbstractEntityCollectionPart
 
isOptional() - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
isOptional() - Method in class org.hibernate.metamodel.model.domain.internal.SingularAttributeImpl
 
isOptional() - Method in class org.hibernate.persister.collection.mutation.CollectionTableMapping
 
isOptional() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping
 
isOptional() - Method in class org.hibernate.query.derived.AnonymousTupleSqmAssociationPathSource
 
isOptional() - Method in class org.hibernate.sql.ast.tree.from.AbstractTableReference
 
isOptional() - Method in interface org.hibernate.sql.ast.tree.from.TableReference
 
isOptional() - Method in class org.hibernate.sql.model.ast.MutatingTableReference
 
isOptional() - Method in interface org.hibernate.sql.model.TableMapping
Whether the table is mapped as optional
isOptional() - Method in interface org.hibernate.sql.results.graph.entity.EntityValuedFetchable
 
isOptional(XProperty, PropertyHolder) - Static method in class org.hibernate.boot.model.internal.PropertyBinder
Should this property be considered optional, taking into account whether it is primitive?
isOrdered() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceManyToManyImpl
 
isOrdered() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceBagImpl
 
isOrdered() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceIdBagImpl
 
isOrdered() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceSetImpl
 
isOrdered() - Method in interface org.hibernate.boot.model.source.spi.Orderable
If the source of plural attribute is supposed to be applied the ORDER BY when loading.
isOrderInsertsEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
isOrderInsertsEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isOrderInsertsEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isOrderReturnEnabled() - Method in class org.hibernate.internal.NaturalIdMultiLoadAccessStandard
 
isOrderReturnEnabled() - Method in interface org.hibernate.loader.ast.spi.MultiLoadOptions
Should the entities be returned in the same order as their associated entity identifiers were provided.
isOrderUpdatesEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
isOrderUpdatesEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isOrderUpdatesEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isOrdinal() - Method in class org.hibernate.type.EnumType
Deprecated.
 
isOrphanRemoval() - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
Gets the value of the orphanRemoval property.
isOrphanRemoval() - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
Gets the value of the orphanRemoval property.
isOrphanRemoval() - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToOne
Gets the value of the orphanRemoval property.
isOrphanRemoval() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Gets the value of the orphanRemoval property.
isOrphanRemoval() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Gets the value of the orphanRemoval property.
isOrphanRemovalBeforeUpdates() - Method in class org.hibernate.event.spi.DeleteEvent
 
isOrWithinEmbeddedId() - Method in class org.hibernate.boot.model.internal.ClassPropertyHolder
 
isOrWithinEmbeddedId() - Method in class org.hibernate.boot.model.internal.CollectionPropertyHolder
 
isOrWithinEmbeddedId() - Method in class org.hibernate.boot.model.internal.ComponentPropertyHolder
 
isOrWithinEmbeddedId() - Method in interface org.hibernate.boot.model.internal.PropertyHolder
Return true if this component is or is embedded in a @EmbeddedId
isOverriddenAudited(XClass) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.AuditedPropertiesReader
 
isOverriddenAudited(XProperty) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.AuditedPropertiesReader
 
isOverriddenNotAudited(XClass) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.AuditedPropertiesReader
 
isOverriddenNotAudited(XProperty) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.AuditedPropertiesReader
 
isOwnerUnchanged(CollectionPersister, Object, PersistentCollection<?>) - Static method in class org.hibernate.event.internal.ProxyVisitor
Has the owner of the collection changed since the collection was snapshotted and detached?
isOwningManyToOneWithBidrectionalJoinTable() - Method in interface org.hibernate.envers.configuration.internal.metadata.CollectionMetadataContext
 
isParameter(Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
isParent(NavigablePath) - Method in class org.hibernate.spi.NavigablePath
Determine whether this path is part of the given path's parent
isParentOrEqual(NavigablePath) - Method in class org.hibernate.spi.NavigablePath
Determine whether this path is part of the given path's parent
isPartitioned() - Method in class org.hibernate.metamodel.mapping.internal.AnyDiscriminatorPart
 
isPartitioned() - Method in class org.hibernate.metamodel.mapping.internal.AnyKeyPart
 
isPartitioned() - Method in class org.hibernate.metamodel.mapping.internal.BasicAttributeMapping
 
isPartitioned() - Method in class org.hibernate.metamodel.mapping.internal.BasicEntityIdentifierMappingImpl
 
isPartitioned() - Method in class org.hibernate.metamodel.mapping.internal.BasicValuedCollectionPart
 
isPartitioned() - Method in class org.hibernate.metamodel.mapping.internal.CaseStatementDiscriminatorMappingImpl
 
isPartitioned() - Method in class org.hibernate.metamodel.mapping.internal.CollectionIdentifierDescriptorImpl
 
isPartitioned() - Method in class org.hibernate.metamodel.mapping.internal.EntityRowIdMappingImpl
 
isPartitioned() - Method in class org.hibernate.metamodel.mapping.internal.EntityVersionMappingImpl
 
isPartitioned() - Method in class org.hibernate.metamodel.mapping.internal.ExplicitColumnDiscriminatorMappingImpl
 
isPartitioned() - Method in class org.hibernate.metamodel.mapping.internal.SelectableMappingImpl
 
isPartitioned() - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
isPartitioned() - Method in class org.hibernate.metamodel.mapping.SelectableConsumer.MutableSelectableMapping
 
isPartitioned() - Method in interface org.hibernate.metamodel.mapping.SelectableMapping
 
isPartitioned() - Method in interface org.hibernate.metamodel.mapping.SoftDeleteMapping
 
isPartitioned() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping.KeyColumn
 
isPartitioned() - Method in class org.hibernate.query.derived.AnonymousTupleBasicValuedModelPart
 
isPartitionKey() - Method in class org.hibernate.mapping.SimpleValue
 
isPartOfCollectionElement() - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
Does any part represent a collection-element reference?
isPerformed() - Method in class org.hibernate.envers.internal.synchronization.work.AbstractAuditWorkUnit
 
isPerformed() - Method in interface org.hibernate.envers.internal.synchronization.work.AuditWorkUnit
 
isPersistentAttributeInterceptable(Object) - Static method in class org.hibernate.engine.internal.ManagedTypeHelper
 
isPersistentAttributeInterceptableType(Class) - Static method in class org.hibernate.engine.internal.ManagedTypeHelper
 
isPersistentField(UnloadedField) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
look for @Transient annotation
isPersistentField(UnloadedField) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
Does the field represent persistent state? Persistent fields will be "enhanced".
isPersistentField(UnloadedField) - Method in class org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
 
isPhysicalConstraint() - Method in class org.hibernate.mapping.ForeignKey
 
isPhysicalDiscriminator() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isPhysicalDiscriminator() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
isPhysicalDiscriminator() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
isPhysicallyConnected() - Method in class org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl
 
isPhysicallyConnected() - Method in class org.hibernate.resource.jdbc.internal.LogicalConnectionProvidedImpl
 
isPhysicallyConnected() - Method in interface org.hibernate.resource.jdbc.LogicalConnection
Is this logical connection currently physically connected?
isPhysicalSequence() - Method in interface org.hibernate.id.enhanced.DatabaseStructure
Is the structure physically a sequence?
isPhysicalSequence() - Method in class org.hibernate.id.enhanced.SequenceStructure
 
isPhysicalSequence() - Method in class org.hibernate.id.enhanced.TableStructure
 
isPhysicalSequence(JdbcEnvironment, boolean) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
isPhysicalTable() - Method in class org.hibernate.mapping.Table
 
isPhysicalTable() - Method in class org.hibernate.tool.schema.extract.internal.TableInformationImpl
 
isPhysicalTable() - Method in interface org.hibernate.tool.schema.extract.spi.TableInformation
Does this information describe a physical table as opposed to a view, etc?
isPhysicalTableType(String) - Method in class org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl
 
isPlural() - Method in interface org.hibernate.metamodel.internal.AttributeMetadata
Is the attribute plural (a collection)?
isPlural() - Method in class org.hibernate.metamodel.internal.BaseAttributeMetadata
 
isPluralAttributeMapping() - Method in interface org.hibernate.metamodel.mapping.AttributeMapping
 
isPluralAttributeMapping() - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
isPolymorphic() - Method in class org.hibernate.mapping.PersistentClass
 
isPolymorphic() - Method in class org.hibernate.mapping.RootClass
 
isPolymorphic() - Method in class org.hibernate.mapping.Subclass
 
isPolymorphic() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isPolymorphic() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
isPooled() - Method in class org.hibernate.id.enhanced.CustomOptimizerDescriptor
 
isPooled() - Method in interface org.hibernate.id.enhanced.OptimizerDescriptor
 
isPooled() - Method in enum org.hibernate.id.enhanced.StandardOptimizerDescriptor
 
isPooledOptimizer(String) - Static method in class org.hibernate.id.enhanced.OptimizerFactory
Deprecated.
No longer used
isPreferUserTransaction() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
isPreferUserTransaction() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isPreferUserTransaction() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isPreferUserTransaction() - Method in class org.hibernate.internal.JdbcSessionContextImpl
 
isPreferUserTransaction() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
 
isPregnant() - Method in class org.hibernate.testing.orm.domain.animal.Mammal
 
isPrimaryKey() - Method in class org.hibernate.dialect.temptable.TemporaryTableColumn
 
isPrimaryKey() - Method in interface org.hibernate.usertype.DynamicParameterizedType.ParameterType
 
isPrimaryKey(Column) - Method in class org.hibernate.mapping.Table
 
isPrimed() - Method in class org.hibernate.type.BasicTypeRegistry
 
isPrimitive(Class<?>) - Method in class org.hibernate.mapping.Property
Deprecated, for removal: This API element is subject to removal in a future version.
this method is no longer used
isPrimitive(String) - Static method in class org.hibernate.boot.model.internal.BinderHelper
 
isPrimitive(String) - Static method in class org.hibernate.jpamodelgen.util.TypeUtils
 
isPrimitiveArray() - Method in class org.hibernate.mapping.Collection
 
isPrimitiveArray() - Method in class org.hibernate.mapping.PrimitiveArray
 
isPrimitiveArray() - Method in interface org.hibernate.metadata.CollectionMetadata
Deprecated.
Is the collection a primitive array?
isPrimitiveArray() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isPrimitiveArray() - Method in interface org.hibernate.persister.collection.CollectionPersister
Is this an array or primitive values?
isPrimitiveVariant(SingularAttribute<?, ?>, Class<Y>) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
isProcessed() - Method in class org.hibernate.engine.spi.CollectionEntry
 
isProperty(String, String) - Static method in class org.hibernate.jpamodelgen.util.StringUtil
 
isPropertyDefinedInHierarchy(String) - Method in class org.hibernate.mapping.MappedSuperclass
Check to see if a property with the given name exists in this MappedSuperclass or in any of its super hierarchy.
isPropertyDefinedInHierarchy(String) - Method in class org.hibernate.mapping.PersistentClass
Check to see if a property with the given name exists in this PersistentClass or in any of its super hierarchy.
isPropertyDefinedInSuperHierarchy(String) - Method in class org.hibernate.boot.model.internal.EntityBinder
Delegates to PersistentClass.isPropertyDefinedInHierarchy(java.lang.String), after verifying that there is a PersistentClass available.
isPropertyDefinedInSuperHierarchy(String) - Method in class org.hibernate.mapping.PersistentClass
Check to see if a property with the given name exists in the super hierarchy of this PersistentClass.
isPropertyInitialized(E, Attribute<? super E, ?>) - Method in class org.hibernate.Hibernate
Determines if the given attribute of the given entity instance is initialized.
isPropertyInitialized(Object, String) - Static method in class org.hibernate.Hibernate
Determines if the property with the given name of the given entity instance is initialized.
isPropertyNull(EntityKey, String) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
isPropertyNull(EntityKey, String) - Method in interface org.hibernate.engine.spi.PersistenceContext
Is the association property belonging to the keyed entity null?
isPropertyOfTable(int, int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isPropertyOfTable(int, int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
isPropertyOfTable(int, int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
isPropertyOfTable(int, int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
isPropertySelectable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isPropertySelectable(int) - Method in interface org.hibernate.persister.entity.EntityPersister
 
isProvider(PersistenceUnitDescriptor, Map) - Static method in class org.hibernate.jpa.boot.spi.ProviderChecker
Does the descriptor and/or integration request Hibernate as the PersistenceProvider? Note that in the case of no requested provider being named we assume we are the provider (the calls got to us somehow...)
isPublic(Class, Member) - Static method in class org.hibernate.internal.util.ReflectHelper
Is this member publicly accessible.
isPutEnabled() - Method in enum org.hibernate.CacheMode
Does this cache mode indicate that writes are allowed?
isPutQueueEnabled() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
Is this collection in a state that would allow us to "queue" puts? This is a special case, because of orphan delete.
isQualified(String, String) - Method in class org.hibernate.cache.spi.support.RegionNameQualifier
 
isQualified(String, SessionFactoryOptions) - Method in class org.hibernate.cache.spi.support.RegionNameQualifier
 
isQueryCacheEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
isQueryCacheEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isQueryCacheEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isQueryCacheHit() - Method in class org.hibernate.sql.results.graph.embeddable.internal.NestedRowProcessingState
 
isQueryCacheHit() - Method in class org.hibernate.sql.results.internal.RowProcessingStateStandardImpl
 
isQueryCacheHit() - Method in interface org.hibernate.sql.results.jdbc.spi.RowProcessingState
 
isQueryPlanCacheable() - Method in interface org.hibernate.query.SelectionQuery
Should the query plan of the query be stored in the query plan cache?
isQueryPlanCacheable() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
isQueryPlanCacheable() - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
isQueryPlanCacheable() - Method in interface org.hibernate.query.sqm.internal.SqmInterpretationsKey.CacheabilityInfluencers
 
isQueryPlanCacheable() - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
isQueryPlanCacheable() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
isQuoted() - Method in class org.hibernate.boot.model.naming.Identifier
Is this a quoted identifier?
isQuoted() - Method in class org.hibernate.mapping.Column
 
isQuoted() - Method in class org.hibernate.mapping.Table
 
isQuoted() - Method in class org.hibernate.mapping.UserDefinedType
 
isQuoted(String) - Static method in class org.hibernate.boot.model.naming.Identifier
Is the given identifier text considered quoted.
isQuoted(String) - Static method in class org.hibernate.internal.util.StringHelper
Determine if the given string is quoted (wrapped by '`' characters at beginning and end).
isQuoted(String, int, int) - Static method in class org.hibernate.boot.model.naming.Identifier
 
isQuoted(String, Dialect) - Static method in class org.hibernate.internal.util.StringHelper
Determine if the given name is quoted.
isReachable(Object, Path.Node, Class<?>, Path, ElementType) - Method in class org.hibernate.boot.beanvalidation.HibernateTraversableResolver
 
isReached() - Method in class org.hibernate.engine.spi.CollectionEntry
 
isReadable(long) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess.Item
 
isReadable(long) - Method in interface org.hibernate.cache.spi.support.AbstractReadWriteAccess.Lockable
Returns true if the enclosed value can be read by a transaction started at the given time.
isReadable(long) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess.SoftLockImpl
 
isReadOnly() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Gets the value of the readOnly property.
isReadOnly() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Gets the value of the readOnly property.
isReadOnly() - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedNativeQuery
Gets the value of the readOnly property.
isReadOnly() - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedQuery
Gets the value of the readOnly property.
isReadOnly() - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
isReadOnly() - Method in class org.hibernate.engine.jdbc.mutation.internal.MutationQueryOptions
 
isReadOnly() - Method in interface org.hibernate.engine.spi.EntityEntry
 
isReadOnly() - Method in class org.hibernate.loader.ast.internal.LoaderSqlAstCreationState
 
isReadOnly() - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
isReadOnly() - Method in interface org.hibernate.proxy.LazyInitializer
Is the proxy read-only?
isReadOnly() - Method in class org.hibernate.query.internal.QueryOptionsImpl
 
isReadOnly() - Method in class org.hibernate.query.internal.SimpleQueryOptions
 
isReadOnly() - Method in interface org.hibernate.query.SelectionQuery
Should entities and proxies loaded by this Query be put in read-only mode? If the read-only/modifiable setting was not initialized, then the default read-only/modifiable setting for the persistence context i s returned instead.
isReadOnly() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
isReadOnly() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
 
isReadOnly() - Method in interface org.hibernate.query.spi.QueryOptions
Should entities returned from the query be marked read-only.
isReadOnly() - Method in class org.hibernate.query.spi.QueryOptionsAdapter
 
isReadOnly() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
isReadOnly(Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
isReadOnly(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Is the entity or proxy read-only?
isReadOnly(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
isReadOnly(Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
isReadOnly(Object) - Method in class org.hibernate.internal.SessionImpl
 
isReadOnly(Object) - Method in interface org.hibernate.Session
Is the specified entity or proxy read-only?
isReadOnlyBeforeAttachedToSession() - Method in class org.hibernate.proxy.AbstractLazyInitializer
Get the read-only/modifiable setting that should be put in affect when it is attached to a session.
isReadOnlySettingAvailable() - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
isReadOnlySettingAvailable() - Method in interface org.hibernate.proxy.LazyInitializer
Is the proxy's read-only/modifiable setting available?
isReadyForSerialization() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
isReadyForSerialization() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Can this coordinator be serialized?
isRealTableGroup() - Method in class org.hibernate.sql.ast.tree.from.AbstractTableGroup
 
isRealTableGroup() - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
isRealTableGroup() - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
isRealTableGroup() - Method in class org.hibernate.sql.ast.tree.from.MappedByTableGroup
 
isRealTableGroup() - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
 
isRealTableGroup() - Method in class org.hibernate.sql.ast.tree.from.StandardTableGroup
 
isRealTableGroup() - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
 
isRecord(Class<?>) - Static method in class org.hibernate.internal.util.ReflectHelper
 
isRecursive() - Method in class org.hibernate.sql.ast.tree.cte.CteStatement
 
isReferencedEntityAttribute() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeyManyToAnySourceImpl
 
isReferencedEntityAttribute() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeyManyToManySourceImpl
 
isReferencedEntityAttribute() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeMapKeySource
Is this plural attribute index source for an attribute of the referenced entity (relevant only for one-to-many and many-to-many associations)? If this method returns true, then this object can safely be cast to PluralAttributeMapKeySourceEntityAttribute.
isReferenceEntry() - Method in interface org.hibernate.cache.spi.entry.CacheEntry
Does this entry represent a direct entity reference (rather than disassembled state)?
isReferenceEntry() - Method in class org.hibernate.cache.spi.entry.ReferenceCacheEntryImpl
 
isReferenceEntry() - Method in class org.hibernate.cache.spi.entry.StandardCacheEntryImpl
 
isReferenceImplicit() - Method in class org.hibernate.boot.model.internal.AnnotatedJoinColumn
 
isReferenceToIdentifierProperty() - Method in class org.hibernate.type.EntityType
 
isReferenceToPrimaryKey() - Method in class org.hibernate.mapping.ForeignKey
Does this foreignkey reference the primary key of the reference table
isReferenceToPrimaryKey() - Method in class org.hibernate.mapping.ToOne
 
isReferenceToPrimaryKey() - Method in interface org.hibernate.metamodel.mapping.EntityAssociationMapping
 
isReferenceToPrimaryKey() - Method in class org.hibernate.metamodel.mapping.internal.ManyToManyCollectionPart
 
isReferenceToPrimaryKey() - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
isReferenceToPrimaryKey() - Method in class org.hibernate.type.AnyType
 
isReferenceToPrimaryKey() - Method in class org.hibernate.type.EntityType
Does this association foreign key reference the primary key of the other table? Otherwise, it references a property-ref.
isRegisteringVisitedAssociationKeys() - Method in class org.hibernate.loader.ast.internal.LoaderSqlAstCreationState
 
isRegisteringVisitedAssociationKeys() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
isRegisteringVisitedAssociationKeys() - Method in interface org.hibernate.sql.results.graph.DomainResultCreationState
Is this state accepting circularity detection keys?
isRelation(String) - Method in class org.hibernate.envers.internal.entities.EntityConfiguration
 
isReleaseResourcesOnCloseEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
isReleaseResourcesOnCloseEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isReleaseResourcesOnCloseEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isRemovingOrphanBeforeUpates() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
isReservedWord(String) - Method in class org.hibernate.engine.jdbc.env.internal.NormalizingIdentifierHelperImpl
 
isReservedWord(String) - Method in interface org.hibernate.engine.jdbc.env.spi.IdentifierHelper
Check whether the given word represents a reserved word.
isResolved(SqmFrom) - Method in class org.hibernate.query.sqm.sql.FromClauseIndex
 
isResolvingCircularFetch() - Method in class org.hibernate.loader.ast.internal.LoaderSqlAstCreationState
 
isResolvingCircularFetch() - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
isResolvingCircularFetch() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
isResolvingCircularFetch() - Method in interface org.hibernate.sql.results.graph.DomainResultCreationState
 
isResultCachingEnabled() - Method in class org.hibernate.engine.jdbc.mutation.internal.MutationQueryOptions
 
isResultCachingEnabled() - Method in class org.hibernate.loader.ast.internal.LoaderSqlAstCreationState
 
isResultCachingEnabled() - Method in class org.hibernate.query.internal.QueryOptionsImpl
 
isResultCachingEnabled() - Method in class org.hibernate.query.spi.DelegatingQueryOptions
 
isResultCachingEnabled() - Method in interface org.hibernate.query.spi.QueryOptions
Should results from the query be cached?
isResultCachingEnabled() - Method in class org.hibernate.query.spi.QueryOptionsAdapter
 
isResultSet() - Method in class org.hibernate.result.internal.OutputsImpl.CurrentReturnState
 
isResultSet() - Method in interface org.hibernate.result.Output
Determine if this return is a result (castable to ResultSetOutput).
isReturnOfDeletedEntitiesEnabled() - Method in class org.hibernate.internal.NaturalIdMultiLoadAccessStandard
 
isReturnOfDeletedEntitiesEnabled() - Method in interface org.hibernate.loader.ast.spi.MultiLoadOptions
Should we returned entities that are scheduled for deletion.
isRevisionEndTimestampEnabled() - Method in class org.hibernate.envers.configuration.Configuration
 
isRevisionEndTimestampNumeric() - Method in class org.hibernate.envers.configuration.Configuration
 
isRevisionEndTimestampOnly() - Method in class org.hibernate.envers.strategy.spi.MappingContext
 
isRevisionEndTimestampUseLegacyPlacement() - Method in class org.hibernate.envers.configuration.Configuration
 
isRevisionSequenceNoCache() - Method in class org.hibernate.envers.configuration.Configuration
 
isring - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
isRollback(int) - Static method in class org.hibernate.engine.transaction.internal.jta.JtaStatusHelper
Does the given status code indicate a rolled back transaction?
isRollback(TransactionManager) - Static method in class org.hibernate.engine.transaction.internal.jta.JtaStatusHelper
Does the status code obtained from the given TransactionManager indicate a roll back?
isRollback(UserTransaction) - Static method in class org.hibernate.engine.transaction.internal.jta.JtaStatusHelper
Does the status code obtained from the given UserTransaction indicate a roll back?
isRoot - Variable in class org.hibernate.boot.archive.scan.spi.AbstractScannerImpl.ArchiveDescriptorInfo
 
isRoot() - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
Does this part represent a root.
isRoot() - Method in class org.hibernate.loader.PropertyPath
Deprecated.
 
isRoot() - Method in interface org.hibernate.spi.DotIdentifierSequence
Is this sequence node the root of the sequence?
isRoot() - Method in class org.hibernate.sql.ast.tree.select.QueryPart
Does this QueryPart map to the statement's root query (as opposed to one of its sub-queries)?
isRoot(T) - Method in interface org.hibernate.context.spi.CurrentTenantIdentifierResolver
Does the given tenant id represent a "root" tenant with access to all partitions?
isRootEntity() - Method in class org.hibernate.boot.model.internal.EntityBinder
 
isRootEntity() - Method in class org.hibernate.envers.configuration.internal.metadata.EntityMappingData
 
isRootUrl() - Method in class org.hibernate.boot.archive.scan.spi.AbstractScannerImpl.ArchiveContextImpl
 
isRootUrl() - Method in interface org.hibernate.boot.archive.spi.ArchiveContext
Is the archive described (and being visited) the root url for the persistence-unit?
isRowDeleteEnabled() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isRowDeleteEnabled() - Method in class org.hibernate.persister.collection.OneToManyPersister
 
isRowInsertEnabled() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isRowInsertEnabled() - Method in class org.hibernate.persister.collection.OneToManyPersister
 
isRowNumberingCurrentQueryPart() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
isRowsOnlyFetchClauseType(QueryPart) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
isRowUpdatePossible() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
isRowUpdatePossible() - Method in class org.hibernate.collection.spi.PersistentBag
 
isRowUpdatePossible() - Method in interface org.hibernate.collection.spi.PersistentCollection
Can each element in the collection be mapped unequivocally to a single row in the database? Generally bags and sets are the only collections that cannot be.
isRowUpdatePossible() - Method in class org.hibernate.collection.spi.PersistentSet
 
isRowUpdatePossible() - Method in enum org.hibernate.metamodel.CollectionClassification
 
isSafeUUID(UUID) - Static method in class org.hibernate.testing.util.uuid.SafeRandomUUIDGenerator
 
isSame(int) - Method in interface org.hibernate.dialect.DatabaseVersion
Determine if this version matches the passed one.
isSame(int, int) - Method in interface org.hibernate.dialect.DatabaseVersion
Determine if this version matches the passed one.
isSame(int, int, int) - Method in interface org.hibernate.dialect.DatabaseVersion
Determine if this version matches the passed one.
isSame(Object) - Method in interface org.hibernate.engine.spi.Resolution
 
isSame(Object, Object) - Method in class org.hibernate.type.AbstractStandardBasicType
 
isSame(Object, Object) - Method in class org.hibernate.type.AbstractType
 
isSame(Object, Object) - Method in class org.hibernate.type.AnyType
 
isSame(Object, Object) - Method in class org.hibernate.type.ComponentType
 
isSame(Object, Object) - Method in class org.hibernate.type.EntityType
Two entities are considered the same when their instances are the same.
isSame(Object, Object) - Method in class org.hibernate.type.internal.ConvertedBasicTypeImpl
 
isSame(Object, Object) - Method in class org.hibernate.type.SerializableToBlobType
 
isSame(Object, Object) - Method in interface org.hibernate.type.Type
Compare two instances of the class mapped by this type for persistence "equality", that is, equality of persistent state, taking a shortcut for entity references.
isSame(DatabaseVersion) - Method in interface org.hibernate.dialect.DatabaseVersion
Determine if the versions are the same/equal.
isSame(Any) - Method in class org.hibernate.mapping.Any
 
isSame(Collection) - Method in class org.hibernate.mapping.Collection
 
isSame(Collection) - Method in class org.hibernate.mapping.IdentifierCollection
 
isSame(Collection) - Method in class org.hibernate.mapping.IndexedCollection
 
isSame(Component) - Method in class org.hibernate.mapping.Component
 
isSame(DependantValue) - Method in class org.hibernate.mapping.DependantValue
 
isSame(IdentifierCollection) - Method in class org.hibernate.mapping.IdentifierCollection
 
isSame(IndexedCollection) - Method in class org.hibernate.mapping.IndexedCollection
 
isSame(OneToMany) - Method in class org.hibernate.mapping.OneToMany
 
isSame(OneToOne) - Method in class org.hibernate.mapping.OneToOne
 
isSame(SimpleValue) - Method in class org.hibernate.mapping.Any
 
isSame(SimpleValue) - Method in class org.hibernate.mapping.Component
 
isSame(SimpleValue) - Method in class org.hibernate.mapping.DependantValue
 
isSame(SimpleValue) - Method in class org.hibernate.mapping.SimpleValue
 
isSame(SimpleValue) - Method in class org.hibernate.mapping.ToOne
 
isSame(ToOne) - Method in class org.hibernate.mapping.OneToOne
 
isSame(ToOne) - Method in class org.hibernate.mapping.ToOne
 
isSame(Value) - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
isSame(Value) - Method in class org.hibernate.mapping.Collection
 
isSame(Value) - Method in class org.hibernate.mapping.OneToMany
 
isSame(Value) - Method in class org.hibernate.mapping.SimpleValue
 
isSame(Value) - Method in interface org.hibernate.mapping.Value
 
isSame(Value, Value) - Static method in class org.hibernate.mapping.Collection
 
isSame(Value, Value) - Static method in class org.hibernate.mapping.SimpleValue
 
isSame(CollectionPersister, Object, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractCollectionMapper
Checks whether the old collection element and new collection element are the same.
isSame(CollectionPersister, Object, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.MapCollectionMapper
 
isSameClass(Object, SessionFactoryImplementor) - Method in class org.hibernate.metamodel.internal.AbstractDynamicMapInstantiator
 
isSameClass(Object, SessionFactoryImplementor) - Method in class org.hibernate.metamodel.internal.AbstractPojoInstantiator
 
isSameClass(Object, SessionFactoryImplementor) - Method in class org.hibernate.metamodel.internal.EmbeddableCompositeUserTypeInstantiator
 
isSameClass(Object, SessionFactoryImplementor) - Method in class org.hibernate.metamodel.internal.EmbeddableInstantiatorProxied
 
isSameClass(Object, SessionFactoryImplementor) - Method in interface org.hibernate.metamodel.spi.Instantiator
 
isSameClass(Object, SessionFactoryImplementor) - Method in interface org.hibernate.usertype.CompositeUserType
 
isSameOrAfter(int) - Method in interface org.hibernate.dialect.DatabaseVersion
isSameOrAfter(int, int) - Method in interface org.hibernate.dialect.DatabaseVersion
isSameOrAfter(int, int, int) - Method in interface org.hibernate.dialect.DatabaseVersion
isSameOrAfter(Integer, Integer) - Method in interface org.hibernate.dialect.DatabaseVersion
isSameOrAfter(DatabaseVersion) - Method in interface org.hibernate.dialect.DatabaseVersion
isSameRM(XAResource) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.XAResourceWrapper
 
isSameRole(String) - Method in class org.hibernate.metamodel.internal.AbstractDynamicMapInstantiator
 
isSameRole(String) - Method in class org.hibernate.metamodel.internal.EntityInstantiatorDynamicMap
 
isSchemaQuoted() - Method in class org.hibernate.mapping.Table
 
isSchemaQuoted() - Method in class org.hibernate.mapping.UserDefinedType
 
isScrollableResultSetsEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
isScrollableResultSetsEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isScrollableResultSetsEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isScrollableResultSetsEnabled() - Method in class org.hibernate.internal.JdbcSessionContextImpl
 
isScrollableResultSetsEnabled() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionContext
 
isScrollResult() - Method in interface org.hibernate.sql.exec.spi.ExecutionContext
 
isScrollResult() - Method in interface org.hibernate.sql.results.graph.AssemblerCreationState
 
isScrollResult() - Method in class org.hibernate.sql.results.graph.embeddable.internal.NestedRowProcessingState
 
isScrollResult() - Method in class org.hibernate.sql.results.internal.RowProcessingStateStandardImpl
 
isSecondary() - Method in class org.hibernate.boot.model.internal.AnnotatedColumns
 
isSecondLevelCacheCheckingEnabled() - Method in interface org.hibernate.loader.ast.spi.MultiIdLoadOptions
Check the second-level cache first, and only if the entity is not found in the cache should Hibernate hit the database.
isSecondLevelCacheEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
isSecondLevelCacheEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isSecondLevelCacheEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isSecurityManagerEnabled() - Static method in class org.hibernate.internal.util.securitymanager.SystemSecurityManager
 
isSelect(SqmStatement<?>) - Static method in class org.hibernate.query.sqm.internal.SqmUtil
 
isSelectable() - Method in class org.hibernate.mapping.Property
 
isSelectable() - Method in interface org.hibernate.metamodel.mapping.AttributeMetadata
 
isSelectable() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedAttributeMapping
 
isSelectable() - Method in class org.hibernate.metamodel.mapping.internal.SimpleAttributeMetadata
 
isSelectable() - Method in interface org.hibernate.metamodel.mapping.internal.SingleAttributeIdentifierMapping
 
isSelectable() - Method in interface org.hibernate.sql.results.graph.Fetchable
 
isSelectable(FetchParent, Fetchable) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Deprecated.
isSelectBeforeUpdate() - Method in interface org.hibernate.boot.jaxb.hbm.spi.EntityInfo
 
isSelectBeforeUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Gets the value of the selectBeforeUpdate property.
isSelectBeforeUpdate() - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Gets the value of the selectBeforeUpdate property.
isSelectBeforeUpdate() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
isSelectBeforeUpdate() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
Did the source specify to perform selects to decide whether to perform (detached) updates?
isSelectBeforeUpdate() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
isSelectBeforeUpdateRequired() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isSelectBeforeUpdateRequired() - Method in interface org.hibernate.persister.entity.EntityPersister
Is select snapshot before update enabled?
isSelectByUniqueKey() - Method in class org.hibernate.sql.results.graph.entity.internal.EntityDelayedFetchInitializer
 
isSelectQuery() - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
isSelectQuery() - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
Best guess whether this is a select query.
isSelfDirtinessTracker(Object) - Static method in class org.hibernate.engine.internal.ManagedTypeHelper
 
isSelfDirtinessTrackerType(Class) - Static method in class org.hibernate.engine.internal.ManagedTypeHelper
 
isSessionCheckingEnabled() - Method in interface org.hibernate.loader.ast.spi.MultiIdLoadOptions
Check the first-level cache first, and only if the entity is not found in the cache should Hibernate hit the database.
isSessionFactoryNameAlsoJndiName() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
isSessionFactoryNameAlsoJndiName() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isSessionFactoryNameAlsoJndiName() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
Is the SesssionFactory name also a JNDI name, indicating we should bind it into JNDI?
isSessionImplementor() - Method in interface org.hibernate.engine.spi.SessionImplementor
 
isSessionImplementor() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Does this object implement SessionImplementor?
isSet() - Method in class org.hibernate.envers.internal.tools.MutableBoolean
 
isSet() - Method in class org.hibernate.internal.util.MutableObject
 
isSet() - Method in class org.hibernate.mapping.Collection
 
isSet() - Method in class org.hibernate.mapping.Set
 
isShadowedBy(FrameworkMethod) - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
 
isShared() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
Gets the value of the shared property.
isShared() - Method in class org.hibernate.boot.jaxb.mapping.JaxbMultiTenancy
Gets the value of the shared property.
isShared() - Method in interface org.hibernate.boot.model.source.spi.MultiTenancySource
 
isSharedColumn(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
issimple - org.hibernate.spatial.SpatialFunction
Deprecated.
The isSimple function, cfr.
isSimpleJoinPredicate(Predicate) - Method in interface org.hibernate.metamodel.mapping.DiscriminatedAssociationModelPart
 
isSimpleJoinPredicate(Predicate) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
 
isSimpleJoinPredicate(Predicate) - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedForeignKeyDescriptor
 
isSimpleJoinPredicate(Predicate) - Method in class org.hibernate.metamodel.mapping.internal.ManyToManyCollectionPart
 
isSimpleJoinPredicate(Predicate) - Method in class org.hibernate.metamodel.mapping.internal.OneToManyCollectionPart
 
isSimpleJoinPredicate(Predicate) - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
isSimpleJoinPredicate(Predicate) - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
isSimpleJoinPredicate(Predicate) - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
isSimpleJoinPredicate(Predicate) - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddableValuedModelPart
 
isSimpleJoinPredicate(Predicate) - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
isSimpleJoinPredicate(Predicate) - Method in interface org.hibernate.sql.ast.tree.from.TableGroupJoinProducer
Returns whether the given predicate is a simple join predicate for this attribute.
isSimpleJoinPredicate(Predicate) - Method in interface org.hibernate.sql.results.graph.embeddable.EmbeddableValuedFetchable
 
isSimpleQueryPart() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryGroup
 
isSimpleQueryPart() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
 
isSimpleQueryPart() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
isSimpleValue() - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
isSimpleValue() - Method in class org.hibernate.mapping.Collection
 
isSimpleValue() - Method in class org.hibernate.mapping.OneToMany
 
isSimpleValue() - Method in class org.hibernate.mapping.SimpleValue
 
isSimpleValue() - Method in interface org.hibernate.mapping.Value
 
isSimpleValuesInsert(SqmInsertStatement<?>, EntityPersister) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
isSingular() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
isSingular() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractSingularAttributeSourceEmbeddedImpl
 
isSingular() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractToOneAttributeSourceImpl
 
isSingular() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceBasicImpl
 
isSingular() - Method in class org.hibernate.boot.model.source.internal.hbm.SingularAttributeSourceAnyImpl
 
isSingular() - Method in interface org.hibernate.boot.model.source.spi.AttributeSource
Attributes are (coarsely speaking) either singular or plural.
isSkipGlobalQuotingForColumnDefinitions() - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
isSkipped() - Method in interface org.hibernate.persister.entity.mutation.AttributeAnalysis
Whether the attribute be skipped completely.
isSmallOrTinyInt(int) - Static method in class org.hibernate.type.SqlTypes
 
isSnapshotEmpty(Serializable) - Method in class org.hibernate.collection.spi.PersistentArrayHolder
 
isSnapshotEmpty(Serializable) - Method in class org.hibernate.collection.spi.PersistentBag
 
isSnapshotEmpty(Serializable) - Method in interface org.hibernate.collection.spi.PersistentCollection
Is the snapshot empty?
isSnapshotEmpty(Serializable) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
isSnapshotEmpty(Serializable) - Method in class org.hibernate.collection.spi.PersistentList
 
isSnapshotEmpty(Serializable) - Method in class org.hibernate.collection.spi.PersistentMap
 
isSnapshotEmpty(Serializable) - Method in class org.hibernate.collection.spi.PersistentSet
 
isSnapshotEmpty(PersistentCollection<?>) - Method in class org.hibernate.engine.spi.CollectionEntry
 
isSoftDelete() - Method in class org.hibernate.mapping.BasicValue
 
isSorted() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceMapImpl
 
isSorted() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceSetImpl
 
isSorted() - Method in interface org.hibernate.boot.model.source.spi.Sortable
If the source of plural attribute is supposed to be sorted.
isSorted() - Method in class org.hibernate.mapping.Collection
 
isSorted() - Method in class org.hibernate.mapping.Component
 
isSorted() - Method in class org.hibernate.mapping.DependantValue
 
isSorted() - Method in interface org.hibernate.mapping.SortableValue
 
isSorted() - Method in class org.hibernate.mapping.ToOne
 
isSpatialType(int) - Static method in class org.hibernate.type.SqlTypes
Does the typecode represent a spatial (Geometry or Geography) type.
isSpecjProprietarySyntaxEnabled() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
 
isSpecjProprietarySyntaxEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
isSpecjProprietarySyntaxEnabled() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
 
isSqlLockTimeout(Exception) - Static method in class org.hibernate.testing.util.ExceptionUtil
Was the given exception caused by a SQL lock timeout?
isSqlTypeLob() - Method in class org.hibernate.mapping.Column
 
isSqlTypeLob(Metadata) - Method in class org.hibernate.mapping.Column
 
isStandardEvent() - Method in class org.hibernate.event.spi.EventType
Is this event-type one of the standard event-types?
isStandardRenderer(ParameterMarkerStrategy) - Static method in class org.hibernate.sql.ast.internal.ParameterMarkerStrategyStandard
 
isStandardTypeCode(int) - Static method in class org.hibernate.type.descriptor.JdbcTypeNameMapper
Determine whether the given JDBC type code represents a standard JDBC type ("standard" being those defined on Types).
isStandardTypeCode(Integer) - Static method in class org.hibernate.type.descriptor.JdbcTypeNameMapper
isStarted() - Method in class org.hibernate.cache.jcache.internal.JCacheRegionFactory
 
isStarted() - Method in class org.hibernate.cache.spi.AbstractRegionFactory
 
isStateless() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
isStateless() - Method in interface org.hibernate.engine.spi.PersistenceContext
 
isStatelessSession() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Does this object implement StatelessSession?
isStatelessSession() - Method in class org.hibernate.internal.StatelessSessionImpl
 
isStaticField(Field) - Static method in class org.hibernate.internal.util.ReflectHelper
 
isStatisticsEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
isStatisticsEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isStatisticsEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isStatisticsEnabled() - Method in class org.hibernate.stat.internal.StatisticsImpl
 
isStatisticsEnabled() - Method in interface org.hibernate.stat.Statistics
Is collection of statistics enabled?
isStoreDataAtDelete() - Method in class org.hibernate.envers.configuration.Configuration
 
isString() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
 
isStringLike() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
 
isStringType(int) - Static method in class org.hibernate.type.SqlTypes
Is this a type with a length, that is, is it some kind of character string or binary string?
isStrongerThan(EntityNameUse.UseKind) - Method in enum org.hibernate.persister.entity.EntityNameUse.UseKind
 
isStruct(JdbcMappingContainer) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
isStructuredCacheEntriesEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
isStructuredCacheEntriesEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isStructuredCacheEntriesEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isSubclassEntity() - Method in class org.hibernate.envers.configuration.internal.metadata.EntityMappingData
 
isSubclassEntityName(String) - Method in class org.hibernate.jpamodelgen.validation.MockEntityPersister
 
isSubclassEntityName(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isSubclassEntityName(String) - Method in interface org.hibernate.persister.entity.EntityPersister
Determine whether the given name represents a subclass entity (or this entity itself) of the entity mapped by this persister.
isSubclassPropertyNullable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isSubclassPropertyNullable(int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Deprecated.
Is the numbered property of the class of subclass nullable?
isSubclassTableIndicatedByTreatAsDeclarations(int, Set<String>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isSubclassTableIndicatedByTreatAsDeclarations(int, Set<String>) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
isSubclassTableSequentialSelect(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Deprecated, for removal: This API element is subject to removal in a future version.
With no replacement
isSubselect() - Method in class org.hibernate.mapping.Table
 
isSubselectFetchEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
isSubselectFetchEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isSubselectFetchEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
isSubselectFetchEnabled() - Method in interface org.hibernate.internal.SessionCreationOptions
 
isSubselectFetchEnabled() - Method in class org.hibernate.internal.SessionFactoryImpl.SessionBuilderImpl
 
isSubselectFetchEnabled() - Method in class org.hibernate.internal.SessionFactoryImpl.StatelessSessionBuilderImpl
 
isSubselectFetchingEnabled() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
isSubselectFetchingEnabled() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
isSubselectFetchingEnabled() - Method in class org.hibernate.internal.SessionImpl
 
isSubselectFetchingEnabled() - Method in interface org.hibernate.Session
Determine if subselect fetching is enabled in this session.
isSubselectLoadable() - Method in class org.hibernate.mapping.Collection
 
isSubselectLoadable() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isSubselectLoadable() - Method in interface org.hibernate.persister.collection.CollectionPersister
 
isSubstitutionRequired() - Method in class org.hibernate.event.internal.WrapVisitor
 
isSubtype(String, String) - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
isSubtype(String, String) - Method in class org.hibernate.jpamodelgen.validation.ProcessorSessionFactory
 
isSuffix(DotIdentifierSequence) - Method in class org.hibernate.spi.NavigablePath
Determine whether the given path is a suffix of this path
isSynchronizationEnabled() - Method in interface org.hibernate.loader.ast.spi.NaturalIdLoadOptions
Whether Hibernate should perform "synchronization" prior to performing look-ups?
isSynchronizationEnabled() - Method in class org.hibernate.loader.internal.BaseNaturalIdLoadAccessImpl
 
isSynchronizationEnabled() - Method in class org.hibernate.loader.internal.SimpleNaturalIdLoadAccessImpl
 
isSynchronizationRegistered() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl
Is the RegisteredSynchronization used by Hibernate for unified JTA Synchronization callbacks registered for this coordinator?
isSynthetic() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
isSynthetic() - Method in class org.hibernate.envers.internal.entities.PropertyData
 
isSynthetic() - Method in class org.hibernate.mapping.Backref
 
isSynthetic() - Method in class org.hibernate.mapping.IndexBackref
 
isSynthetic() - Method in class org.hibernate.mapping.Property
Does this property represent a synthetic property? A synthetic property is one we create during metamodel binding to represent a collection of columns but which does not represent a property physically available on the entity.
isSynthetic() - Method in class org.hibernate.mapping.SyntheticProperty
 
isSynthetic() - Method in class org.hibernate.metamodel.model.domain.internal.MapMember
 
isTableCascadeDeleteEnabled(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Deprecated, for removal: This API element is subject to removal in a future version.
No longer used
isTableCascadeDeleteEnabled(int) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
isTableCascadeDeleteEnabled(int) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
isTableCascadeDeleteEnabled(int) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
isTableOptional(String) - Method in class org.hibernate.query.sqm.mutation.internal.temptable.UpdateExecutionDelegate
 
isTemporal() - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
 
isTemporal(JavaType<?>) - Static method in class org.hibernate.type.descriptor.java.JavaTypeHelper
 
isTemporalType() - Method in interface org.hibernate.type.descriptor.java.JavaType
Return true if the implementation is an instance of TemporalJavaType
isTemporalType() - Method in interface org.hibernate.type.descriptor.java.TemporalJavaType
 
isTemporalType(int) - Static method in class org.hibernate.type.SqlTypes
Does the given typecode represent a SQL date, time, or timestamp type?
isTheBoolean() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
isTheNumericBoolean() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
isTheStringBoolean() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
isTimestampDate() - Method in class org.hibernate.envers.internal.entities.RevisionTimestampData
 
isTimestampLocalDateTime() - Method in class org.hibernate.envers.internal.entities.RevisionTimestampData
 
isTimeUnit() - Method in enum org.hibernate.query.sqm.TemporalUnit
Is this unit extractable from a time?
isTopLevel() - Method in interface org.hibernate.sql.ast.spi.SqlAstProcessingState
 
isTrackEntitiesChanged() - Method in class org.hibernate.envers.configuration.Configuration
 
isTransactionActive() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
 
isTransactionActive(boolean) - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
 
isTransactionCoordinatorShared() - Method in interface org.hibernate.internal.SharedSessionCreationOptions
 
isTransactionInProgress() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
isTransactionInProgress() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Does this session have an active Hibernate transaction, or is it associated with a JTA transaction currently in progress?
isTransactionInProgress() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
isTransactionInProgress() - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
isTransactionInProgress() - Method in class org.hibernate.internal.StatelessSessionImpl
 
isTransient(Object) - Method in interface org.hibernate.Interceptor
Called to distinguish between transient and detached entities.
isTransient(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isTransient(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Is this a new transient instance?
isTransient(String, Object, Boolean, SharedSessionContractImplementor) - Static method in class org.hibernate.engine.internal.ForeignKeys
Is this instance, which we know is not persistent, actually transient?
isTrue(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
isTrue(Expression<Boolean>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
isTrue(Expression<Boolean>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
isTrue(Expression<Boolean>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
IsTruePredicateContext(HqlParser.PredicateContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.IsTruePredicateContext
 
isTypeNameRegistered(String) - Method in class org.hibernate.type.descriptor.sql.spi.DdlTypeRegistry
Determines if there is a registered DdlType whose raw type name matches the given type name, taking into account DDL types registered by Hibernate.
isTypeOrSuperType(EntityMappingType) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
Whether the passed entity mapping is the same as or is a supertype of this entity mapping
isTypeOrSuperType(EntityMappingType) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isTypeOrSuperType(ManagedMappingType) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
Whether the passed mapping is (1) an entity mapping and (2) the same as or a supertype of this entity mapping
isTypeResolved() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.DynamicProperty
 
isTypeSpecified() - Method in class org.hibernate.mapping.SimpleValue
 
isTypeSpecified() - Method in class org.hibernate.mapping.ToOne
 
isUninitialized() - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
isUninitialized() - Method in interface org.hibernate.proxy.LazyInitializer
Is the proxy uninitialized?
isUnionSubclassEntity() - Method in class org.hibernate.envers.configuration.internal.metadata.EntityMappingData
 
isUnique - Variable in class org.hibernate.boot.model.source.internal.hbm.ModelBinder.DelayedPropertyReferenceHandlerImpl
 
isUnique() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.boot.jaxb.hbm.transform.ColumnDefaultsBasicImpl
 
isUnique() - Method in interface org.hibernate.boot.jaxb.hbm.transform.SourceColumnAdapter
 
isUnique() - Method in class org.hibernate.boot.jaxb.hbm.transform.SourceColumnAdapterJaxbHbmColumnType
 
isUnique() - Method in class org.hibernate.boot.jaxb.mapping.JaxbColumn
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.boot.jaxb.mapping.JaxbIndex
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.boot.jaxb.mapping.JaxbJoinColumn
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.boot.jaxb.mapping.JaxbMapKeyColumn
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.boot.jaxb.mapping.JaxbMapKeyJoinColumn
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
isUnique() - Method in class org.hibernate.boot.model.source.internal.hbm.BasicAttributeColumnsAndFormulasSource
 
isUnique() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceManyToOneImpl
 
isUnique() - Method in class org.hibernate.boot.model.source.internal.hbm.EmbeddableSourceImpl
 
isUnique() - Method in class org.hibernate.boot.model.source.internal.hbm.EmbeddableSourceVirtualImpl
 
isUnique() - Method in class org.hibernate.boot.model.source.internal.hbm.ManyToOneAttributeColumnsAndFormulasSource
 
isUnique() - Method in class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceManyToManyImpl
 
isUnique() - Method in class org.hibernate.boot.model.source.internal.hbm.RelationalValueSourceHelper.AbstractColumnsAndFormulasSource
 
isUnique() - Method in interface org.hibernate.boot.model.source.internal.hbm.RelationalValueSourceHelper.ColumnsAndFormulasSource
 
isUnique() - Method in interface org.hibernate.boot.model.source.spi.ColumnSource
Is this column unique?
isUnique() - Method in interface org.hibernate.boot.model.source.spi.EmbeddableSource
 
isUnique() - Method in interface org.hibernate.boot.model.source.spi.EmbeddedAttributeMapping
 
isUnique() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeElementSourceManyToMany
 
isUnique() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSourceToOne
 
isUnique() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Index
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
Gets the value of the unique property.
isUnique() - Method in class org.hibernate.mapping.Column
 
isUnique() - Method in class org.hibernate.mapping.Index
 
isUnknown(JavaType<?>) - Static method in class org.hibernate.type.descriptor.java.JavaTypeHelper
 
isUnlockable(SoftLock) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess.Item
 
isUnlockable(SoftLock) - Method in interface org.hibernate.cache.spi.support.AbstractReadWriteAccess.Lockable
Returns true if the given lock can be unlocked using the given SoftLock instance as a handle.
isUnlockable(SoftLock) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess.SoftLockImpl
 
isUnqualified(String, SessionFactoryOptions) - Static method in class org.hibernate.cache.spi.support.CacheUtils
 
isUnreferenced() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
isUnreferenced() - Method in interface org.hibernate.collection.spi.PersistentCollection
Is the collection unreferenced?
isUnsaved(Object) - Method in class org.hibernate.engine.spi.IdentifierValue
Does the given identifier belong to a new instance?
isUnsaved(Object) - Method in interface org.hibernate.engine.spi.UnsavedValueStrategy
Make the transient/detached determination
isUnsaved(Object) - Method in class org.hibernate.engine.spi.VersionValue
 
isUnsigned() - Method in class org.hibernate.engine.jdbc.spi.TypeInfo
 
isUnwrap() - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
isUnwrap() - Method in interface org.hibernate.proxy.LazyInitializer
 
isUnwrappableAs(Class<?>) - Method in class org.hibernate.agroal.internal.AgroalConnectionProvider
 
isUnwrappableAs(Class<?>) - Method in class org.hibernate.c3p0.internal.C3P0ConnectionProvider
 
isUnwrappableAs(Class<?>) - Method in class org.hibernate.engine.jdbc.connections.internal.DatasourceConnectionProviderImpl
 
isUnwrappableAs(Class<?>) - Method in class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl
 
isUnwrappableAs(Class<?>) - Method in class org.hibernate.engine.jdbc.connections.internal.UserSuppliedConnectionProviderImpl
 
isUnwrappableAs(Class<?>) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
 
isUnwrappableAs(Class<?>) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
 
isUnwrappableAs(Class<?>) - Method in class org.hibernate.hikaricp.internal.HikariCPConnectionProvider
 
isUnwrappableAs(Class<?>) - Method in class org.hibernate.proxool.internal.ProxoolConnectionProvider
 
isUnwrappableAs(Class<?>) - Method in interface org.hibernate.service.spi.Wrapped
Can this wrapped service be unwrapped as the indicated type?
isUnwrappableAs(Class<?>) - Method in class org.hibernate.testing.jdbc.ConnectionProviderDelegate
 
isUnwrappableAs(Class<?>) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl
 
isUnwrappableAs(Class<?>) - Method in class org.hibernate.vibur.internal.ViburDBCPConnectionProvider
 
isUnwrapProxies() - Method in class org.hibernate.boot.model.source.internal.hbm.FetchCharacteristicsSingularAssociationImpl
 
isUnwrapProxies() - Method in interface org.hibernate.boot.model.source.spi.FetchCharacteristicsSingularAssociation
 
isUnwrapProxy() - Method in class org.hibernate.mapping.ToOne
 
isUnwrapProxy() - Method in class org.hibernate.metamodel.mapping.internal.AbstractEntityCollectionPart
 
isUnwrapProxy() - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
isUnwrapProxy() - Method in interface org.hibernate.sql.results.graph.entity.EntityValuedFetchable
 
isUnwrapProxyImplicit() - Method in class org.hibernate.mapping.ToOne
 
isUpdatable() - Method in class org.hibernate.boot.jaxb.mapping.JaxbColumn
Gets the value of the updatable property.
isUpdatable() - Method in class org.hibernate.boot.jaxb.mapping.JaxbJoinColumn
Gets the value of the updatable property.
isUpdatable() - Method in class org.hibernate.boot.jaxb.mapping.JaxbMapKeyColumn
Gets the value of the updatable property.
isUpdatable() - Method in class org.hibernate.boot.jaxb.mapping.JaxbMapKeyJoinColumn
Gets the value of the updatable property.
isUpdatable() - Method in class org.hibernate.boot.jaxb.mapping.JaxbOrderColumn
Gets the value of the updatable property.
isUpdatable() - Method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
isUpdatable() - Method in class org.hibernate.boot.model.source.internal.hbm.BasicAttributePropertySource
 
isUpdatable() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceBasicImpl
 
isUpdatable() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceManyToOneImpl
 
isUpdatable() - Method in class org.hibernate.boot.model.source.internal.hbm.ManyToOnePropertySource
 
isUpdatable() - Method in class org.hibernate.boot.model.source.internal.hbm.SingularAttributeSourceAnyImpl
 
isUpdatable() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSource
Did the mapping specify that the given attribute value(s) should be updated in the database?
isUpdatable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
Gets the value of the updatable property.
isUpdatable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
Gets the value of the updatable property.
isUpdatable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
Gets the value of the updatable property.
isUpdatable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
Gets the value of the updatable property.
isUpdatable() - Method in class org.hibernate.jpamodelgen.xml.jaxb.OrderColumn
Gets the value of the updatable property.
isUpdatable() - Method in interface org.hibernate.metamodel.mapping.AttributeMetadata
 
isUpdatable() - Method in class org.hibernate.metamodel.mapping.internal.SimpleAttributeMetadata
 
isUpdatable() - Method in interface org.hibernate.metamodel.mapping.internal.SingleAttributeIdentifierMapping
 
isUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Gets the value of the update property.
isUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Gets the value of the update property.
isUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Gets the value of the update property.
isUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
Gets the value of the update property.
isUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
Gets the value of the update property.
isUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Gets the value of the update property.
isUpdate() - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
Gets the value of the update property.
isUpdateable() - Method in class org.hibernate.boot.jaxb.hbm.transform.ColumnDefaultsBasicImpl
 
isUpdateable() - Method in class org.hibernate.mapping.DependantValue
 
isUpdateable() - Method in interface org.hibernate.mapping.KeyValue
 
isUpdateable() - Method in class org.hibernate.mapping.Property
 
isUpdateable() - Method in class org.hibernate.mapping.SimpleValue
 
isUpdateable() - Method in class org.hibernate.metamodel.mapping.internal.AnyDiscriminatorPart
 
isUpdateable() - Method in class org.hibernate.metamodel.mapping.internal.AnyKeyPart
 
isUpdateable() - Method in class org.hibernate.metamodel.mapping.internal.BasicAttributeMapping
 
isUpdateable() - Method in class org.hibernate.metamodel.mapping.internal.BasicEntityIdentifierMappingImpl
 
isUpdateable() - Method in class org.hibernate.metamodel.mapping.internal.BasicValuedCollectionPart
 
isUpdateable() - Method in class org.hibernate.metamodel.mapping.internal.CaseStatementDiscriminatorMappingImpl
 
isUpdateable() - Method in class org.hibernate.metamodel.mapping.internal.CollectionIdentifierDescriptorImpl
 
isUpdateable() - Method in class org.hibernate.metamodel.mapping.internal.EntityRowIdMappingImpl
 
isUpdateable() - Method in class org.hibernate.metamodel.mapping.internal.EntityVersionMappingImpl
 
isUpdateable() - Method in class org.hibernate.metamodel.mapping.internal.ExplicitColumnDiscriminatorMappingImpl
 
isUpdateable() - Method in class org.hibernate.metamodel.mapping.internal.SelectableMappingImpl
 
isUpdateable() - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
isUpdateable() - Method in class org.hibernate.metamodel.mapping.SelectableConsumer.MutableSelectableMapping
 
isUpdateable() - Method in interface org.hibernate.metamodel.mapping.SelectableMapping
 
isUpdateable() - Method in interface org.hibernate.metamodel.mapping.SoftDeleteMapping
 
isUpdateable() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping.KeyColumn
 
isUpdateable() - Method in class org.hibernate.query.derived.AnonymousTupleBasicValuedModelPart
 
isUpdateable() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
Deprecated.
 
isUpdateable() - Method in class org.hibernate.tuple.BaselineAttributeInformation
Deprecated.
 
isUpdateable() - Method in interface org.hibernate.tuple.NonIdentifierAttribute
Deprecated.
 
isUpdateCallable() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping
 
isUpdateCallable(int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Deprecated, for removal: This API element is subject to removal in a future version.
With no replacement
isUpdateNecessary(FlushEntityEvent) - Method in class org.hibernate.event.internal.DefaultFlushEntityEventListener
Performs all necessary checking to determine if an entity needs an SQL update to synchronize its state to the database.
isUpToDate(String[], Long, SharedSessionContractImplementor) - Method in class org.hibernate.cache.internal.TimestampsCacheDisabledImpl
 
isUpToDate(String[], Long, SharedSessionContractImplementor) - Method in class org.hibernate.cache.internal.TimestampsCacheEnabledImpl
 
isUpToDate(String[], Long, SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.TimestampsCache
Perform an up-to-date check for the given set of query spaces as part of verifying the validity of cached query results.
isUpToDate(Collection<String>, Long, SharedSessionContractImplementor) - Method in class org.hibernate.cache.internal.TimestampsCacheDisabledImpl
 
isUpToDate(Collection<String>, Long, SharedSessionContractImplementor) - Method in class org.hibernate.cache.internal.TimestampsCacheEnabledImpl
 
isUpToDate(Collection<String>, Long, SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.TimestampsCache
Perform an up-to-date check for the given set of query spaces as part of verifying the validity of cached query results.
isUsable(ServiceRegistry) - Static method in class org.hibernate.dialect.OracleJdbcHelper
 
isUsable(ServiceRegistry) - Static method in class org.hibernate.dialect.PgJdbcHelper
 
isUsedInOptimisticLocking() - Method in class org.hibernate.boot.model.source.internal.hbm.BasicAttributePropertySource
 
isUsedInOptimisticLocking() - Method in class org.hibernate.boot.model.source.internal.hbm.ManyToOnePropertySource
 
isUseOfJdbcNamedParametersEnabled() - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
isUseOfJdbcNamedParametersEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
isUseOfJdbcNamedParametersEnabled() - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
Controls whether Hibernate should try to map named parameter names specified in a ProcedureCall or StoredProcedureQuery to named parameters in the JDBC CallableStatement.
isUseQuotedIdentifiers() - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
isUseQuotedIdentifiers() - Method in class org.hibernate.jpa.boot.internal.PersistenceUnitInfoDescriptor
 
isUseQuotedIdentifiers() - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
Is the use of quoted identifiers in effect for this whole persistence unit?
isUseQuotedIdentifiers() - Method in class org.hibernate.testing.orm.jpa.PersistenceUnitDescriptorAdapter
 
isUseQuotedIdentifiers() - Method in class org.hibernate.testing.orm.junit.EntityManagerFactoryBasedFunctionalTest.TestingPersistenceUnitDescriptorImpl
 
isUseUnicodeStringTypes() - Method in class org.hibernate.dialect.AbstractHANADialect
 
isUseUnicodeStringTypes() - Method in class org.hibernate.dialect.HANACloudColumnStoreDialect
Deprecated.
 
isUseUnicodeStringTypes() - Method in class org.hibernate.dialect.HANAColumnStoreDialect
 
isUsingModifiedFlag() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
isUsingModifiedFlag() - Method in class org.hibernate.envers.internal.entities.PropertyData
 
isvalid - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
isValid(Connection) - Method in interface org.hibernate.engine.jdbc.connections.internal.ConnectionValidator
Checks if the given connection is still valid.
isValid(Connection) - Method in class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl
 
isValid(Connection) - Method in class org.hibernate.testing.jdbc.SharedDriverManagerConnectionProviderImpl
 
isValid(Mapping) - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
isValid(Mapping) - Method in class org.hibernate.mapping.Any
 
isValid(Mapping) - Method in class org.hibernate.mapping.Any.KeyValue
 
isValid(Mapping) - Method in class org.hibernate.mapping.Any.MetaValue
 
isValid(Mapping) - Method in class org.hibernate.mapping.Collection
 
isValid(Mapping) - Method in class org.hibernate.mapping.Component
 
isValid(Mapping) - Method in class org.hibernate.mapping.OneToMany
 
isValid(Mapping) - Method in class org.hibernate.mapping.Property
 
isValid(Mapping) - Method in class org.hibernate.mapping.SimpleValue
 
isValid(Mapping) - Method in class org.hibernate.mapping.ToOne
 
isValid(Mapping) - Method in interface org.hibernate.mapping.Value
 
isValidationEnabled() - Method in class org.hibernate.boot.jaxb.internal.AbstractBinder
 
isValidationEnabled() - Method in class org.hibernate.boot.jaxb.internal.MappingBinder
 
isValidJpaVersion(String) - Static method in class org.hibernate.boot.xsd.LocalXsdResolver
 
isValidJpaVersion(String) - Static method in class org.hibernate.boot.xsd.MappingXsdSupport
 
isVarbinaryType(int) - Static method in class org.hibernate.type.SqlTypes
Does the given JDBC type code represent some sort of variable-length binary string type?
isVarcharType(int) - Static method in class org.hibernate.type.SqlTypes
Does the given JDBC type code represent some sort of variable-length character string type?
isVersion() - Method in enum org.hibernate.engine.OptimisticLockStyle
 
isVersion() - Method in class org.hibernate.mapping.SimpleValue
 
isVersion() - Method in class org.hibernate.metamodel.model.domain.internal.SingularAttributeImpl
 
isVersion() - Method in class org.hibernate.query.derived.AnonymousTupleSqmAssociationPathSource
 
isVersionable() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
Deprecated.
 
isVersionable() - Method in class org.hibernate.tuple.BaselineAttributeInformation
Deprecated.
 
isVersionable() - Method in interface org.hibernate.tuple.NonIdentifierAttribute
Deprecated.
 
isVersioned() - Method in class org.hibernate.cache.cfg.internal.CollectionDataCachingConfigImpl
 
isVersioned() - Method in class org.hibernate.cache.cfg.internal.EntityDataCachingConfigImpl
 
isVersioned() - Method in class org.hibernate.cache.cfg.internal.NaturalIdDataCachingConfigImpl
 
isVersioned() - Method in interface org.hibernate.cache.cfg.spi.DomainDataCachingConfig
Is the data to be cached considered versioned?
isVersioned() - Method in interface org.hibernate.cache.cfg.spi.EntityDataCachingConfig
Mainly here to allow optimization of not having to know the actual comparator instance to use here yet.
isVersioned() - Method in class org.hibernate.mapping.MappedSuperclass
 
isVersioned() - Method in class org.hibernate.mapping.PersistentClass
 
isVersioned() - Method in class org.hibernate.mapping.RootClass
 
isVersioned() - Method in class org.hibernate.mapping.Subclass
 
isVersioned() - Method in interface org.hibernate.metadata.ClassMetadata
Deprecated.
Are instances of this class versioned by a timestamp or version number column?
isVersioned() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
isVersioned() - Method in interface org.hibernate.persister.collection.CollectionPersister
Does this collection cause version increment of the owning entity?
isVersioned() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isVersioned() - Method in interface org.hibernate.persister.entity.EntityPersister
Determine whether optimistic locking by column is enabled for this entity.
isVersioned() - Method in interface org.hibernate.query.criteria.JpaCriteriaUpdate
 
isVersioned() - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
isVersioned() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
isVersioned(String) - Method in class org.hibernate.envers.internal.entities.EntitiesConfigurations
 
isVersionGeneratedBeforeExecution() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isVersionGeneratedOnExecution() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isVersionIncrementDisabled() - Method in class org.hibernate.event.internal.AbstractSaveEventListener
After the save, will te version number be incremented if the instance is modified?
isVersionIncrementDisabled() - Method in class org.hibernate.event.internal.DefaultReplicateEventListener
Deprecated.
 
isVersionIncrementRequired(int[], boolean, boolean[]) - Static method in class org.hibernate.engine.internal.Versioning
Do we need to increment the version number, given the dirty properties?
isVersionPropertyGenerated() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isVersionPropertyGenerated() - Method in interface org.hibernate.persister.entity.EntityPersister
Does this entity contain a version property that is defined to be database generated?
isVersionPropertyInsertable() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
isVersionPropertyInsertable() - Method in interface org.hibernate.persister.entity.Queryable
Deprecated.
Is the version property included in insert statements?
isVeto() - Method in class org.hibernate.action.internal.EntityAction
 
isView() - Method in class org.hibernate.mapping.Table
 
isVirtual() - Method in interface org.hibernate.metamodel.mapping.ModelPart
Whether this model part describes something that physically exists in the domain model.
isVirtual() - Method in interface org.hibernate.metamodel.mapping.VirtualModelPart
 
isVirtual() - Method in class org.hibernate.query.results.ResultSetMappingSqlSelection
 
isVirtual() - Method in interface org.hibernate.sql.ast.spi.SqlSelection
Whether this is a virtual or a real selection item.
isVirtual() - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
Utility method that indicates weather this table group is virtual or not
isVirtual() - Method in interface org.hibernate.sql.ast.tree.from.VirtualTableGroup
 
isVirtual() - Method in class org.hibernate.sql.results.internal.ResolvedSqlSelection
 
isVirtual() - Method in class org.hibernate.sql.results.internal.SqlSelectionImpl
 
isVirtual() - Method in interface org.hibernate.tuple.IdentifierAttribute
Deprecated.
 
isVirtual() - Method in class org.hibernate.tuple.IdentifierProperty
Deprecated.
 
isVirtualAttribute() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractSingularAttributeSourceEmbeddedImpl
 
isVirtualAttribute() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractToOneAttributeSourceImpl
 
isVirtualAttribute() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceBasicImpl
 
isVirtualAttribute() - Method in class org.hibernate.boot.model.source.internal.hbm.CompositeIdentifierSingularAttributeSourceManyToOneImpl
 
isVirtualAttribute() - Method in class org.hibernate.boot.model.source.internal.hbm.SingularAttributeSourceAnyImpl
 
isVirtualAttribute() - Method in interface org.hibernate.boot.model.source.spi.SingularAttributeSource
Determine whether this is a virtual attribute or whether it physically exists on the users domain model.
isWeakerThan(EntityNameUse.UseKind) - Method in enum org.hibernate.persister.entity.EntityNameUse.UseKind
 
isWholeNumber(double) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
isWholeNumber(float) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
isWider(JavaType<?>) - Method in class org.hibernate.type.descriptor.java.AbstractArrayJavaType
 
isWider(JavaType<?>) - Method in class org.hibernate.type.descriptor.java.BigDecimalJavaType
 
isWider(JavaType<?>) - Method in class org.hibernate.type.descriptor.java.BigIntegerJavaType
 
isWider(JavaType<?>) - Method in class org.hibernate.type.descriptor.java.CalendarDateJavaType
 
isWider(JavaType<?>) - Method in class org.hibernate.type.descriptor.java.CalendarJavaType
 
isWider(JavaType<?>) - Method in class org.hibernate.type.descriptor.java.CalendarTimeJavaType
 
isWider(JavaType<?>) - Method in class org.hibernate.type.descriptor.java.DateJavaType
 
isWider(JavaType<?>) - Method in class org.hibernate.type.descriptor.java.DoubleJavaType
 
isWider(JavaType<?>) - Method in class org.hibernate.type.descriptor.java.FloatJavaType
 
isWider(JavaType<?>) - Method in class org.hibernate.type.descriptor.java.IntegerJavaType
 
isWider(JavaType<?>) - Method in interface org.hibernate.type.descriptor.java.JavaType
Determines if this Java type is wider than the given Java type, that is, if the given type can be safely widened to this type.
isWider(JavaType<?>) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
 
isWider(JavaType<?>) - Method in class org.hibernate.type.descriptor.java.LocalDateJavaType
 
isWider(JavaType<?>) - Method in class org.hibernate.type.descriptor.java.LocalDateTimeJavaType
 
isWider(JavaType<?>) - Method in class org.hibernate.type.descriptor.java.LocalTimeJavaType
 
isWider(JavaType<?>) - Method in class org.hibernate.type.descriptor.java.LongJavaType
 
isWider(JavaType<?>) - Method in class org.hibernate.type.descriptor.java.ShortJavaType
 
isWider(JavaType<?>) - Method in class org.hibernate.type.descriptor.java.spi.BasicCollectionJavaType
 
isWider(JavaType<?>) - Method in class org.hibernate.type.descriptor.java.StringJavaType
 
isWithCount() - Method in class org.hibernate.query.sqm.tree.expression.SqmOverflow
 
isWithCount() - Method in class org.hibernate.sql.ast.tree.expression.Overflow
 
isWithinElementCollection() - Method in class org.hibernate.boot.model.internal.ClassPropertyHolder
 
isWithinElementCollection() - Method in class org.hibernate.boot.model.internal.CollectionPropertyHolder
 
isWithinElementCollection() - Method in class org.hibernate.boot.model.internal.ComponentPropertyHolder
 
isWithinElementCollection() - Method in interface org.hibernate.boot.model.internal.PropertyHolder
Return true if this component is within an @ElementCollection.
isWrapper(Class) - Static method in class org.hibernate.query.sqm.tree.expression.Compatibility
 
isWrapper(Class<?>) - Static method in class org.hibernate.internal.util.type.PrimitiveWrapperHelper
 
isWrapper(Object) - Method in class org.hibernate.collection.spi.PersistentArrayHolder
 
isWrapper(Object) - Method in class org.hibernate.collection.spi.PersistentBag
 
isWrapper(Object) - Method in interface org.hibernate.collection.spi.PersistentCollection
Is this the wrapper for the given collection instance?
isWrapper(Object) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
isWrapper(Object) - Method in class org.hibernate.collection.spi.PersistentList
 
isWrapper(Object) - Method in class org.hibernate.collection.spi.PersistentMap
 
isWrapper(Object) - Method in class org.hibernate.collection.spi.PersistentSet
 
isWrapperFor(Class<?>) - Method in class org.hibernate.testing.jdbc.DataSourceStub
 
isWriteable(long, Object, Comparator) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess.Item
 
isWriteable(long, Object, Comparator) - Method in interface org.hibernate.cache.spi.support.AbstractReadWriteAccess.Lockable
Returns true if the enclosed value can be replaced with one of the given version by a transaction started at the given time.
isWriteable(long, Object, Comparator) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess.SoftLockImpl
 
isXmlMappingEnabled() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
 
isXmlMappingEnabled() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
isXmlMappingEnabled() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
 
Item - Class in org.hibernate.testing.orm.domain.userguide.tooling
 
Item() - Constructor for class org.hibernate.testing.orm.domain.userguide.tooling.Item
 
Item(Integer, int, Order) - Constructor for class org.hibernate.testing.orm.domain.userguide.tooling.Item
 
iterator() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
 
iterator() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.SetProxy
 
iterator() - Method in class org.hibernate.collection.spi.PersistentBag
 
iterator() - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
iterator() - Method in class org.hibernate.collection.spi.PersistentList
 
iterator() - Method in class org.hibernate.collection.spi.PersistentSet
 
iterator() - Method in class org.hibernate.engine.spi.ExecutableList
Returns an iterator for the list.
iterator() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
 
iterator() - Method in class org.hibernate.internal.util.collections.IdentitySet
 
iterator() - Method in class org.hibernate.internal.util.collections.JoinedList
 
iterator() - Method in class org.hibernate.sql.results.graph.internal.ImmutableFetchList
 
IteratorProxy(Iterator<E>) - Constructor for class org.hibernate.collection.spi.AbstractPersistentCollection.IteratorProxy
 
iteratorToList(Iterator<T>) - Static method in class org.hibernate.envers.internal.tools.Tools
 

J

jaccContextId(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
JacksonIntegration - Class in org.hibernate.type.format.jackson
 
JacksonJsonFormatMapper - Class in org.hibernate.type.format.jackson
 
JacksonJsonFormatMapper() - Constructor for class org.hibernate.type.format.jackson.JacksonJsonFormatMapper
 
JacksonJsonFormatMapper(ObjectMapper) - Constructor for class org.hibernate.type.format.jackson.JacksonJsonFormatMapper
 
JacksonXmlFormatMapper - Class in org.hibernate.type.format.jackson
 
JacksonXmlFormatMapper() - Constructor for class org.hibernate.type.format.jackson.JacksonXmlFormatMapper
 
JacksonXmlFormatMapper(ObjectMapper) - Constructor for class org.hibernate.type.format.jackson.JacksonXmlFormatMapper
 
JAKARTA_BV_CHECK_CLASS - Static variable in class org.hibernate.boot.beanvalidation.BeanValidationIntegrator
 
JAKARTA_CDI_BEAN_MANAGER - Static variable in interface org.hibernate.cfg.ManagedBeanSettings
Used to pass a CDI BeanManager to Hibernate.
JAKARTA_HBM2DDL_CONNECTION - Static variable in interface org.hibernate.cfg.JdbcSettings
Allows passing a specific Connection instance to be used by SchemaManagementTool for the purpose of determining the Dialect, and for performing database actions if requested.
JAKARTA_HBM2DDL_CREATE_SCHEMAS - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
The JPA variant of SchemaToolingSettings.HBM2DDL_CREATE_NAMESPACES used to specify whether database schemas used in the mapping model should be created on export in addition to creating the tables, sequences, etc.
JAKARTA_HBM2DDL_CREATE_SCRIPT_SOURCE - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
Specifies the CREATE script file as either a Reader configured for reading the DDL script file or a string designating a file URL for the DDL script.
JAKARTA_HBM2DDL_CREATE_SOURCE - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
Specifies whether schema generation commands for schema creation are to be determined based on object/relational mapping metadata, DDL scripts, or a combination of the two.
JAKARTA_HBM2DDL_DATABASE_ACTION - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
Specifies what type of schema tooling action should be performed against the database specified using either "jakarta.persistence.schema-generation-connection" or the configured ConnectionProvider for the SessionFactory.
JAKARTA_HBM2DDL_DB_MAJOR_VERSION - Static variable in interface org.hibernate.cfg.JdbcSettings
Used in conjunction with "jakarta.persistence.database-product-name" for the purpose of determining the Dialect to use when the name does not provide enough detail.
JAKARTA_HBM2DDL_DB_MINOR_VERSION - Static variable in interface org.hibernate.cfg.JdbcSettings
Used in conjunction with "jakarta.persistence.database-product-name" for the purpose of determining the Dialect to use when the name does not provide enough detail.
JAKARTA_HBM2DDL_DB_NAME - Static variable in interface org.hibernate.cfg.JdbcSettings
Specifies the name of the database vendor (as would be reported by DatabaseMetaData.getDatabaseProductName()) for the purpose of determining the Dialect to use.
JAKARTA_HBM2DDL_DB_VERSION - Static variable in interface org.hibernate.cfg.JdbcSettings
Used in conjunction with "jakarta.persistence.database-product-name" for the purpose of determining the Dialect to use when the name does not provide enough detail.
JAKARTA_HBM2DDL_DROP_SCRIPT_SOURCE - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
Specifies the DROP script file as either a Reader configured for reading the DDL script file or a string designating a file URL for the DDL script.
JAKARTA_HBM2DDL_DROP_SOURCE - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
Specifies whether schema generation commands for schema dropping are to be determined based on object/relational mapping metadata, DDL scripts, or a combination of the two.
JAKARTA_HBM2DDL_LOAD_SCRIPT_SOURCE - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
JPA-standard variant of SchemaToolingSettings.HBM2DDL_IMPORT_FILES for specifying a database initialization script to be run as part of schema-export
JAKARTA_HBM2DDL_SCRIPTS_ACTION - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
Specifies what type of schema tooling action should be written to script files.
JAKARTA_HBM2DDL_SCRIPTS_CREATE_TARGET - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
For cases where "jakarta.persistence.schema-generation.scripts.action" indicates that schema creation commands should be written to a script file, this setting specifies either a Writer configured for output of the DDL script or a string specifying the file URL for the DDL script.
JAKARTA_HBM2DDL_SCRIPTS_DROP_TARGET - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
For cases where "jakarta.persistence.schema-generation.scripts.action" indicates that schema drop commands should be written to a script file, this setting specifies either a Writer configured for output of the DDL script or a string specifying the file URL for the DDL script.
JAKARTA_HINT_FETCH_GRAPH - Static variable in class org.hibernate.jpa.QueryHints
Deprecated.
 
JAKARTA_HINT_FETCHGRAPH - Static variable in class org.hibernate.jpa.QueryHints
Deprecated.
 
JAKARTA_HINT_LOAD_GRAPH - Static variable in class org.hibernate.jpa.QueryHints
Deprecated.
 
JAKARTA_HINT_LOADGRAPH - Static variable in class org.hibernate.jpa.QueryHints
Deprecated.
 
JAKARTA_JDBC_DRIVER - Static variable in interface org.hibernate.cfg.JdbcSettings
Specifies the name of a JDBC driver to use to connect to the database.
JAKARTA_JDBC_PASSWORD - Static variable in interface org.hibernate.cfg.JdbcSettings
Specifies the password to use when connecting via JDBC.
JAKARTA_JDBC_URL - Static variable in interface org.hibernate.cfg.JdbcSettings
Specifies the JDBC connection URL to use to connect to the database.
JAKARTA_JDBC_USER - Static variable in interface org.hibernate.cfg.JdbcSettings
Specifies the database user to use when connecting via JDBC.
JAKARTA_JTA_DATASOURCE - Static variable in interface org.hibernate.cfg.JdbcSettings
Specifies a JTA DataSource to use for Connections.
JAKARTA_LOCK_SCOPE - Static variable in interface org.hibernate.cfg.AvailableSettings
Set a default value for the hint SpecHints.HINT_SPEC_LOCK_SCOPE, used when the hint is not explicitly specified.
JAKARTA_LOCK_TIMEOUT - Static variable in interface org.hibernate.cfg.AvailableSettings
Set a default value for the hint SpecHints.HINT_SPEC_LOCK_TIMEOUT, used when the hint is not explicitly specified.
JAKARTA_MODE_PROPERTY - Static variable in class org.hibernate.boot.beanvalidation.BeanValidationIntegrator
 
JAKARTA_NON_JTA_DATASOURCE - Static variable in interface org.hibernate.cfg.JdbcSettings
Specifies a non-JTA DataSource to use for Connections.
JAKARTA_PERSIST_VALIDATION_GROUP - Static variable in interface org.hibernate.cfg.ValidationSettings
Used to coordinate with bean validators.
JAKARTA_PERSISTENCE_PROVIDER - Static variable in interface org.hibernate.cfg.PersistenceSettings
Specifies a class implementing PersistenceProvider.
JAKARTA_REMOVE_VALIDATION_GROUP - Static variable in interface org.hibernate.cfg.ValidationSettings
Used to coordinate with bean validators.
JAKARTA_SHARED_CACHE_MODE - Static variable in interface org.hibernate.cfg.CacheSettings
When enabled, specifies that the second-level cache (which JPA calls the "shared" cache) may be used, as per the rules defined in JPA 2 section 3.1.7.
JAKARTA_SHARED_CACHE_RETRIEVE_MODE - Static variable in interface org.hibernate.cfg.CacheSettings
Set a default value for SpecHints.HINT_SPEC_CACHE_RETRIEVE_MODE, used when the hint is not explicitly specified.
JAKARTA_SHARED_CACHE_STORE_MODE - Static variable in interface org.hibernate.cfg.CacheSettings
Set a default value for SpecHints.HINT_SPEC_CACHE_STORE_MODE, used when the hint is not explicitly specified.
JAKARTA_SPEC_HINT_TIMEOUT - Static variable in class org.hibernate.jpa.QueryHints
Deprecated.
 
JAKARTA_TRANSACTION_TYPE - Static variable in interface org.hibernate.cfg.PersistenceSettings
Specifies the type of transactions supported by the entity managers.
JAKARTA_UPDATE_VALIDATION_GROUP - Static variable in interface org.hibernate.cfg.ValidationSettings
Used to coordinate with bean validators.
JAKARTA_VALIDATION_FACTORY - Static variable in interface org.hibernate.cfg.ValidationSettings
Used to pass along any discovered ValidatorFactory.
JAKARTA_VALIDATION_MODE - Static variable in interface org.hibernate.cfg.ValidationSettings
Indicates which form of automatic validation is in effect as per the rules defined in JPA 2 section 3.6.1.1.
JakartaJsonIntegration - Class in org.hibernate.type.format.jakartajson
 
JANDEX_INDEX - Static variable in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl
Names a Jandex Index instance to use.
jar - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
 
JAR - org.hibernate.boot.cfgxml.spi.MappingReference.Type
 
JAR - org.hibernate.boot.jaxb.SourceType
 
jarFile - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
 
JarFileBasedArchiveDescriptor - Class in org.hibernate.boot.archive.internal
An ArchiveDescriptor implementation leveraging the JarFile API for processing.
JarFileBasedArchiveDescriptor(ArchiveDescriptorFactory, URL, String) - Constructor for class org.hibernate.boot.archive.internal.JarFileBasedArchiveDescriptor
Constructs a JarFileBasedArchiveDescriptor
JarFileEntryUrlAdjuster - Interface in org.hibernate.boot.archive.spi
Optional contract for ArchiveDescriptorFactory implementations to implement to be able to adjust <jar-file/> URL's defined in persistence.xml files.
JarFileEntryXmlSource - Class in org.hibernate.boot.jaxb.internal
 
JarFileEntryXmlSource(Origin, JarFile, ZipEntry) - Constructor for class org.hibernate.boot.jaxb.internal.JarFileEntryXmlSource
 
JarInputStreamBasedArchiveDescriptor - Class in org.hibernate.boot.archive.internal
An ArchiveDescriptor that works on archives accessible through a JarInputStream.
JarInputStreamBasedArchiveDescriptor(ArchiveDescriptorFactory, URL, String) - Constructor for class org.hibernate.boot.archive.internal.JarInputStreamBasedArchiveDescriptor
Constructs a JarInputStreamBasedArchiveDescriptor
JarProtocolArchiveDescriptor - Class in org.hibernate.boot.archive.internal
An ArchiveDescriptor implementation for handling archives whose url reported a JAR protocol (i.e., jar://).
JarProtocolArchiveDescriptor(ArchiveDescriptorFactory, URL, String) - Constructor for class org.hibernate.boot.archive.internal.JarProtocolArchiveDescriptor
Constructs a JarProtocolArchiveDescriptor
JAVA_OBJECT - Static variable in class org.hibernate.type.SqlTypes
A type code representing the generic SQL type JAVA_OBJECT.
JAVA_STRING_LITERAL - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
JAVA_STRING_LITERAL - Static variable in class org.hibernate.grammars.hql.HqlParser
 
JAVA_STRING_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.LikeEscapeContext
 
JAVA_STRING_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.LiteralContext
 
JavaObjectType - Class in org.hibernate.type
 
JavaObjectType() - Constructor for class org.hibernate.type.JavaObjectType
 
JavaObjectType(JdbcType, JavaType<Object>) - Constructor for class org.hibernate.type.JavaObjectType
 
JavaServiceDescriptor(Class<ROLE>, Class<? extends ROLE>) - Constructor for class org.hibernate.testing.boot.ExtraJavaServicesClassLoaderService.JavaServiceDescriptor
 
JavaServiceLoadable - Annotation Type in org.hibernate.service
Marker annotation identifying integration points which Hibernate supports loading as a Java service.
javaServices() - Method in annotation type org.hibernate.testing.orm.junit.BootstrapServiceRegistry
 
javaServices() - Method in annotation type org.hibernate.testing.orm.junit.ServiceRegistry
 
JavaSqlTypesMappedSameCodeMultipleTimes(int, String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
javaType - Variable in class org.hibernate.spatial.GeometryLiteralFormatter
 
javaType() - Method in annotation type org.hibernate.annotations.JavaTypeRegistration
 
javaType() - Method in class org.hibernate.usertype.BaseUserTypeSupport
 
JavaType<T> - Interface in org.hibernate.type.descriptor.java
Descriptor for the Java side of a value mapping.
JavaType - Annotation Type in org.hibernate.annotations
Specify an explicit BasicJavaType to use for a particular column mapping.
JavaType.CoercionContext - Interface in org.hibernate.type.descriptor.java
 
JavaTypeBaseline - Class in org.hibernate.type.descriptor.java.spi
Primes the JavaTypeBaseline.BaselineTarget (which is essentially the JavaTypeRegistry) with Hibernate's baseline JavaType registrations
JavaTypeBaseline() - Constructor for class org.hibernate.type.descriptor.java.spi.JavaTypeBaseline
 
JavaTypeBaseline.BaselineTarget - Interface in org.hibernate.type.descriptor.java.spi
The target of the baseline registrations
JavaTypeBasicAdaptor<T> - Class in org.hibernate.type.descriptor.java.spi
AbstractClassJavaType for cases where we do not know a proper JavaType for a given Java type.
JavaTypeBasicAdaptor(Class<T>) - Constructor for class org.hibernate.type.descriptor.java.spi.JavaTypeBasicAdaptor
 
JavaTypeBasicAdaptor(Class<T>, MutabilityPlan<T>) - Constructor for class org.hibernate.type.descriptor.java.spi.JavaTypeBasicAdaptor
 
JavaTypeDescriptor - Interface in org.hibernate.boot.model
 
JavaTypeDescriptorResolvable - Interface in org.hibernate.boot.model.source.spi
 
JavaTypedExpressible<T> - Interface in org.hibernate.type.descriptor.java
Contract for something that has an associated JavaType
JavaTypeHelper - Class in org.hibernate.type.descriptor.java
 
JavaTypeHelper() - Constructor for class org.hibernate.type.descriptor.java.JavaTypeHelper
 
JavaTypeRegistration - Annotation Type in org.hibernate.annotations
Registers a BasicJavaType as the default Java type descriptor for the given JavaTypeRegistration.javaType().
javaTypeRegistrations - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
 
JavaTypeRegistrations - Annotation Type in org.hibernate.annotations
Grouping of JavaTypeRegistration See notes on JavaTypeRegistration about using on packages versus use on classes
JavaTypeRegistry - Class in org.hibernate.type.descriptor.java.spi
A registry mapping Java classes to implementations of the JavaType interface.
JavaTypeRegistry(TypeConfiguration) - Constructor for class org.hibernate.type.descriptor.java.spi.JavaTypeRegistry
 
jaxb(XMLEventReader, Schema, JAXBContext, Origin) - Method in class org.hibernate.boot.jaxb.internal.AbstractBinder
 
JAXB_LOGGER - Static variable in interface org.hibernate.boot.jaxb.JaxbLogger
 
JAXB_TRANSIENT_NAME - Static variable in class org.hibernate.boot.model.internal.PropertyMappingElementCollector
 
JaxbAliases() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbHbmFilter.JaxbAliases
 
JaxbAssociationOverride - Class in org.hibernate.boot.jaxb.mapping
 
JaxbAssociationOverride() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbAssociationOverride
 
JaxbAttributeOverride - Class in org.hibernate.boot.jaxb.mapping
 
JaxbAttributeOverride() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbAttributeOverride
 
JaxbAttributes - Class in org.hibernate.boot.jaxb.mapping
Entity-defined attributes This element contains the entity field or property mappings.
JaxbAttributes() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbAttributes
 
JaxbBasic - Class in org.hibernate.boot.jaxb.mapping
See `@jakarta.persistence.Basic` See `@jakarta.persistence.Lob` See `@jakarta.persistence.Temporal` See `@jakarta.persistence.Enumerated` See `@jakarta.persistence.Convert` See `@org.hibernate.annotations.Nationalized` See `@org.hibernate.annotations.OptimisticLock` See `@org.hibernate.annotations.AttributeAccessor` See `@org.hibernate.annotations.Type` See `@org.hibernate.annotations.JdbcTypeCode`
JaxbBasic() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbBasic
 
JaxbCacheInclusionType - Enum in org.hibernate.boot.jaxb.mapping
Java class for cache-inclusion-type.
JaxbCaching - Class in org.hibernate.boot.jaxb.mapping
Corresponds to the org.hibernate.annotations.Cache annotation.
JaxbCaching() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbCaching
 
JaxbCascadeType - Class in org.hibernate.boot.jaxb.mapping
See `@jakarta.persistence.CascadeType` See `@org.hibernate.annotations.Cascade`
JaxbCascadeType() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbCascadeType
 
JaxbCfgCacheUsageEnum - Enum in org.hibernate.boot.jaxb.cfg.spi
Java class for CacheUsageEnum.
JaxbCfgCollectionCacheType - Class in org.hibernate.boot.jaxb.cfg.spi
Java class for CollectionCacheType complex type.
JaxbCfgCollectionCacheType() - Constructor for class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCollectionCacheType
 
JaxbCfgConfigPropertyType - Class in org.hibernate.boot.jaxb.cfg.spi
Java class for ConfigPropertyType complex type.
JaxbCfgConfigPropertyType() - Constructor for class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgConfigPropertyType
 
JaxbCfgEntityCacheType - Class in org.hibernate.boot.jaxb.cfg.spi
Java class for EntityCacheType complex type.
JaxbCfgEntityCacheType() - Constructor for class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEntityCacheType
 
JaxbCfgEventListenerGroupType - Class in org.hibernate.boot.jaxb.cfg.spi
Java class for EventListenerGroupType complex type.
JaxbCfgEventListenerGroupType() - Constructor for class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerGroupType
 
JaxbCfgEventListenerType - Class in org.hibernate.boot.jaxb.cfg.spi
Java class for EventListenerType complex type.
JaxbCfgEventListenerType() - Constructor for class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerType
 
JaxbCfgEventTypeEnum - Enum in org.hibernate.boot.jaxb.cfg.spi
Java class for EventTypeEnum.
JaxbCfgGrant() - Constructor for class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant
 
JaxbCfgHibernateConfiguration - Class in org.hibernate.boot.jaxb.cfg.spi
Java class for anonymous complex type.
JaxbCfgHibernateConfiguration() - Constructor for class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration
 
JaxbCfgHibernateConfiguration.JaxbCfgSecurity - Class in org.hibernate.boot.jaxb.cfg.spi
Java class for anonymous complex type.
JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant - Class in org.hibernate.boot.jaxb.cfg.spi
Java class for anonymous complex type.
JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory - Class in org.hibernate.boot.jaxb.cfg.spi
Java class for anonymous complex type.
JaxbCfgMappingReferenceType - Class in org.hibernate.boot.jaxb.cfg.spi
Java class for MappingReferenceType complex type.
JaxbCfgMappingReferenceType() - Constructor for class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
 
JaxbCfgProcessor - Class in org.hibernate.boot.cfgxml.internal
 
JaxbCfgProcessor(ClassLoaderService) - Constructor for class org.hibernate.boot.cfgxml.internal.JaxbCfgProcessor
 
JaxbCfgProcessor.NamespaceAddingEventReader - Class in org.hibernate.boot.cfgxml.internal
 
JaxbCfgSecurity() - Constructor for class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity
 
JaxbCfgSessionFactory() - Constructor for class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
 
JaxbCollectionTable - Class in org.hibernate.boot.jaxb.mapping
See `@jakarta.persistence.CollectionTable`
JaxbCollectionTable() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbCollectionTable
 
JaxbCollectionUserTypeRegistration - Class in org.hibernate.boot.jaxb.mapping
See @CollectionTypeRegistration
JaxbCollectionUserTypeRegistration() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbCollectionUserTypeRegistration
 
JaxbColumn - Class in org.hibernate.boot.jaxb.mapping
See `@jakarta.persistence.Column` See `@org.hibernate.annotations.Comment` See `@org.hibernate.annotations.Check` See `@org.hibernate.annotations.ColumnDefault` See `@org.hibernate.annotations.ColumnTransformer`
JaxbColumn() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbColumn
 
JaxbColumnResult - Class in org.hibernate.boot.jaxb.mapping
See `@jakarta.persistence.ColumnResult`
JaxbColumnResult() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbColumnResult
 
JaxbColumnType - Class in org.hibernate.boot.jaxb.mapping
See `@org.hibernate.annotations.Type`
JaxbColumnType() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbColumnType
 
JaxbCompositeUserTypeRegistration - Class in org.hibernate.boot.jaxb.mapping
See @CompositeTypeRegistration
JaxbCompositeUserTypeRegistration() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbCompositeUserTypeRegistration
 
JaxbConfigurationParameter - Class in org.hibernate.boot.jaxb.mapping
Configuration parameter user-types
JaxbConfigurationParameter() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbConfigurationParameter
 
JaxbConstructorResult - Class in org.hibernate.boot.jaxb.mapping
See `@jakarta.persistence.ConstructorResult`
JaxbConstructorResult() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbConstructorResult
 
jaxbContribution(String) - Method in interface org.hibernate.envers.boot.EnversBootLogger
Log about usage of deprecated Scanner setting
JaxbConvert - Class in org.hibernate.boot.jaxb.mapping
See `@jakarta.persistence.Convert`
JaxbConvert() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbConvert
 
JaxbConverter - Class in org.hibernate.boot.jaxb.mapping
See `@jakarta.persistence.Converter` See `@jakarta.persistence.AttributeConverter
JaxbConverter() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbConverter
 
JaxbConverterRegistration - Class in org.hibernate.boot.jaxb.mapping
See @ConverterRegistration
JaxbConverterRegistration() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbConverterRegistration
 
JaxbCustomLoader - Class in org.hibernate.boot.jaxb.mapping
The loader element allows specification of a named query to be used for fetching an entity or collection
JaxbCustomLoader() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbCustomLoader
 
JaxbCustomSql - Class in org.hibernate.boot.jaxb.mapping
Java class for custom-sql complex type.
JaxbCustomSql() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbCustomSql
 
JaxbDatabaseObject - Class in org.hibernate.boot.jaxb.mapping
Java class for database-object complex type.
JaxbDatabaseObject() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbDatabaseObject
 
JaxbDatabaseObject.JaxbDefinition - Class in org.hibernate.boot.jaxb.mapping
Java class for anonymous complex type.
JaxbDatabaseObjectScope - Class in org.hibernate.boot.jaxb.mapping
Java class for database-object-scope complex type.
JaxbDatabaseObjectScope() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbDatabaseObjectScope
 
JaxbDefinition() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbDatabaseObject.JaxbDefinition
 
JaxbDiscriminatorColumn - Class in org.hibernate.boot.jaxb.mapping
See `@jakarta.persistence.DiscriminatorColumn` See `@org.hibernate.annotations.DiscriminatorOptions`
JaxbDiscriminatorColumn() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbDiscriminatorColumn
 
JaxbElementCollection - Class in org.hibernate.boot.jaxb.mapping
See `jakarta.persistence.ElementCollection` See `jakarta.persistence.OrderBy` See `jakarta.persistence.OrderColumn` See `@org.hibernate.annotations.AttributeAccessor` See `@org.hibernate.annotations.OptimisticLock` See `@org.hibernate.annotations.SortComparator` See `@org.hibernate.annotations.SortNatural` See `@jakarta.persistence.Lob` See `@jakarta.persistence.Temporal` See `@jakarta.persistence.Enumerated` See `@jakarta.persistence.Convert` See `@org.hibernate.annotations.Nationalized`
JaxbElementCollection() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
 
JaxbEmbeddable - Class in org.hibernate.boot.jaxb.mapping
See `@jakarta.persistence.Embeddable`
JaxbEmbeddable() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbEmbeddable
 
JaxbEmbeddableAttributes - Class in org.hibernate.boot.jaxb.mapping
Describes the features available for mapping attributes of embeddables
JaxbEmbeddableAttributes() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbEmbeddableAttributes
 
JaxbEmbeddableInstantiatorRegistration - Class in org.hibernate.boot.jaxb.mapping
See @EmbeddableInstantiatorRegistration
JaxbEmbeddableInstantiatorRegistration() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbEmbeddableInstantiatorRegistration
 
JaxbEmbedded - Class in org.hibernate.boot.jaxb.mapping
See `@jakarta.persistence.Embedded` See `@org.hibernate.annotations.AttributeAccessor` See `@org.hibernate.annotations.OptimisticLock`
JaxbEmbedded() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbEmbedded
 
JaxbEmbeddedId - Class in org.hibernate.boot.jaxb.mapping
See `@jakarta.persistence.EmbeddedId` See `@org.hibernate.annotations.AttributeAccessor`
JaxbEmbeddedId() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbEmbeddedId
 
JaxbEmptyType - Class in org.hibernate.boot.jaxb.mapping
Java class for emptyType complex type.
JaxbEmptyType() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbEmptyType
 
JaxbEntity - Class in org.hibernate.boot.jaxb.mapping
See jakarta.persistence.Entity Defines the settings and mappings for an entity.
JaxbEntity() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
JaxbEntityListener - Class in org.hibernate.boot.jaxb.mapping
See `@jakarta.persistence.PrePersist` See `@jakarta.persistence.PreRemove` See `@jakarta.persistence.PreUpdate` See `@jakarta.persistence.PostPersist` See `@jakarta.persistence.PostRemove` See `@jakarta.persistence.PostUpdate` See `@jakarta.persistence.PostLoad`
JaxbEntityListener() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbEntityListener
 
JaxbEntityListeners - Class in org.hibernate.boot.jaxb.mapping
See `@jakarta.persistence.EntityListeners`
JaxbEntityListeners() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbEntityListeners
 
jaxbEntityMapping() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
jaxbEntityMapping() - Method in class org.hibernate.boot.model.source.internal.hbm.RootEntitySourceImpl
 
JaxbEntityMappings - Class in org.hibernate.boot.jaxb.mapping
The entity-mappings element is the root element of a mapping file.
JaxbEntityMappings() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
 
JaxbEntityResult - Class in org.hibernate.boot.jaxb.mapping
See `@jakarta.persistence.EntityResult`
JaxbEntityResult() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbEntityResult
 
JaxbFetch() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbFetchProfile.JaxbFetch
 
JaxbFetchProfile - Class in org.hibernate.boot.jaxb.mapping
Java class for fetch-profile complex type.
JaxbFetchProfile() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbFetchProfile
 
JaxbFetchProfile.JaxbFetch - Class in org.hibernate.boot.jaxb.mapping
Java class for anonymous complex type.
JaxbFieldResult - Class in org.hibernate.boot.jaxb.mapping
See `@jakarta.persistence.FieldResult`
JaxbFieldResult() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbFieldResult
 
JaxbFilterDef - Class in org.hibernate.boot.jaxb.mapping
Specifies a filter definition.
JaxbFilterDef() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbFilterDef
 
JaxbFilterDef.JaxbFilterParam - Class in org.hibernate.boot.jaxb.mapping
Used to identify all bind parameters in the condition elemement
JaxbFilterParam() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbFilterDef.JaxbFilterParam
 
JaxbForeignKey - Class in org.hibernate.boot.jaxb.mapping
See `@jakarta.persistence.ForeignKey`
JaxbForeignKey() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbForeignKey
 
JaxbGeneratedValue - Class in org.hibernate.boot.jaxb.mapping
See `@jakarta.persistence.GeneratedValue`
JaxbGeneratedValue() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbGeneratedValue
 
JaxbGenericIdGenerator - Class in org.hibernate.boot.jaxb.mapping
Names a org.hibernate.id.IdentifierGenerator implementation (class attribute) as well as any configuration information need by the implementation (Hibernate will pass it the parameters after instantiation).
JaxbGenericIdGenerator() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbGenericIdGenerator
 
JaxbHbmAnyAssociationType - Class in org.hibernate.boot.jaxb.hbm.spi
A discriminated association where the discriminator is part of the association, not the associated entity (compared to discriminator subclass)
JaxbHbmAnyAssociationType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
 
JaxbHbmAnyDiscriminator - Class in org.hibernate.boot.jaxb.mapping
Describes the discriminator of a discriminated association (any, many-to-any), including the mapping of discriminator values to matching entity name
JaxbHbmAnyDiscriminator() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbHbmAnyDiscriminator
 
JaxbHbmAnyDiscriminatorValueMapping - Class in org.hibernate.boot.jaxb.mapping
Maps a discriminator value to its corresponding entity name.
JaxbHbmAnyDiscriminatorValueMapping() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbHbmAnyDiscriminatorValueMapping
 
JaxbHbmAnyKey - Class in org.hibernate.boot.jaxb.mapping
Describes the "foreign key" of a discriminated association (any, many-to-any).
JaxbHbmAnyKey() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbHbmAnyKey
 
JaxbHbmAnyMapping - Class in org.hibernate.boot.jaxb.mapping
See `@org.hibernate.annotations.Any`
JaxbHbmAnyMapping() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbHbmAnyMapping
 
JaxbHbmAnyValueMappingType - Class in org.hibernate.boot.jaxb.hbm.spi
Defines the mapping of a discriminator value to a concrete entity in an any or any-to-many mapping.
JaxbHbmAnyValueMappingType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyValueMappingType
 
JaxbHbmArrayType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for ArrayType complex type.
JaxbHbmArrayType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
JaxbHbmAuxiliaryDatabaseObjectType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for AuxiliaryDatabaseObjectType complex type.
JaxbHbmAuxiliaryDatabaseObjectType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
 
JaxbHbmAuxiliaryDatabaseObjectType.JaxbHbmDefinition - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for anonymous complex type.
JaxbHbmBagCollectionType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for BagCollectionType complex type.
JaxbHbmBagCollectionType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
JaxbHbmBaseVersionAttributeType - Class in org.hibernate.boot.jaxb.hbm.spi
Type definition that acts as a base for concrete definitions of mapped attributes that can function as the basis of optimistic locking.
JaxbHbmBaseVersionAttributeType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
 
JaxbHbmBasicAttributeType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for BasicAttributeType complex type.
JaxbHbmBasicAttributeType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
JaxbHbmBasicCollectionElementType - Class in org.hibernate.boot.jaxb.hbm.spi
Declares the element type of a collection where the element is of basic type
JaxbHbmBasicCollectionElementType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
 
JaxbHbmCacheInclusionEnum - Enum in org.hibernate.boot.jaxb.hbm.spi
Java class for CacheInclusionEnum.
JaxbHbmCacheType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for CacheType complex type.
JaxbHbmCacheType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheType
 
JaxbHbmClassRenameType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for ClassRenameType complex type.
JaxbHbmClassRenameType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmClassRenameType
 
JaxbHbmCollectionIdType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for CollectionIdType complex type.
JaxbHbmCollectionIdType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
 
JaxbHbmColumnType - Class in org.hibernate.boot.jaxb.hbm.spi
The column element is an alternative to column attributes and required for mapping associations to classes with composite ids.
JaxbHbmColumnType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
 
JaxbHbmCompositeAttributeType - Class in org.hibernate.boot.jaxb.hbm.spi
A component is a user-defined class, persisted along with its containing entity to the table of the entity class.
JaxbHbmCompositeAttributeType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
 
JaxbHbmCompositeCollectionElementType - Class in org.hibernate.boot.jaxb.hbm.spi
A composite element allows a collection to hold instances of an arbitrary class, without the requirement of joining to an entity table.
JaxbHbmCompositeCollectionElementType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
 
JaxbHbmCompositeIdType - Class in org.hibernate.boot.jaxb.hbm.spi
A composite key may be modelled by a java class with a property for each key column.
JaxbHbmCompositeIdType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
 
JaxbHbmCompositeIndexType - Class in org.hibernate.boot.jaxb.hbm.spi
Describes the key of a java.util.Map which is a composite.
JaxbHbmCompositeIndexType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIndexType
 
JaxbHbmCompositeKeyBasicAttributeType - Class in org.hibernate.boot.jaxb.hbm.spi
A property embedded in a composite identifier or map index (always not-null).
JaxbHbmCompositeKeyBasicAttributeType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
 
JaxbHbmCompositeKeyManyToOneType - Class in org.hibernate.boot.jaxb.hbm.spi
A many-to-one association embedded in a composite identifier or map index (always not-null, never cascade).
JaxbHbmCompositeKeyManyToOneType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
 
JaxbHbmConfigParameterContainer - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for ConfigParameterContainer complex type.
JaxbHbmConfigParameterContainer() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmConfigParameterContainer
 
JaxbHbmConfigParameterType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for ConfigParameterType complex type.
JaxbHbmConfigParameterType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmConfigParameterType
 
JaxbHbmCustomSqlDmlType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for CustomSqlDmlType complex type.
JaxbHbmCustomSqlDmlType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCustomSqlDmlType
 
JaxbHbmDefinition() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType.JaxbHbmDefinition
 
JaxbHbmDialectScopeType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for DialectScopeType complex type.
JaxbHbmDialectScopeType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDialectScopeType
 
JaxbHbmDiscriminatorSubclassEntityType - Class in org.hibernate.boot.jaxb.hbm.spi
Subclass declarations are nested beneath the root class declaration to achieve polymorphic persistence with the table-per-hierarchy mapping strategy.
JaxbHbmDiscriminatorSubclassEntityType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
 
JaxbHbmDynamicComponentType - Class in org.hibernate.boot.jaxb.hbm.spi
A dynamic-component maps columns of the database entity to a java.util.Map at the Java level
JaxbHbmDynamicComponentType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
 
JaxbHbmEntityBaseDefinition - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for EntityBaseDefinition complex type.
JaxbHbmEntityBaseDefinition() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
 
JaxbHbmEntityDiscriminatorType - Class in org.hibernate.boot.jaxb.hbm.spi
Polymorphic data requires a column holding a class discriminator value.
JaxbHbmEntityDiscriminatorType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
 
JaxbHbmFetch() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType.JaxbHbmFetch
 
JaxbHbmFetchProfileType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for FetchProfileType complex type.
JaxbHbmFetchProfileType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType
 
JaxbHbmFetchProfileType.JaxbHbmFetch - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for anonymous complex type.
JaxbHbmFetchStyleEnum - Enum in org.hibernate.boot.jaxb.hbm.spi
Java class for FetchStyleEnum.
JaxbHbmFetchStyleWithSubselectEnum - Enum in org.hibernate.boot.jaxb.hbm.spi
Java class for FetchStyleWithSubselectEnum.
JaxbHbmFilter - Class in org.hibernate.boot.jaxb.mapping
Applies a filter defined by hbm-filter-def usage
JaxbHbmFilter() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbHbmFilter
 
JaxbHbmFilter.JaxbAliases - Class in org.hibernate.boot.jaxb.mapping
Java class for anonymous complex type.
JaxbHbmFilterAliasMappingType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for filter-alias-mapping-type complex type.
JaxbHbmFilterAliasMappingType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
 
JaxbHbmFilterDefinitionType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for FilterDefinitionType complex type.
JaxbHbmFilterDefinitionType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterDefinitionType
 
JaxbHbmFilterParameterType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for FilterParameterType complex type.
JaxbHbmFilterParameterType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterParameterType
 
JaxbHbmFilterType - Class in org.hibernate.boot.jaxb.hbm.spi
FILTER element; used to apply a filter.
JaxbHbmFilterType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType
 
JaxbHbmGeneratorSpecificationType - Class in org.hibernate.boot.jaxb.hbm.spi
Generators generate unique identifiers.
JaxbHbmGeneratorSpecificationType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmGeneratorSpecificationType
 
JaxbHbmHibernateMapping - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for anonymous complex type.
JaxbHbmHibernateMapping() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
JaxbHbmIdBagCollectionType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for IdBagCollectionType complex type.
JaxbHbmIdBagCollectionType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
JaxbHbmIdentifierGeneratorDefinitionType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for IdentifierGeneratorDefinitionType complex type.
JaxbHbmIdentifierGeneratorDefinitionType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdentifierGeneratorDefinitionType
 
JaxbHbmIndexManyToAnyType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for index-many-to-any-type complex type.
JaxbHbmIndexManyToAnyType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToAnyType
 
JaxbHbmIndexManyToManyType - Class in org.hibernate.boot.jaxb.hbm.spi
Describes the key of a java.util.Map which is an FK-association.
JaxbHbmIndexManyToManyType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
 
JaxbHbmIndexType - Class in org.hibernate.boot.jaxb.hbm.spi
Describes the index of an indexed collection.
JaxbHbmIndexType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexType
 
JaxbHbmJoinedSubclassEntityType - Class in org.hibernate.boot.jaxb.hbm.spi
Joined subclasses are used for the normalized table-per-subclass mapping strategy See the note on the class element regarding vs.
JaxbHbmJoinedSubclassEntityType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
JaxbHbmKeyType - Class in org.hibernate.boot.jaxb.hbm.spi
Declares the column name of a foreign key.
JaxbHbmKeyType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
 
JaxbHbmLazyEnum - Enum in org.hibernate.boot.jaxb.hbm.spi
Java class for LazyEnum.
JaxbHbmLazyWithExtraEnum - Enum in org.hibernate.boot.jaxb.hbm.spi
Java class for LazyWithExtraEnum.
JaxbHbmLazyWithNoProxyEnum - Enum in org.hibernate.boot.jaxb.hbm.spi
Java class for LazyWithNoProxyEnum.
JaxbHbmListIndexType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for ListIndexType complex type.
JaxbHbmListIndexType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListIndexType
 
JaxbHbmListType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for ListType complex type.
JaxbHbmListType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
JaxbHbmLoaderType - Class in org.hibernate.boot.jaxb.hbm.spi
The loader element allows specification of a named query to be used for fetching an entity or collection
JaxbHbmLoaderType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLoaderType
 
JaxbHbmManyToAny - Class in org.hibernate.boot.jaxb.mapping
See `@org.hibernate.annotations.ManyToAny`
JaxbHbmManyToAny() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbHbmManyToAny
 
JaxbHbmManyToAnyCollectionElementType - Class in org.hibernate.boot.jaxb.hbm.spi
A "many to any" defines a polymorphic association to any table with the given identifier type.
JaxbHbmManyToAnyCollectionElementType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToAnyCollectionElementType
 
JaxbHbmManyToManyCollectionElementType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for ManyToManyCollectionElementType complex type.
JaxbHbmManyToManyCollectionElementType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
JaxbHbmManyToOneType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for ManyToOneType complex type.
JaxbHbmManyToOneType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
JaxbHbmMapKeyBasicType - Class in org.hibernate.boot.jaxb.hbm.spi
Describes the key of a java.util.Map where the key is a basic (JPA term) type
JaxbHbmMapKeyBasicType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
 
JaxbHbmMapKeyCompositeType - Class in org.hibernate.boot.jaxb.hbm.spi
Describes the key of a java.util.Map where the key is a composite type
JaxbHbmMapKeyCompositeType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyCompositeType
 
JaxbHbmMapKeyManyToManyType - Class in org.hibernate.boot.jaxb.hbm.spi
Describes the key of a java.util.Map where the key is an association (FK)
JaxbHbmMapKeyManyToManyType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
 
JaxbHbmMapType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for MapType complex type.
JaxbHbmMapType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
JaxbHbmMultiTenancyType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for multi-tenancy-type complex type.
JaxbHbmMultiTenancyType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
 
JaxbHbmNamedNativeQueryType - Class in org.hibernate.boot.jaxb.hbm.spi
The sql-query element declares a named SQL query string
JaxbHbmNamedNativeQueryType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
 
JaxbHbmNamedQueryType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for NamedQueryType complex type.
JaxbHbmNamedQueryType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
 
JaxbHbmNativeQueryCollectionLoadReturnType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for NativeQueryCollectionLoadReturnType complex type.
JaxbHbmNativeQueryCollectionLoadReturnType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryCollectionLoadReturnType
 
JaxbHbmNativeQueryJoinReturnType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for NativeQueryJoinReturnType complex type.
JaxbHbmNativeQueryJoinReturnType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryJoinReturnType
 
JaxbHbmNativeQueryPropertyReturnType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for NativeQueryPropertyReturnType complex type.
JaxbHbmNativeQueryPropertyReturnType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType
 
JaxbHbmNativeQueryPropertyReturnType.JaxbHbmReturnColumn - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for anonymous complex type.
JaxbHbmNativeQueryReturnType - Class in org.hibernate.boot.jaxb.hbm.spi
Defines a return component for a sql-query.
JaxbHbmNativeQueryReturnType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
 
JaxbHbmNativeQueryReturnType.JaxbHbmReturnDiscriminator - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for anonymous complex type.
JaxbHbmNativeQueryScalarReturnType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for NativeQueryScalarReturnType complex type.
JaxbHbmNativeQueryScalarReturnType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryScalarReturnType
 
JaxbHbmNaturalIdCacheType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for NaturalIdCacheType complex type.
JaxbHbmNaturalIdCacheType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNaturalIdCacheType
 
JaxbHbmNaturalIdType - Class in org.hibernate.boot.jaxb.hbm.spi
A natural-id element allows declaration of the unique business key
JaxbHbmNaturalIdType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNaturalIdType
 
JaxbHbmNestedCompositeElementType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for nested-composite-element-type complex type.
JaxbHbmNestedCompositeElementType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
 
JaxbHbmNotFoundEnum - Enum in org.hibernate.boot.jaxb.hbm.spi
Java class for NotFoundEnum.
JaxbHbmOnDeleteEnum - Enum in org.hibernate.boot.jaxb.hbm.spi
Java class for OnDeleteEnum.
JaxbHbmOneToManyCollectionElementType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for OneToManyCollectionElementType complex type.
JaxbHbmOneToManyCollectionElementType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
 
JaxbHbmOneToOneType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for OneToOneType complex type.
JaxbHbmOneToOneType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
JaxbHbmOuterJoinEnum - Enum in org.hibernate.boot.jaxb.hbm.spi
Java class for OuterJoinEnum.
JaxbHbmParentType - Class in org.hibernate.boot.jaxb.hbm.spi
The parent element maps a property of the component class as a pointer back to the owning entity.
JaxbHbmParentType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmParentType
 
JaxbHbmPolymorphismEnum - Enum in org.hibernate.boot.jaxb.hbm.spi
Java class for PolymorphismEnum.
JaxbHbmPrimitiveArrayType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for PrimitiveArrayType complex type.
JaxbHbmPrimitiveArrayType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
JaxbHbmPropertiesType - Class in org.hibernate.boot.jaxb.hbm.spi
properties declares that the contained properties form an alternate key.
JaxbHbmPropertiesType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
 
JaxbHbmQueryParamType - Class in org.hibernate.boot.jaxb.hbm.spi
The query-param element is used only by tools that generate finder methods for named queries
JaxbHbmQueryParamType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmQueryParamType
 
JaxbHbmResultSetMappingType - Class in org.hibernate.boot.jaxb.hbm.spi
The resultset element declares a named resultset mapping definition for SQL queries
JaxbHbmResultSetMappingType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmResultSetMappingType
 
JaxbHbmReturnColumn() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType.JaxbHbmReturnColumn
 
JaxbHbmReturnDiscriminator() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType.JaxbHbmReturnDiscriminator
 
JaxbHbmRootEntityType - Class in org.hibernate.boot.jaxb.hbm.spi
Root entity mapping.
JaxbHbmRootEntityType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
JaxbHbmSecondaryTableType - Class in org.hibernate.boot.jaxb.hbm.spi
A join allows some properties of a class to be persisted to a second table
JaxbHbmSecondaryTableType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
 
JaxbHbmSetType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for SetType complex type.
JaxbHbmSetType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
JaxbHbmSimpleIdType - Class in org.hibernate.boot.jaxb.hbm.spi
Declares the id type, column and generation algorithm for an entity class.
JaxbHbmSimpleIdType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
 
JaxbHbmSubclassEntityBaseDefinition - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for SubclassEntityBaseDefinition complex type.
JaxbHbmSubclassEntityBaseDefinition() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSubclassEntityBaseDefinition
 
JaxbHbmSynchronizeType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for synchronize-type complex type.
JaxbHbmSynchronizeType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSynchronizeType
 
JaxbHbmTimestampAttributeType - Class in org.hibernate.boot.jaxb.hbm.spi
Optimistic locking attribute based on a (last-updated) timestamp.
JaxbHbmTimestampAttributeType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTimestampAttributeType
 
JaxbHbmTimestampSourceEnum - Enum in org.hibernate.boot.jaxb.hbm.spi
Java class for TimestampSourceEnum.
JaxbHbmToolingHintContainer - Class in org.hibernate.boot.jaxb.hbm.spi
Describes an XSD base type for any complex type that can contain "tooling hints".
JaxbHbmToolingHintContainer() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintContainer
 
JaxbHbmToolingHintType - Class in org.hibernate.boot.jaxb.hbm.spi
is used to assign meta-level attributes to a class or property.
JaxbHbmToolingHintType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintType
 
JaxbHbmTuplizerType - Class in org.hibernate.boot.jaxb.hbm.spi
TUPLIZER element; defines tuplizer to use for a component/entity for a given entity-mode
JaxbHbmTuplizerType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTuplizerType
 
JaxbHbmTypeDefinitionType - Class in org.hibernate.boot.jaxb.hbm.spi
Java class for TypeDefinitionType complex type.
JaxbHbmTypeDefinitionType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTypeDefinitionType
 
JaxbHbmTypeSpecificationType - Class in org.hibernate.boot.jaxb.hbm.spi
Declares the type of the containing property (overrides an eventually existing type attribute of the property).
JaxbHbmTypeSpecificationType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTypeSpecificationType
 
JaxbHbmUnionSubclassEntityType - Class in org.hibernate.boot.jaxb.hbm.spi
Union subclasses are used for the table-per-concrete-class mapping strategy See the note on the class element regarding vs.
JaxbHbmUnionSubclassEntityType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
JaxbHbmUnsavedValueCompositeIdEnum - Enum in org.hibernate.boot.jaxb.hbm.spi
Java class for UnsavedValueCompositeIdEnum.
JaxbHbmUnsavedValueTimestampEnum - Enum in org.hibernate.boot.jaxb.hbm.spi
Java class for UnsavedValueTimestampEnum.
JaxbHbmUnsavedValueVersionEnum - Enum in org.hibernate.boot.jaxb.hbm.spi
Java class for UnsavedValueVersionEnum.
JaxbHbmVersionAttributeType - Class in org.hibernate.boot.jaxb.hbm.spi
Optimistic locking attribute based on an incrementing value.
JaxbHbmVersionAttributeType() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmVersionAttributeType
 
JaxbHqlImport - Class in org.hibernate.boot.jaxb.mapping
Java class for hql-import complex type.
JaxbHqlImport() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbHqlImport
 
JaxbId - Class in org.hibernate.boot.jaxb.mapping
See `@jakarta.persistence.Id` See `@org.hibernate.annotations.AttributeAccessor` See `@org.hibernate.annotations.Type` See `@org.hibernate.annotations.JdbcTypeCode` See `@org.hibernate.annotations.UuidGenerator`
JaxbId() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbId
 
JaxbIdClass - Class in org.hibernate.boot.jaxb.mapping
See `@jakarta.persistence.IdClass`
JaxbIdClass() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbIdClass
 
JaxbIndex - Class in org.hibernate.boot.jaxb.mapping
See `jakarta.persistence.Index`
JaxbIndex() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbIndex
 
JaxbInheritance - Class in org.hibernate.boot.jaxb.mapping
See `@jakarta.persistence.Inheritance`
JaxbInheritance() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbInheritance
 
JaxbJavaTypeRegistration - Class in org.hibernate.boot.jaxb.mapping
See @JavaTypeRegistration
JaxbJavaTypeRegistration() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbJavaTypeRegistration
 
JaxbJdbcTypeRegistration - Class in org.hibernate.boot.jaxb.mapping
See @JdbcTypeRegistration
JaxbJdbcTypeRegistration() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbJdbcTypeRegistration
 
JaxbJoinColumn - Class in org.hibernate.boot.jaxb.mapping
See `@jakarta.persistence.JoinColumn`
JaxbJoinColumn() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbJoinColumn
 
JaxbJoinTable - Class in org.hibernate.boot.jaxb.mapping
See `@jakarta.persistence.JoinTable`
JaxbJoinTable() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbJoinTable
 
JaxbLob - Class in org.hibernate.boot.jaxb.mapping
See `jakarta.persistence.Lob`
JaxbLob() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbLob
 
JaxbLogger - Interface in org.hibernate.boot.jaxb
 
JaxbManyToMany - Class in org.hibernate.boot.jaxb.mapping
See `@jakarta.persistence.ManyToMany` See `@org.hibernate.annotations.SortComparator` See `@org.hibernate.annotations.SortNatural` See `@org.hibernate.annotations.AttributeAccessor`
JaxbManyToMany() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
 
JaxbManyToOne - Class in org.hibernate.boot.jaxb.mapping
See `@jakarta.persistence.ManyToOne` See `@org.hibernate.annotations.AttributeAccessor` See `@org.hibernate.annotations.OnDelete
JaxbManyToOne() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbManyToOne
 
JaxbMapKey - Class in org.hibernate.boot.jaxb.mapping
See `@jakarta.persistence.MapKey`
JaxbMapKey() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbMapKey
 
JaxbMapKeyClass - Class in org.hibernate.boot.jaxb.mapping
See `@jakarta.persistence.MapKeyClass`
JaxbMapKeyClass() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbMapKeyClass
 
JaxbMapKeyColumn - Class in org.hibernate.boot.jaxb.mapping
See `@jakarta.persistence.MapKeyColumn`
JaxbMapKeyColumn() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbMapKeyColumn
 
JaxbMapKeyJoinColumn - Class in org.hibernate.boot.jaxb.mapping
See `@jakarta.persistence.MapKeyJoinColumn`
JaxbMapKeyJoinColumn() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbMapKeyJoinColumn
 
JaxbMappedSuperclass - Class in org.hibernate.boot.jaxb.mapping
See `@jakarta.persistence.MappedSuperclass`
JaxbMappedSuperclass() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbMappedSuperclass
 
JaxbMultiTenancy - Class in org.hibernate.boot.jaxb.mapping
See `@org.hibernate.annotations.TenantId`
JaxbMultiTenancy() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbMultiTenancy
 
JaxbNamedAttributeNode - Class in org.hibernate.boot.jaxb.mapping
 
JaxbNamedAttributeNode() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbNamedAttributeNode
 
JaxbNamedEntityGraph - Class in org.hibernate.boot.jaxb.mapping
 
JaxbNamedEntityGraph() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbNamedEntityGraph
 
JaxbNamedNativeQuery - Class in org.hibernate.boot.jaxb.mapping
 
JaxbNamedNativeQuery() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbNamedNativeQuery
 
JaxbNamedQuery - Class in org.hibernate.boot.jaxb.mapping
 
JaxbNamedQuery() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbNamedQuery
 
JaxbNamedStoredProcedureQuery - Class in org.hibernate.boot.jaxb.mapping
 
JaxbNamedStoredProcedureQuery() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbNamedStoredProcedureQuery
 
JaxbNamedSubgraph - Class in org.hibernate.boot.jaxb.mapping
 
JaxbNamedSubgraph() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbNamedSubgraph
 
JaxbNationalized - Class in org.hibernate.boot.jaxb.mapping
See `@org.hibernate.annotations.Nationalized`
JaxbNationalized() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbNationalized
 
JaxbNaturalId - Class in org.hibernate.boot.jaxb.mapping
See `@org.hibernate.annotations.NaturalId`
JaxbNaturalId() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbNaturalId
 
JaxbOneToMany - Class in org.hibernate.boot.jaxb.mapping
 
JaxbOneToMany() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
 
JaxbOneToOne - Class in org.hibernate.boot.jaxb.mapping
 
JaxbOneToOne() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbOneToOne
 
JaxbOrderColumn - Class in org.hibernate.boot.jaxb.mapping
 
JaxbOrderColumn() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbOrderColumn
 
JaxbPersistenceUnitDefaults - Class in org.hibernate.boot.jaxb.mapping
These defaults are applied to the persistence unit as a whole unless they are overridden by local annotation or XML element settings.
JaxbPersistenceUnitDefaults() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbPersistenceUnitDefaults
 
JaxbPersistenceUnitMetadata - Class in org.hibernate.boot.jaxb.mapping
Metadata that applies to the persistence unit and not just to the mapping file in which it is contained.
JaxbPersistenceUnitMetadata() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbPersistenceUnitMetadata
 
JaxbPluralFetchMode - Enum in org.hibernate.boot.jaxb.mapping
Java class for plural-fetch-mode.
JaxbPostLoad - Class in org.hibernate.boot.jaxb.mapping
 
JaxbPostLoad() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbPostLoad
 
JaxbPostPersist - Class in org.hibernate.boot.jaxb.mapping
 
JaxbPostPersist() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbPostPersist
 
JaxbPostRemove - Class in org.hibernate.boot.jaxb.mapping
 
JaxbPostRemove() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbPostRemove
 
JaxbPostUpdate - Class in org.hibernate.boot.jaxb.mapping
 
JaxbPostUpdate() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbPostUpdate
 
JaxbPrePersist - Class in org.hibernate.boot.jaxb.mapping
 
JaxbPrePersist() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbPrePersist
 
JaxbPreRemove - Class in org.hibernate.boot.jaxb.mapping
 
JaxbPreRemove() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbPreRemove
 
JaxbPreUpdate - Class in org.hibernate.boot.jaxb.mapping
 
JaxbPreUpdate() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbPreUpdate
 
JaxbPrimaryKeyJoinColumn - Class in org.hibernate.boot.jaxb.mapping
 
JaxbPrimaryKeyJoinColumn() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbPrimaryKeyJoinColumn
 
JaxbQueryHint - Class in org.hibernate.boot.jaxb.mapping
 
JaxbQueryHint() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbQueryHint
 
JaxbQueryParamType - Class in org.hibernate.boot.jaxb.mapping
Used only by tools to generate finder methods for named queries
JaxbQueryParamType() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbQueryParamType
 
JaxbSecondaryTable - Class in org.hibernate.boot.jaxb.mapping
 
JaxbSecondaryTable() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbSecondaryTable
 
JaxbSequenceGenerator - Class in org.hibernate.boot.jaxb.mapping
 
JaxbSequenceGenerator() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbSequenceGenerator
 
JaxbSingularFetchMode - Enum in org.hibernate.boot.jaxb.mapping
Java class for singular-fetch-mode.
JaxbSqlResultSetMapping - Class in org.hibernate.boot.jaxb.mapping
 
JaxbSqlResultSetMapping() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbSqlResultSetMapping
 
JaxbStoredProcedureParameter - Class in org.hibernate.boot.jaxb.mapping
 
JaxbStoredProcedureParameter() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbStoredProcedureParameter
 
JaxbSynchronizedTable - Class in org.hibernate.boot.jaxb.mapping
Java class for synchronized-table complex type.
JaxbSynchronizedTable() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbSynchronizedTable
 
JaxbTable - Class in org.hibernate.boot.jaxb.mapping
 
JaxbTable() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbTable
 
JaxbTableGenerator - Class in org.hibernate.boot.jaxb.mapping
 
JaxbTableGenerator() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbTableGenerator
 
JaxbTenantId - Class in org.hibernate.boot.jaxb.mapping
See `@org.hibernate.annotations.TenantId`
JaxbTenantId() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbTenantId
 
JaxbTransient - Class in org.hibernate.boot.jaxb.mapping
 
JaxbTransient() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbTransient
 
JaxbUniqueConstraint - Class in org.hibernate.boot.jaxb.mapping
 
JaxbUniqueConstraint() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbUniqueConstraint
 
JaxbUserTypeRegistration - Class in org.hibernate.boot.jaxb.mapping
See @TypeRegistration
JaxbUserTypeRegistration() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbUserTypeRegistration
 
JaxbUuidGenerator - Class in org.hibernate.boot.jaxb.mapping
See `@org.hibernate.annotations.UuidGenerator`
JaxbUuidGenerator() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbUuidGenerator
 
JaxbVersion - Class in org.hibernate.boot.jaxb.mapping
 
JaxbVersion() - Constructor for class org.hibernate.boot.jaxb.mapping.JaxbVersion
 
JaxbXmlFormatMapper - Class in org.hibernate.type.format.jaxb
 
JaxbXmlFormatMapper() - Constructor for class org.hibernate.type.format.jaxb.JaxbXmlFormatMapper
 
JaxbXmlFormatMapper.CollectionWrapper - Class in org.hibernate.type.format.jaxb
 
JaxbXmlFormatMapper.MapWrapper - Class in org.hibernate.type.format.jaxb
 
JaxpSourceXmlSource - Class in org.hibernate.boot.jaxb.internal
 
JaxpSourceXmlSource(Origin, Source) - Constructor for class org.hibernate.boot.jaxb.internal.JaxpSourceXmlSource
 
JBOSS_TM_CLASS_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.JBossStandAloneJtaPlatform
 
JBOSS_UT_CLASS_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.JBossStandAloneJtaPlatform
 
JBOSS_UT_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.JBossAppServerJtaPlatform
 
JBossAppServerJtaPlatform - Class in org.hibernate.engine.transaction.jta.platform.internal
JtaPlatform definition for JBoss Application Server.
JBossAppServerJtaPlatform() - Constructor for class org.hibernate.engine.transaction.jta.platform.internal.JBossAppServerJtaPlatform
 
JBossStandAloneJtaPlatform - Class in org.hibernate.engine.transaction.jta.platform.internal
Return a standalone JTA transaction manager for JBoss (Arjuna) Transactions or WildFly transaction client Known to work for org.jboss.jbossts:jbossjta:4.9.0.GA as well as WildFly 11+
JBossStandAloneJtaPlatform() - Constructor for class org.hibernate.engine.transaction.jta.platform.internal.JBossStandAloneJtaPlatform
 
JCacheAccessImpl - Class in org.hibernate.cache.jcache.internal
StorageAccess implementation wrapping a JCache Cache reference.
JCacheAccessImpl(Cache) - Constructor for class org.hibernate.cache.jcache.internal.JCacheAccessImpl
 
JCacheDomainDataRegionImpl - Class in org.hibernate.cache.jcache.internal
 
JCacheDomainDataRegionImpl(DomainDataRegionConfig, RegionFactoryTemplate, DomainDataStorageAccess, CacheKeysFactory, DomainDataRegionBuildingContext) - Constructor for class org.hibernate.cache.jcache.internal.JCacheDomainDataRegionImpl
 
JCacheHelper - Class in org.hibernate.cache.jcache
 
JCacheHelper() - Constructor for class org.hibernate.cache.jcache.JCacheHelper
 
JCacheRegionFactory - Class in org.hibernate.cache.jcache.internal
 
JCacheRegionFactory() - Constructor for class org.hibernate.cache.jcache.internal.JCacheRegionFactory
 
JCacheRegionFactory(CacheKeysFactory) - Constructor for class org.hibernate.cache.jcache.internal.JCacheRegionFactory
 
JCONNECT - org.hibernate.dialect.SybaseDriverKind
 
JDBC_ESCAPE_END - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
 
JDBC_ESCAPE_START_DATE - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
 
JDBC_ESCAPE_START_TIME - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
 
JDBC_ESCAPE_START_TIMESTAMP - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
 
JDBC_LOGGER - Static variable in interface org.hibernate.engine.jdbc.JdbcLogging
 
JDBC_MESSAGE_LOGGER - Static variable in interface org.hibernate.engine.jdbc.JdbcLogging
 
JDBC_TIME_ZONE - Static variable in interface org.hibernate.cfg.JdbcSettings
Specifies the time zone to use in the JDBC driver, which is supposed to match the database timezone.
jdbcAutoCommitFalseBreaksEjb3Spec(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
JdbcBatchLogging - Interface in org.hibernate.engine.jdbc.batch
Sub-system logging related to JDBC batch execution
JdbcBindingLogging - Interface in org.hibernate.type.descriptor
 
JdbcCallFunctionReturn - Interface in org.hibernate.sql.exec.spi
Models the function return when the JdbcOperationQueryCall represents a call to a database function.
JdbcCallFunctionReturnImpl - Class in org.hibernate.sql.exec.internal
 
JdbcCallFunctionReturnImpl(OutputableType<?>, JdbcCallParameterExtractorImpl<?>, JdbcCallRefCursorExtractorImpl) - Constructor for class org.hibernate.sql.exec.internal.JdbcCallFunctionReturnImpl
 
JdbcCallImpl - Class in org.hibernate.sql.exec.internal
Models the actual call, allowing iterative building of the parts.
JdbcCallImpl(String, JdbcCallFunctionReturn, List<JdbcCallParameterRegistration>, List<JdbcParameterBinder>, List<JdbcCallParameterExtractor>) - Constructor for class org.hibernate.sql.exec.internal.JdbcCallImpl
 
JdbcCallImpl(String, JdbcCallFunctionReturn, List<JdbcCallParameterRegistration>, List<JdbcParameterBinder>, List<JdbcCallParameterExtractor>, List<JdbcCallRefCursorExtractor>) - Constructor for class org.hibernate.sql.exec.internal.JdbcCallImpl
 
JdbcCallImpl(JdbcCallImpl.Builder) - Constructor for class org.hibernate.sql.exec.internal.JdbcCallImpl
 
JdbcCallImpl.Builder - Class in org.hibernate.sql.exec.internal
 
JdbcCallParameterExtractor<T> - Interface in org.hibernate.sql.exec.spi
Controls extracting values from OUT/INOUT parameters.
JdbcCallParameterExtractorImpl<T> - Class in org.hibernate.sql.exec.internal
Standard implementation of JdbcCallParameterExtractor
JdbcCallParameterExtractorImpl(String, String, int, OutputableType<T>) - Constructor for class org.hibernate.sql.exec.internal.JdbcCallParameterExtractorImpl
 
JdbcCallParameterRegistration - Interface in org.hibernate.sql.exec.spi
 
JdbcCallParameterRegistrationImpl - Class in org.hibernate.sql.exec.internal
 
JdbcCallParameterRegistrationImpl(String, int, ParameterMode, OutputableType<?>, JdbcParameterBinder, JdbcCallParameterExtractorImpl<?>, JdbcCallRefCursorExtractorImpl) - Constructor for class org.hibernate.sql.exec.internal.JdbcCallParameterRegistrationImpl
 
JdbcCallRefCursorExtractor - Interface in org.hibernate.sql.exec.spi
 
JdbcCallRefCursorExtractorImpl - Class in org.hibernate.sql.exec.internal
Controls extracting values from REF_CURSOR parameters.
JdbcCallRefCursorExtractorImpl(String, int) - Constructor for class org.hibernate.sql.exec.internal.JdbcCallRefCursorExtractorImpl
 
jdbcConnectionAccess() - Method in class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcIsolationDelegate
 
JdbcConnectionAccess - Interface in org.hibernate.engine.jdbc.connections.spi
Provides centralized access to JDBC connections.
JdbcConnectionAccessConnectionProviderImpl - Class in org.hibernate.tool.schema.internal.exec
Implementation of JdbcConnectionAccess for use in cases where we leverage a ConnectionProvider for access to JDBC Connections.
JdbcConnectionAccessConnectionProviderImpl(ConnectionProvider) - Constructor for class org.hibernate.tool.schema.internal.exec.JdbcConnectionAccessConnectionProviderImpl
 
JdbcConnectionAccessImpl - Class in org.hibernate.testing.boot
 
JdbcConnectionAccessImpl(ConnectionProvider) - Constructor for class org.hibernate.testing.boot.JdbcConnectionAccessImpl
 
JdbcConnectionAccessImpl(ServiceRegistry) - Constructor for class org.hibernate.testing.boot.JdbcConnectionAccessImpl
 
JdbcConnectionAccessProvidedConnectionImpl - Class in org.hibernate.tool.schema.internal.exec
Implementation of JdbcConnectionAccess for cases where we are provided a JDBC Connection to use.
JdbcConnectionAccessProvidedConnectionImpl(Connection) - Constructor for class org.hibernate.tool.schema.internal.exec.JdbcConnectionAccessProvidedConnectionImpl
 
jdbcConnectionAcquisitionEnd() - Method in class org.hibernate.BaseSessionEventListener
 
jdbcConnectionAcquisitionEnd() - Method in class org.hibernate.engine.internal.SessionEventListenerManagerImpl
 
jdbcConnectionAcquisitionEnd() - Method in class org.hibernate.engine.internal.StatisticalLoggingSessionEventListener
 
jdbcConnectionAcquisitionEnd() - Method in interface org.hibernate.SessionEventListener
 
jdbcConnectionAcquisitionEnd(Connection) - Method in class org.hibernate.internal.JdbcObserverImpl
Deprecated.
 
jdbcConnectionAcquisitionEnd(Connection) - Method in interface org.hibernate.resource.jdbc.spi.JdbcObserver
Deprecated.
 
jdbcConnectionAcquisitionStart() - Method in class org.hibernate.BaseSessionEventListener
 
jdbcConnectionAcquisitionStart() - Method in class org.hibernate.engine.internal.SessionEventListenerManagerImpl
 
jdbcConnectionAcquisitionStart() - Method in class org.hibernate.engine.internal.StatisticalLoggingSessionEventListener
 
jdbcConnectionAcquisitionStart() - Method in class org.hibernate.internal.JdbcObserverImpl
Deprecated.
 
jdbcConnectionAcquisitionStart() - Method in interface org.hibernate.resource.jdbc.spi.JdbcObserver
Deprecated.
 
jdbcConnectionAcquisitionStart() - Method in interface org.hibernate.SessionEventListener
 
JdbcConnectionContext - Class in org.hibernate.testing.cleaner
 
JdbcConnectionContext.ConnectionConsumer - Interface in org.hibernate.testing.cleaner
 
JdbcConnectionContext.ConnectionFunction<R> - Interface in org.hibernate.testing.cleaner
 
JDBCConnectionException - Exception in org.hibernate.exception
A JDBCException indicating a problem communicating with the database (can also include incorrect JDBC setup).
JDBCConnectionException(String, SQLException) - Constructor for exception org.hibernate.exception.JDBCConnectionException
 
JDBCConnectionException(String, SQLException, String) - Constructor for exception org.hibernate.exception.JDBCConnectionException
 
jdbcConnectionReleaseEnd() - Method in class org.hibernate.BaseSessionEventListener
 
jdbcConnectionReleaseEnd() - Method in class org.hibernate.engine.internal.SessionEventListenerManagerImpl
 
jdbcConnectionReleaseEnd() - Method in class org.hibernate.engine.internal.StatisticalLoggingSessionEventListener
 
jdbcConnectionReleaseEnd() - Method in class org.hibernate.internal.JdbcObserverImpl
Deprecated.
 
jdbcConnectionReleaseEnd() - Method in interface org.hibernate.resource.jdbc.spi.JdbcObserver
Deprecated.
 
jdbcConnectionReleaseEnd() - Method in interface org.hibernate.SessionEventListener
 
jdbcConnectionReleaseStart() - Method in class org.hibernate.BaseSessionEventListener
 
jdbcConnectionReleaseStart() - Method in class org.hibernate.engine.internal.SessionEventListenerManagerImpl
 
jdbcConnectionReleaseStart() - Method in class org.hibernate.engine.internal.StatisticalLoggingSessionEventListener
 
jdbcConnectionReleaseStart() - Method in class org.hibernate.internal.JdbcObserverImpl
Deprecated.
 
jdbcConnectionReleaseStart() - Method in interface org.hibernate.resource.jdbc.spi.JdbcObserver
Deprecated.
 
jdbcConnectionReleaseStart() - Method in interface org.hibernate.SessionEventListener
 
JdbcContext - Interface in org.hibernate.tool.schema.internal.exec
Access to JDBC context for schema tooling activity.
JdbcCoordinator - Interface in org.hibernate.engine.jdbc.spi
Coordinates JDBC-related activities.
JdbcCoordinatorImpl - Class in org.hibernate.engine.jdbc.internal
Standard implementation of JdbcCoordinator.
JdbcCoordinatorImpl(Connection, JdbcSessionOwner, JdbcServices) - Constructor for class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
Constructs a JdbcCoordinatorImpl
JdbcDataType - Class in org.hibernate.boot.model.source.spi
Models a JDBC data type.
JdbcDataType(int, String, Class) - Constructor for class org.hibernate.boot.model.source.spi.JdbcDataType
 
JdbcDateJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for Date handling.
JdbcDateJavaType() - Constructor for class org.hibernate.type.descriptor.java.JdbcDateJavaType
 
JdbcDateJavaType.DateMutabilityPlan - Class in org.hibernate.type.descriptor.java
 
jdbcDateLiteral() - Method in class org.hibernate.grammars.hql.HqlParser
 
jdbcDateLiteral() - Method in class org.hibernate.grammars.hql.HqlParser.TemporalLiteralContext
 
JdbcDateLiteralContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.JdbcDateLiteralContext
 
JdbcDeleteMutation - Class in org.hibernate.sql.model.jdbc
 
JdbcDeleteMutation(TableMapping, MutationTarget<?>, String, boolean, Expectation, List<? extends JdbcParameterBinder>) - Constructor for class org.hibernate.sql.model.jdbc.JdbcDeleteMutation
 
JdbcDeleteMutation(TableMapping, MutationType, MutationTarget<?>, String, boolean, Expectation, List<? extends JdbcParameterBinder>) - Constructor for class org.hibernate.sql.model.jdbc.JdbcDeleteMutation
 
jdbcDriverNotFound(String) - Method in interface org.hibernate.c3p0.internal.C3P0MessageLogger
Build a message about not being able to find the JDBC driver class
jdbcDriverNotSpecified() - Method in interface org.hibernate.internal.log.ConnectionPoolingLogger
 
JdbcEnvironment - Interface in org.hibernate.engine.jdbc.env.spi
Initial look at this concept we keep talking about with merging information from DatabaseMetaData and Dialect
JdbcEnvironmentImpl - Class in org.hibernate.engine.jdbc.env.internal
 
JdbcEnvironmentImpl(DatabaseMetaData, Dialect, JdbcConnectionAccess) - Constructor for class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentImpl
Constructor form used from testing
JdbcEnvironmentImpl(ServiceRegistryImplementor, Dialect) - Constructor for class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentImpl
Constructor form used when the JDBC DatabaseMetaData is not available.
JdbcEnvironmentImpl(ServiceRegistryImplementor, Dialect, DatabaseMetaData) - Constructor for class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentImpl
Deprecated.
currently used by Hibernate Reactive This version of the constructor should handle the case in which we do actually have the option to access the DatabaseMetaData, but since Hibernate Reactive is currently not making use of it we take a shortcut.
JdbcEnvironmentImpl(ServiceRegistryImplementor, Dialect, DatabaseMetaData, JdbcConnectionAccess) - Constructor for class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentImpl
The main constructor form.
JdbcEnvironmentInitiator - Class in org.hibernate.engine.jdbc.env.internal
 
JdbcEnvironmentInitiator() - Constructor for class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator
 
JdbcEnvironmentInitiator.ConnectionProviderJdbcConnectionAccess - Class in org.hibernate.engine.jdbc.env.internal
 
JdbcEnvironmentInitiator.MultiTenantConnectionProviderJdbcConnectionAccess - Class in org.hibernate.engine.jdbc.env.internal
 
JdbcEscapeFunctionDescriptor - Class in org.hibernate.query.sqm.function
Acts as a wrapper to another SqmFunctionDescriptor, rendering the standard JDBC escape sequence {fn f(x, y)} around the invocation syntax generated by its delegate.
JdbcEscapeFunctionDescriptor(String, SqmFunctionDescriptor) - Constructor for class org.hibernate.query.sqm.function.JdbcEscapeFunctionDescriptor
 
JDBCException - Exception in org.hibernate
Wraps a SQLException arising from the JDBC driver.
JDBCException(String, SQLException) - Constructor for exception org.hibernate.JDBCException
Constructs a JDBCException using the given information.
JDBCException(String, SQLException, String) - Constructor for exception org.hibernate.JDBCException
Constructs a JDBCException using the given information.
JdbcExceptionHelper - Class in org.hibernate.internal.util
 
JdbcExecHelper - Class in org.hibernate.sql.exec.internal
 
jdbcExecuteBatchEnd() - Method in class org.hibernate.BaseSessionEventListener
 
jdbcExecuteBatchEnd() - Method in class org.hibernate.engine.internal.SessionEventListenerManagerImpl
 
jdbcExecuteBatchEnd() - Method in class org.hibernate.engine.internal.StatisticalLoggingSessionEventListener
 
jdbcExecuteBatchEnd() - Method in class org.hibernate.internal.JdbcObserverImpl
Deprecated.
 
jdbcExecuteBatchEnd() - Method in interface org.hibernate.resource.jdbc.spi.JdbcObserver
Deprecated.
 
jdbcExecuteBatchEnd() - Method in interface org.hibernate.SessionEventListener
 
jdbcExecuteBatchStart() - Method in class org.hibernate.BaseSessionEventListener
 
jdbcExecuteBatchStart() - Method in class org.hibernate.engine.internal.SessionEventListenerManagerImpl
 
jdbcExecuteBatchStart() - Method in class org.hibernate.engine.internal.StatisticalLoggingSessionEventListener
 
jdbcExecuteBatchStart() - Method in class org.hibernate.internal.JdbcObserverImpl
Deprecated.
 
jdbcExecuteBatchStart() - Method in interface org.hibernate.resource.jdbc.spi.JdbcObserver
Deprecated.
 
jdbcExecuteBatchStart() - Method in interface org.hibernate.SessionEventListener
 
jdbcExecuteStatementEnd() - Method in class org.hibernate.BaseSessionEventListener
 
jdbcExecuteStatementEnd() - Method in class org.hibernate.engine.internal.SessionEventListenerManagerImpl
 
jdbcExecuteStatementEnd() - Method in class org.hibernate.engine.internal.StatisticalLoggingSessionEventListener
 
jdbcExecuteStatementEnd() - Method in class org.hibernate.internal.JdbcObserverImpl
Deprecated.
 
jdbcExecuteStatementEnd() - Method in interface org.hibernate.resource.jdbc.spi.JdbcObserver
Deprecated.
 
jdbcExecuteStatementEnd() - Method in interface org.hibernate.SessionEventListener
 
jdbcExecuteStatementStart() - Method in class org.hibernate.BaseSessionEventListener
 
jdbcExecuteStatementStart() - Method in class org.hibernate.engine.internal.SessionEventListenerManagerImpl
 
jdbcExecuteStatementStart() - Method in class org.hibernate.engine.internal.StatisticalLoggingSessionEventListener
 
jdbcExecuteStatementStart() - Method in class org.hibernate.internal.JdbcObserverImpl
Deprecated.
 
jdbcExecuteStatementStart() - Method in interface org.hibernate.resource.jdbc.spi.JdbcObserver
Deprecated.
 
jdbcExecuteStatementStart() - Method in interface org.hibernate.SessionEventListener
 
JdbcExtractingLogging - Interface in org.hibernate.type.descriptor
 
JdbcInsertMutation - Class in org.hibernate.sql.model.jdbc
Descriptor for a table insert originating from a flush
JdbcInsertMutation(TableMapping, MutationTarget<?>, String, boolean, Expectation, List<? extends JdbcParameterBinder>) - Constructor for class org.hibernate.sql.model.jdbc.JdbcInsertMutation
 
JdbcIsolationDelegate - Class in org.hibernate.resource.transaction.backend.jdbc.internal
 
JdbcIsolationDelegate(JdbcConnectionAccess, SqlExceptionHelper) - Constructor for class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcIsolationDelegate
 
JdbcIsolationDelegate(JdbcSessionOwner) - Constructor for class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcIsolationDelegate
 
JdbcIsolationDelegate(TransactionCoordinatorOwner) - Constructor for class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcIsolationDelegate
 
jdbcIsolationLevel(String) - Method in interface org.hibernate.internal.log.ConnectionPoolingLogger
 
JdbcLiteral<T> - Class in org.hibernate.sql.ast.tree.expression
Represents a literal in the SQL AST.
JdbcLiteral(T, JdbcMapping) - Constructor for class org.hibernate.sql.ast.tree.expression.JdbcLiteral
 
JdbcLiteralFormatter<T> - Interface in org.hibernate.type.descriptor.jdbc
A formatter object for rendering values of a given Java type as SQL literals of a certain JDBC/SQL type.
JdbcLiteralFormatterArray<T> - Class in org.hibernate.type.descriptor.jdbc.internal
 
JdbcLiteralFormatterArray(JavaType<T>, JdbcLiteralFormatter<?>) - Constructor for class org.hibernate.type.descriptor.jdbc.internal.JdbcLiteralFormatterArray
 
JdbcLiteralFormatterBinary<T> - Class in org.hibernate.type.descriptor.jdbc.internal
JdbcLiteralFormatter implementation for handling binary literals
JdbcLiteralFormatterBinary(JavaType<T>) - Constructor for class org.hibernate.type.descriptor.jdbc.internal.JdbcLiteralFormatterBinary
 
JdbcLiteralFormatterBoolean<T> - Class in org.hibernate.type.descriptor.jdbc.internal
JdbcLiteralFormatter implementation for handling boolean literals
JdbcLiteralFormatterBoolean(JavaType<T>) - Constructor for class org.hibernate.type.descriptor.jdbc.internal.JdbcLiteralFormatterBoolean
 
JdbcLiteralFormatterCharacterData<T> - Class in org.hibernate.type.descriptor.jdbc.internal
JdbcLiteralFormatter implementation for handling character data
JdbcLiteralFormatterCharacterData(JavaType<T>) - Constructor for class org.hibernate.type.descriptor.jdbc.internal.JdbcLiteralFormatterCharacterData
 
JdbcLiteralFormatterCharacterData(JavaType<T>, boolean) - Constructor for class org.hibernate.type.descriptor.jdbc.internal.JdbcLiteralFormatterCharacterData
 
JdbcLiteralFormatterNumericData<T> - Class in org.hibernate.type.descriptor.jdbc.internal
JdbcLiteralFormatter implementation for handling numeric data
JdbcLiteralFormatterNumericData(JavaType<T>, Class<? extends Number>) - Constructor for class org.hibernate.type.descriptor.jdbc.internal.JdbcLiteralFormatterNumericData
 
JdbcLiteralFormatterTemporal<T> - Class in org.hibernate.type.descriptor.jdbc.internal
JdbcLiteralFormatter implementation for handling date/time literals
JdbcLiteralFormatterTemporal(JavaType<T>, TemporalType) - Constructor for class org.hibernate.type.descriptor.jdbc.internal.JdbcLiteralFormatterTemporal
 
JdbcLiteralFormatterUUIDData<T> - Class in org.hibernate.type.descriptor.jdbc.internal
JdbcLiteralFormatter implementation for handling UUID values
JdbcLiteralFormatterUUIDData(JavaType<T>) - Constructor for class org.hibernate.type.descriptor.jdbc.internal.JdbcLiteralFormatterUUIDData
 
JdbcLockStrategy - Enum in org.hibernate.sql.exec.spi
The strategy to use for applying locks to a JdbcOperationQuerySelect.
JdbcLogging - Interface in org.hibernate.engine.jdbc
Sub-system logging related to JDBC interactions
jdbcMapping() - Method in class org.hibernate.metamodel.mapping.internal.AnyDiscriminatorPart
 
JdbcMapping - Interface in org.hibernate.metamodel.mapping
Describes the mapping for things which can be expressed in a SQL query.
JdbcMappingContainer - Interface in org.hibernate.metamodel.mapping
Container for one-or-more JdbcMappings
JdbcMetadaAccessStrategy - Enum in org.hibernate.tool.schema
Determines how JDBC metadata is read by the schema management tooling.
JdbcMocks - Class in org.hibernate.testing.jdbc
 
JdbcMocks() - Constructor for class org.hibernate.testing.jdbc.JdbcMocks
 
JdbcMocks.ConnectionBuilder - Class in org.hibernate.testing.jdbc
 
JdbcMocks.EmptyResultSetHandler - Class in org.hibernate.testing.jdbc
 
JdbcMocks.Options - Class in org.hibernate.testing.jdbc
 
JdbcMocks.PreparedStatementHandler - Class in org.hibernate.testing.jdbc
 
JdbcMutationExecutor - Interface in org.hibernate.sql.exec.spi
Executor for model-mutation operations
JdbcMutationOperation - Interface in org.hibernate.sql.model.jdbc
JdbcOperation extension for model mutations stemming from persistence context flushes
JdbcObserver - Interface in org.hibernate.resource.jdbc.spi
Deprecated, for removal: This API element is subject to removal in a future version.
It is no longer possible to plug custom implementations of this SPI. It will be removed.
JdbcObserverImpl - Class in org.hibernate.internal
Deprecated, for removal: This API element is subject to removal in a future version.
since JdbcObserver is deprecated
JdbcObserverImpl(ConnectionObserverStatsBridge, SessionEventListenerManager, Runnable) - Constructor for class org.hibernate.internal.JdbcObserverImpl
Deprecated.
 
JdbcOperation - Interface in org.hibernate.sql.exec.spi
A JDBC operation to perform.
JdbcOperationQuery - Interface in org.hibernate.sql.exec.spi
Unifying contract for any SQL statement we want to execute via JDBC.
JdbcOperationQueryAnonBlock - Interface in org.hibernate.sql.exec.spi
An anonymous call block (sometimes called an anonymous procedure) to be executed on the database.
JdbcOperationQueryCall - Interface in org.hibernate.sql.exec.spi
 
JdbcOperationQueryDelete - Class in org.hibernate.sql.exec.spi
 
JdbcOperationQueryDelete(String, List<JdbcParameterBinder>, Set<String>, Map<JdbcParameter, JdbcParameterBinding>) - Constructor for class org.hibernate.sql.exec.spi.JdbcOperationQueryDelete
 
JdbcOperationQueryDelete(String, List<JdbcParameterBinder>, Set<String>, Set<FilterJdbcParameter>, Map<JdbcParameter, JdbcParameterBinding>) - Constructor for class org.hibernate.sql.exec.spi.JdbcOperationQueryDelete
Deprecated.
filterJdbcParameters is no longer used
JdbcOperationQueryInsert - Interface in org.hibernate.sql.exec.spi
Basic contract for an insert operation
JdbcOperationQueryInsertImpl - Class in org.hibernate.sql.exec.internal
Standard insert operation
JdbcOperationQueryInsertImpl(String, List<JdbcParameterBinder>, Set<String>) - Constructor for class org.hibernate.sql.exec.internal.JdbcOperationQueryInsertImpl
 
JdbcOperationQueryMutation - Interface in org.hibernate.sql.exec.spi
Specialization of JdbcOperation for cases which mutate table state (i.e.
JdbcOperationQueryMutationNative - Class in org.hibernate.sql.exec.spi
Executable JDBC command
JdbcOperationQueryMutationNative(String, List<JdbcParameterBinder>, Set<String>) - Constructor for class org.hibernate.sql.exec.spi.JdbcOperationQueryMutationNative
 
JdbcOperationQuerySelect - Class in org.hibernate.sql.exec.spi
Executable JDBC command
JdbcOperationQuerySelect(String, List<JdbcParameterBinder>, JdbcValuesMappingProducer, Set<String>) - Constructor for class org.hibernate.sql.exec.spi.JdbcOperationQuerySelect
 
JdbcOperationQuerySelect(String, List<JdbcParameterBinder>, JdbcValuesMappingProducer, Set<String>, int, int, Map<JdbcParameter, JdbcParameterBinding>, JdbcLockStrategy, JdbcParameter, JdbcParameter) - Constructor for class org.hibernate.sql.exec.spi.JdbcOperationQuerySelect
 
JdbcOperationQuerySelect(String, List<JdbcParameterBinder>, JdbcValuesMappingProducer, Set<String>, Set<FilterJdbcParameter>) - Constructor for class org.hibernate.sql.exec.spi.JdbcOperationQuerySelect
Deprecated.
filterJdbcParameters is no longer used
JdbcOperationQuerySelect(String, List<JdbcParameterBinder>, JdbcValuesMappingProducer, Set<String>, Set<FilterJdbcParameter>, int, int, Map<JdbcParameter, JdbcParameterBinding>, JdbcLockStrategy, JdbcParameter, JdbcParameter) - Constructor for class org.hibernate.sql.exec.spi.JdbcOperationQuerySelect
Deprecated.
filterJdbcParameters is no longer used
JdbcOperationQueryUpdate - Class in org.hibernate.sql.exec.spi
 
JdbcOperationQueryUpdate(String, List<JdbcParameterBinder>, Set<String>, Map<JdbcParameter, JdbcParameterBinding>) - Constructor for class org.hibernate.sql.exec.spi.JdbcOperationQueryUpdate
 
JdbcOperationQueryUpdate(String, List<JdbcParameterBinder>, Set<String>, Set<FilterJdbcParameter>, Map<JdbcParameter, JdbcParameterBinding>) - Constructor for class org.hibernate.sql.exec.spi.JdbcOperationQueryUpdate
Deprecated.
filterJdbcParameters is no longer used
JdbcParameter - Interface in org.hibernate.sql.ast.tree.expression
 
JdbcParameterBinder - Interface in org.hibernate.sql.exec.spi
Performs parameter value binding to a JDBC PreparedStatement.
JdbcParameterBinding - Interface in org.hibernate.sql.exec.spi
 
JdbcParameterBindingImpl - Class in org.hibernate.sql.exec.internal
 
JdbcParameterBindingImpl(JdbcMapping, Object) - Constructor for class org.hibernate.sql.exec.internal.JdbcParameterBindingImpl
 
JdbcParameterBindings - Interface in org.hibernate.sql.exec.spi
Access to all the externalized JDBC parameter bindings
JdbcParameterBindingsImpl - Class in org.hibernate.sql.exec.internal
Standard implementation of JdbcParameterBindings
JdbcParameterBindingsImpl(int) - Constructor for class org.hibernate.sql.exec.internal.JdbcParameterBindingsImpl
 
JdbcParameterBindingsImpl(QueryParameterBindings, List<ParameterOccurrence>, List<JdbcParameterBinder>, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.exec.internal.JdbcParameterBindingsImpl
 
JdbcParameterBySqmParameterAccess - Interface in org.hibernate.query.sqm.spi
Access to the mapping between an SqmParameter and all of its JDBC parameters
JdbcParameterImpl - Class in org.hibernate.sql.exec.internal
 
JdbcParameterImpl(JdbcMapping) - Constructor for class org.hibernate.sql.exec.internal.JdbcParameterImpl
 
JdbcParameters - Interface in org.hibernate.sql.exec.spi
The collection
JdbcParametersImpl - Class in org.hibernate.sql.exec.internal
Standard implementation of JdbcParameters
JdbcParametersImpl() - Constructor for class org.hibernate.sql.exec.internal.JdbcParametersImpl
 
JdbcParametersList - Interface in org.hibernate.sql.exec.spi
Conceptually similar to a List of JdbcParameters, but exposing a read-only immutable contract.
JdbcParametersList.Builder - Class in org.hibernate.sql.exec.spi
 
JdbcParametersList.JdbcParametersListMulti - Class in org.hibernate.sql.exec.spi
 
JdbcParametersList.JdbcParametersListSingleton - Class in org.hibernate.sql.exec.spi
 
jdbcPositionToValuesArrayPosition(int) - Static method in class org.hibernate.query.results.ResultsHelper
 
jdbcPrepareStatementEnd() - Method in class org.hibernate.BaseSessionEventListener
 
jdbcPrepareStatementEnd() - Method in class org.hibernate.engine.internal.SessionEventListenerManagerImpl
 
jdbcPrepareStatementEnd() - Method in class org.hibernate.engine.internal.StatisticalLoggingSessionEventListener
 
jdbcPrepareStatementEnd() - Method in class org.hibernate.internal.JdbcObserverImpl
Deprecated.
 
jdbcPrepareStatementEnd() - Method in interface org.hibernate.resource.jdbc.spi.JdbcObserver
Deprecated.
 
jdbcPrepareStatementEnd() - Method in interface org.hibernate.SessionEventListener
 
jdbcPrepareStatementStart() - Method in class org.hibernate.BaseSessionEventListener
 
jdbcPrepareStatementStart() - Method in class org.hibernate.engine.internal.SessionEventListenerManagerImpl
 
jdbcPrepareStatementStart() - Method in class org.hibernate.engine.internal.StatisticalLoggingSessionEventListener
 
jdbcPrepareStatementStart() - Method in class org.hibernate.internal.JdbcObserverImpl
Deprecated.
 
jdbcPrepareStatementStart() - Method in interface org.hibernate.resource.jdbc.spi.JdbcObserver
Deprecated.
 
jdbcPrepareStatementStart() - Method in interface org.hibernate.SessionEventListener
 
JdbcProperties - Class in org.hibernate.testing.jdbc
 
JdbcProperties() - Constructor for class org.hibernate.testing.jdbc.JdbcProperties
 
jdbcReleaseRegistryResourcesEnd() - Method in class org.hibernate.internal.JdbcObserverImpl
Deprecated.
 
jdbcReleaseRegistryResourcesEnd() - Method in interface org.hibernate.resource.jdbc.spi.JdbcObserver
Deprecated.
 
jdbcReleaseRegistryResourcesStart() - Method in class org.hibernate.internal.JdbcObserverImpl
Deprecated.
 
jdbcReleaseRegistryResourcesStart() - Method in interface org.hibernate.resource.jdbc.spi.JdbcObserver
Deprecated.
 
JdbcResourceLocalTransactionCoordinatorBuilderImpl - Class in org.hibernate.resource.transaction.backend.jdbc.internal
Concrete builder for resource-local TransactionCoordinator instances.
JdbcResourceLocalTransactionCoordinatorBuilderImpl() - Constructor for class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorBuilderImpl
 
JdbcResourceLocalTransactionCoordinatorImpl - Class in org.hibernate.resource.transaction.backend.jdbc.internal
An implementation of TransactionCoordinator based on managing a transaction through the JDBC Connection via JdbcResourceTransaction.
JdbcResourceLocalTransactionCoordinatorImpl.TransactionDriverControlImpl - Class in org.hibernate.resource.transaction.backend.jdbc.internal
The delegate bridging between the local (application facing) transaction and the "physical" notion of a transaction via the JDBC Connection.
JdbcResourceTransaction - Interface in org.hibernate.resource.transaction.backend.jdbc.spi
Models access to the resource transaction of the underlying JDBC resource.
JdbcResourceTransactionAccess - Interface in org.hibernate.resource.transaction.backend.jdbc.spi
Provides access to JdbcResourceTransaction (JDBC transaction stand-in) for use in building resource-local TransactionCoordinator instances.
jdbcRollbackFailed() - Method in interface org.hibernate.internal.CoreMessageLogger
 
JdbcSelectExecutor - Interface in org.hibernate.sql.exec.spi
An executor for JdbcSelect operations.
JdbcSelectExecutorStandardImpl - Class in org.hibernate.sql.exec.internal
Standard JdbcSelectExecutor implementation used by Hibernate, through JdbcSelectExecutorStandardImpl.INSTANCE
JdbcSelectExecutorStandardImpl() - Constructor for class org.hibernate.sql.exec.internal.JdbcSelectExecutorStandardImpl
 
JdbcSelectExecutorStandardImpl.CapturingJdbcValuesMetadata - Class in org.hibernate.sql.exec.internal
 
jdbcServices - Variable in class org.hibernate.internal.FastSessionServices
 
JdbcServices - Interface in org.hibernate.engine.jdbc.spi
Provides access to services related to JDBC operations.
JdbcServicesImpl - Class in org.hibernate.engine.jdbc.internal
Standard implementation of the JdbcServices contract
JdbcServicesImpl() - Constructor for class org.hibernate.engine.jdbc.internal.JdbcServicesImpl
 
JdbcServicesImpl(ServiceRegistryImplementor) - Constructor for class org.hibernate.engine.jdbc.internal.JdbcServicesImpl
 
JdbcServicesInitiator - Class in org.hibernate.engine.jdbc.internal
Standard initiator for the standard JdbcServices service TODO : should this maybe be a SessionFactory service?
JdbcServicesInitiator() - Constructor for class org.hibernate.engine.jdbc.internal.JdbcServicesInitiator
 
JdbcSessionContext - Interface in org.hibernate.resource.jdbc.spi
Provides the "JDBC session" with contextual information it needs during its lifecycle.
JdbcSessionContextImpl - Class in org.hibernate.internal
 
JdbcSessionContextImpl(SessionFactoryImplementor, StatementInspector, PhysicalConnectionHandlingMode, JdbcServices, BatchBuilder, JdbcObserver) - Constructor for class org.hibernate.internal.JdbcSessionContextImpl
 
JdbcSessionOwner - Interface in org.hibernate.resource.jdbc.spi
Contract for something that controls a JdbcSessionContext.
JdbcSettings - Interface in org.hibernate.cfg
Settings related to JDBC, Connections, pools, Dialects, etc
JdbcSpies - Class in org.hibernate.testing.jdbc
 
JdbcSpies() - Constructor for class org.hibernate.testing.jdbc.JdbcSpies
 
JdbcSpies.Callback - Interface in org.hibernate.testing.jdbc
 
JdbcSpies.SpyContext - Class in org.hibernate.testing.jdbc
 
JdbcTimeJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for Time handling.
JdbcTimeJavaType() - Constructor for class org.hibernate.type.descriptor.java.JdbcTimeJavaType
 
JdbcTimeJavaType.TimeMutabilityPlan - Class in org.hibernate.type.descriptor.java
 
jdbcTimeLiteral() - Method in class org.hibernate.grammars.hql.HqlParser
 
jdbcTimeLiteral() - Method in class org.hibernate.grammars.hql.HqlParser.TemporalLiteralContext
 
JdbcTimeLiteralContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.JdbcTimeLiteralContext
 
JdbcTimestampJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for Timestamp handling.
JdbcTimestampJavaType() - Constructor for class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
 
JdbcTimestampJavaType.TimestampMutabilityPlan - Class in org.hibernate.type.descriptor.java
 
jdbcTimestampLiteral() - Method in class org.hibernate.grammars.hql.HqlParser
 
jdbcTimestampLiteral() - Method in class org.hibernate.grammars.hql.HqlParser.TemporalLiteralContext
 
JdbcTimestampLiteralContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.JdbcTimestampLiteralContext
 
jdbcTimeZone(TimeZone) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
jdbcTimeZone(TimeZone) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
jdbcTimeZone(TimeZone) - Method in class org.hibernate.internal.SessionFactoryImpl.SessionBuilderImpl
 
jdbcTimeZone(TimeZone) - Method in interface org.hibernate.SessionBuilder
 
jdbcType() - Method in class org.hibernate.usertype.BaseUserTypeSupport
 
JdbcType - Interface in org.hibernate.type.descriptor.jdbc
Descriptor for the SQL/JDBC side of a value mapping.
JdbcType - Annotation Type in org.hibernate.annotations
Specifies an explicit JdbcType to use for a particular column mapping. When applied to a Map-valued attribute, describes the Map value.
JdbcTypeBaseline - Class in org.hibernate.type.descriptor.jdbc.internal
Registers the base JdbcType instances.
JdbcTypeBaseline() - Constructor for class org.hibernate.type.descriptor.jdbc.internal.JdbcTypeBaseline
 
JdbcTypeBaseline.BaselineTarget - Interface in org.hibernate.type.descriptor.jdbc.internal
 
jdbcTypeCode - Variable in class org.hibernate.boot.jaxb.mapping.JaxbBasic
 
jdbcTypeCode - Variable in class org.hibernate.boot.jaxb.mapping.JaxbId
 
JdbcTypeCode - Annotation Type in org.hibernate.annotations
Specifies the JDBC type-code to use for the column mapping. When applied to a Map-valued attribute, describes the Map value.
JdbcTypeConstructor - Interface in org.hibernate.type.descriptor.jdbc
Factory for any JdbcType which is parameterized by a second JdbcType, the "element" type.
JdbcTypeFamilyInformation - Class in org.hibernate.type.descriptor.jdbc
Information pertaining to JDBC type families.
JdbcTypeFamilyInformation() - Constructor for class org.hibernate.type.descriptor.jdbc.JdbcTypeFamilyInformation
 
JdbcTypeFamilyInformation.Family - Enum in org.hibernate.type.descriptor.jdbc
 
JdbcTypeIndicators - Interface in org.hibernate.type.descriptor.jdbc
A parameter object that helps determine the SQL/JDBC type recommended by the JDBC spec (explicitly or implicitly) for a given Java type.
JdbcTypeJavaClassMappings - Class in org.hibernate.type.descriptor.jdbc
Maintains the JDBC recommended mappings for JDBC type-code to/from Java Class as defined in Appendix B: Data Type Conversion Tables of the JDBC Specification.
JdbcTypeNameMapper - Class in org.hibernate.type.descriptor
(Badly named) helper for dealing with standard JDBC types as defined by Types
JdbcTypeRecommendationException - Exception in org.hibernate.type.descriptor.java.spi
Exception indicating JavaType.getRecommendedJdbcType(org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators) could not determine a recommended JDBC type descriptor
JdbcTypeRecommendationException(String) - Constructor for exception org.hibernate.type.descriptor.java.spi.JdbcTypeRecommendationException
 
JdbcTypeRecommendationException(String, Throwable) - Constructor for exception org.hibernate.type.descriptor.java.spi.JdbcTypeRecommendationException
 
JdbcTypeRegistration - Annotation Type in org.hibernate.annotations
Registers a JdbcType as the default JDBC type descriptor for a certain type code.
jdbcTypeRegistrations - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
 
JdbcTypeRegistrations - Annotation Type in org.hibernate.annotations
Grouping of JdbcTypeRegistration See notes on JdbcTypeRegistration about using on packages versus use on classes
JdbcTypeRegistry - Class in org.hibernate.type.descriptor.jdbc.spi
A registry mapping JDBC type codes to implementations of the JdbcType interface.
JdbcTypeRegistry(TypeConfiguration) - Constructor for class org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry
 
JdbcUpdateMutation - Class in org.hibernate.sql.model.jdbc
Describes the update of a single table
JdbcUpdateMutation(TableMapping, MutationTarget<?>, String, boolean, Expectation, List<? extends JdbcParameterBinder>) - Constructor for class org.hibernate.sql.model.jdbc.JdbcUpdateMutation
 
jdbcUrlNotSpecified(String) - Method in interface org.hibernate.internal.log.ConnectionPoolingLogger
 
JdbcValueBindings - Interface in org.hibernate.engine.jdbc.mutation
The JDBC values for a mutation
JdbcValueBindingsImpl - Class in org.hibernate.engine.jdbc.mutation.internal
 
JdbcValueBindingsImpl(MutationType, MutationTarget<?>, JdbcValueBindingsImpl.JdbcValueDescriptorAccess, SharedSessionContractImplementor) - Constructor for class org.hibernate.engine.jdbc.mutation.internal.JdbcValueBindingsImpl
 
JdbcValueBindingsImpl.JdbcValueDescriptorAccess - Interface in org.hibernate.engine.jdbc.mutation.internal
Access to JdbcValueDescriptor values
JdbcValueDescriptor - Interface in org.hibernate.sql.model.jdbc
Descriptor for JDBC value within an operation.
JdbcValueDescriptorImpl - Class in org.hibernate.engine.jdbc.mutation.internal
Standard JdbcValueDescriptor implementation
JdbcValueDescriptorImpl(JdbcParameterBinder, int) - Constructor for class org.hibernate.engine.jdbc.mutation.internal.JdbcValueDescriptorImpl
 
JdbcValueDescriptorImpl(ColumnValueParameter, int) - Constructor for class org.hibernate.engine.jdbc.mutation.internal.JdbcValueDescriptorImpl
 
JdbcValues - Interface in org.hibernate.sql.results.jdbc.spi
Provides unified access to query results (JDBC values - see RowProcessingState.getJdbcValue(org.hibernate.sql.ast.spi.SqlSelection) whether they come from query cache or ResultSet.
JdbcValuesCacheHit - Class in org.hibernate.sql.results.jdbc.internal
An AbstractJdbcValues implementation for cases where we had a cache hit.
JdbcValuesCacheHit(Object[][], JdbcValuesMapping) - Constructor for class org.hibernate.sql.results.jdbc.internal.JdbcValuesCacheHit
 
JdbcValuesCacheHit(List<?>, JdbcValuesMapping) - Constructor for class org.hibernate.sql.results.jdbc.internal.JdbcValuesCacheHit
 
JdbcValuesMapping - Interface in org.hibernate.sql.results.jdbc.spi
The "resolved" form of JdbcValuesMappingProducer providing access to resolved JDBC results (SqlSelection) descriptors and resolved domain results (DomainResult) descriptors.
JdbcValuesMappingImpl - Class in org.hibernate.query.results
Implementation of JdbcValuesMapping for native / procedure queries
JdbcValuesMappingImpl(List<SqlSelection>, List<DomainResult<?>>, int, Map<String, LockMode>) - Constructor for class org.hibernate.query.results.JdbcValuesMappingImpl
 
JdbcValuesMappingProducer - Interface in org.hibernate.sql.results.jdbc.spi
Producer for JdbcValuesMapping references.
JdbcValuesMappingProducerProvider - Interface in org.hibernate.sql.results.jdbc.spi
Pluggable contract for providing custom JdbcValuesMappingProducer implementations.
JdbcValuesMappingProducerProviderInitiator - Class in org.hibernate.sql.results.jdbc.internal
JdbcValuesMappingProducerProviderInitiator() - Constructor for class org.hibernate.sql.results.jdbc.internal.JdbcValuesMappingProducerProviderInitiator
 
JdbcValuesMappingProducerProviderStandard - Class in org.hibernate.sql.results.jdbc.internal
Standard JdbcValuesMappingProducerProvider implementation
JdbcValuesMappingProducerProviderStandard() - Constructor for class org.hibernate.sql.results.jdbc.internal.JdbcValuesMappingProducerProviderStandard
 
JdbcValuesMappingProducerStandard - Class in org.hibernate.sql.results.jdbc.internal
Hibernate's standard ResultSetMappingDescriptor implementation for cases where Hibernate itself creates the mappings.
JdbcValuesMappingProducerStandard(List<SqlSelection>, List<DomainResult<?>>) - Constructor for class org.hibernate.sql.results.jdbc.internal.JdbcValuesMappingProducerStandard
 
JdbcValuesMetadata - Interface in org.hibernate.sql.results.jdbc.spi
Access to information about the underlying JDBC values such as type, position, column name, etc
JdbcValuesResultSetImpl - Class in org.hibernate.sql.results.jdbc.internal
AbstractJdbcValues implementation for a JDBC ResultSet as the source
JdbcValuesResultSetImpl(ResultSetAccess, QueryKey, String, QueryOptions, JdbcValuesMapping, JdbcValuesMetadata, ExecutionContext) - Constructor for class org.hibernate.sql.results.jdbc.internal.JdbcValuesResultSetImpl
 
JdbcValuesSourceProcessingOptions - Interface in org.hibernate.sql.results.jdbc.spi
Essentially processing options only for entity loading
JdbcValuesSourceProcessingState - Interface in org.hibernate.sql.results.jdbc.spi
Provides a context for processing the processing of the complete set of rows from a JdbcValuesSource.
JdbcValuesSourceProcessingStateStandardImpl - Class in org.hibernate.sql.results.jdbc.internal
 
JdbcValuesSourceProcessingStateStandardImpl(ExecutionContext, JdbcValuesSourceProcessingOptions) - Constructor for class org.hibernate.sql.results.jdbc.internal.JdbcValuesSourceProcessingStateStandardImpl
 
JdbcWrapper<T> - Interface in org.hibernate.engine.jdbc.spi
Generic contract for wrapped JDBC objects.
Jira - Annotation Type in org.hibernate.testing.orm.junit
Specifies the URL to the Jira issue associated with a test.
JiraGroup - Annotation Type in org.hibernate.testing.orm.junit
Grouping annotation for `@Jira`
jiraKey() - Method in annotation type org.hibernate.testing.FailureExpected
Deprecated.
The key of a JIRA issue which covers this expected failure.
jiraKey() - Method in annotation type org.hibernate.testing.orm.junit.FailureExpected
The key of a JIRA issue which covers this expected failure.
jiraKey() - Method in annotation type org.hibernate.testing.orm.junit.RequiresDialectFeature
The key of a JIRA issue which relates this this feature requirement.
jiraKey() - Method in annotation type org.hibernate.testing.orm.junit.RequiresDialectFeatureGroup
The key of a JIRA issue which relates this this feature requirement.
jiraKey() - Method in annotation type org.hibernate.testing.RequiresDialect
Deprecated.
The key of a JIRA issue which relates this this restriction
jiraKey() - Method in annotation type org.hibernate.testing.RequiresDialectFeature
Deprecated.
The key of a JIRA issue which relates this this feature requirement.
jiraKey() - Method in annotation type org.hibernate.testing.SkipForDialect
Deprecated.
The key of a JIRA issue which covers the reason for this skip.
jiraKey() - Method in annotation type org.hibernate.testing.TestForIssue
Deprecated.
The key of a JIRA issue tested.
JiraKey - Annotation Type in org.hibernate.testing.orm.junit
Identifies the JIRA issue associated with a test.
JiraKeyGroup - Annotation Type in org.hibernate.testing.orm.junit
Grouping annotation for `@JiraKey`
JNDI_CLASS - Static variable in interface org.hibernate.cfg.EnvironmentSettings
Specifies the JNDI InitialContextFactory implementation class to use.
JNDI_PREFIX - Static variable in interface org.hibernate.cfg.EnvironmentSettings
A prefix for properties specifying arbitrary JNDI InitialContext properties.
JNDI_URL - Static variable in interface org.hibernate.cfg.EnvironmentSettings
Specifies the JNDI provider/connection URL.
JndiException - Exception in org.hibernate.engine.jndi
An exception indicating trouble accessing JNDI
JndiException(String) - Constructor for exception org.hibernate.engine.jndi.JndiException
Constructs a JndiException
JndiException(String, Throwable) - Constructor for exception org.hibernate.engine.jndi.JndiException
Constructs a JndiException
jndiInitialContextProperties(Hashtable) - Method in interface org.hibernate.internal.CoreMessageLogger
 
jndiNameDoesNotHandleSessionFactoryReference(String, ClassCastException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
JndiNameException - Exception in org.hibernate.engine.jndi
Indicates a problem with a given JNDI name being deemed as not valid.
JndiNameException(String, Throwable) - Constructor for exception org.hibernate.engine.jndi.JndiNameException
Constructs a JndiNameException
jndiService() - Method in class org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
 
JndiService - Interface in org.hibernate.engine.jndi.spi
Service providing simplified access to JNDI related features needed by Hibernate.
JndiServiceInitiator - Class in org.hibernate.engine.jndi.internal
Standard initiator for the standard JndiService service
JndiServiceInitiator() - Constructor for class org.hibernate.engine.jndi.internal.JndiServiceInitiator
 
join - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
 
join - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
join() - Method in class org.hibernate.grammars.hql.HqlParser.EntityWithJoinsContext
 
join() - Method in class org.hibernate.grammars.hql.HqlParser
 
join(int) - Method in class org.hibernate.grammars.hql.HqlParser.EntityWithJoinsContext
 
join(int[], int[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
join(Subquery<X>) - Method in interface org.hibernate.query.criteria.JpaFrom
 
join(Subquery<X>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
join(Subquery<X>, SqmJoinType) - Method in interface org.hibernate.query.criteria.JpaFrom
 
join(Subquery<X>, SqmJoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
join(Subquery<X>, SqmJoinType, boolean) - Method in interface org.hibernate.query.criteria.JpaFrom
 
join(Subquery<X>, SqmJoinType, boolean) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
join(Subquery<X>, SqmJoinType, boolean, String) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
join(CollectionAttribute<? super T, A>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
join(CollectionAttribute<? super T, E>) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
join(CollectionAttribute<? super T, E>, JoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
join(CollectionAttribute<? super T, E>, JoinType) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
join(CollectionAttribute<? super T, Y>) - Method in interface org.hibernate.query.criteria.JpaFrom
 
join(CollectionAttribute<? super T, Y>, JoinType) - Method in interface org.hibernate.query.criteria.JpaFrom
 
join(ListAttribute<? super T, E>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
join(ListAttribute<? super T, E>) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
join(ListAttribute<? super T, E>, JoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
join(ListAttribute<? super T, E>, JoinType) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
join(ListAttribute<? super T, Y>) - Method in interface org.hibernate.query.criteria.JpaFrom
 
join(ListAttribute<? super T, Y>, JoinType) - Method in interface org.hibernate.query.criteria.JpaFrom
 
join(MapAttribute<? super T, K, V>) - Method in interface org.hibernate.query.criteria.JpaFrom
 
join(MapAttribute<? super T, K, V>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
join(MapAttribute<? super T, K, V>) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
join(MapAttribute<? super T, K, V>, JoinType) - Method in interface org.hibernate.query.criteria.JpaFrom
 
join(MapAttribute<? super T, K, V>, JoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
join(MapAttribute<? super T, K, V>, JoinType) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
join(SetAttribute<? super T, E>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
join(SetAttribute<? super T, E>) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
join(SetAttribute<? super T, E>, JoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
join(SetAttribute<? super T, E>, JoinType) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
join(SetAttribute<? super T, Y>) - Method in interface org.hibernate.query.criteria.JpaFrom
 
join(SetAttribute<? super T, Y>, JoinType) - Method in interface org.hibernate.query.criteria.JpaFrom
 
join(SingularAttribute<? super T, A>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
join(SingularAttribute<? super T, A>) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
join(SingularAttribute<? super T, A>, JoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
join(SingularAttribute<? super T, A>, JoinType) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
join(SingularAttribute<? super T, Y>) - Method in interface org.hibernate.query.criteria.JpaFrom
 
join(SingularAttribute<? super T, Y>, JoinType) - Method in interface org.hibernate.query.criteria.JpaFrom
 
join(Class<X>) - Method in interface org.hibernate.query.criteria.JpaFrom
 
join(Class<X>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
join(Class<X>, SqmJoinType) - Method in interface org.hibernate.query.criteria.JpaFrom
 
join(Class<X>, SqmJoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
join(String) - Method in interface org.hibernate.query.criteria.JpaFrom
 
join(String) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
join(String) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
join(String) - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
 
join(String[], String[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
join(String[], String[], boolean[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
join(String, JoinType) - Method in interface org.hibernate.query.criteria.JpaFrom
 
join(String, JoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
join(String, JoinType) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
join(String, JoinType) - Method in interface org.hibernate.query.sqm.tree.from.SqmJoin
 
join(String, Iterable<?>) - Static method in class org.hibernate.internal.util.StringHelper
 
join(String, Object[]) - Static method in class org.hibernate.internal.util.StringHelper
 
join(String, String[]) - Static method in class org.hibernate.internal.util.StringHelper
 
join(String, Iterator<?>) - Static method in class org.hibernate.internal.util.StringHelper
 
join(Collection<T>, StringHelper.Renderer<T>) - Static method in class org.hibernate.internal.util.StringHelper
 
join(EntityDomainType<X>) - Method in interface org.hibernate.query.criteria.JpaFrom
 
join(EntityDomainType<X>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
join(EntityDomainType<X>, SqmJoinType) - Method in interface org.hibernate.query.criteria.JpaFrom
 
join(EntityDomainType<X>, SqmJoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
join(JpaCteCriteria<X>) - Method in interface org.hibernate.query.criteria.JpaFrom
 
join(JpaCteCriteria<X>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
join(JpaCteCriteria<X>, SqmJoinType) - Method in interface org.hibernate.query.criteria.JpaFrom
 
join(JpaCteCriteria<X>, SqmJoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
join(JpaCteCriteria<X>, SqmJoinType, String) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
join(T[], T...) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
Join - Class in org.hibernate.envers.boot.model
Contract that represents a secondary table join that is part of an entity hierarchy.
Join - Class in org.hibernate.mapping
A mapping model object representing some sort of auxiliary table, for example, an association table, a secondary table, or a table belonging to a joined subclass.
Join() - Constructor for class org.hibernate.mapping.Join
 
Join(String, String, String) - Constructor for class org.hibernate.envers.boot.model.Join
 
JOIN - org.hibernate.annotations.FetchMode
Use an outer join to load all instances of the related entity or collection at once, as part of the execution of a query.
JOIN - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchStyleEnum
 
JOIN - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchStyleWithSubselectEnum
 
JOIN - org.hibernate.boot.jaxb.mapping.JaxbPluralFetchMode
 
JOIN - org.hibernate.boot.jaxb.mapping.JaxbSingularFetchMode
 
JOIN - org.hibernate.engine.FetchStyle
Inherently an eager style of fetching.
JOIN - org.hibernate.engine.profile.Fetch.Style
Deprecated.
Fetch via a join
JOIN - org.hibernate.FetchMode
Fetch in the initial select, using an outer join.
JOIN - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
JOIN - Static variable in class org.hibernate.grammars.hql.HqlParser
 
JOIN() - Method in class org.hibernate.grammars.hql.HqlParser.CrossJoinContext
 
JOIN() - Method in class org.hibernate.grammars.hql.HqlParser.JoinContext
 
JOIN() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
JOIN_COLUMN - org.hibernate.testing.orm.domain.MappingFeature
 
JOIN_TABLE - org.hibernate.testing.orm.domain.MappingFeature
 
Joinable - Interface in org.hibernate.persister.entity
Deprecated, for removal: This API element is subject to removal in a future version.
Use ModelPartContainer, TableGroupProducer and/or TableGroupJoinProducer instead depending on need
JoinAwarePersistentEntity - Interface in org.hibernate.envers.boot.model
Contract for entity mappings that support secondary table joins.
joinCollection(String) - Method in interface org.hibernate.query.criteria.JpaFrom
 
joinCollection(String) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
joinCollection(String) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
joinCollection(String, JoinType) - Method in interface org.hibernate.query.criteria.JpaFrom
 
joinCollection(String, JoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
joinCollection(String, JoinType) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
joinColumn - Variable in class org.hibernate.boot.jaxb.mapping.JaxbAssociationOverride
 
joinColumn - Variable in class org.hibernate.boot.jaxb.mapping.JaxbCollectionTable
 
joinColumn - Variable in class org.hibernate.boot.jaxb.mapping.JaxbJoinTable
 
joinColumn - Variable in class org.hibernate.boot.jaxb.mapping.JaxbManyToOne
 
joinColumn - Variable in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
 
joinColumn - Variable in class org.hibernate.boot.jaxb.mapping.JaxbOneToOne
 
joinColumn - Variable in class org.hibernate.jpamodelgen.xml.jaxb.AssociationOverride
 
joinColumn - Variable in class org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
 
joinColumn - Variable in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
 
joinColumn - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
 
joinColumn - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
 
joinColumn - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
 
JoinColumn - Class in org.hibernate.jpamodelgen.xml.jaxb
 
JoinColumn() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
 
JoinColumnCollectionMetadataGenerator - Class in org.hibernate.envers.configuration.internal.metadata
An implementation of AbstractCollectionMetadataGenerator that builds collection metadata and association mappings where the association uses a join column mapping.
JoinColumnCollectionMetadataGenerator(EnversMetadataBuildingContext, BasicMetadataGenerator, ValueMetadataGenerator) - Constructor for class org.hibernate.envers.configuration.internal.metadata.JoinColumnCollectionMetadataGenerator
 
JoinColumnOrFormula - Annotation Type in org.hibernate.annotations
Specifies one element of a composite join condition involving both formulas and columns.
JoinColumnsOrFormulas - Annotation Type in org.hibernate.annotations
Specifies a composite join condition involving one or more formulas and, optionally, one or more columns.
JoinContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.JoinContext
 
JoinDescriptor(JaxbHbmNativeQueryJoinReturnType, Supplier<Map<String, Map<String, HbmResultSetMappingDescriptor.JoinDescriptor>>>, Supplier<Map<String, HbmResultSetMappingDescriptor.HbmFetchParent>>, String, MetadataBuildingContext) - Constructor for class org.hibernate.boot.query.HbmResultSetMappingDescriptor.JoinDescriptor
 
JOINED - org.hibernate.boot.model.source.spi.InheritanceType
 
JOINED - org.hibernate.envers.configuration.internal.metadata.InheritanceType
 
JOINED - org.hibernate.jpamodelgen.xml.jaxb.InheritanceType
 
JOINED_INHERIT - org.hibernate.testing.orm.domain.MappingFeature
 
JoinedList<E> - Class in org.hibernate.internal.util.collections
 
JoinedList(List<E>...) - Constructor for class org.hibernate.internal.util.collections.JoinedList
 
JoinedList(List<List<E>>) - Constructor for class org.hibernate.internal.util.collections.JoinedList
 
joinedSubclass - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
joinedSubclass - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
joinedSubclass - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
JoinedSubclass - Class in org.hibernate.mapping
A mapping model object that represents a subclass in a "joined" or "table per subclass" inheritance hierarchy.
JoinedSubclass(PersistentClass, MetadataBuildingContext) - Constructor for class org.hibernate.mapping.JoinedSubclass
 
joinedSubclassEntityPersister() - Method in class org.hibernate.persister.internal.StandardPersisterClassResolver
 
JoinedSubclassEntityPersister - Class in org.hibernate.persister.entity
An EntityPersister implementing the normalized InheritanceType.JOINED inheritance mapping strategy for an entity and its inheritance hierarchy.
JoinedSubclassEntityPersister(PersistentClass, EntityDataAccess, NaturalIdDataAccess, RuntimeModelCreationContext) - Constructor for class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
JoinedSubclassEntityPersister(PersistentClass, EntityDataAccess, NaturalIdDataAccess, PersisterCreationContext) - Constructor for class org.hibernate.persister.entity.JoinedSubclassEntityPersister
Deprecated.
JoinedSubclassEntitySource - Interface in org.hibernate.boot.model.source.spi
 
JoinedSubclassEntitySourceImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
JoinedSubclassEntitySourceImpl(MappingDocument, JaxbHbmJoinedSubclassEntityType, EntitySource) - Constructor for class org.hibernate.boot.model.source.internal.hbm.JoinedSubclassEntitySourceImpl
 
JoinedSubclassFkSecondPass - Class in org.hibernate.boot.model.internal
 
JoinedSubclassFkSecondPass(JoinedSubclass, AnnotatedJoinColumns, SimpleValue, MetadataBuildingContext) - Constructor for class org.hibernate.boot.model.internal.JoinedSubclassFkSecondPass
 
JoinedSubclassPersistentEntity - Class in org.hibernate.envers.boot.model
A persistent entity mapping that uses joined table(s) to store the hierarchy of entity types.
JoinedSubclassPersistentEntity(AuditTableData, PersistentClass) - Constructor for class org.hibernate.envers.boot.model.JoinedSubclassPersistentEntity
 
JoinFormula - Annotation Type in org.hibernate.annotations
Specifies a join condition based on an arbitrary native SQL formula instead of a column name.
joinKeyColumnName(String, String) - Method in class org.hibernate.cfg.DefaultNamingStrategy
Deprecated.
Return the argument
joinKeyColumnName(String, String) - Method in class org.hibernate.cfg.ImprovedNamingStrategy
Deprecated.
Return the argument
joinKeyColumnName(String, String) - Method in interface org.hibernate.cfg.NamingStrategy
Deprecated.
Return the join key column name ie a FK column used in a JOINED strategy or for a secondary table
joinKeyColumnName(String, String) - Method in class org.hibernate.cfg.PersistenceStandardNamingStrategy
Deprecated.
 
joinLateral(Subquery<X>) - Method in interface org.hibernate.query.criteria.JpaFrom
 
joinLateral(Subquery<X>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
joinLateral(Subquery<X>, SqmJoinType) - Method in interface org.hibernate.query.criteria.JpaFrom
 
joinLateral(Subquery<X>, SqmJoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
joinList(String) - Method in interface org.hibernate.query.criteria.JpaFrom
 
joinList(String) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
joinList(String) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
joinList(String, JoinType) - Method in interface org.hibernate.query.criteria.JpaFrom
 
joinList(String, JoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
joinList(String, JoinType) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
joinMap(String) - Method in interface org.hibernate.query.criteria.JpaFrom
 
joinMap(String) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
joinMap(String) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
joinMap(String, JoinType) - Method in interface org.hibernate.query.criteria.JpaFrom
 
joinMap(String, JoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
joinMap(String, JoinType) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
JoinPathContext(HqlParser.JoinTargetContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.JoinPathContext
 
joinRestriction() - Method in class org.hibernate.grammars.hql.HqlParser.JoinContext
 
joinRestriction() - Method in class org.hibernate.grammars.hql.HqlParser
 
JoinRestrictionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.JoinRestrictionContext
 
joinSet(String) - Method in interface org.hibernate.query.criteria.JpaFrom
 
joinSet(String) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
joinSet(String) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
joinSet(String, JoinType) - Method in interface org.hibernate.query.criteria.JpaFrom
 
joinSet(String, JoinType) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
joinSet(String, JoinType) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
JoinSubqueryContext(HqlParser.JoinTargetContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.JoinSubqueryContext
 
joinTable - Variable in class org.hibernate.boot.jaxb.mapping.JaxbAssociationOverride
 
joinTable - Variable in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
 
joinTable - Variable in class org.hibernate.boot.jaxb.mapping.JaxbManyToOne
 
joinTable - Variable in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
 
joinTable - Variable in class org.hibernate.boot.jaxb.mapping.JaxbOneToOne
 
joinTable - Variable in class org.hibernate.jpamodelgen.xml.jaxb.AssociationOverride
 
joinTable - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
 
joinTable - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
 
joinTable - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
 
joinTable - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
 
JoinTable - Class in org.hibernate.jpamodelgen.xml.jaxb
 
JoinTable() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
 
joinTarget() - Method in class org.hibernate.grammars.hql.HqlParser.JoinContext
 
joinTarget() - Method in class org.hibernate.grammars.hql.HqlParser
 
JoinTargetContext() - Constructor for class org.hibernate.grammars.hql.HqlParser.JoinTargetContext
 
JoinTargetContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.JoinTargetContext
 
joinTransaction() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
joinTransaction() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
joinTransaction() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
joinTransaction() - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
joinTransaction() - Method in interface org.hibernate.SharedSessionContract
Join the currently-active JTA transaction.
joinType - Variable in class org.hibernate.envers.query.internal.impl.AbstractAuditAssociationQuery
 
joinType() - Method in class org.hibernate.grammars.hql.HqlParser.JoinContext
 
joinType() - Method in class org.hibernate.grammars.hql.HqlParser
 
JoinTypeContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.JoinTypeContext
 
joinWithQualifierAndSuffix(String[], String, String, String) - Static method in class org.hibernate.internal.util.StringHelper
 
JOnASJtaPlatform - Class in org.hibernate.engine.transaction.jta.platform.internal
JTA platform implementation for JOnAS
JOnASJtaPlatform() - Constructor for class org.hibernate.engine.transaction.jta.platform.internal.JOnASJtaPlatform
 
JOTMJtaPlatform - Class in org.hibernate.engine.transaction.jta.platform.internal
 
JOTMJtaPlatform() - Constructor for class org.hibernate.engine.transaction.jta.platform.internal.JOTMJtaPlatform
 
JournalingGenerationTarget - Class in org.hibernate.testing.orm
 
JournalingGenerationTarget() - Constructor for class org.hibernate.testing.orm.JournalingGenerationTarget
 
Jpa - Annotation Type in org.hibernate.testing.orm.junit
 
JPA_CACHING_COMPLIANCE - Static variable in interface org.hibernate.cfg.JpaComplianceSettings
By default, Hibernate uses second-level cache invalidation for entities with secondary tables in order to avoid the possibility of inconsistent cached data in the case where different transactions simultaneously update different table rows corresponding to the same entity instance.
JPA_CALLBACKS_ENABLED - Static variable in interface org.hibernate.cfg.PersistenceSettings
Allows JPA callbacks (via PreUpdate and friends) to be completely disabled.
JPA_CLOSED_COMPLIANCE - Static variable in interface org.hibernate.cfg.JpaComplianceSettings
JPA specifies that an IllegalStateException must be thrown by EntityManager.close() and EntityManagerFactory.close() if the object has already been closed.
JPA_COMPLIANCE - Static variable in interface org.hibernate.cfg.JpaComplianceSettings
Specifies a default value for all JpaCompliance flags.
JPA_ENTITY_NAME - Static variable in interface org.hibernate.id.IdentifierGenerator
The configuration parameter holding the JPA entity name
JPA_ID_GENERATOR_GLOBAL_SCOPE_COMPLIANCE - Static variable in interface org.hibernate.cfg.JpaComplianceSettings
Determines whether the scope of any identifier generator name specified via TableGenerator.name() or SequenceGenerator.name() is considered global to the persistence unit, or local to the entity in which identifier generator is defined.
JPA_JDBC_DRIVER - Static variable in interface org.hibernate.cfg.JdbcSettings
Deprecated.
JPA_JDBC_PASSWORD - Static variable in interface org.hibernate.cfg.JdbcSettings
Deprecated.
JPA_JDBC_URL - Static variable in interface org.hibernate.cfg.JdbcSettings
Deprecated.
JPA_JDBC_USER - Static variable in interface org.hibernate.cfg.JdbcSettings
Deprecated.
JPA_JTA_DATASOURCE - Static variable in interface org.hibernate.cfg.JdbcSettings
Deprecated.
JPA_LIST_COMPLIANCE - Static variable in interface org.hibernate.cfg.JpaComplianceSettings
Deprecated.
Use MappingSettings.DEFAULT_LIST_SEMANTICS instead. The specification actually leaves this behavior undefined, saying that portable applications should not rely on any specific behavior for a List with no @OrderColumn.
JPA_LOAD_BY_ID_COMPLIANCE - Static variable in interface org.hibernate.cfg.JpaComplianceSettings
Determines if an identifier value passed to EntityManager.find(java.lang.Class<T>, java.lang.Object) or EntityManager.getReference(java.lang.Class<T>, java.lang.Object) may be coerced to the identifier type declared by the entity.
JPA_LOCK_SCOPE - Static variable in interface org.hibernate.cfg.AvailableSettings
Deprecated.
JPA_LOCK_TIMEOUT - Static variable in interface org.hibernate.cfg.AvailableSettings
JPA_METAMODEL_POPULATION - Static variable in interface org.hibernate.cfg.MappingSettings
Setting that indicates whether to build the JPA types, either: enabled - Do the build disabled - Do not do the build ignoreUnsupported - Do the build, but ignore any non-JPA features that would otherwise result in a failure.
JPA_NON_JTA_DATASOURCE - Static variable in interface org.hibernate.cfg.JdbcSettings
JPA_ORDER_BY_MAPPING_COMPLIANCE - Static variable in interface org.hibernate.cfg.JpaComplianceSettings
JPA specifies that items occurring in OrderBy lists must be references to entity attributes, whereas Hibernate, by default, allows more complex expressions.
JPA_PERSIST_VALIDATION_GROUP - Static variable in interface org.hibernate.cfg.ValidationSettings
JPA_PERSISTENCE_PROVIDER - Static variable in interface org.hibernate.cfg.PersistenceSettings
JPA_PROXY_COMPLIANCE - Static variable in interface org.hibernate.cfg.JpaComplianceSettings
The JPA specification insists that an EntityNotFoundException must be thrown whenever an uninitialized entity proxy with no corresponding row in the database is accessed.
JPA_QUERY_COMPLIANCE - Static variable in interface org.hibernate.cfg.JpaComplianceSettings
Controls whether Hibernate’s handling of Query (JPQL, Criteria and native) should strictly follow the requirements defined in the Jakarta Persistence specification, both in terms of JPQL validation and behavior of Query method implementations.
JPA_REMOVE_VALIDATION_GROUP - Static variable in interface org.hibernate.cfg.ValidationSettings
JPA_SHARED_CACHE_MODE - Static variable in interface org.hibernate.cfg.CacheSettings
JPA_SHARED_CACHE_RETRIEVE_MODE - Static variable in interface org.hibernate.cfg.CacheSettings
JPA_SHARED_CACHE_STORE_MODE - Static variable in interface org.hibernate.cfg.CacheSettings
JPA_TRANSACTION_COMPLIANCE - Static variable in interface org.hibernate.cfg.JpaComplianceSettings
When enabled, specifies that the Hibernate Transaction should behave according to the semantics defined by the JPA specification for an EntityTransaction.
JPA_TRANSACTION_TYPE - Static variable in interface org.hibernate.cfg.PersistenceSettings
JPA_UPDATE_VALIDATION_GROUP - Static variable in interface org.hibernate.cfg.ValidationSettings
JPA_VALIDATION_FACTORY - Static variable in interface org.hibernate.cfg.ValidationSettings
JPA_VALIDATION_MODE - Static variable in interface org.hibernate.cfg.ValidationSettings
jpa10 - Static variable in class org.hibernate.boot.xsd.MappingXsdSupport
 
jpa20 - Static variable in class org.hibernate.boot.xsd.MappingXsdSupport
 
jpa21 - Static variable in class org.hibernate.boot.xsd.MappingXsdSupport
 
jpa22 - Static variable in class org.hibernate.boot.xsd.MappingXsdSupport
 
jpa30 - Static variable in class org.hibernate.boot.xsd.MappingXsdSupport
 
jpa31 - Static variable in class org.hibernate.boot.xsd.MappingXsdSupport
 
JpaAttributeConverter<O,​R> - Interface in org.hibernate.type.descriptor.converter.spi
BasicValueConverter extension for AttributeConverter-specific support
JpaAttributeConverterCreationContext - Interface in org.hibernate.boot.model.convert.spi
JpaAttributeConverterImpl<O,​R> - Class in org.hibernate.type.descriptor.converter.internal
Standard implementation of JpaAttributeConverter.
JpaAttributeConverterImpl(ManagedBean<? extends AttributeConverter<O, R>>, JavaType<? extends AttributeConverter<O, R>>, Class<O>, Class<R>, JpaAttributeConverterCreationContext) - Constructor for class org.hibernate.type.descriptor.converter.internal.JpaAttributeConverterImpl
 
JpaAttributeConverterImpl(ManagedBean<? extends AttributeConverter<O, R>>, JavaType<? extends AttributeConverter<O, R>>, JavaType<O>, JavaType<R>) - Constructor for class org.hibernate.type.descriptor.converter.internal.JpaAttributeConverterImpl
 
JpaBootstrapSensitive - Interface in org.hibernate.event.service.spi
Defines an event listener that is sensitive to whether a native or jpa bootstrap was performed
JpaCallbackSource - Interface in org.hibernate.boot.model.source.spi
 
JpaCoalesce<T> - Interface in org.hibernate.query.criteria
 
jpaCollectionJoin() - Method in class org.hibernate.grammars.hql.HqlParser.EntityWithJoinsContext
 
jpaCollectionJoin() - Method in class org.hibernate.grammars.hql.HqlParser
 
jpaCollectionJoin(int) - Method in class org.hibernate.grammars.hql.HqlParser.EntityWithJoinsContext
 
JpaCollectionJoin<O,​T> - Interface in org.hibernate.query.criteria
Specialization of JpaJoin for Collection typed attribute joins
JpaCollectionJoinContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.JpaCollectionJoinContext
 
JpaCompliance - Interface in org.hibernate.jpa.spi
Encapsulates settings controlling whether Hibernate complies strictly with certain debatable strictures of the JPA specification.
JpaComplianceBuilder() - Constructor for class org.hibernate.jpa.internal.JpaComplianceImpl.JpaComplianceBuilder
 
jpaComplianceEnabled() - Method in annotation type org.hibernate.testing.orm.junit.Jpa
 
JpaComplianceImpl - Class in org.hibernate.jpa.internal
 
JpaComplianceImpl(boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.hibernate.jpa.internal.JpaComplianceImpl
 
JpaComplianceImpl.JpaComplianceBuilder - Class in org.hibernate.jpa.internal
 
JpaComplianceSettings - Interface in org.hibernate.cfg
 
JpaComplianceViolation - Interface in org.hibernate.jpa
Marker interface for exceptions describing JPA compliance violations.
JpaCompliantLifecycleStrategy - Class in org.hibernate.resource.beans.container.internal
A BeanLifecycleStrategy to use when JPA compliance is required (i.e.
JpaCompoundSelection<T> - Interface in org.hibernate.query.criteria
 
JpaCriteriaBase - Interface in org.hibernate.query.criteria
 
JpaCriteriaDelete<T> - Interface in org.hibernate.query.criteria
 
JpaCriteriaInsertSelect<T> - Interface in org.hibernate.query.criteria
A representation of SqmInsertSelectStatement at the org.hibernate.query.criteria level, even though JPA does not define support for insert-select criteria.
JpaCriteriaInsertValues<T> - Interface in org.hibernate.query.criteria
A representation of SqmInsertValuesStatement at the org.hibernate.query.criteria level, even though JPA does not define support for insert-values criteria.
JpaCriteriaNode - Interface in org.hibernate.query.criteria
Base contract for nodes making up the criteria tree
JpaCriteriaParameter<T> - Class in org.hibernate.query.sqm.tree.expression
JpaCriteriaParameter(String, BindableType<? super T>, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
 
JpaCriteriaParameter(JpaCriteriaParameter<T>) - Constructor for class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
 
JpaCriteriaQuery<T> - Interface in org.hibernate.query.criteria
Extension of the JPA CriteriaQuery
JpaCriteriaUpdate<T> - Interface in org.hibernate.query.criteria
 
JpaCrossJoin<T> - Interface in org.hibernate.query.criteria
 
JpaCteContainer - Interface in org.hibernate.query.criteria
Common contract for criteria parts that can hold CTEs (common table expressions).
JpaCteCriteria<T> - Interface in org.hibernate.query.criteria
A CTE (common table expression) criteria.
JpaCteCriteriaAttribute - Interface in org.hibernate.query.criteria
Describes the attribute of a JpaCteCriteriaType.
JpaCteCriteriaType<T> - Interface in org.hibernate.query.criteria
A CTE (common table expression) criteria type.
JpaDerivedFrom<T> - Interface in org.hibernate.query.criteria
 
JpaDerivedJoin<T> - Interface in org.hibernate.query.criteria
 
JpaDerivedRoot<T> - Interface in org.hibernate.query.criteria
 
JpaDescriptorParser - Class in org.hibernate.jpamodelgen.xml
Parser for JPA XML descriptors (persistence.xml and referenced mapping files).
JpaDescriptorParser(Context) - Constructor for class org.hibernate.jpamodelgen.xml.JpaDescriptorParser
 
JpaEntityJoin<T> - Interface in org.hibernate.query.criteria
 
JpaExpression<T> - Interface in org.hibernate.query.criteria
API extension to the JPA Expression contract
JpaFetch<O,​T> - Interface in org.hibernate.query.criteria
 
JpaFetchParent<O,​T> - Interface in org.hibernate.query.criteria
 
JpaFrom<O,​T> - Interface in org.hibernate.query.criteria
API extension to the JPA From contract
JpaFunction<T> - Interface in org.hibernate.query.criteria
Contract for expressions which model a SQL function call.
JpaInPredicate<T> - Interface in org.hibernate.query.criteria
 
JpaJoin<O,​T> - Interface in org.hibernate.query.criteria
Consolidates the Join and Fetch hierarchies since that is how we implement them.
JpaJoinedFrom<O,​T> - Interface in org.hibernate.query.criteria
Exists within the hierarchy mainly to support "entity joins".
JpaListJoin<O,​T> - Interface in org.hibernate.query.criteria
Specialization of JpaJoin for List typed attribute joins
JpaManipulationCriteria<E> - Interface in org.hibernate.query.criteria
 
JpaMapJoin<O,​K,​V> - Interface in org.hibernate.query.criteria
Specialization of JpaJoin for Map typed attribute joins
JpaMetamodel - Interface in org.hibernate.metamodel.model.domain
Extensions to the JPA-defined metamodel of persistent Java types.
JPAMetaModelEntityProcessor - Class in org.hibernate.jpamodelgen
Main annotation processor.
JPAMetaModelEntityProcessor() - Constructor for class org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor
 
JpaMetamodelImpl - Class in org.hibernate.metamodel.model.domain.internal
 
JpaMetamodelImpl(TypeConfiguration, MappingMetamodel, ServiceRegistry) - Constructor for class org.hibernate.metamodel.model.domain.internal.JpaMetamodelImpl
 
JpaMetamodelImplementor - Interface in org.hibernate.metamodel.model.domain.spi
SPI extending JpaMetamodel.
JpaMetaModelPopulationSetting - Enum in org.hibernate.metamodel.internal
 
JpaNamespaceTransformingEventReader - Class in org.hibernate.jpamodelgen.util.xml
Transforms the version attribute and namespace of the JPA configuration files (persistence.xml and orm.xml) to the default.
JpaNamespaceTransformingEventReader(XMLEventReader) - Constructor for class org.hibernate.jpamodelgen.util.xml.JpaNamespaceTransformingEventReader
 
jpaNonstandardFunction() - Method in class org.hibernate.grammars.hql.HqlParser.FunctionContext
 
jpaNonstandardFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
JpaNonstandardFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.JpaNonstandardFunctionContext
 
jpaNonstandardFunctionName() - Method in class org.hibernate.grammars.hql.HqlParser.JpaNonstandardFunctionContext
 
jpaNonstandardFunctionName() - Method in class org.hibernate.grammars.hql.HqlParser
 
JpaNonstandardFunctionNameContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.JpaNonstandardFunctionNameContext
 
JpaOrder - Interface in org.hibernate.query.criteria
 
JpaOrmXmlEventReader - Class in org.hibernate.boot.jaxb.internal.stax
StAX EVentReader which handles a few oddities specific to JPA orm.xml Mainly we handle the namespace change.
JpaOrmXmlEventReader(XMLEventReader) - Constructor for class org.hibernate.boot.jaxb.internal.stax.JpaOrmXmlEventReader
 
JpaOrmXmlEventReader(XMLEventReader, XMLEventFactory) - Constructor for class org.hibernate.boot.jaxb.internal.stax.JpaOrmXmlEventReader
 
JpaOrmXmlEventReader.BadVersionException - Exception in org.hibernate.boot.jaxb.internal.stax
 
JpaOrmXmlPersistenceUnitDefaultAware - Interface in org.hibernate.boot.spi
Contract for things that need to be aware of JPA orm.xml-defined persistence-unit-defaults.
JpaOrmXmlPersistenceUnitDefaultAware.JpaOrmXmlPersistenceUnitDefaults - Interface in org.hibernate.boot.spi
Represents the persistence-unit-defaults to be applied
JpaParameterExpression<T> - Interface in org.hibernate.query.criteria
 
JpaPath<T> - Interface in org.hibernate.query.criteria
API extension to the JPA Path contract
JpaPluralJoin<O,​C,​E> - Interface in org.hibernate.query.criteria
Specialization of JpaJoin for Set typed attribute joins
jpaPositionalParameter(int, int) - Method in class org.hibernate.engine.query.spi.ParamLocationRecognizer
Deprecated.
 
jpaPositionalParameter(int, int) - Method in class org.hibernate.query.sql.internal.ParameterRecognizerImpl
 
jpaPositionalParameter(int, int) - Method in interface org.hibernate.query.sql.spi.ParameterRecognizer
Called when a JPA-style named parameter is recognized
JpaPredicate - Interface in org.hibernate.query.criteria
 
JPAQL_STRICT_COMPLIANCE - Static variable in interface org.hibernate.cfg.JpaComplianceSettings
JpaQueryableCriteria<T> - Interface in org.hibernate.query.criteria
Common contract for the forms of criteria that are "queryable" - can be converted into a Query.
JpaQueryGroup<T> - Interface in org.hibernate.query.criteria
A query group i.e.
JpaQueryPart<T> - Interface in org.hibernate.query.criteria
Models a query part i.e.
JpaQueryStructure<T> - Interface in org.hibernate.query.criteria
Models a SELECT query.
JpaRoot<T> - Interface in org.hibernate.query.criteria
 
JpaSearchedCase<T> - Interface in org.hibernate.query.criteria
 
JpaSearchOrder - Interface in org.hibernate.query.criteria
Represents the search order for a recursive CTE (common table expression).
JpaSelectCriteria<T> - Interface in org.hibernate.query.criteria
Commonality between a JPA JpaCriteriaQuery and JpaSubQuery, mainly in the form of delegation to JpaQueryStructure
JpaSelection<T> - Interface in org.hibernate.query.criteria
API extension to the JPA Selection contract
jpaSelectObjectSyntax() - Method in class org.hibernate.grammars.hql.HqlParser
 
jpaSelectObjectSyntax() - Method in class org.hibernate.grammars.hql.HqlParser.SelectExpressionContext
 
JpaSelectObjectSyntaxContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.JpaSelectObjectSyntaxContext
 
JpaSetJoin<O,​T> - Interface in org.hibernate.query.criteria
Specialization of JpaJoin for Set typed attribute joins
JpaSettings - Class in org.hibernate.jpa.boot.spi
Enumerates SPI-related settings that are specific to the use of Hibernate as a JPA PersistenceProvider.
JpaSettings() - Constructor for class org.hibernate.jpa.boot.spi.JpaSettings
 
JpaSimpleCase<C,​R> - Interface in org.hibernate.query.criteria
 
JpaStaticMetaModelPopulationSetting - Enum in org.hibernate.metamodel.internal
Enumerated setting used to control whether Hibernate looks for and populates JPA static metamodel models of application's domain model.
JpaSubQuery<T> - Interface in org.hibernate.query.criteria
 
JpaTargetAndSourceDescriptor - Interface in org.hibernate.tool.schema.spi
JPA ties the notion of SourceDescriptor and TargetDescriptor together: meaning that a SourceDescriptor is specific to a given TargetDescriptor.
JpaTuple - Interface in org.hibernate.query
Hibernate extension to the Jakarta Persistence Tuple contract
JpaTupleElement<T> - Interface in org.hibernate.query.criteria
API extension to the JPA TupleElement contract
JpaWindow - Interface in org.hibernate.query.criteria
Common contract for window parts used in window and aggregate functions.
JpaWindowFrame - Interface in org.hibernate.query.criteria
Common contract for a JpaWindow frame specification.
JPAXMLOverriddenAnnotationReader - Class in org.hibernate.boot.model.internal
Encapsulates the overriding of Java annotations from an EJB 3.0 descriptor (orm.xml, ...).
JPAXMLOverriddenAnnotationReader(AnnotatedElement, XMLContext, BootstrapContext) - Constructor for class org.hibernate.boot.model.internal.JPAXMLOverriddenAnnotationReader
 
JPAXMLOverriddenMetadataProvider - Class in org.hibernate.boot.model.internal
MetadataProvider aware of the JPA Deployment descriptor (orm.xml, ...).
JPAXMLOverriddenMetadataProvider(BootstrapContext) - Constructor for class org.hibernate.boot.model.internal.JPAXMLOverriddenMetadataProvider
 
JPAXMLOverriddenMetadataProvider(ClassLoaderAccess, BootstrapContext) - Constructor for class org.hibernate.boot.model.internal.JPAXMLOverriddenMetadataProvider
 
jpaXsd(String) - Method in class org.hibernate.boot.xsd.ConfigXsdSupport
 
jpaXsd(String) - Method in class org.hibernate.boot.xsd.MappingXsdSupport
 
JRun4JtaPlatform - Class in org.hibernate.engine.transaction.jta.platform.internal
JtaPlatform implementation for JRun4 AS
JRun4JtaPlatform() - Constructor for class org.hibernate.engine.transaction.jta.platform.internal.JRun4JtaPlatform
 
JSON - Static variable in class org.hibernate.dialect.OracleTypes
 
JSON - Static variable in class org.hibernate.type.SqlTypes
A type code representing the generic SQL type JSON.
JSON_FORMAT_MAPPER - Static variable in interface org.hibernate.cfg.MappingSettings
Specifies a FormatMapper used for JSON serialization and deserialization, either: an instance of FormatMapper, a Class representing a class that implements FormatMapper, the name of a class that implements FormatMapper, or one of the shorthand constants jackson or jsonb.
JSON_INSTANCE - Static variable in class org.hibernate.dialect.PostgreSQLCastingJsonJdbcType
 
JsonArrayViaElementArgumentReturnTypeResolver - Class in org.hibernate.dialect.function.array
A FunctionReturnTypeResolver that resolves a JSON encoded array type based on the arguments, which are supposed to be of the element type.
JsonAsStringJdbcType - Class in org.hibernate.type.descriptor.jdbc
Specialized type mapping for JSON and the JSON SQL data type.
JsonAsStringJdbcType(int, EmbeddableMappingType) - Constructor for class org.hibernate.type.descriptor.jdbc.JsonAsStringJdbcType
 
JSONB_INSTANCE - Static variable in class org.hibernate.dialect.PostgreSQLCastingJsonJdbcType
 
JsonBJsonFormatMapper - Class in org.hibernate.type.format.jakartajson
 
JsonBJsonFormatMapper() - Constructor for class org.hibernate.type.format.jakartajson.JsonBJsonFormatMapper
 
JsonBJsonFormatMapper(Jsonb) - Constructor for class org.hibernate.type.format.jakartajson.JsonBJsonFormatMapper
 
JsonHelper - Class in org.hibernate.dialect
A Helper for serializing and deserializing JSON, based on an EmbeddableMappingType.
JsonHelper() - Constructor for class org.hibernate.dialect.JsonHelper
 
JsonJavaType<T> - Class in org.hibernate.type.descriptor.java.spi
 
JsonJavaType(Type, MutabilityPlan<T>, TypeConfiguration) - Constructor for class org.hibernate.type.descriptor.java.spi.JsonJavaType
 
JsonJdbcType - Class in org.hibernate.type.descriptor.jdbc
Specialized type mapping for JSON and the JSON SQL data type.
JsonJdbcType(EmbeddableMappingType) - Constructor for class org.hibernate.type.descriptor.jdbc.JsonJdbcType
 
JTA - org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitTransactionType
 
JTA_CACHE_TM - Static variable in interface org.hibernate.cfg.TransactionSettings
When enabled, indicates that it is safe to cache TransactionManager references in the JtaPlatform
JTA_CACHE_UT - Static variable in interface org.hibernate.cfg.TransactionSettings
When enabled, indicates that it is safe to cache UserTransaction references in the JtaPlatform
JTA_PLATFORM - Static variable in interface org.hibernate.cfg.TransactionSettings
Specifies the JtaPlatform implementation to use for integrating with JTA, either: an instance of JtaPlatform, or the name of a class that implements JtaPlatform.
JTA_PLATFORM_RESOLVER - Static variable in interface org.hibernate.cfg.TransactionSettings
Specifies a JtaPlatformResolver implementation that should be used to obtain an instance of JtaPlatform.
JTA_TRACK_BY_THREAD - Static variable in interface org.hibernate.cfg.TransactionSettings
A transaction can be rolled back by another thread ("tracking by thread") -- not the original application.
JtaAwareConnectionProviderImpl - Class in org.hibernate.testing.jta
A ConnectionProvider implementation intended for testing Hibernate/JTA interaction.
JtaAwareConnectionProviderImpl() - Constructor for class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl
 
JtaAwareConnectionProviderImpl.XAResourceWrapper - Class in org.hibernate.testing.jta
 
jtaDataSource - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
 
JtaIsolationDelegate - Class in org.hibernate.resource.transaction.backend.jta.internal
An isolation delegate for JTA environments.
JtaIsolationDelegate(JdbcConnectionAccess, SqlExceptionHelper, TransactionManager) - Constructor for class org.hibernate.resource.transaction.backend.jta.internal.JtaIsolationDelegate
 
JtaIsolationDelegate(JdbcSessionOwner, TransactionManager) - Constructor for class org.hibernate.resource.transaction.backend.jta.internal.JtaIsolationDelegate
 
JtaIsolationDelegate(TransactionCoordinatorOwner, TransactionManager) - Constructor for class org.hibernate.resource.transaction.backend.jta.internal.JtaIsolationDelegate
 
JtaPlatform - Interface in org.hibernate.engine.transaction.jta.platform.spi
A Service that defines how Hibernate interacts with JTA on a certain platform.
JtaPlatformException - Exception in org.hibernate.engine.transaction.jta.platform.spi
Indicates a problem interacting with the underlying JTA platform.
JtaPlatformException(String) - Constructor for exception org.hibernate.engine.transaction.jta.platform.spi.JtaPlatformException
 
JtaPlatformException(String, Throwable) - Constructor for exception org.hibernate.engine.transaction.jta.platform.spi.JtaPlatformException
 
JtaPlatformInaccessibleException - Exception in org.hibernate.resource.transaction.backend.jta.internal
Indicates problems accessing TransactionManager or UserTransaction through the JtaPlatform
JtaPlatformInaccessibleException(String) - Constructor for exception org.hibernate.resource.transaction.backend.jta.internal.JtaPlatformInaccessibleException
 
JtaPlatformInaccessibleException(String, Throwable) - Constructor for exception org.hibernate.resource.transaction.backend.jta.internal.JtaPlatformInaccessibleException
 
JtaPlatformInitiator - Class in org.hibernate.engine.transaction.jta.platform.internal
Standard initiator for the standard JtaPlatform
JtaPlatformInitiator() - Constructor for class org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformInitiator
 
JtaPlatformProvider - Interface in org.hibernate.engine.transaction.jta.platform.spi
A ServiceLoader-style provider of JtaPlatform instances.
JtaPlatformResolver - Interface in org.hibernate.engine.transaction.jta.platform.spi
A Service defining a strategy for obtaining a JtaPlatform in configurations where the application did not explicitly specify one.
JtaPlatformResolverInitiator - Class in org.hibernate.engine.transaction.jta.platform.internal
 
JtaPlatformResolverInitiator() - Constructor for class org.hibernate.engine.transaction.jta.platform.internal.JtaPlatformResolverInitiator
 
JTASessionContext - Class in org.hibernate.context.internal
An implementation of CurrentSessionContext which scopes the notion of a current session to a JTA transaction.
JTASessionContext(SessionFactoryImplementor) - Constructor for class org.hibernate.context.internal.JTASessionContext
Constructs a JTASessionContext
JTASessionContext.CleanupSync - Class in org.hibernate.context.internal
JTA transaction sync used for cleanup of the internal session map.
JtaStatusHelper - Class in org.hibernate.engine.transaction.internal.jta
Utility for dealing with JTA statuses.
JtaSynchronizationStrategy - Interface in org.hibernate.engine.transaction.jta.platform.internal
Contract used to centralize Synchronization handling logic.
JtaTransactionAdapter - Interface in org.hibernate.resource.transaction.backend.jta.internal
Adapter for abstracting the physical means of interacting with JTA transactions.
JtaTransactionAdapterTransactionManagerImpl - Class in org.hibernate.resource.transaction.backend.jta.internal
JtaTransactionAdapter for coordinating with the JTA TransactionManager
JtaTransactionAdapterTransactionManagerImpl(TransactionManager) - Constructor for class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionAdapterTransactionManagerImpl
 
JtaTransactionAdapterUserTransactionImpl - Class in org.hibernate.resource.transaction.backend.jta.internal
JtaTransactionAdapter for coordinating with the JTA UserTransaction
JtaTransactionAdapterUserTransactionImpl(UserTransaction) - Constructor for class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionAdapterUserTransactionImpl
 
JtaTransactionCoordinatorBuilderImpl - Class in org.hibernate.resource.transaction.backend.jta.internal
Concrete builder for JTA-based TransactionCoordinator instances.
JtaTransactionCoordinatorBuilderImpl() - Constructor for class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorBuilderImpl
 
JtaTransactionCoordinatorImpl - Class in org.hibernate.resource.transaction.backend.jta.internal
An implementation of TransactionCoordinator based on managing a transaction through the JTA API (either TM or UT)
JtaTransactionCoordinatorImpl(TransactionCoordinatorBuilder, TransactionCoordinatorOwner, boolean, JtaPlatform, boolean, boolean, TransactionObserver...) - Constructor for class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl
 
JtaTransactionCoordinatorImpl.TransactionDriverControlImpl - Class in org.hibernate.resource.transaction.backend.jta.internal
Implementation of the LocalInflow for this TransactionCoordinator.
JTDS - org.hibernate.dialect.SybaseDriverKind
 
JTDSCallableStatementSupport - Class in org.hibernate.procedure.internal
Special implementation of CallableStatementSupport for the jTDS driver.
JTDSCallableStatementSupport() - Constructor for class org.hibernate.procedure.internal.JTDSCallableStatementSupport
 
jtdsDriver - Variable in class org.hibernate.dialect.SybaseDialect
Deprecated, for removal: This API element is subject to removal in a future version.
JTSGeometryJavaType - Class in org.hibernate.spatial
Descriptor for JTS Geometrys.
JTSGeometryJavaType(Class<? extends Geometry>) - Constructor for class org.hibernate.spatial.JTSGeometryJavaType
Initialize a type descriptor for the geolatte-geom Geometry type.
JTSSpatialCriteriaBuilder - Interface in org.hibernate.spatial.criteria
 
JTSSpatialCriteriaBuilderImpl - Class in org.hibernate.spatial.criteria.internal
 
JTSSpatialCriteriaBuilderImpl(HibernateCriteriaBuilder) - Constructor for class org.hibernate.spatial.criteria.internal.JTSSpatialCriteriaBuilderImpl
 
JTSSpatialCriteriaExtension - Class in org.hibernate.spatial.criteria.internal
 
JTSSpatialCriteriaExtension() - Constructor for class org.hibernate.spatial.criteria.internal.JTSSpatialCriteriaExtension
 
JTSSpatialPredicates - Class in org.hibernate.spatial.predicate
Deprecated.
JTSSpatialPredicates() - Constructor for class org.hibernate.spatial.predicate.JTSSpatialPredicates
Deprecated.
 
Junction - Class in org.hibernate.sql.ast.tree.predicate
 
Junction() - Constructor for class org.hibernate.sql.ast.tree.predicate.Junction
 
Junction(Junction.Nature) - Constructor for class org.hibernate.sql.ast.tree.predicate.Junction
 
Junction(Junction.Nature, List<Predicate>, JdbcMappingContainer) - Constructor for class org.hibernate.sql.ast.tree.predicate.Junction
 
Junction(Junction.Nature, JdbcMappingContainer) - Constructor for class org.hibernate.sql.ast.tree.predicate.Junction
 
Junction.Nature - Enum in org.hibernate.sql.ast.tree.predicate
 
JUnitHelper - Class in org.hibernate.testing.orm.junit
 
justAddColumn(Column) - Method in class org.hibernate.mapping.SimpleValue
 
justAddColumn(Column, boolean, boolean) - Method in class org.hibernate.mapping.SimpleValue
 
justAddFormula(Formula) - Method in class org.hibernate.mapping.SimpleValue
 

K

K - org.hibernate.engine.jdbc.Size.LobMultiplier
 
KEEP - org.hibernate.boot.model.TypeDefinitionRegistry.DuplicationStrategy
 
KEEP_ORIGINAL - org.hibernate.event.service.spi.DuplicationStrategy.Action
 
key - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
key - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
key - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
key - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
key - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
key - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
key - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
key - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
 
key - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
key - Variable in class org.hibernate.boot.jaxb.mapping.JaxbHbmAnyMapping
 
key - Variable in class org.hibernate.boot.jaxb.mapping.JaxbHbmManyToAny
 
key() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
 
Key - Class in org.hibernate.envers.boot.model
Contract for declaring a column name of a foreign key.
Key() - Constructor for class org.hibernate.envers.boot.model.Key
 
Key() - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithAggregateId.Key
 
Key(String, String) - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithAggregateId.Key
 
Key(Key) - Constructor for class org.hibernate.envers.boot.model.Key
 
KEY - org.hibernate.boot.model.source.internal.hbm.XmlElementMetadata
Describes the <key/> element
KEY - org.hibernate.graph.internal.parse.PathQualifierType
 
KEY - org.hibernate.metamodel.mapping.ForeignKeyDescriptor.Nature
 
KEY - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
KEY - Static variable in class org.hibernate.grammars.hql.HqlParser
 
KEY - Static variable in class org.hibernate.id.SelectGenerator
The property specifying the unique key name.
KEY - Static variable in class org.hibernate.testing.orm.junit.MessageKeyInspectionExtension
 
KEY - Static variable in class org.hibernate.tuple.DynamicMapInstantiator
Deprecated.
 
KEY() - Method in class org.hibernate.grammars.hql.HqlParser.IndexKeyQuantifierContext
 
KEY() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
KEY_FUNCTION_ON_NON_MAP - org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
 
KEY_MANY_TO_ONE - org.hibernate.boot.model.source.internal.hbm.XmlElementMetadata
Describes the <key-many-to-one/> element
KEY_NAME - Static variable in class org.hibernate.metamodel.mapping.internal.AnyKeyPart
 
KEY_PROPERTY - org.hibernate.boot.model.source.internal.hbm.XmlElementMetadata
Describes the <key-property/> element
Keyable - Interface in org.hibernate.envers.boot.model
Contract that defines an attribute that can participate in a key.
keyAssembler - Variable in class org.hibernate.sql.results.graph.entity.internal.EntitySelectFetchInitializer
 
KeyColumn(String, String, String, boolean, JdbcMapping) - Constructor for class org.hibernate.persister.entity.mutation.EntityTableMapping.KeyColumn
 
keyColumnAliases - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
Deprecated.
keyColumnNames - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
KeyedSqmFunctionDescriptors - Interface in org.hibernate.spatial
Internal contract for a collection of SqmFunctionDescriptors, together with their key
keyIterator() - Method in class org.hibernate.internal.util.collections.IdentityMap
 
KeyMapping(List<EntityTableMapping.KeyColumn>, ModelPart) - Constructor for class org.hibernate.persister.entity.mutation.EntityTableMapping.KeyMapping
 
keyPropertyOrKeyManyToOne - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
 
keys() - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Returns an enumeration of the keys in this table.
keys() - Method in class org.hibernate.metamodel.model.domain.internal.EntityPersisterConcurrentMap
 
keys(M) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
keys(M) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
keys(M) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
keys(M) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
KEYS - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
KEYS - Static variable in class org.hibernate.grammars.hql.HqlParser
 
KEYS() - Method in class org.hibernate.grammars.hql.HqlParser.IndicesKeysQuantifierContext
 
KEYS() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
keysAsArray() - Method in class org.hibernate.stat.internal.StatsNamedContainer
This method is inherently racy and expensive.
keySet() - Method in class org.hibernate.collection.spi.PersistentMap
 
keySet() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.MapProxy
 
keySet() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
keySet() - Method in class org.hibernate.event.spi.MergeContext
Returns an unmodifiable set view of the merge entities contained in this MergeContext
keySet() - Method in class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
Returns a Set view of the keys contained in this map.
keySet() - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Returns a Set view of the keys contained in this map.
keySet() - Method in class org.hibernate.internal.util.collections.IdentityMap
 
keySet() - Method in class org.hibernate.internal.util.collections.LinkedIdentityHashMap
 
keySet() - Method in class org.hibernate.proxy.map.MapProxy
 
keySubgraph - Variable in class org.hibernate.boot.jaxb.mapping.JaxbNamedAttributeNode
 
keySubgraph - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedAttributeNode
 
KeyValue - Interface in org.hibernate.mapping
A mapping model Value which may be treated as an identifying key of a relational database table.
KeyValue(Consumer<Selectable>, MetadataBuildingContext) - Constructor for class org.hibernate.mapping.Any.KeyValue
 
KeyValue(Consumer<Selectable>, MetadataBuildingContext, Table) - Constructor for class org.hibernate.mapping.Any.KeyValue
 
KEYWORD_AUTO_QUOTING_ENABLED - Static variable in interface org.hibernate.cfg.MappingSettings
Specifies whether to automatically quote any names that are deemed keywords on the underlying database.

L

L2CACHE_LOGGER - Static variable in interface org.hibernate.cache.spi.SecondLevelCacheLogger
 
LAME - org.hibernate.testing.orm.domain.animal.Classification
 
LAND_LINE - org.hibernate.testing.orm.domain.userguide.PhoneType
 
LARGE - org.hibernate.testing.orm.domain.gambit.Shirt.Size
 
last() - Method in class org.hibernate.collection.spi.PersistentSortedSet
 
last() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedSetProxy
 
last() - Method in class org.hibernate.internal.EmptyScrollableResults
 
last() - Method in class org.hibernate.internal.FetchingScrollableResultsImpl
 
last() - Method in class org.hibernate.internal.ScrollableResultsImpl
 
last() - Method in interface org.hibernate.ScrollableResults
Go to the last result.
last() - Method in class org.hibernate.sql.results.internal.RowProcessingStateStandardImpl
 
last(RowProcessingState) - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesCacheHit
 
last(RowProcessingState) - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesResultSetImpl
 
last(RowProcessingState) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
 
LAST - org.hibernate.dialect.NullOrdering
Null is always ordered last.
LAST - org.hibernate.envers.query.order.NullPrecedence
Null values will be rendered after non-null values.
LAST - org.hibernate.query.NullPrecedence
Null values appear at the end of the sorted collection.
LAST - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
LAST - Static variable in class org.hibernate.grammars.hql.HqlParser
 
LAST - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
LAST - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
LAST() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
LAST() - Method in class org.hibernate.grammars.hql.HqlParser.NthSideClauseContext
 
LAST() - Method in class org.hibernate.grammars.hql.HqlParser.NullsPrecedenceContext
 
LAST() - Method in class org.hibernate.grammars.ordering.OrderingParser.IdentifierContext
 
LAST() - Method in class org.hibernate.grammars.ordering.OrderingParser.NullsPrecedenceContext
 
lastDay() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
lastDay_eomonth() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
lastIndexOf(char, int, int) - Method in class org.hibernate.internal.util.SubSequence
 
lastIndexOf(CharSequence, char) - Static method in class org.hibernate.internal.util.CharSequenceHelper
 
lastIndexOf(CharSequence, char, int, int) - Static method in class org.hibernate.internal.util.CharSequenceHelper
 
lastIndexOf(Object) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
 
lastIndexOf(Object) - Method in class org.hibernate.collection.spi.PersistentBag
 
lastIndexOf(Object) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
lastIndexOf(Object) - Method in class org.hibernate.collection.spi.PersistentList
 
lastIndexOf(Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.ListProxy
 
lastIndexOfLetter(String) - Static method in class org.hibernate.internal.util.StringHelper
 
lastKey() - Method in class org.hibernate.collection.spi.PersistentSortedMap
 
lastKey() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
lastValue(Expression<T>, JpaWindow) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create a last_value window function expression.
lastValue(Expression<T>, JpaWindow) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
lastValue(Expression<T>, JpaWindow) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
LATERAL - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
LATERAL - Static variable in class org.hibernate.grammars.hql.HqlParser
 
LATERAL() - Method in class org.hibernate.grammars.hql.HqlParser.JoinSubqueryContext
 
LATERAL() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
LATEST_VERSION - org.hibernate.ReplicationMode
Deprecated.
When a row already exists, choose the latest version.
latestDescriptor() - Static method in class org.hibernate.boot.xsd.MappingXsdSupport
 
latestJpaDescriptor() - Method in class org.hibernate.boot.xsd.ConfigXsdSupport
 
latestJpaDescriptor() - Static method in class org.hibernate.boot.xsd.MappingXsdSupport
 
latestJpaVerison() - Static method in class org.hibernate.boot.xsd.LocalXsdResolver
 
lazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
 
lazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
lazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
lazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
lazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
 
lazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
 
lazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
 
lazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
lazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
lazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
lazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
lazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
lazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
lazy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
lazy - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
lazy() - Method in annotation type org.hibernate.annotations.Proxy
Deprecated.
Whether this class may be proxied.
LAZY - org.hibernate.jpamodelgen.xml.jaxb.FetchType
 
LAZY_XML_PARSING - Static variable in class org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor
Controls whether the processor should only load XML files when there have been changes
lazyAttributeCount() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
 
LazyAttributeDescriptor - Class in org.hibernate.bytecode.enhance.spi.interceptor
Descriptor for an attribute which is enabled for bytecode lazy fetching
LazyAttributeLoadingInterceptor - Class in org.hibernate.bytecode.enhance.spi.interceptor
Interceptor that loads attributes lazily
LazyAttributeLoadingInterceptor(String, Object, Set<String>, SharedSessionContractImplementor) - Constructor for class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor
 
LazyAttributesMetadata - Class in org.hibernate.bytecode.enhance.spi.interceptor
Information about the bytecode lazy attributes for an entity
LazyAttributesMetadata(String) - Constructor for class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
 
LazyAttributesMetadata(String, Map<String, LazyAttributeDescriptor>, Map<String, Set<String>>) - Constructor for class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
 
LazyCollection - Annotation Type in org.hibernate.annotations
Deprecated.
LazyCollectionOption - Enum in org.hibernate.annotations
Deprecated.
LazyFetchGroupMetadata - Interface in org.hibernate.bytecode.enhance.spi.interceptor
Information about a particular bytecode lazy attribute grouping.
LazyGroup - Annotation Type in org.hibernate.annotations
Specifies the fetch group for a persistent attribute of an entity class.
lazyGroupIgnoredForToOne(String, String, String) - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.BytecodeInterceptorLogging
 
LazyIndexedMap<K,​V> - Class in org.hibernate.internal.util.collections
This is an internal data structure designed for very specific needs; it will most often be used as a replacement for EnumMap, although the focus on the Enum aspect is modelled as an int primitive: think of using the ordinals of an Enum to simulate the EnumMap.
LazyIndexedMap(int) - Constructor for class org.hibernate.internal.util.collections.LazyIndexedMap
 
LazyInitializable - Interface in org.hibernate.collection.spi
The most general abstraction over collections which may be fetched lazily.
LazyInitializationException - Exception in org.hibernate
Indicates an attempt to access unfetched data outside the context of an open stateful Session.
LazyInitializationException(String) - Constructor for exception org.hibernate.LazyInitializationException
Constructs a LazyInitializationException using the given message.
LazyInitializer - Interface in org.hibernate.proxy
Handles fetching of the underlying entity for a proxy.
lazyLoading() - Method in annotation type org.hibernate.testing.bytecode.enhancement.EnhancementOptions
 
lazyPropertyFetchingAvailable(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
LazyPropertyInitializer - Interface in org.hibernate.bytecode.enhance.spi
Contract for controlling how lazy properties get initialized.
LazyPropertyInitializer.InterceptorImplementor - Interface in org.hibernate.bytecode.enhance.spi
Deprecated.
Prefer the form of these methods defined on BytecodeLazyAttributeInterceptor instead
LazyServiceResolver<T> - Interface in org.hibernate.boot.registry.selector.internal
 
LazySet<T> - Class in org.hibernate.internal.util.collections
 
LazySet() - Constructor for class org.hibernate.internal.util.collections.LazySet
 
LazySet(Supplier<Set<T>>) - Constructor for class org.hibernate.internal.util.collections.LazySet
 
LazyTableGroup - Class in org.hibernate.sql.ast.tree.from
The purpose of this table group is to defer creating the actual table group until it is really needed.
LazyTableGroup(boolean, NavigablePath, boolean, Supplier<TableGroup>, LazyTableGroup.ParentTableGroupUseChecker, TableGroupProducer, String, SqlAliasBase, SessionFactoryImplementor, TableGroup) - Constructor for class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
LazyTableGroup.ParentTableGroupUseChecker - Interface in org.hibernate.sql.ast.tree.from
 
LazyToOne - Annotation Type in org.hibernate.annotations
Deprecated.
use JPA annotations to specify the FetchType
LazyToOneOption - Enum in org.hibernate.annotations
Deprecated.
since LazyToOne is deprecated, use FetchType instead
LazyValue<T> - Class in org.hibernate.internal.util
A lazily accessible object reference.
LazyValue(Supplier<T>) - Constructor for class org.hibernate.internal.util.LazyValue
 
le(Expression<? extends Number>, Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
le(Expression<? extends Number>, Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
le(Expression<? extends Number>, Expression<? extends Number>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
le(Expression<? extends Number>, Expression<? extends Number>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
le(Expression<? extends Number>, Number) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
le(Expression<? extends Number>, Number) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
le(Expression<? extends Number>, Number) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
le(Expression<? extends Number>, Number) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
le(Object) - Method in class org.hibernate.envers.query.criteria.AuditFunction
Apply a "less than or equal" constraint
le(T) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "less than or equal" constraint
LEADING - org.hibernate.query.sqm.TrimSpec
 
LEADING - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
LEADING - Static variable in class org.hibernate.grammars.hql.HqlParser
 
LEADING() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
LEADING() - Method in class org.hibernate.grammars.hql.HqlParser.PadSpecificationContext
 
LEADING() - Method in class org.hibernate.grammars.hql.HqlParser.TrimSpecificationContext
 
least(Expression<X>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
least(Expression<X>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
least(Expression<X>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
least(Expression<X>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
leastGreatest() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
leastGreatest_minMax() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
leastGreatest_minMaxValue() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
left(Expression<String>, int) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
left(Expression<String>, int) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
left(Expression<String>, int) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
left(Expression<String>, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Extract the length leftmost characters of a string.
left(Expression<String>, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
left(Expression<String>, Expression<Integer>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
LEFT - org.hibernate.query.sqm.tree.SqmJoinType
Represents a left outer join.
LEFT - org.hibernate.sql.ast.SqlAstJoinType
Represents a left outer join.
LEFT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
LEFT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
LEFT() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
LEFT() - Method in class org.hibernate.grammars.hql.HqlParser.JoinTypeContext
 
LEFT_BRACE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
LEFT_BRACE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
LEFT_BRACE() - Method in class org.hibernate.grammars.hql.HqlParser.BinaryLiteralContext
 
LEFT_BRACE() - Method in class org.hibernate.grammars.hql.HqlParser.DateLiteralContext
 
LEFT_BRACE() - Method in class org.hibernate.grammars.hql.HqlParser.GeneralizedLiteralContext
 
LEFT_BRACE() - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateTimeLiteralContext
 
LEFT_BRACE() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeLiteralContext
 
LEFT_BRACE() - Method in class org.hibernate.grammars.hql.HqlParser.TimeLiteralContext
 
LEFT_BRACE() - Method in class org.hibernate.grammars.hql.HqlParser.ZonedDateTimeLiteralContext
 
LEFT_BRACKET - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
LEFT_BRACKET - Static variable in class org.hibernate.grammars.hql.HqlParser
 
LEFT_BRACKET() - Method in class org.hibernate.grammars.hql.HqlParser.IndexedPathAccessFragmentContext
 
LEFT_PAREN - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
LEFT_PAREN - Static variable in class org.hibernate.grammars.hql.HqlParser
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.AnyFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.CastFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.CastTargetContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.CollateFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.CollectionFunctionMisuseContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.CollectionSizeFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.CollectionValueNavigablePathContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.CteContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.CubeContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.CurrentDateFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.CurrentTimeFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.CurrentTimestampFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.ElementAggregateFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.EntityIdReferenceContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.EntityNaturalIdReferenceContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.EntityTypeReferenceContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.EntityVersionReferenceContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.EveryFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.ExistsCollectionPartPredicateContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.ExplicitTupleInListContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.ExtractFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.FilterClauseContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.FormatFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.GenericFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.GroupedExpressionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.GroupedPredicateContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.IndexAggregateFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.InstantFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.JoinSubqueryContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.JpaCollectionJoinContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.JpaNonstandardFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.JpaSelectObjectSyntaxContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.ListaggFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateTimeFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.LocalTimeFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.MapEntrySelectionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.MapKeyNavigablePathContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.NestedQueryExpressionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.OverClauseContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.PadFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.PersistentCollectionReferenceInListContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.PositionFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.RollupContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.RootSubqueryContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.SubqueryExpressionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.SubqueryInListContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.SubstringFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.TargetFieldsContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.ToOneFkReferenceContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.TreatedNavigablePathContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.TrimFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.TruncFunctionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.TupleExpressionContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.ValuesContext
 
LEFT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.WithinGroupClauseContext
 
LEFT_PAREN(int) - Method in class org.hibernate.grammars.hql.HqlParser.ElementAggregateFunctionContext
 
LEFT_PAREN(int) - Method in class org.hibernate.grammars.hql.HqlParser.IndexAggregateFunctionContext
 
leftRight() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
leftRight_substr() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
leftRight_substrLength() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
leFunction(AuditFunction) - Method in class org.hibernate.envers.query.criteria.AuditFunction
Apply a "less than or equal" constraint to another function
leFunction(AuditFunction) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "less than or equal" constraint to a function
LEGACY - org.hibernate.loader.BatchFetchStyle
Deprecated.
The legacy algorithm where we keep a set of pre-built batch sizes based on org.hibernate.internal.util.collections.ArrayHelper#getBatchSizes.
LEGACY - org.hibernate.type.WrapperArrayHandling
Allows the use of the wrapper arrays.
LEGACY_CFG_DTD - Static variable in class org.hibernate.boot.jaxb.internal.stax.LocalXmlResourceResolver
 
LEGACY_DEFAULT_SIZE - Static variable in class org.hibernate.type.AbstractType
Deprecated, for removal: This API element is subject to removal in a future version.
LEGACY_DICTATED_SIZE - Static variable in class org.hibernate.type.AbstractType
Deprecated, for removal: This API element is subject to removal in a future version.
LEGACY_DISCRIMINATOR_NAME - Static variable in interface org.hibernate.metamodel.mapping.EntityDiscriminatorMapping
 
LEGACY_HILO - org.hibernate.id.enhanced.StandardOptimizerDescriptor
Describes the optimizer for using a custom "hilo" algorithm optimization, following the legacy Hibernate hilo algorithm.
LEGACY_ID_NAME - Static variable in interface org.hibernate.metamodel.mapping.EntityIdentifierMapping
 
LEGACY_JPA - org.hibernate.internal.SessionOwnerBehavior
 
LEGACY_LOB_MERGE_STRATEGY - Static variable in class org.hibernate.dialect.Dialect
A LobMergeStrategy representing the legacy behavior of Hibernate.
LEGACY_MAPPING_DTD - Static variable in class org.hibernate.boot.jaxb.internal.stax.LocalXmlResourceResolver
 
LEGACY_NATIVE - org.hibernate.internal.SessionOwnerBehavior
 
LEGACY_QUERY_RESULTS_REGION_UNQUALIFIED_NAMES - Static variable in class org.hibernate.cache.spi.AbstractRegionFactory
Legacy names that used to be the default for the query results region.
LEGACY_SETTING_NAME - Static variable in class org.hibernate.resource.transaction.internal.TransactionCoordinatorBuilderInitiator
 
LEGACY_UPDATE_TIMESTAMPS_REGION_UNQUALIFIED_NAMES - Static variable in class org.hibernate.cache.spi.AbstractRegionFactory
Legacy names that used to be the default for the update timestamps region.
LegacyDB2LimitHandler - Class in org.hibernate.dialect.pagination
A LimitHandler for DB2.
LegacyDB2LimitHandler() - Constructor for class org.hibernate.dialect.pagination.LegacyDB2LimitHandler
 
LegacyDB2SequenceSupport - Class in org.hibernate.dialect.sequence
Deprecated.
use DB2SequenceSupport
LegacyDB2SequenceSupport() - Constructor for class org.hibernate.dialect.sequence.LegacyDB2SequenceSupport
Deprecated.
 
LegacyFetchResolver - Interface in org.hibernate.query.results.dynamic
Contract for handling Hibernate's legacy way of representing fetches through NativeQuery.addFetch(java.lang.String, java.lang.String, java.lang.String), NativeQuery.addJoin(java.lang.String, java.lang.String), `hbm.xml` mappings, etc
LegacyHiLoAlgorithmOptimizer - Class in org.hibernate.id.enhanced
Slight variation from HiLoOptimizer, maintaining compatibility with the values generated by the legacy Hibernate hilo based generators.
LegacyHiLoAlgorithmOptimizer(Class<?>, int) - Constructor for class org.hibernate.id.enhanced.LegacyHiLoAlgorithmOptimizer
Constructs a LegacyHiLoAlgorithmOptimizer
LegacyHSQLLimitHandler - Class in org.hibernate.dialect.pagination
A LimitHandler for HSQL prior to 2.0.
LegacyHSQLLimitHandler() - Constructor for class org.hibernate.dialect.pagination.LegacyHSQLLimitHandler
 
LegacyModifiedColumnNamingStrategy - Class in org.hibernate.envers.boot.internal
A ModifiedColumnNamingStrategy that adds modified columns with the following rules: If an audit annotation modified column name is supplied, use it directly with no suffix. If no audit annotation modified column name is present, use the property name appended with suffix. This is the default Envers modified column naming behavior.
LegacyModifiedColumnNamingStrategy() - Constructor for class org.hibernate.envers.boot.internal.LegacyModifiedColumnNamingStrategy
 
LegacyNamingStrategy - Class in org.hibernate.id.enhanced
Naming strategy which implements the behavior of older versions of Hibernate, for the most part.
LegacyNamingStrategy() - Constructor for class org.hibernate.id.enhanced.LegacyNamingStrategy
 
LegacyOracleLimitHandler - Class in org.hibernate.dialect.pagination
A LimitHandler for Oracle prior to 12c, which uses ROWNUM.
LegacyOracleLimitHandler(DatabaseVersion) - Constructor for class org.hibernate.dialect.pagination.LegacyOracleLimitHandler
 
LegacySpecHelper - Class in org.hibernate.jpa.internal
 
LegacySpecHints - Interface in org.hibernate.jpa
Deprecated.
Use the SpecHints form instead
legacyTransactionManagerStrategy(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
length - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
length - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
length - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
 
length - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
 
length - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
 
length - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
 
length - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
 
length - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexType
 
length - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
 
length - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
 
length - Variable in class org.hibernate.boot.jaxb.mapping.JaxbColumn
 
length - Variable in class org.hibernate.boot.jaxb.mapping.JaxbDiscriminatorColumn
 
length - Variable in class org.hibernate.boot.jaxb.mapping.JaxbMapKeyColumn
 
length - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Column
 
length - Variable in class org.hibernate.jpamodelgen.xml.jaxb.DiscriminatorColumn
 
length - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
 
length() - Method in annotation type org.hibernate.annotations.Array
The maximum length of the array.
length() - Method in class org.hibernate.boot.model.internal.MapKeyColumnDelegator
 
length() - Method in class org.hibernate.engine.jdbc.BlobProxy
 
length() - Method in class org.hibernate.internal.util.SubSequence
 
length(long) - Static method in class org.hibernate.engine.jdbc.Size
 
length(long, Size.LobMultiplier) - Static method in class org.hibernate.engine.jdbc.Size
 
length(Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
length(Expression<String>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
length(Expression<String>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
length(Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
Length - Class in org.hibernate
Defines a list of useful constant values that may be used to specify long column lengths in the JPA Column annotation.
length_characterLength() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
ANSI SQL-style
length_characterLength_pattern(String) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
LengthFunction - Class in org.hibernate.dialect.function
A length function with separate patterns for string and clob argument.
LengthFunction(String, String, String, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.LengthFunction
 
leProperty(String) - Method in class org.hibernate.envers.query.criteria.AuditFunction
Apply a "less than or equal" constraint to a property
leProperty(String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "less than or equal" constraint to another property
leProperty(String, String) - Method in class org.hibernate.envers.query.criteria.AuditFunction
Apply a "less than or equal" constraint to a property
leProperty(String, String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "less than or equal" constraint to another property
LESS - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
LESS - Static variable in class org.hibernate.grammars.hql.HqlParser
 
LESS() - Method in class org.hibernate.grammars.hql.HqlParser.ComparisonOperatorContext
 
LESS_EQUAL - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
LESS_EQUAL - Static variable in class org.hibernate.grammars.hql.HqlParser
 
LESS_EQUAL() - Method in class org.hibernate.grammars.hql.HqlParser.ComparisonOperatorContext
 
LESS_THAN - org.hibernate.query.sqm.ComparisonOperator
 
LESS_THAN_OR_EQUAL - org.hibernate.query.sqm.ComparisonOperator
 
lessThan(Expression<? extends Y>, Expression<? extends Y>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
lessThan(Expression<? extends Y>, Expression<? extends Y>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
lessThan(Expression<? extends Y>, Expression<? extends Y>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
lessThan(Expression<? extends Y>, Expression<? extends Y>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
lessThan(Expression<? extends Y>, Y) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
lessThan(Expression<? extends Y>, Y) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
lessThan(Expression<? extends Y>, Y) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
lessThan(Expression<? extends Y>, Y) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
lessThan(FlushMode) - Method in enum org.hibernate.FlushMode
Compare this flush mode to the given flush mode.
lessThan(LockMode) - Method in enum org.hibernate.LockMode
Check if this lock mode is less restrictive than the given lock mode.
lessThan(ScrollMode) - Method in enum org.hibernate.ScrollMode
Determine if this mode is "less than" the provided mode.
lessThanOrEqualTo(Expression<? extends Y>, Expression<? extends Y>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
lessThanOrEqualTo(Expression<? extends Y>, Expression<? extends Y>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
lessThanOrEqualTo(Expression<? extends Y>, Expression<? extends Y>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
lessThanOrEqualTo(Expression<? extends Y>, Expression<? extends Y>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
lessThanOrEqualTo(Expression<? extends Y>, Y) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
lessThanOrEqualTo(Expression<? extends Y>, Y) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
lessThanOrEqualTo(Expression<? extends Y>, Y) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
lessThanOrEqualTo(Expression<? extends Y>, Y) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
Lifecycle - Interface in org.hibernate.classic
Provides callbacks from the Session to the persistent object.
LifecycleCallback - Interface in org.hibernate.boot.jaxb.mapping
JAXB binding interface for lifecycle callbacks.
LifecycleCallbackContainer - Interface in org.hibernate.boot.jaxb.mapping
JAXB binding interface for commonality between things which allow callback declarations.
like(Expression<String>, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
like(Expression<String>, Expression<String>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
like(Expression<String>, Expression<String>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
like(Expression<String>, Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
like(Expression<String>, Expression<String>, char) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
like(Expression<String>, Expression<String>, char) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
like(Expression<String>, Expression<String>, char) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
like(Expression<String>, Expression<String>, char) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
like(Expression<String>, Expression<String>, Expression<Character>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
like(Expression<String>, Expression<String>, Expression<Character>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
like(Expression<String>, Expression<String>, Expression<Character>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
like(Expression<String>, Expression<String>, Expression<Character>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
like(Expression<String>, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
like(Expression<String>, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
like(Expression<String>, String) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
like(Expression<String>, String) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
like(Expression<String>, String, char) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
like(Expression<String>, String, char) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
like(Expression<String>, String, char) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
like(Expression<String>, String, char) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
like(Expression<String>, String, Expression<Character>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
like(Expression<String>, String, Expression<Character>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
like(Expression<String>, String, Expression<Character>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
like(Expression<String>, String, Expression<Character>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
like(Object) - Method in class org.hibernate.envers.query.criteria.AuditFunction
Apply a "like" constraint
like(String, MatchMode) - Method in class org.hibernate.envers.query.criteria.AuditFunction
Apply a "like" constraint
like(String, MatchMode) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "like" constraint
like(T) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "like" constraint
LIKE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
LIKE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
LIKE() - Method in class org.hibernate.grammars.hql.HqlParser.LikePredicateContext
 
LIKE() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
likeEscape() - Method in class org.hibernate.grammars.hql.HqlParser
 
likeEscape() - Method in class org.hibernate.grammars.hql.HqlParser.LikePredicateContext
 
LikeEscapeContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.LikeEscapeContext
 
LikePredicate - Class in org.hibernate.sql.ast.tree.predicate
 
LikePredicate(Expression, Expression) - Constructor for class org.hibernate.sql.ast.tree.predicate.LikePredicate
 
LikePredicate(Expression, Expression, Expression) - Constructor for class org.hibernate.sql.ast.tree.predicate.LikePredicate
 
LikePredicate(Expression, Expression, Expression, boolean) - Constructor for class org.hibernate.sql.ast.tree.predicate.LikePredicate
 
LikePredicate(Expression, Expression, Expression, boolean, boolean, JdbcMappingContainer) - Constructor for class org.hibernate.sql.ast.tree.predicate.LikePredicate
 
LikePredicateContext(HqlParser.PredicateContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.LikePredicateContext
 
Limit - Class in org.hibernate.query.spi
Paging limits
Limit() - Constructor for class org.hibernate.query.spi.Limit
 
Limit(Integer, Integer) - Constructor for class org.hibernate.query.spi.Limit
 
LIMIT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
LIMIT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
LIMIT() - Method in class org.hibernate.grammars.hql.HqlParser.LimitClauseContext
 
LIMIT() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
LIMIT_OFFSET_CLAUSE - org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
 
limitClause() - Method in class org.hibernate.dialect.pagination.AbstractNoOffsetLimitHandler
The SQL fragment to insert, with a ? placeholder for the actual numerical limit.
limitClause() - Method in class org.hibernate.dialect.pagination.FetchLimitHandler
 
limitClause() - Method in class org.hibernate.dialect.pagination.TopLimitHandler
 
limitClause() - Method in class org.hibernate.grammars.hql.HqlParser
 
limitClause() - Method in class org.hibernate.grammars.hql.HqlParser.QueryOrderContext
 
limitClause(boolean) - Method in class org.hibernate.dialect.pagination.AbstractSimpleLimitHandler
 
limitClause(boolean) - Method in class org.hibernate.dialect.pagination.LegacyHSQLLimitHandler
 
limitClause(boolean) - Method in class org.hibernate.dialect.pagination.LimitLimitHandler
 
limitClause(boolean) - Method in class org.hibernate.dialect.pagination.LimitOffsetLimitHandler
 
LimitClauseContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.LimitClauseContext
 
LimitHandler - Interface in org.hibernate.dialect.pagination
Contract defining dialect-specific limit and offset handling.
LimitLimitHandler - Class in org.hibernate.dialect.pagination
Limit handler for MySQL and CUBRID which support the syntax LIMIT n and LIMIT m, n.
LimitLimitHandler() - Constructor for class org.hibernate.dialect.pagination.LimitLimitHandler
 
LimitOffsetLimitHandler - Class in org.hibernate.dialect.pagination
A LimitHandler for databases like PostgreSQL, H2, and HSQL that support the syntax LIMIT n OFFSET m.
LimitOffsetLimitHandler() - Constructor for class org.hibernate.dialect.pagination.LimitOffsetLimitHandler
 
LINE_COMMENT - Static variable in class org.hibernate.grammars.importsql.SqlScriptLexer
 
LINE_COMMENT - Static variable in class org.hibernate.grammars.importsql.SqlScriptParser
 
LineItem - Class in org.hibernate.testing.orm.domain.retail
 
LineItem() - Constructor for class org.hibernate.testing.orm.domain.retail.LineItem
 
LineItem(Integer, Product, int, MonetaryAmount, Order) - Constructor for class org.hibernate.testing.orm.domain.retail.LineItem
 
LINESTRING_INSTANCE - Static variable in class org.hibernate.spatial.GeolatteGeometryJavaType
 
LINESTRING_INSTANCE - Static variable in class org.hibernate.spatial.JTSGeometryJavaType
 
LinkedIdentityHashMap<K,​V> - Class in org.hibernate.internal.util.collections
Utility IdentityHashMap implementation that maintains predictable iteration order, with special care for keys iteration efficiency, and uses reference equality (i.e.
LinkedIdentityHashMap() - Constructor for class org.hibernate.internal.util.collections.LinkedIdentityHashMap
 
linkedMap() - Static method in class org.hibernate.internal.util.collections.CollectionHelper
Build a linked map whose size is unknown.
linkedMapOfSize(int) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
Build a properly sized linked map, especially handling load size and load factor to prevent immediate resizing.
linkedSet() - Static method in class org.hibernate.internal.util.collections.CollectionHelper
Build a linked set whose size is unknown.
linkedSetOfSize(int) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
Build a properly sized linked set, especially handling load size and load factor to prevent immediate resizing.
linkJoinColumnWithValueOverridingNameIfImplicit(PersistentClass, Value, AnnotatedJoinColumns, SimpleValue) - Static method in class org.hibernate.boot.model.internal.TableBinder
 
linkToSession(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
linkValueUsingAColumnCopy(Column, SimpleValue) - Method in class org.hibernate.boot.model.internal.AnnotatedJoinColumn
used for mappedBy cases
linkValueUsingDefaultColumnNaming(int, Column, PersistentClass, SimpleValue) - Method in class org.hibernate.boot.model.internal.AnnotatedJoinColumn
 
linkValueUsingDefaultColumnNaming(Column, PersistentClass, SimpleValue) - Method in class org.hibernate.boot.model.internal.AnnotatedJoinColumn
 
linkWithAggregateValue(SimpleValue, Component) - Method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
linkWithSubType(EntityMappingType, MappingModelCreationProcess) - Method in interface org.hibernate.metamodel.mapping.internal.InFlightEntityMappingType
linkWithSubType(EntityMappingType, MappingModelCreationProcess) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
linkWithSuperType(MappingModelCreationProcess) - Method in interface org.hibernate.metamodel.mapping.internal.InFlightEntityMappingType
Link an entity type with its super-type, if one.
linkWithSuperType(MappingModelCreationProcess) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
linkWithValue() - Method in class org.hibernate.boot.model.internal.BasicValueBinder
 
linkWithValue(SimpleValue) - Method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
LIRS - org.hibernate.internal.util.collections.BoundedConcurrentHashMap.Eviction
 
list - Variable in class org.hibernate.collection.spi.PersistentList
 
list() - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
list() - Method in class org.hibernate.envers.query.internal.impl.EntitiesAtRevisionQuery
 
list() - Method in class org.hibernate.envers.query.internal.impl.EntitiesModifiedAtRevisionQuery
 
list() - Method in class org.hibernate.envers.query.internal.impl.RevisionsOfEntityQuery
 
list() - Static method in class org.hibernate.Hibernate
Obtain an instance of Hibernate.CollectionInterface representing persistent lists of a given element type.
list() - Method in interface org.hibernate.query.Query
Execute the query and return the query results as a List.
list() - Method in interface org.hibernate.query.SelectionQuery
Execute the query and return the query results as a List.
list() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
list() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
list(JdbcOperationQuerySelect, JdbcParameterBindings, ExecutionContext, RowTransformer<R>, Class<R>, ListResultsConsumer.UniqueSemantic) - Method in interface org.hibernate.sql.exec.spi.JdbcSelectExecutor
 
list(JdbcOperationQuerySelect, JdbcParameterBindings, ExecutionContext, RowTransformer<R>, ListResultsConsumer.UniqueSemantic) - Method in interface org.hibernate.sql.exec.spi.JdbcSelectExecutor
 
List - Class in org.hibernate.mapping
A mapping model object representing a collection of type List.
List(Supplier<ManagedBean<? extends UserCollectionType>>, PersistentClass, MetadataBuildingContext) - Constructor for class org.hibernate.mapping.List
annotation binding
List(MetadataBuildingContext, PersistentClass) - Constructor for class org.hibernate.mapping.List
hbm.xml binding
List(List) - Constructor for class org.hibernate.mapping.List
 
LIST - org.hibernate.boot.model.source.internal.hbm.XmlElementMetadata
Describes the <list/> element
LIST - org.hibernate.boot.model.source.spi.PluralAttributeNature
 
LIST - org.hibernate.metamodel.CollectionClassification
A non-unique, ordered collection following the requirements of List
LIST - org.hibernate.query.sqm.DynamicInstantiationNature
The target identified a List instantiation.
LIST - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
LIST - Static variable in class org.hibernate.grammars.hql.HqlParser
 
LIST - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
LIST - Static variable in class org.hibernate.service.StandardServiceInitiators
 
LIST() - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationTargetContext
 
LIST() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
LIST_ATTRIBUTE - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
LIST_INDEX - org.hibernate.boot.model.internal.BasicValueBinder.Kind
 
LIST_INDEX - org.hibernate.boot.model.source.internal.hbm.XmlElementMetadata
Describes the <list-index/> element
listagg(String) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
listagg(JpaOrder, Expression<String>, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
listagg(JpaOrder, Expression<String>, Expression<String>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
listagg(JpaOrder, Expression<String>, Expression<String>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
listagg(JpaOrder, Expression<String>, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
listagg(JpaOrder, Expression<String>, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
listagg(JpaOrder, Expression<String>, String) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
listagg(JpaOrder, JpaPredicate, Expression<String>, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
listagg(JpaOrder, JpaPredicate, Expression<String>, Expression<String>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
listagg(JpaOrder, JpaPredicate, Expression<String>, Expression<String>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
listagg(JpaOrder, JpaPredicate, Expression<String>, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
listagg(JpaOrder, JpaPredicate, Expression<String>, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
listagg(JpaOrder, JpaPredicate, Expression<String>, String) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
listagg(JpaOrder, JpaPredicate, JpaWindow, Expression<String>, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create a listagg ordered set-aggregate function expression.
listagg(JpaOrder, JpaPredicate, JpaWindow, Expression<String>, Expression<String>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
listagg(JpaOrder, JpaPredicate, JpaWindow, Expression<String>, Expression<String>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
listagg(JpaOrder, JpaPredicate, JpaWindow, Expression<String>, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
listagg(JpaOrder, JpaPredicate, JpaWindow, Expression<String>, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
listagg(JpaOrder, JpaPredicate, JpaWindow, Expression<String>, String) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
listagg(JpaOrder, JpaWindow, Expression<String>, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
listagg(JpaOrder, JpaWindow, Expression<String>, Expression<String>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
listagg(JpaOrder, JpaWindow, Expression<String>, Expression<String>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
listagg(JpaOrder, JpaWindow, Expression<String>, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
listagg(JpaOrder, JpaWindow, Expression<String>, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
listagg(JpaOrder, JpaWindow, Expression<String>, String) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
LISTAGG - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
LISTAGG - Static variable in class org.hibernate.grammars.hql.HqlParser
 
LISTAGG() - Method in class org.hibernate.grammars.hql.HqlParser.ListaggFunctionContext
 
LISTAGG() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
listagg_groupConcat() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
listagg_list(String) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
listagg_stringAgg(String) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
listagg_stringAggWithinGroup(String) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
listaggFunction() - Method in class org.hibernate.grammars.hql.HqlParser.AggregateFunctionContext
 
listaggFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
ListaggFunction - Class in org.hibernate.dialect.function
 
ListaggFunction(String, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.ListaggFunction
 
ListaggFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.ListaggFunctionContext
 
ListaggGroupConcatEmulation - Class in org.hibernate.dialect.function
 
ListaggGroupConcatEmulation(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.ListaggGroupConcatEmulation
 
ListaggStringAggEmulation - Class in org.hibernate.dialect.function
 
ListaggStringAggEmulation(String, String, boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.ListaggStringAggEmulation
 
ListAttributeImpl<X,​E> - Class in org.hibernate.metamodel.model.domain.internal
 
ListAttributeImpl(PluralAttributeBuilder<X, List<E>, E, ?>, MetadataContext) - Constructor for class org.hibernate.metamodel.model.domain.internal.ListAttributeImpl
 
ListBinder - Class in org.hibernate.boot.model.internal
A CollectionBinder for lists, whose mapping model type is List.
ListBinder(Supplier<ManagedBean<? extends UserCollectionType>>, MetadataBuildingContext) - Constructor for class org.hibernate.boot.model.internal.ListBinder
 
ListCollectionInitializor - Class in org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor
Initializes a map.
ListCollectionInitializor(EnversService, AuditReaderImplementor, RelationQueryGenerator, Object, Number, boolean, MiddleComponentData, MiddleComponentData) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.ListCollectionInitializor
 
ListCollectionMapper - Class in org.hibernate.envers.internal.entities.mapper.relation
 
ListCollectionMapper(Configuration, CommonCollectionMapperData, MiddleComponentData, MiddleComponentData, boolean) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.ListCollectionMapper
 
listener - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerGroupType
 
listener - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
 
listeners() - Method in interface org.hibernate.event.service.spi.EventListenerGroup
Deprecated.
this is not the most efficient way for iterating the event listeners. See EventListenerGroup.fireEventOnEachListener(Object, BiConsumer) and its overloaded variants for better alternatives.
listIndex - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
listIndex - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
listIndex - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
ListIndexBase - Annotation Type in org.hibernate.annotations
Specifies the base value for the order column of a persistent list or array, that is, the order column value of the first element of the list or array.
ListIndexJavaType - Annotation Type in org.hibernate.annotations
Form of JavaType for describing the column mapping for the index of a List or array.
ListIndexJdbcType - Annotation Type in org.hibernate.annotations
Form of JdbcType for describing the column mapping for the index of a List or array.
ListIndexJdbcTypeCode - Annotation Type in org.hibernate.annotations
Form of JdbcTypeCode for describing the column mapping for the index of a List or array.
ListInitializer - Class in org.hibernate.sql.results.graph.collection.internal
CollectionInitializer for PersistentList loading
ListInitializer(NavigablePath, PluralAttributeMapping, FetchParentAccess, LockMode, DomainResultAssembler<?>, DomainResultAssembler<?>, DomainResultAssembler<Integer>, DomainResultAssembler<?>) - Constructor for class org.hibernate.sql.results.graph.collection.internal.ListInitializer
 
ListInitializerProducer - Class in org.hibernate.sql.results.graph.collection.internal
 
ListInitializerProducer(PluralAttributeMapping, Fetch, Fetch) - Constructor for class org.hibernate.sql.results.graph.collection.internal.ListInitializerProducer
 
listInterpreterExecutionContext(String, DomainQueryExecutionContext, JdbcOperationQuerySelect, SubselectFetch.RegistrationHandler) - Static method in class org.hibernate.query.sqm.internal.ConcreteSqmSelectQueryPlan
 
listIterator() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
 
listIterator() - Method in class org.hibernate.collection.spi.PersistentBag
 
listIterator() - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
listIterator() - Method in class org.hibernate.collection.spi.PersistentList
 
listIterator() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.ListProxy
 
listIterator(int) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
 
listIterator(int) - Method in class org.hibernate.collection.spi.PersistentBag
 
listIterator(int) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
listIterator(int) - Method in class org.hibernate.collection.spi.PersistentList
 
listIterator(int) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.ListProxy
 
ListIteratorProxy(ListIterator<E>) - Constructor for class org.hibernate.collection.spi.AbstractPersistentCollection.ListIteratorProxy
 
listMappingComplianceEnabled() - Method in annotation type org.hibernate.testing.orm.junit.Jpa
 
listOf(T) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
 
listOf(T...) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
 
ListPersistentAttribute<D,​E> - Interface in org.hibernate.metamodel.model.domain
Hibernate extension to the JPA ListAttribute descriptor
ListProxy<U> - Class in org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy
 
ListProxy() - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.ListProxy
 
ListProxy(List<E>) - Constructor for class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
 
ListProxy(Initializor<List<U>>) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.ListProxy
 
ListResultsConsumer<R> - Class in org.hibernate.sql.results.spi
ResultsConsumer for creating a List of results
ListResultsConsumer(ListResultsConsumer.UniqueSemantic) - Constructor for class org.hibernate.sql.results.spi.ListResultsConsumer
 
ListResultsConsumer.UniqueSemantic - Enum in org.hibernate.sql.results.spi
Ways this consumer can handle in-memory row de-duplication
listToIndexElementPairList(List<T>) - Static method in class org.hibernate.envers.internal.tools.Tools
Transforms a list of arbitrary elements to a list of index-element pairs.
ListType - Class in org.hibernate.type
 
ListType(String, String) - Constructor for class org.hibernate.type.ListType
 
literal() - Method in class org.hibernate.grammars.hql.HqlParser.CycleClauseContext
 
literal() - Method in class org.hibernate.grammars.hql.HqlParser
 
literal() - Method in class org.hibernate.grammars.hql.HqlParser.LiteralExpressionContext
 
literal() - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionArgumentContext
 
literal() - Method in class org.hibernate.grammars.ordering.OrderingParser
 
literal(int) - Method in class org.hibernate.grammars.hql.HqlParser.CycleClauseContext
 
literal(T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
literal(T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
literal(T) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
literal(T) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
literal(T, SqmExpression<? extends T>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
Literal - Interface in org.hibernate.sql.ast.tree.expression
 
LITERAL_FORMATTER - Static variable in class org.hibernate.type.descriptor.java.JdbcDateJavaType
Intended for use in reading HQL literals and writing SQL literals
LITERAL_FORMATTER - Static variable in class org.hibernate.type.descriptor.java.JdbcTimeJavaType
 
LITERAL_FORMATTER - Static variable in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
Intended for use in reading HQL literals and writing SQL literals
LiteralAsParameter<T> - Class in org.hibernate.sql.ast.tree.expression
A wrapper for a literal to render as parameter through a cast function.
LiteralAsParameter(Literal, String) - Constructor for class org.hibernate.sql.ast.tree.expression.LiteralAsParameter
 
LiteralConsumer - Interface in org.hibernate.query.hql
Pluggable contract for consuming literals encountered in an HQL query.
LiteralContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.LiteralContext
 
LiteralContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.ordering.OrderingParser.LiteralContext
 
LiteralExpressionContext(HqlParser.PrimaryExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.LiteralExpressionContext
 
LiteralNumberFormatException - Exception in org.hibernate.query.sqm
 
LiteralNumberFormatException(String) - Constructor for exception org.hibernate.query.sqm.LiteralNumberFormatException
 
LiteralNumberFormatException(String, Exception) - Constructor for exception org.hibernate.query.sqm.LiteralNumberFormatException
 
literals(List<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
literals(List<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
literals(List<T>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
literals(List<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
literals(T...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
literals(T...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
literals(T[]) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
literals(T[]) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
Lizard - Class in org.hibernate.testing.orm.domain.animal
 
Lizard() - Constructor for class org.hibernate.testing.orm.domain.animal.Lizard
 
ln(Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create an expression that returns the natural logarithm of its argument.
ln(Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
ln(Expression<? extends Number>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
ln_log() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
For SQL Server and Sybase
load() - Method in class org.hibernate.loader.internal.NaturalIdLoadAccessImpl
 
load() - Method in interface org.hibernate.NaturalIdLoadAccess
Return the persistent instance with the full natural id specified by previous calls to NaturalIdLoadAccess.using(jakarta.persistence.metamodel.SingularAttribute<? super T, X>, X), or null if there is no such persistent instance.
load(Class<?>, Function<ByteBuddy, DynamicType.Builder<?>>) - Method in class org.hibernate.bytecode.internal.bytebuddy.ByteBuddyState
Load a class generated by ByteBuddy.
load(Class<T>) - Static method in interface org.hibernate.jpamodelgen.validation.Mocker
 
load(Class<T>, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
load(Class<T>, Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
load(Class<T>, Object) - Method in class org.hibernate.internal.SessionImpl
Deprecated.
load(Class<T>, Object) - Method in interface org.hibernate.Session
load(Class<T>, Object, LockMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
load(Class<T>, Object, LockMode) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
load(Class<T>, Object, LockMode) - Method in class org.hibernate.internal.SessionImpl
Deprecated.
load(Class<T>, Object, LockMode) - Method in interface org.hibernate.Session
load(Class<T>, Object, LockOptions) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
load(Class<T>, Object, LockOptions) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
load(Class<T>, Object, LockOptions) - Method in class org.hibernate.internal.SessionImpl
Deprecated.
load(Class<T>, Object, LockOptions) - Method in interface org.hibernate.Session
load(Object) - Method in interface org.hibernate.IdentifierLoadAccess
Return the persistent instance with the given identifier, or null if there is no such persistent instance.
load(Object) - Method in class org.hibernate.loader.internal.IdentifierLoadAccessImpl
 
load(Object) - Method in class org.hibernate.loader.internal.SimpleNaturalIdLoadAccessImpl
 
load(Object) - Method in interface org.hibernate.SimpleNaturalIdLoadAccess
Return the persistent instance with the given natural id value, or null if there is no such persistent instance.
load(Object, Boolean, Boolean, SharedSessionContractImplementor) - Method in class org.hibernate.loader.ast.internal.SingleIdLoadPlan
 
load(Object, Boolean, SharedSessionContractImplementor) - Method in class org.hibernate.loader.ast.internal.SingleIdLoadPlan
 
load(Object, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
load(Object, Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
load(Object, Object) - Method in class org.hibernate.internal.SessionImpl
 
load(Object, Object) - Method in interface org.hibernate.Session
Read the persistent state associated with the given identifier into the given transient instance.
load(Object, Object, Boolean, Boolean, SharedSessionContractImplementor) - Method in class org.hibernate.loader.ast.internal.SingleIdLoadPlan
 
load(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.loader.ast.internal.CollectionElementLoaderByIndex
 
load(Object, Object, LockMode, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Load an instance using either the forUpdateLoader or the outer joining loader, depending upon the value of the lock parameter
load(Object, Object, LockMode, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Load an instance of the persistent class.
load(Object, Object, LockMode, SharedSessionContractImplementor, Boolean) - Method in interface org.hibernate.persister.entity.EntityPersister
load(Object, Object, LockOptions, Boolean, SharedSessionContractImplementor) - Method in class org.hibernate.loader.ast.internal.AbstractEntityBatchLoader
 
load(Object, Object, LockOptions, Boolean, SharedSessionContractImplementor) - Method in class org.hibernate.loader.ast.internal.SingleIdEntityLoaderProvidedQueryImpl
 
load(Object, Object, LockOptions, Boolean, SharedSessionContractImplementor) - Method in class org.hibernate.loader.ast.internal.SingleIdEntityLoaderStandardImpl
 
load(Object, Object, LockOptions, Boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.loader.ast.spi.SingleIdEntityLoader
 
load(Object, Object, LockOptions, SharedSessionContractImplementor) - Method in class org.hibernate.loader.ast.internal.AbstractEntityBatchLoader
 
load(Object, Object, LockOptions, SharedSessionContractImplementor) - Method in interface org.hibernate.loader.ast.spi.SingleIdEntityLoader
Load by primary key value, populating the passed entity instance.
load(Object, Object, LockOptions, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Load an instance using either the forUpdateLoader or the outer joining loader, depending upon the value of the lock parameter
load(Object, Object, LockOptions, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Load an instance of the persistent class.
load(Object, Object, LockOptions, SharedSessionContractImplementor, Boolean) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
load(Object, Object, LockOptions, SharedSessionContractImplementor, Boolean) - Method in interface org.hibernate.persister.entity.EntityPersister
 
load(Object, SharedSessionContractImplementor) - Method in class org.hibernate.loader.ast.internal.AbstractCollectionBatchLoader
 
load(Object, SharedSessionContractImplementor) - Method in class org.hibernate.loader.ast.internal.CollectionBatchLoaderArrayParam
 
load(Object, SharedSessionContractImplementor) - Method in class org.hibernate.loader.ast.internal.CollectionLoaderNamedQuery
 
load(Object, SharedSessionContractImplementor) - Method in class org.hibernate.loader.ast.internal.CollectionLoaderSingleKey
 
load(Object, SharedSessionContractImplementor) - Method in class org.hibernate.loader.ast.internal.CollectionLoaderSubSelectFetch
 
load(Object, SharedSessionContractImplementor) - Method in class org.hibernate.loader.ast.internal.SingleIdLoadPlan
 
load(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.loader.ast.spi.CollectionLoader
Load a collection by its key (not necessarily the same as its owner's PK).
load(Object, NaturalIdLoadOptions, SharedSessionContractImplementor) - Method in class org.hibernate.loader.ast.internal.AbstractNaturalIdLoader
 
load(Object, NaturalIdLoadOptions, SharedSessionContractImplementor) - Method in interface org.hibernate.loader.ast.spi.NaturalIdLoader
Perform the load of the entity by its natural-id
load(Object, LockOptions, Boolean, SharedSessionContractImplementor) - Method in class org.hibernate.loader.ast.internal.EntityBatchLoaderArrayParam
 
load(Object, LockOptions, Boolean, SharedSessionContractImplementor) - Method in class org.hibernate.loader.ast.internal.EntityBatchLoaderInPredicate
 
load(Object, LockOptions, Boolean, SharedSessionContractImplementor) - Method in class org.hibernate.loader.ast.internal.SingleIdEntityLoaderProvidedQueryImpl
 
load(Object, LockOptions, Boolean, SharedSessionContractImplementor) - Method in class org.hibernate.loader.ast.internal.SingleIdEntityLoaderStandardImpl
 
load(Object, LockOptions, Boolean, SharedSessionContractImplementor) - Method in class org.hibernate.loader.ast.internal.SingleUniqueKeyEntityLoaderStandard
 
load(Object, LockOptions, Boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.loader.ast.spi.SingleEntityLoader
Load an entity by a primary or unique key value.
load(Object, LockOptions, Boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.loader.ast.spi.SingleIdEntityLoader
Load by primary key value
load(Object, LockOptions, Boolean, SharedSessionContractImplementor) - Method in interface org.hibernate.loader.ast.spi.SingleUniqueKeyEntityLoader
Load by unique key value
load(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
load(String, Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
load(String, Object) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
load(String, Object) - Method in class org.hibernate.internal.SessionImpl
Deprecated.
load(String, Object) - Method in class org.hibernate.internal.StatelessSessionImpl
 
load(String, Object) - Method in interface org.hibernate.Session
load(String, Object, LockMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
load(String, Object, LockMode) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
load(String, Object, LockMode) - Method in class org.hibernate.internal.SessionImpl
Deprecated.
load(String, Object, LockMode) - Method in interface org.hibernate.Session
load(String, Object, LockOptions) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
load(String, Object, LockOptions) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
load(String, Object, LockOptions) - Method in class org.hibernate.internal.SessionImpl
Deprecated.
load(String, Object, LockOptions) - Method in interface org.hibernate.Session
load(Consumer<List<Object>>) - Method in interface org.hibernate.sql.results.graph.collection.LoadingCollectionEntry
Callback for row loading.
load(Consumer<List<Object>>) - Method in class org.hibernate.sql.results.internal.LoadingCollectionEntryImpl
 
load(K[], MultiIdLoadOptions, EventSource) - Method in class org.hibernate.loader.ast.internal.AbstractMultiIdEntityLoader
 
load(K[], MultiIdLoadOptions, EventSource) - Method in interface org.hibernate.loader.ast.spi.MultiIdEntityLoader
Load multiple entities by id.
LOAD - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
LOAD - org.hibernate.engine.spi.CachedNaturalIdValueSource
 
LOAD - org.hibernate.graph.GraphSemantic
Indicates that an EntityGraph should be interpreted as a JPA "load graph".
LOAD - Static variable in class org.hibernate.event.spi.EventType
 
LOAD - Static variable in interface org.hibernate.event.spi.LoadEventListener
 
LOAD_COLLECTION - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
LOAD_FACTOR - Static variable in class org.hibernate.internal.util.collections.CollectionHelper
 
Loadable - Interface in org.hibernate.loader.ast.spi
Common details for things that can be loaded by a loader - generally entities and plural attributes (collections).
Loadable - Interface in org.hibernate.persister.entity
Deprecated, for removal: This API element is subject to removal in a future version.
LoadAccessContext - Interface in org.hibernate.loader.internal
Context for loader-access objects.
loadAttribute(Object, String) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor
 
loadByArrayParameter(K[], SelectStatement, JdbcOperationQuerySelect, JdbcParameter, JdbcMapping, Object, Object, EntityMappingType, LockOptions, Boolean, SharedSessionContractImplementor) - Static method in class org.hibernate.loader.ast.internal.LoaderHelper
Load one or more instances of a model part (an entity or collection) based on a SQL ARRAY parameter to specify the keys (as opposed to the more traditional SQL IN predicate approach).
loadByIdComplianceEnabled() - Method in annotation type org.hibernate.testing.orm.junit.Jpa
 
loadByUniqueKey(String, Object, Boolean, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
loadByUniqueKey(String, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
Load an instance of the persistent class, by a unique key other than the primary key.
loadByUniqueKey(String, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
loadByUniqueKey(String, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
 
loadByUniqueKey(String, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.UniqueKeyLoadable
Deprecated.
Load an instance of the persistent class, by a unique key other than the primary key.
loadByUniqueKey(String, Object, SharedSessionContractImplementor) - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
loadByUniqueKey(String, String, Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.EntityType
Load an instance by a unique key that is not the primary key.
loadClass(String, ClassLoaderService) - Static method in class org.hibernate.envers.internal.tools.ReflectionTools
Locate class with a given name.
loadClass(EnversMetadataBuildingContext, String) - Static method in class org.hibernate.envers.boot.registry.classloading.ClassLoaderAccessHelper
Loads a class by name.
loadCollection(String) - Method in class org.hibernate.stat.internal.StatisticsImpl
 
loadCollection(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about a collection loading.
loadConfiguration(Map<String, Object>) - Static method in class org.hibernate.hikaricp.internal.HikariConfigurationUtil
Create/load a HikariConfig from Hibernate properties.
loadConfigXmlFile(File) - Method in class org.hibernate.boot.cfgxml.internal.ConfigLoader
 
loadConfigXmlResource(String) - Method in class org.hibernate.boot.cfgxml.internal.ConfigLoader
 
loadConfigXmlUrl(URL) - Method in class org.hibernate.boot.cfgxml.internal.ConfigLoader
 
LoadContexts - Class in org.hibernate.sql.results.spi
Maintains a Stack of processing state related to performing load operations.
LoadContexts(PersistenceContext) - Constructor for class org.hibernate.sql.results.spi.LoadContexts
 
loadDatabaseSnapshot(Object, SharedSessionContractImplementor) - Method in class org.hibernate.loader.ast.internal.SingleIdEntityLoaderProvidedQueryImpl
 
loadDatabaseSnapshot(Object, SharedSessionContractImplementor) - Method in class org.hibernate.loader.ast.internal.SingleIdEntityLoaderSupport
 
loadDatabaseSnapshot(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.loader.ast.spi.SingleIdEntityLoader
Load database snapshot by primary key value
LOADED_CLASSES - Static variable in interface org.hibernate.cfg.AvailableSettings
 
LOADED_CONFIG_KEY - Static variable in interface org.hibernate.boot.cfgxml.spi.CfgXmlAccessService
 
LoadedConfig - Class in org.hibernate.boot.cfgxml.spi
Models the information gleaned from parsing a cfg.xml file.
LoadedConfig(String) - Constructor for class org.hibernate.boot.cfgxml.spi.LoadedConfig
 
loadedDriver(String) - Method in interface org.hibernate.internal.log.ConnectionPoolingLogger
 
loadedDrivers(String) - Method in interface org.hibernate.internal.log.ConnectionPoolingLogger
 
loadedState - Variable in class org.hibernate.engine.internal.AbstractEntityEntry
 
loadEntity(String) - Method in class org.hibernate.stat.internal.StatisticsImpl
 
loadEntity(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about an entity being loaded.
loadEntityIdByNaturalId(Object[], LockOptions, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
loadEntityIdByNaturalId(Object[], LockOptions, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Load the id for the entity based on the natural id.
loader - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
loader - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
loader - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
 
loader - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
loader - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
loader - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
loader - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
loader - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
loader - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
loader - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
loader - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
loader - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
Loader - Interface in org.hibernate.loader.ast.spi
Common contract for all value-mapping loaders.
Loader - Annotation Type in org.hibernate.annotations
Deprecated.
LOADER_LOGGER - Static variable in interface org.hibernate.loader.LoaderLogging
 
LoaderHelper - Class in org.hibernate.loader.ast.internal
 
LoaderHelper() - Constructor for class org.hibernate.loader.ast.internal.LoaderHelper
 
LoaderLogging - Interface in org.hibernate.loader
Logging for loaders
LoaderSelectBuilder - Class in org.hibernate.loader.ast.internal
Builder for SQL AST trees used by Loader implementations.
LoaderSqlAstCreationState - Class in org.hibernate.loader.ast.internal
Helper used when generating the database-snapshot select query
LoaderSqlAstCreationState(QueryPart, SqlAliasBaseManager, FromClauseAccess, LockOptions, LoaderSqlAstCreationState.FetchProcessor, boolean, LoadQueryInfluencers, SqlAstCreationContext) - Constructor for class org.hibernate.loader.ast.internal.LoaderSqlAstCreationState
 
LoaderSqlAstCreationState.FetchProcessor - Interface in org.hibernate.loader.ast.internal
 
LoadEvent - Class in org.hibernate.event.spi
Defines an event class for the loading of an entity.
LoadEvent(Object, Object, EventSource, Boolean) - Constructor for class org.hibernate.event.spi.LoadEvent
 
LoadEvent(Object, String, boolean, EventSource, Boolean) - Constructor for class org.hibernate.event.spi.LoadEvent
 
LoadEvent(Object, String, LockMode, EventSource, Boolean) - Constructor for class org.hibernate.event.spi.LoadEvent
 
LoadEvent(Object, String, LockOptions, EventSource, Boolean) - Constructor for class org.hibernate.event.spi.LoadEvent
 
LoadEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of load events generated from a session.
LoadEventListener.LoadType - Class in org.hibernate.event.spi
 
loadFromDatasource(LoadEvent, EntityPersister) - Method in class org.hibernate.event.internal.DefaultLoadEventListener
Performs the process of loading an entity from the configured underlying datasource.
loadFromDatasource(ResolveNaturalIdEvent) - Method in class org.hibernate.event.internal.DefaultResolveNaturalIdEventListener
Performs the process of loading an entity from the configured underlying datasource.
loadFromSecondLevelCache(EventSource, Object, LockMode, EntityPersister, EntityKey) - Method in class org.hibernate.loader.ast.internal.CacheEntityLoaderHelper
Attempts to load the entity from the second-level cache.
loadFromSecondLevelCache(LoadEvent, EntityPersister, EntityKey) - Method in class org.hibernate.loader.ast.internal.CacheEntityLoaderHelper
Attempts to load the entity from the second-level cache.
loadFromSessionCache(EntityKey, LoadEventListener.LoadType, LockOptions, EventSource) - Method in class org.hibernate.loader.ast.internal.CacheEntityLoaderHelper
 
loadFromSessionCache(LoadEvent, EntityKey, LoadEventListener.LoadType) - Method in class org.hibernate.loader.ast.internal.CacheEntityLoaderHelper
Attempts to locate the entity in the session-level cache.
loadFromSessionCacheStatic(LoadEvent, EntityKey, LoadEventListener.LoadType) - Static method in class org.hibernate.loader.ast.internal.CacheEntityLoaderHelper
Attempts to locate the entity in the session-level cache.
loadImmediate(AuditReaderImplementor, Class<?>, String, Object, Number, boolean, EnversService) - Static method in class org.hibernate.envers.internal.entities.mapper.relation.ToOneEntityLoader
Immediately loads historical entity or its current state when excluded from audit process.
LOADING - org.hibernate.engine.spi.Status
 
LoadingCollectionEntry - Interface in org.hibernate.sql.results.graph.collection
Represents a collection currently being loaded.
LoadingCollectionEntryImpl - Class in org.hibernate.sql.results.internal
Represents a collection currently being loaded.
LoadingCollectionEntryImpl(CollectionPersister, CollectionInitializer, Object, PersistentCollection<?>) - Constructor for class org.hibernate.sql.results.internal.LoadingCollectionEntryImpl
 
loadingCollectionKeyNotFound(CollectionKey) - Method in interface org.hibernate.internal.CoreMessageLogger
 
LoadingEntityEntry - Class in org.hibernate.sql.results.graph.entity
Deprecated, for removal: This API element is subject to removal in a future version.
Now modeled through EntityHolder
LoadingEntityEntry(EntityInitializer, EntityKey, EntityPersister, Object) - Constructor for class org.hibernate.sql.results.graph.entity.LoadingEntityEntry
Deprecated.
 
LoadingLogger - Interface in org.hibernate.sql.results
 
loadInstance(EntityKey, ToOneAttributeMapping, SharedSessionContractImplementor) - Static method in class org.hibernate.sql.results.graph.entity.internal.AbstractBatchEntitySelectFetchInitializer
 
loadJavaServices(Class<S>) - Method in class org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl
 
loadJavaServices(Class<S>) - Method in interface org.hibernate.boot.registry.classloading.spi.ClassLoaderService
Discovers and instantiates implementations of the named service contract.
loadJavaServices(Class<S>) - Method in class org.hibernate.testing.boot.ExtraJavaServicesClassLoaderService
 
loadOptional() - Method in class org.hibernate.loader.internal.NaturalIdLoadAccessImpl
 
loadOptional() - Method in interface org.hibernate.NaturalIdLoadAccess
Just like NaturalIdLoadAccess.load(), except that here an Optional is returned.
loadOptional(Object) - Method in interface org.hibernate.IdentifierLoadAccess
Just like IdentifierLoadAccess.load(java.lang.Object), except that here an Optional is returned.
loadOptional(Object) - Method in class org.hibernate.loader.internal.IdentifierLoadAccessImpl
 
loadOptional(Object) - Method in class org.hibernate.loader.internal.SimpleNaturalIdLoadAccessImpl
 
loadOptional(Object) - Method in interface org.hibernate.SimpleNaturalIdLoadAccess
Just like SimpleNaturalIdLoadAccess.load(java.lang.Object), except that here an Optional is returned.
LoadPlan - Interface in org.hibernate.loader.ast.internal
Common contract for SQL AST based loading
loadProperties(File) - Method in class org.hibernate.boot.cfgxml.internal.ConfigLoader
 
loadProperties(File) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Read settings from a Properties file by File reference
loadProperties(String) - Method in class org.hibernate.boot.cfgxml.internal.ConfigLoader
 
loadProperties(String) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Read settings from a Properties file by resource name.
loadProxy(Class<?>, TypeCache.SimpleKey, Function<ByteBuddy, DynamicType.Builder<?>>) - Method in class org.hibernate.bytecode.internal.bytebuddy.ByteBuddyState
Load a proxy as generated by the ProxyFactory.
LoadQueryInfluencers - Class in org.hibernate.engine.spi
Centralize all options which can influence the SQL query needed to load an entity.
LoadQueryInfluencers(SessionFactoryImplementor) - Constructor for class org.hibernate.engine.spi.LoadQueryInfluencers
 
LoadQueryInfluencers(SessionFactoryImplementor, SessionCreationOptions) - Constructor for class org.hibernate.engine.spi.LoadQueryInfluencers
 
lob - Variable in class org.hibernate.boot.jaxb.mapping.JaxbBasic
 
lob - Variable in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
 
lob - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Basic
 
lob - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
 
Lob - Class in org.hibernate.jpamodelgen.xml.jaxb
 
Lob() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.Lob
 
LOB_DEFAULT - Static variable in class org.hibernate.Length
The default length for a LOB column, on databases where LOB columns have a length.
LOB_LOGGER - Static variable in interface org.hibernate.engine.jdbc.env.internal.LobCreationLogging
 
LOB_MESSAGE_LOGGER - Static variable in interface org.hibernate.engine.jdbc.env.internal.LobCreationLogging
 
lobCreationContext - Variable in class org.hibernate.engine.jdbc.env.internal.BlobAndClobCreator
 
LobCreationContext - Interface in org.hibernate.engine.jdbc
Provides callback access into the context in which the LOB is to be created.
LobCreationContext.Callback<T> - Interface in org.hibernate.engine.jdbc
The callback contract for making use of the JDBC Connection.
LobCreationHelper - Class in org.hibernate.engine.jdbc.env.internal
Utilities for LOB creation
LobCreationHelper() - Constructor for class org.hibernate.engine.jdbc.env.internal.LobCreationHelper
 
LobCreationLogging - Interface in org.hibernate.engine.jdbc.env.internal
 
LobCreator - Interface in org.hibernate.engine.jdbc
Contract for creating various LOB references.
LobCreatorBuilder - Interface in org.hibernate.engine.jdbc.env.spi
 
LobCreatorBuilderImpl - Class in org.hibernate.engine.jdbc.env.internal
Builds LobCreator instances based on the capabilities of the environment.
LobCreatorBuilderImpl(EnumSet<LobTypes>) - Constructor for class org.hibernate.engine.jdbc.env.internal.LobCreatorBuilderImpl
 
LobHelper - Interface in org.hibernate
A factory for instances of Blob and Clob used for writing LOB data.
LobMergeStrategy - Interface in org.hibernate.dialect
Strategy for how dialects need LOB values to be merged.
LobStreamDataHelper - Class in org.hibernate.type.descriptor.java
A help for dealing with BLOB and CLOB data
LobTypeMappings - Class in org.hibernate.type.descriptor.jdbc
 
LobTypes - Enum in org.hibernate.engine.jdbc.env.internal
Enumeration of the JDBC LOB locator types
LOCAL - org.hibernate.dialect.temptable.TemporaryTableKind
Modeled as what the SQL standard calls a local temporary table, which is a table that is defined per connection.
LOCAL - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
LOCAL - Static variable in class org.hibernate.grammars.hql.HqlParser
 
LOCAL() - Method in class org.hibernate.grammars.hql.HqlParser.DateLiteralContext
 
LOCAL() - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateFunctionContext
 
LOCAL() - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateTimeFunctionContext
 
LOCAL() - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateTimeLiteralContext
 
LOCAL() - Method in class org.hibernate.grammars.hql.HqlParser.LocalTimeFunctionContext
 
LOCAL() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
LOCAL() - Method in class org.hibernate.grammars.hql.HqlParser.TimeLiteralContext
 
LOCAL_DATE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
LOCAL_DATE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
LOCAL_DATE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping LocalDate to JDBC DATE.
LOCAL_DATE() - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateFunctionContext
 
LOCAL_DATE() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
LOCAL_DATE_TIME - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping LocalDateTime to JDBC TIMESTAMP.
LOCAL_DATETIME - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
LOCAL_DATETIME - Static variable in class org.hibernate.grammars.hql.HqlParser
 
LOCAL_DATETIME() - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateTimeFunctionContext
 
LOCAL_DATETIME() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
LOCAL_TIME - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
LOCAL_TIME - Static variable in class org.hibernate.grammars.hql.HqlParser
 
LOCAL_TIME - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping LocalTime to JDBC TIME.
LOCAL_TIME() - Method in class org.hibernate.grammars.hql.HqlParser.LocalTimeFunctionContext
 
LOCAL_TIME() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
LOCAL_TIME_NAME - Static variable in class org.hibernate.usertype.internal.OffsetTimeCompositeUserType
 
localDate() - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create expression to return current local date.
localDate() - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
localDate() - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
localDateFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
localDateFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
LocalDateFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.LocalDateFunctionContext
 
LocalDateJavaType - Class in org.hibernate.type.descriptor.java
Java type descriptor for the LocalDate type.
LocalDateJavaType() - Constructor for class org.hibernate.type.descriptor.java.LocalDateJavaType
 
localDateTime() - Method in class org.hibernate.grammars.hql.HqlParser.DateTimeContext
 
localDateTime() - Method in class org.hibernate.grammars.hql.HqlParser
 
localDateTime() - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateTimeLiteralContext
 
localDateTime() - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create expression to return current local datetime.
localDateTime() - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
localDateTime() - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
LocalDateTimeContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.LocalDateTimeContext
 
localDateTimeFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
localDateTimeFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
LocalDateTimeFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.LocalDateTimeFunctionContext
 
LocalDateTimeJavaType - Class in org.hibernate.type.descriptor.java
Java type descriptor for the LocalDateTime type.
LocalDateTimeJavaType() - Constructor for class org.hibernate.type.descriptor.java.LocalDateTimeJavaType
 
localDateTimeLiteral() - Method in class org.hibernate.grammars.hql.HqlParser.DateTimeLiteralContext
 
localDateTimeLiteral() - Method in class org.hibernate.grammars.hql.HqlParser
 
LocalDateTimeLiteralContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.LocalDateTimeLiteralContext
 
LOCALE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Locale to JDBC VARCHAR.
LocaleComparator() - Constructor for class org.hibernate.type.descriptor.java.LocaleJavaType.LocaleComparator
 
LocaleJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for Locale handling.
LocaleJavaType() - Constructor for class org.hibernate.type.descriptor.java.LocaleJavaType
 
LocaleJavaType.LocaleComparator - Class in org.hibernate.type.descriptor.java
 
localGenerators - Variable in class org.hibernate.boot.model.internal.CollectionBinder
 
localLoadingCollectionKeysCount(int) - Method in interface org.hibernate.internal.CoreMessageLogger
 
LocalMetadataBuildingContext - Interface in org.hibernate.boot.model.source.spi
Specialization of the MetadataBuildingContext contract specific to a given origin.
localNamesMatch(DotIdentifierSequence) - Method in class org.hibernate.spi.EntityIdentifierNavigablePath
 
localNamesMatch(DotIdentifierSequence) - Method in class org.hibernate.spi.NavigablePath
 
localNamesMatch(EntityIdentifierNavigablePath) - Method in class org.hibernate.spi.EntityIdentifierNavigablePath
 
localNamesMatch(EntityIdentifierNavigablePath) - Method in class org.hibernate.spi.NavigablePath
 
LocalObjectUuidHelper - Class in org.hibernate.id.uuid
 
LocalSchemaLocator - Class in org.hibernate.boot.jaxb.internal.stax
Helper for resolving XML Schema references locally.
LocalSynchronizationException - Exception in org.hibernate.resource.transaction
Wraps an exception thrown from a "local synchronization" (one registered in the SynchronizationRegistry).
LocalSynchronizationException(String, Throwable) - Constructor for exception org.hibernate.resource.transaction.LocalSynchronizationException
 
LocalTemporaryTableInsertStrategy - Class in org.hibernate.query.sqm.mutation.internal.temptable
Strategy based on ANSI SQL's definition of a "local temporary table" (local to each db session).
LocalTemporaryTableInsertStrategy(TemporaryTable, SessionFactoryImplementor) - Constructor for class org.hibernate.query.sqm.mutation.internal.temptable.LocalTemporaryTableInsertStrategy
 
LocalTemporaryTableMutationStrategy - Class in org.hibernate.query.sqm.mutation.internal.temptable
Strategy based on ANSI SQL's definition of a "local temporary table" (local to each db session).
LocalTemporaryTableMutationStrategy(TemporaryTable, SessionFactoryImplementor) - Constructor for class org.hibernate.query.sqm.mutation.internal.temptable.LocalTemporaryTableMutationStrategy
 
LocalTemporaryTableStrategy - Class in org.hibernate.query.sqm.mutation.internal.temptable
Strategy based on ANSI SQL's definition of a "local temporary table" (local to each db session).
LocalTemporaryTableStrategy(TemporaryTable, SessionFactoryImplementor) - Constructor for class org.hibernate.query.sqm.mutation.internal.temptable.LocalTemporaryTableStrategy
 
localTime() - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create expression to return current local time.
localTime() - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
localTime() - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
localTimeFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
localTimeFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
LocalTimeFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.LocalTimeFunctionContext
 
LocalTimeJavaType - Class in org.hibernate.type.descriptor.java
Java type descriptor for the LocalTime type.
LocalTimeJavaType() - Constructor for class org.hibernate.type.descriptor.java.LocalTimeJavaType
 
localtimeLocaltimestamp() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
LocalXmlResourceResolver - Class in org.hibernate.boot.jaxb.internal.stax
 
LocalXmlResourceResolver(ResourceStreamLocator) - Constructor for class org.hibernate.boot.jaxb.internal.stax.LocalXmlResourceResolver
 
LocalXmlResourceResolver.DtdDescriptor - Class in org.hibernate.boot.jaxb.internal.stax
 
LocalXsdResolver - Class in org.hibernate.boot.xsd
When Hibernate loads an XSD we fully expect that to be resolved from our jar file via ClassLoader resource look-up.
LocalXsdResolver() - Constructor for class org.hibernate.boot.xsd.LocalXsdResolver
 
locate() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
locate(Expression<String>, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
locate(Expression<String>, Expression<String>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
locate(Expression<String>, Expression<String>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
locate(Expression<String>, Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
locate(Expression<String>, Expression<String>, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
locate(Expression<String>, Expression<String>, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
locate(Expression<String>, Expression<String>, Expression<Integer>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
locate(Expression<String>, Expression<String>, Expression<Integer>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
locate(Expression<String>, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
locate(Expression<String>, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
locate(Expression<String>, String) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
locate(Expression<String>, String) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
locate(Expression<String>, String, int) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
locate(Expression<String>, String, int) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
locate(Expression<String>, String, int) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
locate(Expression<String>, String, int) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
locate(String) - Method in interface org.hibernate.engine.jndi.spi.JndiService
Locate an object in JNDI by name
locate_charindex() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Transact SQL-style
locate_positionSubstring() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
locate() in terms of ANSI position() and substring()
locateAllAnnotations(Class<T>, FrameworkMethod, TestClass) - Static method in class org.hibernate.testing.junit4.Helper
Locates the specified annotation both at the method site and class site.
locateAnnotation(Class<T>, FrameworkMethod, TestClass) - Static method in class org.hibernate.testing.junit4.Helper
 
locateAttributeConversionInfo(String) - Method in class org.hibernate.boot.model.internal.AbstractPropertyHolder
 
locateAttributeConversionInfo(String) - Method in class org.hibernate.boot.model.internal.ClassPropertyHolder
 
locateAttributeConversionInfo(String) - Method in class org.hibernate.boot.model.internal.CollectionPropertyHolder
 
locateAttributeConversionInfo(String) - Method in class org.hibernate.boot.model.internal.ComponentPropertyHolder
 
locateAttributeConversionInfo(XProperty) - Method in class org.hibernate.boot.model.internal.AbstractPropertyHolder
 
locateAttributeConversionInfo(XProperty) - Method in class org.hibernate.boot.model.internal.ClassPropertyHolder
 
locateAttributeConversionInfo(XProperty) - Method in class org.hibernate.boot.model.internal.CollectionPropertyHolder
 
locateAttributeConversionInfo(XProperty) - Method in class org.hibernate.boot.model.internal.ComponentPropertyHolder
 
locateBinding(int) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
locateBinding(Parameter<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
locateBinding(String) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
locateBinding(QueryParameterImplementor<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
locateConfig(String) - Static method in class org.hibernate.internal.util.ConfigHelper
Deprecated.
Try to locate a local URL representing the incoming path.
locateEmbeddable(Class<J>, Component) - Method in class org.hibernate.metamodel.internal.MetadataContext
 
locateEntityDescriptor(Class<?>) - Method in interface org.hibernate.metamodel.MappingMetamodel
Locate an entity mapping descriptor by Class.
locateEntityDescriptor(Class<?>) - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
locateEntityPersister(Class<?>) - Method in interface org.hibernate.metamodel.MappingMetamodel
locateEntityPersister(String) - Method in interface org.hibernate.metamodel.MappingMetamodel
locateEntityPersister(String) - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
locateEntityType(Class<?>) - Method in class org.hibernate.metamodel.internal.MetadataContext
Given a Java Class, locate the corresponding JPA EntityType.
locateEntityType(PersistentClass) - Method in class org.hibernate.metamodel.internal.MetadataContext
Given a Hibernate PersistentClass, locate the corresponding JPA EntityType implementation.
locateExtensionStore(Class<? extends Extension>, ExtensionContext, Object) - Static method in class org.hibernate.testing.orm.junit.JUnitHelper
 
locateExtensionStore(ExtensionContext, Object...) - Static method in class org.hibernate.testing.orm.junit.JUnitHelper
 
locateGenerationContext(SharedSessionContractImplementor, Object) - Method in interface org.hibernate.id.CompositeNestedGeneratedValueGenerator.GenerationContextLocator
Given the incoming object, determine the context for injecting back its generated id sub-values.
locateGenerationContext(SharedSessionContractImplementor, Object) - Method in class org.hibernate.mapping.Component.StandardGenerationContextLocator
 
locateIdentifiableType(String) - Method in class org.hibernate.metamodel.internal.MetadataContext
Given an entity-name, locate the corresponding JPA EntityType.
locateIndividualPersistenceUnit(URL) - Static method in class org.hibernate.jpa.boot.internal.PersistenceXmlParser
Parse a specific persistence.xml with the assumption that it defines a single persistence-unit.
locateIndividualPersistenceUnit(URL, PersistenceUnitTransactionType, Map) - Static method in class org.hibernate.jpa.boot.internal.PersistenceXmlParser
Parse a specific persistence.xml with the assumption that it defines a single persistence-unit.
locateIndividualPersistenceUnit(URL, Map) - Static method in class org.hibernate.jpa.boot.internal.PersistenceXmlParser
Parse a specific persistence.xml with the assumption that it defines a single persistence-unit.
locateJdbcTypeFamilyByTypeCode(int) - Method in class org.hibernate.type.descriptor.jdbc.JdbcTypeFamilyInformation
Will return null if no match is found.
locateJoin(Identifier) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector.EntityTableXref
 
locateMappedSuperclassType(MappedSuperclass) - Method in class org.hibernate.metamodel.internal.MetadataContext
 
locateNamedPersistenceUnit(URL, String) - Static method in class org.hibernate.jpa.boot.internal.PersistenceXmlParser
Parse a specific persistence.xml and return the descriptor for the persistence-unit with matching name
locateNamedPersistenceUnit(URL, String, PersistenceUnitTransactionType, Map) - Static method in class org.hibernate.jpa.boot.internal.PersistenceXmlParser
Parse a specific persistence.xml and return the descriptor for the persistence-unit with matching name
locateNamedPersistenceUnit(URL, String, Map) - Static method in class org.hibernate.jpa.boot.internal.PersistenceXmlParser
Parse a specific persistence.xml and return the descriptor for the persistence-unit with matching name
locateNamespace(Identifier, Identifier) - Method in class org.hibernate.boot.model.relational.Database
 
locateNaturalIdUniqueKeyBinder(String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
locateNaturalIdUniqueKeyBinder(String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
locateOwningPersister() - Method in class org.hibernate.tuple.component.AbstractCompositionAttribute
Deprecated.
 
locateOwningPersister() - Method in class org.hibernate.tuple.entity.EntityBasedCompositionAttribute
Deprecated.
 
locatePersistenceUnits(Map) - Static method in class org.hibernate.jpa.boot.internal.PersistenceXmlParser
Find all persistence-units from all accessible META-INF/persistence.xml resources
locatePersisterForKey(EntityPersister) - Method in class org.hibernate.engine.internal.NaturalIdResolutionsImpl
It is only valid to define natural ids at the root of an entity hierarchy.
LocatePositionEmulation - Class in org.hibernate.dialect.function
Emulates the ANSI SQL-standard position() function using locate().
LocatePositionEmulation(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.LocatePositionEmulation
 
locateResource(String) - Method in class org.hibernate.boot.internal.ClassLoaderAccessImpl
 
locateResource(String) - Method in class org.hibernate.boot.internal.SimpleResourceLocator
 
locateResource(String) - Method in class org.hibernate.boot.internal.StandardResourceLocator
 
locateResource(String) - Method in class org.hibernate.boot.model.internal.ClassLoaderAccessLazyImpl
 
locateResource(String) - Method in class org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl
 
locateResource(String) - Method in interface org.hibernate.boot.registry.classloading.spi.ClassLoaderService
Locate a resource by name (classpath lookup).
locateResource(String) - Method in interface org.hibernate.boot.ResourceLocator
Locate the named resource
locateResource(String) - Method in interface org.hibernate.boot.spi.ClassLoaderAccess
Locate a resource by name
locateResource(String) - Method in class org.hibernate.testing.boot.ClassLoaderAccessTestingImpl
 
locateResources(String) - Method in class org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl
 
locateResources(String) - Method in interface org.hibernate.boot.registry.classloading.spi.ClassLoaderService
Locate a series of resource by name (classpath lookup).
locateResourceStream(String) - Method in class org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl
 
locateResourceStream(String) - Method in interface org.hibernate.boot.registry.classloading.spi.ClassLoaderService
Locate a resource by name (classpath lookup) and gets its stream.
locateResourceStream(String) - Method in interface org.hibernate.boot.ResourceStreamLocator
Locate the named resource
locateSequence(Identifier) - Method in class org.hibernate.boot.model.relational.Namespace
 
locateSequenceInformation(QualifiedSequenceName) - Method in class org.hibernate.tool.schema.extract.internal.DatabaseInformationImpl
 
locateSequenceInformation(QualifiedSequenceName) - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext.DatabaseObjectAccess
 
locateServiceBinding(Class<R>) - Method in class org.hibernate.boot.registry.internal.BootstrapServiceRegistryImpl
 
locateServiceBinding(Class<R>) - Method in class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
locateServiceBinding(Class<R>) - Method in interface org.hibernate.service.spi.ServiceRegistryImplementor
Locate the binding for the given role.
locateServiceBinding(Class<R>, boolean) - Method in class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
locateStandardCacheManager() - Static method in class org.hibernate.cache.jcache.JCacheHelper
 
locateTable(Identifier) - Method in class org.hibernate.boot.model.relational.Namespace
Returns the table with the specified logical table name.
locateTableInformation(QualifiedTableName) - Method in class org.hibernate.tool.schema.extract.internal.DatabaseInformationImpl
 
locateTableInformation(QualifiedTableName) - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext.DatabaseObjectAccess
 
locateTransactionManager() - Method in class org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
 
locateTransactionManager() - Method in class org.hibernate.engine.transaction.jta.platform.internal.AtomikosJtaPlatform
 
locateTransactionManager() - Method in class org.hibernate.engine.transaction.jta.platform.internal.BitronixJtaPlatform
 
locateTransactionManager() - Method in class org.hibernate.engine.transaction.jta.platform.internal.BorlandEnterpriseServerJtaPlatform
 
locateTransactionManager() - Method in class org.hibernate.engine.transaction.jta.platform.internal.JBossAppServerJtaPlatform
 
locateTransactionManager() - Method in class org.hibernate.engine.transaction.jta.platform.internal.JBossStandAloneJtaPlatform
 
locateTransactionManager() - Method in class org.hibernate.engine.transaction.jta.platform.internal.JOnASJtaPlatform
 
locateTransactionManager() - Method in class org.hibernate.engine.transaction.jta.platform.internal.JOTMJtaPlatform
 
locateTransactionManager() - Method in class org.hibernate.engine.transaction.jta.platform.internal.JRun4JtaPlatform
 
locateTransactionManager() - Method in class org.hibernate.engine.transaction.jta.platform.internal.OC4JJtaPlatform
 
locateTransactionManager() - Method in class org.hibernate.engine.transaction.jta.platform.internal.OrionJtaPlatform
 
locateTransactionManager() - Method in class org.hibernate.engine.transaction.jta.platform.internal.ResinJtaPlatform
 
locateTransactionManager() - Method in class org.hibernate.engine.transaction.jta.platform.internal.SapNetWeaverJtaPlatform
 
locateTransactionManager() - Method in class org.hibernate.engine.transaction.jta.platform.internal.SunOneJtaPlatform
 
locateTransactionManager() - Method in class org.hibernate.engine.transaction.jta.platform.internal.WeblogicJtaPlatform
 
locateTransactionManager() - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform
 
locateTransactionManager() - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereJtaPlatform
 
locateTransactionManager() - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereLibertyJtaPlatform
 
locateTransactionManager() - Method in class org.hibernate.engine.transaction.jta.platform.internal.WildFlyStandAloneJtaPlatform
 
locateTransactionManager() - Method in class org.hibernate.testing.jta.TestingJtaPlatformImpl
 
locateUserDefinedType(Identifier) - Method in class org.hibernate.boot.model.relational.Namespace
Returns the UDT with the specified logical UDT name.
locateUserTransaction() - Method in class org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
 
locateUserTransaction() - Method in class org.hibernate.engine.transaction.jta.platform.internal.AtomikosJtaPlatform
 
locateUserTransaction() - Method in class org.hibernate.engine.transaction.jta.platform.internal.BitronixJtaPlatform
 
locateUserTransaction() - Method in class org.hibernate.engine.transaction.jta.platform.internal.BorlandEnterpriseServerJtaPlatform
 
locateUserTransaction() - Method in class org.hibernate.engine.transaction.jta.platform.internal.JBossAppServerJtaPlatform
 
locateUserTransaction() - Method in class org.hibernate.engine.transaction.jta.platform.internal.JBossStandAloneJtaPlatform
 
locateUserTransaction() - Method in class org.hibernate.engine.transaction.jta.platform.internal.JOnASJtaPlatform
 
locateUserTransaction() - Method in class org.hibernate.engine.transaction.jta.platform.internal.JOTMJtaPlatform
 
locateUserTransaction() - Method in class org.hibernate.engine.transaction.jta.platform.internal.JRun4JtaPlatform
 
locateUserTransaction() - Method in class org.hibernate.engine.transaction.jta.platform.internal.OC4JJtaPlatform
 
locateUserTransaction() - Method in class org.hibernate.engine.transaction.jta.platform.internal.OrionJtaPlatform
 
locateUserTransaction() - Method in class org.hibernate.engine.transaction.jta.platform.internal.ResinJtaPlatform
 
locateUserTransaction() - Method in class org.hibernate.engine.transaction.jta.platform.internal.SapNetWeaverJtaPlatform
 
locateUserTransaction() - Method in class org.hibernate.engine.transaction.jta.platform.internal.SunOneJtaPlatform
 
locateUserTransaction() - Method in class org.hibernate.engine.transaction.jta.platform.internal.WeblogicJtaPlatform
 
locateUserTransaction() - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform
 
locateUserTransaction() - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereJtaPlatform
 
locateUserTransaction() - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereLibertyJtaPlatform
 
locateUserTransaction() - Method in class org.hibernate.engine.transaction.jta.platform.internal.WildFlyStandAloneJtaPlatform
 
locateUserTransaction() - Method in class org.hibernate.testing.jta.TestingJtaPlatformImpl
 
lock(long, UUID, long) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess.Item
 
lock(long, UUID, long) - Method in interface org.hibernate.cache.spi.support.AbstractReadWriteAccess.Lockable
Locks this entry, stamping it with the UUID and lockId given, with the lock timeout occurring at the specified time.
lock(long, UUID, long) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess.SoftLockImpl
 
lock(Object) - Method in interface org.hibernate.Session.LockRequest
Deprecated.
Perform the requested locking.
lock(Object, LockModeType) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
lock(Object, LockModeType) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
lock(Object, LockModeType) - Method in class org.hibernate.internal.SessionImpl
 
lock(Object, LockModeType, Map<String, Object>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
lock(Object, LockModeType, Map<String, Object>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
lock(Object, LockModeType, Map<String, Object>) - Method in class org.hibernate.internal.SessionImpl
 
lock(Object, Object, Object, int, EventSource) - Method in interface org.hibernate.dialect.lock.LockingStrategy
Acquire an appropriate type of lock on the underlying data that will endure until the end of the current transaction.
lock(Object, Object, Object, int, EventSource) - Method in class org.hibernate.dialect.lock.OptimisticForceIncrementLockingStrategy
 
lock(Object, Object, Object, int, EventSource) - Method in class org.hibernate.dialect.lock.OptimisticLockingStrategy
 
lock(Object, Object, Object, int, EventSource) - Method in class org.hibernate.dialect.lock.PessimisticForceIncrementLockingStrategy
 
lock(Object, Object, Object, int, EventSource) - Method in class org.hibernate.dialect.lock.PessimisticReadSelectLockingStrategy
 
lock(Object, Object, Object, int, EventSource) - Method in class org.hibernate.dialect.lock.PessimisticReadUpdateLockingStrategy
 
lock(Object, Object, Object, int, EventSource) - Method in class org.hibernate.dialect.lock.PessimisticWriteSelectLockingStrategy
 
lock(Object, Object, Object, int, EventSource) - Method in class org.hibernate.dialect.lock.PessimisticWriteUpdateLockingStrategy
 
lock(Object, Object, Object, int, EventSource) - Method in class org.hibernate.dialect.lock.SelectLockingStrategy
 
lock(Object, Object, Object, int, EventSource) - Method in class org.hibernate.dialect.lock.UpdateLockingStrategy
 
lock(Object, Object, Object, LockMode, EventSource) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
lock(Object, Object, Object, LockMode, EventSource) - Method in interface org.hibernate.persister.entity.EntityPersister
Do a version check (optional operation)
lock(Object, Object, Object, LockOptions, EventSource) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
lock(Object, Object, Object, LockOptions, EventSource) - Method in interface org.hibernate.persister.entity.EntityPersister
Do a version check (optional operation)
lock(Object, LockMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
lock(Object, LockMode) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
lock(Object, LockMode) - Method in class org.hibernate.internal.SessionImpl
 
lock(Object, LockMode) - Method in interface org.hibernate.Session
Obtain the specified lock level on the given managed instance associated with this session.
lock(Object, LockOptions) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
lock(Object, LockOptions) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
lock(Object, LockOptions) - Method in class org.hibernate.internal.SessionImpl
 
lock(Object, LockOptions) - Method in interface org.hibernate.Session
Obtain a lock on the given managed instance associated with this session, using the given lock options.
lock(String, Object) - Method in interface org.hibernate.Session.LockRequest
lock(String, Object, LockMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
lock(String, Object, LockMode) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
lock(String, Object, LockMode) - Method in class org.hibernate.internal.SessionImpl
 
lock(String, Object, LockMode) - Method in interface org.hibernate.Session
lock(String, Object, LockOptions) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
lock(String, Object, LockOptions) - Method in interface org.hibernate.engine.spi.SessionImplementor
Cascade the lock operation to the given child entity.
lock(String, Object, LockOptions) - Method in class org.hibernate.internal.SessionImpl
 
LOCK - org.hibernate.annotations.CascadeType
A cascade type for the lock() operation.
LOCK - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
LOCK - Static variable in class org.hibernate.engine.spi.CascadeStyles
lock
LOCK - Static variable in class org.hibernate.engine.spi.CascadingActions
 
LOCK - Static variable in class org.hibernate.event.spi.EventType
 
LOCK_MODE - Static variable in class org.hibernate.engine.internal.AbstractEntityEntry.EnumState
 
Lockable - Interface in org.hibernate.persister.entity
Deprecated, for removal: This API element is subject to removal in a future version.
LockAcquisitionException - Exception in org.hibernate.exception
A JDBCException indicating a problem acquiring a lock on the database.
LockAcquisitionException(String, SQLException) - Constructor for exception org.hibernate.exception.LockAcquisitionException
 
LockAcquisitionException(String, SQLException, String) - Constructor for exception org.hibernate.exception.LockAcquisitionException
 
lockCacheItem() - Method in class org.hibernate.action.internal.EntityDeleteAction
 
lockCacheItem(Object) - Method in class org.hibernate.action.internal.EntityUpdateAction
 
LockEvent - Class in org.hibernate.event.spi
Defines an event class for the locking of an entity.
LockEvent(Object, LockMode, EventSource) - Constructor for class org.hibernate.event.spi.LockEvent
 
LockEvent(Object, LockOptions, EventSource) - Constructor for class org.hibernate.event.spi.LockEvent
 
LockEvent(String, Object, LockMode, EventSource) - Constructor for class org.hibernate.event.spi.LockEvent
 
LockEvent(String, Object, LockOptions, EventSource) - Constructor for class org.hibernate.event.spi.LockEvent
 
LockEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of lock events generated from a session.
LockingStrategy - Interface in org.hibernate.dialect.lock
A strategy abstraction for how locks are obtained in the underlying database.
LockingStrategyException - Exception in org.hibernate.dialect.lock
Represents an error trying to apply a LockingStrategy to an entity
LockingStrategyException(Object, String) - Constructor for exception org.hibernate.dialect.lock.LockingStrategyException
Constructs a LockingStrategyException
LockingStrategyException(Object, String, Throwable) - Constructor for exception org.hibernate.dialect.lock.LockingStrategyException
Constructs a LockingStrategyException
lockItem(SharedSessionContractImplementor, Object, Object) - Method in interface org.hibernate.cache.spi.access.CachedDomainDataAccess
We are going to attempt to update/delete the keyed object.
lockItem(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.AbstractCollectionDataAccess
 
lockItem(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.AbstractEntityDataAccess
 
lockItem(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.AbstractNaturalIdDataAccess
 
lockItem(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess
 
lockItem(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.CollectionReadWriteAccess
 
lockMode - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryCollectionLoadReturnType
 
lockMode - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryJoinReturnType
 
lockMode - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
 
lockMode - Variable in class org.hibernate.boot.jaxb.mapping.JaxbNamedQuery
 
lockMode - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedQuery
 
LockMode - Enum in org.hibernate
Instances represent a lock mode for a row of a relational database table.
LockModeConverter - Class in org.hibernate.boot.jaxb.hbm.internal
 
LockModeConverter - Class in org.hibernate.internal.util
Helper to deal with conversions (both directions) between LockMode and LockModeType.
LockModeConverter() - Constructor for class org.hibernate.boot.jaxb.hbm.internal.LockModeConverter
 
LockModeEnumMap<V> - Class in org.hibernate.internal.util.collections
A concurrent safe EnumMap<LockMode>, suitable to lazily associate values to the enum keys.
LockModeEnumMap() - Constructor for class org.hibernate.internal.util.collections.LockModeEnumMap
 
LockModeType - Enum in org.hibernate.jpamodelgen.xml.jaxb
Java class for lock-mode-type.
LockModeTypeHelper - Class in org.hibernate.jpa.internal.util
Helper to deal with LockModeType <-> LockMode conversions.
LockModeTypeMarshalling - Class in org.hibernate.boot.jaxb.mapping.marshall
JAXB marshalling for LockModeType
LockModeTypeMarshalling() - Constructor for class org.hibernate.boot.jaxb.mapping.marshall.LockModeTypeMarshalling
 
lockOptions - Variable in class org.hibernate.sql.SimpleSelect
 
LockOptions - Class in org.hibernate
Contains a set of options describing how a row of a database table mapped by an entity should be locked.
LockOptions() - Constructor for class org.hibernate.LockOptions
Construct an instance with mode LockMode.NONE and timeout LockOptions.WAIT_FOREVER.
LockOptions(LockMode) - Constructor for class org.hibernate.LockOptions
Construct an instance with the given mode and LockOptions.WAIT_FOREVER.
LockOptions(LockMode, int) - Constructor for class org.hibernate.LockOptions
Construct an instance with the given mode and timeout.
LockOptions(LockMode, int, PessimisticLockScope) - Constructor for class org.hibernate.LockOptions
Construct an instance with the given mode, timeout, and scope.
LockOptionsHelper - Class in org.hibernate.jpa.internal.util
 
lockRegion() - Method in interface org.hibernate.cache.spi.access.CachedDomainDataAccess
Lock the entire region
lockRegion() - Method in class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
 
lockRegion() - Method in class org.hibernate.cache.spi.support.AbstractCollectionDataAccess
 
lockRegion() - Method in class org.hibernate.cache.spi.support.AbstractEntityDataAccess
 
lockRegion() - Method in class org.hibernate.cache.spi.support.AbstractNaturalIdDataAccess
 
lockRegion() - Method in class org.hibernate.cache.spi.support.EntityReadWriteAccess
 
LockTimeoutException - Exception in org.hibernate.exception
A JDBCException indicating that a lock request timed out on the database.
LockTimeoutException(String, SQLException) - Constructor for exception org.hibernate.exception.LockTimeoutException
 
LockTimeoutException(String, SQLException, String) - Constructor for exception org.hibernate.exception.LockTimeoutException
 
log - Static variable in class org.hibernate.query.spi.AbstractQuery
 
log - Static variable in interface org.hibernate.query.sqm.tree.SqmNode
 
log - Variable in class org.hibernate.testing.junit4.BaseUnitTestCase
 
log() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
For databases where the first parameter is the base
log(Expression<? extends Number>, Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create an expression that returns the logarithm of x to the base b.
log(Expression<? extends Number>, Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
log(Expression<? extends Number>, Expression<? extends Number>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
log(Number, Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
log(Number, Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
log(Number, Expression<? extends Number>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
LOG - org.hibernate.id.SequenceMismatchStrategy
When detecting a mismatch, Hibernate simply logs the sequence whose entity mapping configuration conflicts with the one found in the database.
LOG_BASE2OF10 - Static variable in class org.hibernate.dialect.Dialect
 
LOG_JDBC_WARNINGS - Static variable in interface org.hibernate.cfg.JdbcSettings
When enabled, specifies that JDBC statement warnings should be logged.
log_ln() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
log_log() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
SQL Server defines parameters in reverse order
log_loglog() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
For Sybase
LOG_SESSION_METRICS - Static variable in interface org.hibernate.cfg.SessionEventSettings
Controls whether session metrics should be logged for any session in which statistics are being collected.
LOG_SLOW_QUERY - Static variable in interface org.hibernate.cfg.JdbcSettings
Specifies a duration in milliseconds defining the minimum query execution time that characterizes a "slow" query.
log10() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
log10(Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create an expression that returns the base-10 logarithm of its argument.
log10(Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
log10(Expression<? extends Number>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
log10_log() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
For Oracle and HANA
log2() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
Log4J2DelegatingLogger - Class in org.hibernate.testing.logger
A Logger implementation which delegates to Log4J2 but makes it possible to test for events being logged (not logged).
logAndClearWarnings(Connection) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
Standard (legacy) behavior for logging warnings associated with a JDBC Connection and clearing them.
logAndClearWarnings(Statement) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
 
logBadHbmAttributeConverterType(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
logBinding(int, int, Object) - Static method in interface org.hibernate.type.descriptor.JdbcBindingLogging
 
logBinding(String, int, Object) - Static method in interface org.hibernate.type.descriptor.JdbcBindingLogging
 
logCannotLocateIndexColumnInformation(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
logCannotUnsetUnexpectedSessionInCollection(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
logDeprecatedHbmXmlProcessing(SourceType, String) - Method in interface org.hibernate.internal.log.DeprecationLogger
Different from DeprecationLogger.deprecatedSetting(java.lang.String, java.lang.String) in that sometimes there is no direct alternative
logDeprecatedNamingStrategyAntArgument() - Method in interface org.hibernate.internal.log.DeprecationLogger
Log a warning about an attempt to specify unsupported NamingStrategy
logDeprecatedNamingStrategyArgument() - Method in interface org.hibernate.internal.log.DeprecationLogger
Log a warning about an attempt to specify unsupported NamingStrategy
logDeprecatedTransactionFactorySetting(String, String) - Method in interface org.hibernate.internal.log.DeprecationLogger
 
logDeprecationOfEmbedXmlSupport() - Method in interface org.hibernate.internal.log.DeprecationLogger
 
logDeprecationOfNonNamedIdAttribute(String) - Method in interface org.hibernate.internal.log.DeprecationLogger
 
logDomainResultGraph(String, List<DomainResult<?>>) - Static method in class org.hibernate.sql.results.graph.DomainResultGraphPrinter
 
logDomainResultGraph(List<DomainResult<?>>) - Static method in class org.hibernate.sql.results.graph.DomainResultGraphPrinter
 
logExceptions(SQLException, String) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
Log the given (and any nested) exception.
logExtracted(int, int, Object) - Static method in interface org.hibernate.type.descriptor.JdbcExtractingLogging
 
logExtracted(String, int, Object) - Static method in interface org.hibernate.type.descriptor.JdbcExtractingLogging
 
logFileDoesNotExist(URL) - Method in interface org.hibernate.internal.log.UrlMessageBundle
Logs a warning that the File (file/directory) to which the URL resolved reported that it did not exist.
logFileIsNotDirectory(URL) - Method in interface org.hibernate.internal.log.UrlMessageBundle
Logs a warning indicating that the URL resolved to a File that we were expecting to be a directory, but File.isDirectory() reported it was not.
logFlushResults(FlushEvent) - Method in class org.hibernate.event.internal.AbstractFlushingEventListener
 
loggable(Set<ValidationMode>) - Static method in enum org.hibernate.boot.beanvalidation.ValidationMode
 
LOGGABLE_FORMATTER - Static variable in class org.hibernate.type.descriptor.java.JdbcTimeJavaType
loggableMetadata() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
Deprecated.
 
loggableMetadata() - Method in class org.hibernate.tuple.component.AbstractCompositionAttribute
Deprecated.
 
loggableMetadata() - Method in class org.hibernate.tuple.entity.EntityBasedAssociationAttribute
Deprecated.
 
loggablePropertyValueString(Object) - Static method in exception org.hibernate.PropertySetterAccessException
 
LoggableUserType - Interface in org.hibernate.usertype
Marker interface for user types which want to perform custom logging of their corresponding values
loggedEvent(Logger.Level, String, Throwable) - Method in interface org.hibernate.testing.logger.LogListener
 
loggedEvent(Logger.Level, String, Throwable) - Method in class org.hibernate.testing.logger.TriggerOnPrefixLogListener
 
loggedEvent(Logger.Level, String, Throwable) - Method in class org.hibernate.testing.orm.junit.MessageKeyWatcherImpl
 
logger() - Method in annotation type org.hibernate.testing.orm.junit.MessageKeyInspection
The logger to watch on
logger(Class) - Static method in class org.hibernate.envers.internal.EnversLogging
 
logger(Class) - Static method in class org.hibernate.internal.CoreLogging
 
logger(Class<?>) - Static method in class org.hibernate.internal.HEMLogging
 
logger(String) - Static method in class org.hibernate.envers.internal.EnversLogging
 
logger(String) - Static method in class org.hibernate.internal.CoreLogging
 
logger(String) - Static method in class org.hibernate.internal.HEMLogging
 
Logger - Annotation Type in org.hibernate.testing.orm.junit
LOGGER - Static variable in interface org.hibernate.bytecode.BytecodeLogging
 
LOGGER - Static variable in interface org.hibernate.bytecode.enhance.spi.interceptor.BytecodeInterceptorLogging
 
LOGGER - Static variable in class org.hibernate.query.sql.NativeQueryLogging
 
LOGGER - Static variable in interface org.hibernate.query.sqm.SqmTreeCreationLogger
 
LOGGER - Static variable in interface org.hibernate.query.sqm.SqmTreeTransformationLogger
 
LOGGER - Static variable in interface org.hibernate.sql.ast.SqlTreeCreationLogger
 
LOGGER - Static variable in interface org.hibernate.sql.results.LoadingLogger
 
LOGGER - Static variable in class org.hibernate.testing.orm.UnclosedFixtureResourcesLogging
 
LOGGER - Static variable in interface org.hibernate.type.descriptor.JdbcBindingLogging
 
LOGGER - Static variable in interface org.hibernate.type.descriptor.JdbcExtractingLogging
 
LOGGER_NAME - Static variable in interface org.hibernate.boot.jaxb.JaxbLogger
 
LOGGER_NAME - Static variable in interface org.hibernate.bytecode.BytecodeLogging
 
LOGGER_NAME - Static variable in interface org.hibernate.bytecode.enhance.spi.interceptor.BytecodeInterceptorLogging
 
LOGGER_NAME - Static variable in interface org.hibernate.cache.spi.SecondLevelCacheLogger
 
LOGGER_NAME - Static variable in interface org.hibernate.dialect.DialectLogging
 
LOGGER_NAME - Static variable in interface org.hibernate.envers.boot.EnversBootLogger
 
LOGGER_NAME - Static variable in interface org.hibernate.graph.internal.GraphParserLogging
 
LOGGER_NAME - Static variable in interface org.hibernate.id.factory.IdGenFactoryLogging
 
LOGGER_NAME - Static variable in interface org.hibernate.internal.log.ConnectionAccessLogger
 
LOGGER_NAME - Static variable in interface org.hibernate.internal.log.ConnectionPoolingLogger
 
LOGGER_NAME - Static variable in interface org.hibernate.internal.log.UrlMessageBundle
 
LOGGER_NAME - Static variable in interface org.hibernate.loader.ast.internal.MultiKeyLoadLogging
 
LOGGER_NAME - Static variable in interface org.hibernate.loader.LoaderLogging
 
LOGGER_NAME - Static variable in interface org.hibernate.metamodel.mapping.MappingModelCreationLogging
 
LOGGER_NAME - Static variable in interface org.hibernate.metamodel.mapping.NaturalIdLogging
 
LOGGER_NAME - Static variable in interface org.hibernate.proxool.internal.ProxoolMessageLogger
 
LOGGER_NAME - Static variable in interface org.hibernate.query.hql.HqlLogging
 
LOGGER_NAME - Static variable in interface org.hibernate.query.QueryLogging
 
LOGGER_NAME - Static variable in interface org.hibernate.query.sqm.SqmTreeCreationLogger
 
LOGGER_NAME - Static variable in interface org.hibernate.query.sqm.SqmTreeTransformationLogger
 
LOGGER_NAME - Static variable in interface org.hibernate.resource.beans.internal.BeansMessageLogger
 
LOGGER_NAME - Static variable in interface org.hibernate.spatial.HSMessageLogger
 
LOGGER_NAME - Static variable in interface org.hibernate.sql.ast.SqlTreeCreationLogger
 
LOGGER_NAME - Static variable in interface org.hibernate.sql.ast.tree.SqlAstTreeLogger
 
LOGGER_NAME - Static variable in interface org.hibernate.sql.exec.SqlExecLogger
 
LOGGER_NAME - Static variable in interface org.hibernate.sql.results.graph.collection.CollectionLoadingLogger
 
LOGGER_NAME - Static variable in interface org.hibernate.sql.results.graph.embeddable.EmbeddableLoadingLogger
 
LOGGER_NAME - Static variable in interface org.hibernate.sql.results.graph.entity.EntityLoadingLogging
 
LOGGER_NAME - Static variable in interface org.hibernate.sql.results.LoadingLogger
 
LOGGER_NAME - Static variable in interface org.hibernate.sql.results.ResultsLogger
 
LoggerInspectionExtension - Class in org.hibernate.testing.orm.logger
 
LoggerInspectionExtension(BasicLogger) - Constructor for class org.hibernate.testing.orm.logger.LoggerInspectionExtension
 
LoggerInspectionExtension.LoggerInspectionRuleBuilder - Class in org.hibernate.testing.orm.logger
 
LoggerInspectionRule - Class in org.hibernate.testing.logger
 
LoggerInspectionRule(BasicLogger) - Constructor for class org.hibernate.testing.logger.LoggerInspectionRule
 
LoggerInspectionRuleBuilder() - Constructor for class org.hibernate.testing.orm.logger.LoggerInspectionExtension.LoggerInspectionRuleBuilder
 
loggerKey(Logger) - Static method in class org.hibernate.testing.orm.junit.MessageKeyWatcherImpl
 
loggerName() - Method in annotation type org.hibernate.testing.orm.junit.Logger
The `Class` used as the base for the logger name.
loggerNameClass() - Method in annotation type org.hibernate.testing.orm.junit.Logger
The `Class` used as the base for the logger name.
loggers() - Method in annotation type org.hibernate.testing.orm.junit.LoggingInspections.Message
Descriptor of the log messages to watch for
LoggingHelper - Class in org.hibernate.internal.log
Helper for logging collection, entity and embeddable information.
LoggingHelper() - Constructor for class org.hibernate.internal.log.LoggingHelper
 
LoggingInspections - Annotation Type in org.hibernate.testing.orm.junit
Injects the ability to watch multiple for log messages being triggered.
LoggingInspections.Message - Annotation Type in org.hibernate.testing.orm.junit
 
LoggingInspectionsExtension - Class in org.hibernate.testing.orm.junit
 
LoggingInspectionsExtension() - Constructor for class org.hibernate.testing.orm.junit.LoggingInspectionsExtension
 
LoggingInspectionsScope - Class in org.hibernate.testing.orm.junit
Manages all of the MessageKeyWatcher defined by LoggingInspectionsScope
LoggingInspectionsScope(LoggingInspections, ExtensionContext) - Constructor for class org.hibernate.testing.orm.junit.LoggingInspectionsScope
 
LoggingInspectionsScopeResolver - Class in org.hibernate.testing.orm.junit
ParameterResolver implementation for resolving LoggingInspectionsScope ParameterResolver
LoggingInspectionsScopeResolver() - Constructor for class org.hibernate.testing.orm.junit.LoggingInspectionsScopeResolver
 
loggingStatistics() - Method in interface org.hibernate.internal.CoreMessageLogger
 
LogHelper - Class in org.hibernate.jpa.internal.util
 
logical() - Method in annotation type org.hibernate.annotations.Synchronize
Specifies whether the table names given by Synchronize.value() should be interpreted as logical or physical names.
LOGICAL_ONE_TO_ONE - org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping.Cardinality
 
LogicalAuditExpression - Class in org.hibernate.envers.query.criteria.internal
 
LogicalAuditExpression(AuditCriterion, AuditCriterion, String) - Constructor for class org.hibernate.envers.query.criteria.internal.LogicalAuditExpression
 
logicalCollectionColumnName(String, String, String) - Method in class org.hibernate.cfg.DefaultComponentSafeNamingStrategy
Deprecated.
 
logicalCollectionColumnName(String, String, String) - Method in class org.hibernate.cfg.DefaultNamingStrategy
Deprecated.
Return the column name if explicit or the concatenation of the property name and the referenced column
logicalCollectionColumnName(String, String, String) - Method in class org.hibernate.cfg.ImprovedNamingStrategy
Deprecated.
Return the column name if explicit or the concatenation of the property name and the referenced column
logicalCollectionColumnName(String, String, String) - Method in interface org.hibernate.cfg.NamingStrategy
Deprecated.
Returns the logical foreign key column name used to refer to this column in the mapping metadata
logicalCollectionColumnName(String, String, String) - Method in class org.hibernate.cfg.PersistenceStandardNamingStrategy
Deprecated.
 
logicalCollectionTableName(String, String, String, String) - Method in class org.hibernate.cfg.DefaultComponentSafeNamingStrategy
Deprecated.
 
logicalCollectionTableName(String, String, String, String) - Method in class org.hibernate.cfg.DefaultNamingStrategy
Deprecated.
Returns either the table name if explicit or if there is an associated table, the concatenation of owner entity table and associated table otherwise the concatenation of owner entity table and the unqualified property name
logicalCollectionTableName(String, String, String, String) - Method in class org.hibernate.cfg.ImprovedNamingStrategy
Deprecated.
Returns either the table name if explicit or if there is an associated table, the concatenation of owner entity table and associated table otherwise the concatenation of owner entity table and the unqualified property name
logicalCollectionTableName(String, String, String, String) - Method in interface org.hibernate.cfg.NamingStrategy
Deprecated.
Returns the logical collection table name used to refer to a table in the mapping metadata
logicalCollectionTableName(String, String, String, String) - Method in class org.hibernate.cfg.PersistenceStandardNamingStrategy
Deprecated.
 
logicalColumnName(String, String) - Method in class org.hibernate.cfg.DefaultComponentSafeNamingStrategy
Deprecated.
 
logicalColumnName(String, String) - Method in class org.hibernate.cfg.DefaultNamingStrategy
Deprecated.
Return the column name or the unqualified property name
logicalColumnName(String, String) - Method in class org.hibernate.cfg.ImprovedNamingStrategy
Deprecated.
Return the column name or the unqualified property name
logicalColumnName(String, String) - Method in interface org.hibernate.cfg.NamingStrategy
Deprecated.
Return the logical column name used to refer to a column in the metadata (like index, unique constraints etc) A full bijection is required between logicalNames and physical ones logicalName have to be case insensitively unique for a given table
logicalColumnName(String, String) - Method in class org.hibernate.cfg.PersistenceStandardNamingStrategy
Deprecated.
 
logicalConnection() - Method in class org.hibernate.engine.jdbc.internal.MutationStatementPreparerImpl
 
LogicalConnection - Interface in org.hibernate.resource.jdbc
Represents a continuous logical connection to the database to the database via JDBC.
logicalConnectionClosed() - Method in interface org.hibernate.engine.jdbc.spi.ConnectionObserver
The logical connection was closed.
logicalConnectionClosed() - Method in class org.hibernate.engine.jdbc.spi.ConnectionObserverAdapter
 
logicalConnectionClosed() - Method in class org.hibernate.internal.ConnectionObserverStatsBridge
 
logicalConnectionClosed() - Method in interface org.hibernate.internal.CoreMessageLogger
 
LogicalConnectionImplementor - Interface in org.hibernate.resource.jdbc.spi
SPI contract for LogicalConnection.
LogicalConnectionManagedImpl - Class in org.hibernate.resource.jdbc.internal
Represents a LogicalConnection where we manage obtaining and releasing the Connection as needed.
LogicalConnectionManagedImpl(JdbcConnectionAccess, JdbcSessionContext, ResourceRegistry, JdbcServices) - Constructor for class org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl
 
LogicalConnectionProvidedImpl - Class in org.hibernate.resource.jdbc.internal
 
LogicalConnectionProvidedImpl(Connection, ResourceRegistry) - Constructor for class org.hibernate.resource.jdbc.internal.LogicalConnectionProvidedImpl
 
logicalConnectionReleasingPhysicalConnection() - Method in interface org.hibernate.internal.CoreMessageLogger
 
logInitializers() - Method in class org.hibernate.sql.results.internal.NavigablePathMapToInitializer
 
LogInspectionHelper - Class in org.hibernate.testing.logger
Test helper to listen for logging events.
LogListener - Interface in org.hibernate.testing.logger
 
logMalformedUrl(URL, URISyntaxException) - Method in interface org.hibernate.internal.log.UrlMessageBundle
Logs a warning about a malformed URL, caused by a URISyntaxException
logMessage(Diagnostic.Kind, String) - Method in class org.hibernate.jpamodelgen.Context
 
logNullBinding(int, int) - Static method in interface org.hibernate.type.descriptor.JdbcBindingLogging
 
logNullBinding(String, int) - Static method in interface org.hibernate.type.descriptor.JdbcBindingLogging
 
logNullExtracted(int, int) - Static method in interface org.hibernate.type.descriptor.JdbcExtractingLogging
 
logNullExtracted(String, int) - Static method in interface org.hibernate.type.descriptor.JdbcExtractingLogging
 
logPersistenceUnitInformation(PersistenceUnitDescriptor) - Static method in class org.hibernate.jpa.internal.util.LogHelper
 
logSlowQuery(String, long, JdbcSessionContext) - Method in class org.hibernate.engine.jdbc.spi.SqlStatementLogger
Log a slow SQL query
logSlowQuery(Statement, long, JdbcSessionContext) - Method in class org.hibernate.engine.jdbc.spi.SqlStatementLogger
Log a slow SQL query
logSqlAst(Statement) - Static method in class org.hibernate.sql.ast.SqlTreePrinter
 
logStatement(String) - Method in class org.hibernate.engine.jdbc.spi.SqlStatementLogger
Log a SQL statement string.
logStatement(String, Formatter) - Method in class org.hibernate.engine.jdbc.spi.SqlStatementLogger
Log a SQL statement string using the specified formatter
logStaticSQL() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
logStaticSQL() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
logSummary() - Method in class org.hibernate.stat.internal.StatisticsImpl
 
logSummary() - Method in interface org.hibernate.stat.Statistics
Log the main statistics at level INFO.
logTree(SqmQuerySpec, String) - Static method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
logTree(SqmStatement) - Static method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
logUnableToFindFileByUrl(URL, Exception) - Method in interface org.hibernate.internal.log.UrlMessageBundle
Logs a warning about not being able to find a file by a specified URL.
logUnexpectedSessionInCollectionNotConnected(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
logUseOfReservedWordAsIdentifier(Token) - Method in class org.hibernate.grammars.hql.HqlParser
 
logVersion() - Static method in class org.hibernate.Version
Logs the Hibernate version (using Version.getVersionString()) to the logging system.
logWarning(String, String) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper.StandardWarningHandler
 
logWarning(String, String) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper.WarningHandlerLoggingSupport
Delegate to log common details of a warning
LONG - org.hibernate.query.sqm.CastType
 
LONG - org.hibernate.query.sqm.tree.expression.NumericTypeCategory
 
LONG - Static variable in class org.hibernate.Length
Used to select a variable-length SQL type large enough to contain values of maximum length 32600.
LONG - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Long to JDBC BIGINT.
LONG_LENGTH - Static variable in class org.hibernate.engine.jdbc.Size
 
LONG_LITERAL - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
LONG_LITERAL - Static variable in class org.hibernate.grammars.hql.HqlParser
 
LONG_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
LONG_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
LONG_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.NumericLiteralContext
 
LONG_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.ParameterOrNumberLiteralContext
 
LONG_LITERAL() - Method in class org.hibernate.grammars.ordering.OrderingParser.LiteralContext
 
LONG16 - Static variable in class org.hibernate.Length
The maximum length that fits in 16 bits.
LONG32 - Static variable in class org.hibernate.Length
The maximum length of a Java string or array, that is, the maximum length that fits in 32 bits.
LONG32NVARCHAR - Static variable in class org.hibernate.type.SqlTypes
A type code used internally by the Hibernate Dialect to identify an SqlTypes.NVARCHAR-like type large enough to hold any Java string.
LONG32VARBINARY - Static variable in class org.hibernate.type.SqlTypes
A type code used by the Hibernate SQL dialect to identify a SqlTypes.VARBINARY-like type large enough to hold any Java byte array.
LONG32VARCHAR - Static variable in class org.hibernate.type.SqlTypes
A type code used internally by the Hibernate Dialect to identify a SqlTypes.VARCHAR-like type large enough to hold any Java string.
LongJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for Long handling.
LongJavaType() - Constructor for class org.hibernate.type.descriptor.java.LongJavaType
 
LONGNVARCHAR - Static variable in class org.hibernate.type.SqlTypes
A type code representing the generic SQL type LONGNVARCHAR.
LongNVarcharJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for LONGNVARCHAR handling.
LongNVarcharJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.LongNVarcharJdbcType
 
LongPrimitiveArrayJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for long[] handling.
LongPrimitiveArrayJavaType(JavaType<Long>) - Constructor for class org.hibernate.type.descriptor.java.LongPrimitiveArrayJavaType
 
LONGVARBINARY - Static variable in class org.hibernate.type.SqlTypes
A type code representing the generic SQL type LONGVARBINARY.
LongVarbinaryJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for LONGVARBINARY handling.
LongVarbinaryJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.LongVarbinaryJdbcType
 
LongVarbinaryJdbcType(int) - Constructor for class org.hibernate.type.descriptor.jdbc.LongVarbinaryJdbcType
 
LONGVARCHAR - Static variable in class org.hibernate.type.SqlTypes
A type code representing the generic SQL type LONGVARCHAR.
LongVarcharJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for LONGVARCHAR handling.
LongVarcharJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.LongVarcharJdbcType
 
LongVarcharJdbcType(int) - Constructor for class org.hibernate.type.descriptor.jdbc.LongVarcharJdbcType
 
lower(Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
lower(Expression<String>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
lower(Expression<String>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
lower(Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
LOWER - org.hibernate.engine.jdbc.env.spi.IdentifierCaseStrategy
The identifier is stored in lower case.
lowerUpper() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
LpadRpadPadEmulation - Class in org.hibernate.dialect.function
HQL function inspired by the ANSI SQL trim function, with a funny syntax involving a TrimSpec.
LpadRpadPadEmulation(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.LpadRpadPadEmulation
 
LPAREN - Static variable in class org.hibernate.grammars.graph.GraphLanguageLexer
 
LPAREN - Static variable in class org.hibernate.grammars.graph.GraphLanguageParser
 
LPAREN() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.SubGraphContext
 
LRU - org.hibernate.internal.util.collections.BoundedConcurrentHashMap.Eviction
 
lt(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
lt(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
lt(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
lt(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Perform a "less than" comparison check.
lt(Expression<? extends Number>, Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
lt(Expression<? extends Number>, Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
lt(Expression<? extends Number>, Expression<? extends Number>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
lt(Expression<? extends Number>, Expression<? extends Number>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
lt(Expression<? extends Number>, Number) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
lt(Expression<? extends Number>, Number) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
lt(Expression<? extends Number>, Number) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
lt(Expression<? extends Number>, Number) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
lt(Object) - Method in class org.hibernate.envers.query.criteria.AuditFunction
Apply a "less than" constraint
lt(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
lt(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
lt(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
lt(IntegralDataTypeHolder) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Perform a "less than" comparison check.
lt(T) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "less than" constraint
ltFunction(AuditFunction) - Method in class org.hibernate.envers.query.criteria.AuditFunction
Apply a "less than" constraint to another function
ltFunction(AuditFunction) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "less than" constraint to a function
ltProperty(String) - Method in class org.hibernate.envers.query.criteria.AuditFunction
Apply a "less than" constraint to a property
ltProperty(String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "less than" constraint to another property
ltProperty(String, String) - Method in class org.hibernate.envers.query.criteria.AuditFunction
Apply a "less than" constraint to a property
ltProperty(String, String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "less than" constraint to another property

M

m - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
M - org.hibernate.engine.jdbc.Size.LobMultiplier
 
main(String[]) - Static method in class org.hibernate.id.uuid.CustomVersionOneStrategy
 
main(String[]) - Static method in class org.hibernate.Version
Prints the Hibernate version (using Version.getVersionString()) to SYSOUT.
MAIN - org.hibernate.testing.orm.domain.contacts.Address.Classification
 
MAIN - org.hibernate.testing.orm.domain.contacts.PhoneNumber.Classification
 
major() - Method in annotation type org.hibernate.annotations.DialectOverride.Version
 
majorVersion() - Method in annotation type org.hibernate.testing.orm.junit.RequiresDialect
 
majorVersion() - Method in annotation type org.hibernate.testing.orm.junit.SkipForDialect
 
make() - Method in class org.hibernate.boot.model.internal.BasicValueBinder
 
make(Integer) - Static method in interface org.hibernate.dialect.DatabaseVersion
Factory for DatabaseVersion based on major version (minor and micro set to zero)
make(Integer, Integer) - Static method in interface org.hibernate.dialect.DatabaseVersion
Factory for DatabaseVersion based on major and minor version (micro set to zero)
make(Integer, Integer, Integer) - Static method in interface org.hibernate.dialect.DatabaseVersion
Factory for DatabaseVersion based on major, minor and micro
make(Object...) - Method in interface org.hibernate.jpamodelgen.validation.Mocker
 
make(Function<ByteBuddy, DynamicType.Builder<?>>) - Method in class org.hibernate.bytecode.internal.bytebuddy.ByteBuddyState
 
make(TypePool, Function<ByteBuddy, DynamicType.Builder<?>>) - Method in class org.hibernate.bytecode.internal.bytebuddy.ByteBuddyState
 
make(T1, T2) - Static method in class org.hibernate.envers.tools.Pair
 
make(T1, T2, T3) - Static method in class org.hibernate.envers.internal.tools.Triple
 
makeAttributeConverterDescriptor(AttributeConversionInfo) - Method in class org.hibernate.boot.model.internal.AbstractPropertyHolder
 
makeBinding(QueryParameterImplementor<T>) - Method in class org.hibernate.query.internal.QueryParameterBindingsImpl
 
makeConnection(String, Properties) - Method in class org.hibernate.engine.jdbc.connections.internal.BasicConnectionCreator
 
makeConnection(String, Properties) - Method in class org.hibernate.engine.jdbc.connections.internal.DriverConnectionCreator
 
makeConnection(String, Properties) - Method in class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionCreator
 
makeCopy() - Method in interface org.hibernate.dialect.DatabaseVersion
Make a simple copy of this version object
makeCopy() - Method in class org.hibernate.LockOptions
Make a copy.
makeCopy() - Method in class org.hibernate.query.spi.Limit
 
makeCopy(boolean) - Method in interface org.hibernate.dialect.DatabaseVersion
Make a copy of this version object, possibly converting DatabaseVersion.NO_VERSION to zero
makeCopy(boolean) - Method in interface org.hibernate.graph.Graph
 
makeCopy(boolean) - Method in interface org.hibernate.graph.GraphNode
 
makeCopy(boolean) - Method in class org.hibernate.graph.internal.AttributeNodeImpl
 
makeCopy(boolean) - Method in class org.hibernate.graph.internal.RootGraphImpl
 
makeCopy(boolean) - Method in class org.hibernate.graph.internal.SubGraphImpl
 
makeCopy(boolean) - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
 
makeCopy(boolean) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
makeCopy(boolean) - Method in interface org.hibernate.graph.spi.GraphNodeImplementor
 
makeCopy(boolean) - Method in interface org.hibernate.graph.spi.SubGraphImplementor
 
makeCopy(String) - Method in class org.hibernate.procedure.internal.NamedCallableQueryMementoImpl
 
makeCopy(String) - Method in class org.hibernate.query.criteria.internal.NamedCriteriaQueryMementoImpl
 
makeCopy(String) - Method in class org.hibernate.query.hql.internal.NamedHqlQueryMementoImpl
 
makeCopy(String) - Method in interface org.hibernate.query.named.NamedQueryMemento
Makes a copy of the memento using the specified registration name
makeCopy(String) - Method in class org.hibernate.query.sql.internal.NamedNativeQueryMementoImpl
 
makeCopy(String) - Method in interface org.hibernate.query.sql.spi.NamedNativeQueryMemento
 
makeCopy(String) - Method in interface org.hibernate.query.sqm.spi.NamedSqmQueryMemento
 
makeCopy(Map<K, V>, Function<K, K>, Function<V, V>) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
 
makeCopy(Map<X, Y>) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
 
makeCopy(Set<T>) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
 
makeCopy(SqmCreationProcessingState) - Method in class org.hibernate.query.sqm.tree.domain.SqmBagJoin
 
makeCopy(SqmCreationProcessingState) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedBagJoin
 
makeCopy(SqmCreationProcessingState) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedCrossJoin
 
makeCopy(SqmCreationProcessingState) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedEntityJoin
 
makeCopy(SqmCreationProcessingState) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedListJoin
 
makeCopy(SqmCreationProcessingState) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedMapJoin
 
makeCopy(SqmCreationProcessingState) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedSetJoin
 
makeCopy(SqmCreationProcessingState) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedSingularJoin
 
makeCopy(SqmCreationProcessingState) - Method in class org.hibernate.query.sqm.tree.domain.SqmListJoin
 
makeCopy(SqmCreationProcessingState) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
 
makeCopy(SqmCreationProcessingState) - Method in class org.hibernate.query.sqm.tree.domain.SqmSetJoin
 
makeCopy(SqmCreationProcessingState) - Method in class org.hibernate.query.sqm.tree.domain.SqmSingularJoin
 
makeCopy(SqmCreationProcessingState) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedBagJoin
 
makeCopy(SqmCreationProcessingState) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedListJoin
 
makeCopy(SqmCreationProcessingState) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedMapJoin
 
makeCopy(SqmCreationProcessingState) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSetJoin
 
makeCopy(SqmCreationProcessingState) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSingularJoin
 
makeCopy(SqmCreationProcessingState) - Method in interface org.hibernate.query.sqm.tree.from.SqmAttributeJoin
Deprecated.
makeCopy(SqmCreationProcessingState) - Method in class org.hibernate.query.sqm.tree.from.SqmCrossJoin
 
makeCopy(SqmCreationProcessingState) - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
 
makedateMaketime() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
MySQL/CUBRID
makeDateTimeTimestamp() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Postgres
makeDefensiveCopy() - Method in class org.hibernate.LockOptions
Make a copy, unless this is an immutable instance.
makeDistinct(boolean) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectClause
 
makeDistinct(boolean) - Method in class org.hibernate.sql.ast.tree.select.SelectClause
 
makeEntityEntry() - Static method in class org.hibernate.testing.bytecode.enhancement.EnhancerTestUtils
 
makeEntityManaged() - Method in class org.hibernate.action.internal.AbstractEntityInsertAction
Make the entity "managed" by the persistence context.
makeIdGenerator(SimpleValue, XProperty, String, String, MetadataBuildingContext, Map<String, IdentifierGeneratorDefinition>) - Static method in class org.hibernate.boot.model.internal.GeneratorBinder
Apply an id generation strategy and parameters to the given SimpleValue which represents an identifier.
makeIdGenerator(SimpleValue, XProperty, String, String, MetadataBuildingContext, IdentifierGeneratorDefinition) - Static method in class org.hibernate.boot.model.internal.GeneratorBinder
apply an id generator to a SimpleValue
makeImmutableCopy(String) - Method in interface org.hibernate.graph.spi.RootGraphImplementor
Make an immutable copy of this entity graph, using the given name.
makeInsertSourceSelectQuerySpec(QuerySpec) - Static method in class org.hibernate.query.sqm.mutation.internal.temptable.UpdateExecutionDelegate
 
makeKeySubGraph() - Method in interface org.hibernate.graph.AttributeNode
 
makeKeySubGraph() - Method in class org.hibernate.graph.internal.AttributeNodeImpl
 
makeKeySubGraph() - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
 
makeKeySubGraph(Class<S>) - Method in interface org.hibernate.graph.AttributeNode
 
makeKeySubGraph(Class<S>) - Method in class org.hibernate.graph.internal.AttributeNodeImpl
 
makeKeySubGraph(Class<S>) - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
 
makeKeySubGraph(ManagedDomainType<S>) - Method in class org.hibernate.graph.internal.AttributeNodeImpl
 
makeKeySubGraph(ManagedDomainType<S>) - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
 
makeLoader(EntityMappingType) - Method in class org.hibernate.metamodel.mapping.internal.CompoundNaturalIdMapping
 
makeLoader(EntityMappingType) - Method in class org.hibernate.metamodel.mapping.internal.SimpleNaturalIdMapping
 
makeLoader(EntityMappingType) - Method in interface org.hibernate.metamodel.mapping.NaturalIdMapping
Make a loader capable of loading a single entity by natural-id
makeLob() - Method in class org.hibernate.mapping.SimpleValue
 
makeLobCreatorBuilder() - Static method in class org.hibernate.engine.jdbc.env.internal.LobCreatorBuilderImpl
For used when JDBC Connection is not available.
makeLobCreatorBuilder(Dialect, Map<String, Object>, Connection) - Static method in class org.hibernate.engine.jdbc.env.internal.LobCreatorBuilderImpl
The public factory method for obtaining the appropriate LOB creator (according to given JDBC Connection).
makeMap(Collection<E>, Function<E, K>, Function<E, V>) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
 
makeMap(Collection<V>, Function<V, K>) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
 
makeMultiLoader(EntityMappingType) - Method in class org.hibernate.metamodel.mapping.internal.CompoundNaturalIdMapping
 
makeMultiLoader(EntityMappingType) - Method in class org.hibernate.metamodel.mapping.internal.SimpleNaturalIdMapping
 
makeMultiLoader(EntityMappingType) - Method in interface org.hibernate.metamodel.mapping.NaturalIdMapping
Make a loader capable of loading multiple entities by natural-id
makeNationalized() - Method in class org.hibernate.mapping.SimpleValue
 
makeParameterImpl() - Method in class org.hibernate.mapping.SimpleValue
 
makeParameterMarker() - Method in class org.hibernate.sql.Delete
 
makeParameterMarker() - Method in interface org.hibernate.sql.RestrictionRenderingContext
 
makeParameterMarker() - Method in class org.hibernate.sql.SimpleSelect
 
makeParameterMarker() - Method in class org.hibernate.sql.Update
 
makeProcedureCall(SessionImplementor) - Method in interface org.hibernate.procedure.spi.NamedCallableQueryMemento
Convert the memento back into an executable (connected) form.
makeProcedureCall(SharedSessionContractImplementor) - Method in class org.hibernate.procedure.internal.NamedCallableQueryMementoImpl
 
makeProcedureCall(SharedSessionContractImplementor) - Method in interface org.hibernate.procedure.spi.NamedCallableQueryMemento
Convert the memento back into an executable (connected) form.
makeProcedureCall(SharedSessionContractImplementor, Class<?>...) - Method in class org.hibernate.procedure.internal.NamedCallableQueryMementoImpl
 
makeProcedureCall(SharedSessionContractImplementor, Class<?>...) - Method in interface org.hibernate.procedure.spi.NamedCallableQueryMemento
Convert the memento back into an executable (connected) form.
makeProcedureCall(SharedSessionContractImplementor, String...) - Method in class org.hibernate.procedure.internal.NamedCallableQueryMementoImpl
 
makeProcedureCall(SharedSessionContractImplementor, String...) - Method in interface org.hibernate.procedure.spi.NamedCallableQueryMemento
Convert the memento back into an executable (connected) form.
makeProcedureCall(Session) - Method in interface org.hibernate.procedure.spi.NamedCallableQueryMemento
Convert the memento back into an executable (connected) form.
makeProperty() - Method in class org.hibernate.boot.model.internal.PropertyBinder
 
makePropertyAndBind() - Method in class org.hibernate.boot.model.internal.PropertyBinder
 
makePropertyValueAndBind() - Method in class org.hibernate.boot.model.internal.PropertyBinder
 
makeProxy() - Static method in class org.hibernate.testing.jdbc.JdbcMocks.EmptyResultSetHandler
 
makeQueryResultsRegion(String) - Method in class org.hibernate.cache.internal.EnabledCaching
 
makeQueryResultsRegionAccess(String) - Method in class org.hibernate.cache.internal.EnabledCaching
 
makeRootGraph(String, boolean) - Method in interface org.hibernate.graph.Graph
Create a named root Graph if the given name is not null.
makeRootGraph(String, boolean) - Method in class org.hibernate.graph.internal.AbstractGraph
 
makeRootGraph(String, boolean) - Method in class org.hibernate.graph.internal.RootGraphImpl
 
makeRootGraph(String, boolean) - Method in interface org.hibernate.graph.RootGraph
 
makeRootGraph(String, boolean) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
makeRootGraph(String, boolean) - Method in interface org.hibernate.graph.spi.RootGraphImplementor
 
makeRootGraph(String, boolean) - Method in interface org.hibernate.graph.spi.SubGraphImplementor
 
makeShallowCopy() - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
 
makeSoftDelete(SoftDeleteType) - Method in class org.hibernate.mapping.BasicValue
 
makeSubGraph() - Method in interface org.hibernate.graph.AttributeNode
 
makeSubGraph() - Method in class org.hibernate.graph.internal.AttributeNodeImpl
 
makeSubGraph() - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
 
makeSubGraph(boolean) - Method in interface org.hibernate.graph.Graph
Create a new (mutable or immutable) SubGraph rooted at this Graph.
makeSubGraph(boolean) - Method in class org.hibernate.graph.internal.RootGraphImpl
 
makeSubGraph(boolean) - Method in class org.hibernate.graph.internal.SubGraphImpl
 
makeSubGraph(boolean) - Method in interface org.hibernate.graph.RootGraph
 
makeSubGraph(boolean) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
makeSubGraph(boolean) - Method in interface org.hibernate.graph.spi.RootGraphImplementor
 
makeSubGraph(boolean) - Method in interface org.hibernate.graph.spi.SubGraphImplementor
 
makeSubGraph(Class<S>) - Method in interface org.hibernate.graph.AttributeNode
 
makeSubGraph(Class<S>) - Method in class org.hibernate.graph.internal.AttributeNodeImpl
 
makeSubGraph(Class<S>) - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
 
makeSubGraph(ManagedDomainType<J>, Class<S>) - Static method in class org.hibernate.metamodel.model.domain.internal.DomainModelHelper
 
makeSubGraph(ManagedDomainType<S>) - Method in class org.hibernate.graph.internal.AttributeNodeImpl
 
makeSubGraph(ManagedDomainType<S>) - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
 
makeValue() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
makeValue() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
makeValue() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
makeValue() - Method in interface org.hibernate.id.IntegralDataTypeHolder
Return the internal value.
makeValueThenAdd(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
makeValueThenAdd(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
makeValueThenAdd(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
makeValueThenAdd(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Increment the internal state by the given addend, but return the pre-incremented value.
makeValueThenIncrement() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
makeValueThenIncrement() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
makeValueThenIncrement() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
makeValueThenIncrement() - Method in interface org.hibernate.id.IntegralDataTypeHolder
Increment the internal state, but return the pre-incremented value.
makeVersion() - Method in class org.hibernate.mapping.SimpleValue
 
MALE - org.hibernate.testing.orm.domain.contacts.Contact.Gender
 
MALE - org.hibernate.testing.orm.domain.gambit.EntityOfBasics.Gender
 
malformedUrl(URL, URISyntaxException) - Method in interface org.hibernate.internal.EntityManagerMessageLogger
 
malformedUrlWarning(URL, URISyntaxException) - Method in interface org.hibernate.internal.EntityManagerMessageLogger
 
Mammal - Class in org.hibernate.testing.orm.domain.animal
 
Mammal() - Constructor for class org.hibernate.testing.orm.domain.animal.Mammal
 
Managed - Interface in org.hibernate.engine.spi
Contract for classes (specifically, entities and components/embeddables) that are "managed".
MANAGED - org.hibernate.engine.spi.Status
 
MANAGED - org.hibernate.loader.ast.internal.CacheEntityLoaderHelper.EntityStatus
 
ManagedBean<T> - Interface in org.hibernate.resource.beans.spi
Generalized contract for a (CDI or Spring) "managed bean" as seen by Hibernate
ManagedBeanRegistry - Interface in org.hibernate.resource.beans.spi
A registry for ManagedBean instances.
ManagedBeanRegistryImpl - Class in org.hibernate.resource.beans.internal
Abstract support (template pattern) for ManagedBeanRegistry implementations
ManagedBeanRegistryImpl(BeanContainer) - Constructor for class org.hibernate.resource.beans.internal.ManagedBeanRegistryImpl
 
ManagedBeanRegistryInitiator - Class in org.hibernate.resource.beans.spi
Hibernate's standard initializer for the ManagedBeanRegistry service.
ManagedBeanRegistryInitiator() - Constructor for class org.hibernate.resource.beans.spi.ManagedBeanRegistryInitiator
 
ManagedBeanSettings - Interface in org.hibernate.cfg
 
ManagedComposite - Interface in org.hibernate.engine.spi
Specialized Managed contract for component/embeddable classes.
ManagedDomainType<J> - Interface in org.hibernate.metamodel.model.domain
Extensions to the JPA-defined ManagedType contract.
managedEntitiesIterator() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
managedEntitiesIterator() - Method in interface org.hibernate.engine.spi.PersistenceContext
A read-only iterator on all entities managed by this persistence context
ManagedEntity - Interface in org.hibernate.engine.spi
Specialized Managed contract for entity classes.
ManagedMappedSuperclass - Interface in org.hibernate.engine.spi
Specialized Managed contract for MappedSuperclass classes.
ManagedMappingType - Interface in org.hibernate.metamodel.mapping
Mapping-model corollary to ManagedType
ManagedResources - Interface in org.hibernate.boot.model.process.spi
Represents the result of the first step of the process of building MetadataSources reference into a Metadata reference.
ManagedResourcesImpl - Class in org.hibernate.boot.model.process.internal
 
ManagedResourcesImpl() - Constructor for class org.hibernate.boot.model.process.internal.ManagedResourcesImpl
 
ManagedSessionContext - Class in org.hibernate.context.internal
Represents a CurrentSessionContext the notion of a contextual session is managed by some external entity (generally some form of interceptor, etc).
ManagedSessionContext(SessionFactoryImplementor) - Constructor for class org.hibernate.context.internal.ManagedSessionContext
Constructs a new ManagedSessionContext
managedType(Class<X>) - Method in class org.hibernate.metamodel.model.domain.internal.JpaMetamodelImpl
 
managedType(Class<X>) - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
managedType(Class<X>) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
 
ManagedType - Interface in org.hibernate.boot.jaxb.mapping
Common interface for JAXB bindings representing entities, mapped-superclasses and embeddables (JPA collective calls these "managed types" in terms of its Metamodel api).
ManagedTypeHelper - Class in org.hibernate.engine.internal
This is a helper to encapsulate an optimal strategy to execute type checks for interfaces which attempts to avoid the performance issues tracked as JDK-8180450; the problem is complex and explained better on the OpenJDK tracker; we'll focus on a possible solution here.
ManagedTypeHelper() - Constructor for class org.hibernate.engine.internal.ManagedTypeHelper
 
ManagedTypeHelper.PersistentAttributeInterceptableAction<T> - Interface in org.hibernate.engine.internal
This interface has been introduced to mitigate JDK-8180450.
Sadly, using BiConsumer will trigger a type pollution issue because of generics type-erasure: BiConsumer's actual parameters types on the lambda implemention's BiConsumer.accept(T, U) are stealthy enforced via checkcast, messing up with type check cached data.
ManagedTypeHelper.SelfDirtinessTrackerAction<T> - Interface in org.hibernate.engine.internal
 
ManagedTypeHelper.SelfDirtinessTrackerConsumer - Interface in org.hibernate.engine.internal
 
ManagedTypeRepresentationResolver - Interface in org.hibernate.metamodel.spi
Pluggable strategy handling resolution of ManagedTypeRepresentationStrategy to use.
ManagedTypeRepresentationResolverStandard - Class in org.hibernate.metamodel.internal
 
ManagedTypeRepresentationResolverStandard() - Constructor for class org.hibernate.metamodel.internal.ManagedTypeRepresentationResolverStandard
 
ManagedTypeRepresentationStrategy - Interface in org.hibernate.metamodel.spi
Defines a singular extension point for capabilities pertaining to a representation mode.
manageLocalResolution(Object, Object, EntityMappingType, CachedNaturalIdValueSource) - Method in class org.hibernate.engine.internal.NaturalIdResolutionsImpl
 
manageLocalResolution(Object, Object, EntityMappingType, CachedNaturalIdValueSource) - Method in interface org.hibernate.engine.spi.NaturalIdResolutions
Ensures that the necessary local cross-reference exists.
manageSharedResolution(Object, Object, Object, EntityMappingType, CachedNaturalIdValueSource) - Method in class org.hibernate.engine.internal.NaturalIdResolutionsImpl
 
manageSharedResolution(Object, Object, Object, EntityMappingType, CachedNaturalIdValueSource) - Method in interface org.hibernate.engine.spi.NaturalIdResolutions
Ensures that the necessary cross-reference exists in the L2 cache
manageTransaction(S, Transaction, Consumer<S>) - Static method in class org.hibernate.internal.TransactionManagement
 
manageTransaction(S, Transaction, Function<S, R>) - Static method in class org.hibernate.internal.TransactionManagement
 
MANUAL - org.hibernate.annotations.FlushModeType
Corresponds to FlushMode.MANUAL.
MANUAL - org.hibernate.FlushMode
The Session is only flushed when Session.flush() is called explicitly.
manualDisconnect() - Method in class org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl
 
manualDisconnect() - Method in class org.hibernate.resource.jdbc.internal.LogicalConnectionProvidedImpl
 
manualDisconnect() - Method in interface org.hibernate.resource.jdbc.spi.LogicalConnectionImplementor
Manually disconnect the underlying JDBC Connection.
manualReconnect(Connection) - Method in class org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl
 
manualReconnect(Connection) - Method in class org.hibernate.resource.jdbc.internal.LogicalConnectionProvidedImpl
 
manualReconnect(Connection) - Method in interface org.hibernate.resource.jdbc.spi.LogicalConnectionImplementor
Manually reconnect the underlying JDBC Connection.
many(String, String, MiddleIdData) - Static method in class org.hibernate.envers.internal.entities.ComponentDescription
 
MANY - org.hibernate.envers.internal.entities.ComponentDescription.ComponentType
 
MANY_ANY - org.hibernate.testing.orm.domain.MappingFeature
 
MANY_MANY - org.hibernate.testing.orm.domain.MappingFeature
 
MANY_ONE - org.hibernate.testing.orm.domain.MappingFeature
 
MANY_TO_ANY - org.hibernate.boot.model.source.internal.hbm.XmlElementMetadata
Describes the <many-to-any/> element
MANY_TO_ANY - org.hibernate.boot.model.source.spi.PluralAttributeElementNature
The collection elements represent entity's in a multi-valued ANY mapping.
MANY_TO_ANY - org.hibernate.boot.model.source.spi.PluralAttributeIndexNature
The map key is represented by a Hibernate ANY mapping
MANY_TO_ANY - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
MANY_TO_MANY - org.hibernate.boot.model.source.internal.hbm.XmlElementMetadata
Describes the <many-to-many/> element
MANY_TO_MANY - org.hibernate.boot.model.source.spi.PluralAttributeElementNature
The collection elements represent entity's in a many-to-many association.
MANY_TO_MANY - org.hibernate.boot.model.source.spi.PluralAttributeIndexNature
The map key is an association identified by a column(s) on the collection table.
MANY_TO_MANY - org.hibernate.boot.model.source.spi.PluralAttributeMapKeySource.Nature
 
MANY_TO_MANY - org.hibernate.metamodel.AttributeClassification
 
MANY_TO_MANY - org.hibernate.metamodel.mapping.internal.EntityCollectionPart.Cardinality
 
MANY_TO_MANY - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
MANY_TO_ONE - org.hibernate.boot.model.source.internal.hbm.XmlElementMetadata
Describes the <many-to-one/> element
MANY_TO_ONE - org.hibernate.boot.model.source.spi.SingularAttributeNature
 
MANY_TO_ONE - org.hibernate.metamodel.AttributeClassification
 
MANY_TO_ONE - org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping.Cardinality
 
MANY_TO_ONE - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
manyOperations(MutationType, MutationTarget, MutationOperation[]) - Static method in class org.hibernate.sql.model.internal.MutationOperationGroupFactory
 
manyToAny - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
manyToAny - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
manyToAny - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
manyToAny - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
manyToAny - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
manyToAny - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
ManyToAny - Annotation Type in org.hibernate.annotations
Maps a to-many cardinality association taking values over several entity types which are not related by the usual entity inheritance, using a discriminator value stored in an association table.
manyToMany - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
manyToMany - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
manyToMany - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
manyToMany - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
manyToMany - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
manyToMany - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
manyToMany - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
 
manyToMany - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddableAttributes
 
ManyToMany - Class in org.hibernate.jpamodelgen.xml.jaxb
 
ManyToMany() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
 
manyToManyAttributes - Variable in class org.hibernate.boot.jaxb.mapping.JaxbAttributes
 
manyToManyAttributes - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEmbeddableAttributes
 
ManyToManyCollectionPart - Class in org.hibernate.metamodel.mapping.internal
Entity-valued collection-part mapped through a join table.
ManyToManyCollectionPart(CollectionPart.Nature, Collection, CollectionPersister, EntityMappingType, NotFoundAction, MappingModelCreationProcess) - Constructor for class org.hibernate.metamodel.mapping.internal.ManyToManyCollectionPart
 
ManyToManyCollectionPart(CollectionPart.Nature, Collection, CollectionPersister, EntityMappingType, MappingModelCreationProcess) - Constructor for class org.hibernate.metamodel.mapping.internal.ManyToManyCollectionPart
 
manyToOne - Variable in class org.hibernate.boot.jaxb.mapping.JaxbNaturalId
 
manyToOne - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
 
manyToOne - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddableAttributes
 
manyToOne(String, boolean, String, String, boolean, boolean, boolean, boolean, MetadataBuildingContext) - Static method in class org.hibernate.mapping.MappingHelper
 
ManyToOne - Class in org.hibernate.jpamodelgen.xml.jaxb
 
ManyToOne - Class in org.hibernate.mapping
A mapping model object representing a many-to-one association.
ManyToOne() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
 
ManyToOne(MetadataBuildingContext, Table) - Constructor for class org.hibernate.mapping.ManyToOne
 
ManyToOneAttribute - Class in org.hibernate.envers.boot.model
Represents a plural attribute mapping of a many-to-one or key-many-to-one.
ManyToOneAttribute(String, String, boolean, boolean, boolean, String) - Constructor for class org.hibernate.envers.boot.model.ManyToOneAttribute
 
ManyToOneAttribute(ManyToOneAttribute) - Constructor for class org.hibernate.envers.boot.model.ManyToOneAttribute
 
ManyToOneAttributeColumnsAndFormulasSource - Class in org.hibernate.boot.model.source.internal.hbm
ColumnAndFormulaSource implementation handling many-to-one attribute mappings.
ManyToOneAttributeColumnsAndFormulasSource(JaxbHbmManyToOneType) - Constructor for class org.hibernate.boot.model.source.internal.hbm.ManyToOneAttributeColumnsAndFormulasSource
 
manyToOneAttributes - Variable in class org.hibernate.boot.jaxb.mapping.JaxbAttributes
 
manyToOneAttributes - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEmbeddableAttributes
 
ManyToOnePropertySource - Class in org.hibernate.boot.model.source.internal.hbm
PropertySource implementation handling many-to-one attribute mappings.
ManyToOnePropertySource(JaxbHbmManyToOneType) - Constructor for class org.hibernate.boot.model.source.internal.hbm.ManyToOnePropertySource
 
ManyToOneType - Class in org.hibernate.type
A many-to-one association to an entity.
ManyToOneType(String, TypeConfiguration) - Constructor for class org.hibernate.type.ManyToOneType
 
ManyToOneType(ManyToOneType, String) - Constructor for class org.hibernate.type.ManyToOneType
 
ManyToOneType(TypeConfiguration, String) - Constructor for class org.hibernate.type.ManyToOneType
Creates a many-to-one association type with the given referenced entity.
ManyToOneType(TypeConfiguration, String, boolean) - Constructor for class org.hibernate.type.ManyToOneType
Creates a many-to-one association type with the given referenced entity and the given laziness characteristic
ManyToOneType(TypeConfiguration, String, boolean, String, String, boolean, boolean, boolean, boolean) - Constructor for class org.hibernate.type.ManyToOneType
 
map - Variable in class org.hibernate.collection.spi.PersistentMap
 
map - Variable in class org.hibernate.spatial.BaseSqmFunctionDescriptors
 
map() - Static method in class org.hibernate.Hibernate
Obtain an instance of Hibernate.CollectionInterface representing persistent maps of a given key and value types.
map() - Static method in class org.hibernate.internal.util.collections.CollectionHelper
Build a map whose size is unknown.
map(Properties) - Static method in class org.hibernate.internal.util.PropertiesHelper
Pretend that a Properties object is really a Map<String,Object>, which of course it should be anyway.
map(SessionImplementor, Map<String, Object>, String[], Object[], Object[]) - Method in interface org.hibernate.envers.internal.entities.mapper.ExtendedPropertyMapper
 
map(SessionImplementor, Map<String, Object>, String[], Object[], Object[]) - Method in class org.hibernate.envers.internal.entities.mapper.MultiDynamicComponentMapper
 
map(SessionImplementor, Map<String, Object>, String[], Object[], Object[]) - Method in class org.hibernate.envers.internal.entities.mapper.MultiPropertyMapper
 
map(SessionImplementor, Map<String, Object>, String[], Object[], Object[]) - Method in class org.hibernate.envers.internal.entities.mapper.SubclassPropertyMapper
 
Map - Class in org.hibernate.mapping
A mapping model object representing a collection of type Map.
Map(Supplier<ManagedBean<? extends UserCollectionType>>, PersistentClass, MetadataBuildingContext) - Constructor for class org.hibernate.mapping.Map
 
Map(MetadataBuildingContext, PersistentClass) - Constructor for class org.hibernate.mapping.Map
 
MAP - org.hibernate.boot.model.source.internal.hbm.XmlElementMetadata
Describes the <map/> element
MAP - org.hibernate.boot.model.source.spi.PluralAttributeNature
 
MAP - org.hibernate.metamodel.CollectionClassification
A collection following the semantics of Map
MAP - org.hibernate.metamodel.RepresentationMode
 
MAP - org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
 
MAP - org.hibernate.query.sqm.DynamicInstantiationNature
The target identified a Map instantiation.
MAP - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
MAP - Static variable in class org.hibernate.grammars.hql.HqlParser
 
MAP - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
MAP() - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationTargetContext
 
MAP() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
MAP_ATTRIBUTE - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
MAP_KEY - org.hibernate.boot.model.internal.BasicValueBinder.Kind
 
MAP_KEY - org.hibernate.boot.model.source.internal.hbm.XmlElementMetadata
Describes the <map-key/> element
MAP_KEY_CLASS - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
MAP_KEY_MANY_TO_MANY - org.hibernate.boot.model.source.internal.hbm.XmlElementMetadata
Describes the <map-key-many-to-many/> element
MapAttributeImpl<X,​K,​V> - Class in org.hibernate.metamodel.model.domain.internal
 
MapAttributeImpl(PluralAttributeBuilder<X, Map<K, V>, V, K>, MetadataContext) - Constructor for class org.hibernate.metamodel.model.domain.internal.MapAttributeImpl
 
MapBackedClassValue<V> - Class in org.hibernate.internal.util.collections
For efficient lookup based on Class types as key, a ClassValue should be used; however it requires lazy association of values; this helper wraps a plain HashMap but optimises lookups via the ClassValue.
MapBackedClassValue(Map<Class<?>, V>) - Constructor for class org.hibernate.internal.util.collections.MapBackedClassValue
 
MapBinder - Class in org.hibernate.boot.model.internal
A CollectionBinder for maps, whose mapping model type is Map.
MapBinder(Supplier<ManagedBean<? extends UserCollectionType>>, boolean, MetadataBuildingContext) - Constructor for class org.hibernate.boot.model.internal.MapBinder
 
mapCollectionChanges(SessionImplementor, String, PersistentCollection, Serializable, Object) - Method in class org.hibernate.envers.internal.entities.mapper.ComponentPropertyMapper
 
mapCollectionChanges(SessionImplementor, String, PersistentCollection, Serializable, Object) - Method in class org.hibernate.envers.internal.entities.mapper.MultiPropertyMapper
 
mapCollectionChanges(SessionImplementor, String, PersistentCollection, Serializable, Object) - Method in interface org.hibernate.envers.internal.entities.mapper.PropertyMapper
Maps collection changes.
mapCollectionChanges(SessionImplementor, String, PersistentCollection, Serializable, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractCollectionMapper
 
mapCollectionChanges(SessionImplementor, String, PersistentCollection, Serializable, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractToOneMapper
 
mapCollectionChanges(SessionImplementor, String, PersistentCollection, Serializable, Object) - Method in class org.hibernate.envers.internal.entities.mapper.SinglePropertyMapper
 
mapCollectionChanges(SessionImplementor, String, PersistentCollection, Serializable, Object) - Method in class org.hibernate.envers.internal.entities.mapper.SubclassPropertyMapper
 
mapCollectionChanges(SessionImplementor, PersistentCollection, Serializable, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractCollectionMapper
Map collection changes using hash identity.
mapCollectionChanges(SessionImplementor, PersistentCollection, Serializable, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.BasicCollectionMapper
 
mapCollectionChanges(SessionImplementor, PersistentCollection, Serializable, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.ListCollectionMapper
 
mapCollectionChanges(SessionImplementor, PersistentCollection, Serializable, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.MapCollectionMapper
 
MapCollectionInitializor<T extends Map> - Class in org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor
Initializes a map.
MapCollectionInitializor(EnversService, AuditReaderImplementor, RelationQueryGenerator, Object, Number, boolean, Class<? extends T>, MiddleComponentData, MiddleComponentData) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.MapCollectionInitializor
 
MapCollectionMapper<T extends Map> - Class in org.hibernate.envers.internal.entities.mapper.relation
 
MapCollectionMapper(Configuration, CommonCollectionMapperData, Class<? extends T>, Class<? extends T>, MiddleComponentData, MiddleComponentData, boolean) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.MapCollectionMapper
 
MapEntryJavaType - Class in org.hibernate.type.descriptor.java.spi
Descriptor for Map.Entry.
MapEntryJavaType() - Constructor for class org.hibernate.type.descriptor.java.spi.MapEntryJavaType
 
mapEntrySelection() - Method in class org.hibernate.grammars.hql.HqlParser
 
mapEntrySelection() - Method in class org.hibernate.grammars.hql.HqlParser.SelectExpressionContext
 
MapEntrySelectionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.MapEntrySelectionContext
 
MapInitializer - Class in org.hibernate.sql.results.graph.collection.internal
Represents an immediate initialization of some sort (join, select, batch, sub-select) of a persistent Map valued attribute.
MapInitializer(NavigablePath, PluralAttributeMapping, FetchParentAccess, LockMode, DomainResultAssembler<?>, DomainResultAssembler<?>, DomainResultAssembler<?>, DomainResultAssembler<?>) - Constructor for class org.hibernate.sql.results.graph.collection.internal.MapInitializer
 
MapInitializerProducer - Class in org.hibernate.sql.results.graph.collection.internal
 
MapInitializerProducer(PluralAttributeMapping, Fetch, Fetch) - Constructor for class org.hibernate.sql.results.graph.collection.internal.MapInitializerProducer
 
mapKey - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
mapKey - Variable in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
 
mapKey - Variable in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
 
mapKey - Variable in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
 
mapKey - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
 
mapKey - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
 
mapKey - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
 
MapKey - Class in org.hibernate.jpamodelgen.xml.jaxb
 
MapKey() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.MapKey
 
mapKeyAttributeConverterDescriptor(XProperty, XClass) - Method in class org.hibernate.boot.model.internal.CollectionPropertyHolder
 
mapKeyAttributeOverride - Variable in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
 
mapKeyAttributeOverride - Variable in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
 
mapKeyAttributeOverride - Variable in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
 
mapKeyAttributeOverride - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
 
mapKeyAttributeOverride - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
 
mapKeyAttributeOverride - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
 
mapKeyClass - Variable in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
 
mapKeyClass - Variable in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
 
mapKeyClass - Variable in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
 
mapKeyClass - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
 
mapKeyClass - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
 
mapKeyClass - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
 
MapKeyClass - Class in org.hibernate.jpamodelgen.xml.jaxb
 
MapKeyClass() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.MapKeyClass
 
mapKeyColumn - Variable in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
 
mapKeyColumn - Variable in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
 
mapKeyColumn - Variable in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
 
mapKeyColumn - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
 
mapKeyColumn - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
 
mapKeyColumn - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
 
MapKeyColumn - Class in org.hibernate.jpamodelgen.xml.jaxb
 
MapKeyColumn() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
 
MapKeyColumnDelegator - Class in org.hibernate.boot.model.internal
 
MapKeyColumnDelegator(MapKeyColumn) - Constructor for class org.hibernate.boot.model.internal.MapKeyColumnDelegator
 
mapKeyColumns - Variable in class org.hibernate.boot.model.internal.CollectionBinder
 
MapKeyCompositeType - Annotation Type in org.hibernate.annotations
Form of CompositeType for use with map-keys
mapKeyConvert - Variable in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
 
mapKeyConvert - Variable in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
 
mapKeyConvert - Variable in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
 
mapKeyConvert - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
 
mapKeyConvert - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
 
mapKeyConvert - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
 
mapKeyEnumerated - Variable in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
 
mapKeyEnumerated - Variable in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
 
mapKeyEnumerated - Variable in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
 
mapKeyEnumerated - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
 
mapKeyEnumerated - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
 
mapKeyEnumerated - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
 
mapKeyForeignKey - Variable in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
 
mapKeyForeignKey - Variable in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
 
mapKeyForeignKey - Variable in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
 
mapKeyForeignKey - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
 
mapKeyForeignKey - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
 
mapKeyForeignKey - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
 
mapKeyFormula - Variable in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
 
MapKeyJavaType - Annotation Type in org.hibernate.annotations
Form of JavaType for describing the key of a Map
MapKeyJdbcType - Annotation Type in org.hibernate.annotations
Form of JdbcType for describing the key of a Map
MapKeyJdbcTypeCode - Annotation Type in org.hibernate.annotations
Form of JdbcTypeCode for describing the key of a Map
mapKeyJoinColumn - Variable in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
 
mapKeyJoinColumn - Variable in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
 
mapKeyJoinColumn - Variable in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
 
mapKeyJoinColumn - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
 
mapKeyJoinColumn - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
 
mapKeyJoinColumn - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
 
MapKeyJoinColumn - Class in org.hibernate.jpamodelgen.xml.jaxb
 
MapKeyJoinColumn() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
 
MapKeyJoinColumnDelegator - Class in org.hibernate.boot.model.internal
 
MapKeyJoinColumnDelegator(MapKeyJoinColumn) - Constructor for class org.hibernate.boot.model.internal.MapKeyJoinColumnDelegator
 
mapKeyManyToMany - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
mapKeyManyToManyColumns - Variable in class org.hibernate.boot.model.internal.CollectionBinder
 
MapKeyMutability - Annotation Type in org.hibernate.annotations
Form of Mutability for describing the key of a Map
mapKeyNavigablePath() - Method in class org.hibernate.grammars.hql.HqlParser
 
mapKeyNavigablePath() - Method in class org.hibernate.grammars.hql.HqlParser.SyntacticDomainPathContext
 
MapKeyNavigablePathContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.MapKeyNavigablePathContext
 
mapKeyPropertyName - Variable in class org.hibernate.boot.model.internal.CollectionBinder
 
mapKeyTemporal - Variable in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
 
mapKeyTemporal - Variable in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
 
mapKeyTemporal - Variable in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
 
mapKeyTemporal - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
 
mapKeyTemporal - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
 
mapKeyTemporal - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
 
MapKeyType - Annotation Type in org.hibernate.annotations
Form of Type for use with map keys.
MapLazyInitializer - Class in org.hibernate.proxy.map
Lazy initializer for "dynamic-map" entity representations.
mapManagedFlushFailure(String, RuntimeException, SessionImplementor) - Method in class org.hibernate.internal.ExceptionMapperStandardImpl
 
mapManagedFlushFailure(String, RuntimeException, SessionImplementor) - Method in class org.hibernate.jpa.internal.ExceptionMapperLegacyJpaImpl
 
mapManagedFlushFailure(String, RuntimeException, SessionImplementor) - Method in interface org.hibernate.resource.transaction.backend.jta.internal.synchronization.ExceptionMapper
Map an exception encountered during a managed flush to the appropriate runtime-based exception.
MapMember - Class in org.hibernate.metamodel.model.domain.internal
Acts as a virtual Member definition for dynamic (Map-based) models.
MapMember(String, Class<?>) - Constructor for class org.hibernate.metamodel.model.domain.internal.MapMember
 
mapModifiedFlagsToMapForCollectionChange(String, Map<String, Object>) - Method in class org.hibernate.envers.internal.entities.mapper.ComponentPropertyMapper
 
mapModifiedFlagsToMapForCollectionChange(String, Map<String, Object>) - Method in class org.hibernate.envers.internal.entities.mapper.MultiPropertyMapper
 
mapModifiedFlagsToMapForCollectionChange(String, Map<String, Object>) - Method in interface org.hibernate.envers.internal.entities.mapper.PropertyMapper
 
mapModifiedFlagsToMapForCollectionChange(String, Map<String, Object>) - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractCollectionMapper
 
mapModifiedFlagsToMapForCollectionChange(String, Map<String, Object>) - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractOneToOneMapper
 
mapModifiedFlagsToMapForCollectionChange(String, Map<String, Object>) - Method in class org.hibernate.envers.internal.entities.mapper.relation.ToOneIdMapper
 
mapModifiedFlagsToMapForCollectionChange(String, Map<String, Object>) - Method in class org.hibernate.envers.internal.entities.mapper.SinglePropertyMapper
 
mapModifiedFlagsToMapForCollectionChange(String, Map<String, Object>) - Method in class org.hibernate.envers.internal.entities.mapper.SubclassPropertyMapper
 
mapModifiedFlagsToMapFromEntity(SessionImplementor, Map<String, Object>, Object, Object) - Method in class org.hibernate.envers.internal.entities.mapper.ComponentPropertyMapper
 
mapModifiedFlagsToMapFromEntity(SessionImplementor, Map<String, Object>, Object, Object) - Method in class org.hibernate.envers.internal.entities.mapper.MultiDynamicComponentMapper
 
mapModifiedFlagsToMapFromEntity(SessionImplementor, Map<String, Object>, Object, Object) - Method in class org.hibernate.envers.internal.entities.mapper.MultiPropertyMapper
 
mapModifiedFlagsToMapFromEntity(SessionImplementor, Map<String, Object>, Object, Object) - Method in interface org.hibernate.envers.internal.entities.mapper.PropertyMapper
 
mapModifiedFlagsToMapFromEntity(SessionImplementor, Map<String, Object>, Object, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractCollectionMapper
 
mapModifiedFlagsToMapFromEntity(SessionImplementor, Map<String, Object>, Object, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractOneToOneMapper
 
mapModifiedFlagsToMapFromEntity(SessionImplementor, Map<String, Object>, Object, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.ToOneIdMapper
 
mapModifiedFlagsToMapFromEntity(SessionImplementor, Map<String, Object>, Object, Object) - Method in class org.hibernate.envers.internal.entities.mapper.SinglePropertyMapper
 
mapModifiedFlagsToMapFromEntity(SessionImplementor, Map<String, Object>, Object, Object) - Method in class org.hibernate.envers.internal.entities.mapper.SubclassPropertyMapper
 
mapOfSize(int) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
Build a properly sized map, especially handling load size and load factor to prevent immediate resizing.
mapped - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
 
MAPPED_SUPERCLASS - org.hibernate.boot.model.internal.AnnotatedClassType
has MappedSuperclass annotation
MAPPED_SUPERCLASS - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
mappedBy - Variable in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
 
mappedBy - Variable in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
 
mappedBy - Variable in class org.hibernate.boot.jaxb.mapping.JaxbOneToOne
 
mappedBy - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
 
mappedBy - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
 
mappedBy - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
 
mappedBy() - Method in annotation type org.hibernate.envers.AuditMappedBy
Name of the property in the related entity which maps back to this entity.
MappedByTableGroup - Class in org.hibernate.sql.ast.tree.from
 
MappedByTableGroup(NavigablePath, TableGroupProducer, TableGroup, boolean, TableGroup, LazyTableGroup.ParentTableGroupUseChecker) - Constructor for class org.hibernate.sql.ast.tree.from.MappedByTableGroup
 
MappedDiscriminatorConverter<O,​R> - Class in org.hibernate.metamodel.mapping
Conversion of discriminator values between the entity name/Class domain form and its generally CHARACTER or INTEGER based relational form
MappedDiscriminatorConverter(NavigableRole, JavaType<O>, JavaType<R>, List<DiscriminatorValueDetails>) - Constructor for class org.hibernate.metamodel.mapping.MappedDiscriminatorConverter
 
mappedSuperclass - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
 
MappedSuperclass - Class in org.hibernate.jpamodelgen.xml.jaxb
Defines the settings and mappings for a mapped superclass.
MappedSuperclass - Class in org.hibernate.mapping
A mapping model object representing a mapped superclass of an entity class.
MappedSuperclass() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
 
MappedSuperclass(MappedSuperclass, PersistentClass, Table) - Constructor for class org.hibernate.mapping.MappedSuperclass
 
MappedSuperclassDomainType<J> - Interface in org.hibernate.metamodel.model.domain
Extension of the JPA MappedSuperclassType contract
mappedSuperclasses - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
 
MappedSuperclassSqmPathSource<J> - Class in org.hibernate.metamodel.model.domain.internal
 
MappedSuperclassSqmPathSource(String, SqmPathSource<J>, MappedSuperclassDomainType<J>, Bindable.BindableType, boolean) - Constructor for class org.hibernate.metamodel.model.domain.internal.MappedSuperclassSqmPathSource
 
MappedSuperclassTypeImpl<J> - Class in org.hibernate.metamodel.model.domain.internal
Implementation of MappedSuperclassType.
MappedSuperclassTypeImpl(String, boolean, boolean, boolean, JavaType<J>, IdentifiableDomainType<? super J>, JpaMetamodelImplementor) - Constructor for class org.hibernate.metamodel.model.domain.internal.MappedSuperclassTypeImpl
 
MappedSuperclassTypeImpl(JavaType<J>, MappedSuperclass, IdentifiableDomainType<? super J>, JpaMetamodelImplementor) - Constructor for class org.hibernate.metamodel.model.domain.internal.MappedSuperclassTypeImpl
 
MapPersistentAttribute<D,​K,​V> - Interface in org.hibernate.metamodel.model.domain
Hibernate extension to the JPA MapAttribute descriptor
mapping - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
 
Mapping - Interface in org.hibernate.engine.spi
Deprecated.
Use TypeConfiguration, Metadata, or RuntimeMetamodels to access such information
MAPPING_DTD - Static variable in class org.hibernate.boot.jaxb.internal.stax.LocalXmlResourceResolver
 
MAPPING_MODEL_CREATION_LOGGER - Static variable in interface org.hibernate.metamodel.mapping.MappingModelCreationLogging
 
MAPPING_MODEL_CREATION_MESSAGE_LOGGER - Static variable in interface org.hibernate.metamodel.mapping.MappingModelCreationLogging
 
MappingBinder - Class in org.hibernate.boot.jaxb.internal
Responsible for coordinating binding of mapping XML documents into JAXB representations, producing Binding references.
MappingBinder(ResourceStreamLocator, Function<String, Object>) - Constructor for class org.hibernate.boot.jaxb.internal.MappingBinder
 
MappingBinder(ResourceStreamLocator, Supplier<MappingBinder.Options>, Supplier<UnsupportedFeatureHandling>) - Constructor for class org.hibernate.boot.jaxb.internal.MappingBinder
Full constructor
MappingBinder(ResourceStreamLocator, UnsupportedFeatureHandling) - Constructor for class org.hibernate.boot.jaxb.internal.MappingBinder
Constructor used by the Gradle plugin
MappingBinder(ResourceStreamLocator, MappingBinder.Options) - Constructor for class org.hibernate.boot.jaxb.internal.MappingBinder
Constructor used everywhere else
MappingBinder(ServiceRegistry) - Constructor for class org.hibernate.boot.jaxb.internal.MappingBinder
 
MappingBinder.Options - Interface in org.hibernate.boot.jaxb.internal
 
MappingCollector - Interface in org.hibernate.envers.configuration.internal
Used in building the AuditConfiguration to allow callbacks for generated audit entities.
MappingContext - Class in org.hibernate.envers.strategy.spi
Describes an audit mapping context.
MappingContext(PersistentEntity, Configuration, String, String, boolean) - Constructor for class org.hibernate.envers.strategy.spi.MappingContext
 
MappingDefaults - Interface in org.hibernate.boot.spi
Values to use as defaults in the absence of certain mapping information.
MappingDefaultsImpl(StandardServiceRegistry) - Constructor for class org.hibernate.boot.internal.MetadataBuilderImpl.MappingDefaultsImpl
 
MappingDocument - Class in org.hibernate.boot.model.source.internal.hbm
Aggregates together information about a mapping document.
MappingDocument(String, JaxbHbmHibernateMapping, Origin, MetadataBuildingContext) - Constructor for class org.hibernate.boot.model.source.internal.hbm.MappingDocument
 
mappingDocumentFullyXmlConfigured(boolean) - Method in class org.hibernate.jpamodelgen.Context
 
MappingEventReader - Class in org.hibernate.boot.jaxb.internal.stax
StAX EVentReader for reading `mapping.xml` streams
MappingEventReader(XMLEventReader, XMLEventFactory) - Constructor for class org.hibernate.boot.jaxb.internal.stax.MappingEventReader
 
MappingEventReader.BadVersionException - Exception in org.hibernate.boot.jaxb.internal.stax
 
MappingException - Exception in org.hibernate.boot
Indicates a problem parsing a mapping document.
MappingException - Exception in org.hibernate
An exception that occurs while reading mapping sources, either XML or annotations, usually as a result of something screwy in the O/R mappings.
MappingException(String) - Constructor for exception org.hibernate.MappingException
Constructs a MappingException using the given information.
MappingException(String, Throwable) - Constructor for exception org.hibernate.MappingException
Constructs a MappingException using the given information.
MappingException(String, Throwable, Origin) - Constructor for exception org.hibernate.boot.MappingException
 
MappingException(String, Origin) - Constructor for exception org.hibernate.boot.MappingException
 
MappingException(Throwable) - Constructor for exception org.hibernate.MappingException
Constructs a MappingException using the given information.
MappingFeature - Enum in org.hibernate.testing.orm.domain
Identifies specific mapping features used by a DomainModelDescriptor.
mappingFile - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
 
MappingFileDescriptor - Interface in org.hibernate.boot.archive.scan.spi
Descriptor for a mapping (XML) file.
MappingFileDescriptorImpl - Class in org.hibernate.boot.archive.scan.internal
 
MappingFileDescriptorImpl(String, InputStreamAccess) - Constructor for class org.hibernate.boot.archive.scan.internal.MappingFileDescriptorImpl
 
MappingHelper - Class in org.hibernate.mapping
 
mappingJaxbContext() - Method in class org.hibernate.boot.jaxb.internal.MappingBinder
 
MappingMetamodel - Interface in org.hibernate.metamodel
Access to information about the runtime relational O/R mapping model.
MappingMetamodelImpl - Class in org.hibernate.metamodel.model.domain.internal
Implementation of the JPA-defined contract Metamodel.
MappingMetamodelImpl(TypeConfiguration, ServiceRegistry) - Constructor for class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
MappingMetamodelImplementor - Interface in org.hibernate.metamodel.spi
 
MappingModelCreationHelper - Class in org.hibernate.metamodel.mapping.internal
 
MappingModelCreationLogging - Interface in org.hibernate.metamodel.mapping
Logger used during mapping-model creation
MappingModelCreationProcess - Class in org.hibernate.metamodel.mapping.internal
 
MappingModelCreationProcess.PostInitCallback - Interface in org.hibernate.metamodel.mapping.internal
 
MappingModelCreationProcess.SubPartMappingProducer<T> - Interface in org.hibernate.metamodel.mapping.internal
Explicitly defined to better control (for now) the args
MappingModelExpressible<T> - Interface in org.hibernate.metamodel.mapping
Something that can be expressible at the mapping model level.
MappingModelHelper - Class in org.hibernate.metamodel.mapping
 
mappingModelPart() - Method in class org.hibernate.type.ComponentType
 
MappingNotFoundException - Exception in org.hibernate.boot
Indicates that a mapping document could not be found at a given Origin.
MappingNotFoundException(String, Throwable, Origin) - Constructor for exception org.hibernate.boot.MappingNotFoundException
 
MappingNotFoundException(String, Origin) - Constructor for exception org.hibernate.boot.MappingNotFoundException
 
MappingNotFoundException(Throwable, Origin) - Constructor for exception org.hibernate.boot.MappingNotFoundException
 
MappingNotFoundException(Origin) - Constructor for exception org.hibernate.boot.MappingNotFoundException
 
MappingReference - Class in org.hibernate.boot.cfgxml.spi
Represents a <mapping/> element within a cfg.xml file.
MappingReference(MappingReference.Type, String) - Constructor for class org.hibernate.boot.cfgxml.spi.MappingReference
 
MappingReference.Type - Enum in org.hibernate.boot.cfgxml.spi
 
mappingRoot() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractHbmSourceNode
 
MappingSettings - Interface in org.hibernate.cfg
 
MappingTools - Class in org.hibernate.envers.internal.tools
 
MappingTools() - Constructor for class org.hibernate.envers.internal.tools.MappingTools
 
MappingType - Interface in org.hibernate.metamodel.mapping
Common descriptor for types in the mapping model - entities, embeddables, String, Integer, etc
MappingXsdSupport - Class in org.hibernate.boot.xsd
Support for XSD handling related to Hibernate's `hbm.xml` and JPA's `orm.xml`.
MapProxy<K,​V> - Class in org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy
 
MapProxy - Class in org.hibernate.proxy.map
Proxy for "dynamic-map" entity representations.
MapProxy() - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.MapProxy
 
MapProxy(Initializor<Map<K, V>>) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.MapProxy
 
MapProxyFactory - Class in org.hibernate.proxy.map
 
MapProxyFactory() - Constructor for class org.hibernate.proxy.map.MapProxyFactory
 
MapSemantics<MKV extends Map<K,​V>,​K,​V> - Interface in org.hibernate.collection.spi
Extension of CollectionSemantics for Maps
mapsId - Variable in class org.hibernate.boot.jaxb.mapping.JaxbManyToOne
 
mapsId - Variable in class org.hibernate.boot.jaxb.mapping.JaxbOneToOne
 
mapsId - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
 
mapsId - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
 
MapsIdSource - Interface in org.hibernate.boot.model.source.spi
Describes a relationship annotated with MapsId
mapSize(M) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create an expression that tests the size of a map.
mapSize(M) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
mapSize(M) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
mapSize(M) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
mapSize(JpaExpression<M>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create an expression that tests the size of a map.
mapSize(JpaExpression<M>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
mapSize(JpaExpression<M>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
mapSize(JpaExpression<M>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
mapStatusCheckFailure(String, SystemException, SessionImplementor) - Method in class org.hibernate.internal.ExceptionMapperStandardImpl
 
mapStatusCheckFailure(String, SystemException, SessionImplementor) - Method in class org.hibernate.jpa.internal.ExceptionMapperLegacyJpaImpl
 
mapStatusCheckFailure(String, SystemException, SessionImplementor) - Method in interface org.hibernate.resource.transaction.backend.jta.internal.synchronization.ExceptionMapper
Map a JTA SystemException to the appropriate runtime-based exception.
MapStorageAccessImpl - Class in org.hibernate.testing.cache
StorageAccess impl wrapping a simple data Map (ConcurrentMap)
MapStorageAccessImpl() - Constructor for class org.hibernate.testing.cache.MapStorageAccessImpl
 
mapToArray(Map<String, Object>, String[]) - Static method in class org.hibernate.envers.internal.tools.ArraysTools
Converts map's value set to an array.
mapToEntityFromEntity(Object, Object) - Method in class org.hibernate.envers.internal.entities.mapper.id.AbstractCompositeIdMapper
 
mapToEntityFromEntity(Object, Object) - Method in class org.hibernate.envers.internal.entities.mapper.id.AbstractIdMapper
 
mapToEntityFromEntity(Object, Object) - Method in class org.hibernate.envers.internal.entities.mapper.id.SingleIdMapper
 
mapToEntityFromEntity(Object, Object) - Method in class org.hibernate.envers.internal.entities.mapper.id.VirtualEntitySingleIdMapper
 
mapToEntityFromMap(Object, Map) - Method in class org.hibernate.envers.internal.entities.mapper.id.EmbeddedIdMapper
 
mapToEntityFromMap(Object, Map) - Method in interface org.hibernate.envers.internal.entities.mapper.id.IdMapper
 
mapToEntityFromMap(Object, Map) - Method in class org.hibernate.envers.internal.entities.mapper.id.MultipleIdMapper
 
mapToEntityFromMap(Object, Map) - Method in class org.hibernate.envers.internal.entities.mapper.id.SingleIdMapper
 
mapToEntityFromMap(Object, Map) - Method in class org.hibernate.envers.internal.entities.mapper.id.VirtualEntitySingleIdMapper
 
mapToEntityFromMap(EnversService, Object, Map, Object, AuditReaderImplementor, Number) - Method in class org.hibernate.envers.internal.entities.mapper.ComponentPropertyMapper
 
mapToEntityFromMap(EnversService, Object, Map, Object, AuditReaderImplementor, Number) - Method in class org.hibernate.envers.internal.entities.mapper.MultiDynamicComponentMapper
 
mapToEntityFromMap(EnversService, Object, Map, Object, AuditReaderImplementor, Number) - Method in class org.hibernate.envers.internal.entities.mapper.MultiPropertyMapper
 
mapToEntityFromMap(EnversService, Object, Map, Object, AuditReaderImplementor, Number) - Method in interface org.hibernate.envers.internal.entities.mapper.PropertyMapper
Maps properties from the given map to the given object.
mapToEntityFromMap(EnversService, Object, Map, Object, AuditReaderImplementor, Number) - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractCollectionMapper
 
mapToEntityFromMap(EnversService, Object, Map, Object, AuditReaderImplementor, Number) - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractToOneMapper
 
mapToEntityFromMap(EnversService, Object, Map, Object, AuditReaderImplementor, Number) - Method in class org.hibernate.envers.internal.entities.mapper.SinglePropertyMapper
 
mapToEntityFromMap(EnversService, Object, Map, Object, AuditReaderImplementor, Number) - Method in class org.hibernate.envers.internal.entities.mapper.SubclassPropertyMapper
 
mapToEntityFromMap(EnversService, Map, Object, AuditReaderImplementor, Number) - Method in class org.hibernate.envers.internal.entities.mapper.ComponentPropertyMapper
 
mapToEntityFromMap(EnversService, Map, Object, AuditReaderImplementor, Number) - Method in class org.hibernate.envers.internal.entities.mapper.MultiDynamicComponentMapper
 
mapToEntityFromMap(EnversService, Map, Object, AuditReaderImplementor, Number) - Method in class org.hibernate.envers.internal.entities.mapper.MultiPropertyMapper
 
mapToEntityFromMap(EnversService, Map, Object, AuditReaderImplementor, Number) - Method in interface org.hibernate.envers.internal.entities.mapper.PropertyMapper
 
mapToEntityFromMap(EnversService, Map, Object, AuditReaderImplementor, Number) - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractCollectionMapper
 
mapToEntityFromMap(EnversService, Map, Object, AuditReaderImplementor, Number) - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractToOneMapper
 
mapToEntityFromMap(EnversService, Map, Object, AuditReaderImplementor, Number) - Method in class org.hibernate.envers.internal.entities.mapper.SinglePropertyMapper
 
mapToEntityFromMap(EnversService, Map, Object, AuditReaderImplementor, Number) - Method in class org.hibernate.envers.internal.entities.mapper.SubclassPropertyMapper
 
mapToIdFromEntity(Object) - Method in class org.hibernate.envers.internal.entities.mapper.id.EmbeddedIdMapper
 
mapToIdFromEntity(Object) - Method in interface org.hibernate.envers.internal.entities.mapper.id.IdMapper
 
mapToIdFromEntity(Object) - Method in class org.hibernate.envers.internal.entities.mapper.id.MultipleIdMapper
 
mapToIdFromEntity(Object) - Method in class org.hibernate.envers.internal.entities.mapper.id.SingleIdMapper
 
mapToIdFromMap(Map) - Method in class org.hibernate.envers.internal.entities.mapper.id.AbstractCompositeIdMapper
 
mapToIdFromMap(Map) - Method in interface org.hibernate.envers.internal.entities.mapper.id.IdMapper
 
mapToIdFromMap(Map) - Method in class org.hibernate.envers.internal.entities.mapper.id.SingleIdMapper
 
mapToMapFromEntity(Map<String, Object>, Object) - Method in class org.hibernate.envers.internal.entities.mapper.id.EmbeddedIdMapper
 
mapToMapFromEntity(Map<String, Object>, Object) - Method in interface org.hibernate.envers.internal.entities.mapper.id.IdMapper
 
mapToMapFromEntity(Map<String, Object>, Object) - Method in class org.hibernate.envers.internal.entities.mapper.id.MultipleIdMapper
 
mapToMapFromEntity(Map<String, Object>, Object) - Method in class org.hibernate.envers.internal.entities.mapper.id.SingleIdMapper
 
mapToMapFromEntity(Map<String, Object>, Object) - Method in class org.hibernate.envers.internal.entities.mapper.id.VirtualEntitySingleIdMapper
 
mapToMapFromEntity(SessionImplementor, Map<String, Object>, Object, Object) - Method in class org.hibernate.envers.internal.entities.mapper.ComponentPropertyMapper
 
mapToMapFromEntity(SessionImplementor, Map<String, Object>, Object, Object) - Method in class org.hibernate.envers.internal.entities.mapper.MultiDynamicComponentMapper
 
mapToMapFromEntity(SessionImplementor, Map<String, Object>, Object, Object) - Method in class org.hibernate.envers.internal.entities.mapper.MultiPropertyMapper
 
mapToMapFromEntity(SessionImplementor, Map<String, Object>, Object, Object) - Method in interface org.hibernate.envers.internal.entities.mapper.PropertyMapper
Maps properties to the given map, basing on differences between properties of new and old objects.
mapToMapFromEntity(SessionImplementor, Map<String, Object>, Object, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractCollectionMapper
 
mapToMapFromEntity(SessionImplementor, Map<String, Object>, Object, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractToOneMapper
 
mapToMapFromEntity(SessionImplementor, Map<String, Object>, Object, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.ToOneIdMapper
 
mapToMapFromEntity(SessionImplementor, Map<String, Object>, Object, Object) - Method in class org.hibernate.envers.internal.entities.mapper.SinglePropertyMapper
 
mapToMapFromEntity(SessionImplementor, Map<String, Object>, Object, Object) - Method in class org.hibernate.envers.internal.entities.mapper.SubclassPropertyMapper
 
mapToMapFromId(Map<String, Object>, Object) - Method in class org.hibernate.envers.internal.entities.mapper.id.EmbeddedIdMapper
 
mapToMapFromId(Map<String, Object>, Object) - Method in interface org.hibernate.envers.internal.entities.mapper.id.IdMapper
 
mapToMapFromId(Map<String, Object>, Object) - Method in class org.hibernate.envers.internal.entities.mapper.id.MultipleIdMapper
 
mapToMapFromId(Map<String, Object>, Object) - Method in class org.hibernate.envers.internal.entities.mapper.id.SingleIdMapper
 
mapToMapFromId(Session, Map<String, Object>, Object) - Method in interface org.hibernate.envers.internal.entities.mapper.id.IdMapper
 
mapToMapFromId(Session, Map<String, Object>, Object) - Method in class org.hibernate.envers.internal.entities.mapper.id.MultipleIdMapper
 
mapToMapFromId(Session, Map<String, Object>, Object) - Method in class org.hibernate.envers.internal.entities.mapper.id.VirtualEntitySingleIdMapper
 
mapToMapFromObject(SessionImplementor, Map<String, Object>, Map<String, Object>, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractCollectionMapper
Maps the changed collection element to the given map.
mapToMapFromObject(SessionImplementor, Map<String, Object>, Map<String, Object>, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.BasicCollectionMapper
 
mapToMapFromObject(SessionImplementor, Map<String, Object>, Map<String, Object>, Object) - Method in interface org.hibernate.envers.internal.entities.mapper.relation.component.MiddleComponentMapper
Maps from an object to the object's map representation (for an entity - only its id).
mapToMapFromObject(SessionImplementor, Map<String, Object>, Map<String, Object>, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleDummyComponentMapper
 
mapToMapFromObject(SessionImplementor, Map<String, Object>, Map<String, Object>, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleEmbeddableComponentMapper
 
mapToMapFromObject(SessionImplementor, Map<String, Object>, Map<String, Object>, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleMapElementNotKeyComponentMapper
 
mapToMapFromObject(SessionImplementor, Map<String, Object>, Map<String, Object>, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleMapKeyIdComponentMapper
 
mapToMapFromObject(SessionImplementor, Map<String, Object>, Map<String, Object>, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleMapKeyPropertyComponentMapper
 
mapToMapFromObject(SessionImplementor, Map<String, Object>, Map<String, Object>, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleRelatedComponentMapper
 
mapToMapFromObject(SessionImplementor, Map<String, Object>, Map<String, Object>, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleSimpleComponentMapper
 
mapToMapFromObject(SessionImplementor, Map<String, Object>, Map<String, Object>, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleStraightComponentMapper
 
mapToMapFromObject(SessionImplementor, Map<String, Object>, Map<String, Object>, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.ListCollectionMapper
 
mapToMapFromObject(SessionImplementor, Map<String, Object>, Map<String, Object>, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.MapCollectionMapper
 
mapToMapFromObject(SessionImplementor, Map<String, Object>, Map<String, Object>, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.MiddleMapKeyEnumeratedComponentMapper
 
mapToObjectFromFullMap(EntityInstantiator, Map<String, Object>, Object, Number) - Method in interface org.hibernate.envers.internal.entities.mapper.relation.component.MiddleComponentMapper
Maps from full object data, contained in the given map (or object representation of the map, if available), to an object.
mapToObjectFromFullMap(EntityInstantiator, Map<String, Object>, Object, Number) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleDummyComponentMapper
 
mapToObjectFromFullMap(EntityInstantiator, Map<String, Object>, Object, Number) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleEmbeddableComponentMapper
 
mapToObjectFromFullMap(EntityInstantiator, Map<String, Object>, Object, Number) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleMapElementNotKeyComponentMapper
 
mapToObjectFromFullMap(EntityInstantiator, Map<String, Object>, Object, Number) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleMapKeyIdComponentMapper
 
mapToObjectFromFullMap(EntityInstantiator, Map<String, Object>, Object, Number) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleMapKeyPropertyComponentMapper
 
mapToObjectFromFullMap(EntityInstantiator, Map<String, Object>, Object, Number) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleRelatedComponentMapper
 
mapToObjectFromFullMap(EntityInstantiator, Map<String, Object>, Object, Number) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleSimpleComponentMapper
 
mapToObjectFromFullMap(EntityInstantiator, Map<String, Object>, Object, Number) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleStraightComponentMapper
 
mapToObjectFromFullMap(EntityInstantiator, Map<String, Object>, Object, Number) - Method in class org.hibernate.envers.internal.entities.mapper.relation.MiddleMapKeyEnumeratedComponentMapper
 
mapToQueryParametersFromId(Object) - Method in class org.hibernate.envers.internal.entities.mapper.id.EmbeddedIdMapper
 
mapToQueryParametersFromId(Object) - Method in interface org.hibernate.envers.internal.entities.mapper.id.IdMapper
 
mapToQueryParametersFromId(Object) - Method in class org.hibernate.envers.internal.entities.mapper.id.MultipleIdMapper
 
mapToQueryParametersFromId(Object) - Method in class org.hibernate.envers.internal.entities.mapper.id.SingleIdMapper
 
MapType - Class in org.hibernate.type
 
MapType(String, String) - Constructor for class org.hibernate.type.MapType
 
MapWrapper() - Constructor for class org.hibernate.type.format.jaxb.JaxbXmlFormatMapper.MapWrapper
 
MapWrapper(Collection<Object>) - Constructor for class org.hibernate.type.format.jaxb.JaxbXmlFormatMapper.MapWrapper
 
MARIADB - org.hibernate.dialect.Database
 
MariaDB106Dialect - Class in org.hibernate.dialect
Deprecated.
use MariaDBDialect(1060)
MariaDB106Dialect() - Constructor for class org.hibernate.dialect.MariaDB106Dialect
Deprecated.
 
MariaDBDatabaseCleaner - Class in org.hibernate.testing.cleaner
 
MariaDBDatabaseCleaner() - Constructor for class org.hibernate.testing.cleaner.MariaDBDatabaseCleaner
 
MariaDBDialect - Class in org.hibernate.dialect
A SQL dialect for MariaDB 10.3 and above.
MariaDBDialect() - Constructor for class org.hibernate.dialect.MariaDBDialect
 
MariaDBDialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.MariaDBDialect
 
MariaDBDialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.MariaDBDialect
 
MariaDBDialectContributor - Class in org.hibernate.spatial.dialect.mariadb
 
MariaDBDialectContributor(ServiceRegistry) - Constructor for class org.hibernate.spatial.dialect.mariadb.MariaDBDialectContributor
 
MariaDBSequenceSupport - Class in org.hibernate.dialect.sequence
Sequence support for MariaDBDialect.
MariaDBSequenceSupport() - Constructor for class org.hibernate.dialect.sequence.MariaDBSequenceSupport
 
MariaDBSqlAstTranslator<T extends JdbcOperation> - Class in org.hibernate.dialect
A SQL AST translator for MariaDB.
MariaDBSqlAstTranslator(SessionFactoryImplementor, Statement) - Constructor for class org.hibernate.dialect.MariaDBSqlAstTranslator
 
MariaDBSqmFunctionDescriptors - Class in org.hibernate.spatial.dialect.mariadb
 
MariaDBSqmFunctionDescriptors(FunctionContributions) - Constructor for class org.hibernate.spatial.dialect.mariadb.MariaDBSqmFunctionDescriptors
 
mark() - Method in class org.hibernate.boot.jaxb.internal.stax.BufferedXMLEventReader
Same as calling BufferedXMLEventReader.mark(int) with -1.
mark(int) - Method in class org.hibernate.boot.jaxb.internal.stax.BufferedXMLEventReader
Start buffering events
markAsDynamicComponentMap() - Method in class org.hibernate.envers.internal.entities.mapper.AbstractPropertyMapper
 
markAsDynamicComponentMap() - Method in interface org.hibernate.envers.internal.entities.mapper.DynamicComponentMapperSupport
Mark the property mapper that it wraps a dynamic-component.
markAsFunctionCall(int) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
markAsFunctionCall(int) - Method in interface org.hibernate.procedure.ProcedureCall
Mark this ProcedureCall as representing a call to a database function, rather than a database procedure.
markAsFunctionCall(Class<?>) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
markAsFunctionCall(Class<?>) - Method in interface org.hibernate.procedure.ProcedureCall
Mark this ProcedureCall as representing a call to a database function, rather than a database procedure.
markAsFunctionCall(BasicTypeReference<?>) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
markAsFunctionCall(BasicTypeReference<?>) - Method in interface org.hibernate.procedure.ProcedureCall
Mark this ProcedureCall as representing a call to a database function, rather than a database procedure.
markAsJpaBootstrap() - Method in class org.hibernate.boot.internal.BootstrapContextImpl
 
markAsJpaBootstrap() - Method in interface org.hibernate.boot.spi.BootstrapContext
Indicates that bootstrap was initiated from JPA bootstrapping.
markAsJpaBootstrap() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
 
markAsLogicalOneToOne() - Method in class org.hibernate.mapping.ManyToOne
 
markAsReloaded(JdbcValuesSourceProcessingState) - Method in interface org.hibernate.engine.spi.EntityHolder
Marks the entity holder as reloaded to potentially trigger follow-on locking.
MARKED_ROLLBACK - org.hibernate.resource.transaction.spi.TransactionStatus
The transaction has been marked for rollback only.
MARKER - Static variable in class org.hibernate.internal.FilterImpl
 
MarkerObject - Class in org.hibernate.internal.util
 
MarkerObject(String) - Constructor for class org.hibernate.internal.util.MarkerObject
 
markExecuted() - Method in class org.hibernate.action.internal.AbstractEntityInsertAction
Indicate that the action has executed.
markForRollbackOnly() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
markForRollbackOnly() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Marks current transaction, if any, for rollback only.
markForRollbackOnly() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
markForRollbackOnly() - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
markRollbackOnly() - Method in class org.hibernate.engine.transaction.internal.TransactionImpl
 
markRollbackOnly() - Method in class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl.TransactionDriverControlImpl
 
markRollbackOnly() - Method in interface org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionAdapter
 
markRollbackOnly() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionAdapterTransactionManagerImpl
 
markRollbackOnly() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionAdapterUserTransactionImpl
 
markRollbackOnly() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl.TransactionDriverControlImpl
 
markRollbackOnly() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator.TransactionDriver
 
markRollbackOnly() - Method in interface org.hibernate.Transaction
Attempt to mark the underlying transaction for rollback only.
marshal(AccessType) - Method in class org.hibernate.boot.jaxb.mapping.Adapter1
 
marshal(ConstraintMode) - Method in class org.hibernate.boot.jaxb.mapping.Adapter6
 
marshal(DiscriminatorType) - Method in class org.hibernate.boot.jaxb.mapping.Adapter7
 
marshal(EnumType) - Method in class org.hibernate.boot.jaxb.mapping.Adapter8
 
marshal(FetchType) - Method in class org.hibernate.boot.jaxb.mapping.Adapter9
 
marshal(GenerationType) - Method in class org.hibernate.boot.jaxb.mapping.Adapter10
 
marshal(InheritanceType) - Method in class org.hibernate.boot.jaxb.mapping.Adapter11
 
marshal(LockModeType) - Method in class org.hibernate.boot.jaxb.mapping.Adapter12
 
marshal(ParameterMode) - Method in class org.hibernate.boot.jaxb.mapping.Adapter13
 
marshal(TemporalType) - Method in class org.hibernate.boot.jaxb.mapping.Adapter14
 
marshal(OnDeleteAction) - Method in class org.hibernate.boot.jaxb.mapping.Adapter18
 
marshal(PolymorphismType) - Method in class org.hibernate.boot.jaxb.mapping.Adapter3
 
marshal(UuidGenerator.Style) - Method in class org.hibernate.boot.jaxb.mapping.Adapter20
 
marshal(AccessType) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter2
 
marshal(AccessType) - Method in class org.hibernate.boot.jaxb.mapping.Adapter15
 
marshal(CacheMode) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter1
 
marshal(CacheMode) - Method in class org.hibernate.boot.jaxb.mapping.Adapter16
 
marshal(OptimisticLockStyle) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter9
 
marshal(OptimisticLockStyle) - Method in class org.hibernate.boot.jaxb.mapping.Adapter4
 
marshal(ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter3
 
marshal(ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.boot.jaxb.mapping.Adapter17
 
marshal(FlushMode) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter5
 
marshal(FlushMode) - Method in class org.hibernate.boot.jaxb.mapping.Adapter19
 
marshal(LockMode) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter8
 
marshal(CollectionClassification) - Method in class org.hibernate.boot.jaxb.mapping.Adapter2
 
marshal(RepresentationMode) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter4
 
marshal(GenerationTiming) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter6
 
marshal(GenerationTiming) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter7
 
marshal(GenerationTiming) - Method in class org.hibernate.boot.jaxb.mapping.Adapter5
 
mask - Variable in class org.hibernate.engine.internal.AbstractEntityEntry.EnumState
 
maskOut(Properties, String) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
replace a property by a starred version
matches(Object) - Method in class org.hibernate.testing.hamcrest.AssignableMatcher
 
matches(Object) - Method in class org.hibernate.testing.hamcrest.CollectionElementMatcher
 
matches(Object) - Method in class org.hibernate.testing.hamcrest.CollectionEmptinessMatcher
 
matches(Object) - Method in class org.hibernate.testing.hamcrest.CollectionSizeMatcher
 
matches(Object) - Method in class org.hibernate.testing.hamcrest.HasNullElementsMatcher
 
matches(Object) - Method in class org.hibernate.testing.hamcrest.InitializationCheckMatcher
 
matches(Object) - Method in class org.hibernate.testing.orm.assertj.HibernateInitializedCondition
 
matches(String) - Method in class org.hibernate.boot.model.naming.Identifier
 
matches(String, String) - Method in class org.hibernate.boot.jaxb.internal.stax.LocalXmlResourceResolver.DtdDescriptor
 
matches(String, ParameterUsage) - Method in interface org.hibernate.sql.model.jdbc.JdbcValueDescriptor
 
matches(ContributableDatabaseObject) - Method in interface org.hibernate.tool.schema.spi.ContributableMatcher
Does the given `contributed` match this matcher?
matchesAllProperties(String...) - Method in class org.hibernate.mapping.Component
 
matchesResolutionInfo(DialectResolutionInfo) - Method in enum org.hibernate.dialect.Database
Does this database match the given metadata?
matchesRoleName(String) - Static method in interface org.hibernate.metamodel.mapping.EntityDiscriminatorMapping
 
matchesRoleName(String) - Static method in interface org.hibernate.metamodel.mapping.EntityIdentifierMapping
 
matchesSafely(String) - Method in class org.hibernate.testing.hamcrest.CaseInsensitiveContainsMatcher
 
matchesSafely(String) - Method in class org.hibernate.testing.hamcrest.CaseInsensitiveStartsWithMatcher
 
matchesUrl(String) - Method in enum org.hibernate.dialect.Database
Does the given JDBC URL connect to this database?
MatchingIdRestrictionProducer - Interface in org.hibernate.query.sqm.mutation.internal.inline
Strategy (pattern) for producing the restriction used when mutating a particular table in the group of tables
MatchingIdSelectionHelper - Class in org.hibernate.query.sqm.mutation.internal
Helper used to generate the SELECT for selection of an entity's identifier, here specifically intended to be used as the SELECT portion of a multi-table SQM mutation
MatchingIdSelectionHelper() - Constructor for class org.hibernate.query.sqm.mutation.internal.MatchingIdSelectionHelper
 
MatchMode - Enum in org.hibernate.envers.query.criteria
A strategy for matching strings using "like".
matchSubTypes() - Method in annotation type org.hibernate.testing.orm.junit.RequiresDialect
Should subtypes of RequiresDialect.value() be matched?
matchSubTypes() - Method in annotation type org.hibernate.testing.orm.junit.SkipForDialect
 
MATERIALIZED - org.hibernate.sql.ast.tree.cte.CteMaterialization
Materialize the CTE if possible.
MATERIALIZED - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
MATERIALIZED - Static variable in class org.hibernate.grammars.hql.HqlParser
 
MATERIALIZED - Static variable in class org.hibernate.type.descriptor.jdbc.BlobJdbcType
 
MATERIALIZED - Static variable in class org.hibernate.type.descriptor.jdbc.ClobJdbcType
 
MATERIALIZED - Static variable in class org.hibernate.type.descriptor.jdbc.NClobJdbcType
 
MATERIALIZED() - Method in class org.hibernate.grammars.hql.HqlParser.CteContext
 
MATERIALIZED() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
MATERIALIZED_BLOB - Static variable in class org.hibernate.type.SqlTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type MATERIALIZED_BLOB.
MATERIALIZED_BLOB - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping byte[] to JDBC BLOB.
MATERIALIZED_BLOB_WRAPPER - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Byte[] to JDBC BLOB.
MATERIALIZED_CLOB - Static variable in class org.hibernate.type.SqlTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type MATERIALIZED_CLOB.
MATERIALIZED_CLOB - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping String to JDBC CLOB.
MATERIALIZED_CLOB_CHAR_ARRAY - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping char[] to JDBC CLOB.
MATERIALIZED_CLOB_CHARACTER_ARRAY - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Character[] to JDBC CLOB.
MATERIALIZED_NCLOB - Static variable in class org.hibernate.type.SqlTypes
The constant in the Java programming language, sometimes referred to as a type code, that identifies the generic SQL type MATERIALIZED_NCLOB.
MATERIALIZED_NCLOB - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping String to JDBC NCLOB.
MATERIALIZED_NCLOB_CHAR_ARRAY - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping char[] to JDBC NCLOB.
MATERIALIZED_NCLOB_CHARACTER_ARRAY - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Character[] to JDBC NCLOB and
math() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
MathHelper - Class in org.hibernate.internal.util
 
max() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Projection on the maximum value
max(int) - Static method in class org.hibernate.query.sqm.produce.function.StandardArgumentsValidators
 
max(Expression<N>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
max(Expression<N>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
max(Expression<N>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
max(Expression<N>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
MAX - org.hibernate.envers.query.criteria.AggregatedAuditExpression.AggregatedMode
 
MAX - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
MAX - Static variable in class org.hibernate.grammars.hql.HqlParser
 
MAX() - Method in class org.hibernate.grammars.hql.HqlParser.ElementAggregateFunctionContext
 
MAX() - Method in class org.hibernate.grammars.hql.HqlParser.IndexAggregateFunctionContext
 
MAX() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
MAX_BATCH_SIZE - Static variable in interface org.hibernate.internal.util.collections.BoundedConcurrentHashMap.EvictionPolicy
 
MAX_FETCH_DEPTH - Static variable in interface org.hibernate.cfg.FetchSettings
Specifies the maximum depth of nested outer join fetching.
MAXELEMENT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
MAXELEMENT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
MAXELEMENT() - Method in class org.hibernate.grammars.hql.HqlParser.ElementAggregateFunctionContext
 
MAXELEMENT() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
maximize() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "maximalize" constraint, with the ability to specify further constraints on the maximized property
maximumVersion - Variable in class org.hibernate.boot.jaxb.mapping.JaxbDatabaseObjectScope
 
MAXINDEX - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
MAXINDEX - Static variable in class org.hibernate.grammars.hql.HqlParser
 
MAXINDEX() - Method in class org.hibernate.grammars.hql.HqlParser.IndexAggregateFunctionContext
 
MAXINDEX() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
maxQueryTime(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
maxResults - Variable in class org.hibernate.query.sql.spi.NamedNativeQueryMemento.Builder
 
maxSize(int) - Method in class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl.PooledConnections.Builder
 
md5() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
median() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
median_percentileCont(boolean) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
median_percentileCont_castDouble() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
CockroachDB lacks implicit casting: https://github.com/cockroachdb/cockroach/issues/89965
MEDIUM - org.hibernate.testing.orm.domain.gambit.Shirt.Size
 
MEMBER - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
MEMBER - Static variable in class org.hibernate.grammars.hql.HqlParser
 
MEMBER() - Method in class org.hibernate.grammars.hql.HqlParser.MemberOfPredicateContext
 
MEMBER() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
MemberOfPredicateContext(HqlParser.PredicateContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.MemberOfPredicateContext
 
MemberResolver - Interface in org.hibernate.metamodel.internal
Contract for how we resolve the Member for a give attribute context.
merge(EntityManager, Class<T>, EntityGraph<T>...) - Static method in class org.hibernate.graph.EntityGraphs
Merges multiple entity graphs into a single graph that specifies the fetching/loading of all attributes the input graphs specify.
merge(Object, Object[], int[], boolean, Object[], Object, Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Merge an object
merge(Object, Object[], int[], boolean, Object[], Object, Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Merge a persistent instance
merge(String, Object, MergeContext) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
merge(String, Object, MergeContext) - Method in interface org.hibernate.engine.spi.SessionImplementor
Deprecated.
OperationalContext should cover this overload I believe
merge(String, Object, MergeContext) - Method in interface org.hibernate.event.spi.EventSource
Cascade merge an entity instance
merge(String, Object, MergeContext) - Method in class org.hibernate.internal.SessionImpl
 
merge(String, T) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
merge(String, T) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
merge(String, T) - Method in class org.hibernate.internal.SessionImpl
 
merge(String, T) - Method in interface org.hibernate.Session
Copy the state of the given object onto the persistent object with the same identifier.
merge(LoadedConfig) - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
Merge information from loaded a cfg.xml represented by the incoming parameter into this LoadedConfig representation
merge(SessionImplementor, Class<T>, GraphImplementor<T>...) - Static method in class org.hibernate.graph.EntityGraphs
 
merge(AddWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.AddWorkUnit
 
merge(AddWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.CollectionChangeWorkUnit
 
merge(AddWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.DelWorkUnit
 
merge(AddWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.FakeBidirectionalRelationWorkUnit
 
merge(AddWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.ModWorkUnit
 
merge(AddWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.PersistentCollectionChangeWorkUnit
 
merge(AddWorkUnit) - Method in interface org.hibernate.envers.internal.synchronization.work.WorkUnitMergeVisitor
 
merge(CollectionChangeWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.AddWorkUnit
 
merge(CollectionChangeWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.CollectionChangeWorkUnit
 
merge(CollectionChangeWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.DelWorkUnit
 
merge(CollectionChangeWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.FakeBidirectionalRelationWorkUnit
 
merge(CollectionChangeWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.ModWorkUnit
 
merge(CollectionChangeWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.PersistentCollectionChangeWorkUnit
 
merge(CollectionChangeWorkUnit) - Method in interface org.hibernate.envers.internal.synchronization.work.WorkUnitMergeVisitor
 
merge(DelWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.AddWorkUnit
 
merge(DelWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.CollectionChangeWorkUnit
 
merge(DelWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.DelWorkUnit
 
merge(DelWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.FakeBidirectionalRelationWorkUnit
 
merge(DelWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.ModWorkUnit
 
merge(DelWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.PersistentCollectionChangeWorkUnit
 
merge(DelWorkUnit) - Method in interface org.hibernate.envers.internal.synchronization.work.WorkUnitMergeVisitor
 
merge(FakeBidirectionalRelationWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.AddWorkUnit
 
merge(FakeBidirectionalRelationWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.CollectionChangeWorkUnit
 
merge(FakeBidirectionalRelationWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.DelWorkUnit
 
merge(FakeBidirectionalRelationWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.FakeBidirectionalRelationWorkUnit
 
merge(FakeBidirectionalRelationWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.ModWorkUnit
 
merge(FakeBidirectionalRelationWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.PersistentCollectionChangeWorkUnit
 
merge(FakeBidirectionalRelationWorkUnit) - Method in interface org.hibernate.envers.internal.synchronization.work.WorkUnitMergeVisitor
 
merge(FakeBidirectionalRelationWorkUnit, AuditWorkUnit, AuditWorkUnit) - Static method in class org.hibernate.envers.internal.synchronization.work.FakeBidirectionalRelationWorkUnit
 
merge(ModWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.AddWorkUnit
 
merge(ModWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.CollectionChangeWorkUnit
 
merge(ModWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.DelWorkUnit
 
merge(ModWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.FakeBidirectionalRelationWorkUnit
 
merge(ModWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.ModWorkUnit
 
merge(ModWorkUnit) - Method in class org.hibernate.envers.internal.synchronization.work.PersistentCollectionChangeWorkUnit
 
merge(ModWorkUnit) - Method in interface org.hibernate.envers.internal.synchronization.work.WorkUnitMergeVisitor
 
merge(AttributeNodeImplementor<?>) - Method in class org.hibernate.graph.internal.AttributeNodeImpl
 
merge(AttributeNodeImplementor<?>) - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
 
merge(GraphImplementor<? extends J>) - Method in class org.hibernate.graph.internal.AbstractGraph
 
merge(GraphImplementor<? extends J>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
merge(LockOptions) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.ForUpdateClause
 
merge(Session, Class<T>, Graph<T>...) - Static method in class org.hibernate.graph.EntityGraphs
 
merge(T) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
merge(T) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
merge(T) - Method in class org.hibernate.internal.SessionImpl
 
merge(T) - Method in interface org.hibernate.Session
Copy the state of the given object onto the persistent object with the same identifier.
MERGE - org.hibernate.annotations.CascadeType
Equivalent to CascadeType.MERGE.
MERGE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
MERGE - org.hibernate.loader.ast.spi.CascadingFetchProfile
 
MERGE - Static variable in class org.hibernate.engine.spi.CascadeStyles
merge
MERGE - Static variable in class org.hibernate.engine.spi.CascadingActions
 
MERGE - Static variable in class org.hibernate.event.spi.EventType
 
MERGE_ENTITY_COPY_OBSERVER - Static variable in interface org.hibernate.cfg.AvailableSettings
Setting that specifies how Hibernate will respond when multiple representations of the same persistent entity ("entity copy") are detected while merging.
mergeBlob(Blob, Blob, SharedSessionContractImplementor) - Method in interface org.hibernate.dialect.LobMergeStrategy
Perform merge on Blob values.
mergeClob(Clob, Clob, SharedSessionContractImplementor) - Method in interface org.hibernate.dialect.LobMergeStrategy
Perform merge on Clob values.
mergeCollectionModifiedData(Map<String, Object>) - Method in class org.hibernate.envers.internal.synchronization.work.CollectionChangeWorkUnit
 
MergeContext - Class in org.hibernate.event.spi
MergeContext is a specialized Map implementation used by a merge event listener to keep track of each entity being merged and its corresponding managed result.
MergeContext(EventSource, EntityCopyObserver) - Constructor for class org.hibernate.event.spi.MergeContext
 
MergeCoordinator - Class in org.hibernate.persister.entity.mutation
Specialized UpdateCoordinator for merge into.
MergeCoordinator(AbstractEntityPersister, SessionFactoryImplementor) - Constructor for class org.hibernate.persister.entity.mutation.MergeCoordinator
 
MergeEvent - Class in org.hibernate.event.spi
An event class for merge() and saveOrUpdateCopy()
MergeEvent(Object, EventSource) - Constructor for class org.hibernate.event.spi.MergeEvent
 
MergeEvent(String, Object, Object, EventSource) - Constructor for class org.hibernate.event.spi.MergeEvent
 
MergeEvent(String, Object, EventSource) - Constructor for class org.hibernate.event.spi.MergeEvent
 
MergeEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of merge events generated from a session.
mergeInMembers(Metamodel) - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
 
mergeNClob(NClob, NClob, SharedSessionContractImplementor) - Method in interface org.hibernate.dialect.LobMergeStrategy
Perform merge on NClob values.
MergeOperation - Class in org.hibernate.sql.model.jdbc
JdbcMutation implementation for MERGE handling
MergeOperation(TableMapping, MutationTarget<?>, String, List<? extends JdbcParameterBinder>) - Constructor for class org.hibernate.sql.model.jdbc.MergeOperation
 
mergeProperties(Properties) - Method in class org.hibernate.cfg.Configuration
Adds the incoming properties to the internal properties structure, as long as the internal structure does not already contain an entry for the given key.
message() - Method in annotation type org.hibernate.testing.FailureExpected
Deprecated.
A message explaining the reason for the expected failure.
message() - Method in annotation type org.hibernate.testing.Skip
Deprecated.
A message describing the reason for the skip
message(Element, String, Diagnostic.Kind) - Method in class org.hibernate.jpamodelgen.Context
 
message(Element, AnnotationMirror, String, Diagnostic.Kind) - Method in class org.hibernate.jpamodelgen.Context
 
message(Element, AnnotationMirror, AnnotationValue, String, Diagnostic.Kind) - Method in class org.hibernate.jpamodelgen.Context
 
MESSAGE_LOGGER - Static variable in interface org.hibernate.bytecode.enhance.spi.interceptor.BytecodeInterceptorLogging
 
MESSAGE_LOGGER - Static variable in interface org.hibernate.sql.results.LoadingLogger
 
MessageHelper - Class in org.hibernate.pretty
MessageHelper methods for rendering log messages relating to managed entities and collections typically used in log statements and exception messages.
messageKey() - Method in annotation type org.hibernate.testing.orm.junit.LoggingInspections.Message
The message-key to watch for.
messageKey() - Method in annotation type org.hibernate.testing.orm.junit.MessageKeyInspection
The message key to look for.
MessageKeyInspection - Annotation Type in org.hibernate.testing.orm.junit
Injects the ability to watch for a log messages being triggered.
MessageKeyInspectionExtension - Class in org.hibernate.testing.orm.junit
 
MessageKeyInspectionExtension() - Constructor for class org.hibernate.testing.orm.junit.MessageKeyInspectionExtension
 
MessageKeyWatcher - Interface in org.hibernate.testing.orm.junit
 
MessageKeyWatcherImpl - Class in org.hibernate.testing.orm.junit
MessageIdWatcher implementation
MessageKeyWatcherImpl(String) - Constructor for class org.hibernate.testing.orm.junit.MessageKeyWatcherImpl
 
MessageKeyWatcherResolver - Class in org.hibernate.testing.orm.junit
 
MessageKeyWatcherResolver() - Constructor for class org.hibernate.testing.orm.junit.MessageKeyWatcherResolver
 
messageLogger(Class) - Static method in class org.hibernate.envers.internal.EnversLogging
 
messageLogger(Class) - Static method in class org.hibernate.internal.CoreLogging
 
messageLogger(Class<?>) - Static method in class org.hibernate.internal.HEMLogging
 
messageLogger(String) - Static method in class org.hibernate.envers.internal.EnversLogging
 
messageLogger(String) - Static method in class org.hibernate.internal.CoreLogging
 
messageLogger(String) - Static method in class org.hibernate.internal.HEMLogging
 
messages() - Method in annotation type org.hibernate.testing.orm.junit.LoggingInspections
 
MetaAttributable - Interface in org.hibernate.mapping
Common interface for things that can handle meta attributes.
MetaAttribute - Class in org.hibernate.mapping
A meta attribute is a named value or values.
MetaAttribute - Interface in org.hibernate.jpamodelgen.model
 
MetaAttribute(String) - Constructor for class org.hibernate.mapping.MetaAttribute
 
MetaAttributeGenerationVisitor - Class in org.hibernate.jpamodelgen.annotation
 
MetaCollection - Interface in org.hibernate.jpamodelgen.model
 
metadata() - Method in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl
Used by extensions : Hibernate Reactive
metadata() - Method in interface org.hibernate.jpa.boot.spi.EntityManagerFactoryBuilder
 
metadata() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
Metadata - Interface in org.hibernate.boot
Represents the ORM model as determined by aggregating the provided mapping sources.
METADATA - org.hibernate.tool.schema.SourceType
The ORM metadata is used as the exclusive source generation of for DDL commands.
METADATA_BUILDER_CONTRIBUTOR - Static variable in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl
METADATA_BUILDER_CONTRIBUTOR - Static variable in class org.hibernate.jpa.boot.spi.JpaSettings
Deprecated, for removal: This API element is subject to removal in a future version.
Use discovery instead.
METADATA_THEN_SCRIPT - org.hibernate.tool.schema.SourceType
Both the ORM metadata and external DDL scripts are used as sources for generation, with the commands from the external DDL script(s) being executed last.
MetadataBuilder - Interface in org.hibernate.boot
Contract for specifying various overrides to be used in metamodel building.
MetadataBuilderContributor - Interface in org.hibernate.boot.spi
Deprecated, for removal: This API element is subject to removal in a future version.
Use settings, TypeContributor, FunctionContributor or AdditionalMappingContributor instead depending on need
MetadataBuilderFactory - Interface in org.hibernate.boot.spi
An extension point for integrators that wish to hook into the process of how a Metadata is built.
MetadataBuilderImpl - Class in org.hibernate.boot.internal
 
MetadataBuilderImpl(MetadataSources) - Constructor for class org.hibernate.boot.internal.MetadataBuilderImpl
 
MetadataBuilderImpl(MetadataSources, StandardServiceRegistry) - Constructor for class org.hibernate.boot.internal.MetadataBuilderImpl
 
MetadataBuilderImpl.MappingDefaultsImpl - Class in org.hibernate.boot.internal
 
MetadataBuilderImpl.MetadataBuildingOptionsImpl - Class in org.hibernate.boot.internal
 
MetadataBuilderImplementor - Interface in org.hibernate.boot.spi
Internal API for MetadataBuilder exposing the building options being collected.
MetadataBuilderInitializer - Interface in org.hibernate.boot.spi
Contract for contributing to the initialization of MetadataBuilder.
metadataBuildingContext() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractHbmSourceNode
 
MetadataBuildingContext - Interface in org.hibernate.boot.spi
Describes the context in which the process of building Metadata from MetadataSources occurs.
MetadataBuildingContextRootImpl - Class in org.hibernate.boot.internal
MetadataBuildingContextRootImpl(String, BootstrapContext, MetadataBuildingOptions, InFlightMetadataCollector) - Constructor for class org.hibernate.boot.internal.MetadataBuildingContextRootImpl
 
MetadataBuildingContextTestingImpl - Class in org.hibernate.testing.boot
 
MetadataBuildingContextTestingImpl(StandardServiceRegistry) - Constructor for class org.hibernate.testing.boot.MetadataBuildingContextTestingImpl
 
MetadataBuildingOptions - Interface in org.hibernate.boot.spi
Describes the options used while building the Metadata object during MetadataBuilder.build() processing.
MetadataBuildingOptionsImpl(StandardServiceRegistry) - Constructor for class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
 
MetadataBuildingProcess - Class in org.hibernate.boot.model.process.spi
Represents the process of transforming a MetadataSources reference into a Metadata reference.
MetadataBuildingProcess() - Constructor for class org.hibernate.boot.model.process.spi.MetadataBuildingProcess
 
MetadataCache() - Constructor for class org.hibernate.jpa.internal.util.PersistenceUtilHelper.MetadataCache
 
metadataComplete - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEmbeddable
 
metadataComplete - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
metadataComplete - Variable in class org.hibernate.boot.jaxb.mapping.JaxbMappedSuperclass
 
metadataComplete - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Embeddable
 
metadataComplete - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
metadataComplete - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
 
MetadataContext - Class in org.hibernate.metamodel.internal
Defines a context for storing information during the building of the MappingMetamodelImpl.
MetadataContext(JpaMetamodelImplementor, MappingMetamodel, MetadataImplementor, JpaStaticMetaModelPopulationSetting, JpaMetaModelPopulationSetting, RuntimeModelCreationContext) - Constructor for class org.hibernate.metamodel.internal.MetadataContext
 
MetadataContributor - Interface in org.hibernate.boot.spi
Deprecated, for removal: This API element is subject to removal in a future version.
Use AdditionalMappingContributor or TypeContributor instead depending on need
MetadataImpl - Class in org.hibernate.boot.internal
Container for configuration data collected during binding the metamodel.
MetadataImpl(UUID, MetadataBuildingOptions, Map<String, PersistentClass>, List<Component>, Map<Class<?>, Component>, Map<Class<?>, MappedSuperclass>, Map<String, Collection>, Map<String, TypeDefinition>, Map<String, FilterDefinition>, Map<String, FetchProfile>, Map<String, String>, Map<String, IdentifierGeneratorDefinition>, Map<String, NamedHqlQueryDefinition>, Map<String, NamedNativeQueryDefinition>, Map<String, NamedProcedureCallDefinition>, Map<String, NamedResultSetMappingDescriptor>, Map<String, NamedEntityGraphDefinition>, Map<String, SqmFunctionDescriptor>, Database, BootstrapContext) - Constructor for class org.hibernate.boot.internal.MetadataImpl
 
MetadataImplementor - Interface in org.hibernate.boot.spi
The SPI-level Metadata contract.
MetadataSource - Enum in org.hibernate.mapping
Enumeration of the known places from which a piece of metadata may come.
MetadataSourceProcessor - Interface in org.hibernate.boot.model.source.spi
Defines the steps in processing metadata sources.
MetadataSources - Class in org.hibernate.boot
Entry point for working with sources of O/R mapping metadata, either in the form of annotated classes, or as XML mapping documents.
MetadataSources() - Constructor for class org.hibernate.boot.MetadataSources
Create a new instance, using a default BootstrapServiceRegistry.
MetadataSources(ServiceRegistry) - Constructor for class org.hibernate.boot.MetadataSources
Create a new instance using the given ServiceRegistry.
MetadataSources(ServiceRegistry, XmlMappingBinderAccess) - Constructor for class org.hibernate.boot.MetadataSources
Create a new instance using the given ServiceRegistry.
MetadataSourcesContributor - Interface in org.hibernate.boot.spi
A bootstrap process hook for contributing sources to MetadataSources.
MetadataSourceType - Enum in org.hibernate.cfg
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
Metamodel - Interface in org.hibernate.jpamodelgen.model
 
Metamodel - Interface in org.hibernate
Deprecated.
MetaModelGenerationException - Exception in org.hibernate.jpamodelgen
RuntimeException used for errors during meta model generation.
MetaModelGenerationException() - Constructor for exception org.hibernate.jpamodelgen.MetaModelGenerationException
 
MetaModelGenerationException(String) - Constructor for exception org.hibernate.jpamodelgen.MetaModelGenerationException
 
MetamodelImplementor - Interface in org.hibernate.metamodel.spi
Deprecated.
MetaSingleAttribute - Interface in org.hibernate.jpamodelgen.model
 
metaType - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
 
metaType - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToAnyType
 
metaType - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToAnyCollectionElementType
 
MetaType - Class in org.hibernate.type
Deprecated, for removal: This API element is subject to removal in a future version.
The functionality of MetaType, DiscriminatorType and DiscriminatorMetadata have been consolidated into EntityDiscriminatorMapping and DiscriminatorConverter
MetaType(Map<Object, String>, Type) - Constructor for class org.hibernate.type.MetaType
Deprecated.
 
metaValue - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
 
metaValue - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToAnyCollectionElementType
 
MetaValue(Consumer<Selectable>, MetadataBuildingContext) - Constructor for class org.hibernate.mapping.Any.MetaValue
 
MetaValue(Consumer<Selectable>, MetadataBuildingContext, Table) - Constructor for class org.hibernate.mapping.Any.MetaValue
 
MethodAttributeAccess(String, Method) - Constructor for class org.hibernate.jpa.internal.util.PersistenceUtilHelper.MethodAttributeAccess
 
methodBlock(FrameworkMethod) - Method in class org.hibernate.testing.junit4.CustomRunner
 
methodName - Variable in class org.hibernate.boot.jaxb.mapping.JaxbPostLoad
 
methodName - Variable in class org.hibernate.boot.jaxb.mapping.JaxbPostPersist
 
methodName - Variable in class org.hibernate.boot.jaxb.mapping.JaxbPostRemove
 
methodName - Variable in class org.hibernate.boot.jaxb.mapping.JaxbPostUpdate
 
methodName - Variable in class org.hibernate.boot.jaxb.mapping.JaxbPrePersist
 
methodName - Variable in class org.hibernate.boot.jaxb.mapping.JaxbPreRemove
 
methodName - Variable in class org.hibernate.boot.jaxb.mapping.JaxbPreUpdate
 
methodName - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PostLoad
 
methodName - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PostPersist
 
methodName - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PostRemove
 
methodName - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PostUpdate
 
methodName - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PrePersist
 
methodName - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PreRemove
 
methodName - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PreUpdate
 
MICROSECOND - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
MICROSECOND - Static variable in class org.hibernate.grammars.hql.HqlParser
 
MICROSECOND() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
microVersion() - Method in annotation type org.hibernate.testing.orm.junit.RequiresDialect
 
microVersion() - Method in annotation type org.hibernate.testing.orm.junit.SkipForDialect
 
MIDDLE_ENTITY_ALIAS - Static variable in class org.hibernate.envers.internal.entities.mapper.relation.query.QueryConstants
 
MIDDLE_ENTITY_ALIAS_DEF_AUD_STR - Static variable in class org.hibernate.envers.internal.entities.mapper.relation.query.QueryConstants
 
MiddleComponentData - Class in org.hibernate.envers.internal.entities.mapper.relation
A data holder for a middle relation component (which is either the collection element or index): - component mapper used to map the component to and from versions entities - an index, which specifies in which element of the array returned by the query for reading the collection the data of the component is
MiddleComponentData(MiddleComponentMapper) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.MiddleComponentData
 
MiddleComponentData(MiddleComponentMapper, int) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.MiddleComponentData
 
MiddleComponentMapper - Interface in org.hibernate.envers.internal.entities.mapper.relation.component
 
MiddleDummyComponentMapper - Class in org.hibernate.envers.internal.entities.mapper.relation.component
 
MiddleDummyComponentMapper() - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleDummyComponentMapper
 
MiddleEmbeddableComponentMapper - Class in org.hibernate.envers.internal.entities.mapper.relation.component
 
MiddleEmbeddableComponentMapper(MultiPropertyMapper, Class<?>) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleEmbeddableComponentMapper
 
MiddleIdData - Class in org.hibernate.envers.internal.entities.mapper.relation
A class holding information about ids, which form a virtual "relation" from a middle-table.
MiddleIdData(Configuration, IdMappingData, String, String, boolean) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.MiddleIdData
 
MiddleMapElementNotKeyComponentMapper - Class in org.hibernate.envers.internal.entities.mapper.relation.component
A middle table component mapper which assigns a Map-type's element as part of the data-portion of the mapping rather than the identifier.
MiddleMapElementNotKeyComponentMapper(String) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleMapElementNotKeyComponentMapper
 
MiddleMapKeyEnumeratedComponentMapper - Class in org.hibernate.envers.internal.entities.mapper.relation
MiddleMapKeyEnumeratedComponentMapper(String) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.MiddleMapKeyEnumeratedComponentMapper
 
MiddleMapKeyIdComponentMapper - Class in org.hibernate.envers.internal.entities.mapper.relation.component
A component mapper for the @MapKey mapping: the value of the map's key is the id of the entity.
MiddleMapKeyIdComponentMapper(Configuration, IdMapper) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleMapKeyIdComponentMapper
 
MiddleMapKeyPropertyComponentMapper - Class in org.hibernate.envers.internal.entities.mapper.relation.component
A component mapper for the @MapKey mapping with the name parameter specified: the value of the map's key is a property of the entity.
MiddleMapKeyPropertyComponentMapper(String, String) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleMapKeyPropertyComponentMapper
 
MiddleRelatedComponentMapper - Class in org.hibernate.envers.internal.entities.mapper.relation.component
 
MiddleRelatedComponentMapper(MiddleIdData) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleRelatedComponentMapper
 
MiddleSimpleComponentMapper - Class in org.hibernate.envers.internal.entities.mapper.relation.component
 
MiddleSimpleComponentMapper(Configuration, String) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleSimpleComponentMapper
 
MiddleStraightComponentMapper - Class in org.hibernate.envers.internal.entities.mapper.relation.component
A mapper for reading and writing a property straight to/from maps.
MiddleStraightComponentMapper(String) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleStraightComponentMapper
 
MiddleTableCollectionMetadataGenerator - Class in org.hibernate.envers.configuration.internal.metadata
An implementation of AbstractCollectionMetadataGenerator that builds collection metadata and association mappings where the association uses a middle table mapping.
MiddleTableCollectionMetadataGenerator(EnversMetadataBuildingContext, BasicMetadataGenerator, ValueMetadataGenerator) - Constructor for class org.hibernate.envers.configuration.internal.metadata.MiddleTableCollectionMetadataGenerator
 
migrateTable(Table, TableInformation, Dialect, Metadata, Formatter, ExecutionOptions, SqlStringGenerationContext, GenerationTarget...) - Method in class org.hibernate.tool.schema.internal.AbstractSchemaMigrator
 
MILLISECOND - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
MILLISECOND - Static variable in class org.hibernate.grammars.hql.HqlParser
 
MILLISECOND() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
min() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Projection on the minimum value
min(int) - Static method in class org.hibernate.query.sqm.produce.function.StandardArgumentsValidators
 
min(Expression<N>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
min(Expression<N>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
min(Expression<N>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
min(Expression<N>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
MIN - org.hibernate.envers.query.criteria.AggregatedAuditExpression.AggregatedMode
 
MIN - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
MIN - Static variable in class org.hibernate.grammars.hql.HqlParser
 
MIN() - Method in class org.hibernate.grammars.hql.HqlParser.ElementAggregateFunctionContext
 
MIN() - Method in class org.hibernate.grammars.hql.HqlParser.IndexAggregateFunctionContext
 
MIN() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
MIN_SIZE - Static variable in class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl
 
MINELEMENT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
MINELEMENT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
MINELEMENT() - Method in class org.hibernate.grammars.hql.HqlParser.ElementAggregateFunctionContext
 
MINELEMENT() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
minimize() - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "minimize" constraint, with the ability to specify further constraints on the minimized property
MINIMUM_INITIAL_CAPACITY - Static variable in class org.hibernate.internal.util.collections.CollectionHelper
 
MINIMUM_VERSION - Static variable in class org.hibernate.dialect.CockroachDialect
 
MINIMUM_VERSION - Static variable in class org.hibernate.dialect.PostgreSQLDialect
 
minimumVersion - Variable in class org.hibernate.boot.jaxb.mapping.JaxbDatabaseObjectScope
 
MININDEX - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
MININDEX - Static variable in class org.hibernate.grammars.hql.HqlParser
 
MININDEX() - Method in class org.hibernate.grammars.hql.HqlParser.IndexAggregateFunctionContext
 
MININDEX() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
MinMaxCaseEveryAnyEmulation - Class in org.hibernate.dialect.function
Most databases don't have a function like every() or any().
MinMaxCaseEveryAnyEmulation(TypeConfiguration, boolean) - Constructor for class org.hibernate.dialect.function.MinMaxCaseEveryAnyEmulation
 
minor() - Method in annotation type org.hibernate.annotations.DialectOverride.Version
 
minorVersion() - Method in annotation type org.hibernate.testing.orm.junit.RequiresDialect
 
minorVersion() - Method in annotation type org.hibernate.testing.orm.junit.SkipForDialect
 
minSize(int) - Method in class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl.PooledConnections.Builder
 
minus(int) - Method in class org.hibernate.internal.util.MutableInteger
 
MINUS - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
MINUS - Static variable in class org.hibernate.grammars.hql.HqlParser
 
MINUS - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
MINUS - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
MINUS() - Method in class org.hibernate.grammars.hql.HqlParser.AdditiveOperatorContext
 
MINUS() - Method in class org.hibernate.grammars.hql.HqlParser.DateContext
 
MINUS() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetContext
 
MINUS() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetWithMinutesContext
 
MINUS() - Method in class org.hibernate.grammars.hql.HqlParser.SignOperatorContext
 
MINUS(int) - Method in class org.hibernate.grammars.hql.HqlParser.DateContext
 
minute() - Method in class org.hibernate.grammars.hql.HqlParser
 
minute() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetContext
 
minute() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetWithMinutesContext
 
minute() - Method in class org.hibernate.grammars.hql.HqlParser.TimeContext
 
minute(Expression<? extends TemporalAccessor>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Extracts the TemporalUnit.MINUTE of a date, time, or datetime expression.
minute(Expression<? extends TemporalAccessor>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
minute(Expression<? extends TemporalAccessor>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
MINUTE - org.hibernate.query.sqm.TemporalUnit
Minute, defined to mean 60 seconds when it occurs as a unit of duration, or to mean the minute field in the range 0-59 when passed to extract().
MINUTE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
MINUTE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
MINUTE() - Method in class org.hibernate.grammars.hql.HqlParser.DatetimeFieldContext
 
MINUTE() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
MINUTE() - Method in class org.hibernate.grammars.hql.HqlParser.TimeZoneFieldContext
 
MinuteContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.MinuteContext
 
missing - Variable in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
MISSING_CACHE_STRATEGY - Static variable in interface org.hibernate.cache.jcache.ConfigSettings
Define the behavior of the region factory when a cache is missing, i.e.
missingArguments(int, int) - Method in interface org.hibernate.internal.CoreMessageLogger
 
missingCacheCreated(String, String, String) - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
 
MissingCacheStrategy - Enum in org.hibernate.cache.jcache
 
MissingSqlSelectionException - Exception in org.hibernate.query.results
Indicates that a column defined as part of a SQL ResultSet mapping was not part of the query's ResultSet
MissingSqlSelectionException(String) - Constructor for exception org.hibernate.query.results.MissingSqlSelectionException
 
MissingSqlSelectionException(String, Throwable) - Constructor for exception org.hibernate.query.results.MissingSqlSelectionException
 
mixed() - Method in annotation type org.hibernate.internal.log.SubSystemLogging
Aside from test usage, is the associated logger always used through the sub-system category name?
MIXED - org.hibernate.engine.jdbc.env.spi.IdentifierCaseStrategy
The identifier is stored in mixed case.
MIXED - org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
 
MIXED_POSITIONAL_NAMED_PARAMETERS - org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
 
mmax - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
mmin - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
MOBILE - org.hibernate.testing.orm.domain.contacts.PhoneNumber.Classification
 
MOBILE - org.hibernate.testing.orm.domain.userguide.PhoneType
 
MockCollectionPersister - Class in org.hibernate.jpamodelgen.validation
 
MockCollectionPersister(String, CollectionType, Type, MockSessionFactory) - Constructor for class org.hibernate.jpamodelgen.validation.MockCollectionPersister
 
MockEntityPersister - Class in org.hibernate.jpamodelgen.validation
 
MockEntityPersister(String, AccessType, MockSessionFactory) - Constructor for class org.hibernate.jpamodelgen.validation.MockEntityPersister
 
Mocker<T> - Interface in org.hibernate.jpamodelgen.validation
 
mocks - Static variable in interface org.hibernate.jpamodelgen.validation.Mocker
 
MockSessionFactory - Class in org.hibernate.jpamodelgen.validation
 
MockSessionFactory() - Constructor for class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
mod(Expression<Integer>, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
mod(Expression<Integer>, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
mod(Expression<Integer>, Expression<Integer>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
mod(Expression<Integer>, Expression<Integer>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
mod(Expression<Integer>, Integer) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
mod(Expression<Integer>, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
mod(Expression<Integer>, Integer) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
mod(Expression<Integer>, Integer) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
mod(Integer, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
mod(Integer, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
mod(Integer, Expression<Integer>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
mod(Integer, Expression<Integer>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
MOD - org.hibernate.envers.RevisionType
Indicates that the entity was modified (one or more of its fields) at that revision.
mod_operator() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
mode - Variable in class org.hibernate.boot.jaxb.mapping.JaxbStoredProcedureParameter
 
mode - Variable in class org.hibernate.jpamodelgen.xml.jaxb.StoredProcedureParameter
 
mode() - Method in annotation type org.hibernate.annotations.FetchProfile.FetchOverride
The method used for fetching the association in the fetch profile being defined.
mode() - Method in annotation type org.hibernate.annotations.FetchProfileOverride
The method that should be used to fetch the association in the named fetch profile.
mode(Expression<T>, SortDirection, NullPrecedence) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
mode(Expression<T>, SortDirection, NullPrecedence) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
mode(Expression<T>, SortDirection, NullPrecedence) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
mode(JpaPredicate, Expression<T>, SortDirection, NullPrecedence) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
mode(JpaPredicate, Expression<T>, SortDirection, NullPrecedence) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
mode(JpaPredicate, Expression<T>, SortDirection, NullPrecedence) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
mode(JpaPredicate, JpaWindow, Expression<T>, SortDirection, NullPrecedence) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create a mode ordered set-aggregate function expression.
mode(JpaPredicate, JpaWindow, Expression<T>, SortDirection, NullPrecedence) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
mode(JpaPredicate, JpaWindow, Expression<T>, SortDirection, NullPrecedence) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
mode(JpaWindow, Expression<T>, SortDirection, NullPrecedence) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
mode(JpaWindow, Expression<T>, SortDirection, NullPrecedence) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
mode(JpaWindow, Expression<T>, SortDirection, NullPrecedence) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
MODE_PROPERTY - Static variable in class org.hibernate.boot.beanvalidation.BeanValidationIntegrator
 
MODEL - org.hibernate.boot.archive.scan.spi.ClassDescriptor.Categorization
 
MODEL_MUTATION_LOGGER - Static variable in class org.hibernate.sql.model.ModelMutationLogging
 
ModelBinder - Class in org.hibernate.boot.model.source.internal.hbm
Responsible for coordinating the binding of all information inside entity tags (<class/>, etc).
ModelBinder(MetadataBuildingContext) - Constructor for class org.hibernate.boot.model.source.internal.hbm.ModelBinder
 
ModelBinder.DelayedPropertyReferenceHandlerImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
modelDescriptorClasses() - Method in annotation type org.hibernate.testing.orm.junit.DomainModel
 
modelDescriptorClasses() - Method in annotation type org.hibernate.testing.orm.junit.Jpa
 
ModelMutationHelper - Class in org.hibernate.engine.jdbc.mutation.internal
Helper functionality related to model mutations
ModelMutationLogging - Class in org.hibernate.sql.model
Logging related to entity and collection mutations stemming from persistence-context events
ModelMutationLogging() - Constructor for class org.hibernate.sql.model.ModelMutationLogging
 
ModelPart - Interface in org.hibernate.metamodel.mapping
Base descriptor, within the mapping model, for any part of the application's domain model: an attribute, an entity identifier, collection elements, and so on.
ModelPart.JdbcValueBiConsumer<X,​Y> - Interface in org.hibernate.metamodel.mapping
Functional interface for consuming the JDBC values, along with two values of type X and Y.
ModelPart.JdbcValueConsumer - Interface in org.hibernate.metamodel.mapping
Functional interface for consuming the JDBC values.
ModelPartContainer - Interface in org.hibernate.metamodel.mapping
Access to a group of ModelPart by name or for iteration.
ModelPartReference - Interface in org.hibernate.query.results.complete
A ResultBuilder or FetchBuilder that refers to some part of the user's domain model
ModelPartReferenceBasic - Interface in org.hibernate.query.results.complete
 
ModelPartReferenceCollection - Interface in org.hibernate.query.results.complete
 
ModelPartReferenceEmbeddable - Interface in org.hibernate.query.results.complete
 
ModelPartReferenceEntity - Interface in org.hibernate.query.results.complete
 
ModelPartReferenceMemento - Interface in org.hibernate.query.named
A ResultMappingMementoNode that is a reference to some part of the user's domain model
ModelPartResultMemento - Interface in org.hibernate.query.named
 
ModelPartResultMementoBasic - Interface in org.hibernate.query.named
 
ModelPartResultMementoBasicImpl - Class in org.hibernate.query.internal
 
ModelPartResultMementoBasicImpl(NavigablePath, BasicValuedModelPart, String) - Constructor for class org.hibernate.query.internal.ModelPartResultMementoBasicImpl
 
ModelPartResultMementoCollection - Interface in org.hibernate.query.named
 
ModelPartResultMementoEntity - Interface in org.hibernate.query.named
 
modeNames - Static variable in class org.hibernate.grammars.graph.GraphLanguageLexer
 
modeNames - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
modeNames - Static variable in class org.hibernate.grammars.importsql.SqlScriptLexer
 
modeNames - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
ModeStatsModeEmulation - Class in org.hibernate.dialect.function
 
ModeStatsModeEmulation(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.ModeStatsModeEmulation
 
MODIFIED_COLUMN_NAMING_STRATEGY - Static variable in interface org.hibernate.envers.configuration.EnversSettings
MODIFIED_FLAG_SUFFIX - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Suffix of modified flag columns.
modifiedColumnName() - Method in annotation type org.hibernate.envers.Audited
The column name of the modified field.
ModifiedColumnNameResolver - Class in org.hibernate.envers.boot.internal
 
ModifiedColumnNamingStrategy - Interface in org.hibernate.envers.boot.spi
Defines a naming strategy for applying modified columns to the audited entity metamodel.
ModifiedColumnNamingStrategyRegistrationProvider - Class in org.hibernate.envers.boot.internal
ModifiedColumnNamingStrategyRegistrationProvider() - Constructor for class org.hibernate.envers.boot.internal.ModifiedColumnNamingStrategyRegistrationProvider
 
ModifiedEntityNames - Annotation Type in org.hibernate.envers
Marks a property which holds entity names that have been modified during each revision.
ModifiedEntityNamesReader - Class in org.hibernate.envers.internal.revisioninfo
Returns modified entity names from a persisted revision info entity.
ModifiedEntityNamesReader(Class<?>, PropertyData, ServiceRegistry) - Constructor for class org.hibernate.envers.internal.revisioninfo.ModifiedEntityNamesReader
 
ModifiedFlagMapperSupport - Interface in org.hibernate.envers.internal.entities.mapper
Contract for PropertyMapper implementations to expose whether they contain any property that uses PropertyData.isUsingModifiedFlag().
ModifiedFlagPropertyName - Class in org.hibernate.envers.query.internal.property
PropertyNameGetter for modified flags
ModifiedFlagPropertyName(PropertyNameGetter) - Constructor for class org.hibernate.envers.query.internal.property.ModifiedFlagPropertyName
 
ModifiedSubQueryExpression - Class in org.hibernate.sql.ast.tree.expression
 
ModifiedSubQueryExpression(SelectStatement, ModifiedSubQueryExpression.Modifier) - Constructor for class org.hibernate.sql.ast.tree.expression.ModifiedSubQueryExpression
 
ModifiedSubQueryExpression.Modifier - Enum in org.hibernate.sql.ast.tree.expression
 
MODULO - org.hibernate.query.sqm.BinaryArithmeticOperator
 
MODULO - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
MODULO - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
ModWorkUnit - Class in org.hibernate.envers.internal.synchronization.work
 
ModWorkUnit(SessionImplementor, String, EnversService, Object, EntityPersister, Object[], Object[]) - Constructor for class org.hibernate.envers.internal.synchronization.work.ModWorkUnit
 
MonetaryAmountConverter - Class in org.hibernate.testing.orm.domain
 
MonetaryAmountConverter() - Constructor for class org.hibernate.testing.orm.domain.MonetaryAmountConverter
 
month() - Method in class org.hibernate.grammars.hql.HqlParser.DateContext
 
month() - Method in class org.hibernate.grammars.hql.HqlParser
 
month(Expression<? extends TemporalAccessor>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Extracts the TemporalUnit.MONTH of a date, time, or datetime expression.
month(Expression<? extends TemporalAccessor>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
month(Expression<? extends TemporalAccessor>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
MONTH - org.hibernate.query.sqm.TemporalUnit
Calendar month.
MONTH - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
MONTH - Static variable in class org.hibernate.grammars.hql.HqlParser
 
MONTH() - Method in class org.hibernate.grammars.hql.HqlParser.DatetimeFieldContext
 
MONTH() - Method in class org.hibernate.grammars.hql.HqlParser.DayFieldContext
 
MONTH() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
MONTH() - Method in class org.hibernate.grammars.hql.HqlParser.WeekFieldContext
 
MonthContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.MonthContext
 
monthsBetween() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
moreHyperbolic() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
moveAndToBeginning(String) - Static method in class org.hibernate.internal.util.StringHelper
 
MSG - Static variable in class org.hibernate.engine.jdbc.dialect.spi.BasicSQLExceptionConverter
Message
MULTI_KEY_LOAD_LOGGER - Static variable in interface org.hibernate.loader.ast.internal.MultiKeyLoadLogging
 
MULTI_TENANCY - org.hibernate.boot.model.source.internal.hbm.XmlElementMetadata
Describes the <multi-tenancy/> element
MULTI_TENANT_CONNECTION_PROVIDER - Static variable in interface org.hibernate.cfg.MultiTenancySettings
Specifies a MultiTenantConnectionProvider to use.
MULTI_TENANT_IDENTIFIER_RESOLVER - Static variable in interface org.hibernate.cfg.MultiTenancySettings
Specifies a CurrentTenantIdentifierResolver to use, either: an instance of CurrentTenantIdentifierResolver, a Class representing an class that implements CurrentTenantIdentifierResolver, or the name of a class that implements CurrentTenantIdentifierResolver.
MultiDynamicComponentMapper - Class in org.hibernate.envers.internal.entities.mapper
Multi mapper for dynamic components (it knows that component is a map, not a class)
MultiDynamicComponentMapper(PropertyData) - Constructor for class org.hibernate.envers.internal.entities.mapper.MultiDynamicComponentMapper
 
MultiIdentifierLoadAccess<T> - Interface in org.hibernate
Loads multiple instances of a given entity type at once, by specifying a list of identifier values.
MultiIdEntityLoader<T> - Interface in org.hibernate.loader.ast.spi
Loader subtype for loading multiple entities by multiple identifier values.
MultiIdEntityLoaderArrayParam<E> - Class in org.hibernate.loader.ast.internal
 
MultiIdEntityLoaderArrayParam(EntityMappingType, SessionFactoryImplementor) - Constructor for class org.hibernate.loader.ast.internal.MultiIdEntityLoaderArrayParam
 
MultiIdEntityLoaderArrayParam.ResolutionConsumer<T> - Interface in org.hibernate.loader.ast.internal
 
MultiIdEntityLoaderStandard<T> - Class in org.hibernate.loader.ast.internal
Standard MultiIdEntityLoader
MultiIdEntityLoaderStandard(EntityPersister, int, SessionFactoryImplementor) - Constructor for class org.hibernate.loader.ast.internal.MultiIdEntityLoaderStandard
 
MultiIdLoadOptions - Interface in org.hibernate.loader.ast.spi
Encapsulation of the options for loading multiple entities by id
MultiKeyLoadChunker<K> - Class in org.hibernate.loader.ast.internal
When the number of ids to initialize exceeds a certain threshold, IN-predicate based multi-key loaders will break the initialization into "chunks".
MultiKeyLoadChunker(int, int, Bindable, JdbcParametersList, SelectStatement, JdbcOperationQuerySelect) - Constructor for class org.hibernate.loader.ast.internal.MultiKeyLoadChunker
 
MultiKeyLoader - Interface in org.hibernate.loader.ast.spi
Loader specialization for loading multiple loadable references by primary, foreign or natural key.
MultiKeyLoadHelper - Class in org.hibernate.loader.ast.internal
 
MultiKeyLoadLogging - Interface in org.hibernate.loader.ast.internal
Logging related to loading a loadable by multiple "keys".
MultiKeyLoadSizingStrategy - Interface in org.hibernate.loader.ast.spi
Strategy for determining an optimal size for loading by multiple keys.
MULTILINE_COMMENT - Static variable in class org.hibernate.grammars.importsql.SqlScriptLexer
 
MULTILINE_COMMENT - Static variable in class org.hibernate.grammars.importsql.SqlScriptParser
 
MultiLineSqlScriptExtractor - Class in org.hibernate.tool.schema.internal.script
Class responsible for extracting SQL statements from import script.
MultiLineSqlScriptExtractor() - Constructor for class org.hibernate.tool.schema.internal.script.MultiLineSqlScriptExtractor
 
MultiLineSqlScriptExtractor.VerboseListener - Class in org.hibernate.tool.schema.internal.script
 
MULTILINESTRING_INSTANCE - Static variable in class org.hibernate.spatial.GeolatteGeometryJavaType
 
MULTILINESTRING_INSTANCE - Static variable in class org.hibernate.spatial.JTSGeometryJavaType
 
multiLoad(Object...) - Method in class org.hibernate.internal.NaturalIdMultiLoadAccessStandard
 
multiLoad(Object...) - Method in interface org.hibernate.NaturalIdMultiLoadAccess
Retrieve the entities with the given natural id values.
multiLoad(Object[], EventSource, MultiIdLoadOptions) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
multiLoad(Object[], EventSource, MultiIdLoadOptions) - Method in interface org.hibernate.persister.entity.EntityPersister
Performs a load of multiple entities (of this type) by identifier simultaneously.
multiLoad(Object[], MultiNaturalIdLoadOptions, SharedSessionContractImplementor) - Method in class org.hibernate.loader.ast.internal.MultiNaturalIdLoadingBatcher
 
multiLoad(List<?>) - Method in class org.hibernate.internal.NaturalIdMultiLoadAccessStandard
 
multiLoad(List<?>) - Method in interface org.hibernate.NaturalIdMultiLoadAccess
Retrieve the entities with the given natural id values.
multiLoad(List<K>) - Method in interface org.hibernate.MultiIdentifierLoadAccess
Retrieve the entities with the given identifiers.
multiLoad(K...) - Method in interface org.hibernate.MultiIdentifierLoadAccess
Retrieve the entities with the given identifiers.
multiLoad(K[], MultiNaturalIdLoadOptions, SharedSessionContractImplementor) - Method in class org.hibernate.loader.ast.internal.MultiNaturalIdLoaderArrayParam
 
multiLoad(K[], MultiNaturalIdLoadOptions, SharedSessionContractImplementor) - Method in class org.hibernate.loader.ast.internal.MultiNaturalIdLoaderInPredicate
 
multiLoad(K[], MultiNaturalIdLoadOptions, SharedSessionContractImplementor) - Method in interface org.hibernate.loader.ast.spi.MultiNaturalIdLoader
Load multiple entities by natural-id.
MultiLoadOptions - Interface in org.hibernate.loader.ast.spi
Base contract for options for multi-load operations
MultiNaturalIdLoader<E> - Interface in org.hibernate.loader.ast.spi
Loader for entities by multiple natural-ids
MultiNaturalIdLoaderArrayParam<E> - Class in org.hibernate.loader.ast.internal
Standard MultiNaturalIdLoader implementation
MultiNaturalIdLoaderArrayParam(EntityMappingType) - Constructor for class org.hibernate.loader.ast.internal.MultiNaturalIdLoaderArrayParam
 
MultiNaturalIdLoaderInPredicate<E> - Class in org.hibernate.loader.ast.internal
MultiNaturalIdLoader implementation using SQL IN predicate to specify the ids
MultiNaturalIdLoaderInPredicate(EntityMappingType) - Constructor for class org.hibernate.loader.ast.internal.MultiNaturalIdLoaderInPredicate
 
MultiNaturalIdLoadingBatcher - Class in org.hibernate.loader.ast.internal
Batch support for natural-id multi loading
MultiNaturalIdLoadingBatcher(EntityMappingType, ModelPart, int, MultiNaturalIdLoadingBatcher.KeyValueResolver, LoadQueryInfluencers, LockOptions, SessionFactoryImplementor) - Constructor for class org.hibernate.loader.ast.internal.MultiNaturalIdLoadingBatcher
 
MultiNaturalIdLoadOptions - Interface in org.hibernate.loader.ast.spi
Encapsulation of the options for loading multiple entities by natural-id
MultipatternSqmFunctionDescriptor - Class in org.hibernate.query.sqm.function
Support for overloaded functions defined in terms of a list of patterns, one for each possible function arity.
MultipatternSqmFunctionDescriptor(String, SqmFunctionDescriptor[], BasicType<?>, TypeConfiguration, FunctionParameterType...) - Constructor for class org.hibernate.query.sqm.function.MultipatternSqmFunctionDescriptor
Construct an instance with the given function templates where the position of each function template in the given array corresponds to the arity of the function template.
MultipatternSqmFunctionDescriptor(String, SqmFunctionDescriptor[], TypeConfiguration, FunctionParameterType...) - Constructor for class org.hibernate.query.sqm.function.MultipatternSqmFunctionDescriptor
Construct an instance with the given function templates where the position of each function template in the given array corresponds to the arity of the function template.
MultipleBagFetchException - Exception in org.hibernate.loader
Exception used to indicate that a query is attempting to simultaneously fetch multiple bags
MultipleBagFetchException(List) - Constructor for exception org.hibernate.loader.MultipleBagFetchException
 
MultipleCascadeStyle(CascadeStyle[]) - Constructor for class org.hibernate.engine.spi.CascadeStyles.MultipleCascadeStyle
 
MultipleIdMapper - Class in org.hibernate.envers.internal.entities.mapper.id
An implementation of an identifier mapper for IdClass or multiple Id identifier mappings.
MultipleIdMapper(Component) - Constructor for class org.hibernate.envers.internal.entities.mapper.id.MultipleIdMapper
 
multipleSchemaCreationSettingsDefined() - Method in interface org.hibernate.internal.CoreMessageLogger
 
multipleTablesFound(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
multipleValidationModes(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
MultiplicationExpressionContext(HqlParser.ExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.MultiplicationExpressionContext
 
multiplicativeOperator() - Method in class org.hibernate.grammars.hql.HqlParser.MultiplicationExpressionContext
 
multiplicativeOperator() - Method in class org.hibernate.grammars.hql.HqlParser
 
MultiplicativeOperatorContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.MultiplicativeOperatorContext
 
multiply(String, Iterator<String>, Iterator<String[]>) - Static method in class org.hibernate.internal.util.StringHelper
 
MULTIPLY - org.hibernate.query.sqm.BinaryArithmeticOperator
 
MULTIPLY - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
MULTIPLY - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
multiplyBy(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
multiplyBy(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
multiplyBy(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
multiplyBy(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Perform a multiplication.
multiplyBy(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
multiplyBy(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
multiplyBy(IntegralDataTypeHolder) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
multiplyBy(IntegralDataTypeHolder) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Perform a multiplication.
MULTIPOINT_INSTANCE - Static variable in class org.hibernate.spatial.GeolatteGeometryJavaType
 
MULTIPOINT_INSTANCE - Static variable in class org.hibernate.spatial.JTSGeometryJavaType
 
MULTIPOLYGON_INSTANCE - Static variable in class org.hibernate.spatial.GeolatteGeometryJavaType
 
MULTIPOLYGON_INSTANCE - Static variable in class org.hibernate.spatial.JTSGeometryJavaType
 
MultiPropertyMapper - Class in org.hibernate.envers.internal.entities.mapper
 
MultiPropertyMapper() - Constructor for class org.hibernate.envers.internal.entities.mapper.MultiPropertyMapper
 
multiselect(Selection<?>...) - Method in class org.hibernate.query.criteria.CriteriaDefinition
 
multiselect(Selection<?>...) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
multiselect(Selection<?>...) - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
multiselect(Selection<?>...) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
multiselect(Selection<?>...) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
multiselect(List<Selection<?>>) - Method in class org.hibernate.query.criteria.CriteriaDefinition
 
multiselect(List<Selection<?>>) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
multiselect(List<Selection<?>>) - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
multiselect(List<Selection<?>>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
multiselect(List<Selection<?>>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
MultiTableDeleteQueryPlan - Class in org.hibernate.query.sqm.internal
 
MultiTableDeleteQueryPlan(SqmDeleteStatement, DomainParameterXref, SqmMultiTableMutationStrategy) - Constructor for class org.hibernate.query.sqm.internal.MultiTableDeleteQueryPlan
 
multiTableInsertNotAvailable(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
MultiTableInsertQueryPlan - Class in org.hibernate.query.sqm.internal
 
MultiTableInsertQueryPlan(SqmInsertStatement<?>, DomainParameterXref, SqmMultiTableInsertStrategy) - Constructor for class org.hibernate.query.sqm.internal.MultiTableInsertQueryPlan
 
MultiTableSqmMutationConverter - Class in org.hibernate.query.sqm.mutation.internal
Specialized BaseSqmToSqlAstConverter implementation used during conversion of an SQM mutation query tree representing into the various SQL AST trees needed to perform that operation.
MultiTableSqmMutationConverter(EntityMappingType, SqmStatement<?>, SqmRoot<?>, String, DomainParameterXref, QueryOptions, LoadQueryInfluencers, QueryParameterBindings, SqlAstCreationContext) - Constructor for class org.hibernate.query.sqm.mutation.internal.MultiTableSqmMutationConverter
 
MultiTableSqmMutationConverter(EntityMappingType, SqmStatement<?>, SqmRoot<?>, DomainParameterXref, QueryOptions, LoadQueryInfluencers, QueryParameterBindings, SqlAstCreationContext) - Constructor for class org.hibernate.query.sqm.mutation.internal.MultiTableSqmMutationConverter
 
MultiTableSqmMutationConverter.SqmParameterResolutionConsumer - Interface in org.hibernate.query.sqm.mutation.internal
 
MultiTableUpdateQueryPlan - Class in org.hibernate.query.sqm.internal
 
MultiTableUpdateQueryPlan(SqmUpdateStatement, DomainParameterXref, SqmMultiTableMutationStrategy) - Constructor for class org.hibernate.query.sqm.internal.MultiTableUpdateQueryPlan
 
multiTenancy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
MultiTenancySettings - Interface in org.hibernate.cfg
 
MultiTenancySource - Interface in org.hibernate.boot.model.source.spi
Describes the source information related to mapping the multi-tenancy of an entity
MultiTenantConnectionProvider<T> - Interface in org.hibernate.engine.jdbc.connections.spi
A specialized Connection provider contract used when the application is using multi-tenancy support requiring tenant-aware connections.
MultiTenantConnectionProviderInitiator - Class in org.hibernate.engine.jdbc.connections.internal
A service initiator for the MultiTenantConnectionProvider service.
MultiTenantConnectionProviderInitiator() - Constructor for class org.hibernate.engine.jdbc.connections.internal.MultiTenantConnectionProviderInitiator
 
MultiTenantConnectionProviderJdbcConnectionAccess(MultiTenantConnectionProvider<?>) - Constructor for class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.MultiTenantConnectionProviderJdbcConnectionAccess
 
Mutability - Annotation Type in org.hibernate.annotations
Specifies a MutabilityPlan for a basic value mapping.
MutabilityPlan<T> - Interface in org.hibernate.type.descriptor.java
Describes the mutability aspects of a given Java type.
MutabilityPlanExposer<T> - Interface in org.hibernate.type.descriptor.java
Something that exposes a MutabilityPlan
MutabilityPlanImpl(AnyType) - Constructor for class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationAttributeMapping.MutabilityPlanImpl
 
MutabilityPlanWrapper(CompositeUserType<J>) - Constructor for class org.hibernate.type.internal.CompositeUserTypeJavaTypeWrapper.MutabilityPlanWrapper
 
MutabilityPlanWrapper(UserType<J>) - Constructor for class org.hibernate.type.internal.UserTypeJavaTypeWrapper.MutabilityPlanWrapper
 
mutable - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
mutable - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
mutable - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
mutable - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
mutable - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
mutable - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNaturalIdType
 
mutable - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
mutable - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
mutable - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
mutable - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
mutable - Variable in class org.hibernate.boot.jaxb.mapping.JaxbNaturalId
 
mutable() - Method in annotation type org.hibernate.annotations.NaturalId
Specifies whether the natural id is mutable or immutable.
MUTABLE - org.hibernate.boot.model.source.spi.NaturalIdMutability
The attribute is part of a mutable natural id
MutableAttributeMappingList - Class in org.hibernate.metamodel.mapping.internal
Deprecated.
Please get rid of it: such collections should be immutable.
MutableAttributeMappingList(int) - Constructor for class org.hibernate.metamodel.mapping.internal.MutableAttributeMappingList
Deprecated.
 
MutableBoolean - Class in org.hibernate.envers.internal.tools
 
MutableBoolean - Class in org.hibernate.internal.util
Support for mutable boolean references, generally used from within anon inner classes, lambdas, etc
MutableBoolean() - Constructor for class org.hibernate.envers.internal.tools.MutableBoolean
 
MutableBoolean() - Constructor for class org.hibernate.internal.util.MutableBoolean
 
MutableBoolean(boolean) - Constructor for class org.hibernate.envers.internal.tools.MutableBoolean
 
MutableBoolean(boolean) - Constructor for class org.hibernate.internal.util.MutableBoolean
 
MutableCacheKeyBuilder - Interface in org.hibernate.cache
A builder that generates a Serializable Object to be used as a key into the query results cache.
MutableEntityEntry - Class in org.hibernate.engine.internal
An EntityEntry implementation for mutable entities.
MutableEntityEntry(Status, Object[], Object, Object, Object, LockMode, boolean, EntityPersister, boolean, PersistenceContext) - Constructor for class org.hibernate.engine.internal.MutableEntityEntry
 
MutableEntityEntryFactory - Class in org.hibernate.engine.internal
Factory for the safe approach implementation of EntityEntry.
MutableInteger - Class in org.hibernate.envers.internal.tools
 
MutableInteger - Class in org.hibernate.internal.util
A more performant version of AtomicInteger in cases where we do not have to worry about concurrency.
MutableInteger() - Constructor for class org.hibernate.envers.internal.tools.MutableInteger
 
MutableInteger() - Constructor for class org.hibernate.internal.util.MutableInteger
 
MutableInteger(int) - Constructor for class org.hibernate.envers.internal.tools.MutableInteger
 
MutableInteger(int) - Constructor for class org.hibernate.internal.util.MutableInteger
 
MutableJpaCompliance - Interface in org.hibernate.jpa.spi
 
MutableJpaComplianceImpl - Class in org.hibernate.jpa.internal
 
MutableJpaComplianceImpl(Map<?, ?>) - Constructor for class org.hibernate.jpa.internal.MutableJpaComplianceImpl
 
MutableJpaComplianceImpl(Map<?, ?>, boolean) - Constructor for class org.hibernate.jpa.internal.MutableJpaComplianceImpl
 
MutableLong - Class in org.hibernate.internal.util
A more performant version of AtomicLong in cases where we do not have to worry about concurrency.
MutableLong() - Constructor for class org.hibernate.internal.util.MutableLong
 
MutableLong(long) - Constructor for class org.hibernate.internal.util.MutableLong
 
MutableMutabilityPlan<T> - Class in org.hibernate.type.descriptor.java
Mutability plan for mutable objects
MutableMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.MutableMutabilityPlan
 
MutableObject<T> - Class in org.hibernate.internal.util
Mutable object reference.
MutableObject() - Constructor for class org.hibernate.internal.util.MutableObject
 
MutableQueryOptions - Interface in org.hibernate.query.spi
 
MutableSelectableMapping(String, JdbcMappingContainer, String[]) - Constructor for class org.hibernate.metamodel.mapping.SelectableConsumer.MutableSelectableMapping
 
MutableValue - Class in org.hibernate.testing.orm.domain.gambit
A mutable (as in non-`@Immutable`) value.
MutableValue() - Constructor for class org.hibernate.testing.orm.domain.gambit.MutableValue
 
MutableValue(String) - Constructor for class org.hibernate.testing.orm.domain.gambit.MutableValue
 
MutableValueConverter() - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityOfBasics.MutableValueConverter
 
MutatingTableReference - Class in org.hibernate.sql.model.ast
Specialized TableReference for model mutation operations
MutatingTableReference(TableMapping) - Constructor for class org.hibernate.sql.model.ast.MutatingTableReference
 
MutatingTableReferenceGroupWrapper - Class in org.hibernate.sql.ast.tree.from
Acts as a TableGroup for DML query operations.
MutatingTableReferenceGroupWrapper(NavigablePath, ModelPartContainer, NamedTableReference) - Constructor for class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
 
MUTATION_QUERY_LOGGER - Static variable in interface org.hibernate.query.sqm.mutation.internal.MutationQueryLogging
 
MUTATION_QUERY_LOGGER_NAME - Static variable in interface org.hibernate.query.sqm.mutation.internal.MutationQueryLogging
 
MutationDetails(MutationType, Expectation, String, boolean) - Constructor for class org.hibernate.sql.model.TableMapping.MutationDetails
 
MutationDetails(MutationType, Expectation, String, boolean, boolean) - Constructor for class org.hibernate.sql.model.TableMapping.MutationDetails
 
MutationExecutor - Interface in org.hibernate.engine.jdbc.mutation
Main contract for performing the mutation.
MutationExecutorPostInsert - Class in org.hibernate.engine.jdbc.mutation.internal
Specialized executor for the case of more than one table operation, with the root table defining a post-insert id-generation strategy.
MutationExecutorPostInsert(EntityMutationOperationGroup, SharedSessionContractImplementor) - Constructor for class org.hibernate.engine.jdbc.mutation.internal.MutationExecutorPostInsert
 
MutationExecutorPostInsertSingleTable - Class in org.hibernate.engine.jdbc.mutation.internal
Specialized form of MutationExecutorPostInsert for cases where there is only the single identity table.
MutationExecutorPostInsertSingleTable(EntityMutationOperationGroup, SharedSessionContractImplementor) - Constructor for class org.hibernate.engine.jdbc.mutation.internal.MutationExecutorPostInsertSingleTable
 
mutationExecutorService - Variable in class org.hibernate.persister.collection.mutation.AbstractUpdateRowsCoordinator
 
mutationExecutorService - Variable in class org.hibernate.persister.entity.mutation.AbstractMutationCoordinator
 
MutationExecutorService - Interface in org.hibernate.engine.jdbc.mutation.spi
Service for creating executors for model mutation operations
MutationExecutorServiceInitiator - Class in org.hibernate.engine.jdbc.mutation.internal
Initiator for the MutationExecutorService service
MutationExecutorServiceInitiator() - Constructor for class org.hibernate.engine.jdbc.mutation.internal.MutationExecutorServiceInitiator
 
MutationExecutorSingleBatched - Class in org.hibernate.engine.jdbc.mutation.internal
 
MutationExecutorSingleBatched(PreparableMutationOperation, BatchKey, int, SharedSessionContractImplementor) - Constructor for class org.hibernate.engine.jdbc.mutation.internal.MutationExecutorSingleBatched
 
MutationExecutorSingleNonBatched - Class in org.hibernate.engine.jdbc.mutation.internal
 
MutationExecutorSingleNonBatched(PreparableMutationOperation, SharedSessionContractImplementor) - Constructor for class org.hibernate.engine.jdbc.mutation.internal.MutationExecutorSingleNonBatched
 
MutationExecutorSingleSelfExecuting - Class in org.hibernate.engine.jdbc.mutation.internal
 
MutationExecutorSingleSelfExecuting(SelfExecutingUpdateOperation, SharedSessionContractImplementor) - Constructor for class org.hibernate.engine.jdbc.mutation.internal.MutationExecutorSingleSelfExecuting
 
MutationExecutorStandard - Class in org.hibernate.engine.jdbc.mutation.internal
Standard MutationExecutor implementation
MutationExecutorStandard(MutationOperationGroup, BatchKeyAccess, int, SharedSessionContractImplementor) - Constructor for class org.hibernate.engine.jdbc.mutation.internal.MutationExecutorStandard
 
MutationGroup - Interface in org.hibernate.sql.model.ast
Grouping of table mutations for the given target for the given type of mutation
MutationGroupBuilder - Class in org.hibernate.sql.model.ast.builder
Builder (pattern) for TableMutation references
MutationGroupBuilder(MutationType, EntityMutationTarget) - Constructor for class org.hibernate.sql.model.ast.builder.MutationGroupBuilder
 
MutationGroupNone - Class in org.hibernate.sql.model.internal
MutationGroup for cases where we have no mutations.
MutationGroupNone(MutationType, MutationTarget<?>) - Constructor for class org.hibernate.sql.model.internal.MutationGroupNone
 
MutationGroupSingle - Class in org.hibernate.sql.model.internal
MutationGroup implementation for cases where we have a single table operation
MutationGroupSingle(MutationType, MutationTarget<?>, TableMutation<?>) - Constructor for class org.hibernate.sql.model.internal.MutationGroupSingle
 
MutationGroupStandard - Class in org.hibernate.sql.model.internal
Standard MutationGroup implementation for cases with multiple table mutations
MutationGroupStandard(MutationType, MutationTarget<?>, List<? extends TableMutation<?>>) - Constructor for class org.hibernate.sql.model.internal.MutationGroupStandard
 
MutationOperation - Interface in org.hibernate.sql.model
Mutation for a specific table as part of a logical mutation on the entity.
mutationOperationGroup - Variable in class org.hibernate.engine.jdbc.mutation.internal.MutationExecutorPostInsert
 
MutationOperationGroup - Interface in org.hibernate.sql.model
Group of MutationOperation references for a specific logical operation (target + type)
MutationOperationGroupFactory - Class in org.hibernate.sql.model.internal
 
MutationOperationGroupFactory() - Constructor for class org.hibernate.sql.model.internal.MutationOperationGroupFactory
 
MutationQuery - Interface in org.hibernate.query
Within the context of an active session, an instance of this type represents an executable mutation query, that is, an insert, update, or delete.
MutationQueryLogging - Interface in org.hibernate.query.sqm.mutation.internal
 
MutationQueryOptions - Class in org.hibernate.engine.jdbc.mutation.internal
 
MutationQueryOptions() - Constructor for class org.hibernate.engine.jdbc.mutation.internal.MutationQueryOptions
 
MutationStatement - Interface in org.hibernate.sql.ast.tree
Specialization of Statement for mutation (DML) statements
MutationStatementPreparer - Interface in org.hibernate.engine.jdbc.spi
Interface to the object that prepares JDBC PreparedStatements related to mutations on behalf of a JdbcCoordinator.
MutationStatementPreparerImpl - Class in org.hibernate.engine.jdbc.internal
 
MutationStatementPreparerImpl(JdbcCoordinatorImpl, JdbcServices) - Constructor for class org.hibernate.engine.jdbc.internal.MutationStatementPreparerImpl
 
mutationTarget - Variable in class org.hibernate.engine.jdbc.mutation.internal.MutationExecutorPostInsert
 
MutationTarget<T extends TableMapping> - Interface in org.hibernate.sql.model
Target of mutations from persistence context events
MutationType - Enum in org.hibernate.sql.model
The type of mutation
MUTINY_SESSION - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
MyISAMStorageEngine - Class in org.hibernate.dialect
Represents the MyISAM storage engine.
MyISAMStorageEngine() - Constructor for class org.hibernate.dialect.MyISAMStorageEngine
 
MYSQL - org.hibernate.dialect.Database
 
MYSQL_BYTES_PER_CHARACTER - Static variable in interface org.hibernate.cfg.DialectSpecificSettings
Specifies the bytes per character to use based on the database's configured charset.
MYSQL_NO_BACKSLASH_ESCAPES - Static variable in interface org.hibernate.cfg.DialectSpecificSettings
Specifies whether the NO_BACKSLASH_ESCAPES sql mode is enabled.
MySQL56InnoDBSpatialDialect - Class in org.hibernate.spatial.dialect.mysql
Deprecated.
Use "hibernate.dialect.storage_engine=innodb" environment variable or JVM system property instead.
MySQL56InnoDBSpatialDialect() - Constructor for class org.hibernate.spatial.dialect.mysql.MySQL56InnoDBSpatialDialect
Deprecated.
 
MySQL56SpatialDialect - Class in org.hibernate.spatial.dialect.mysql
Deprecated.
Spatial Dialects are no longer needed
MySQL56SpatialDialect() - Constructor for class org.hibernate.spatial.dialect.mysql.MySQL56SpatialDialect
Deprecated.
 
MySQL5DatabaseCleaner - Class in org.hibernate.testing.cleaner
 
MySQL5DatabaseCleaner() - Constructor for class org.hibernate.testing.cleaner.MySQL5DatabaseCleaner
 
MySQL5InnoDBSpatialDialect - Class in org.hibernate.spatial.dialect.mysql
Deprecated.
Use "hibernate.dialect.storage_engine=innodb" environment variable or JVM system property instead.
MySQL5InnoDBSpatialDialect() - Constructor for class org.hibernate.spatial.dialect.mysql.MySQL5InnoDBSpatialDialect
Deprecated.
 
MySQL5SpatialDialect - Class in org.hibernate.spatial.dialect.mysql
Deprecated.
Spatial Dialects are no longer needed
MySQL5SpatialDialect() - Constructor for class org.hibernate.spatial.dialect.mysql.MySQL5SpatialDialect
Deprecated.
 
MySQL8DatabaseCleaner - Class in org.hibernate.testing.cleaner
 
MySQL8DatabaseCleaner() - Constructor for class org.hibernate.testing.cleaner.MySQL8DatabaseCleaner
 
MySQL8Dialect - Class in org.hibernate.dialect
Deprecated.
use MySQLDialect(800)
MySQL8Dialect() - Constructor for class org.hibernate.dialect.MySQL8Dialect
Deprecated.
 
MySQLCastingJsonJdbcType - Class in org.hibernate.dialect
 
MySQLCastingJsonJdbcType(EmbeddableMappingType) - Constructor for class org.hibernate.dialect.MySQLCastingJsonJdbcType
 
MySQLDialect - Class in org.hibernate.dialect
A SQL dialect for MySQL 5.7 and above.
MySQLDialect() - Constructor for class org.hibernate.dialect.MySQLDialect
 
MySQLDialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.MySQLDialect
 
MySQLDialect(DatabaseVersion, int) - Constructor for class org.hibernate.dialect.MySQLDialect
 
MySQLDialect(DatabaseVersion, int, boolean) - Constructor for class org.hibernate.dialect.MySQLDialect
 
MySQLDialect(DatabaseVersion, MySQLServerConfiguration) - Constructor for class org.hibernate.dialect.MySQLDialect
 
MySQLDialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.MySQLDialect
 
MySQLDialectContributor - Class in org.hibernate.spatial.dialect.mysql
 
MySQLDialectContributor(ServiceRegistry) - Constructor for class org.hibernate.spatial.dialect.mysql.MySQLDialectContributor
 
MySQLEnumJdbcType - Class in org.hibernate.dialect
Deprecated.
Use EnumJdbcType instead
MySQLEnumJdbcType() - Constructor for class org.hibernate.dialect.MySQLEnumJdbcType
Deprecated.
 
MySQLGeometryJdbcType - Class in org.hibernate.spatial.dialect.mysql
Descriptor for MySQL Geometries.
MySQLGeometryJdbcType() - Constructor for class org.hibernate.spatial.dialect.mysql.MySQLGeometryJdbcType
 
MySQLIdentityColumnSupport - Class in org.hibernate.dialect.identity
 
MySQLIdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.MySQLIdentityColumnSupport
 
MySQLIdleConnectionCounter - Class in org.hibernate.testing.jdbc.leak
 
MySQLIdleConnectionCounter() - Constructor for class org.hibernate.testing.jdbc.leak.MySQLIdleConnectionCounter
 
MySQLServerConfiguration - Class in org.hibernate.dialect
Utility class that extract some initial configuration from the database for MySQLDialect and related dialects.
MySQLServerConfiguration(int, boolean) - Constructor for class org.hibernate.dialect.MySQLServerConfiguration
 
MySQLSpatialDialect - Class in org.hibernate.spatial.dialect.mysql
Deprecated.
SpatialDialects are no longer needed in Hibernate 6
MySQLSpatialDialect() - Constructor for class org.hibernate.spatial.dialect.mysql.MySQLSpatialDialect
Deprecated.
 
MySQLSqlAstTranslator<T extends JdbcOperation> - Class in org.hibernate.dialect
A SQL AST translator for MySQL.
MySQLSqlAstTranslator(SessionFactoryImplementor, Statement) - Constructor for class org.hibernate.dialect.MySQLSqlAstTranslator
 
MySqlSqmFunctionDescriptors - Class in org.hibernate.spatial.dialect.mysql
 
MySqlSqmFunctionDescriptors(FunctionContributions) - Constructor for class org.hibernate.spatial.dialect.mysql.MySqlSqmFunctionDescriptors
 
MySQLStorageEngine - Interface in org.hibernate.dialect
This interface defines how various MySQL storage engines behave in regard to Hibernate functionality.

N

nakedIdentifier() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
nakedIdentifier() - Method in class org.hibernate.grammars.hql.HqlParser
 
nakedIdentifier() - Method in class org.hibernate.grammars.hql.HqlParser.VariableContext
 
NakedIdentifierContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
name - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgConfigPropertyType
 
name - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmConfigParameterType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDialectScopeType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterDefinitionType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdentifierGeneratorDefinitionType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType.JaxbHbmReturnColumn
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmParentType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmQueryParamType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmResultSetMappingType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTypeDefinitionType
 
name - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTypeSpecificationType
 
name - Variable in class org.hibernate.boot.jaxb.mapping.JaxbAssociationOverride
 
name - Variable in class org.hibernate.boot.jaxb.mapping.JaxbAttributeOverride
 
name - Variable in class org.hibernate.boot.jaxb.mapping.JaxbBasic
 
name - Variable in class org.hibernate.boot.jaxb.mapping.JaxbCollectionTable
 
name - Variable in class org.hibernate.boot.jaxb.mapping.JaxbColumn
 
name - Variable in class org.hibernate.boot.jaxb.mapping.JaxbColumnResult
 
name - Variable in class org.hibernate.boot.jaxb.mapping.JaxbConfigurationParameter
 
name - Variable in class org.hibernate.boot.jaxb.mapping.JaxbDatabaseObjectScope
 
name - Variable in class org.hibernate.boot.jaxb.mapping.JaxbDiscriminatorColumn
 
name - Variable in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
 
name - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEmbedded
 
name - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEmbeddedId
 
name - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
name - Variable in class org.hibernate.boot.jaxb.mapping.JaxbFetchProfile
 
name - Variable in class org.hibernate.boot.jaxb.mapping.JaxbFieldResult
 
name - Variable in class org.hibernate.boot.jaxb.mapping.JaxbFilterDef.JaxbFilterParam
 
name - Variable in class org.hibernate.boot.jaxb.mapping.JaxbFilterDef
 
name - Variable in class org.hibernate.boot.jaxb.mapping.JaxbForeignKey
 
name - Variable in class org.hibernate.boot.jaxb.mapping.JaxbGenericIdGenerator
 
name - Variable in class org.hibernate.boot.jaxb.mapping.JaxbHbmAnyMapping
 
name - Variable in class org.hibernate.boot.jaxb.mapping.JaxbHbmFilter
 
name - Variable in class org.hibernate.boot.jaxb.mapping.JaxbHbmManyToAny
 
name - Variable in class org.hibernate.boot.jaxb.mapping.JaxbId
 
name - Variable in class org.hibernate.boot.jaxb.mapping.JaxbIndex
 
name - Variable in class org.hibernate.boot.jaxb.mapping.JaxbJoinColumn
 
name - Variable in class org.hibernate.boot.jaxb.mapping.JaxbJoinTable
 
name - Variable in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
 
name - Variable in class org.hibernate.boot.jaxb.mapping.JaxbManyToOne
 
name - Variable in class org.hibernate.boot.jaxb.mapping.JaxbMapKey
 
name - Variable in class org.hibernate.boot.jaxb.mapping.JaxbMapKeyColumn
 
name - Variable in class org.hibernate.boot.jaxb.mapping.JaxbMapKeyJoinColumn
 
name - Variable in class org.hibernate.boot.jaxb.mapping.JaxbNamedAttributeNode
 
name - Variable in class org.hibernate.boot.jaxb.mapping.JaxbNamedEntityGraph
 
name - Variable in class org.hibernate.boot.jaxb.mapping.JaxbNamedNativeQuery
 
name - Variable in class org.hibernate.boot.jaxb.mapping.JaxbNamedQuery
 
name - Variable in class org.hibernate.boot.jaxb.mapping.JaxbNamedStoredProcedureQuery
 
name - Variable in class org.hibernate.boot.jaxb.mapping.JaxbNamedSubgraph
 
name - Variable in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
 
name - Variable in class org.hibernate.boot.jaxb.mapping.JaxbOneToOne
 
name - Variable in class org.hibernate.boot.jaxb.mapping.JaxbOrderColumn
 
name - Variable in class org.hibernate.boot.jaxb.mapping.JaxbPrimaryKeyJoinColumn
 
name - Variable in class org.hibernate.boot.jaxb.mapping.JaxbQueryHint
 
name - Variable in class org.hibernate.boot.jaxb.mapping.JaxbQueryParamType
 
name - Variable in class org.hibernate.boot.jaxb.mapping.JaxbSecondaryTable
 
name - Variable in class org.hibernate.boot.jaxb.mapping.JaxbSequenceGenerator
 
name - Variable in class org.hibernate.boot.jaxb.mapping.JaxbSqlResultSetMapping
 
name - Variable in class org.hibernate.boot.jaxb.mapping.JaxbStoredProcedureParameter
 
name - Variable in class org.hibernate.boot.jaxb.mapping.JaxbTable
 
name - Variable in class org.hibernate.boot.jaxb.mapping.JaxbTableGenerator
 
name - Variable in class org.hibernate.boot.jaxb.mapping.JaxbTransient
 
name - Variable in class org.hibernate.boot.jaxb.mapping.JaxbUniqueConstraint
 
name - Variable in class org.hibernate.boot.jaxb.mapping.JaxbVersion
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.AssociationOverride
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.AttributeOverride
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Basic
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Column
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ColumnResult
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.DiscriminatorColumn
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Embedded
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddedId
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.FieldResult
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ForeignKey
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Id
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Index
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MapKey
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedAttributeNode
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedEntityGraph
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedNativeQuery
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedQuery
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedStoredProcedureQuery
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedSubgraph
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OrderColumn
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit.Properties.Property
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PrimaryKeyJoinColumn
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.QueryHint
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.SqlResultSetMapping
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.StoredProcedureParameter
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Table
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Transient
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.UniqueConstraint
 
name - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Version
 
name - Variable in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
name() - Method in annotation type org.hibernate.annotations.Check
The optional name of the check constraint.
name() - Method in annotation type org.hibernate.annotations.FetchProfile
The name of the fetch profile.
name() - Method in annotation type org.hibernate.annotations.Filter
The name of the filter declared using FilterDef.
name() - Method in annotation type org.hibernate.annotations.FilterDef
The name of the declared filter.
name() - Method in annotation type org.hibernate.annotations.FilterJoinTable
The name of the filter declared using FilterDef.
name() - Method in annotation type org.hibernate.annotations.ForeignKey
Deprecated.
Name of the foreign key of a OneToMany, ManyToOne, or OneToOne association.
name() - Method in annotation type org.hibernate.annotations.GenericGenerator
The name of the identifier generator.
name() - Method in annotation type org.hibernate.annotations.Index
Deprecated.
The index name.
name() - Method in annotation type org.hibernate.annotations.IndexColumn
Deprecated.
The column name.
name() - Method in annotation type org.hibernate.annotations.NamedNativeQuery
The name of this query.
name() - Method in annotation type org.hibernate.annotations.NamedQuery
The name of this query.
name() - Method in annotation type org.hibernate.annotations.ParamDef
The name of the parameter.
name() - Method in annotation type org.hibernate.annotations.Parameter
The parameter name.
name() - Method in annotation type org.hibernate.annotations.Struct
The name of the UDT (user defined type).
name() - Method in annotation type org.hibernate.annotations.TimeZoneColumn
(Optional) The name of the column.
name() - Method in class org.hibernate.boot.model.internal.MapKeyColumnDelegator
 
name() - Method in class org.hibernate.boot.model.internal.MapKeyJoinColumnDelegator
 
name() - Method in annotation type org.hibernate.envers.AuditJoinTable
Name of the join table.
name() - Method in annotation type org.hibernate.envers.AuditOverride
Name of the field (or property) whose mapping is being overridden.
name() - Method in annotation type org.hibernate.envers.CollectionAuditTable
The name of the table
name() - Method in annotation type org.hibernate.internal.log.SubSystemLogging
The sub-system name, which is used as the "logger name"
name() - Method in annotation type org.hibernate.testing.orm.junit.DomainModel.ExtraQueryImport
 
name() - Method in annotation type org.hibernate.testing.orm.junit.Setting
The setting name.
Name - Class in org.hibernate.testing.orm.domain.animal
 
Name - Class in org.hibernate.testing.orm.domain.retail
 
Name() - Constructor for class org.hibernate.testing.orm.domain.animal.Name
 
Name() - Constructor for class org.hibernate.testing.orm.domain.contacts.Contact.Name
 
Name() - Constructor for class org.hibernate.testing.orm.domain.retail.Name
 
Name(String, char, String) - Constructor for class org.hibernate.testing.orm.domain.animal.Name
 
Name(String, Character, String) - Constructor for class org.hibernate.testing.orm.domain.animal.Name
 
Name(String, String) - Constructor for class org.hibernate.testing.orm.domain.contacts.Contact.Name
 
Name(String, String) - Constructor for class org.hibernate.testing.orm.domain.retail.Name
 
Name(String, String, String) - Constructor for class org.hibernate.testing.orm.domain.retail.Name
 
Name(String, String, String, String) - Constructor for class org.hibernate.testing.orm.domain.retail.Name
 
Name(Identifier, Identifier) - Constructor for class org.hibernate.boot.model.relational.Namespace.Name
 
Name(Identifier, Identifier, Identifier) - Constructor for class org.hibernate.boot.model.relational.Sequence.Name
 
NAME - Static variable in interface org.hibernate.boot.BootLogging
 
NAME - Static variable in interface org.hibernate.boot.query.BootQueryLogging
 
NAME - Static variable in interface org.hibernate.c3p0.internal.C3P0MessageLogger
 
NAME - Static variable in interface org.hibernate.engine.jdbc.batch.JdbcBatchLogging
 
NAME - Static variable in interface org.hibernate.engine.jdbc.env.internal.LobCreationLogging
 
NAME - Static variable in interface org.hibernate.engine.jdbc.JdbcLogging
 
NAME - Static variable in class org.hibernate.sql.model.ModelMutationLogging
 
NAME - Static variable in class org.hibernate.testing.jta.TestingJtaPlatformImpl
 
NAME - Static variable in interface org.hibernate.type.descriptor.JdbcBindingLogging
 
NAME - Static variable in interface org.hibernate.type.descriptor.JdbcExtractingLogging
 
NAME_COUNTER - Static variable in class org.hibernate.boot.model.TypeDefinition
 
NameableQuery - Interface in org.hibernate.query.named
Contract for Query impls that can be converted to a named query memento to be stored in the NamedObjectRepository
NAMED - org.hibernate.procedure.spi.ParameterStrategy
The parameters are named
NAMED - Static variable in class org.hibernate.type.EnumType
Deprecated.
 
NAMED_ENTITY_GRAPH - org.hibernate.DuplicateMappingException.Type
A duplicate named entity graph was encountered
NAMED_ENTITY_GRAPH - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
NAMED_ENTITY_GRAPHS - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
NAMED_ENUM - Static variable in class org.hibernate.type.SqlTypes
A type code representing a SQL ENUM type for databases like PostgreSQL where ENUM types must have names.
NAMED_NATIVE_QUERIES - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
NAMED_NATIVE_QUERY - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
NAMED_QUERIES - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
NAMED_QUERY - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
namedAggregateDescriptorBuilder(String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
Get a builder for creating and registering a name-based aggregate function descriptor using the passed name as both the registration key and underlying SQL function name
namedAggregateDescriptorBuilder(String, String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
Get a builder for creating and registering a name-based aggregate function descriptor.
namedAttributeNode - Variable in class org.hibernate.boot.jaxb.mapping.JaxbNamedEntityGraph
 
namedAttributeNode - Variable in class org.hibernate.boot.jaxb.mapping.JaxbNamedSubgraph
 
namedAttributeNode - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedEntityGraph
 
namedAttributeNode - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedSubgraph
 
NamedAttributeNode - Class in org.hibernate.jpamodelgen.xml.jaxb
 
NamedAttributeNode() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.NamedAttributeNode
 
NamedAuxiliaryDatabaseObject - Class in org.hibernate.boot.model.relational
Mainly this is used to support legacy sequence exporting.
NamedAuxiliaryDatabaseObject(String, Namespace, String[], String[], Set<String>) - Constructor for class org.hibernate.boot.model.relational.NamedAuxiliaryDatabaseObject
 
NamedAuxiliaryDatabaseObject(String, Namespace, String[], String[], Set<String>, boolean) - Constructor for class org.hibernate.boot.model.relational.NamedAuxiliaryDatabaseObject
 
NamedAuxiliaryDatabaseObject(String, Namespace, String, String, Set<String>) - Constructor for class org.hibernate.boot.model.relational.NamedAuxiliaryDatabaseObject
 
NamedAuxiliaryDatabaseObject(String, Namespace, String, String, Set<String>, boolean) - Constructor for class org.hibernate.boot.model.relational.NamedAuxiliaryDatabaseObject
 
NamedBasicTypeImpl<J> - Class in org.hibernate.type.internal
 
NamedBasicTypeImpl(JavaType<J>, JdbcType, String) - Constructor for class org.hibernate.type.internal.NamedBasicTypeImpl
 
NamedBasicTypeResolution<J> - Class in org.hibernate.boot.model.process.internal
 
NamedBasicTypeResolution(JavaType<J>, BasicType, BasicValueConverter, Function<TypeConfiguration, MutabilityPlan>, MetadataBuildingContext) - Constructor for class org.hibernate.boot.model.process.internal.NamedBasicTypeResolution
 
NamedBeanQualifier - Class in org.hibernate.resource.beans.container.internal
Used to locate named CDI beans.
NamedCallableQueryDefinition - Interface in org.hibernate.boot.query
Named query mapping for callable queries
NamedCallableQueryDefinition.ParameterMapping - Interface in org.hibernate.boot.query
 
NamedCallableQueryMemento - Interface in org.hibernate.procedure.spi
Represents a "memento" (disconnected, externalizable form) of a ProcedureCall
NamedCallableQueryMemento.ParameterMemento - Interface in org.hibernate.procedure.spi
 
NamedCallableQueryMementoImpl - Class in org.hibernate.procedure.internal
Implementation of NamedCallableQueryMemento
NamedCallableQueryMementoImpl(String, String, ParameterStrategy, List<NamedCallableQueryMemento.ParameterMemento>, String[], Class<?>[], Set<String>, Boolean, String, CacheMode, FlushMode, Boolean, Integer, Integer, String, Map<String, Object>) - Constructor for class org.hibernate.procedure.internal.NamedCallableQueryMementoImpl
Constructs a ProcedureCallImpl
NamedCallableQueryMementoImpl.ParameterMementoImpl<T> - Class in org.hibernate.procedure.internal
A "disconnected" copy of the metadata for a parameter, that can be used in ProcedureCallMementoImpl.
NamedConverterResolution<J> - Class in org.hibernate.boot.model.process.internal
 
NamedConverterResolution(JavaType<J>, JavaType<?>, JdbcType, JpaAttributeConverter<J, ?>, MutabilityPlan<J>, Class<J>, TypeConfiguration) - Constructor for class org.hibernate.boot.model.process.internal.NamedConverterResolution
 
NamedCriteriaQueryMementoImpl - Class in org.hibernate.query.criteria.internal
 
NamedCriteriaQueryMementoImpl(String, SqmStatement, Integer, Integer, Boolean, String, CacheMode, FlushMode, Boolean, LockOptions, Integer, Integer, String, Map<String, String>, Map<String, Object>) - Constructor for class org.hibernate.query.criteria.internal.NamedCriteriaQueryMementoImpl
 
namedDescriptorBuilder(String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
Get a builder for creating and registering a name-based function descriptor using the passed name as both the registration key and underlying SQL function name
namedDescriptorBuilder(String, String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
Get a builder for creating and registering a name-based function descriptor.
namedEntityGraph - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
namedEntityGraph - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
NamedEntityGraph - Class in org.hibernate.jpamodelgen.xml.jaxb
 
NamedEntityGraph() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.NamedEntityGraph
 
NamedEntityGraphDefinition - Class in org.hibernate.boot.model
NamedEntityGraphDefinition(NamedEntityGraph, String, String) - Constructor for class org.hibernate.boot.model.NamedEntityGraphDefinition
 
NamedFunctionDescriptorBuilder - Class in org.hibernate.query.sqm.produce.function
 
NamedFunctionDescriptorBuilder(SqmFunctionRegistry, String, FunctionKind, String) - Constructor for class org.hibernate.query.sqm.produce.function.NamedFunctionDescriptorBuilder
 
NamedHqlQueryDefinition - Interface in org.hibernate.boot.query
Boot-time descriptor of a named HQL query, as defined in annotations or xml
NamedHqlQueryDefinition.Builder - Class in org.hibernate.boot.query
 
NamedHqlQueryDefinitionImpl - Class in org.hibernate.boot.internal
 
NamedHqlQueryDefinitionImpl(String, String, Integer, Integer, Boolean, String, CacheMode, FlushMode, Boolean, LockOptions, Integer, Integer, String, Map<String, String>, Map<String, Object>) - Constructor for class org.hibernate.boot.internal.NamedHqlQueryDefinitionImpl
 
NamedHqlQueryMementoImpl - Class in org.hibernate.query.hql.internal
Definition of a named query, defined in the mapping metadata.
NamedHqlQueryMementoImpl(String, String, Integer, Integer, Boolean, String, CacheMode, FlushMode, Boolean, LockOptions, Integer, Integer, String, Map<String, String>, Map<String, Object>) - Constructor for class org.hibernate.query.hql.internal.NamedHqlQueryMementoImpl
 
NamedNativeEnumDdlTypeImpl - Class in org.hibernate.type.descriptor.sql.internal
A DdlType representing a named native SQL enum type, one that often cannot be treated as a varchar.
NamedNativeEnumDdlTypeImpl(Dialect) - Constructor for class org.hibernate.type.descriptor.sql.internal.NamedNativeEnumDdlTypeImpl
 
namedNativeQueries - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
 
NamedNativeQueries - Annotation Type in org.hibernate.annotations
A grouping of NamedNativeQuery definitions.
namedNativeQuery - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
namedNativeQuery - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
namedNativeQuery - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
 
NamedNativeQuery - Class in org.hibernate.jpamodelgen.xml.jaxb
 
NamedNativeQuery - Annotation Type in org.hibernate.annotations
Declares a named query written in native SQL.
NamedNativeQuery() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.NamedNativeQuery
 
NamedNativeQueryDefinition - Interface in org.hibernate.boot.query
Boot-time descriptor of a named native query, as defined in annotations or xml
NamedNativeQueryDefinitionBuilder - Class in org.hibernate.boot.query
 
NamedNativeQueryDefinitionBuilder(String) - Constructor for class org.hibernate.boot.query.NamedNativeQueryDefinitionBuilder
 
NamedNativeQueryDefinitionImpl - Class in org.hibernate.boot.internal
 
NamedNativeQueryDefinitionImpl(String, String, String, String, Set<String>, Boolean, String, CacheMode, FlushMode, Boolean, Integer, Integer, String, Integer, Integer, Map<String, Object>) - Constructor for class org.hibernate.boot.internal.NamedNativeQueryDefinitionImpl
 
NamedNativeQueryMemento - Interface in org.hibernate.query.sql.spi
Descriptor for a named native query in the runtime environment
NamedNativeQueryMemento.Builder - Class in org.hibernate.query.sql.spi
Delegate used in creating named HQL query mementos.
NamedNativeQueryMementoImpl - Class in org.hibernate.query.sql.internal
Keeps details of a named native SQL query
NamedNativeQueryMementoImpl(String, String, String, String, Class<?>, Set<String>, Boolean, String, CacheMode, FlushMode, Boolean, Integer, Integer, String, Integer, Integer, Map<String, Object>) - Constructor for class org.hibernate.query.sql.internal.NamedNativeQueryMementoImpl
 
NamedObjectRepository - Interface in org.hibernate.query.named
Repository for references to named things related to queries.
NamedObjectRepositoryImpl - Class in org.hibernate.query.internal
 
NamedObjectRepositoryImpl(Map<String, NamedSqmQueryMemento>, Map<String, NamedNativeQueryMemento>, Map<String, NamedCallableQueryMemento>, Map<String, NamedResultSetMappingMemento>) - Constructor for class org.hibernate.query.internal.NamedObjectRepositoryImpl
 
namedOrderedSetAggregateDescriptorBuilder(String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
Get a builder for creating and registering a name-based ordered set-aggregate function descriptor using the passed name as both the registration key and underlying SQL function name
namedOrderedSetAggregateDescriptorBuilder(String, String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
Get a builder for creating and registering a name-based ordered set-aggregate function descriptor.
namedParameter(String, int) - Method in class org.hibernate.engine.query.spi.ParamLocationRecognizer
Deprecated.
 
namedParameter(String, int) - Method in class org.hibernate.query.sql.internal.ParameterRecognizerImpl
 
namedParameter(String, int) - Method in interface org.hibernate.query.sql.spi.ParameterRecognizer
Called when a named parameter is recognized
NamedParameterContext(HqlParser.ParameterContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.NamedParameterContext
 
NamedParameterDescriptor<T> - Class in org.hibernate.engine.query.spi
Descriptor regarding a named parameter.
NamedParameterDescriptor(String, BindableType<T>, int[]) - Constructor for class org.hibernate.engine.query.spi.NamedParameterDescriptor
Constructs a NamedParameterDescriptor
NamedParametersNotSupportedException - Exception in org.hibernate.procedure
Thrown to indicate that an attempt was made to register a stored procedure named parameter, but the underlying database reports to not support named parameters.
NamedParametersNotSupportedException(String) - Constructor for exception org.hibernate.procedure.NamedParametersNotSupportedException
 
NamedProcedureCallDefinition - Interface in org.hibernate.boot.query
Boot-time descriptor of a named procedure/function query, as defined in annotations or xml
NamedProcedureCallDefinitionImpl - Class in org.hibernate.boot.internal
Holds all the information needed from a named procedure call declaration in order to create a ProcedureCallImpl
NamedProcedureCallDefinitionImpl(NamedStoredProcedureQuery) - Constructor for class org.hibernate.boot.internal.NamedProcedureCallDefinitionImpl
 
namedProcedureQueries - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
 
namedQueries - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
 
NamedQueries - Annotation Type in org.hibernate.annotations
A grouping of NamedQuery definitions.
namedQuery - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
namedQuery - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
namedQuery - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
 
namedQuery() - Method in annotation type org.hibernate.annotations.Loader
Deprecated.
The named query to use for loading the entity or collection.
NamedQuery - Class in org.hibernate.jpamodelgen.xml.jaxb
 
NamedQuery - Interface in org.hibernate.boot.jaxb.mapping
 
NamedQuery - Annotation Type in org.hibernate.annotations
Declares a named query written in HQL or JPQL.
NamedQuery() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.NamedQuery
 
NamedQueryBinder - Class in org.hibernate.boot.model.source.internal.hbm
 
NamedQueryBinder() - Constructor for class org.hibernate.boot.model.source.internal.hbm.NamedQueryBinder
 
NamedQueryDefinition - Interface in org.hibernate.boot.query
Common attributes shared across the mapping of named HQL, native and "callable" queries defined in annotations, orm.xml and hbm.xml
NamedQueryDescriptorBuilder(String, Map<String, Object>, SessionFactoryImplementor) - Constructor for class org.hibernate.query.internal.NamedQueryHelper.NamedQueryDescriptorBuilder
 
namedQueryError(String, HibernateException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
namedQueryError(String, HibernateException) - Method in interface org.hibernate.query.hql.HqlLogging
 
namedQueryError(String, HibernateException) - Method in interface org.hibernate.query.QueryLogging
 
NamedQueryHelper - Class in org.hibernate.query.internal
 
NamedQueryHelper() - Constructor for class org.hibernate.query.internal.NamedQueryHelper
 
NamedQueryHelper.NamedQueryDescriptorBuilder - Class in org.hibernate.query.internal
 
NamedQueryMemento - Interface in org.hibernate.query.named
The runtime representation of named queries.
NamedQueryMemento.ParameterMemento - Interface in org.hibernate.query.named
 
NamedQueryValidationException - Exception in org.hibernate.query
Indicates that validation and translation of one or more named queries failed at initialization time.
NamedQueryValidationException(String, Map<String, HibernateException>) - Constructor for exception org.hibernate.query.NamedQueryValidationException
 
NamedResultSetMappingDescriptor - Interface in org.hibernate.boot.query
Models the "boot view" of a ResultSet mapping used in the mapping of native and procedure queries.
NamedResultSetMappingMemento - Interface in org.hibernate.query.named
Used to keep information about named result mappings defined by the application which can then be applied to native-sql and stored-procedure queries.
NamedResultSetMappingMementoImpl - Class in org.hibernate.query.internal
Standard NamedResultSetMappingMemento implementation
NamedResultSetMappingMementoImpl(String, List<ResultMemento>) - Constructor for class org.hibernate.query.internal.NamedResultSetMappingMementoImpl
 
NamedSqmFunctionDescriptor - Class in org.hibernate.query.sqm.function
Provides a standard implementation that supports the majority of the HQL functions that are translated to SQL.
NamedSqmFunctionDescriptor(String, boolean, ArgumentsValidator, FunctionReturnTypeResolver) - Constructor for class org.hibernate.query.sqm.function.NamedSqmFunctionDescriptor
 
NamedSqmFunctionDescriptor(String, boolean, ArgumentsValidator, FunctionReturnTypeResolver, FunctionArgumentTypeResolver) - Constructor for class org.hibernate.query.sqm.function.NamedSqmFunctionDescriptor
 
NamedSqmFunctionDescriptor(String, boolean, ArgumentsValidator, FunctionReturnTypeResolver, FunctionArgumentTypeResolver, String, FunctionKind, String, SqlAstNodeRenderingMode) - Constructor for class org.hibernate.query.sqm.function.NamedSqmFunctionDescriptor
 
NamedSqmQueryMemento - Interface in org.hibernate.query.sqm.spi
 
namedStoredProcedureQuery - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
namedStoredProcedureQuery - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
namedStoredProcedureQuery - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
 
NamedStoredProcedureQuery - Class in org.hibernate.jpamodelgen.xml.jaxb
 
NamedStoredProcedureQuery() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.NamedStoredProcedureQuery
 
NamedSubgraph - Class in org.hibernate.jpamodelgen.xml.jaxb
 
NamedSubgraph() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.NamedSubgraph
 
NamedTableReference - Class in org.hibernate.sql.ast.tree.from
Represents a reference to a "named" table in a query's from clause.
NamedTableReference(String, String) - Constructor for class org.hibernate.sql.ast.tree.from.NamedTableReference
 
NamedTableReference(String, String, boolean) - Constructor for class org.hibernate.sql.ast.tree.from.NamedTableReference
 
namedWindowDescriptorBuilder(String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
Get a builder for creating and registering a name-based window function descriptor using the passed name as both the registration key and underlying SQL function name
namedWindowDescriptorBuilder(String, String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
Get a builder for creating and registering a name-based window function descriptor.
NameParts(Identifier, Identifier, Identifier) - Constructor for class org.hibernate.boot.model.relational.QualifiedNameParser.NameParts
 
NameQualifierSupport - Enum in org.hibernate.engine.jdbc.env.spi
Enumerated values representing the level of support for catalog and schema.
namespace(Object) - Static method in class org.hibernate.testing.orm.junit.EntityManagerFactoryScopeExtension
 
Namespace - Class in org.hibernate.boot.model.relational
Represents a namespace (named schema/catalog pair) with a Database and manages objects defined within.
Namespace(PhysicalNamingStrategy, JdbcEnvironment, Namespace.Name) - Constructor for class org.hibernate.boot.model.relational.Namespace
 
NAMESPACE - Static variable in interface org.hibernate.cache.spi.SecondLevelCacheLogger
 
Namespace.ComparableHelper - Class in org.hibernate.boot.model.relational
 
Namespace.Name - Class in org.hibernate.boot.model.relational
 
NamespaceAddingEventReader(XMLEventReader, String) - Constructor for class org.hibernate.boot.cfgxml.internal.JaxbCfgProcessor.NamespaceAddingEventReader
 
NamespaceAddingEventReader(XMLEventReader, XMLEventFactory, String) - Constructor for class org.hibernate.boot.cfgxml.internal.JaxbCfgProcessor.NamespaceAddingEventReader
 
NameSpaceTablesInformation - Class in org.hibernate.tool.schema.extract.spi
 
NameSpaceTablesInformation(IdentifierHelper) - Constructor for class org.hibernate.tool.schema.extract.spi.NameSpaceTablesInformation
 
nameToFieldName(String) - Static method in class org.hibernate.jpamodelgen.util.StringUtil
 
nameToMethodName(String) - Static method in class org.hibernate.jpamodelgen.util.StringUtil
 
namingExceptionAccessingFactory(NamingException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
NamingHelper - Class in org.hibernate.boot.model.naming
 
NamingHelper() - Constructor for class org.hibernate.boot.model.naming.NamingHelper
 
NamingStrategy - Interface in org.hibernate.cfg
Deprecated, for removal: This API element is subject to removal in a future version.
NamingStrategyHelper - Interface in org.hibernate.boot.model.naming
Helper contract for dealing with naming strategies.
NANOSECOND - org.hibernate.query.sqm.TemporalUnit
Nanosecond, the basic most granular unit of duration.
NANOSECOND - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
NANOSECOND - Static variable in class org.hibernate.grammars.hql.HqlParser
 
NANOSECOND() - Method in class org.hibernate.grammars.hql.HqlParser.DatetimeFieldContext
 
NANOSECOND() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
narrowingProxy(Class) - Method in interface org.hibernate.internal.CoreMessageLogger
 
narrowProxy(Object, EntityPersister, EntityKey, Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
narrowProxy(Object, EntityPersister, EntityKey, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
If the existing proxy is insufficiently "narrow" (derived), instantiate a new proxy and overwrite the registration of the old one.
NationalizationSupport - Enum in org.hibernate.dialect
Indicates if and how a database supports the use of nationalized character data (Unicode).
nationalized - Variable in class org.hibernate.boot.jaxb.mapping.JaxbBasic
 
nationalized - Variable in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
 
Nationalized - Annotation Type in org.hibernate.annotations
Specifies that the annotated character data should be stored with nationalization support.
NATIONALIZED_PREFIX - Static variable in class org.hibernate.type.descriptor.jdbc.internal.JdbcLiteralFormatterCharacterData
 
NationalizedTypeMappings - Class in org.hibernate.type.descriptor.jdbc
Manages a mapping between nationalized and non-nationalized variants of JDBC types.
NATIVE - org.hibernate.annotations.TimeZoneStorageType
Stores the timezone by using the with time zone SQL column type.
NATIVE - org.hibernate.dialect.TimeZoneSupport
The with time zone types retain the time zone information.
NATIVE - org.hibernate.query.sqm.TemporalUnit
An internal value representing the "native" resolution for date/time arithmetic of the underlying platform.
NATIVE - org.hibernate.TimeZoneStorageStrategy
Stores the time zone via the with time zone SQL types which retain the information.
NATIVE_IGNORE_JDBC_PARAMETERS - Static variable in interface org.hibernate.cfg.QuerySettings
When set to true, indicates that ordinal parameters (represented by the '?' placeholder) in native queries will be ignored.
NATIVE_LOCKMODE - Static variable in class org.hibernate.annotations.QueryHints
Deprecated.
 
NATIVE_QUERY_INTERPRETER - Static variable in class org.hibernate.engine.query.internal.NativeQueryInterpreterStandardImpl
Singleton access
NATIVE_SPACES - Static variable in class org.hibernate.annotations.QueryHints
Deprecated.
 
NativeEnumDdlTypeImpl - Class in org.hibernate.type.descriptor.sql.internal
A DdlType representing a SQL enum type that may be treated as varchar for most purposes.
NativeEnumDdlTypeImpl(Dialect) - Constructor for class org.hibernate.type.descriptor.sql.internal.NativeEnumDdlTypeImpl
 
NativeNonSelectQueryDefinition - Interface in org.hibernate.query.sql.spi
Access the values defining a native non-select query
NativeNonSelectQueryPlan - Interface in org.hibernate.query.sql.spi
Union of NonSelectQueryPlan and NativeQueryPlan as the NonSelectQueryPlan for native-queries.
NativeNonSelectQueryPlanImpl - Class in org.hibernate.query.sql.internal
 
NativeNonSelectQueryPlanImpl(String, Set<String>, List<ParameterOccurrence>) - Constructor for class org.hibernate.query.sql.internal.NativeNonSelectQueryPlanImpl
 
NativeQuery<T> - Interface in org.hibernate.query
Within the context of an active session, an instance of this type represents an executable query written in the native SQL dialect of the underlying database.
NativeQuery.CollectionReturn - Interface in org.hibernate.query
Allows access to further control how collection returns are mapped back from result sets.
NativeQuery.FetchReturn - Interface in org.hibernate.query
Allows access to further control how join fetch returns are mapped back from result sets.
NativeQuery.InstantiationResultNode<J> - Interface in org.hibernate.query
 
NativeQuery.ResultNode - Interface in org.hibernate.query
Simple unification interface for all returns from the various addXYZ() methods.
NativeQuery.ReturnableResultNode - Interface in org.hibernate.query
A NativeQuery.ResultNode which can be a query result.
NativeQuery.ReturnProperty - Interface in org.hibernate.query
Allows access to further control how properties within a root or join fetch are mapped back from the result set.
NativeQuery.RootReturn - Interface in org.hibernate.query
Allows access to further control how root returns are mapped back from result sets.
NativeQueryConstructorTransformer<T> - Class in org.hibernate.jpa.spi
A TupleTransformer for handling List results from native queries.
NativeQueryConstructorTransformer(Class<T>) - Constructor for class org.hibernate.jpa.spi.NativeQueryConstructorTransformer
 
NativeQueryImpl<R> - Class in org.hibernate.query.sql.internal
 
NativeQueryImpl(String, SharedSessionContractImplementor) - Constructor for class org.hibernate.query.sql.internal.NativeQueryImpl
 
NativeQueryImpl(String, NamedResultSetMappingMemento, AbstractSharedSessionContract) - Constructor for class org.hibernate.query.sql.internal.NativeQueryImpl
 
NativeQueryImpl(NamedNativeQueryMemento, Class<R>, SharedSessionContractImplementor) - Constructor for class org.hibernate.query.sql.internal.NativeQueryImpl
Constructs a NativeQueryImpl given a sql query defined in the mappings.
NativeQueryImpl(NamedNativeQueryMemento, String, SharedSessionContractImplementor) - Constructor for class org.hibernate.query.sql.internal.NativeQueryImpl
Constructs a NativeQueryImpl given a sql query defined in the mappings.
NativeQueryImpl(NamedNativeQueryMemento, Supplier<ResultSetMapping>, NativeQueryImpl.ResultSetMappingHandler, SharedSessionContractImplementor) - Constructor for class org.hibernate.query.sql.internal.NativeQueryImpl
 
NativeQueryImpl(NamedNativeQueryMemento, SharedSessionContractImplementor) - Constructor for class org.hibernate.query.sql.internal.NativeQueryImpl
Constructs a NativeQueryImpl given a sql query defined in the mappings.
NativeQueryImplementor<R> - Interface in org.hibernate.query.sql.spi
 
NativeQueryInterpreter - Interface in org.hibernate.engine.query.spi
Service contract for dealing with native queries.
NativeQueryInterpreterInitiator - Class in org.hibernate.engine.query.spi
 
NativeQueryInterpreterInitiator() - Constructor for class org.hibernate.engine.query.spi.NativeQueryInterpreterInitiator
 
NativeQueryInterpreterStandardImpl - Class in org.hibernate.engine.query.internal
 
NativeQueryInterpreterStandardImpl(boolean) - Constructor for class org.hibernate.engine.query.internal.NativeQueryInterpreterStandardImpl
 
NativeQueryListTransformer - Class in org.hibernate.jpa.spi
A TupleTransformer for handling List results from native queries.
NativeQueryListTransformer() - Constructor for class org.hibernate.jpa.spi.NativeQueryListTransformer
 
NativeQueryLogging - Class in org.hibernate.query.sql
 
NativeQueryLogging() - Constructor for class org.hibernate.query.sql.NativeQueryLogging
 
NativeQueryMapTransformer - Class in org.hibernate.jpa.spi
A TupleTransformer for handling Map results from native queries.
NativeQueryMapTransformer() - Constructor for class org.hibernate.jpa.spi.NativeQueryMapTransformer
 
NativeQueryNonScalarRootReturn - Interface in org.hibernate.boot.jaxb.hbm.spi
Commonality for non-scalar root returns for a native query result mapping
NativeQueryPlan - Interface in org.hibernate.query.sql.spi
Specialization of QueryPlan for NativeQuery plans
NativeQueryReturn - Interface in org.hibernate.boot.jaxb.hbm.spi
Shared contract between the various types of returns definable in HBM.
NativeQueryTupleTransformer - Class in org.hibernate.jpa.spi
A ResultTransformer for handling JPA Tuple results from native queries.
NativeQueryTupleTransformer() - Constructor for class org.hibernate.jpa.spi.NativeQueryTupleTransformer
 
NativeSelectQueryDefinition<R> - Interface in org.hibernate.query.sql.spi
Access the values defining a native select query
NativeSelectQueryPlan<T> - Interface in org.hibernate.query.sql.spi
Union of SelectQueryPlan and NativeQueryPlan as the SelectQueryPlan for native-queries.
NativeSelectQueryPlanImpl<R> - Class in org.hibernate.query.sql.internal
 
NativeSelectQueryPlanImpl(String, Set<String>, List<ParameterOccurrence>, ResultSetMapping, SessionFactoryImplementor) - Constructor for class org.hibernate.query.sql.internal.NativeSelectQueryPlanImpl
 
NATURAL_ID - org.hibernate.boot.model.source.internal.hbm.XmlElementMetadata
Describes the <natural-id/> element
NATURAL_ID - org.hibernate.cache.spi.support.AccessedDataClassification
 
NATURAL_ID - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
NATURAL_ID_LOGGER - Static variable in interface org.hibernate.metamodel.mapping.NaturalIdLogging
 
naturalId - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
naturalId - Variable in class org.hibernate.boot.jaxb.mapping.JaxbAttributes
 
NaturalId - Interface in org.hibernate.boot.jaxb.mapping
JAXB binding interface for natural-id definitions
NaturalId - Annotation Type in org.hibernate.annotations
Specifies that a field or property of an entity class is part of the natural id of the entity.
NATURALID - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
NATURALID - Static variable in class org.hibernate.grammars.hql.HqlParser
 
NATURALID() - Method in class org.hibernate.grammars.hql.HqlParser.EntityNaturalIdReferenceContext
 
NATURALID() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
naturalIdCache - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
NaturalIdCache - Annotation Type in org.hibernate.annotations
Specifies that mappings from the natural id values of the annotated entity to the corresponding entity id values should be cached in the shared second-level cache.
naturalIdCacheHit(NavigableRole, String) - Method in class org.hibernate.stat.internal.StatisticsImpl
 
naturalIdCacheHit(NavigableRole, String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a get from natural id cache resulted in a hit.
naturalIdCacheHits(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
NaturalIdCacheKey - Class in org.hibernate.cache.internal
Defines a key for caching natural identifier resolutions into the second level cache.
NaturalIdCacheKey(Object, String, String, int) - Constructor for class org.hibernate.cache.internal.NaturalIdCacheKey
 
naturalIdCacheMiss(NavigableRole, String) - Method in class org.hibernate.stat.internal.StatisticsImpl
 
naturalIdCacheMiss(NavigableRole, String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a get from natural id cache resulted in a miss.
naturalIdCacheMisses(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
naturalIdCachePut(NavigableRole, String) - Method in class org.hibernate.stat.internal.StatisticsImpl
 
naturalIdCachePut(NavigableRole, String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a put into natural id cache.
naturalIdCachePuts(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
NaturalIdDataAccess - Interface in org.hibernate.cache.spi.access
Contract for managing transactional and concurrent access to cached naturalId data.
NaturalIdDataCachingConfig - Interface in org.hibernate.cache.cfg.spi
Specialized DomainDataCachingConfig describing the requested caching config for the natural-id data of a particular entity (hierarchy)
NaturalIdDataCachingConfigImpl - Class in org.hibernate.cache.cfg.internal
 
NaturalIdDataCachingConfigImpl(RootClass, AccessType) - Constructor for class org.hibernate.cache.cfg.internal.NaturalIdDataCachingConfigImpl
 
NaturalIdFinderMethod - Class in org.hibernate.jpamodelgen.annotation
 
NaturalIdFinderMethod(AnnotationMetaEntity, String, String, List<String>, List<String>, List<Boolean>, boolean, String, String, List<String>, boolean) - Constructor for class org.hibernate.jpamodelgen.annotation.NaturalIdFinderMethod
 
NaturalIdHelper - Class in org.hibernate.generator.internal
 
NaturalIdHelper() - Constructor for class org.hibernate.generator.internal.NaturalIdHelper
 
NaturalIdLoadAccess<T> - Interface in org.hibernate
Loads an entity by its natural identifier, which may be a composite value comprising more than one attribute of the entity.
NaturalIdLoadAccessImpl<T> - Class in org.hibernate.loader.internal
 
NaturalIdLoadAccessImpl(LoadAccessContext, EntityMappingType) - Constructor for class org.hibernate.loader.internal.NaturalIdLoadAccessImpl
 
NaturalIdLoader<T> - Interface in org.hibernate.loader.ast.spi
Loader for NaturalId handling
NaturalIdLoadOptions - Interface in org.hibernate.loader.ast.spi
Options for loading by natural-id
NaturalIdLogging - Interface in org.hibernate.metamodel.mapping
Logging related to natural-id operations
naturalIdMapping() - Method in class org.hibernate.loader.ast.internal.AbstractNaturalIdLoader
 
naturalIdMapping() - Method in class org.hibernate.loader.ast.internal.SimpleNaturalIdLoader
 
NaturalIdMapping - Interface in org.hibernate.metamodel.mapping
Mapping for an entity's natural-id, if one is defined.
naturalIdMaxQueryTime(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
NaturalIdMultiLoadAccess<T> - Interface in org.hibernate
Loads multiple instances of a given entity type at once, by specifying a list of natural id values.
NaturalIdMultiLoadAccessStandard<T> - Class in org.hibernate.internal
 
NaturalIdMultiLoadAccessStandard(EntityPersister, SessionImpl) - Constructor for class org.hibernate.internal.NaturalIdMultiLoadAccessStandard
 
NaturalIdMutability - Enum in org.hibernate.boot.model.source.spi
A ternary boolean enum for describing the mutability aspects of an attribute as a natural id.
NaturalIdNonStrictReadWriteAccess - Class in org.hibernate.cache.spi.support
Standard support for NaturalIdDataAccess using the AccessType.NONSTRICT_READ_WRITE access type.
NaturalIdNonStrictReadWriteAccess(DomainDataRegion, CacheKeysFactory, DomainDataStorageAccess, NaturalIdDataCachingConfig) - Constructor for class org.hibernate.cache.spi.support.NaturalIdNonStrictReadWriteAccess
 
naturalIdQueriesExecuted(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
naturalIdQueryExecuted(String, long) - Method in class org.hibernate.stat.internal.StatisticsImpl
 
naturalIdQueryExecuted(String, long) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating execution of a natural id query
NaturalIdReadOnlyAccess - Class in org.hibernate.cache.spi.support
Standard support for NaturalIdDataAccess using the AccessType.READ_ONLY access type.
NaturalIdReadOnlyAccess(DomainDataRegion, CacheKeysFactory, DomainDataStorageAccess, NaturalIdDataCachingConfig) - Constructor for class org.hibernate.cache.spi.support.NaturalIdReadOnlyAccess
 
NaturalIdReadWriteAccess - Class in org.hibernate.cache.spi.support
Standard support for NaturalIdDataAccess using the AccessType.READ_WRITE access type.
NaturalIdReadWriteAccess(DomainDataRegion, CacheKeysFactory, DomainDataStorageAccess, NaturalIdDataCachingConfig) - Constructor for class org.hibernate.cache.spi.support.NaturalIdReadWriteAccess
 
NaturalIdResolutions - Interface in org.hibernate.engine.spi
Manages the cached resolutions related to natural-id (to and from identifier)
NaturalIdResolutionsImpl - Class in org.hibernate.engine.internal
 
NaturalIdResolutionsImpl(StatefulPersistenceContext) - Constructor for class org.hibernate.engine.internal.NaturalIdResolutionsImpl
Constructs a NaturalIdXrefDelegate
NaturalIdStatistics - Interface in org.hibernate.stat
Statistics pertaining to the execution of queries which resolve a natural id lookup against the database.
NaturalIdStatisticsImpl - Class in org.hibernate.stat.internal
NaturalId cache statistics of a specific entity
NaturalIdTransactionalAccess - Class in org.hibernate.cache.spi.support
 
NaturalIdTransactionalAccess(DomainDataRegion, CacheKeysFactory, DomainDataStorageAccess, NaturalIdDataCachingConfig) - Constructor for class org.hibernate.cache.spi.support.NaturalIdTransactionalAccess
 
NaturalIdUniqueKeyBinder - Interface in org.hibernate.boot.spi
 
navigablePath - Variable in class org.hibernate.metamodel.mapping.ordering.ast.DomainPathContinuation
 
NavigablePath - Class in org.hibernate.spi
A compound name where the root path element is an entity name or a collection role and each the path sub-path from the root references a domain or mapping model part relative to a root path.
NavigablePath(NavigablePath, String, String, String, NavigablePath.FullPathCalculator, int) - Constructor for class org.hibernate.spi.NavigablePath
 
NavigablePath(String) - Constructor for class org.hibernate.spi.NavigablePath
 
NavigablePath(String, String) - Constructor for class org.hibernate.spi.NavigablePath
 
NavigablePath(NavigablePath, String) - Constructor for class org.hibernate.spi.NavigablePath
 
NavigablePath(NavigablePath, String, String) - Constructor for class org.hibernate.spi.NavigablePath
 
NavigablePath.FullPathCalculator - Interface in org.hibernate.spi
Effectively a tri-function
NavigablePath.RelativePathCollector - Class in org.hibernate.spi
 
NavigablePathMapToInitializer - Class in org.hibernate.sql.results.internal
This is in all practical terms a Map<NavigablePath, Initializer> but wrapping an HashMap so to keep the client code readable as we need to: a) have a way to log all initializers b) prevent type pollution from happening on Initializer retrieval I also consider it good practice to only expose the minimal set of operations the client actually needs.
NavigablePathMapToInitializer() - Constructor for class org.hibernate.sql.results.internal.NavigablePathMapToInitializer
 
NavigableRole - Class in org.hibernate.metamodel.model.domain
A compound path which represents a ModelPart and uniquely identifies it with the runtime metamodel.
NavigableRole() - Constructor for class org.hibernate.metamodel.model.domain.NavigableRole
 
NavigableRole(String) - Constructor for class org.hibernate.metamodel.model.domain.NavigableRole
 
NavigableRole(NavigableRole, String) - Constructor for class org.hibernate.metamodel.model.domain.NavigableRole
 
NavigableRole(NavigableRole, String, char) - Constructor for class org.hibernate.metamodel.model.domain.NavigableRole
 
NCHAR - Static variable in class org.hibernate.type.SqlTypes
A type code representing the generic SQL type NCHAR.
NCharJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for NCHAR handling.
NCharJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.NCharJdbcType
 
NCLOB - org.hibernate.engine.jdbc.env.internal.LobTypes
 
NCLOB - Static variable in class org.hibernate.type.SqlTypes
A type code representing the generic SQL type NCLOB.
NCLOB - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping NClob to JDBC NCLOB.
NCLOB_BINDING - Static variable in class org.hibernate.type.descriptor.jdbc.NClobJdbcType
 
NCLOB_INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.JsonAsStringJdbcType
 
NCLOB_INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.XmlAsStringJdbcType
 
NClobImplementer - Interface in org.hibernate.engine.jdbc
Marker interface for non-contextually created java.sql.NClob instances..
NClobJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for NClob handling.
NClobJavaType() - Constructor for class org.hibernate.type.descriptor.java.NClobJavaType
 
NClobJavaType.NClobMutabilityPlan - Class in org.hibernate.type.descriptor.java
 
NClobJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for NCLOB handling.
NClobJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.NClobJdbcType
 
NClobMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.NClobJavaType.NClobMutabilityPlan
 
NClobProxy - Class in org.hibernate.engine.jdbc
Manages aspects of proxying java.sql.NClobs for non-contextual creation, including proxy creation and handling proxy invocations.
NClobProxy(Reader, long) - Constructor for class org.hibernate.engine.jdbc.NClobProxy
 
NClobProxy(String) - Constructor for class org.hibernate.engine.jdbc.NClobProxy
 
ne(Object) - Method in class org.hibernate.envers.query.criteria.AuditFunction
Apply a "not equal" constraint
ne(Object) - Method in class org.hibernate.envers.query.criteria.AuditId
Apply a "not equal" constraint
ne(Object) - Method in class org.hibernate.envers.query.criteria.AuditRelatedId
Applies a "not equals" criteria predicate.
ne(T) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "not equal" constraint
NE - org.hibernate.sql.ComparisonRestriction.Operator
 
needsAfterTransactionCompletion() - Method in class org.hibernate.action.internal.EntityAction
 
needsAfterTransactionCompletion() - Method in class org.hibernate.action.internal.EntityIdentityInsertAction
 
needsCteInlining() - Method in class org.hibernate.dialect.H2SqlAstTranslator
 
needsCteInlining() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
Whether CTEs should be inlined rather than rendered as CTEs.
needsDiscriminator() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
needsDiscriminator() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
needsDiscriminator() - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
needsDiscriminator() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
needsDynamicUpdate() - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard.UpdateValuesAnalysisImpl
Basically, can the (static update group be used or is a dynamic update needed.
needsInserting(Object, int, Type) - Method in class org.hibernate.collection.spi.PersistentArrayHolder
 
needsInserting(Object, int, Type) - Method in class org.hibernate.collection.spi.PersistentBag
 
needsInserting(Object, int, Type) - Method in interface org.hibernate.collection.spi.PersistentCollection
Do we need to insert this element?
needsInserting(Object, int, Type) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
needsInserting(Object, int, Type) - Method in class org.hibernate.collection.spi.PersistentList
 
needsInserting(Object, int, Type) - Method in class org.hibernate.collection.spi.PersistentMap
 
needsInserting(Object, int, Type) - Method in class org.hibernate.collection.spi.PersistentSet
 
needsLimit() - Method in interface org.hibernate.internal.CoreMessageLogger
 
needsLob(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.jdbc.JsonAsStringJdbcType
 
needsLob(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.jdbc.XmlAsStringJdbcType
 
needsLocking(QuerySpec) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
needsMaxRows() - Method in class org.hibernate.dialect.DerbySqlAstTranslator
 
needsMaxRows() - Method in class org.hibernate.dialect.SybaseSqlAstTranslator
 
needsMaxRows() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
needsRecreate(CollectionPersister) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
needsRecreate(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentBag
 
needsRecreate(CollectionPersister) - Method in interface org.hibernate.collection.spi.PersistentCollection
Do we need to completely recreate this collection when it changes?
needsRecursiveKeywordInWithClause() - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
needsRecursiveKeywordInWithClause() - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
needsRecursiveKeywordInWithClause() - Method in class org.hibernate.dialect.SQLServerSqlAstTranslator
 
needsRecursiveKeywordInWithClause() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
Whether the SQL with clause requires the "recursive" keyword for recursive CTEs.
needsRemove() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
needsRemove() - Method in interface org.hibernate.persister.collection.CollectionPersister
Whether CollectionPersister.remove(Object, SharedSessionContractImplementor) might actually do something, or if it is definitely a no-op.
needsRowId(AbstractEntityPersister, EntityTableMapping) - Static method in class org.hibernate.persister.entity.mutation.AbstractMutationCoordinator
 
needsRowsToSkip() - Method in class org.hibernate.dialect.DerbySqlAstTranslator
 
needsRowsToSkip() - Method in class org.hibernate.dialect.SQLServerSqlAstTranslator
 
needsRowsToSkip() - Method in class org.hibernate.dialect.SybaseASESqlAstTranslator
 
needsRowsToSkip() - Method in class org.hibernate.dialect.SybaseSqlAstTranslator
 
needsRowsToSkip() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
needsUpdating(Object, int, PluralAttributeMapping) - Method in interface org.hibernate.collection.spi.PersistentCollection
Do we need to update this element?
needsUpdating(Object, int, Type) - Method in class org.hibernate.collection.spi.PersistentArrayHolder
 
needsUpdating(Object, int, Type) - Method in class org.hibernate.collection.spi.PersistentBag
 
needsUpdating(Object, int, Type) - Method in interface org.hibernate.collection.spi.PersistentCollection
Do we need to update this element?
needsUpdating(Object, int, Type) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
needsUpdating(Object, int, Type) - Method in class org.hibernate.collection.spi.PersistentList
 
needsUpdating(Object, int, Type) - Method in class org.hibernate.collection.spi.PersistentMap
 
needsUpdating(Object, int, Type) - Method in class org.hibernate.collection.spi.PersistentSet
 
neFunction(AuditFunction) - Method in class org.hibernate.envers.query.criteria.AuditFunction
Apply a "not equal" constraint to another function
neFunction(AuditFunction) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "not equal" constraint to a function
neg(Expression<N>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
neg(Expression<N>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
neg(Expression<N>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
neg(Expression<N>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
negate() - Method in class org.hibernate.query.sqm.tree.predicate.AbstractNegatableSqmPredicate
 
negate() - Method in class org.hibernate.query.sqm.tree.predicate.SqmComparisonPredicate
 
negate() - Method in interface org.hibernate.query.sqm.tree.predicate.SqmNegatablePredicate
Apply an external negation.
negate(boolean[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
negated() - Method in enum org.hibernate.query.sqm.ComparisonOperator
 
NegatedPredicate - Class in org.hibernate.sql.ast.tree.predicate
 
NegatedPredicate(Predicate) - Constructor for class org.hibernate.sql.ast.tree.predicate.NegatedPredicate
 
NegatedPredicateContext(HqlParser.PredicateContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.NegatedPredicateContext
 
NEGATIVE - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueVersionEnum
 
NEGATIVE - Static variable in class org.hibernate.engine.spi.VersionValue
Assume the transient instance is newly instantiated if the version is negative, otherwise assume it is a detached instance.
neProperty(String) - Method in class org.hibernate.envers.query.criteria.AuditFunction
Apply a "not equal" constraint to a property
neProperty(String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "not equal" constraint to another property
neProperty(String, String) - Method in class org.hibernate.envers.query.criteria.AuditFunction
Apply a "not equal" constraint to a property
neProperty(String, String) - Method in class org.hibernate.envers.query.criteria.AuditProperty
Apply a "not equal" constraint to another property
Nested() - Constructor for class org.hibernate.testing.orm.domain.gambit.Component.Nested
 
Nested(String) - Constructor for class org.hibernate.testing.orm.domain.gambit.Component.Nested
 
Nested(String, String) - Constructor for class org.hibernate.testing.orm.domain.gambit.Component.Nested
 
NestedEmbeddedIdMapper - Class in org.hibernate.envers.internal.entities.mapper.id
An identifier mapper that is meant to support nested Embeddable instances inside an existing EmbeddedId identifier hierarchy.
NestedEmbeddedIdMapper(PropertyData, Component) - Constructor for class org.hibernate.envers.internal.entities.mapper.id.NestedEmbeddedIdMapper
 
NestedQueryExpressionContext(HqlParser.OrderedQueryContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.NestedQueryExpressionContext
 
NestedRowProcessingState - Class in org.hibernate.sql.results.graph.embeddable.internal
 
NestedRowProcessingState(AggregateEmbeddableInitializer, RowProcessingState) - Constructor for class org.hibernate.sql.results.graph.embeddable.internal.NestedRowProcessingState
 
NEVER - org.hibernate.annotations.GenerationTime
Deprecated.
Indicates that a value is never generated.
NEVER - org.hibernate.boot.registry.classloading.internal.TcclLookupPrecedence
The current thread context ClassLoader will never be used during the class lookup.
NEVER - org.hibernate.sql.results.spi.ListResultsConsumer.UniqueSemantic
Never apply unique handling.
NEVER - org.hibernate.tuple.GenerationTiming
Deprecated.
Value generation that never occurs.
NEVER - Static variable in class org.hibernate.mapping.PropertyGeneration
Deprecated.
Values for this property are never generated by the database.
NEW - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
NEW - Static variable in class org.hibernate.grammars.hql.HqlParser
 
NEW() - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationContext
 
NEW() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
NEW_LOCATOR_LOB_MERGE_STRATEGY - Static variable in class org.hibernate.dialect.Dialect
A LobMergeStrategy based on creating a new LOB locator.
newBuilder() - Static method in interface org.hibernate.sql.exec.spi.JdbcParametersList
 
newBuilder(int) - Static method in interface org.hibernate.sql.exec.spi.JdbcParametersList
 
newHashMap() - Static method in class org.hibernate.envers.internal.tools.Tools
 
newHashSet() - Static method in class org.hibernate.envers.internal.tools.Tools
 
newInstance() - Method in interface org.hibernate.bytecode.spi.ReflectionOptimizer.InstantiationOptimizer
Perform instantiation of an instance of the underlying class.
newInstance(Class<T>, int) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
newInstance(String) - Static method in class org.hibernate.testing.util.ReflectionUtil
New target Object instance using the given Class name
newInstance(Supplier<Constructor<T>>, Object...) - Static method in class org.hibernate.testing.util.ReflectionUtil
New target Object instance using the given arguments
NEWLINE - Static variable in class org.hibernate.grammars.importsql.SqlScriptLexer
 
NEWLINE - Static variable in class org.hibernate.grammars.importsql.SqlScriptParser
 
NEWLINE() - Method in class org.hibernate.grammars.importsql.SqlScriptParser.CommandContext
 
NEWLINE() - Method in class org.hibernate.grammars.importsql.SqlScriptParser.ScriptContext
 
NEWLINE(int) - Method in class org.hibernate.grammars.importsql.SqlScriptParser.CommandContext
 
NEWLINE(int) - Method in class org.hibernate.grammars.importsql.SqlScriptParser.ScriptContext
 
newLinkedHashMap() - Static method in class org.hibernate.envers.internal.tools.Tools
 
newObjectInstance(Class<R>, Object...) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.AbstractCollectionInitializor
Creates a new object based on the specified class with the given constructor arguments.
newObjectInstance(Class<T>, Object...) - Method in class org.hibernate.envers.internal.entities.mapper.AbstractMapper
Creates a new object based on the specified class with the given constructor arguments.
newRevision(Object) - Method in interface org.hibernate.envers.RevisionListener
Called when a new revision is created.
newSubQueryBuilder(String, String) - Method in class org.hibernate.envers.internal.tools.query.QueryBuilder
 
newTableUpdateBuilder(EntityTableMapping) - Method in class org.hibernate.persister.entity.mutation.MergeCoordinator
 
newTableUpdateBuilder(EntityTableMapping) - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard
 
next - Variable in class org.hibernate.engine.internal.AbstractEntityEntry
 
next() - Method in class org.hibernate.boot.jaxb.internal.stax.BaseXMLEventReader
 
next() - Static method in class org.hibernate.cache.spi.support.SimpleTimestamper
 
next() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.IteratorProxy
 
next() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListIteratorProxy
 
next() - Method in class org.hibernate.internal.EmptyScrollableResults
 
next() - Method in class org.hibernate.internal.FetchingScrollableResultsImpl
 
next() - Method in class org.hibernate.internal.ScrollableResultsImpl
 
next() - Method in class org.hibernate.metamodel.mapping.internal.ImmutableAttributeMappingList.AttributeMappingIterator
 
next() - Method in class org.hibernate.query.internal.ScrollableResultsIterator
 
next() - Method in class org.hibernate.query.Page
 
next() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.DelegatingSqmAliasedNodeCollector
 
next() - Method in interface org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.SqmAliasedNodeCollector
 
next() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.SqmAliasedNodePositionTracker
 
next() - Method in class org.hibernate.query.sqm.sql.internal.SqlAstProcessingStateImpl
 
next() - Method in interface org.hibernate.ScrollableResults
Advance to the next result.
next() - Method in class org.hibernate.sql.results.internal.RowProcessingStateStandardImpl
 
next(byte[], Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayJavaType
 
next(byte[], Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.RowVersionJavaType
Deprecated.
 
next(Byte, Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.ByteJavaType
 
next(Integer, Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.IntegerJavaType
 
next(Long, Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.LongJavaType
 
next(Short, Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.ShortJavaType
 
next(Instant, Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.InstantJavaType
 
next(LocalDateTime, Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.LocalDateTimeJavaType
 
next(OffsetDateTime, Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.OffsetDateTimeJavaType
 
next(ZonedDateTime, Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.ZonedDateTimeJavaType
 
next(Calendar, Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.CalendarJavaType
 
next(Date, Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.DateJavaType
 
next(Date, Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
 
next(J, Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.internal.UserTypeVersionJavaTypeWrapper
 
next(RowProcessingState) - Method in class org.hibernate.sql.results.jdbc.internal.AbstractJdbcValues
 
next(RowProcessingState) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
Advances the "cursor position" and returns a boolean indicating whether there is a row available to read via JdbcValues.getCurrentRowValue(int).
next(T, Long, Integer, Integer, SharedSessionContractImplementor) - Method in interface org.hibernate.type.descriptor.java.VersionJavaType
Increment the version.
next(T, SharedSessionContractImplementor) - Method in interface org.hibernate.usertype.UserVersionType
Increment the version.
NEXT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
NEXT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
NEXT() - Method in class org.hibernate.grammars.hql.HqlParser.FetchClauseContext
 
NEXT() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
NEXT_FIELD_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of the field used to hold the previous ManagedEntity.
NEXT_GETTER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of the method used to read the next ManagedEntity field
NEXT_SETTER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of the method used to write the next ManagedEntity field
nextEvent() - Method in class org.hibernate.boot.cfgxml.internal.JaxbCfgProcessor.NamespaceAddingEventReader
 
nextEvent() - Method in class org.hibernate.boot.jaxb.internal.stax.BaseXMLEventReader
 
nextEvent() - Method in class org.hibernate.boot.jaxb.internal.stax.HbmEventReader
 
nextEvent() - Method in class org.hibernate.boot.jaxb.internal.stax.JpaOrmXmlEventReader
 
nextEvent() - Method in class org.hibernate.boot.jaxb.internal.stax.MappingEventReader
 
nextEvent() - Method in class org.hibernate.jpamodelgen.util.xml.JpaNamespaceTransformingEventReader
 
nextIndex() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListIteratorProxy
 
nextLockId() - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess
 
nextTag() - Method in class org.hibernate.boot.jaxb.internal.stax.BaseXMLEventReader
 
nextTimestamp() - Method in class org.hibernate.cache.internal.NoCachingRegionFactory
 
nextTimestamp() - Method in class org.hibernate.cache.spi.AbstractRegionFactory
 
nextTimestamp() - Method in interface org.hibernate.cache.spi.RegionFactory
Generate a timestamp.
NextvalSequenceSupport - Class in org.hibernate.dialect.sequence
Sequence support for dialects which support the common Oracle-style syntax seqname.nextval.
NextvalSequenceSupport() - Constructor for class org.hibernate.dialect.sequence.NextvalSequenceSupport
 
nil() - Static method in class org.hibernate.engine.jdbc.Size
 
NO - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
NO - Static variable in class org.hibernate.grammars.hql.HqlParser
 
NO() - Method in class org.hibernate.grammars.hql.HqlParser.FrameExclusionContext
 
NO() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
NO_ACTION - org.hibernate.annotations.OnDeleteAction
No action.
NO_ARGS - Static variable in class org.hibernate.query.sqm.produce.function.StandardArgumentsValidators
Static validator for verifying that we have no arguments
NO_BINDINGS - Static variable in interface org.hibernate.sql.exec.spi.JdbcParameterBindings
 
NO_CLASSES - Static variable in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
NO_CLASSES - Static variable in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
NO_CLASSES - Static variable in class org.hibernate.testing.orm.junit.BaseSessionFactoryFunctionalTest
 
NO_CLASSES - Static variable in class org.hibernate.testing.orm.junit.EntityManagerFactoryBasedFunctionalTest
 
NO_COLUMN_LENGTH - Static variable in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
 
NO_COLUMN_PRECISION - Static variable in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
 
NO_COLUMN_SCALE - Static variable in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
 
NO_COMMANDS - Static variable in interface org.hibernate.tool.schema.spi.Exporter
 
NO_CONSTRAINT - org.hibernate.boot.model.internal.Nullability
 
NO_CONSTRAINT - org.hibernate.jpamodelgen.xml.jaxb.ConstraintMode
 
NO_EXTENDED_STAT_SUPPORT_RETURN - Static variable in interface org.hibernate.stat.CacheRegionStatistics
The value returned from CacheRegionStatistics.getElementCountInMemory(), CacheRegionStatistics.getElementCountOnDisk() and CacheRegionStatistics.getSizeInMemory() for cache providers that do not support such "extended" statistics.
NO_INHERITANCE - org.hibernate.boot.model.source.spi.InheritanceType
 
NO_LIMIT - Static variable in class org.hibernate.dialect.pagination.AbstractLimitHandler
 
NO_MAPPINGS - Static variable in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
NO_MAPPINGS - Static variable in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
NO_MAPPINGS - Static variable in class org.hibernate.testing.orm.junit.BaseSessionFactoryFunctionalTest
 
NO_MAPPINGS - Static variable in class org.hibernate.testing.orm.junit.EntityManagerFactoryBasedFunctionalTest
 
NO_OP_CALLBACK - Static variable in class org.hibernate.sql.exec.internal.CallbackNoOp
Singleton access
NO_OTHERS - org.hibernate.query.sqm.FrameExclusion
 
NO_PARAM_BINDINGS - Static variable in interface org.hibernate.query.spi.QueryParameterBindings
 
NO_PARAM_SIGNATURE - Static variable in class org.hibernate.internal.util.ReflectHelper
 
NO_PARAMETER_BINDING_MEMENTO - Static variable in interface org.hibernate.query.spi.QueryParameterBindings
 
NO_PARAMETERS - Static variable in class org.hibernate.sql.exec.internal.JdbcParametersImpl
Singleton access
NO_PLAIN_PARAMETER - org.hibernate.sql.ast.SqlAstNodeRenderingMode
Don't render plain parameters.
NO_PREFIX - Static variable in class org.hibernate.envers.configuration.internal.metadata.reader.AuditedPropertiesReader
 
NO_PROXY - org.hibernate.annotations.LazyToOneOption
Deprecated.
this setting no longer has any useful effect
NO_PROXY - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyWithNoProxyEnum
 
NO_REF_CURSOR_INSTANCE - Static variable in class org.hibernate.procedure.internal.StandardCallableStatementSupport
Singleton access - without REF_CURSOR support
NO_REG_KEYS - Static variable in class org.hibernate.type.internal.BasicTypeImpl
 
NO_REG_KEYS - Static variable in class org.hibernate.type.internal.ConvertedBasicTypeImpl
 
NO_ROW - Static variable in interface org.hibernate.engine.spi.PersistenceContext
Marker object used to indicate (via reference checking) that no row was returned.
NO_SEPARATOR - Static variable in interface org.hibernate.sql.ast.spi.SqlAppender
 
NO_UNTYPED - org.hibernate.query.sqm.produce.function.FunctionParameterType
Indicates a parameter that accepts any type, except untyped expressions like null literals
NO_UNTYPED - org.hibernate.sql.ast.SqlAstNodeRenderingMode
Don't render untyped expressions e.g.
NO_VERSION - Static variable in interface org.hibernate.dialect.DatabaseVersion
Constant used to indicate that no version is defined
NO_VERSION_INDX - Static variable in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
NO_VETO - Static variable in interface org.hibernate.classic.Lifecycle
Return value to accept the action (false)
NO_WAIT - Static variable in class org.hibernate.LockOptions
Indicates that the database should not wait at all to acquire a pessimistic lock which is not immediately available.
NOACTION - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOnDeleteEnum
 
noAppropriateConnectionProvider() - Method in interface org.hibernate.internal.CoreMessageLogger
 
noArgsBuilder(String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
 
noArgsBuilder(String, String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
 
NoAttributeConverter<O,​R> - Class in org.hibernate.annotations
Deprecated.
this class is no longer used
NoAttributeConverter() - Constructor for class org.hibernate.annotations.NoAttributeConverter
Deprecated.
 
NoBatchKeyAccess - Class in org.hibernate.engine.jdbc.mutation.internal
A form of BatchKeyAccess for cases where batching is not wanted, which is signified by a BatchKey of null
NoBatchKeyAccess() - Constructor for class org.hibernate.engine.jdbc.mutation.internal.NoBatchKeyAccess
 
noBeanManagerButCdiAvailable() - Method in interface org.hibernate.resource.beans.internal.BeansMessageLogger
 
NoCacheRegionFactoryAvailableException - Exception in org.hibernate.cache
Indicates a condition where a second-level cache implementation was expected to be available, but none was found on the classpath.
NoCacheRegionFactoryAvailableException() - Constructor for exception org.hibernate.cache.NoCacheRegionFactoryAvailableException
Constructs a NoCacheRegionFactoryAvailableException with a standard message.
NoCachingRegionFactory - Class in org.hibernate.cache.internal
Factory used if no caching enabled in config...
NoCachingRegionFactory() - Constructor for class org.hibernate.cache.internal.NoCachingRegionFactory
Constructs a NoCachingRegionFactory.
NoCachingTransactionSynchronizationImpl - Class in org.hibernate.cache.internal
 
NoCallbackExecutionContext - Class in org.hibernate.loader.ast.internal
 
NoCallbackExecutionContext(SharedSessionContractImplementor) - Constructor for class org.hibernate.loader.ast.internal.NoCallbackExecutionContext
 
noCascade(EventSource, Object, EntityPersister, Type, int) - Method in interface org.hibernate.engine.spi.CascadingAction
Called (in the case of CascadingAction.requiresNoCascadeChecking() returning true) to validate that no cascade on the given property is considered a valid semantic.
noCascade(EventSource, Object, EntityPersister, Type, int) - Method in class org.hibernate.engine.spi.CascadingActions.BaseCascadingAction
 
noColumnsSpecifiedForIndex(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
noConstraint(ForeignKey, boolean) - Static method in class org.hibernate.boot.model.internal.BinderHelper
 
noConstraintByDefault() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl
 
NoDashesStringTransformer() - Constructor for class org.hibernate.type.descriptor.java.UUIDJavaType.NoDashesStringTransformer
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
node - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
 
Node - Interface in org.hibernate.metamodel.mapping.ordering.ast
Common contract for all nodes in the order-by fragment AST
nodeBuilder() - Method in class org.hibernate.query.hql.internal.FullyQualifiedReflectivePathTerminal
 
nodeBuilder() - Method in class org.hibernate.query.sqm.tree.AbstractSqmNode
 
nodeBuilder() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
nodeBuilder() - Method in class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
 
nodeBuilder() - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
nodeBuilder() - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiationArgument
 
nodeBuilder() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
 
nodeBuilder() - Method in interface org.hibernate.query.sqm.tree.SqmNode
 
NodeBuilder - Interface in org.hibernate.query.sqm
Adapts the JPA CriteriaBuilder to generate SQM nodes.
noDefaultConstructor(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
noDriver(String) - Method in interface org.hibernate.internal.log.ConnectionPoolingLogger
 
noInterceptor() - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
noInterceptor() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
noInterceptor() - Method in class org.hibernate.internal.SessionFactoryImpl.SessionBuilderImpl
 
noInterceptor() - Method in interface org.hibernate.SessionBuilder
Signifies that no Interceptor should be used.
noInterceptor() - Method in interface org.hibernate.SharedSessionBuilder
 
noJtaPlatform() - Method in interface org.hibernate.internal.CoreMessageLogger
 
NoJtaPlatform - Class in org.hibernate.engine.transaction.jta.platform.internal
The non-configured form of JTA platform.
NoJtaPlatform() - Constructor for class org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform
 
NoMoreOutputsException - Exception in org.hibernate.sql.results
 
NoMoreOutputsException() - Constructor for exception org.hibernate.sql.results.NoMoreOutputsException
 
NoMoreOutputsException(String) - Constructor for exception org.hibernate.sql.results.NoMoreOutputsException
 
NoMoreReturnsException - Exception in org.hibernate.result
 
NoMoreReturnsException() - Constructor for exception org.hibernate.result.NoMoreReturnsException
 
NoMoreReturnsException(String) - Constructor for exception org.hibernate.result.NoMoreReturnsException
 
NON_AGG_COMP_ID - org.hibernate.testing.orm.domain.MappingFeature
 
NON_AGGREGATED_COMPOSITE - org.hibernate.id.EntityIdentifierNature
What Hibernate used to term an "embedded composite identifier", which is not to be confused with the JPA term "embedded".
NON_CONTEXTUAL_LOB_CREATION - Static variable in interface org.hibernate.cfg.JdbcSettings
When enabled, specifies that Hibernate should not use contextual LOB creation.
NON_ENTITY_NAME - org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
 
NON_LAZY - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheInclusionEnum
 
NON_LAZY - org.hibernate.boot.jaxb.mapping.JaxbCacheInclusionType
 
NON_NULLABLE - org.hibernate.engine.jdbc.spi.TypeNullability
The data type cannot accept nulls
NON_PRIMARY_KEY_REFERENCE - org.hibernate.boot.model.internal.ForeignKeyType
 
NON_VALIDATING - Static variable in class org.hibernate.boot.jaxb.internal.MappingBinder
 
NonAggregatedCompositeSimplePath<T> - Class in org.hibernate.query.sqm.tree.domain
 
NonAggregatedCompositeSimplePath(NavigablePath, SqmPathSource<T>, SqmPath<?>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.NonAggregatedCompositeSimplePath
 
NonAggregatedCompositeSqmPathSource<J> - Class in org.hibernate.metamodel.model.domain.internal
Support for non-aggregated composite values
NonAggregatedCompositeSqmPathSource(String, SqmPathSource<J>, Bindable.BindableType, ManagedDomainType<J>) - Constructor for class org.hibernate.metamodel.model.domain.internal.NonAggregatedCompositeSqmPathSource
 
NonAggregatedCompositeValuedPathInterpretation<T> - Class in org.hibernate.query.sqm.sql.internal
 
NonAggregatedIdentifierMapping - Interface in org.hibernate.metamodel.mapping
A "non-aggregated" composite identifier, which means that the entity itself does not define a singular representation of its identifier like an aggregated mapping does.
NonAggregatedIdentifierMapping.IdentifierValueMapper - Interface in org.hibernate.metamodel.mapping
Think of an AttributeConverter for id values to account for representation difference between virtual and id-class mappings
NonAggregatedIdentifierMappingFetch - Class in org.hibernate.sql.results.graph.embeddable.internal
 
NonAggregatedIdentifierMappingFetch(NavigablePath, NonAggregatedIdentifierMapping, FetchParent, FetchTiming, boolean, DomainResultCreationState) - Constructor for class org.hibernate.sql.results.graph.embeddable.internal.NonAggregatedIdentifierMappingFetch
 
NonAggregatedIdentifierMappingFetch(EmbeddableFetchImpl) - Constructor for class org.hibernate.sql.results.graph.embeddable.internal.NonAggregatedIdentifierMappingFetch
 
NonAggregatedIdentifierMappingFetchInitializer - Class in org.hibernate.sql.results.graph.embeddable.internal
 
NonAggregatedIdentifierMappingFetchInitializer(FetchParentAccess, EmbeddableResultGraphNode, AssemblerCreationState) - Constructor for class org.hibernate.sql.results.graph.embeddable.internal.NonAggregatedIdentifierMappingFetchInitializer
 
NonAggregatedIdentifierMappingImpl - Class in org.hibernate.metamodel.mapping.internal
A "non-aggregated" composite identifier.
NonAggregatedIdentifierMappingImpl(EntityPersister, RootClass, String, String[], MappingModelCreationProcess) - Constructor for class org.hibernate.metamodel.mapping.internal.NonAggregatedIdentifierMappingImpl
 
NonAggregatedIdentifierMappingResult<T> - Class in org.hibernate.sql.results.graph.embeddable.internal
 
NonAggregatedIdentifierMappingResult(NavigablePath, NonAggregatedIdentifierMapping, String, DomainResultCreationState) - Constructor for class org.hibernate.sql.results.graph.embeddable.internal.NonAggregatedIdentifierMappingResult
 
NonAggregatedIdentifierMappingResultInitializer - Class in org.hibernate.sql.results.graph.embeddable.internal
 
NonAggregatedIdentifierMappingResultInitializer(EmbeddableResultGraphNode, FetchParentAccess, AssemblerCreationState) - Constructor for class org.hibernate.sql.results.graph.embeddable.internal.NonAggregatedIdentifierMappingResultInitializer
 
NonClassFileArchiveEntryHandler - Class in org.hibernate.boot.archive.scan.spi
Defines handling and filtering for all non-class file (package-info is also a class file...) entries within an archive
NonClassFileArchiveEntryHandler(ScanResultCollector) - Constructor for class org.hibernate.boot.archive.scan.spi.NonClassFileArchiveEntryHandler
 
nonCompliantMapConversion(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
NonContextualJdbcConnectionAccess - Class in org.hibernate.internal
 
NonContextualJdbcConnectionAccess(SessionEventListener, ConnectionProvider, SharedSessionContractImplementor) - Constructor for class org.hibernate.internal.NonContextualJdbcConnectionAccess
 
nonContextualLobCreationDialect() - Method in interface org.hibernate.engine.jdbc.env.internal.LobCreationLogging
 
nonContextualLobCreationJdbcVersion(int) - Method in interface org.hibernate.engine.jdbc.env.internal.LobCreationLogging
 
NonContextualLobCreator - Class in org.hibernate.engine.jdbc
LobCreator implementation using non-contextual or local creation, meaning that we generate the LOB references ourselves as opposed to delegating to the JDBC Connection.
NonDurableConnectionObserver - Interface in org.hibernate.engine.jdbc.spi
Additional optional contract for connection observers to indicate that they should be released when the physical connection is released.
NONE - org.hibernate.annotations.CacheConcurrencyStrategy
Indicates that no concurrency strategy is specified, and that a default strategy should be used.
NONE - org.hibernate.annotations.OptimisticLockType
No optimistic locking.
NONE - org.hibernate.annotations.ResultCheckStyle
No return code checking.
NONE - org.hibernate.boot.beanvalidation.ValidationMode
 
NONE - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueCompositeIdEnum
 
NONE - org.hibernate.boot.model.internal.AnnotatedClassType
has no relevant top level annotation
NONE - org.hibernate.boot.SchemaAutoTooling
Do not attempt to update nor validate the schema.
NONE - org.hibernate.boot.TempTableDdlTransactionHandling
No handling of transactions is needed
NONE - org.hibernate.dialect.DmlTargetColumnQualifierSupport
No need to explicitly qualify the column.
NONE - org.hibernate.dialect.GroupBySummarizationRenderingStrategy
No support for summarization.
NONE - org.hibernate.dialect.RowLockStrategy
No support for specifying rows to lock.
NONE - org.hibernate.dialect.TimeZoneSupport
No support for with time zone types.
NONE - org.hibernate.engine.jdbc.env.spi.NameQualifierSupport
Neither catalog nor schema are supported.
NONE - org.hibernate.engine.jdbc.internal.FormatStyle
No formatting
NONE - org.hibernate.engine.jdbc.Size.LobMultiplier
 
NONE - org.hibernate.engine.jdbc.spi.TypeSearchability
Type is not searchable.
NONE - org.hibernate.engine.OptimisticLockStyle
No optimistic locking.
NONE - org.hibernate.engine.spi.ExecuteUpdateResultCheckStyle
Do not perform checking.
NONE - org.hibernate.engine.spi.ValueInclusion
 
NONE - org.hibernate.envers.configuration.internal.metadata.InheritanceType
 
NONE - org.hibernate.id.enhanced.StandardOptimizerDescriptor
Describes the optimizer for no optimization.
NONE - org.hibernate.id.SequenceMismatchStrategy
Don't perform any check.
NONE - org.hibernate.jpamodelgen.xml.jaxb.LockModeType
 
NONE - org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitCachingType
 
NONE - org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitValidationModeType
 
NONE - org.hibernate.LockMode
No lock required.
NONE - org.hibernate.query.NullPrecedence
Null precedence not specified.
NONE - org.hibernate.query.sqm.mutation.internal.temptable.AfterUseAction
 
NONE - org.hibernate.query.sqm.mutation.internal.temptable.BeforeUseAction
 
NONE - org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.LockStrategy
 
NONE - org.hibernate.sql.exec.spi.JdbcLockStrategy
Do not apply locks.
NONE - org.hibernate.sql.results.spi.ListResultsConsumer.UniqueSemantic
Apply no in-memory de-duplication
NONE - org.hibernate.tool.schema.Action
No action.
NONE - org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType.LobKind
 
NONE - Static variable in class org.hibernate.dialect.FunctionalDependencyAnalysisSupportImpl
No support for functional dependency analysis
NONE - Static variable in class org.hibernate.engine.jdbc.env.internal.LobCreationHelper
 
NONE - Static variable in class org.hibernate.engine.spi.CascadeStyles
no cascades
NONE - Static variable in class org.hibernate.engine.spi.IdentifierValue
Never assume the transient instance is newly instantiated
NONE - Static variable in class org.hibernate.generator.EventTypeSets
 
NONE - Static variable in class org.hibernate.jdbc.Expectations
 
NONE - Static variable in interface org.hibernate.loader.ast.spi.NaturalIdLoadOptions
Singleton access
NONE - Static variable in class org.hibernate.LockOptions
Represents LockMode.NONE, to which timeout and scope are not applicable.
NONE - Static variable in class org.hibernate.query.spi.Limit
Singleton access for "no limit"
NONE - Static variable in interface org.hibernate.query.spi.QueryOptions
Provide singleton access for frequently needed options:
NONE - Static variable in class org.hibernate.query.sqm.produce.function.StandardArgumentsValidators
Static validator for performing no validation
NONE - Static variable in class org.hibernate.sql.exec.spi.StatementOptions
 
NONE - Static variable in interface org.hibernate.tool.schema.spi.ContributableMatcher
Matches nothing
nonEnhanced(String) - Static method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributesMetadata
 
NonIdentifierAttribute - Interface in org.hibernate.tuple
Deprecated, for removal: This API element is subject to removal in a future version.
No direct replacement
nonJtaDataSource - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
 
NonNullableTransientDependencies - Class in org.hibernate.engine.internal
Tracks non-nullable transient entities that would cause a particular entity insert to fail.
NonNullableTransientDependencies() - Constructor for class org.hibernate.engine.internal.NonNullableTransientDependencies
 
NonSelectInterpretationsKey - Class in org.hibernate.query.sql.spi
QueryInterpretations key for non-select NativeQuery instances
NonSelectInterpretationsKey(String, Collection<String>) - Constructor for class org.hibernate.query.sql.spi.NonSelectInterpretationsKey
 
NonSelectQueryPlan - Interface in org.hibernate.query.spi
 
nonStandardSupportForAccessType(String, String, String) - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
 
NONSTRICT_READ_WRITE - org.hibernate.annotations.CacheConcurrencyStrategy
Read/write access to the shared second-level cache with no locking.
NONSTRICT_READ_WRITE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCacheUsageEnum
 
NONSTRICT_READ_WRITE - org.hibernate.cache.spi.access.AccessType
Read and write access.
NonTransientException - Interface in org.hibernate.metamodel.mapping
Marker interface for exceptions thrown during mapping-model creation which are not transient errors - they will never succeed
NonUniqueDiscoveredSqlAliasException - Exception in org.hibernate.loader
Thrown when Hibernate encounters a non-unique SQL alias in the ResultSet while processing the results of a NativeQuery using auto-discovery to understand the ResultSet metadata for mapping the JDBC values to the domain result.
NonUniqueDiscoveredSqlAliasException(String) - Constructor for exception org.hibernate.loader.NonUniqueDiscoveredSqlAliasException
 
NonUniqueObjectException - Exception in org.hibernate
This exception is thrown when an operation would break session-scoped identity.
NonUniqueObjectException(Object, String) - Constructor for exception org.hibernate.NonUniqueObjectException
Constructs a NonUniqueObjectException using the given information, and using a standard message.
NonUniqueObjectException(String, Object, String) - Constructor for exception org.hibernate.NonUniqueObjectException
Constructs a NonUniqueObjectException using the given information.
NonUniqueResultException - Exception in org.hibernate
Thrown when the application calls Query.getSingleResult() or Query.uniqueResult() and the query returns more than one row from the database.
NonUniqueResultException(int) - Constructor for exception org.hibernate.NonUniqueResultException
Constructs a NonUniqueResultException.
NOOP - org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
 
NOOP - Static variable in interface org.hibernate.sql.exec.spi.JdbcParameterBinder
 
NOOP_INSTANCE - Static variable in class org.hibernate.boot.archive.scan.internal.NoopEntryHandler
 
NoopCollectionTracker - Class in org.hibernate.bytecode.enhance.internal.tracker
small low memory class to keep track of the number of elements in a collection
NoopCollectionTracker() - Constructor for class org.hibernate.bytecode.enhance.internal.tracker.NoopCollectionTracker
 
NoopEntryHandler - Class in org.hibernate.boot.archive.scan.internal
 
noOperations(MutationGroup) - Static method in class org.hibernate.sql.model.internal.MutationOperationGroupFactory
 
noOperations(MutationType, MutationTarget) - Static method in class org.hibernate.sql.model.internal.MutationOperationGroupFactory
 
NoopLimitHandler - Class in org.hibernate.dialect.pagination
Handler not supporting query LIMIT clause.
NoopLimitHandler() - Constructor for class org.hibernate.dialect.pagination.NoopLimitHandler
 
NoopOptimizer - Class in org.hibernate.id.enhanced
An optimizer that performs no optimization.
NoopOptimizer(Class<?>, int) - Constructor for class org.hibernate.id.enhanced.NoopOptimizer
Constructs a NoopOptimizer
noParamCopyContext() - Static method in interface org.hibernate.query.sqm.tree.SqmCopyContext
 
NoParamSqmCopyContext - Class in org.hibernate.query.sqm.internal
 
NoParamSqmCopyContext() - Constructor for class org.hibernate.query.sqm.internal.NoParamSqmCopyContext
 
noPersistentClassesFound(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
noRegionFactory() - Method in interface org.hibernate.internal.CoreMessageLogger
 
NORMAL - org.hibernate.annotations.CacheModeType
Deprecated.
Corresponds to CacheMode.NORMAL.
NORMAL - org.hibernate.CacheMode
The session may read items from the cache, and add items to the cache as it reads them from the database.
NORMAL - org.hibernate.query.sqm.function.FunctionKind
 
NORMALIZE - org.hibernate.annotations.TimeZoneStorageType
Does not store the time zone, and instead: when persisting to the database, normalizes JDBC timestamps to the JdbcSettings.JDBC_TIME_ZONE or to the JVM default time zone if not set.
NORMALIZE - org.hibernate.dialect.TimeZoneSupport
The with time zone types normalize to UTC.
NORMALIZE - org.hibernate.TimeZoneStorageStrategy
Does not store the time zone, and instead: when persisting to the database, normalizes JDBC timestamps to the JdbcSettings.JDBC_TIME_ZONE or to the JVM default time zone otherwise.
NORMALIZE_UTC - org.hibernate.annotations.TimeZoneStorageType
Does not preserve the time zone, and instead normalizes timestamps to UTC.
NORMALIZE_UTC - org.hibernate.TimeZoneStorageStrategy
Doesn't store the time zone, but instead normalizes to UTC.
normalizeCompositePath(String) - Method in class org.hibernate.boot.model.internal.AbstractPropertyHolder
 
normalizeCompositePath(String) - Method in class org.hibernate.boot.model.internal.ClassPropertyHolder
 
normalizeCompositePath(String) - Method in class org.hibernate.boot.model.internal.CollectionPropertyHolder
 
normalizeCompositePath(String) - Method in class org.hibernate.boot.model.internal.ComponentPropertyHolder
 
normalizeCompositePathForLogging(String) - Method in class org.hibernate.boot.model.internal.AbstractPropertyHolder
 
normalizeCompositePathForLogging(String) - Method in class org.hibernate.boot.model.internal.ClassPropertyHolder
 
normalizeCompositePathForLogging(String) - Method in class org.hibernate.boot.model.internal.CollectionPropertyHolder
 
normalizeCompositePathForLogging(String) - Method in class org.hibernate.boot.model.internal.ComponentPropertyHolder
 
normalized() - Method in enum org.hibernate.query.sqm.TemporalUnit
The unit that this unit "normalizes to", either TemporalUnit.NANOSECOND or TemporalUnit.MONTH, which represent the two basic types of duration: "physical" durations, and "calendar" durations.
normalizeIdentifierQuoting(String) - Method in class org.hibernate.boot.model.naming.ObjectNameNormalizer
Normalizes the quoting of identifiers.
normalizeIdentifierQuoting(Identifier) - Method in class org.hibernate.boot.model.naming.ObjectNameNormalizer
 
normalizeIdentifierQuotingAsString(String) - Method in class org.hibernate.boot.model.naming.ObjectNameNormalizer
Normalizes the quoting of identifiers.
normalizeIncomingValue(Object) - Method in class org.hibernate.metamodel.mapping.internal.SimpleNaturalIdMapping
 
normalizeInput(Object) - Method in class org.hibernate.metamodel.mapping.internal.CompoundNaturalIdMapping
 
normalizeInput(Object) - Method in class org.hibernate.metamodel.mapping.internal.SimpleNaturalIdMapping
 
normalizeInput(Object) - Method in interface org.hibernate.metamodel.mapping.NaturalIdMapping
Normalize a user-provided natural-id value into the representation Hibernate uses internally
normalizeKeys(K[], BasicValuedModelPart, SharedSessionContractImplementor, SessionFactoryImplementor) - Static method in class org.hibernate.loader.ast.internal.LoaderHelper
Normalize an array of keys (primary, foreign or natural).
normalizePathName(String) - Method in class org.hibernate.boot.archive.spi.AbstractArchiveDescriptor
 
normalizeQuoting(Identifier) - Method in class org.hibernate.engine.jdbc.env.internal.NormalizingIdentifierHelperImpl
 
normalizeQuoting(Identifier) - Method in interface org.hibernate.engine.jdbc.env.spi.IdentifierHelper
Essentially quotes the identifier if it needs to be.
NormalizingIdentifierHelperImpl - Class in org.hibernate.engine.jdbc.env.internal
 
NormalizingIdentifierHelperImpl(JdbcEnvironment, NameQualifierSupport, boolean, boolean, boolean, boolean, TreeSet<String>, IdentifierCaseStrategy, IdentifierCaseStrategy) - Constructor for class org.hibernate.engine.jdbc.env.internal.NormalizingIdentifierHelperImpl
 
NoSequenceSupport - Class in org.hibernate.dialect.sequence
An instance of SequenceSupport support indicating that the SQL dialect does not support sequences.
NoSequenceSupport() - Constructor for class org.hibernate.dialect.sequence.NoSequenceSupport
 
noSessionFactoryWithJndiName(String, NameNotFoundException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
NoSuchBeanException - Exception in org.hibernate.resource.beans.container.internal
Exception indicating that the given class is not known as a CDI bean - triggers fallback handling
NoSuchBeanException(String, Throwable) - Constructor for exception org.hibernate.resource.beans.container.internal.NoSuchBeanException
 
NoSuchBeanException(Throwable) - Constructor for exception org.hibernate.resource.beans.container.internal.NoSuchBeanException
 
NoSuchParameterException - Exception in org.hibernate.procedure
 
NoSuchParameterException(String) - Constructor for exception org.hibernate.procedure.NoSuchParameterException
 
not() - Method in interface org.hibernate.query.criteria.JpaPredicate
 
not() - Method in class org.hibernate.query.sqm.tree.predicate.AbstractNegatableSqmPredicate
 
not() - Method in class org.hibernate.query.sqm.tree.predicate.SqmGroupedPredicate
 
not() - Method in class org.hibernate.query.sqm.tree.predicate.SqmJunctionPredicate
 
not() - Method in interface org.hibernate.query.sqm.tree.predicate.SqmPredicate
 
not(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
not(Expression<Boolean>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
not(Expression<Boolean>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
not(Expression<Boolean>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
not(AuditCriterion) - Static method in class org.hibernate.envers.query.AuditEntity
Return the negation of a criterion.
NOT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
NOT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
NOT() - Method in class org.hibernate.grammars.hql.HqlParser.BetweenPredicateContext
 
NOT() - Method in class org.hibernate.grammars.hql.HqlParser.CteContext
 
NOT() - Method in class org.hibernate.grammars.hql.HqlParser.InPredicateContext
 
NOT() - Method in class org.hibernate.grammars.hql.HqlParser.IsDistinctFromPredicateContext
 
NOT() - Method in class org.hibernate.grammars.hql.HqlParser.IsEmptyPredicateContext
 
NOT() - Method in class org.hibernate.grammars.hql.HqlParser.IsFalsePredicateContext
 
NOT() - Method in class org.hibernate.grammars.hql.HqlParser.IsNullPredicateContext
 
NOT() - Method in class org.hibernate.grammars.hql.HqlParser.IsTruePredicateContext
 
NOT() - Method in class org.hibernate.grammars.hql.HqlParser.LikePredicateContext
 
NOT() - Method in class org.hibernate.grammars.hql.HqlParser.MemberOfPredicateContext
 
NOT() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
NOT() - Method in class org.hibernate.grammars.hql.HqlParser.NegatedPredicateContext
 
NOT_ACTIVE - org.hibernate.resource.transaction.spi.TransactionStatus
The transaction has not yet been started.
NOT_AUDITED - org.hibernate.envers.RelationTargetAuditMode
 
NOT_CACHED_COUNT - Static variable in interface org.hibernate.stat.CacheableDataStatistics
 
NOT_DIRTY - org.hibernate.persister.entity.mutation.AttributeAnalysis.DirtynessStatus
 
NOT_DISTINCT_FROM - org.hibernate.query.sqm.ComparisonOperator
 
NOT_EQUAL - org.hibernate.query.sqm.ComparisonOperator
 
NOT_EQUAL - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
NOT_EQUAL - Static variable in class org.hibernate.grammars.hql.HqlParser
 
NOT_EQUAL() - Method in class org.hibernate.grammars.hql.HqlParser.ComparisonOperatorContext
 
NOT_MATERIALIZED - org.hibernate.sql.ast.tree.cte.CteMaterialization
Do not materialize the CTE if possible.
NOT_NATURAL_ID - org.hibernate.boot.model.source.spi.NaturalIdMutability
The attribute is not part of any kind of natural id.
NOT_NULL - Static variable in class org.hibernate.sql.InFragment
 
NOT_NULL_DISCRIMINATOR - Static variable in class org.hibernate.persister.entity.DiscriminatorHelper
 
NOT_NULL_DISCRIMINATOR_MAPPING - Static variable in class org.hibernate.mapping.PersistentClass
The magic value of DiscriminatorValue.value() which indicates that the subclass is distinguished by any non-null value of the discriminator column.
NotAudited - Annotation Type in org.hibernate.envers
When applied to a field, indicates that this field should not be audited.
NotAuditedException - Exception in org.hibernate.envers.exception
 
NotAuditedException(String, String) - Constructor for exception org.hibernate.envers.exception.NotAuditedException
 
NotAuditExpression - Class in org.hibernate.envers.query.criteria.internal
 
NotAuditExpression(AuditCriterion) - Constructor for class org.hibernate.envers.query.criteria.internal.NotAuditExpression
 
notDistinctFrom(Expression<?>, Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
notDistinctFrom(Expression<?>, Expression<?>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
notDistinctFrom(Expression<?>, Expression<?>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
notDistinctFrom(Expression<?>, Expression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
notDistinctFrom(Expression<?>, Object) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
notDistinctFrom(Expression<?>, Object) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
notDistinctFrom(Expression<?>, Object) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
notDistinctFrom(Expression<?>, Object) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
notEqual(Expression<?>, Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
notEqual(Expression<?>, Expression<?>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
notEqual(Expression<?>, Expression<?>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
notEqual(Expression<?>, Expression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
notEqual(Expression<?>, Object) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
notEqual(Expression<?>, Object) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
notEqual(Expression<?>, Object) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
notEqual(Expression<?>, Object) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
notFound - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
notFound - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
notFound - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
 
NotFound - Annotation Type in org.hibernate.annotations
Indicates that a many to one, one to one, or many to many association maps to a column holding foreign keys, but without a foreign key constraint, and which may therefore violate referential integrity.
notFoundAction - Variable in class org.hibernate.boot.model.internal.CollectionBinder
 
NotFoundAction - Enum in org.hibernate.annotations
Specifies how Hibernate should handle the case of an orphaned foreign key with no associated row in the referenced table.
notifyObserversExplicitExecution() - Method in class org.hibernate.engine.jdbc.batch.internal.BatchImpl
Convenience method to notify registered observers of an explicit execution of this batch.
notifyObserversImplicitExecution() - Method in class org.hibernate.engine.jdbc.batch.internal.BatchImpl
Convenience method to notify registered observers of an implicit execution of this batch.
notifyResolutionListeners(Object) - Method in class org.hibernate.sql.results.graph.AbstractFetchParentAccess
 
notifySynchronizationsAfterTransactionCompletion(int) - Method in class org.hibernate.resource.transaction.internal.SynchronizationRegistryStandardImpl
 
notifySynchronizationsAfterTransactionCompletion(int) - Method in interface org.hibernate.resource.transaction.spi.SynchronizationRegistryImplementor
Delegates the Synchronization.afterCompletion(int) call to each registered Synchronization.
notifySynchronizationsBeforeTransactionCompletion() - Method in class org.hibernate.resource.transaction.internal.SynchronizationRegistryStandardImpl
 
notifySynchronizationsBeforeTransactionCompletion() - Method in interface org.hibernate.resource.transaction.spi.SynchronizationRegistryImplementor
Delegates the Synchronization.beforeCompletion() call to each registered Synchronization
notIlike(Expression<String>, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
notIlike(Expression<String>, Expression<String>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
notIlike(Expression<String>, Expression<String>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
notIlike(Expression<String>, Expression<String>, char) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
notIlike(Expression<String>, Expression<String>, char) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
notIlike(Expression<String>, Expression<String>, char) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
notIlike(Expression<String>, Expression<String>, Expression<Character>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
notIlike(Expression<String>, Expression<String>, Expression<Character>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
notIlike(Expression<String>, Expression<String>, Expression<Character>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
notIlike(Expression<String>, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
notIlike(Expression<String>, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
notIlike(Expression<String>, String) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
notIlike(Expression<String>, String, char) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
notIlike(Expression<String>, String, char) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
notIlike(Expression<String>, String, char) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
notIlike(Expression<String>, String, Expression<Character>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
notIlike(Expression<String>, String, Expression<Character>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
notIlike(Expression<String>, String, Expression<Character>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
NotImplementedYet - Annotation Type in org.hibernate.testing.orm.junit
Indicates that the test tests functionality that has not been implemented yet.
NotImplementedYetException - Interface in org.hibernate.testing.orm.junit
Deprecated, for removal: This API element is subject to removal in a future version.
By definition, something "not yet implemented" is something we are actively seeking to remove
NotImplementedYetExtension - Class in org.hibernate.testing.orm.junit
JUnit 5 extension used to support NotImplementedYet handling
NotImplementedYetExtension() - Constructor for class org.hibernate.testing.orm.junit.NotImplementedYetExtension
 
NotImplementedYetExtension.NotImplementedYetExceptionExpected - Exception in org.hibernate.testing.orm.junit
 
NotIndexedCollectionException - Exception in org.hibernate.query
Indicates an attempt to use a non-indexed collection as indexed.
NotIndexedCollectionException(String) - Constructor for exception org.hibernate.query.NotIndexedCollectionException
 
NotInstrumentedException - Exception in org.hibernate.bytecode.spi
Indicates a condition where an instrumented/enhanced class was expected, but the class was not instrumented/enhanced.
NotInstrumentedException(String) - Constructor for exception org.hibernate.bytecode.spi.NotInstrumentedException
Constructs a NotInstrumentedException
notLike(Expression<String>, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
notLike(Expression<String>, Expression<String>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
notLike(Expression<String>, Expression<String>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
notLike(Expression<String>, Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
notLike(Expression<String>, Expression<String>, char) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
notLike(Expression<String>, Expression<String>, char) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
notLike(Expression<String>, Expression<String>, char) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
notLike(Expression<String>, Expression<String>, char) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
notLike(Expression<String>, Expression<String>, Expression<Character>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
notLike(Expression<String>, Expression<String>, Expression<Character>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
notLike(Expression<String>, Expression<String>, Expression<Character>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
notLike(Expression<String>, Expression<String>, Expression<Character>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
notLike(Expression<String>, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
notLike(Expression<String>, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
notLike(Expression<String>, String) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
notLike(Expression<String>, String) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
notLike(Expression<String>, String, char) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
notLike(Expression<String>, String, char) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
notLike(Expression<String>, String, char) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
notLike(Expression<String>, String, char) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
notLike(Expression<String>, String, Expression<Character>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
notLike(Expression<String>, String, Expression<Character>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
notLike(Expression<String>, String, Expression<Character>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
notLike(Expression<String>, String, Expression<Character>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
notNull - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
notNull - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
 
notNull - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
 
notNull - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
 
notNull - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
 
notNull - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
NotNullAuditExpression - Class in org.hibernate.envers.query.criteria.internal
 
NotNullAuditExpression(String, PropertyNameGetter) - Constructor for class org.hibernate.envers.query.criteria.internal.NotNullAuditExpression
 
NotYetReadyException - Exception in org.hibernate.resource.beans.container.internal
Exception indicating an attempt to access the CDI BeanManager before it is ready for use
NotYetReadyException(Throwable) - Constructor for exception org.hibernate.resource.beans.container.internal.NotYetReadyException
 
nowCurdateCurtime() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
NSTRING - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping String to JDBC NVARCHAR
NTEXT - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping String to JDBC LONGNVARCHAR.
nthSideClause() - Method in class org.hibernate.grammars.hql.HqlParser.GenericFunctionContext
 
nthSideClause() - Method in class org.hibernate.grammars.hql.HqlParser
 
NthSideClauseContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.NthSideClauseContext
 
nthValue(Expression<T>, int, JpaWindow) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
nthValue(Expression<T>, int, JpaWindow) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
nthValue(Expression<T>, int, JpaWindow) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
nthValue(Expression<T>, Expression<Integer>, JpaWindow) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create a nth_value window function expression.
nthValue(Expression<T>, Expression<Integer>, JpaWindow) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
nthValue(Expression<T>, Expression<Integer>, JpaWindow) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
NULL - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueTimestampEnum
 
NULL - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueVersionEnum
 
NULL - org.hibernate.query.sqm.CastType
 
NULL - Static variable in class org.hibernate.engine.spi.IdentifierValue
Assume the transient instance is newly instantiated if the identifier is null.
NULL - Static variable in class org.hibernate.engine.spi.VersionValue
Assume the transient instance is newly instantiated if the version is null, otherwise assume it is a detached instance.
NULL - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
NULL - Static variable in class org.hibernate.grammars.hql.HqlParser
 
NULL - Static variable in class org.hibernate.internal.log.LoggingHelper
 
NULL - Static variable in class org.hibernate.internal.util.LazyValue
 
NULL - Static variable in class org.hibernate.query.sqm.produce.function.StandardFunctionArgumentTypeResolvers
 
NULL - Static variable in class org.hibernate.sql.InFragment
 
NULL - Static variable in interface org.hibernate.sql.model.ast.builder.TableMutationBuilder
Constant for `null`
NULL - Static variable in class org.hibernate.type.SqlTypes
A type code representing the generic SQL value NULL.
NULL() - Method in class org.hibernate.grammars.hql.HqlParser.IsNullPredicateContext
 
NULL() - Method in class org.hibernate.grammars.hql.HqlParser.LiteralContext
 
NULL_DISCRIMINATOR - Static variable in class org.hibernate.persister.entity.DiscriminatorHelper
 
NULL_DISCRIMINATOR_MAPPING - Static variable in class org.hibernate.mapping.PersistentClass
The magic value of DiscriminatorValue.value() which indicates that the subclass is distinguished by a null value of the discriminator column.
NULL_KEYWORD - Static variable in interface org.hibernate.sql.ast.spi.SqlAppender
 
NULL_SQM_EXPRESSIBLE - Static variable in class org.hibernate.query.sqm.tree.expression.NullSqmExpressible
Singleton access
Nullability - Class in org.hibernate.engine.internal
Implements the algorithm for validating property values for illegal null values
Nullability - Enum in org.hibernate.boot.model.internal
Are the columns forced to null, not null or not forced
Nullability(SharedSessionContractImplementor) - Constructor for class org.hibernate.engine.internal.Nullability
Constructs a Nullability
Nullability.NullabilityCheckType - Enum in org.hibernate.engine.internal
 
nullable - Variable in class org.hibernate.boot.jaxb.mapping.JaxbColumn
 
nullable - Variable in class org.hibernate.boot.jaxb.mapping.JaxbJoinColumn
 
nullable - Variable in class org.hibernate.boot.jaxb.mapping.JaxbMapKeyColumn
 
nullable - Variable in class org.hibernate.boot.jaxb.mapping.JaxbMapKeyJoinColumn
 
nullable - Variable in class org.hibernate.boot.jaxb.mapping.JaxbOrderColumn
 
nullable - Variable in class org.hibernate.dialect.function.array.AbstractArrayContainsFunction
 
nullable - Variable in class org.hibernate.dialect.function.array.AbstractArrayOverlapsFunction
 
nullable - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Column
 
nullable - Variable in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
 
nullable - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
 
nullable - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
 
nullable - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OrderColumn
 
nullable() - Method in annotation type org.hibernate.annotations.IndexColumn
Deprecated.
Is the column nullable?
nullable() - Method in class org.hibernate.boot.model.internal.MapKeyColumnDelegator
 
nullable() - Method in class org.hibernate.boot.model.internal.MapKeyJoinColumnDelegator
 
NULLABLE - org.hibernate.engine.jdbc.spi.TypeNullability
The data type can accept nulls
NullableDiscriminatorColumnSecondPass - Class in org.hibernate.boot.model.internal
 
NullableDiscriminatorColumnSecondPass(String) - Constructor for class org.hibernate.boot.model.internal.NullableDiscriminatorColumnSecondPass
 
nullary(Class<T>) - Static method in interface org.hibernate.jpamodelgen.validation.Mocker
 
NullAuditExpression - Class in org.hibernate.envers.query.criteria.internal
 
NullAuditExpression(String, PropertyNameGetter) - Constructor for class org.hibernate.envers.query.criteria.internal.NullAuditExpression
 
NullDomainResult(JavaType<?>) - Constructor for class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping.NullDomainResult
 
nullIdentitySelectString() - Method in interface org.hibernate.internal.CoreMessageLogger
 
nullif() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
nullif(Expression<Y>, Expression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
nullif(Expression<Y>, Expression<?>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
nullif(Expression<Y>, Expression<?>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
nullif(Expression<Y>, Expression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
nullif(Expression<Y>, Y) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
nullif(Expression<Y>, Y) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
nullif(Expression<Y>, Y) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
nullif(Expression<Y>, Y) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
nullif(T, Supplier<T>) - Static method in class org.hibernate.internal.util.NullnessHelper
 
nullif(T, T) - Static method in class org.hibernate.internal.util.NullnessHelper
 
nullIfEmpty(String) - Static method in class org.hibernate.internal.util.StringHelper
 
Nullifier(Object, boolean, boolean, SharedSessionContractImplementor, EntityPersister) - Constructor for class org.hibernate.engine.internal.ForeignKeys.Nullifier
Constructs a Nullifier
nullifyTransientReferences(Object[]) - Method in class org.hibernate.engine.internal.ForeignKeys.Nullifier
Nullify all references to entities that have not yet been inserted in the database, where the foreign key points toward that entity.
nullifyTransientReferencesIfNotAlready() - Method in class org.hibernate.action.internal.AbstractEntityInsertAction
Nullifies any references to transient entities in the entity state maintained by this action.
NullJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for binding nulls with Types.NULL
NullJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.NullJdbcType
 
nullLiteral(Class<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
nullLiteral(Class<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
nullLiteral(Class<T>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
nullLiteral(Class<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
NullnessHelper - Class in org.hibernate.internal.util
 
NullnessPredicate - Class in org.hibernate.sql.ast.tree.predicate
 
NullnessPredicate(Expression) - Constructor for class org.hibernate.sql.ast.tree.predicate.NullnessPredicate
 
NullnessPredicate(Expression, boolean) - Constructor for class org.hibernate.sql.ast.tree.predicate.NullnessPredicate
 
NullnessPredicate(Expression, boolean, JdbcMappingContainer) - Constructor for class org.hibernate.sql.ast.tree.predicate.NullnessPredicate
 
NullnessRestriction - Class in org.hibernate.sql
Nullness restriction - IS (NOT)? NULL
NullnessRestriction(String) - Constructor for class org.hibernate.sql.NullnessRestriction
 
NullnessRestriction(String, boolean) - Constructor for class org.hibernate.sql.NullnessRestriction
 
NullnessUtil - Class in org.hibernate.internal.util
Utility class for the Nullness Checker.
NullnessUtil - Class in org.hibernate.jpamodelgen.util
Utility class for the Nullness Checker.
NullOrdering - Enum in org.hibernate.dialect
The order of null.
nullPrecedence(NullPrecedence) - Method in interface org.hibernate.query.criteria.JpaOrder
Set the precedence of nulls for this order element
nullPrecedence(NullPrecedence) - Method in interface org.hibernate.query.criteria.JpaSearchOrder
Set the precedence of nulls for this search order element
nullPrecedence(NullPrecedence) - Method in class org.hibernate.query.sqm.tree.cte.SqmSearchClauseSpecification
 
nullPrecedence(NullPrecedence) - Method in class org.hibernate.query.sqm.tree.select.SqmSortSpecification
 
NullPrecedence - Enum in org.hibernate.envers.query.order
Defines the possible null handling modes.
NullPrecedence - Enum in org.hibernate.query
Enumerates the possibilities for the precedence of null values within query result sets sorted by an ORDER BY clause.
nulls(NullPrecedence) - Method in interface org.hibernate.envers.query.order.AuditOrder
Specifies the null order precedence for the order-by column specification.
nulls(NullPrecedence) - Method in class org.hibernate.envers.query.order.internal.PropertyAuditOrder
 
NULLS - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
NULLS - Static variable in class org.hibernate.grammars.hql.HqlParser
 
NULLS - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
NULLS - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
NULLS() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
NULLS() - Method in class org.hibernate.grammars.hql.HqlParser.NullsClauseContext
 
NULLS() - Method in class org.hibernate.grammars.hql.HqlParser.NullsPrecedenceContext
 
NULLS() - Method in class org.hibernate.grammars.ordering.OrderingParser.NullsPrecedenceContext
 
nullSafeGet(ResultSet, int, SharedSessionContractImplementor, Object) - Method in class org.hibernate.envers.internal.entities.RevisionTypeType
 
nullSafeGet(ResultSet, int, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.EnumType
Deprecated.
 
nullSafeGet(ResultSet, int, SharedSessionContractImplementor, Object) - Method in class org.hibernate.usertype.BaseUserTypeSupport
 
nullSafeGet(ResultSet, int, SharedSessionContractImplementor, Object) - Method in class org.hibernate.usertype.StaticUserTypeSupport
 
nullSafeGet(ResultSet, int, SharedSessionContractImplementor, Object) - Method in interface org.hibernate.usertype.UserType
Read an instance of the Java class mapped by this custom type from the given JDBC ResultSet.
nullSafeMapToEntityFromMap(EnversService, Object, Map, Object, AuditReaderImplementor, Number) - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractOneToOneMapper
 
nullSafeMapToEntityFromMap(EnversService, Object, Map, Object, AuditReaderImplementor, Number) - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractToOneMapper
Parameter obj is never null.
nullSafeMapToEntityFromMap(EnversService, Object, Map, Object, AuditReaderImplementor, Number) - Method in class org.hibernate.envers.internal.entities.mapper.relation.ToOneIdMapper
 
nullSafeMapToEntityFromMap(EnversService, Map, Object, AuditReaderImplementor, Number) - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractOneToOneMapper
 
nullSafeMapToEntityFromMap(EnversService, Map, Object, AuditReaderImplementor, Number) - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractToOneMapper
 
nullSafeMapToEntityFromMap(EnversService, Map, Object, AuditReaderImplementor, Number) - Method in class org.hibernate.envers.internal.entities.mapper.relation.ToOneIdMapper
 
nullSafeSet(CallableStatement, Object, String, WrapperOptions) - Method in class org.hibernate.type.AbstractStandardBasicType
 
nullSafeSet(CallableStatement, Object, String, WrapperOptions) - Method in class org.hibernate.type.SerializableToBlobType
 
nullSafeSet(CallableStatement, J, String, SharedSessionContractImplementor) - Method in class org.hibernate.type.CustomType
 
nullSafeSet(CallableStatement, J, String, SharedSessionContractImplementor) - Method in class org.hibernate.type.internal.ConvertedBasicTypeImpl
 
nullSafeSet(CallableStatement, J, String, SharedSessionContractImplementor) - Method in interface org.hibernate.type.ProcedureParameterNamedBinder
Bind a value to the JDBC prepared statement, ignoring some columns as dictated by the 'settable' parameter.
nullSafeSet(CallableStatement, T, String, SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
nullSafeSet(CallableStatement, T, String, SharedSessionContractImplementor) - Method in class org.hibernate.type.SerializableToBlobType
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.DiscriminatorType
Deprecated.
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractSingleColumnStandardBasicType
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.AnyType
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.CollectionType
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.ComponentType
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.CustomType
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.EntityType
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.internal.ConvertedBasicTypeImpl
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.MetaType
Deprecated.
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.OneToOneType
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SharedSessionContractImplementor) - Method in class org.hibernate.type.SerializableToBlobType
 
nullSafeSet(PreparedStatement, Object, int, boolean[], SharedSessionContractImplementor) - Method in interface org.hibernate.type.Type
Bind a value represented by an instance of the mapped class to the given JDBC PreparedStatement, ignoring some columns as dictated by the settable parameter.
nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.DiscriminatorType
Deprecated.
 
nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.AnyType
 
nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.CollectionType
 
nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.ComponentType
 
nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.CustomType
 
nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.EntityType
 
nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.internal.ConvertedBasicTypeImpl
 
nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.MetaType
Deprecated.
 
nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.SerializableToBlobType
 
nullSafeSet(PreparedStatement, Object, int, SharedSessionContractImplementor) - Method in interface org.hibernate.type.Type
Bind a value represented by an instance of the mapped class to the given JDBC PreparedStatement, ignoring some columns as dictated by the settable parameter.
nullSafeSet(PreparedStatement, J, int, SharedSessionContractImplementor) - Method in interface org.hibernate.usertype.UserType
Write an instance of the Java class mapped by this custom type to the given JDBC PreparedStatement.
nullSafeSet(PreparedStatement, RevisionType, int, SharedSessionContractImplementor) - Method in class org.hibernate.envers.internal.entities.RevisionTypeType
 
nullSafeSet(PreparedStatement, T, int, SharedSessionContractImplementor) - Method in class org.hibernate.type.EnumType
Deprecated.
 
nullSafeSet(PreparedStatement, T, int, SharedSessionContractImplementor) - Method in class org.hibernate.usertype.BaseUserTypeSupport
 
nullSafeSet(PreparedStatement, T, int, SharedSessionContractImplementor) - Method in class org.hibernate.usertype.StaticUserTypeSupport
 
nullSafeSet(PreparedStatement, T, int, WrapperOptions) - Method in class org.hibernate.type.AbstractStandardBasicType
 
nullSafeSet(PreparedStatement, T, int, WrapperOptions) - Method in class org.hibernate.type.SerializableToBlobType
 
nullsClause() - Method in class org.hibernate.grammars.hql.HqlParser.GenericFunctionContext
 
nullsClause() - Method in class org.hibernate.grammars.hql.HqlParser
 
NullsClauseContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.NullsClauseContext
 
NullServiceException - Exception in org.hibernate.service
 
NullServiceException(Class) - Constructor for exception org.hibernate.service.NullServiceException
 
nullsPrecedence() - Method in class org.hibernate.grammars.hql.HqlParser
 
nullsPrecedence() - Method in class org.hibernate.grammars.hql.HqlParser.SearchSpecificationContext
 
nullsPrecedence() - Method in class org.hibernate.grammars.hql.HqlParser.SortSpecificationContext
 
nullsPrecedence() - Method in class org.hibernate.grammars.ordering.OrderingParser
 
nullsPrecedence() - Method in class org.hibernate.grammars.ordering.OrderingParser.SortSpecificationContext
 
NullsPrecedenceContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.NullsPrecedenceContext
 
NullsPrecedenceContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.ordering.OrderingParser.NullsPrecedenceContext
 
NullSqmExpressible - Class in org.hibernate.query.sqm.tree.expression
 
NullSqmExpressible() - Constructor for class org.hibernate.query.sqm.tree.expression.NullSqmExpressible
 
NullSynchronizationException - Exception in org.hibernate.resource.transaction
Indicates an attempt to register a null synchronization.
NullSynchronizationException() - Constructor for exception org.hibernate.resource.transaction.NullSynchronizationException
 
NullSynchronizationException(String) - Constructor for exception org.hibernate.resource.transaction.NullSynchronizationException
 
NullType - Class in org.hibernate.type
 
NullType() - Constructor for class org.hibernate.type.NullType
 
NullType(JdbcType, JavaType<Object>) - Constructor for class org.hibernate.type.NullType
 
NullValueAssembler<J> - Class in org.hibernate.sql.results.internal
 
NullValueAssembler(JavaType<J>) - Constructor for class org.hibernate.sql.results.internal.NullValueAssembler
 
numberOfCollectionCreations() - Method in class org.hibernate.engine.spi.ActionQueue
 
numberOfCollectionRemovals() - Method in class org.hibernate.engine.spi.ActionQueue
 
numberOfCollectionUpdates() - Method in class org.hibernate.engine.spi.ActionQueue
 
numberOfDeletions() - Method in class org.hibernate.engine.spi.ActionQueue
 
numberOfInsertions() - Method in class org.hibernate.engine.spi.ActionQueue
 
numberOfUpdates() - Method in class org.hibernate.engine.spi.ActionQueue
 
NUMERIC - org.hibernate.query.sqm.produce.function.FunctionParameterType
 
NUMERIC - org.hibernate.type.descriptor.jdbc.JdbcTypeFamilyInformation.Family
 
NUMERIC - Static variable in class org.hibernate.type.SqlTypes
A type code representing the generic SQL type NUMERIC.
NUMERIC_BOOLEAN - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Boolean to JDBC TINYINT.
NUMERIC_VALIDATOR - Static variable in class org.hibernate.dialect.function.TruncFunction.TruncArgumentsValidator
 
NumericBooleanConverter - Class in org.hibernate.type
Handles conversion to/from Boolean as 0 (false) or 1 (true)
NumericBooleanConverter() - Constructor for class org.hibernate.type.NumericBooleanConverter
 
NumericJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for NUMERIC handling.
NumericJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.NumericJdbcType
 
numericLiteral() - Method in class org.hibernate.grammars.hql.HqlParser.LiteralContext
 
numericLiteral() - Method in class org.hibernate.grammars.hql.HqlParser
 
numericLiteral() - Method in class org.hibernate.grammars.hql.HqlParser.UnaryNumericLiteralExpressionContext
 
NumericLiteralContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.NumericLiteralContext
 
numericRenderingSupport - Variable in class org.hibernate.dialect.function.TruncFunction
 
NumericTypeCategory - Enum in org.hibernate.query.sqm.tree.expression
 
numgeometries - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
numinteriorring - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
numinteriorrings - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
numpoints - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
NVARCHAR - Static variable in class org.hibernate.type.SqlTypes
A type code representing the generic SQL type NVARCHAR.
NVARCHAR_INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.JsonAsStringJdbcType
 
NVARCHAR_INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.XmlAsStringJdbcType
 
NVarcharJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for NVARCHAR handling.
NVarcharJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.NVarcharJdbcType
 
NvlCoalesceEmulation - Class in org.hibernate.dialect.function
Oracle 8i had no coalesce() function, so we emulate it using chained nvl()s.
NvlCoalesceEmulation() - Constructor for class org.hibernate.dialect.function.NvlCoalesceEmulation
 

O

OBJECT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
OBJECT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
OBJECT() - Method in class org.hibernate.grammars.hql.HqlParser.JpaSelectObjectSyntaxContext
 
OBJECT() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
OBJECT_TYPE - Static variable in class org.hibernate.type.StandardBasicTypes
 
ObjectArrayJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for Object[] handling, usually used for tuples.
ObjectArrayJavaType(JavaType[]) - Constructor for class org.hibernate.type.descriptor.java.ObjectArrayJavaType
 
ObjectDeletedException - Exception in org.hibernate
Thrown when the user tries to do something illegal with a deleted object.
ObjectDeletedException(String, Object, String) - Constructor for exception org.hibernate.ObjectDeletedException
Constructs an ObjectDeletedException using the given information.
ObjectFactory - Class in org.hibernate.boot.jaxb.cfg.spi
This object contains factory methods for each Java content interface and Java element interface generated in the org.hibernate.boot.jaxb.cfg.spi package.
ObjectFactory - Class in org.hibernate.boot.jaxb.hbm.spi
This object contains factory methods for each Java content interface and Java element interface generated in the org.hibernate.boot.jaxb.hbm.spi package.
ObjectFactory - Class in org.hibernate.boot.jaxb.mapping
This object contains factory methods for each Java content interface and Java element interface generated in the org.hibernate.boot.jaxb.mapping package.
ObjectFactory - Class in org.hibernate.jpamodelgen.xml.jaxb
This object contains factory methods for each Java content interface and Java element interface generated in the org.hibernate.jpamodelgen.xml.jaxb package.
ObjectFactory() - Constructor for class org.hibernate.boot.jaxb.cfg.spi.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.hibernate.boot.jaxb.cfg.spi
ObjectFactory() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.hibernate.boot.jaxb.hbm.spi
ObjectFactory() - Constructor for class org.hibernate.boot.jaxb.mapping.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.hibernate.boot.jaxb.mapping
ObjectFactory() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.ObjectFactory
Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.hibernate.jpamodelgen.xml.jaxb
ObjectFactoryImpl() - Constructor for class org.hibernate.internal.SessionFactoryRegistry.ObjectFactoryImpl
 
ObjectJavaType - Class in org.hibernate.type.descriptor.java
 
ObjectJavaType() - Constructor for class org.hibernate.type.descriptor.java.ObjectJavaType
 
ObjectJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for binding objects using any JDBC type code.
ObjectJdbcType(int) - Constructor for class org.hibernate.type.descriptor.jdbc.ObjectJdbcType
Construct an instance for handling the given JDBC type code.
ObjectNameNormalizer - Class in org.hibernate.boot.model.naming
Provides centralized normalization of how database object names are handled.
ObjectNameNormalizer() - Constructor for class org.hibernate.boot.model.naming.ObjectNameNormalizer
 
ObjectNameSource - Interface in org.hibernate.boot.model.internal
Source for database object names (identifiers).
ObjectNotFoundException - Exception in org.hibernate
Thrown when EntityManager.find(Class, Object) fails to select a row with the given primary key (identifier value).
ObjectNotFoundException(Object, String) - Constructor for exception org.hibernate.ObjectNotFoundException
Constructs a ObjectNotFoundException using the given information.
ObjectNotFoundException(String, Object) - Constructor for exception org.hibernate.ObjectNotFoundException
 
ObjectNullAsBinaryTypeJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for binding objects, but binding nulls with Types.VARBINARY
ObjectNullAsBinaryTypeJdbcType(int) - Constructor for class org.hibernate.type.descriptor.jdbc.ObjectNullAsBinaryTypeJdbcType
 
ObjectNullAsNullTypeJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for binding objects, but binding nulls with Types.NULL
ObjectNullAsNullTypeJdbcType(int) - Constructor for class org.hibernate.type.descriptor.jdbc.ObjectNullAsNullTypeJdbcType
 
ObjectNullResolvingJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for binding objects, but binding nulls with the resolved parameter type
ObjectNullResolvingJdbcType(int) - Constructor for class org.hibernate.type.descriptor.jdbc.ObjectNullResolvingJdbcType
 
obtainArchiveEntryHandler(ArchiveEntry) - Method in class org.hibernate.boot.archive.scan.spi.AbstractScannerImpl.ArchiveContextImpl
 
obtainArchiveEntryHandler(ArchiveEntry) - Method in interface org.hibernate.boot.archive.spi.ArchiveContext
Get the handler for the given entry, which generally is indicated by the entry type (a .class file, a mapping file, etc).
obtainConnection() - Method in interface org.hibernate.engine.jdbc.connections.spi.JdbcConnectionAccess
Obtain a JDBC connection
obtainConnection() - Method in class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.ConnectionProviderJdbcConnectionAccess
 
obtainConnection() - Method in class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.MultiTenantConnectionProviderJdbcConnectionAccess
 
obtainConnection() - Method in class org.hibernate.internal.ContextualJdbcConnectionAccess
 
obtainConnection() - Method in class org.hibernate.internal.NonContextualJdbcConnectionAccess
 
obtainConnection() - Method in class org.hibernate.testing.boot.JdbcConnectionAccessImpl
 
obtainConnection() - Method in class org.hibernate.tool.schema.internal.exec.JdbcConnectionAccessConnectionProviderImpl
 
obtainConnection() - Method in class org.hibernate.tool.schema.internal.exec.JdbcConnectionAccessProvidedConnectionImpl
 
OC4JJtaPlatform - Class in org.hibernate.engine.transaction.jta.platform.internal
JtaPlatform implementation for the OC4J (Oracle) AS.
OC4JJtaPlatform() - Constructor for class org.hibernate.engine.transaction.jta.platform.internal.OC4JJtaPlatform
 
occurrences(Object) - Method in class org.hibernate.collection.spi.PersistentBag
Count how many times the given object occurs in the elements
OCTAL_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
OCTAL_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
octetLength() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
octetLength_pattern(String) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
octetLength_pattern(String, String) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
of(Class<?>) - Static method in class org.hibernate.query.sqm.produce.function.StandardArgumentsValidators
 
of(Class<?>, String[]) - Static method in class org.hibernate.metamodel.internal.EmbeddableInstantiatorRecordIndirecting
 
of(String[], Constructor<?>, String[]) - Static method in class org.hibernate.metamodel.internal.EmbeddableInstantiatorPojoIndirecting
 
OF - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
OF - Static variable in class org.hibernate.grammars.hql.HqlParser
 
OF() - Method in class org.hibernate.grammars.hql.HqlParser.DayFieldContext
 
OF() - Method in class org.hibernate.grammars.hql.HqlParser.MemberOfPredicateContext
 
OF() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
OF() - Method in class org.hibernate.grammars.hql.HqlParser.WeekFieldContext
 
OFFICE - org.hibernate.testing.orm.domain.userguide.AddressType
 
offset - Variable in class org.hibernate.engine.internal.AbstractEntityEntry.EnumState
 
offset() - Method in class org.hibernate.grammars.hql.HqlParser
 
offset() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeContext
 
offset(Number) - Method in class org.hibernate.query.criteria.CriteriaDefinition
 
offset(Number) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
offset(Number) - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
offset(Number) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
offset(Number) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
offset(JpaExpression<? extends Number>) - Method in class org.hibernate.query.criteria.CriteriaDefinition
 
offset(JpaExpression<? extends Number>) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
offset(JpaExpression<? extends Number>) - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
offset(JpaExpression<? extends Number>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
offset(JpaExpression<? extends Number>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
OFFSET - org.hibernate.query.sqm.TemporalUnit
The timezone offset of an offset datetime, as a ZoneOffset.
OFFSET - org.hibernate.sql.ast.Clause
 
OFFSET - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
OFFSET - Static variable in class org.hibernate.grammars.hql.HqlParser
 
OFFSET() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
OFFSET() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetClauseContext
 
OFFSET() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeFunctionContext
 
OFFSET() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeLiteralContext
 
OFFSET() - Method in class org.hibernate.grammars.hql.HqlParser.TimeZoneFieldContext
 
OFFSET_DATE_TIME - Static variable in class org.hibernate.type.descriptor.DateTimeUtils
Pattern used for parsing literal offset datetimes in HQL.
OFFSET_DATE_TIME - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping OffsetDateTime to JDBC TIMESTAMP_WITH_TIMEZONE or TIMESTAMP depending on the "hibernate.timezone.default_storage" setting.
OFFSET_DATE_TIME_WITH_TIMEZONE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping OffsetDateTime to JDBC TIMESTAMP_WITH_TIMEZONE.
OFFSET_DATE_TIME_WITHOUT_TIMEZONE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping OffsetDateTime to JDBC TIMESTAMP.
OFFSET_DATETIME - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
OFFSET_DATETIME - Static variable in class org.hibernate.grammars.hql.HqlParser
 
OFFSET_DATETIME() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
OFFSET_DATETIME() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeFunctionContext
 
OFFSET_FOLLOWING - org.hibernate.query.sqm.FrameKind
 
OFFSET_ONLY_INSTANCE - Static variable in class org.hibernate.dialect.pagination.LimitOffsetLimitHandler
 
OFFSET_PRECEDING - org.hibernate.query.sqm.FrameKind
 
OFFSET_TIME - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping OffsetTime to JDBC TIME_WITH_TIMEZONE.
OFFSET_TIME_UTC - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping OffsetTime to JDBC TIME_UTC.
OFFSET_TIME_WITH_TIMEZONE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping OffsetTime to JDBC TIME_WITH_TIMEZONE.
OFFSET_TIME_WITHOUT_TIMEZONE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping OffsetTime to JDBC TIME.
OFFSET_TIMESTAMP - org.hibernate.query.sqm.CastType
 
offsetClause() - Method in class org.hibernate.grammars.hql.HqlParser
 
offsetClause() - Method in class org.hibernate.grammars.hql.HqlParser.QueryOrderContext
 
OffsetClauseContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.OffsetClauseContext
 
OffsetContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.OffsetContext
 
offsetDateTime() - Method in class org.hibernate.grammars.hql.HqlParser.DateTimeContext
 
offsetDateTime() - Method in class org.hibernate.grammars.hql.HqlParser
 
offsetDateTime() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeLiteralContext
 
OffsetDateTimeCompositeUserType - Class in org.hibernate.usertype.internal
 
OffsetDateTimeCompositeUserType() - Constructor for class org.hibernate.usertype.internal.OffsetDateTimeCompositeUserType
 
OffsetDateTimeCompositeUserType.OffsetDateTimeEmbeddable - Class in org.hibernate.usertype.internal
 
OffsetDateTimeContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeContext
 
OffsetDateTimeEmbeddable() - Constructor for class org.hibernate.usertype.internal.OffsetDateTimeCompositeUserType.OffsetDateTimeEmbeddable
 
offsetDateTimeFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
offsetDateTimeFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
OffsetDateTimeFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeFunctionContext
 
OffsetDateTimeJavaType - Class in org.hibernate.type.descriptor.java
Java type descriptor for the OffsetDateTime type.
OffsetDateTimeJavaType() - Constructor for class org.hibernate.type.descriptor.java.OffsetDateTimeJavaType
 
offsetDateTimeLiteral() - Method in class org.hibernate.grammars.hql.HqlParser.DateTimeLiteralContext
 
offsetDateTimeLiteral() - Method in class org.hibernate.grammars.hql.HqlParser
 
OffsetDateTimeLiteralContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeLiteralContext
 
offsetDateTimeWithMinutes() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeLiteralContext
 
offsetDateTimeWithMinutes() - Method in class org.hibernate.grammars.hql.HqlParser
 
OffsetDateTimeWithMinutesContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeWithMinutesContext
 
OffsetFetchLimitHandler - Class in org.hibernate.dialect.pagination
A LimitHandler for databases which support the ANSI SQL standard syntax FETCH FIRST m ROWS ONLY and OFFSET n ROWS FETCH NEXT m ROWS ONLY.
OffsetFetchLimitHandler(boolean) - Constructor for class org.hibernate.dialect.pagination.OffsetFetchLimitHandler
 
offsetOnlyClause() - Method in class org.hibernate.dialect.pagination.AbstractSimpleLimitHandler
 
offsetOnlyClause() - Method in class org.hibernate.dialect.pagination.LimitLimitHandler
 
offsetOnlyClause() - Method in class org.hibernate.dialect.pagination.LimitOffsetLimitHandler
 
OffsetTimeCompositeUserType - Class in org.hibernate.usertype.internal
 
OffsetTimeCompositeUserType() - Constructor for class org.hibernate.usertype.internal.OffsetTimeCompositeUserType
 
OffsetTimeCompositeUserType.OffsetTimeEmbeddable - Class in org.hibernate.usertype.internal
 
OffsetTimeEmbeddable() - Constructor for class org.hibernate.usertype.internal.OffsetTimeCompositeUserType.OffsetTimeEmbeddable
 
OffsetTimeJavaType - Class in org.hibernate.type.descriptor.java
Java type descriptor for the OffsetTime type.
OffsetTimeJavaType() - Constructor for class org.hibernate.type.descriptor.java.OffsetTimeJavaType
 
offsetWithMinutes() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeWithMinutesContext
 
offsetWithMinutes() - Method in class org.hibernate.grammars.hql.HqlParser
 
OffsetWithMinutesContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.OffsetWithMinutesContext
 
omitSqlQueryOptions(QueryOptions) - Static method in class org.hibernate.query.spi.SqlOmittingQueryOptions
 
omitSqlQueryOptions(QueryOptions, boolean, boolean) - Static method in class org.hibernate.query.spi.SqlOmittingQueryOptions
 
omitSqlQueryOptions(QueryOptions, JdbcOperationQuerySelect) - Static method in class org.hibernate.query.spi.SqlOmittingQueryOptions
 
omitSqlQueryOptionsWithUniqueSemanticFilter(QueryOptions, boolean, boolean) - Static method in class org.hibernate.query.spi.SqlOmittingQueryOptions
 
omittingLockingAndPaging(DomainQueryExecutionContext) - Static method in class org.hibernate.query.sqm.internal.SqmJdbcExecutionContextAdapter
Creates an adapter which drops any locking or paging details from the query options
on() - Method in annotation type org.hibernate.annotations.Comment
The name of the table or column to add the comment to.
on(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaCollectionJoin
 
on(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaDerivedJoin
 
on(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaEntityJoin
 
on(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaJoin
 
on(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaJoinedFrom
 
on(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaListJoin
 
on(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaMapJoin
 
on(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaPluralJoin
 
on(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaSetJoin
 
on(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
 
on(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmQualifiedJoin
 
on(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.domain.SqmBagJoin
 
on(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.domain.SqmListJoin
 
on(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
 
on(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.domain.SqmSetJoin
 
on(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.from.SqmDerivedJoin
 
on(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
 
on(Predicate...) - Method in interface org.hibernate.query.criteria.JpaCollectionJoin
 
on(Predicate...) - Method in interface org.hibernate.query.criteria.JpaDerivedJoin
 
on(Predicate...) - Method in interface org.hibernate.query.criteria.JpaEntityJoin
 
on(Predicate...) - Method in interface org.hibernate.query.criteria.JpaJoin
 
on(Predicate...) - Method in interface org.hibernate.query.criteria.JpaJoinedFrom
 
on(Predicate...) - Method in interface org.hibernate.query.criteria.JpaListJoin
 
on(Predicate...) - Method in interface org.hibernate.query.criteria.JpaMapJoin
 
on(Predicate...) - Method in interface org.hibernate.query.criteria.JpaPluralJoin
 
on(Predicate...) - Method in interface org.hibernate.query.criteria.JpaSetJoin
 
on(Predicate...) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
 
on(Predicate...) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmQualifiedJoin
 
on(Predicate...) - Method in class org.hibernate.query.sqm.tree.domain.SqmBagJoin
 
on(Predicate...) - Method in class org.hibernate.query.sqm.tree.domain.SqmListJoin
 
on(Predicate...) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
 
on(Predicate...) - Method in class org.hibernate.query.sqm.tree.domain.SqmSetJoin
 
on(Predicate...) - Method in class org.hibernate.query.sqm.tree.from.SqmDerivedJoin
 
on(Predicate...) - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
 
on(JpaExpression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaCollectionJoin
 
on(JpaExpression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaDerivedJoin
 
on(JpaExpression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaEntityJoin
 
on(JpaExpression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaFetch
Add a restriction to the fetch.
on(JpaExpression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaJoin
 
on(JpaExpression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaJoinedFrom
 
on(JpaExpression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaListJoin
 
on(JpaExpression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaMapJoin
 
on(JpaExpression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaPluralJoin
 
on(JpaExpression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaSetJoin
 
on(JpaExpression<Boolean>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
 
on(JpaExpression<Boolean>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmQualifiedJoin
 
on(JpaExpression<Boolean>) - Method in class org.hibernate.query.sqm.tree.domain.SqmBagJoin
 
on(JpaExpression<Boolean>) - Method in class org.hibernate.query.sqm.tree.domain.SqmListJoin
 
on(JpaExpression<Boolean>) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
 
on(JpaExpression<Boolean>) - Method in class org.hibernate.query.sqm.tree.domain.SqmSetJoin
 
on(JpaExpression<Boolean>) - Method in class org.hibernate.query.sqm.tree.from.SqmDerivedJoin
 
on(JpaExpression<Boolean>) - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
 
on(JpaPredicate...) - Method in interface org.hibernate.query.criteria.JpaCollectionJoin
 
on(JpaPredicate...) - Method in interface org.hibernate.query.criteria.JpaDerivedJoin
 
on(JpaPredicate...) - Method in interface org.hibernate.query.criteria.JpaEntityJoin
 
on(JpaPredicate...) - Method in interface org.hibernate.query.criteria.JpaFetch
Add a restriction to the fetch.
on(JpaPredicate...) - Method in interface org.hibernate.query.criteria.JpaJoin
 
on(JpaPredicate...) - Method in interface org.hibernate.query.criteria.JpaJoinedFrom
 
on(JpaPredicate...) - Method in interface org.hibernate.query.criteria.JpaListJoin
 
on(JpaPredicate...) - Method in interface org.hibernate.query.criteria.JpaMapJoin
 
on(JpaPredicate...) - Method in interface org.hibernate.query.criteria.JpaPluralJoin
 
on(JpaPredicate...) - Method in interface org.hibernate.query.criteria.JpaSetJoin
 
on(JpaPredicate...) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
 
on(JpaPredicate...) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmQualifiedJoin
 
on(JpaPredicate...) - Method in class org.hibernate.query.sqm.tree.domain.SqmBagJoin
 
on(JpaPredicate...) - Method in class org.hibernate.query.sqm.tree.domain.SqmListJoin
 
on(JpaPredicate...) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
 
on(JpaPredicate...) - Method in class org.hibernate.query.sqm.tree.domain.SqmSetJoin
 
on(JpaPredicate...) - Method in class org.hibernate.query.sqm.tree.from.SqmDerivedJoin
 
on(JpaPredicate...) - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
 
ON - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ON - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ON() - Method in class org.hibernate.grammars.hql.HqlParser.JoinRestrictionContext
 
ON() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
ON() - Method in class org.hibernate.grammars.hql.HqlParser.OnOverflowClauseContext
 
ON_CLOSE - org.hibernate.ConnectionReleaseMode
Indicates that connections should only be released when the session is explicitly closed or disconnected.
onAutoFlush(AutoFlushEvent) - Method in class org.hibernate.event.internal.DefaultAutoFlushEventListener
Handle the given auto-flush event.
onAutoFlush(AutoFlushEvent) - Method in interface org.hibernate.event.spi.AutoFlushEventListener
Handle the given auto-flush event.
onCall(Object, Method, Object[], Object) - Method in interface org.hibernate.testing.jdbc.JdbcSpies.Callback
 
onClauseCriterion - Variable in class org.hibernate.envers.query.internal.impl.AbstractAuditAssociationQuery
 
onClear(ClearEvent) - Method in interface org.hibernate.event.spi.ClearEventListener
Callback for Session.clear() notification
onCollectionAction(AbstractCollectionEvent, PersistentCollection, Serializable, CollectionEntry) - Method in class org.hibernate.envers.event.spi.BaseEnversCollectionEventListener
 
onCollectionActionInversed(AbstractCollectionEvent, PersistentCollection, Serializable, CollectionEntry) - Method in class org.hibernate.envers.event.spi.BaseEnversCollectionEventListener
 
onCollectionRecreate(Object, Serializable) - Method in interface org.hibernate.Interceptor
onCollectionRecreate(Object, Object) - Method in interface org.hibernate.Interceptor
Called before a collection is (re)created.
onCollectionRemove(Object, Serializable) - Method in interface org.hibernate.Interceptor
onCollectionRemove(Object, Object) - Method in interface org.hibernate.Interceptor
Called before a collection is deleted.
onCollectionUpdate(Object, Serializable) - Method in interface org.hibernate.Interceptor
onCollectionUpdate(Object, Object) - Method in interface org.hibernate.Interceptor
Called before a collection is updated.
onDefaultTimeZoneChange() - Method in class org.hibernate.testing.jdbc.SharedDriverManagerConnectionProviderImpl
 
onDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
 
onDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
 
onDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
onDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
onDelete - Variable in class org.hibernate.boot.jaxb.mapping.JaxbManyToOne
 
onDelete - Variable in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
 
onDelete(Object, Serializable, Object[], String[], Type[]) - Method in interface org.hibernate.Interceptor
onDelete(Object, Object, Object[], String[], Type[]) - Method in interface org.hibernate.Interceptor
Called before an object is deleted.
onDelete(Object, Object, Object[], String[], Type[]) - Method in class org.hibernate.internal.EmptyInterceptor
 
onDelete(DeleteEvent) - Method in class org.hibernate.event.internal.DefaultDeleteEventListener
Handle the given delete event.
onDelete(DeleteEvent) - Method in interface org.hibernate.event.spi.DeleteEventListener
Handle the given delete event.
onDelete(DeleteEvent, DeleteContext) - Method in class org.hibernate.event.internal.DefaultDeleteEventListener
Handle the given delete event.
onDelete(DeleteEvent, DeleteContext) - Method in interface org.hibernate.event.spi.DeleteEventListener
 
onDelete(Session) - Method in interface org.hibernate.classic.Lifecycle
Called when an entity is deleted.
OnDelete - Annotation Type in org.hibernate.annotations
Specifies an on delete action for a foreign key constraint.
onDeleteAction - Variable in class org.hibernate.boot.model.internal.CollectionBinder
 
OnDeleteAction - Enum in org.hibernate.annotations
Enumerates the possible actions for the on delete clause of a foreign key constraint.
OnDeleteActionMarshalling - Class in org.hibernate.boot.jaxb.mapping.marshall
 
OnDeleteActionMarshalling() - Constructor for class org.hibernate.boot.jaxb.mapping.marshall.OnDeleteActionMarshalling
 
onDirtyCheck(DirtyCheckEvent) - Method in class org.hibernate.event.internal.DefaultDirtyCheckEventListener
Handle the given dirty-check event.
onDirtyCheck(DirtyCheckEvent) - Method in interface org.hibernate.event.spi.DirtyCheckEventListener
Handle the given dirty-check event.
one(String, ComponentAuditingData) - Static method in class org.hibernate.envers.internal.entities.ComponentDescription
 
ONE - org.hibernate.envers.internal.entities.ComponentDescription.ComponentType
 
ONE - org.hibernate.testing.orm.domain.gambit.EnumValue
 
ONE_MANY - org.hibernate.testing.orm.domain.MappingFeature
 
ONE_MS - Static variable in class org.hibernate.cache.spi.support.SimpleTimestamper
 
ONE_ONE - org.hibernate.testing.orm.domain.MappingFeature
 
ONE_TO_MANY - org.hibernate.boot.model.source.spi.PluralAttributeElementNature
The collection elements represent entity's in a one-to-many association.
ONE_TO_MANY - org.hibernate.metamodel.AttributeClassification
 
ONE_TO_MANY - org.hibernate.metamodel.mapping.internal.EntityCollectionPart.Cardinality
 
ONE_TO_MANY - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
ONE_TO_ONE - org.hibernate.boot.model.source.internal.hbm.XmlElementMetadata
Describes the <one-to-one/> element
ONE_TO_ONE - org.hibernate.boot.model.source.spi.SingularAttributeNature
 
ONE_TO_ONE - org.hibernate.metamodel.AttributeClassification
 
ONE_TO_ONE - org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping.Cardinality
 
ONE_TO_ONE - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
onEachKey(Map<K, V>, Consumer<K>) - Static method in class org.hibernate.internal.util.collections.IdentityMap
 
OneAuditEntityQueryGenerator - Class in org.hibernate.envers.internal.entities.mapper.relation.query
Selects data from an audit entity.
OneAuditEntityQueryGenerator(Configuration, MiddleIdData, String, MiddleIdData, boolean, String, boolean, String) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.query.OneAuditEntityQueryGenerator
 
OneEntityQueryGenerator - Class in org.hibernate.envers.internal.entities.mapper.relation.query
Selects data from a relation middle-table only.
OneEntityQueryGenerator(Configuration, String, MiddleIdData, boolean, MiddleComponentData...) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.query.OneEntityQueryGenerator
 
onEntryHit(BoundedConcurrentHashMap.HashEntry<K, V>) - Method in interface org.hibernate.internal.util.collections.BoundedConcurrentHashMap.EvictionPolicy
Invoked to notify EvictionPolicy implementation that an entry in Segment has been accessed.
onEntryMiss(BoundedConcurrentHashMap.HashEntry<K, V>) - Method in interface org.hibernate.internal.util.collections.BoundedConcurrentHashMap.EvictionPolicy
Invoked to notify EvictionPolicy implementation that there has been an attempt to access an entry in Segment, however that entry was not present in Segment.
onEntryRemove(BoundedConcurrentHashMap.HashEntry<K, V>) - Method in interface org.hibernate.internal.util.collections.BoundedConcurrentHashMap.EvictionPolicy
Invoked to notify EvictionPolicy implementation that an entry e has been removed from Segment.
oneToMany - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
oneToMany - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
oneToMany - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
oneToMany - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
oneToMany - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
oneToMany - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
 
oneToMany - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddableAttributes
 
OneToMany - Class in org.hibernate.jpamodelgen.xml.jaxb
 
OneToMany - Class in org.hibernate.mapping
A mapping model object representing a many-to-one association.
OneToMany() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
 
OneToMany(MetadataBuildingContext, PersistentClass) - Constructor for class org.hibernate.mapping.OneToMany
 
oneToManyAttributes - Variable in class org.hibernate.boot.jaxb.mapping.JaxbAttributes
 
oneToManyAttributes - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEmbeddableAttributes
 
OneToManyCollectionPart - Class in org.hibernate.metamodel.mapping.internal
order( id, ...
OneToManyCollectionPart(CollectionPart.Nature, Collection, CollectionPersister, EntityMappingType, NotFoundAction, MappingModelCreationProcess) - Constructor for class org.hibernate.metamodel.mapping.internal.OneToManyCollectionPart
 
OneToManyCollectionPart(CollectionPart.Nature, Collection, CollectionPersister, EntityMappingType, MappingModelCreationProcess) - Constructor for class org.hibernate.metamodel.mapping.internal.OneToManyCollectionPart
 
OneToManyCollectionPart(OneToManyCollectionPart) - Constructor for class org.hibernate.metamodel.mapping.internal.OneToManyCollectionPart
For Hibernate Reactive
OneToManyPersister - Class in org.hibernate.persister.collection
OneToManyPersister(Collection, CollectionDataAccess, RuntimeModelCreationContext) - Constructor for class org.hibernate.persister.collection.OneToManyPersister
 
OneToManyPersister(Collection, CollectionDataAccess, PersisterCreationContext) - Constructor for class org.hibernate.persister.collection.OneToManyPersister
Deprecated.
OneToManyTableGroup - Class in org.hibernate.sql.ast.tree.from
A table group for one-to-many plural attributes.
OneToManyTableGroup(PluralAttributeMapping, TableGroup, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
 
oneToOne - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
 
oneToOne - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddableAttributes
 
oneToOne(String, ForeignKeyDirection, boolean, String, boolean, boolean, String, String, boolean, MetadataBuildingContext) - Static method in class org.hibernate.mapping.MappingHelper
 
OneToOne - Class in org.hibernate.jpamodelgen.xml.jaxb
 
OneToOne - Class in org.hibernate.mapping
A mapping model object representing a many-to-one association.
OneToOne() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
 
OneToOne(MetadataBuildingContext, Table, PersistentClass) - Constructor for class org.hibernate.mapping.OneToOne
 
oneToOneAttributes - Variable in class org.hibernate.boot.jaxb.mapping.JaxbAttributes
 
oneToOneAttributes - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEmbeddableAttributes
 
OneToOneNotOwningMapper - Class in org.hibernate.envers.internal.entities.mapper.relation
Property mapper for not owning side of OneToOne relation.
OneToOneNotOwningMapper(String, String, String, PropertyData, ServiceRegistry) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.OneToOneNotOwningMapper
 
OneToOnePrimaryKeyJoinColumnMapper - Class in org.hibernate.envers.internal.entities.mapper.relation
Property mapper for OneToOne with PrimaryKeyJoinColumn relation.
OneToOnePrimaryKeyJoinColumnMapper(String, String, PropertyData, ServiceRegistry) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.OneToOnePrimaryKeyJoinColumnMapper
 
OneToOneSecondPass - Class in org.hibernate.boot.model.internal
We have to handle OneToOne associations in a second pass.
OneToOneSecondPass(String, String, String, PropertyHolder, PropertyData, XClass, NotFoundAction, OnDeleteAction, boolean, String, AnnotatedJoinColumns, MetadataBuildingContext) - Constructor for class org.hibernate.boot.model.internal.OneToOneSecondPass
 
OneToOneType - Class in org.hibernate.type
A one-to-one association to an entity
OneToOneType(OneToOneType, String) - Constructor for class org.hibernate.type.OneToOneType
 
OneToOneType(TypeConfiguration, String, ForeignKeyDirection, boolean, String, boolean, boolean, String, String, boolean) - Constructor for class org.hibernate.type.OneToOneType
 
onEvict(EvictEvent) - Method in class org.hibernate.event.internal.DefaultEvictEventListener
Handle the given evict event.
onEvict(EvictEvent) - Method in interface org.hibernate.event.spi.EvictEventListener
Handle the given evict event.
OnExecutionGenerator - Interface in org.hibernate.generator
A generator which produces a new value by actually going ahead and writing a row to the database, then retrieving the value which was generated by the database itself as a side effect of the SQL insert or update statement which wrote the row.
OnExpectedFailure - Annotation Type in org.hibernate.testing
Deprecated, for removal: This API element is subject to removal in a future version.
No replacement with JUnit 5 at the moment.
onFailure() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
onFailure() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
OnFailure - Annotation Type in org.hibernate.testing
Deprecated, for removal: This API element is subject to removal in a future version.
No replacement with JUnit 5 at the moment.
onFlush(FlushEvent) - Method in class org.hibernate.event.internal.DefaultFlushEventListener
Handle the given flush event.
onFlush(FlushEvent) - Method in interface org.hibernate.event.spi.FlushEventListener
Handle the given flush event.
onFlushDirty(Object, Serializable, Object[], Object[], String[], Type[]) - Method in interface org.hibernate.Interceptor
onFlushDirty(Object, Object, Object[], Object[], String[], Type[]) - Method in interface org.hibernate.Interceptor
Called when an object is detected to be dirty, during a flush.
onFlushDirty(Object, Object, Object[], Object[], String[], Type[]) - Method in class org.hibernate.internal.EmptyInterceptor
 
onFlushEntity(FlushEntityEvent) - Method in class org.hibernate.event.internal.DefaultFlushEntityEventListener
Flushes a single entity's state to the database, by scheduling an update action, if necessary
onFlushEntity(FlushEntityEvent) - Method in interface org.hibernate.event.spi.FlushEntityEventListener
 
onInitializeCollection(InitializeCollectionEvent) - Method in class org.hibernate.event.internal.DefaultInitializeCollectionEventListener
called by a collection that wants to initialize itself
onInitializeCollection(InitializeCollectionEvent) - Method in interface org.hibernate.event.spi.InitializeCollectionEventListener
 
onLoad(Object, Serializable, Object[], String[], Type[]) - Method in interface org.hibernate.Interceptor
onLoad(Object, Object, Object[], String[], Type[]) - Method in interface org.hibernate.Interceptor
Called just before an object is initialized.
onLoad(Object, Object, Object[], String[], Type[]) - Method in class org.hibernate.internal.EmptyInterceptor
 
onLoad(LoadEvent, LoadEventListener.LoadType) - Method in class org.hibernate.event.internal.DefaultLoadEventListener
Handle the given load event.
onLoad(LoadEvent, LoadEventListener.LoadType) - Method in interface org.hibernate.event.spi.LoadEventListener
Handle the given load event.
onLoad(Session, Serializable) - Method in interface org.hibernate.classic.Lifecycle
onLoad(Session, Object) - Method in interface org.hibernate.classic.Lifecycle
Called after an entity is loaded.
onLock(LockEvent) - Method in class org.hibernate.event.internal.DefaultLockEventListener
Handle the given lock event.
onLock(LockEvent) - Method in interface org.hibernate.event.spi.LockEventListener
Handle the given lock event.
OnLockVisitor - Class in org.hibernate.event.internal
When a transient entity is passed to lock(), we must inspect all its collections and 1.
OnLockVisitor(EventSource, Object, Object) - Constructor for class org.hibernate.event.internal.OnLockVisitor
 
ONLY - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ONLY - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ONLY() - Method in class org.hibernate.grammars.hql.HqlParser.FetchClauseContext
 
ONLY() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
onMerge(MergeEvent) - Method in class org.hibernate.event.internal.DefaultMergeEventListener
Handle the given merge event.
onMerge(MergeEvent) - Method in interface org.hibernate.event.spi.MergeEventListener
Handle the given merge event.
onMerge(MergeEvent, MergeContext) - Method in class org.hibernate.event.internal.DefaultMergeEventListener
Handle the given merge event.
onMerge(MergeEvent, MergeContext) - Method in interface org.hibernate.event.spi.MergeEventListener
Handle the given merge event.
onOverflowClause() - Method in class org.hibernate.grammars.hql.HqlParser.ListaggFunctionContext
 
onOverflowClause() - Method in class org.hibernate.grammars.hql.HqlParser
 
OnOverflowClauseContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.OnOverflowClauseContext
 
onPersist(PersistEvent) - Method in class org.hibernate.event.internal.DefaultPersistEventListener
Handle the given create event.
onPersist(PersistEvent) - Method in interface org.hibernate.event.spi.PersistEventListener
Handle the given create event.
onPersist(PersistEvent, PersistContext) - Method in class org.hibernate.event.internal.DefaultPersistEventListener
Handle the given create event.
onPersist(PersistEvent, PersistContext) - Method in interface org.hibernate.event.spi.PersistEventListener
Handle the given create event.
onPostDelete(PostDeleteEvent) - Method in class org.hibernate.cache.internal.CollectionCacheInvalidator
 
onPostDelete(PostDeleteEvent) - Method in class org.hibernate.envers.event.spi.EnversPostDeleteEventListenerImpl
 
onPostDelete(PostDeleteEvent) - Method in class org.hibernate.event.internal.PostDeleteEventListenerStandardImpl
 
onPostDelete(PostDeleteEvent) - Method in interface org.hibernate.event.spi.PostDeleteEventListener
 
onPostDeleteCommitFailed(PostDeleteEvent) - Method in interface org.hibernate.event.spi.PostCommitDeleteEventListener
Called when a commit fails and an entity was scheduled for deletion
onPostInsert(PostInsertEvent) - Method in class org.hibernate.cache.internal.CollectionCacheInvalidator
 
onPostInsert(PostInsertEvent) - Method in class org.hibernate.envers.event.spi.EnversPostInsertEventListenerImpl
 
onPostInsert(PostInsertEvent) - Method in class org.hibernate.event.internal.PostInsertEventListenerStandardImpl
 
onPostInsert(PostInsertEvent) - Method in interface org.hibernate.event.spi.PostInsertEventListener
 
onPostInsertCommitFailed(PostInsertEvent) - Method in interface org.hibernate.event.spi.PostCommitInsertEventListener
Called when a commit fails and an entity was scheduled for insertion
onPostLoad(PostLoadEvent) - Method in class org.hibernate.event.internal.DefaultPostLoadEventListener
 
onPostLoad(PostLoadEvent) - Method in interface org.hibernate.event.spi.PostLoadEventListener
 
onPostRecreateCollection(PostCollectionRecreateEvent) - Method in class org.hibernate.envers.event.spi.EnversPostCollectionRecreateEventListenerImpl
 
onPostRecreateCollection(PostCollectionRecreateEvent) - Method in interface org.hibernate.event.spi.PostCollectionRecreateEventListener
 
onPostRemoveCollection(PostCollectionRemoveEvent) - Method in interface org.hibernate.event.spi.PostCollectionRemoveEventListener
 
onPostUpdate(PostUpdateEvent) - Method in class org.hibernate.cache.internal.CollectionCacheInvalidator
 
onPostUpdate(PostUpdateEvent) - Method in class org.hibernate.envers.event.spi.EnversPostUpdateEventListenerImpl
 
onPostUpdate(PostUpdateEvent) - Method in class org.hibernate.event.internal.PostUpdateEventListenerStandardImpl
 
onPostUpdate(PostUpdateEvent) - Method in interface org.hibernate.event.spi.PostUpdateEventListener
 
onPostUpdateCollection(PostCollectionUpdateEvent) - Method in interface org.hibernate.event.spi.PostCollectionUpdateEventListener
 
onPostUpdateCommitFailed(PostUpdateEvent) - Method in interface org.hibernate.event.spi.PostCommitUpdateEventListener
Called when a commit fails and an entity was scheduled for update
onPreDelete(PreDeleteEvent) - Method in class org.hibernate.boot.beanvalidation.BeanValidationEventListener
 
onPreDelete(PreDeleteEvent) - Method in interface org.hibernate.event.spi.PreDeleteEventListener
Return true if the operation should be vetoed
onPreInsert(PreInsertEvent) - Method in class org.hibernate.boot.beanvalidation.BeanValidationEventListener
 
onPreInsert(PreInsertEvent) - Method in interface org.hibernate.event.spi.PreInsertEventListener
Return true if the operation should be vetoed
onPreLoad(PreLoadEvent) - Method in class org.hibernate.event.internal.DefaultPreLoadEventListener
 
onPreLoad(PreLoadEvent) - Method in interface org.hibernate.event.spi.PreLoadEventListener
 
onPreRecreateCollection(PreCollectionRecreateEvent) - Method in interface org.hibernate.event.spi.PreCollectionRecreateEventListener
 
onPreRemoveCollection(PreCollectionRemoveEvent) - Method in class org.hibernate.envers.event.spi.EnversPreCollectionRemoveEventListenerImpl
 
onPreRemoveCollection(PreCollectionRemoveEvent) - Method in interface org.hibernate.event.spi.PreCollectionRemoveEventListener
 
onPreUpdate(PreUpdateEvent) - Method in class org.hibernate.boot.beanvalidation.BeanValidationEventListener
 
onPreUpdate(PreUpdateEvent) - Method in class org.hibernate.envers.event.spi.EnversPreUpdateEventListenerImpl
 
onPreUpdate(PreUpdateEvent) - Method in interface org.hibernate.event.spi.PreUpdateEventListener
Return true if the operation should be vetoed
onPreUpdateCollection(PreCollectionUpdateEvent) - Method in class org.hibernate.envers.event.spi.EnversPreCollectionUpdateEventListenerImpl
 
onPreUpdateCollection(PreCollectionUpdateEvent) - Method in interface org.hibernate.event.spi.PreCollectionUpdateEventListener
 
onRefresh(RefreshEvent) - Method in class org.hibernate.event.internal.DefaultRefreshEventListener
 
onRefresh(RefreshEvent) - Method in interface org.hibernate.event.spi.RefreshEventListener
Handle the given refresh event.
onRefresh(RefreshEvent, RefreshContext) - Method in class org.hibernate.event.internal.DefaultRefreshEventListener
Handle the given refresh event.
onRefresh(RefreshEvent, RefreshContext) - Method in interface org.hibernate.event.spi.RefreshEventListener
 
onReplicate(ReplicateEvent) - Method in class org.hibernate.event.internal.DefaultReplicateEventListener
Deprecated.
Handle the given replicate event.
onReplicate(ReplicateEvent) - Method in interface org.hibernate.event.spi.ReplicateEventListener
Deprecated.
Handle the given replicate event.
OnReplicateVisitor - Class in org.hibernate.event.internal
When an entity is passed to replicate(), and there is an existing row, we must inspect all its collections and 1.
OnReplicateVisitor(EventSource, Object, Object, boolean) - Constructor for class org.hibernate.event.internal.OnReplicateVisitor
 
onResolveNaturalId(ResolveNaturalIdEvent) - Method in class org.hibernate.event.internal.DefaultResolveNaturalIdEventListener
 
onResolveNaturalId(ResolveNaturalIdEvent) - Method in interface org.hibernate.event.spi.ResolveNaturalIdEventListener
Handle the given resolve natural id event.
onSave(Object, Serializable, Object[], String[], Type[]) - Method in interface org.hibernate.Interceptor
onSave(Object, Object, Object[], String[], Type[]) - Method in interface org.hibernate.Interceptor
Called before an object is saved.
onSave(Object, Object, Object[], String[], Type[]) - Method in class org.hibernate.internal.EmptyInterceptor
 
onSave(Session) - Method in interface org.hibernate.classic.Lifecycle
Called when an entity is saved.
onSaveOrUpdate(SaveOrUpdateEvent) - Method in class org.hibernate.event.internal.DefaultSaveOrUpdateEventListener
Deprecated.
Handle the given update event.
onSaveOrUpdate(SaveOrUpdateEvent) - Method in interface org.hibernate.event.spi.SaveOrUpdateEventListener
Deprecated.
Handle the given update event.
onUpdate(Session) - Method in interface org.hibernate.classic.Lifecycle
Called when an entity is passed to Session.update().
OnUpdateVisitor - Class in org.hibernate.event.internal
When an entity is passed to update(), we must inspect all its collections and 1.
OnUpdateVisitor(EventSource, Object, Object) - Constructor for class org.hibernate.event.internal.OnUpdateVisitor
 
OPEN_PAREN - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
OPEN_PAREN - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
OPEN_PAREN() - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionArgumentsContext
 
OPEN_PARENTHESIS - Static variable in interface org.hibernate.sql.ast.spi.SqlAppender
 
openQuote() - Method in class org.hibernate.dialect.Dialect
The character specific to this dialect used to begin a quoted identifier.
openQuote() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
openQuote() - Method in class org.hibernate.dialect.MySQLDialect
 
openQuote() - Method in class org.hibernate.dialect.SpannerDialect
 
openQuote() - Method in class org.hibernate.dialect.SQLServerDialect
 
openSession() - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
openSession() - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
openSession() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
openSession() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Overrides SessionFactory.openSession() to widen the return type: this is useful for internal code depending on SessionFactoryImplementor as it would otherwise need to frequently resort to casting to the internal contract.
openSession() - Method in class org.hibernate.internal.SessionFactoryImpl
 
openSession() - Method in class org.hibernate.internal.SessionFactoryImpl.SessionBuilderImpl
 
openSession() - Method in interface org.hibernate.SessionBuilder
Opens a session with the specified options.
openSession() - Method in interface org.hibernate.SessionFactory
Open a Session.
openSession() - Method in class org.hibernate.stat.internal.StatisticsImpl
 
openSession() - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about a session being opened.
openSession() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
openSession() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
openSession(Interceptor) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
openSession(Interceptor) - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
openStatelessSession() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
openStatelessSession() - Method in class org.hibernate.internal.SessionFactoryImpl
 
openStatelessSession() - Method in class org.hibernate.internal.SessionFactoryImpl.StatelessSessionBuilderImpl
 
openStatelessSession() - Method in interface org.hibernate.SessionFactory
Open a new stateless session.
openStatelessSession() - Method in interface org.hibernate.StatelessSessionBuilder
Opens a session with the specified options.
openStatelessSession(Connection) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
openStatelessSession(Connection) - Method in class org.hibernate.internal.SessionFactoryImpl
 
openStatelessSession(Connection) - Method in interface org.hibernate.SessionFactory
Open a new stateless session, utilizing the specified JDBC Connection.
openTemporarySession() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
openTemporarySession() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Get a non-transactional "current" session (used by hibernate-envers)
openTemporarySession() - Method in class org.hibernate.internal.SessionFactoryImpl
 
operate() - Method in interface org.hibernate.collection.spi.AbstractPersistentCollection.DelayedOperation
 
operate() - Method in class org.hibernate.collection.spi.PersistentList.SimpleAdd
 
OperationProducer - Interface in org.hibernate.persister.collection.mutation
Callback for producing a JdbcMutationOperation given a collection-table reference
OperationResultChecker - Interface in org.hibernate.engine.jdbc.mutation
Used to check the results of a statement execution
OPT_PARAM - Static variable in interface org.hibernate.id.OptimizableGenerator
Indicates the optimizer to use, either naming a Optimizer implementation class or naming a StandardOptimizerDescriptor by name.
OPTIMISTIC - org.hibernate.jpamodelgen.xml.jaxb.LockModeType
 
OPTIMISTIC - org.hibernate.LockMode
A shared optimistic lock.
OPTIMISTIC_FORCE_INCREMENT - org.hibernate.jpamodelgen.xml.jaxb.LockModeType
 
OPTIMISTIC_FORCE_INCREMENT - org.hibernate.LockMode
A kind of exclusive optimistic lock.
OptimisticEntityLockException - Exception in org.hibernate.dialect.lock
Represents an error trying to apply an optimistic LockingStrategy to an entity
OptimisticEntityLockException(Object, String) - Constructor for exception org.hibernate.dialect.lock.OptimisticEntityLockException
Constructs a OptimisticEntityLockException
OptimisticEntityLockException(Object, String, Throwable) - Constructor for exception org.hibernate.dialect.lock.OptimisticEntityLockException
Constructs a OptimisticEntityLockException
optimisticFailure(String) - Method in class org.hibernate.stat.internal.StatisticsImpl
 
optimisticFailure(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about an optimistic lock failure on an entity
OptimisticForceIncrementLockingStrategy - Class in org.hibernate.dialect.lock
An optimistic locking strategy that verifies that the version has not changed and then forces an increment of the version, just before committing the transaction.
OptimisticForceIncrementLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.lock.OptimisticForceIncrementLockingStrategy
Construct locking strategy.
optimisticLock - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
 
optimisticLock - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
optimisticLock - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
optimisticLock - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
optimisticLock - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
 
optimisticLock - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
 
optimisticLock - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
optimisticLock - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
optimisticLock - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
optimisticLock - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
optimisticLock - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
optimisticLock - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
 
optimisticLock - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
optimisticLock - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
optimisticLock - Variable in class org.hibernate.boot.jaxb.mapping.JaxbBasic
 
optimisticLock - Variable in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
 
optimisticLock - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEmbedded
 
optimisticLock - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
optimisticLock - Variable in class org.hibernate.boot.jaxb.mapping.JaxbHbmAnyMapping
 
optimisticLock - Variable in class org.hibernate.boot.jaxb.mapping.JaxbHbmManyToAny
 
OptimisticLock - Annotation Type in org.hibernate.annotations
Specifies whether mutating the annotated attribute should trigger an increment to the version of the entity instance.
optimisticLockFailures(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
OptimisticLocking - Annotation Type in org.hibernate.annotations
Specifies how optimistic lock checking works for the annotated entity.
OptimisticLockingStrategy - Class in org.hibernate.dialect.lock
An optimistic locking strategy that simply verifies that the version has not changed, just before committing the transaction.
OptimisticLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.lock.OptimisticLockingStrategy
Construct locking strategy.
optimisticLockStyle() - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
The type of optimistic locking, if any, defined for this entity mapping
optimisticLockStyle() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
optimisticLockStyle() - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
OptimisticLockStyle - Enum in org.hibernate.engine
Describes how an entity should be optimistically locked.
OptimisticLockStyleConverter - Class in org.hibernate.boot.jaxb.hbm.internal
Handles conversion to/from Hibernate's OptimisticLockStyle enum during JAXB processing.
OptimisticLockStyleConverter() - Constructor for class org.hibernate.boot.jaxb.hbm.internal.OptimisticLockStyleConverter
 
OptimisticLockStyleMarshalling - Class in org.hibernate.boot.jaxb.mapping.marshall
JAXB marshalling for OptimisticLockStyle
OptimisticLockStyleMarshalling() - Constructor for class org.hibernate.boot.jaxb.mapping.marshall.OptimisticLockStyleMarshalling
 
OptimisticLockType - Enum in org.hibernate.annotations
Enumerates the possible optimistic lock checking strategies.
OptimizableGenerator - Interface in org.hibernate.id
Commonality between sequence-based and table-based generators
Optimizer - Interface in org.hibernate.id.enhanced
Performs optimization on an optimizable identifier generator.
OptimizerDescriptor - Interface in org.hibernate.id.enhanced
 
OptimizerFactory - Class in org.hibernate.id.enhanced
Factory for Optimizer instances.
optional - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
 
optional - Variable in class org.hibernate.boot.jaxb.mapping.JaxbBasic
 
optional - Variable in class org.hibernate.boot.jaxb.mapping.JaxbManyToOne
 
optional - Variable in class org.hibernate.boot.jaxb.mapping.JaxbOneToOne
 
optional - Variable in class org.hibernate.boot.jaxb.mapping.JaxbSecondaryTable
 
optional - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Basic
 
optional - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
 
optional - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
 
optional() - Method in annotation type org.hibernate.annotations.Any
Whether the association is optional.
optional() - Method in annotation type org.hibernate.annotations.SecondaryRow
Unless disabled, specifies that no row should be inserted in the secondary table if all the columns of the secondary table would be null.
optional() - Method in annotation type org.hibernate.annotations.Table
Deprecated.
OPTIONAL_TREAT - Static variable in class org.hibernate.persister.entity.EntityNameUse
 
OptionalDeterminationSecondPass - Interface in org.hibernate.boot.model.internal
 
OptionalTableUpdate - Class in org.hibernate.sql.model.internal
 
OptionalTableUpdate(MutatingTableReference, MutationTarget<?>, String, List<ColumnValueBinding>, List<ColumnValueBinding>, List<ColumnValueBinding>) - Constructor for class org.hibernate.sql.model.internal.OptionalTableUpdate
 
OptionalTableUpdate(MutatingTableReference, MutationTarget<?>, List<ColumnValueBinding>, List<ColumnValueBinding>, List<ColumnValueBinding>) - Constructor for class org.hibernate.sql.model.internal.OptionalTableUpdate
 
OptionalTableUpdateOperation - Class in org.hibernate.sql.model.jdbc
Legacy "upsert" handling, conditionally using INSERT, UPDATE and DELETE statements as required for optional secondary tables.
OptionalTableUpdateOperation(MutationTarget<?>, OptionalTableUpdate, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.model.jdbc.OptionalTableUpdateOperation
 
Options() - Constructor for class org.hibernate.testing.jdbc.JdbcMocks.Options
 
or(Expression<Boolean>, Expression<Boolean>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
or(Expression<Boolean>, Expression<Boolean>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
or(Expression<Boolean>, Expression<Boolean>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
or(Expression<Boolean>, Expression<Boolean>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
or(Predicate...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
or(Predicate...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
or(Predicate...) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
or(Predicate...) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
or(AuditCriterion, AuditCriterion) - Static method in class org.hibernate.envers.query.AuditEntity
Return the disjuction of two criterions.
OR - Static variable in class org.hibernate.envers.internal.tools.query.Parameters
 
OR - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
OR - Static variable in class org.hibernate.grammars.hql.HqlParser
 
OR() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
OR() - Method in class org.hibernate.grammars.hql.HqlParser.OrPredicateContext
 
ORACLE - org.hibernate.dialect.Database
 
ORACLE_AUTONOMOUS_DATABASE - Static variable in interface org.hibernate.cfg.DialectSpecificSettings
Specifies whether this database is running on an Autonomous Database Cloud Service.
ORACLE_EXTENDED_STRING_SIZE - Static variable in interface org.hibernate.cfg.DialectSpecificSettings
Specifies whether this database's MAX_STRING_SIZE is set to EXTENDED.
ORACLE_OGC_STRICT - Static variable in class org.hibernate.spatial.HibernateSpatialConfigurationSettings
 
Oracle12cGetGeneratedKeysDelegate - Class in org.hibernate.dialect.identity
Deprecated, for removal: This API element is subject to removal in a future version.
no longer used, use GetGeneratedKeysDelegate instead
Oracle12cGetGeneratedKeysDelegate(PostInsertIdentityPersister, Dialect) - Constructor for class org.hibernate.dialect.identity.Oracle12cGetGeneratedKeysDelegate
Deprecated.
 
Oracle12cIdentityColumnSupport - Class in org.hibernate.dialect.identity
 
Oracle12cIdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.Oracle12cIdentityColumnSupport
 
Oracle12LimitHandler - Class in org.hibernate.dialect.pagination
A LimitHandler for databases which support the ANSI SQL standard syntax FETCH FIRST m ROWS ONLY and OFFSET n ROWS FETCH NEXT m ROWS ONLY.
OracleAggregateSupport - Class in org.hibernate.dialect.aggregate
 
OracleArrayAggEmulation - Class in org.hibernate.dialect.function.array
 
OracleArrayAggEmulation() - Constructor for class org.hibernate.dialect.function.array.OracleArrayAggEmulation
 
OracleArrayAggEmulation.OracleArrayAggSqmFunction<T> - Class in org.hibernate.dialect.function.array
 
OracleArrayAggSqmFunction(OracleArrayAggEmulation, FunctionRenderer, List<? extends SqmTypedNode<?>>, SqmPredicate, SqmOrderByClause, ReturnableType<T>, ArgumentsValidator, FunctionReturnTypeResolver, NodeBuilder, String) - Constructor for class org.hibernate.dialect.function.array.OracleArrayAggEmulation.OracleArrayAggSqmFunction
 
OracleArrayConcatElementFunction - Class in org.hibernate.dialect.function.array
Oracle concatenation function for array and an element.
OracleArrayConcatElementFunction(boolean) - Constructor for class org.hibernate.dialect.function.array.OracleArrayConcatElementFunction
 
OracleArrayConcatFunction - Class in org.hibernate.dialect.function.array
Oracle concatenation function for arrays.
OracleArrayConcatFunction() - Constructor for class org.hibernate.dialect.function.array.OracleArrayConcatFunction
 
OracleArrayConstructorFunction - Class in org.hibernate.dialect.function.array
 
OracleArrayConstructorFunction(boolean) - Constructor for class org.hibernate.dialect.function.array.OracleArrayConstructorFunction
 
OracleArrayContainsFunction - Class in org.hibernate.dialect.function.array
 
OracleArrayContainsFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.OracleArrayContainsFunction
 
OracleArrayFillFunction - Class in org.hibernate.dialect.function.array
Oracle array_fill function.
OracleArrayFillFunction(boolean) - Constructor for class org.hibernate.dialect.function.array.OracleArrayFillFunction
 
OracleArrayGetFunction - Class in org.hibernate.dialect.function.array
Oracle array_get function.
OracleArrayGetFunction() - Constructor for class org.hibernate.dialect.function.array.OracleArrayGetFunction
 
OracleArrayJdbcType - Class in org.hibernate.dialect
Descriptor for ARRAY handling.
OracleArrayJdbcType(JdbcType, String) - Constructor for class org.hibernate.dialect.OracleArrayJdbcType
 
OracleArrayJdbcTypeConstructor - Class in org.hibernate.dialect
Factory for OracleArrayJdbcType.
OracleArrayJdbcTypeConstructor() - Constructor for class org.hibernate.dialect.OracleArrayJdbcTypeConstructor
 
OracleArrayLengthFunction - Class in org.hibernate.dialect.function.array
 
OracleArrayLengthFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.OracleArrayLengthFunction
 
OracleArrayOverlapsFunction - Class in org.hibernate.dialect.function.array
 
OracleArrayOverlapsFunction(TypeConfiguration, boolean) - Constructor for class org.hibernate.dialect.function.array.OracleArrayOverlapsFunction
 
OracleArrayPositionFunction - Class in org.hibernate.dialect.function.array
 
OracleArrayPositionFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.OracleArrayPositionFunction
 
OracleArrayPositionsFunction - Class in org.hibernate.dialect.function.array
 
OracleArrayPositionsFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.OracleArrayPositionsFunction
 
OracleArrayRemoveFunction - Class in org.hibernate.dialect.function.array
Oracle array_remove function.
OracleArrayRemoveFunction() - Constructor for class org.hibernate.dialect.function.array.OracleArrayRemoveFunction
 
OracleArrayRemoveIndexFunction - Class in org.hibernate.dialect.function.array
Oracle array_remove_index function.
OracleArrayRemoveIndexFunction() - Constructor for class org.hibernate.dialect.function.array.OracleArrayRemoveIndexFunction
 
OracleArrayReplaceFunction - Class in org.hibernate.dialect.function.array
Oracle array_replace function.
OracleArrayReplaceFunction() - Constructor for class org.hibernate.dialect.function.array.OracleArrayReplaceFunction
 
OracleArraySetFunction - Class in org.hibernate.dialect.function.array
Oracle array_set function.
OracleArraySetFunction() - Constructor for class org.hibernate.dialect.function.array.OracleArraySetFunction
 
OracleArraySliceFunction - Class in org.hibernate.dialect.function.array
Oracle array_slice function.
OracleArraySliceFunction() - Constructor for class org.hibernate.dialect.function.array.OracleArraySliceFunction
 
OracleArrayToStringFunction - Class in org.hibernate.dialect.function.array
Oracle array_to_string function.
OracleArrayToStringFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.OracleArrayToStringFunction
 
OracleArrayTrimFunction - Class in org.hibernate.dialect.function.array
Oracle array_trim function.
OracleArrayTrimFunction() - Constructor for class org.hibernate.dialect.function.array.OracleArrayTrimFunction
 
OracleBooleanJdbcType - Class in org.hibernate.dialect
 
OracleBooleanJdbcType() - Constructor for class org.hibernate.dialect.OracleBooleanJdbcType
 
OracleDatabaseCleaner - Class in org.hibernate.testing.cleaner
 
OracleDatabaseCleaner() - Constructor for class org.hibernate.testing.cleaner.OracleDatabaseCleaner
 
OracleDialect - Class in org.hibernate.dialect
A SQL dialect for Oracle 11g Release 2 and above.
OracleDialect() - Constructor for class org.hibernate.dialect.OracleDialect
 
OracleDialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.OracleDialect
 
OracleDialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.OracleDialect
 
OracleDialect(DialectResolutionInfo, OracleServerConfiguration) - Constructor for class org.hibernate.dialect.OracleDialect
 
OracleDialectContributor - Class in org.hibernate.spatial.dialect.oracle
 
OracleDialectContributor(ServiceRegistry) - Constructor for class org.hibernate.spatial.dialect.oracle.OracleDialectContributor
 
OracleIdleConnectionCounter - Class in org.hibernate.testing.jdbc.leak
 
OracleIdleConnectionCounter() - Constructor for class org.hibernate.testing.jdbc.leak.OracleIdleConnectionCounter
 
OracleJdbcHelper - Class in org.hibernate.dialect
The following class provides some convenience methods for accessing JdbcType instance, that are loaded into the app class loader, where they have access to the JDBC driver classes.
OracleJdbcHelper() - Constructor for class org.hibernate.dialect.OracleJdbcHelper
 
OracleJsonBlobJdbcType - Class in org.hibernate.type.descriptor.jdbc
Specialized type mapping for JSON and the BLOB SQL data type for Oracle.
OracleJsonBlobJdbcType(EmbeddableMappingType) - Constructor for class org.hibernate.type.descriptor.jdbc.OracleJsonBlobJdbcType
 
OracleJsonJdbcType - Class in org.hibernate.dialect
Specialized type mapping for JSON and the JSON SQL data type for Oracle.
OracleNestedTableJdbcType - Class in org.hibernate.dialect
Descriptor for ARRAY handling.
OracleNestedTableJdbcType(JdbcType, String) - Constructor for class org.hibernate.dialect.OracleNestedTableJdbcType
 
OracleNestedTableJdbcTypeConstructor - Class in org.hibernate.dialect
OracleNestedTableJdbcTypeConstructor() - Constructor for class org.hibernate.dialect.OracleNestedTableJdbcTypeConstructor
 
OracleReflectionStructJdbcType - Class in org.hibernate.dialect
 
OracleReflectionStructJdbcType(EmbeddableMappingType, String, int[]) - Constructor for class org.hibernate.dialect.OracleReflectionStructJdbcType
 
OracleSDOFunctionDescriptors - Class in org.hibernate.spatial.dialect.oracle
 
OracleSDOFunctionDescriptors(FunctionContributions) - Constructor for class org.hibernate.spatial.dialect.oracle.OracleSDOFunctionDescriptors
 
OracleSequenceSupport - Class in org.hibernate.dialect.sequence
Sequence support for OracleDialect.
OracleSequenceSupport() - Constructor for class org.hibernate.dialect.sequence.OracleSequenceSupport
 
OracleServerConfiguration - Class in org.hibernate.dialect
Utility class that extract some initial configuration from the database for OracleDialect.
OracleServerConfiguration(boolean, boolean) - Constructor for class org.hibernate.dialect.OracleServerConfiguration
 
OracleSpatial10gDialect - Class in org.hibernate.spatial.dialect.oracle
Deprecated.
A SpatialDialect is no longer required. Use the standard Dialect for this database.
OracleSpatial10gDialect() - Constructor for class org.hibernate.spatial.dialect.oracle.OracleSpatial10gDialect
Deprecated.
 
OracleSpatialFunction - Class in org.hibernate.spatial.dialect.oracle
 
OracleSpatialFunction(String, boolean, ArgumentsValidator, FunctionReturnTypeResolver) - Constructor for class org.hibernate.spatial.dialect.oracle.OracleSpatialFunction
 
OracleSpatialSDO10gDialect - Class in org.hibernate.spatial.dialect.oracle
Deprecated.
A SpatialDialect is no longer required. Use the standard Dialect for this database.
OracleSpatialSDO10gDialect() - Constructor for class org.hibernate.spatial.dialect.oracle.OracleSpatialSDO10gDialect
Deprecated.
 
OracleSpatialSQLMMFunction - Class in org.hibernate.spatial.dialect.oracle
 
OracleSpatialSQLMMFunction(String, String, int, FunctionReturnTypeResolver) - Constructor for class org.hibernate.spatial.dialect.oracle.OracleSpatialSQLMMFunction
 
OracleSpatialSQLMMFunction(String, String, int, FunctionReturnTypeResolver, boolean) - Constructor for class org.hibernate.spatial.dialect.oracle.OracleSpatialSQLMMFunction
 
OracleSqlAstTranslator<T extends JdbcOperation> - Class in org.hibernate.dialect
A SQL AST translator for Oracle.
OracleSqlAstTranslator(SessionFactoryImplementor, Statement) - Constructor for class org.hibernate.dialect.OracleSqlAstTranslator
 
OracleSQLMMFunctionDescriptors - Class in org.hibernate.spatial.dialect.oracle
 
OracleSQLMMFunctionDescriptors(FunctionContributions) - Constructor for class org.hibernate.spatial.dialect.oracle.OracleSQLMMFunctionDescriptors
 
OracleStructJdbcType - Class in org.hibernate.dialect
 
OracleStructJdbcType() - Constructor for class org.hibernate.dialect.OracleStructJdbcType
 
OracleTruncFunction - Class in org.hibernate.dialect.function
Custom TruncFunction for Oracle which uses emulation when truncating datetimes to seconds
OracleTruncFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.OracleTruncFunction
 
OracleTypes - Class in org.hibernate.dialect
The Oracle specific JDBC type code.
OracleTypes() - Constructor for class org.hibernate.dialect.OracleTypes
 
OracleXmlJdbcType - Class in org.hibernate.dialect
 
order(UnloadedField[]) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
keep the same order.
order(UnloadedField[]) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
For fields which are persistent (according to EnhancementContext.isPersistentField(org.hibernate.bytecode.enhance.spi.UnloadedField)), determine the corresponding ordering maintained within the Hibernate metamodel.
order(UnloadedField[]) - Method in class org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
 
Order<X> - Class in org.hibernate.query
A rule for sorting a query result set.
Order - Class in org.hibernate.testing.orm.domain.retail
 
Order - Class in org.hibernate.testing.orm.domain.userguide.tooling
 
Order() - Constructor for class org.hibernate.testing.orm.domain.retail.Order
 
Order() - Constructor for class org.hibernate.testing.orm.domain.userguide.tooling.Order
 
Order(Integer, Instant, Payment, SalesAssociate) - Constructor for class org.hibernate.testing.orm.domain.retail.Order
 
Order(Integer, Payment, SalesAssociate) - Constructor for class org.hibernate.testing.orm.domain.retail.Order
 
Order(Integer, Customer, BigDecimal) - Constructor for class org.hibernate.testing.orm.domain.userguide.tooling.Order
 
ORDER - org.hibernate.sql.ast.Clause
 
ORDER - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ORDER - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ORDER() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
ORDER() - Method in class org.hibernate.grammars.hql.HqlParser.OrderByClauseContext
 
ORDER_INSERTS - Static variable in interface org.hibernate.cfg.BatchSettings
Enable ordering of insert statements by primary key value, for the purpose of more efficient JDBC batching.
ORDER_UPDATES - Static variable in interface org.hibernate.cfg.BatchSettings
Enable ordering of update statements by primary key value, for the purpose of more efficient JDBC batching
Orderable - Interface in org.hibernate.boot.model.source.spi
Contact to define if a plural attribute source is orderable or not.
orderBy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
orderBy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
orderBy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
orderBy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
orderBy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
orderBy - Variable in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
 
orderBy - Variable in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
 
orderBy - Variable in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
 
orderBy - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
 
orderBy - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
 
orderBy - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
 
orderBy - Variable in class org.hibernate.sql.SimpleSelect
 
orderBy(Order...) - Method in class org.hibernate.query.criteria.CriteriaDefinition
 
orderBy(Order...) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
orderBy(Order...) - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
orderBy(Order...) - Method in interface org.hibernate.query.criteria.JpaWindow
Add order by expressions to the window.
orderBy(Order...) - Method in class org.hibernate.query.sqm.tree.expression.SqmWindow
 
orderBy(Order...) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
orderBy(Order...) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
orderBy(List<Order>) - Method in class org.hibernate.query.criteria.CriteriaDefinition
 
orderBy(List<Order>) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
orderBy(List<Order>) - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
orderBy(List<Order>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
orderBy(List<Order>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
OrderBy - Annotation Type in org.hibernate.annotations
Deprecated, for removal: This API element is subject to removal in a future version.
Use SQLOrder instead. This annotation will be removed eventually, since its unqualified name collides with OrderBy.
orderByAnnotationIndexedCollection() - Method in interface org.hibernate.internal.CoreMessageLogger
 
orderByClause() - Method in class org.hibernate.grammars.hql.HqlParser
 
orderByClause() - Method in class org.hibernate.grammars.hql.HqlParser.OverClauseContext
 
orderByClause() - Method in class org.hibernate.grammars.hql.HqlParser.QueryOrderContext
 
orderByClause() - Method in class org.hibernate.grammars.hql.HqlParser.WithinGroupClauseContext
 
orderByClauseContains(NavigablePath, SqmToSqlAstConverter) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
OrderByClauseContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.OrderByClauseContext
 
orderByCollectionRole - Variable in class org.hibernate.envers.internal.entities.mapper.relation.query.AbstractRelationQueryGenerator
 
OrderByComplianceViolation - Exception in org.hibernate.metamodel.mapping.ordering.ast
 
OrderByComplianceViolation(String) - Constructor for exception org.hibernate.metamodel.mapping.ordering.ast.OrderByComplianceViolation
 
OrderByComplianceViolation(String, Throwable) - Constructor for exception org.hibernate.metamodel.mapping.ordering.ast.OrderByComplianceViolation
 
orderByFragment() - Method in class org.hibernate.grammars.hql.HqlParser
 
orderByFragment() - Method in class org.hibernate.grammars.ordering.OrderingParser
 
OrderByFragment - Interface in org.hibernate.metamodel.mapping.ordering
Represents the translation result.
OrderByFragmentContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.OrderByFragmentContext
 
OrderByFragmentContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.ordering.OrderingParser.OrderByFragmentContext
 
OrderByFragmentFunction - Class in org.hibernate.envers.function
Envers specific FunctionContributor
OrderByFragmentFunction() - Constructor for class org.hibernate.envers.function.OrderByFragmentFunction
 
OrderByFragmentImpl - Class in org.hibernate.metamodel.mapping.ordering
 
OrderByFragmentImpl(List<OrderingSpecification>) - Constructor for class org.hibernate.metamodel.mapping.ordering.OrderByFragmentImpl
 
OrderByFragmentTranslator - Class in org.hibernate.metamodel.mapping.ordering
Responsible for performing the translation of the order-by fragment associated with an order set or map.
OrderByFragmentTranslator() - Constructor for class org.hibernate.metamodel.mapping.ordering.OrderByFragmentTranslator
 
orderByMappingComplianceEnabled() - Method in annotation type org.hibernate.testing.orm.junit.Jpa
 
orderColumn - Variable in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
 
orderColumn - Variable in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
 
orderColumn - Variable in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
 
orderColumn - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
 
orderColumn - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
 
orderColumn - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
 
OrderColumn - Class in org.hibernate.jpamodelgen.xml.jaxb
 
OrderColumn() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.OrderColumn
 
orderColumns(boolean) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
orderColumns(boolean) - Method in class org.hibernate.boot.internal.MetadataImpl
 
orderColumns(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
orderColumns(boolean) - Method in interface org.hibernate.boot.spi.MetadataImplementor
 
orderColumns(Collection<Column>, Metadata) - Method in class org.hibernate.boot.model.relational.ColumnOrderingStrategyStandard
 
orderConstraintColumns(Constraint, Metadata) - Method in interface org.hibernate.boot.model.relational.ColumnOrderingStrategy
Orders the columns of the constraint.
orderConstraintColumns(Constraint, Metadata) - Method in class org.hibernate.boot.model.relational.ColumnOrderingStrategyLegacy
 
orderConstraintColumns(Constraint, Metadata) - Method in class org.hibernate.boot.model.relational.ColumnOrderingStrategyStandard
 
OrderData(String, String, boolean, NullPrecedence) - Constructor for class org.hibernate.envers.query.order.AuditOrder.OrderData
 
ORDERED_MAP - org.hibernate.metamodel.CollectionClassification
A CollectionClassification.MAP that is ordered using an order-by fragment as the collection is loaded.
ORDERED_SET - org.hibernate.metamodel.CollectionClassification
A CollectionClassification.SET that is ordered using an order-by fragment as the collection is loaded.
ORDERED_SET_AGGREGATE - org.hibernate.query.sqm.function.FunctionKind
 
OrderedMapType - Class in org.hibernate.type
A specialization of the map type, with (resultset-based) ordering.
OrderedMapType(String, String) - Constructor for class org.hibernate.type.OrderedMapType
 
orderedQuery() - Method in class org.hibernate.grammars.hql.HqlParser
 
orderedQuery() - Method in class org.hibernate.grammars.hql.HqlParser.SetQueryGroupContext
 
orderedQuery() - Method in class org.hibernate.grammars.hql.HqlParser.SimpleQueryGroupContext
 
orderedQuery(int) - Method in class org.hibernate.grammars.hql.HqlParser.SetQueryGroupContext
 
OrderedQueryContext() - Constructor for class org.hibernate.grammars.hql.HqlParser.OrderedQueryContext
 
OrderedQueryContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.OrderedQueryContext
 
OrderedSequenceGenerator - Class in org.hibernate.envers.enhanced
Revision number generator has to produce values in ascending order (gaps may occur).
OrderedSequenceGenerator() - Constructor for class org.hibernate.envers.enhanced.OrderedSequenceGenerator
 
OrderedSequenceStructure - Class in org.hibernate.envers.enhanced
Describes a sequence that supports ordered sequences.
OrderedSequenceStructure(JdbcEnvironment, QualifiedName, int, int, boolean, Class<?>) - Constructor for class org.hibernate.envers.enhanced.OrderedSequenceStructure
 
OrderedSequenceStructure(JdbcEnvironment, QualifiedName, int, int, Class<?>) - Constructor for class org.hibernate.envers.enhanced.OrderedSequenceStructure
 
OrderedSetAggregateFunctionExpression - Interface in org.hibernate.sql.ast.tree.expression
Models an ordered set-aggregate function expression at the SQL AST level.
OrderedSetType - Class in org.hibernate.type
A specialization of the set type, with (resultset-based) ordering.
OrderedSetType(String, String) - Constructor for class org.hibernate.type.OrderedSetType
 
orderingequals - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
OrderingExpression - Interface in org.hibernate.metamodel.mapping.ordering.ast
Contract for anything that can be a sort expression
OrderingLexer - Class in org.hibernate.grammars.ordering
 
OrderingLexer(CharStream) - Constructor for class org.hibernate.grammars.ordering.OrderingLexer
 
OrderingParser - Class in org.hibernate.grammars.ordering
 
OrderingParser(TokenStream) - Constructor for class org.hibernate.grammars.ordering.OrderingParser
 
OrderingParser.CollationSpecificationContext - Class in org.hibernate.grammars.ordering
 
OrderingParser.DirectionContext - Class in org.hibernate.grammars.ordering
 
OrderingParser.DotIdentifierContext - Class in org.hibernate.grammars.ordering
 
OrderingParser.DotIdentifierExpressionContext - Class in org.hibernate.grammars.ordering
 
OrderingParser.ExpressionContext - Class in org.hibernate.grammars.ordering
 
OrderingParser.FunctionArgumentContext - Class in org.hibernate.grammars.ordering
 
OrderingParser.FunctionArgumentsContext - Class in org.hibernate.grammars.ordering
 
OrderingParser.FunctionContext - Class in org.hibernate.grammars.ordering
 
OrderingParser.FunctionExpressionContext - Class in org.hibernate.grammars.ordering
 
OrderingParser.IdentifierContext - Class in org.hibernate.grammars.ordering
 
OrderingParser.IdentifierExpressionContext - Class in org.hibernate.grammars.ordering
 
OrderingParser.LiteralContext - Class in org.hibernate.grammars.ordering
 
OrderingParser.NullsPrecedenceContext - Class in org.hibernate.grammars.ordering
 
OrderingParser.OrderByFragmentContext - Class in org.hibernate.grammars.ordering
 
OrderingParser.PackagedFunctionContext - Class in org.hibernate.grammars.ordering
 
OrderingParser.SimpleFunctionContext - Class in org.hibernate.grammars.ordering
 
OrderingParser.SortSpecificationContext - Class in org.hibernate.grammars.ordering
 
OrderingParserBaseListener - Class in org.hibernate.grammars.ordering
This class provides an empty implementation of OrderingParserListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
OrderingParserBaseListener() - Constructor for class org.hibernate.grammars.ordering.OrderingParserBaseListener
 
OrderingParserBaseVisitor<T> - Class in org.hibernate.grammars.ordering
This class provides an empty implementation of OrderingParserVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.
OrderingParserBaseVisitor() - Constructor for class org.hibernate.grammars.ordering.OrderingParserBaseVisitor
 
OrderingParserListener - Interface in org.hibernate.grammars.ordering
This interface defines a complete listener for a parse tree produced by OrderingParser.
OrderingParserVisitor<T> - Interface in org.hibernate.grammars.ordering
This interface defines a complete generic visitor for a parse tree produced by OrderingParser.
OrderingSpecification - Class in org.hibernate.metamodel.mapping.ordering.ast
An individual sort specification in an order-by fragment
OrderingSpecification(OrderingExpression, String) - Constructor for class org.hibernate.metamodel.mapping.ordering.ast.OrderingSpecification
 
orderJdbcValues(EmbeddableMappingType, int[], Object[], Object[]) - Static method in class org.hibernate.dialect.StructHelper
The sourceJdbcValues array is ordered according to the expected physical order, as given through the argument order of @Instantiator.
orderTableColumns(Table, Metadata) - Method in interface org.hibernate.boot.model.relational.ColumnOrderingStrategy
Orders the columns of the table.
orderTableColumns(Table, Metadata) - Method in class org.hibernate.boot.model.relational.ColumnOrderingStrategyLegacy
 
orderTableColumns(Table, Metadata) - Method in class org.hibernate.boot.model.relational.ColumnOrderingStrategyStandard
 
orderTemporaryTableColumns(List<TemporaryTableColumn>, Metadata) - Method in interface org.hibernate.boot.model.relational.ColumnOrderingStrategy
Orders the columns of the temporary table.
orderTemporaryTableColumns(List<TemporaryTableColumn>, Metadata) - Method in class org.hibernate.boot.model.relational.ColumnOrderingStrategyLegacy
 
orderTemporaryTableColumns(List<TemporaryTableColumn>, Metadata) - Method in class org.hibernate.boot.model.relational.ColumnOrderingStrategyStandard
 
orderUserDefinedTypeColumns(UserDefinedType, Metadata) - Method in interface org.hibernate.boot.model.relational.ColumnOrderingStrategy
Orders the columns of the user defined type.
orderUserDefinedTypeColumns(UserDefinedType, Metadata) - Method in class org.hibernate.boot.model.relational.ColumnOrderingStrategyLegacy
 
orderUserDefinedTypeColumns(UserDefinedType, Metadata) - Method in class org.hibernate.boot.model.relational.ColumnOrderingStrategyStandard
 
ordinal() - Method in interface org.hibernate.boot.model.FunctionContributor
Determines order in which the contributions will be applied (lowest ordinal first).
ordinal() - Method in class org.hibernate.dialect.Dialect
 
ordinal() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
ordinal() - Method in class org.hibernate.event.spi.EventType
EventType is effectively an enumeration.
ordinal() - Method in class org.hibernate.spatial.contributor.SpatialFunctionContributor
 
ORDINAL - org.hibernate.dialect.ResultColumnReferenceStrategy
For databases which do not support ResultColumnReferenceStrategy.SOURCE, ANSI SQL defines two allowable approaches.
ORDINAL - org.hibernate.jpamodelgen.xml.jaxb.EnumType
 
ordinalInId - Variable in class org.hibernate.envers.internal.entities.mapper.relation.AbstractCollectionMapper
 
ordinalParameter(int) - Method in class org.hibernate.engine.query.spi.ParamLocationRecognizer
Deprecated.
 
ordinalParameter(int) - Method in class org.hibernate.query.sql.internal.ParameterRecognizerImpl
 
ordinalParameter(int) - Method in interface org.hibernate.query.sql.spi.ParameterRecognizer
Called when an ordinal parameter is recognized
OrdinalParameterDescriptor<T> - Class in org.hibernate.engine.query.spi
Descriptor regarding an ordinal parameter.
OrdinalParameterDescriptor(int, int, BindableType<T>, int[]) - Constructor for class org.hibernate.engine.query.spi.OrdinalParameterDescriptor
Constructs an ordinal parameter descriptor.
OrdinalParameterMarkerStrategy() - Constructor for class org.hibernate.dialect.H2Dialect.OrdinalParameterMarkerStrategy
 
org.hibernate - package org.hibernate
This package defines the central Hibernate APIs, beginning with SessionFactory, which represents an instance of Hibernate at runtime and is the source of new instances of Session and StatelessSession, the most important APIs exposing persistence-related operations for entities.
org.hibernate.action.internal - package org.hibernate.action.internal
The various concrete action implementations.
org.hibernate.action.spi - package org.hibernate.action.spi
This SPI package defines an abstraction over the notion of an "action" which is scheduled for asynchronous execution by the event listeners.
org.hibernate.agroal.internal - package org.hibernate.agroal.internal
Implementation of ConnectionProvider using Agroal.
org.hibernate.annotations - package org.hibernate.annotations
A set of mapping annotations which extend the O/R mapping annotations defined by JPA.
org.hibernate.annotations.processing - package org.hibernate.annotations.processing
Annotations used to drive annotation processors: @Find is used to generate finder methods using the Metamodel Generator, @HQL and @SQL are used to generate query methods using the Metamodel Generator, and CheckHQL instructs the Query Validator to check all HQL queries in the annotated package or type.
org.hibernate.binder - package org.hibernate.binder
This package defines an easy way to extend Hibernate with user-defined annotations that define customized O/R mappings of annotated entities and annotated entity attributes.
org.hibernate.binder.internal - package org.hibernate.binder.internal
Built-in implementations of AttributeBinder and TypeBinder.
org.hibernate.boot - package org.hibernate.boot
This package contains the interfaces that make up the bootstrap API for Hibernate.
org.hibernate.boot.archive.internal - package org.hibernate.boot.archive.internal
The internals of archive scanning support.
org.hibernate.boot.archive.scan.internal - package org.hibernate.boot.archive.scan.internal
 
org.hibernate.boot.archive.scan.spi - package org.hibernate.boot.archive.scan.spi
SPI for scanning archives to discover managed classes and named resources.
org.hibernate.boot.archive.spi - package org.hibernate.boot.archive.spi
Defines an SPI for scanning of archives for discovery of managed resources.
org.hibernate.boot.beanvalidation - package org.hibernate.boot.beanvalidation
Support for integrating Jakarta Bean Validation.
org.hibernate.boot.cfgxml.internal - package org.hibernate.boot.cfgxml.internal
Implementation of the service for processing and handling cfg.xml files.
org.hibernate.boot.cfgxml.spi - package org.hibernate.boot.cfgxml.spi
An SPI service for processing and handling cfg.xml files.
org.hibernate.boot.internal - package org.hibernate.boot.internal
 
org.hibernate.boot.jaxb - package org.hibernate.boot.jaxb
JAXB support for orm.xml and hbm.xml mapping files
org.hibernate.boot.jaxb.cfg.spi - package org.hibernate.boot.jaxb.cfg.spi
 
org.hibernate.boot.jaxb.hbm.internal - package org.hibernate.boot.jaxb.hbm.internal
JAXB details.
org.hibernate.boot.jaxb.hbm.spi - package org.hibernate.boot.jaxb.hbm.spi
 
org.hibernate.boot.jaxb.hbm.transform - package org.hibernate.boot.jaxb.hbm.transform
 
org.hibernate.boot.jaxb.internal - package org.hibernate.boot.jaxb.internal
 
org.hibernate.boot.jaxb.internal.stax - package org.hibernate.boot.jaxb.internal.stax
Contains basic support for Java XML Processing (JAXP) via Streaming API for XML (StAX)
org.hibernate.boot.jaxb.mapping - package org.hibernate.boot.jaxb.mapping
 
org.hibernate.boot.jaxb.mapping.marshall - package org.hibernate.boot.jaxb.mapping.marshall
 
org.hibernate.boot.jaxb.spi - package org.hibernate.boot.jaxb.spi
 
org.hibernate.boot.model - package org.hibernate.boot.model
This package defines the boot-time metamodel, which is an interpretation of the domain model (entity classes, embeddable classes, and attributes) and the mapping of these "domain model parts" to the database.
org.hibernate.boot.model.convert.internal - package org.hibernate.boot.model.convert.internal
 
org.hibernate.boot.model.convert.spi - package org.hibernate.boot.model.convert.spi
Defines the SPI of a registry of JPA AttributeConverters.
org.hibernate.boot.model.internal - package org.hibernate.boot.model.internal
 
org.hibernate.boot.model.naming - package org.hibernate.boot.model.naming
This API allows intervention by generic code in the process of determining the names of database objects (tables, columns, and constraints).
org.hibernate.boot.model.process.internal - package org.hibernate.boot.model.process.internal
 
org.hibernate.boot.model.process.spi - package org.hibernate.boot.model.process.spi
Defines an SPI used during the process of transforming mapping sources into the Metadata reference.
org.hibernate.boot.model.relational - package org.hibernate.boot.model.relational
Some SPIs related to DDL generation and schema management.
org.hibernate.boot.model.relational.internal - package org.hibernate.boot.model.relational.internal
 
org.hibernate.boot.model.source.internal - package org.hibernate.boot.model.source.internal
 
org.hibernate.boot.model.source.internal.annotations - package org.hibernate.boot.model.source.internal.annotations
 
org.hibernate.boot.model.source.internal.hbm - package org.hibernate.boot.model.source.internal.hbm
 
org.hibernate.boot.model.source.spi - package org.hibernate.boot.model.source.spi
 
org.hibernate.boot.query - package org.hibernate.boot.query
Support for handling named queries during the bootstrap process.
org.hibernate.boot.registry - package org.hibernate.boot.registry
Defines service registry contracts a program may use for configuring Hibernate.
org.hibernate.boot.registry.classloading.internal - package org.hibernate.boot.registry.classloading.internal
The class loading service internals.
org.hibernate.boot.registry.classloading.spi - package org.hibernate.boot.registry.classloading.spi
The class loading service SPI.
org.hibernate.boot.registry.internal - package org.hibernate.boot.registry.internal
The internals for building service registries.
org.hibernate.boot.registry.selector - package org.hibernate.boot.registry.selector
Defines a feature set around named registration of implementations of various contracts and the ability to select those implementations.
org.hibernate.boot.registry.selector.internal - package org.hibernate.boot.registry.selector.internal
Internals for building StrategySelector
org.hibernate.boot.registry.selector.spi - package org.hibernate.boot.registry.selector.spi
Defines actual contract used for strategy selection.
org.hibernate.boot.spi - package org.hibernate.boot.spi
A range of SPIs allowing integration with—and customization of—the process of building metadata.
org.hibernate.boot.xsd - package org.hibernate.boot.xsd
Support for XSD handling.
org.hibernate.bytecode - package org.hibernate.bytecode
This package defines an SPI for integrating bytecode libraries with Hibernate.
org.hibernate.bytecode.enhance - package org.hibernate.bytecode.enhance
 
org.hibernate.bytecode.enhance.internal.bytebuddy - package org.hibernate.bytecode.enhance.internal.bytebuddy
package containing bytecode enhancement code (internals)
org.hibernate.bytecode.enhance.internal.tracker - package org.hibernate.bytecode.enhance.internal.tracker
specialized classes to keep track of changes
org.hibernate.bytecode.enhance.spi - package org.hibernate.bytecode.enhance.spi
Package defining bytecode code enhancement (instrumentation) support.
org.hibernate.bytecode.enhance.spi.interceptor - package org.hibernate.bytecode.enhance.spi.interceptor
Support for bytecode interceptor implementations.
org.hibernate.bytecode.internal - package org.hibernate.bytecode.internal
 
org.hibernate.bytecode.internal.bytebuddy - package org.hibernate.bytecode.internal.bytebuddy
Byte Buddy support internals
org.hibernate.bytecode.internal.none - package org.hibernate.bytecode.internal.none
 
org.hibernate.bytecode.spi - package org.hibernate.bytecode.spi
Package defining bytecode code enhancement (instrumentation) support.
org.hibernate.c3p0.internal - package org.hibernate.c3p0.internal
Implementation of ConnectionProvider using the c3p0 Connection pool.
org.hibernate.cache - package org.hibernate.cache
This package defines the API of the second-level cache service.
org.hibernate.cache.cfg.internal - package org.hibernate.cache.cfg.internal
Implementation of the second-level cache configuration SPI.
org.hibernate.cache.cfg.spi - package org.hibernate.cache.cfg.spi
An SPI modelling various aspects of the second-level cache configuration.
org.hibernate.cache.internal - package org.hibernate.cache.internal
Internal implementations and support for second-level caching.
org.hibernate.cache.jcache - package org.hibernate.cache.jcache
Hibernate caching provider for JSR-107 compliant caches.
org.hibernate.cache.jcache.internal - package org.hibernate.cache.jcache.internal
 
org.hibernate.cache.spi - package org.hibernate.cache.spi
Defines the integration aspect of Hibernate's second-level caching, allowing a "caching backend" to be plugged in as a cache provider.
org.hibernate.cache.spi.access - package org.hibernate.cache.spi.access
Defines contracts for transactional and concurrent access to cached entity and collection data.
org.hibernate.cache.spi.entry - package org.hibernate.cache.spi.entry
This package defines formats for disassembled state kept in the second level cache.
org.hibernate.cache.spi.support - package org.hibernate.cache.spi.support
This package provides a framework intended to reduce the work needed to implement a caching provider.
org.hibernate.cfg - package org.hibernate.cfg
This package defines APIs for configuring Hibernate.
org.hibernate.classic - package org.hibernate.classic
This package historically provided backward-compatibility with Hibernate 2.1 APIs which were deprecated in Hibernate 3.
org.hibernate.collection.internal - package org.hibernate.collection.internal
Internal implementations and support for persistent collections.
org.hibernate.collection.spi - package org.hibernate.collection.spi
This package defines the SPI of a framework for lazy-initializing and state-tracking collection wrappers.
org.hibernate.context - package org.hibernate.context
Contains SPIs which define: the notion of a context-bound or "current" session, and the notion of a "current" tenant id.
org.hibernate.context.internal - package org.hibernate.context.internal
Internal implementations and support around "current session" handling.
org.hibernate.context.spi - package org.hibernate.context.spi
SPI-level contracts around "current session" and "current tenant" support.
org.hibernate.dialect - package org.hibernate.dialect
This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.
org.hibernate.dialect.aggregate - package org.hibernate.dialect.aggregate
Support for Dialect-specific aggregate column types, including user-defined composite types, and JSON or XML types.
org.hibernate.dialect.function - package org.hibernate.dialect.function
Contains implementations of SqmFunctionDescriptor describing a range of relatively-sophisticated SQL functions available in various dialects.
org.hibernate.dialect.function.array - package org.hibernate.dialect.function.array
 
org.hibernate.dialect.hint - package org.hibernate.dialect.hint
Support for query hints using Dialect-specific syntax.
org.hibernate.dialect.identity - package org.hibernate.dialect.identity
Support for Dialect-specific identity column handling.
org.hibernate.dialect.lock - package org.hibernate.dialect.lock
Support for Dialect-specific locking strategies.
org.hibernate.dialect.pagination - package org.hibernate.dialect.pagination
Support for Dialect-specific pagination strategies.
org.hibernate.dialect.sequence - package org.hibernate.dialect.sequence
Support for Dialect-specific sequence handling.
org.hibernate.dialect.temptable - package org.hibernate.dialect.temptable
Support for temporary tables.
org.hibernate.dialect.unique - package org.hibernate.dialect.unique
Support for Dialect-specific unique constraint definition.
org.hibernate.engine - package org.hibernate.engine
This package contains classes which are "shared" by other subsystems, and implementations of some key algorithms.
org.hibernate.engine.config.internal - package org.hibernate.engine.config.internal
The built-in implementation of the configuration service.
org.hibernate.engine.config.spi - package org.hibernate.engine.config.spi
Defines the SPI of the configuration service.
org.hibernate.engine.internal - package org.hibernate.engine.internal
Support for many of the internal workings of Hibernate.
org.hibernate.engine.jdbc - package org.hibernate.engine.jdbc
Support for various aspects of JDBC interaction.
org.hibernate.engine.jdbc.batch - package org.hibernate.engine.jdbc.batch
Support for JDBC statement batching.
org.hibernate.engine.jdbc.batch.internal - package org.hibernate.engine.jdbc.batch.internal
Internals for JDBC batching support.
org.hibernate.engine.jdbc.batch.spi - package org.hibernate.engine.jdbc.batch.spi
Defines contracts for JDBC batching support.
org.hibernate.engine.jdbc.connections.internal - package org.hibernate.engine.jdbc.connections.internal
Various implementations of the SPI contracts for obtaining JDBC Connections.
org.hibernate.engine.jdbc.connections.spi - package org.hibernate.engine.jdbc.connections.spi
Defines SPI contracts for obtaining JDBC Connections from a provider implemented as a service.
org.hibernate.engine.jdbc.cursor.internal - package org.hibernate.engine.jdbc.cursor.internal
Internals for JDBC REF_CURSOR support.
org.hibernate.engine.jdbc.cursor.spi - package org.hibernate.engine.jdbc.cursor.spi
Defines contracts for JDBC REF_CURSOR support.
org.hibernate.engine.jdbc.dialect.internal - package org.hibernate.engine.jdbc.dialect.internal
Internal support for Dialect resolution (from JDBC metadata) and Dialect building.
org.hibernate.engine.jdbc.dialect.spi - package org.hibernate.engine.jdbc.dialect.spi
Contracts supporting Dialect resolution (from JDBC metadata) and Dialect building.
org.hibernate.engine.jdbc.env.internal - package org.hibernate.engine.jdbc.env.internal
 
org.hibernate.engine.jdbc.env.spi - package org.hibernate.engine.jdbc.env.spi
 
org.hibernate.engine.jdbc.internal - package org.hibernate.engine.jdbc.internal
Internals for supporting various aspects of JDBC interaction
org.hibernate.engine.jdbc.mutation - package org.hibernate.engine.jdbc.mutation
Package defining support for executing mutation SQL statements produced by the persister for an entity or collection.
org.hibernate.engine.jdbc.mutation.group - package org.hibernate.engine.jdbc.mutation.group
 
org.hibernate.engine.jdbc.mutation.internal - package org.hibernate.engine.jdbc.mutation.internal
 
org.hibernate.engine.jdbc.mutation.spi - package org.hibernate.engine.jdbc.mutation.spi
 
org.hibernate.engine.jdbc.spi - package org.hibernate.engine.jdbc.spi
SPI contracts supporting various aspects of JDBC interaction.
org.hibernate.engine.jndi - package org.hibernate.engine.jndi
Support for JNDI within Hibernate
org.hibernate.engine.jndi.internal - package org.hibernate.engine.jndi.internal
Internal contracts defining the JNDI support within Hibernate
org.hibernate.engine.jndi.spi - package org.hibernate.engine.jndi.spi
The SPI contracts for integration with JNDI.
org.hibernate.engine.profile - package org.hibernate.engine.profile
Models the fetch profiles defined by the application.
org.hibernate.engine.profile.internal - package org.hibernate.engine.profile.internal
 
org.hibernate.engine.query - package org.hibernate.engine.query
Support for dealing with parameters of native queries.
org.hibernate.engine.query.internal - package org.hibernate.engine.query.internal
 
org.hibernate.engine.query.spi - package org.hibernate.engine.query.spi
An SPI for dealing with parameters of native queries.
org.hibernate.engine.spi - package org.hibernate.engine.spi
This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.
org.hibernate.engine.transaction.internal - package org.hibernate.engine.transaction.internal
 
org.hibernate.engine.transaction.internal.jta - package org.hibernate.engine.transaction.internal.jta
 
org.hibernate.engine.transaction.jta.platform.internal - package org.hibernate.engine.transaction.jta.platform.internal
A range of container-specific implementations of JtaPlatform.
org.hibernate.engine.transaction.jta.platform.spi - package org.hibernate.engine.transaction.jta.platform.spi
An SPI for integrating with container-provided implementations of JTA.
org.hibernate.engine.transaction.spi - package org.hibernate.engine.transaction.spi
An SPI abstracting the object which implements Transaction.
org.hibernate.envers - package org.hibernate.envers
 
org.hibernate.envers.boot - package org.hibernate.envers.boot
 
org.hibernate.envers.boot.internal - package org.hibernate.envers.boot.internal
 
org.hibernate.envers.boot.model - package org.hibernate.envers.boot.model
 
org.hibernate.envers.boot.registry.classloading - package org.hibernate.envers.boot.registry.classloading
 
org.hibernate.envers.boot.spi - package org.hibernate.envers.boot.spi
 
org.hibernate.envers.configuration - package org.hibernate.envers.configuration
 
org.hibernate.envers.configuration.internal - package org.hibernate.envers.configuration.internal
 
org.hibernate.envers.configuration.internal.metadata - package org.hibernate.envers.configuration.internal.metadata
 
org.hibernate.envers.configuration.internal.metadata.reader - package org.hibernate.envers.configuration.internal.metadata.reader
 
org.hibernate.envers.enhanced - package org.hibernate.envers.enhanced
 
org.hibernate.envers.event.spi - package org.hibernate.envers.event.spi
 
org.hibernate.envers.exception - package org.hibernate.envers.exception
 
org.hibernate.envers.function - package org.hibernate.envers.function
 
org.hibernate.envers.internal - package org.hibernate.envers.internal
 
org.hibernate.envers.internal.entities - package org.hibernate.envers.internal.entities
 
org.hibernate.envers.internal.entities.mapper - package org.hibernate.envers.internal.entities.mapper
 
org.hibernate.envers.internal.entities.mapper.id - package org.hibernate.envers.internal.entities.mapper.id
 
org.hibernate.envers.internal.entities.mapper.relation - package org.hibernate.envers.internal.entities.mapper.relation
 
org.hibernate.envers.internal.entities.mapper.relation.component - package org.hibernate.envers.internal.entities.mapper.relation.component
 
org.hibernate.envers.internal.entities.mapper.relation.lazy - package org.hibernate.envers.internal.entities.mapper.relation.lazy
 
org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor - package org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor
 
org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy - package org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy
 
org.hibernate.envers.internal.entities.mapper.relation.query - package org.hibernate.envers.internal.entities.mapper.relation.query
 
org.hibernate.envers.internal.reader - package org.hibernate.envers.internal.reader
 
org.hibernate.envers.internal.revisioninfo - package org.hibernate.envers.internal.revisioninfo
 
org.hibernate.envers.internal.synchronization - package org.hibernate.envers.internal.synchronization
 
org.hibernate.envers.internal.synchronization.work - package org.hibernate.envers.internal.synchronization.work
 
org.hibernate.envers.internal.tools - package org.hibernate.envers.internal.tools
 
org.hibernate.envers.internal.tools.graph - package org.hibernate.envers.internal.tools.graph
 
org.hibernate.envers.internal.tools.query - package org.hibernate.envers.internal.tools.query
 
org.hibernate.envers.query - package org.hibernate.envers.query
 
org.hibernate.envers.query.criteria - package org.hibernate.envers.query.criteria
 
org.hibernate.envers.query.criteria.internal - package org.hibernate.envers.query.criteria.internal
 
org.hibernate.envers.query.internal.impl - package org.hibernate.envers.query.internal.impl
 
org.hibernate.envers.query.internal.property - package org.hibernate.envers.query.internal.property
 
org.hibernate.envers.query.order - package org.hibernate.envers.query.order
 
org.hibernate.envers.query.order.internal - package org.hibernate.envers.query.order.internal
 
org.hibernate.envers.query.projection - package org.hibernate.envers.query.projection
 
org.hibernate.envers.query.projection.internal - package org.hibernate.envers.query.projection.internal
 
org.hibernate.envers.strategy - package org.hibernate.envers.strategy
 
org.hibernate.envers.strategy.internal - package org.hibernate.envers.strategy.internal
 
org.hibernate.envers.strategy.spi - package org.hibernate.envers.strategy.spi
 
org.hibernate.envers.tools - package org.hibernate.envers.tools
 
org.hibernate.event.internal - package org.hibernate.event.internal
This package defines a default set of event listeners that implement the default behaviors of Hibernate session operations.
org.hibernate.event.service.internal - package org.hibernate.event.service.internal
Implementation of the event listener registration service.
org.hibernate.event.service.spi - package org.hibernate.event.service.spi
An SPI for the event listener registration service.
org.hibernate.event.spi - package org.hibernate.event.spi
Defines the event types and event listener interfaces for events produced by the stateful Session.
org.hibernate.exception - package org.hibernate.exception
Defines certain very important flavors of JDBCException, along with an SPI for interpreting product-specific SQLExceptions arising from a JDBC driver into something more uniform and meaningful.
org.hibernate.exception.internal - package org.hibernate.exception.internal
 
org.hibernate.exception.spi - package org.hibernate.exception.spi
An SPI for Dialect-specific exception interpretation and conversion.
org.hibernate.generator - package org.hibernate.generator
This package defines an abstraction over all kinds of automatic value generation, including id generation and version number generation.
org.hibernate.generator.internal - package org.hibernate.generator.internal
 
org.hibernate.grammars.graph - package org.hibernate.grammars.graph
 
org.hibernate.grammars.hql - package org.hibernate.grammars.hql
 
org.hibernate.grammars.importsql - package org.hibernate.grammars.importsql
 
org.hibernate.grammars.ordering - package org.hibernate.grammars.ordering
 
org.hibernate.graph - package org.hibernate.graph
Implements and extends the JPA-defined entity graph API.
org.hibernate.graph.internal - package org.hibernate.graph.internal
 
org.hibernate.graph.internal.parse - package org.hibernate.graph.internal.parse
 
org.hibernate.graph.spi - package org.hibernate.graph.spi
This package defines an internal SPI abstracting over implementations of the APIs defined in org.hibernate.graph.
org.hibernate.hikaricp.internal - package org.hibernate.hikaricp.internal
Implementation of ConnectionProvider using HikariCP.
org.hibernate.id - package org.hibernate.id
This package and its subpackages, especially org.hibernate.id.enhanced, contain the built-in id generators, all of which implement either IdentifierGenerator or PostInsertIdentifierGenerator.
org.hibernate.id.enhanced - package org.hibernate.id.enhanced
Enhanced/improved versions of table and sequence based identifier generators targeting portability and unified configuration.
org.hibernate.id.factory - package org.hibernate.id.factory
Defines a service for creating id generators.
org.hibernate.id.factory.internal - package org.hibernate.id.factory.internal
Implementation of the SPI for id generator factories.
org.hibernate.id.factory.spi - package org.hibernate.id.factory.spi
Contains an SPI for id generator factories.
org.hibernate.id.insert - package org.hibernate.id.insert
Contains a framework of strategies for retrieving database-generated ids.
org.hibernate.id.uuid - package org.hibernate.id.uuid
Contains the UuidGenerator.
org.hibernate.integrator.internal - package org.hibernate.integrator.internal
Implementation of the SPI for extensions which integrate with Hibernate via the Service mechanism.
org.hibernate.integrator.spi - package org.hibernate.integrator.spi
An SPI for extensions which integrate with Hibernate via the Java ServiceLoader facility.
org.hibernate.internal - package org.hibernate.internal
An internal package containing implementations of central Hibernate APIs, mostly defined in org.hibernate.
org.hibernate.internal.build - package org.hibernate.internal.build
 
org.hibernate.internal.log - package org.hibernate.internal.log
 
org.hibernate.internal.util - package org.hibernate.internal.util
Internal utility classes
org.hibernate.internal.util.beans - package org.hibernate.internal.util.beans
 
org.hibernate.internal.util.collections - package org.hibernate.internal.util.collections
 
org.hibernate.internal.util.compare - package org.hibernate.internal.util.compare
 
org.hibernate.internal.util.config - package org.hibernate.internal.util.config
 
org.hibernate.internal.util.io - package org.hibernate.internal.util.io
 
org.hibernate.internal.util.securitymanager - package org.hibernate.internal.util.securitymanager
 
org.hibernate.internal.util.type - package org.hibernate.internal.util.type
 
org.hibernate.internal.util.xml - package org.hibernate.internal.util.xml
 
org.hibernate.jdbc - package org.hibernate.jdbc
Defines the notion of a unit of JDBC work that may be executed by the session at the request of the client.
org.hibernate.jpa - package org.hibernate.jpa
The packages in this namespace are responsible for implementing certain requirements of the JPA specification, especially things which are only needed when Hibernate is acting as a JPA persistence provider.
org.hibernate.jpa.boot.internal - package org.hibernate.jpa.boot.internal
 
org.hibernate.jpa.boot.spi - package org.hibernate.jpa.boot.spi
An SPI used to initiate and control the JPA bootstrap process, along with SPI interfaces allowing certain sorts of extensions to be contributed during the bootstrap process.
org.hibernate.jpa.event.internal - package org.hibernate.jpa.event.internal
Internal details of implementing support for JPA callbacks
org.hibernate.jpa.event.spi - package org.hibernate.jpa.event.spi
The SPI contracts for supporting JPA lifecycle callbacks.
org.hibernate.jpa.internal - package org.hibernate.jpa.internal
Defines Hibernate implementation of Java Persistence specification.
org.hibernate.jpa.internal.enhance - package org.hibernate.jpa.internal.enhance
 
org.hibernate.jpa.internal.util - package org.hibernate.jpa.internal.util
 
org.hibernate.jpa.spi - package org.hibernate.jpa.spi
An SPI for managing cases where, by default, Hibernate intentionally violates the letter of the JPA specification.
org.hibernate.jpamodelgen - package org.hibernate.jpamodelgen
The main package of this annotation processor.
org.hibernate.jpamodelgen.annotation - package org.hibernate.jpamodelgen.annotation
Implementation of the model classes backed by annotations.
org.hibernate.jpamodelgen.model - package org.hibernate.jpamodelgen.model
 
org.hibernate.jpamodelgen.util - package org.hibernate.jpamodelgen.util
Helper classes for string and type processing as well as access type detection.
org.hibernate.jpamodelgen.util.xml - package org.hibernate.jpamodelgen.util.xml
XML helper classes.
org.hibernate.jpamodelgen.validation - package org.hibernate.jpamodelgen.validation
Validation for HQL queries.
org.hibernate.jpamodelgen.xml - package org.hibernate.jpamodelgen.xml
Implementation of the model classes backed by annotations.
org.hibernate.jpamodelgen.xml.jaxb - package org.hibernate.jpamodelgen.xml.jaxb
 
org.hibernate.loader - package org.hibernate.loader
This package defines functionality for processing JDBC result sets and returning complex graphs of persistent objects.
org.hibernate.loader.ast.internal - package org.hibernate.loader.ast.internal
 
org.hibernate.loader.ast.spi - package org.hibernate.loader.ast.spi
 
org.hibernate.loader.internal - package org.hibernate.loader.internal
 
org.hibernate.mapping - package org.hibernate.mapping
This package defines the Hibernate configuration-time mapping model.
org.hibernate.metadata - package org.hibernate.metadata
This package defines an API for accessing details about model mapping.
org.hibernate.metamodel - package org.hibernate.metamodel
This package defines an API for accessing the runtime metamodel describing persistent entities in Java and their mappings to the relational database schema.
org.hibernate.metamodel.internal - package org.hibernate.metamodel.internal
 
org.hibernate.metamodel.mapping - package org.hibernate.metamodel.mapping
Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).
org.hibernate.metamodel.mapping.internal - package org.hibernate.metamodel.mapping.internal
 
org.hibernate.metamodel.mapping.ordering - package org.hibernate.metamodel.mapping.ordering
Support for set and map ordering
org.hibernate.metamodel.mapping.ordering.ast - package org.hibernate.metamodel.mapping.ordering.ast
 
org.hibernate.metamodel.model.domain - package org.hibernate.metamodel.model.domain
Defines the runtime domain metamodel, which describes the Java aspect of the application's domain model parts (entities, attributes).
org.hibernate.metamodel.model.domain.internal - package org.hibernate.metamodel.model.domain.internal
Implementation of the SPI for the runtime domain metamodel.
org.hibernate.metamodel.model.domain.spi - package org.hibernate.metamodel.model.domain.spi
An SPI for the runtime domain metamodel.
org.hibernate.metamodel.spi - package org.hibernate.metamodel.spi
An SPI supporting custom instantiation of entity instances and embeddable objects.
org.hibernate.persister.collection - package org.hibernate.persister.collection
This package abstracts persistence mechanisms for collections.
org.hibernate.persister.collection.mutation - package org.hibernate.persister.collection.mutation
Defines support for performing mutation operations against collections.
org.hibernate.persister.entity - package org.hibernate.persister.entity
This package abstracts persistence mechanisms for entities.
org.hibernate.persister.entity.mutation - package org.hibernate.persister.entity.mutation
Defines support for performing mutation operations originating from persistence-context events.
org.hibernate.persister.internal - package org.hibernate.persister.internal
Built-in implementation of the SPI for integrating entity and collection persisters.
org.hibernate.persister.spi - package org.hibernate.persister.spi
An SPI for integrating custom entity and collection persisters.
org.hibernate.persister.walking.spi - package org.hibernate.persister.walking.spi
Package for "walking" associations through metadata definition.
org.hibernate.pretty - package org.hibernate.pretty
Contains some functions for pretty-printing things for exception and log messages.
org.hibernate.procedure - package org.hibernate.procedure
Defines support for executing database stored procedures and functions and accessing their outputs.
org.hibernate.procedure.internal - package org.hibernate.procedure.internal
Defines the internal implementation of the stored procedure SPI.
org.hibernate.procedure.spi - package org.hibernate.procedure.spi
Defines an SPI for calling stored procedures and functions.
org.hibernate.property.access.internal - package org.hibernate.property.access.internal
Contains various implementations of PropertyAccessStrategy.
org.hibernate.property.access.spi - package org.hibernate.property.access.spi
An SPI abstracting how persistent attributes of an entity or embeddable type are accessed by Hibernate.
org.hibernate.proxool.internal - package org.hibernate.proxool.internal
Implementation of ConnectionProvider using the proxool Connection pool.
org.hibernate.proxy - package org.hibernate.proxy
This package defines a framework for lazy-initializing entity proxies.
org.hibernate.proxy.map - package org.hibernate.proxy.map
Proxies for entity objects represented as Java maps.
org.hibernate.proxy.pojo - package org.hibernate.proxy.pojo
Proxies for plain Java objects.
org.hibernate.proxy.pojo.bytebuddy - package org.hibernate.proxy.pojo.bytebuddy
 
org.hibernate.query - package org.hibernate.query
Everything related to HQL/JPQL, native SQL, and criteria queries.
org.hibernate.query.criteria - package org.hibernate.query.criteria
The JPA-standard criteria query API defines all the operations needed express any query written in standard JPQL.
org.hibernate.query.criteria.internal - package org.hibernate.query.criteria.internal
 
org.hibernate.query.criteria.spi - package org.hibernate.query.criteria.spi
SPI for extending HibernateCriteriaBuilder with additional functionality by registering a Service.
org.hibernate.query.derived - package org.hibernate.query.derived
 
org.hibernate.query.hql - package org.hibernate.query.hql
Package defining support for HQL, including JPQL as a subset of HQL.
org.hibernate.query.hql.internal - package org.hibernate.query.hql.internal
Implementation of the SPIs for HQL support.
org.hibernate.query.hql.spi - package org.hibernate.query.hql.spi
SPIs for HQL support.
org.hibernate.query.internal - package org.hibernate.query.internal
 
org.hibernate.query.named - package org.hibernate.query.named
Support for named queries
org.hibernate.query.procedure - package org.hibernate.query.procedure
Support SQL functions in the SQM model.
org.hibernate.query.results - package org.hibernate.query.results
Support for defining result set mappings used in NativeQuery, ProcedureCall, and StoredProcedureQuery.
org.hibernate.query.results.complete - package org.hibernate.query.results.complete
Support for immutable result/fetch builder graph nodes built from static sources such as SqlResultSetMapping or the hbm.xml mapping element <resultset/>.
org.hibernate.query.results.dynamic - package org.hibernate.query.results.dynamic
Support for mutable result/fetch builder graphs nodes built dynamically via Hibernate's NativeQuery APIs
org.hibernate.query.results.implicit - package org.hibernate.query.results.implicit
Defines support for implicit ResultSet mappings.
org.hibernate.query.spi - package org.hibernate.query.spi
Contains a range of internal abstractions for dealing with query execution, query plans, query options, and query parameters.
org.hibernate.query.sql - package org.hibernate.query.sql
Package defining support for native SQL queries.
org.hibernate.query.sql.internal - package org.hibernate.query.sql.internal
Implementation of the SPIs for native SQL query support.
org.hibernate.query.sql.spi - package org.hibernate.query.sql.spi
SPIs for native SQL query support.
org.hibernate.query.sqm - package org.hibernate.query.sqm
This package defines a semantic model of HQL queries.
org.hibernate.query.sqm.function - package org.hibernate.query.sqm.function
Package defining support for HQL, including JPQL as a subset of HQL.
org.hibernate.query.sqm.internal - package org.hibernate.query.sqm.internal
Package for the SQM-backed Query implementation details
org.hibernate.query.sqm.mutation.internal - package org.hibernate.query.sqm.mutation.internal
 
org.hibernate.query.sqm.mutation.internal.cte - package org.hibernate.query.sqm.mutation.internal.cte
 
org.hibernate.query.sqm.mutation.internal.inline - package org.hibernate.query.sqm.mutation.internal.inline
 
org.hibernate.query.sqm.mutation.internal.temptable - package org.hibernate.query.sqm.mutation.internal.temptable
Support for multi-table SQM mutation (insert, update, delete) operations using a table to temporarily hold the matching ids.
org.hibernate.query.sqm.mutation.spi - package org.hibernate.query.sqm.mutation.spi
SPI for handling SQM UPDATE and DELETE queries
org.hibernate.query.sqm.produce.function - package org.hibernate.query.sqm.produce.function
Package defining support for SqmFunctionDescriptor handling.
org.hibernate.query.sqm.produce.function.internal - package org.hibernate.query.sqm.produce.function.internal
 
org.hibernate.query.sqm.spi - package org.hibernate.query.sqm.spi
SPI-level SQM contracts
org.hibernate.query.sqm.sql - package org.hibernate.query.sqm.sql
Package for the translation of SQM into SQL AST
org.hibernate.query.sqm.sql.internal - package org.hibernate.query.sqm.sql.internal
 
org.hibernate.query.sqm.tree - package org.hibernate.query.sqm.tree
This package contains the classes that make up the SQM tree nodes.
org.hibernate.query.sqm.tree.cte - package org.hibernate.query.sqm.tree.cte
Nodes representing common table expressions (CTE) in the SQM tree.
org.hibernate.query.sqm.tree.delete - package org.hibernate.query.sqm.tree.delete
Nodes representing delete statements in the SQM tree.
org.hibernate.query.sqm.tree.domain - package org.hibernate.query.sqm.tree.domain
Nodes representing path expressions in the SQM tree.
org.hibernate.query.sqm.tree.expression - package org.hibernate.query.sqm.tree.expression
Nodes representing expressions in the SQM tree.
org.hibernate.query.sqm.tree.from - package org.hibernate.query.sqm.tree.from
Nodes representing root entities and joins in the SQM tree.
org.hibernate.query.sqm.tree.insert - package org.hibernate.query.sqm.tree.insert
Nodes representing insert statements in the SQM tree.
org.hibernate.query.sqm.tree.jpa - package org.hibernate.query.sqm.tree.jpa
 
org.hibernate.query.sqm.tree.predicate - package org.hibernate.query.sqm.tree.predicate
Nodes representing logical predicates in the SQM tree.
org.hibernate.query.sqm.tree.select - package org.hibernate.query.sqm.tree.select
Nodes representing select statements in the SQM tree.
org.hibernate.query.sqm.tree.update - package org.hibernate.query.sqm.tree.update
Nodes representing update statements in the SQM tree.
org.hibernate.relational - package org.hibernate.relational
Programmatic access to the schema management tool.
org.hibernate.relational.internal - package org.hibernate.relational.internal
 
org.hibernate.resource.beans.container.internal - package org.hibernate.resource.beans.container.internal
An implementation of the bean container SPI based on CDI.
org.hibernate.resource.beans.container.spi - package org.hibernate.resource.beans.container.spi
An SPI abstracting over CDI-like bean containers.
org.hibernate.resource.beans.internal - package org.hibernate.resource.beans.internal
 
org.hibernate.resource.beans.spi - package org.hibernate.resource.beans.spi
Defines an SPI for integration with CDI-like containers.
org.hibernate.resource.jdbc - package org.hibernate.resource.jdbc
A facility for managing logical JDBC connections and keeping track of other heavyweight resources.
org.hibernate.resource.jdbc.internal - package org.hibernate.resource.jdbc.internal
Implementation of the SPI for managing JDBC connections and other heavyweight resources.
org.hibernate.resource.jdbc.spi - package org.hibernate.resource.jdbc.spi
An SPI for managing JDBC connections and other heavyweight resources, based around the idea of a "JDBC session".
org.hibernate.resource.transaction - package org.hibernate.resource.transaction
Defines the resource-level transaction capabilities of Hibernate, centered around the TransactionCoordinator contract.
org.hibernate.resource.transaction.backend.jdbc.internal - package org.hibernate.resource.transaction.backend.jdbc.internal
An implementation of TransactionCoordinator based on JdbcResourceTransaction.
org.hibernate.resource.transaction.backend.jdbc.spi - package org.hibernate.resource.transaction.backend.jdbc.spi
An SPI which models the concept of a JDBC resource-level transaction.
org.hibernate.resource.transaction.backend.jta.internal - package org.hibernate.resource.transaction.backend.jta.internal
Implementations of TransactionCoordinator based on JTA.
org.hibernate.resource.transaction.backend.jta.internal.synchronization - package org.hibernate.resource.transaction.backend.jta.internal.synchronization
Internal implementation details for reacting to JTA transaction completion via Synchronization callbacks
org.hibernate.resource.transaction.internal - package org.hibernate.resource.transaction.internal
Internal implementation details for the resource-level transaction capabilities of Hibernate.
org.hibernate.resource.transaction.spi - package org.hibernate.resource.transaction.spi
Extended SPI contracts for the resource-level transaction capabilities of Hibernate.
org.hibernate.result - package org.hibernate.result
Defines support for dealing with results returned from database via JDBC.
org.hibernate.result.internal - package org.hibernate.result.internal
 
org.hibernate.result.spi - package org.hibernate.result.spi
 
org.hibernate.service - package org.hibernate.service
Defines a framework for pluggable services, allowing for customization of key components of Hibernate, and abstraction of these components as SPI interfaces.
org.hibernate.service.internal - package org.hibernate.service.internal
Implementation of the SPI for integrating pluggable services.
org.hibernate.service.spi - package org.hibernate.service.spi
Defines an SPI for integrating pluggable services.
org.hibernate.spatial - package org.hibernate.spatial
 
org.hibernate.spatial.contributor - package org.hibernate.spatial.contributor
 
org.hibernate.spatial.criteria - package org.hibernate.spatial.criteria
 
org.hibernate.spatial.criteria.internal - package org.hibernate.spatial.criteria.internal
 
org.hibernate.spatial.dialect.cockroachdb - package org.hibernate.spatial.dialect.cockroachdb
SpatialDialects for CockroachDB
org.hibernate.spatial.dialect.db2 - package org.hibernate.spatial.dialect.db2
 
org.hibernate.spatial.dialect.h2gis - package org.hibernate.spatial.dialect.h2gis
 
org.hibernate.spatial.dialect.hana - package org.hibernate.spatial.dialect.hana
 
org.hibernate.spatial.dialect.mariadb - package org.hibernate.spatial.dialect.mariadb
 
org.hibernate.spatial.dialect.mysql - package org.hibernate.spatial.dialect.mysql
 
org.hibernate.spatial.dialect.oracle - package org.hibernate.spatial.dialect.oracle
 
org.hibernate.spatial.dialect.postgis - package org.hibernate.spatial.dialect.postgis
 
org.hibernate.spatial.dialect.sqlserver - package org.hibernate.spatial.dialect.sqlserver
 
org.hibernate.spatial.integration - package org.hibernate.spatial.integration
 
org.hibernate.spatial.jts - package org.hibernate.spatial.jts
 
org.hibernate.spatial.predicate - package org.hibernate.spatial.predicate
 
org.hibernate.spi - package org.hibernate.spi
A tiny SPI for dealing with compound names and navigable paths.
org.hibernate.sql - package org.hibernate.sql
This package contains helper classes for rendering SQL fragments and SQL statements.
org.hibernate.sql.ast - package org.hibernate.sql.ast
Package defining a SQL AST for use in generation of SQL.
org.hibernate.sql.ast.internal - package org.hibernate.sql.ast.internal
 
org.hibernate.sql.ast.spi - package org.hibernate.sql.ast.spi
Package defining support for creating and consuming a SQL AST.
org.hibernate.sql.ast.tree - package org.hibernate.sql.ast.tree
Package defining the SQL AST.
org.hibernate.sql.ast.tree.cte - package org.hibernate.sql.ast.tree.cte
Support for common table expressions (CTE) in a SQL tree.
org.hibernate.sql.ast.tree.delete - package org.hibernate.sql.ast.tree.delete
AST nodes representing delete statements in a SQL tree.
org.hibernate.sql.ast.tree.expression - package org.hibernate.sql.ast.tree.expression
AST nodes representing expressions in a SQL tree.
org.hibernate.sql.ast.tree.from - package org.hibernate.sql.ast.tree.from
AST nodes representing root tables and joins in a SQL tree.
org.hibernate.sql.ast.tree.insert - package org.hibernate.sql.ast.tree.insert
AST nodes representing insert statements in a SQL tree.
org.hibernate.sql.ast.tree.predicate - package org.hibernate.sql.ast.tree.predicate
AST nodes representing logical predicates in a SQL tree.
org.hibernate.sql.ast.tree.select - package org.hibernate.sql.ast.tree.select
AST nodes representing select statements in a SQL tree.
org.hibernate.sql.ast.tree.update - package org.hibernate.sql.ast.tree.update
AST nodes representing update statements in a SQL tree.
org.hibernate.sql.exec - package org.hibernate.sql.exec
Support for execution of SQL statements via JDBC.
org.hibernate.sql.exec.internal - package org.hibernate.sql.exec.internal
Implementation of the SPI for execution of SQL statements via JDBC.
org.hibernate.sql.exec.spi - package org.hibernate.sql.exec.spi
SPI for execution of SQL statements via JDBC.
org.hibernate.sql.model - package org.hibernate.sql.model
Package contains specialized SQL AST nodes and builders for table mutations of model parts originating from normal persistence-context events.
org.hibernate.sql.model.ast - package org.hibernate.sql.model.ast
SQL AST extensions for model mutations.
org.hibernate.sql.model.ast.builder - package org.hibernate.sql.model.ast.builder
Support for building TableMutation references for persisting entity mutation events
org.hibernate.sql.model.internal - package org.hibernate.sql.model.internal
Concrete implementations of MutationGroup, MutationOperation, and TableMutation.
org.hibernate.sql.model.jdbc - package org.hibernate.sql.model.jdbc
Extensions to JdbcOperation for model mutations.
org.hibernate.sql.results - package org.hibernate.sql.results
Package for processing JDBC ResultSets into hydrated domain model graphs based on a "load plan" defined by a "domain result graph", that is, one or more DomainResult nodes with zero or more Fetch nodes.
org.hibernate.sql.results.caching - package org.hibernate.sql.results.caching
Support for caching of query results.
org.hibernate.sql.results.caching.internal - package org.hibernate.sql.results.caching.internal
 
org.hibernate.sql.results.graph - package org.hibernate.sql.results.graph
Defines domain result graphs.
org.hibernate.sql.results.graph.basic - package org.hibernate.sql.results.graph.basic
 
org.hibernate.sql.results.graph.collection - package org.hibernate.sql.results.graph.collection
 
org.hibernate.sql.results.graph.collection.internal - package org.hibernate.sql.results.graph.collection.internal
 
org.hibernate.sql.results.graph.embeddable - package org.hibernate.sql.results.graph.embeddable
 
org.hibernate.sql.results.graph.embeddable.internal - package org.hibernate.sql.results.graph.embeddable.internal
 
org.hibernate.sql.results.graph.entity - package org.hibernate.sql.results.graph.entity
 
org.hibernate.sql.results.graph.entity.internal - package org.hibernate.sql.results.graph.entity.internal
 
org.hibernate.sql.results.graph.instantiation - package org.hibernate.sql.results.graph.instantiation
 
org.hibernate.sql.results.graph.instantiation.internal - package org.hibernate.sql.results.graph.instantiation.internal
 
org.hibernate.sql.results.graph.internal - package org.hibernate.sql.results.graph.internal
 
org.hibernate.sql.results.graph.tuple - package org.hibernate.sql.results.graph.tuple
 
org.hibernate.sql.results.internal - package org.hibernate.sql.results.internal
 
org.hibernate.sql.results.internal.domain - package org.hibernate.sql.results.internal.domain
 
org.hibernate.sql.results.jdbc.internal - package org.hibernate.sql.results.jdbc.internal
 
org.hibernate.sql.results.jdbc.spi - package org.hibernate.sql.results.jdbc.spi
 
org.hibernate.sql.results.spi - package org.hibernate.sql.results.spi
 
org.hibernate.stat - package org.hibernate.stat
This package exposes statistics about a running instance of SessionFactory and its interaction with the database and second-level cache.
org.hibernate.stat.internal - package org.hibernate.stat.internal
The built-in implementation of the statistics collection service.
org.hibernate.stat.spi - package org.hibernate.stat.spi
An SPI allowing customized statistics collection.
org.hibernate.testing - package org.hibernate.testing
 
org.hibernate.testing.async - package org.hibernate.testing.async
 
org.hibernate.testing.boot - package org.hibernate.testing.boot
 
org.hibernate.testing.bytecode.enhancement - package org.hibernate.testing.bytecode.enhancement
 
org.hibernate.testing.byteman - package org.hibernate.testing.byteman
 
org.hibernate.testing.cache - package org.hibernate.testing.cache
 
org.hibernate.testing.cleaner - package org.hibernate.testing.cleaner
 
org.hibernate.testing.common.connections - package org.hibernate.testing.common.connections
 
org.hibernate.testing.env - package org.hibernate.testing.env
 
org.hibernate.testing.hamcrest - package org.hibernate.testing.hamcrest
 
org.hibernate.testing.jdbc - package org.hibernate.testing.jdbc
 
org.hibernate.testing.jdbc.leak - package org.hibernate.testing.jdbc.leak
 
org.hibernate.testing.jta - package org.hibernate.testing.jta
 
org.hibernate.testing.junit4 - package org.hibernate.testing.junit4
 
org.hibernate.testing.logger - package org.hibernate.testing.logger
 
org.hibernate.testing.orm - package org.hibernate.testing.orm
 
org.hibernate.testing.orm.assertj - package org.hibernate.testing.orm.assertj
 
org.hibernate.testing.orm.domain - package org.hibernate.testing.orm.domain
 
org.hibernate.testing.orm.domain.animal - package org.hibernate.testing.orm.domain.animal
Standard model for Hibernate's legacy Animal model used in HQL testing
org.hibernate.testing.orm.domain.contacts - package org.hibernate.testing.orm.domain.contacts
 
org.hibernate.testing.orm.domain.gambit - package org.hibernate.testing.orm.domain.gambit
 
org.hibernate.testing.orm.domain.helpdesk - package org.hibernate.testing.orm.domain.helpdesk
 
org.hibernate.testing.orm.domain.retail - package org.hibernate.testing.orm.domain.retail
 
org.hibernate.testing.orm.domain.userguide - package org.hibernate.testing.orm.domain.userguide
 
org.hibernate.testing.orm.domain.userguide.tooling - package org.hibernate.testing.orm.domain.userguide.tooling
 
org.hibernate.testing.orm.jdbc - package org.hibernate.testing.orm.jdbc
 
org.hibernate.testing.orm.jpa - package org.hibernate.testing.orm.jpa
 
org.hibernate.testing.orm.junit - package org.hibernate.testing.orm.junit
 
org.hibernate.testing.orm.logger - package org.hibernate.testing.orm.logger
 
org.hibernate.testing.orm.transaction - package org.hibernate.testing.orm.transaction
 
org.hibernate.testing.schema - package org.hibernate.testing.schema
 
org.hibernate.testing.transaction - package org.hibernate.testing.transaction
 
org.hibernate.testing.util - package org.hibernate.testing.util
 
org.hibernate.testing.util.jpa - package org.hibernate.testing.util.jpa
 
org.hibernate.testing.util.uuid - package org.hibernate.testing.util.uuid
 
org.hibernate.tool.schema - package org.hibernate.tool.schema
Contains tooling related to DDL generation, export, migration, and validation.
org.hibernate.tool.schema.extract.internal - package org.hibernate.tool.schema.extract.internal
Implementation of the SPI for schema information extraction from the database via JDBC.
org.hibernate.tool.schema.extract.spi - package org.hibernate.tool.schema.extract.spi
Defines an SPI for schema information extraction from the database via JDBC.
org.hibernate.tool.schema.internal - package org.hibernate.tool.schema.internal
An implementation of the SPI for the tooling related to DDL generation, export, migration, and validation.
org.hibernate.tool.schema.internal.exec - package org.hibernate.tool.schema.internal.exec
Support for exporting generated DDL to the database or to SQL scripts.
org.hibernate.tool.schema.internal.script - package org.hibernate.tool.schema.internal.script
Support for reading SQL scripts supplied to the schema tooling.
org.hibernate.tool.schema.spi - package org.hibernate.tool.schema.spi
An SPI for tooling related to DDL generation, export, migration, and validation.
org.hibernate.transform - package org.hibernate.transform
Defines strategies for post-processing criteria query results into a form convenient to the application.
org.hibernate.tuple - package org.hibernate.tuple
Most contracts here have been replaced by the new runtime mapping model.
org.hibernate.tuple.component - package org.hibernate.tuple.component
 
org.hibernate.tuple.entity - package org.hibernate.tuple.entity
 
org.hibernate.type - package org.hibernate.type
A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types.
org.hibernate.type.descriptor - package org.hibernate.type.descriptor
Contracts for reading and writing values to and from JDBC.
org.hibernate.type.descriptor.converter.internal - package org.hibernate.type.descriptor.converter.internal
Implements the SPI for basic-typed value conversions.
org.hibernate.type.descriptor.converter.spi - package org.hibernate.type.descriptor.converter.spi
An SPI for basic-typed value conversions, including support for handling JPA AttributeConverter instances as part of the Hibernate Type system.
org.hibernate.type.descriptor.java - package org.hibernate.type.descriptor.java
Integrates a range of types defined by the JDK with the type system of Hibernate.
org.hibernate.type.descriptor.java.spi - package org.hibernate.type.descriptor.java.spi
 
org.hibernate.type.descriptor.jdbc - package org.hibernate.type.descriptor.jdbc
Defines handling of almost the full range of standard JDBC-defined SQL data types.
org.hibernate.type.descriptor.jdbc.internal - package org.hibernate.type.descriptor.jdbc.internal
 
org.hibernate.type.descriptor.jdbc.spi - package org.hibernate.type.descriptor.jdbc.spi
 
org.hibernate.type.descriptor.sql - package org.hibernate.type.descriptor.sql
An API for working with abstract families of DDL types parameterized by varying length, precision, and scale.
org.hibernate.type.descriptor.sql.internal - package org.hibernate.type.descriptor.sql.internal
Includes several general-purpose implementations of DdlType.
org.hibernate.type.descriptor.sql.spi - package org.hibernate.type.descriptor.sql.spi
Defines a registry for DdlTypes.
org.hibernate.type.format - package org.hibernate.type.format
Support for type mappings which format composite values to a structured text format (JSON or XML) for storage in a database-specific column type supporting that structured format.
org.hibernate.type.format.jackson - package org.hibernate.type.format.jackson
Implementations of FormatMapper using Jackson.
org.hibernate.type.format.jakartajson - package org.hibernate.type.format.jakartajson
An implementation of FormatMapper using Jakarta JSON.
org.hibernate.type.format.jaxb - package org.hibernate.type.format.jaxb
An implementation of FormatMapper using JAXB.
org.hibernate.type.internal - package org.hibernate.type.internal
 
org.hibernate.type.spi - package org.hibernate.type.spi
Defines a registry for Hibernate Types.
org.hibernate.usertype - package org.hibernate.usertype
An API for user-defined custom types which extend the set of built-in types defined in org.hibernate.type.
org.hibernate.usertype.internal - package org.hibernate.usertype.internal
 
org.hibernate.vibur.internal - package org.hibernate.vibur.internal
Implementation of ConnectionProvider using ViburDBCP.
origin() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractHbmSourceNode
 
Origin - Class in org.hibernate.boot.jaxb
Describes the origin of an XML document.
Origin(SourceType, String) - Constructor for class org.hibernate.boot.jaxb.Origin
 
ORIGINAL_ID_PROP_NAME - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Original id property name name.
OriginalIdPropertyName - Class in org.hibernate.envers.query.internal.property
Used for specifying restrictions on the identifier.
OriginalIdPropertyName(String) - Constructor for class org.hibernate.envers.query.internal.property.OriginalIdPropertyName
 
originalMessage() - Method in exception org.hibernate.PropertyAccessException
 
OrionJtaPlatform - Class in org.hibernate.engine.transaction.jta.platform.internal
JtaPlatform implementation for Orion
OrionJtaPlatform() - Constructor for class org.hibernate.engine.transaction.jta.platform.internal.OrionJtaPlatform
 
ORM_XML_FILES - Static variable in interface org.hibernate.cfg.AvailableSettings
 
ORM_XML_OPTION - Static variable in class org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor
Path to an orm.xml file
orphanRemoval - Variable in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
 
orphanRemoval - Variable in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
 
orphanRemoval - Variable in class org.hibernate.boot.jaxb.mapping.JaxbOneToOne
 
orphanRemoval - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
 
orphanRemoval - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
 
OrphanRemovalAction - Class in org.hibernate.action.internal
 
OrphanRemovalAction(Object, Object[], Object, Object, EntityPersister, boolean, EventSource) - Constructor for class org.hibernate.action.internal.OrphanRemovalAction
 
OrPredicateContext(HqlParser.PredicateContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.OrPredicateContext
 
other(char) - Method in class org.hibernate.engine.query.spi.ParamLocationRecognizer
Deprecated.
 
other(char) - Method in class org.hibernate.query.sql.internal.ParameterRecognizerImpl
 
other(char) - Method in interface org.hibernate.query.sql.spi.ParameterRecognizer
Called when a character that is not part of a parameter is recognized.
OTHER - org.hibernate.boot.archive.scan.spi.ClassDescriptor.Categorization
 
OTHER - org.hibernate.boot.jaxb.SourceType
 
OTHER - org.hibernate.dialect.PostgreSQLDriverKind
 
OTHER - org.hibernate.dialect.SybaseDriverKind
 
OTHER - org.hibernate.mapping.MetadataSource
 
OTHER - org.hibernate.query.sqm.CastType
 
OTHER - org.hibernate.query.sqm.SqmQuerySource
 
OTHER - org.hibernate.query.sqm.tree.from.DowncastLocation
 
OTHER - org.hibernate.testing.orm.domain.contacts.Address.Classification
 
OTHER - org.hibernate.testing.orm.domain.contacts.Contact.Gender
 
OTHER - org.hibernate.testing.orm.domain.contacts.PhoneNumber.Classification
 
OTHER - org.hibernate.testing.orm.domain.gambit.EntityOfBasics.Gender
 
OTHER - Static variable in class org.hibernate.type.SqlTypes
A type code indicating that the SQL type is SQL dialect-specific and is mapped to a Java object that can be accessed via the methods ResultSet.getObject(int) and PreparedStatement.setObject(int, java.lang.Object, int).
OTHERS - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
OTHERS - Static variable in class org.hibernate.grammars.hql.HqlParser
 
OTHERS() - Method in class org.hibernate.grammars.hql.HqlParser.FrameExclusionContext
 
OTHERS() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
otherwise(Expression<? extends R>) - Method in interface org.hibernate.query.criteria.JpaSimpleCase
 
otherwise(Expression<? extends R>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
 
otherwise(Expression<? extends R>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
 
otherwise(Expression<? extends T>) - Method in interface org.hibernate.query.criteria.JpaSearchedCase
 
otherwise(SqmExpression<? extends R>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
 
otherwise(SqmExpression<? extends R>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
 
otherwise(Expression) - Method in class org.hibernate.sql.ast.tree.expression.CaseSearchedExpression
 
otherwise(Expression) - Method in class org.hibernate.sql.ast.tree.expression.CaseSimpleExpression
 
otherwise(R) - Method in interface org.hibernate.query.criteria.JpaSimpleCase
 
otherwise(R) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
 
otherwise(R) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
 
otherwise(T) - Method in interface org.hibernate.query.criteria.JpaSearchedCase
 
OUT - org.hibernate.jpamodelgen.xml.jaxb.ParameterMode
 
OUTER - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
OUTER - Static variable in class org.hibernate.grammars.hql.HqlParser
 
OUTER() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
OUTER() - Method in class org.hibernate.grammars.hql.HqlParser.JoinTypeContext
 
outerJoin - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
outerJoin - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
outerJoin - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
outerJoin - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
outerJoin - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
outerJoin - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
outerJoin - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
outerJoin - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
outerJoin - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
outerJoin - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
OuterJoinLoadable - Interface in org.hibernate.persister.entity
Deprecated, for removal: This API element is subject to removal in a future version.
Output - Interface in org.hibernate.result
Common contract for individual return objects which can be either results (ResultSetOutput) or update counts (UpdateCountOutput).
OutputableType<J> - Interface in org.hibernate.query
Specialization of DomainType for types that can be used as a parameter output for a ProcedureCall.
outputs() - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
Outputs - Interface in org.hibernate.result
Represents the outputs of executing a JDBC statement accounting for mixing of result sets and update counts hiding the complexity of how this is exposed in the JDBC API.
OutputsExecutionContext - Class in org.hibernate.result.internal
 
OutputsExecutionContext(SharedSessionContractImplementor) - Constructor for class org.hibernate.result.internal.OutputsExecutionContext
 
OutputsImpl - Class in org.hibernate.result.internal
 
OutputsImpl(ResultContext, PreparedStatement) - Constructor for class org.hibernate.result.internal.OutputsImpl
 
OutputsImpl.CurrentReturnState - Class in org.hibernate.result.internal
Encapsulates the information needed to interpret the current return within a result
Over<T> - Class in org.hibernate.sql.ast.tree.expression
 
Over(Expression, List<Expression>, List<SortSpecification>) - Constructor for class org.hibernate.sql.ast.tree.expression.Over
 
Over(Expression, List<Expression>, List<SortSpecification>, FrameMode, FrameKind, Expression, FrameKind, Expression, FrameExclusion) - Constructor for class org.hibernate.sql.ast.tree.expression.Over
 
OVER - org.hibernate.sql.ast.Clause
 
OVER - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
OVER - Static variable in class org.hibernate.grammars.hql.HqlParser
 
OVER() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
OVER() - Method in class org.hibernate.grammars.hql.HqlParser.OverClauseContext
 
overClause() - Method in class org.hibernate.grammars.hql.HqlParser.AnyFunctionContext
 
overClause() - Method in class org.hibernate.grammars.hql.HqlParser.EveryFunctionContext
 
overClause() - Method in class org.hibernate.grammars.hql.HqlParser.GenericFunctionContext
 
overClause() - Method in class org.hibernate.grammars.hql.HqlParser.ListaggFunctionContext
 
overClause() - Method in class org.hibernate.grammars.hql.HqlParser
 
OverClauseContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.OverClauseContext
 
Overflow - Class in org.hibernate.sql.ast.tree.expression
 
Overflow(Expression, Expression, boolean) - Constructor for class org.hibernate.sql.ast.tree.expression.Overflow
 
OVERFLOW - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
OVERFLOW - Static variable in class org.hibernate.grammars.hql.HqlParser
 
OVERFLOW() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
OVERFLOW() - Method in class org.hibernate.grammars.hql.HqlParser.OnOverflowClauseContext
 
overlaps - org.hibernate.spatial.SpatialFunction
Deprecated.
The overlaps function, cfr.
overlaps(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 overlaps" constraint.
overlaps(CriteriaBuilder, Expression<? extends Geometry>, Geometry) - Static method in class org.hibernate.spatial.predicate.GeolatteSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "spatially overlaps" constraint.
overlaps(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 overlaps" constraint.
overlaps(CriteriaBuilder, Expression<? extends Geometry>, Geometry) - Static method in class org.hibernate.spatial.predicate.JTSSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "spatially overlaps" constraint.
overlaps(Expression<? extends T>, Expression<? extends T>) - Method in class org.hibernate.spatial.criteria.internal.SpatialCriteriaBuilderImpl
 
overlaps(Expression<? extends T>, Expression<? extends T>) - Method in interface org.hibernate.spatial.criteria.SpatialCriteriaBuilder
Create a predicate for testing the arguments for "spatially overlaps" constraint.
overlaps(Expression<? extends T>, T) - Method in class org.hibernate.spatial.criteria.internal.SpatialCriteriaBuilderImpl
 
overlaps(Expression<? extends T>, T) - Method in interface org.hibernate.spatial.criteria.SpatialCriteriaBuilder
Create a predicate for testing the arguments for "spatially overlaps" constraint.
OVERLAPS - Static variable in interface org.hibernate.spatial.SpatialRelation
Deprecated.
The geometries spatially overlap
overlay() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
ANSI SQL form, supported by Postgres, HSQL
overlay(Expression<String>, Expression<String>, int) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
overlay(Expression<String>, Expression<String>, int) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
overlay(Expression<String>, Expression<String>, int) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
overlay(Expression<String>, Expression<String>, int, int) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
overlay(Expression<String>, Expression<String>, int, int) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
overlay(Expression<String>, Expression<String>, int, int) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
overlay(Expression<String>, Expression<String>, int, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
overlay(Expression<String>, Expression<String>, int, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
overlay(Expression<String>, Expression<String>, int, Expression<Integer>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
overlay(Expression<String>, Expression<String>, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
overlay(Expression<String>, Expression<String>, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
overlay(Expression<String>, Expression<String>, Expression<Integer>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
overlay(Expression<String>, Expression<String>, Expression<Integer>, int) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
overlay(Expression<String>, Expression<String>, Expression<Integer>, int) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
overlay(Expression<String>, Expression<String>, Expression<Integer>, int) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
overlay(Expression<String>, Expression<String>, Expression<Integer>, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Overlay the string expression with the replacement expression, starting from index start and substituting a number of characters corresponding to the length of the replacement expression or the length parameter if specified.
overlay(Expression<String>, Expression<String>, Expression<Integer>, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
overlay(Expression<String>, Expression<String>, Expression<Integer>, Expression<Integer>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
overlay(Expression<String>, String, int) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
overlay(Expression<String>, String, int) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
overlay(Expression<String>, String, int) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
overlay(Expression<String>, String, int, int) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
overlay(Expression<String>, String, int, int) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
overlay(Expression<String>, String, int, int) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
overlay(Expression<String>, String, int, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
overlay(Expression<String>, String, int, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
overlay(Expression<String>, String, int, Expression<Integer>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
overlay(Expression<String>, String, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
overlay(Expression<String>, String, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
overlay(Expression<String>, String, Expression<Integer>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
overlay(Expression<String>, String, Expression<Integer>, int) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
overlay(Expression<String>, String, Expression<Integer>, int) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
overlay(Expression<String>, String, Expression<Integer>, int) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
overlay(Expression<String>, String, Expression<Integer>, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
overlay(Expression<String>, String, Expression<Integer>, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
overlay(Expression<String>, String, Expression<Integer>, Expression<Integer>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
overlay(CacheRegionDefinition) - Method in class org.hibernate.boot.model.Caching
Deprecated.
 
overlay(Caching) - Method in class org.hibernate.boot.model.Caching
Deprecated.
 
overlay(LockOptions) - Method in class org.hibernate.LockOptions
Copy the given lock options into this instance, merging the alias-specific lock modes.
overlay(SqmFunctionRegistry) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
Overlay the functions registered here on top of the incoming registry, potentially overriding its registrations
OVERLAY - org.hibernate.spatial.CommonSpatialFunction.Type
Geometry, Geometry, [Geometry]* -> Geometry
OVERLAY - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
OVERLAY - Static variable in class org.hibernate.grammars.hql.HqlParser
 
OVERLAY() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
OVERLAY() - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionContext
 
overlayFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
overlayFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
OverlayFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.OverlayFunctionContext
 
overlayFunctionLengthArgument() - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionContext
 
overlayFunctionLengthArgument() - Method in class org.hibernate.grammars.hql.HqlParser
 
OverlayFunctionLengthArgumentContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.OverlayFunctionLengthArgumentContext
 
overlayFunctionReplacementArgument() - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionContext
 
overlayFunctionReplacementArgument() - Method in class org.hibernate.grammars.hql.HqlParser
 
OverlayFunctionReplacementArgumentContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.OverlayFunctionReplacementArgumentContext
 
overlayFunctionStartArgument() - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionContext
 
overlayFunctionStartArgument() - Method in class org.hibernate.grammars.hql.HqlParser
 
OverlayFunctionStartArgumentContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.OverlayFunctionStartArgumentContext
 
overlayFunctionStringArgument() - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionContext
 
overlayFunctionStringArgument() - Method in class org.hibernate.grammars.hql.HqlParser
 
OverlayFunctionStringArgumentContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.OverlayFunctionStringArgumentContext
 
overlayLength_overlay(boolean) - Method in class org.hibernate.dialect.function.CommonFunctionFactory
For DB2 which has a broken implementation of overlay()
OverriddenMappingDefaults - Class in org.hibernate.boot.model.source.internal
Represents a "nested level" in the mapping defaults stack.
OverriddenMappingDefaults(String, String, boolean, String, String, String, String, boolean, String, String, boolean, boolean, AccessType, CollectionClassification) - Constructor for class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults
 
OverriddenMappingDefaults.Builder - Class in org.hibernate.boot.model.source.internal
 
override() - Method in annotation type org.hibernate.annotations.DialectOverride.Check
 
override() - Method in annotation type org.hibernate.annotations.DialectOverride.ColumnDefault
 
override() - Method in annotation type org.hibernate.annotations.DialectOverride.DiscriminatorFormula
 
override() - Method in annotation type org.hibernate.annotations.DialectOverride.FilterDefs
 
override() - Method in annotation type org.hibernate.annotations.DialectOverride.Filters
 
override() - Method in annotation type org.hibernate.annotations.DialectOverride.Formula
 
override() - Method in annotation type org.hibernate.annotations.DialectOverride.GeneratedColumn
 
override() - Method in annotation type org.hibernate.annotations.DialectOverride.JoinFormula
 
override() - Method in annotation type org.hibernate.annotations.DialectOverride.OrderBy
Deprecated.
 
override() - Method in annotation type org.hibernate.annotations.DialectOverride.SQLDelete
 
override() - Method in annotation type org.hibernate.annotations.DialectOverride.SQLDeleteAll
 
override() - Method in annotation type org.hibernate.annotations.DialectOverride.SQLInsert
 
override() - Method in annotation type org.hibernate.annotations.DialectOverride.SQLOrder
 
override() - Method in annotation type org.hibernate.annotations.DialectOverride.SQLRestriction
 
override() - Method in annotation type org.hibernate.annotations.DialectOverride.SQLSelect
 
override() - Method in annotation type org.hibernate.annotations.DialectOverride.SQLUpdate
 
override() - Method in annotation type org.hibernate.annotations.DialectOverride.Where
Deprecated.
 
overrideable() - Method in interface org.hibernate.boot.model.convert.spi.ConverterDescriptor
Can this converter be overridden by other competing converters?
overrideCacheStrategy() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
overrideCacheStrategy() - Method in class org.hibernate.testing.orm.junit.BaseSessionFactoryFunctionalTest
 
overrideCacheStrategy() - Method in annotation type org.hibernate.testing.orm.junit.DomainModel
 
overrideFromReferencedColumnIfNecessary(Column) - Method in class org.hibernate.boot.model.internal.AnnotatedJoinColumn
Called to apply column definitions from the referenced FK column to this column.
overrideProperties(Properties, Map<?, ?>) - Static method in class org.hibernate.jpa.internal.util.ConfigurationHelper
 
overridesEquals - Variable in class org.hibernate.proxy.pojo.BasicLazyInitializer
 
overridesEquals(Class) - Static method in class org.hibernate.internal.util.ReflectHelper
Determine if the given class defines an Object.equals(java.lang.Object) override.
overridesHashCode(Class) - Static method in class org.hibernate.internal.util.ReflectHelper
Determine if the given class defines a Object.hashCode() override.
overrideWithCatalogAndSchema(XMLContext.Default) - Method in class org.hibernate.boot.model.internal.XMLContext.Default
 
overrideWithoutCatalogAndSchema(XMLContext.Default) - Method in class org.hibernate.boot.model.internal.XMLContext.Default
 
overridingTransactionStrategyDangerous(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
OVERWRITE - org.hibernate.boot.model.TypeDefinitionRegistry.DuplicationStrategy
 
OVERWRITE - org.hibernate.ReplicationMode
Deprecated.
Overwrite existing rows when a row already exists.
overwriteLoadedStateCollectionValue(String, PersistentCollection<?>) - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
overwriteLoadedStateCollectionValue(String, PersistentCollection<?>) - Method in interface org.hibernate.engine.spi.EntityEntry
 
owned() - Method in annotation type org.hibernate.annotations.SecondaryRow
If enabled, Hibernate will never insert or update the columns of the secondary table.
OwnedValuedModelPart - Interface in org.hibernate.metamodel.mapping
Marker interface for valued model parts that have a declaring/owner type.
ownerAlias - Variable in class org.hibernate.envers.query.internal.impl.AbstractAuditAssociationQuery
 
ownerEntityName - Variable in class org.hibernate.envers.query.internal.impl.AbstractAuditAssociationQuery
 

P

PACKAGE - org.hibernate.boot.cfgxml.spi.MappingReference.Type
 
PackageDescriptor - Interface in org.hibernate.boot.archive.scan.spi
Descriptor for a package (as indicated by a package-info.class file).
PackageDescriptorImpl - Class in org.hibernate.boot.archive.scan.internal
 
PackageDescriptorImpl(String, InputStreamAccess) - Constructor for class org.hibernate.boot.archive.scan.internal.PackageDescriptorImpl
 
packagedFunction() - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionContext
 
packagedFunction() - Method in class org.hibernate.grammars.ordering.OrderingParser
 
PackagedFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.ordering.OrderingParser.PackagedFunctionContext
 
PackageEnhancementSelector - Annotation Type in org.hibernate.testing.bytecode.enhancement
 
PackageEnhancementSelectors - Annotation Type in org.hibernate.testing.bytecode.enhancement
 
packageForNameOrNull(String) - Method in class org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl
 
packageForNameOrNull(String) - Method in interface org.hibernate.boot.registry.classloading.spi.ClassLoaderService
Loading a Package from the ClassLoader.
PackageInfoArchiveEntryHandler - Class in org.hibernate.boot.archive.scan.spi
Defines handling and filtering for package-info file entries within an archive
PackageInfoArchiveEntryHandler(ScanResultCollector) - Constructor for class org.hibernate.boot.archive.scan.spi.PackageInfoArchiveEntryHandler
 
packageNameFromFqcn(String) - Static method in class org.hibernate.jpamodelgen.util.StringUtil
 
packageNotFound(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
PackageSelector - Class in org.hibernate.testing.bytecode.enhancement
EnhancementSelector based on package name
PackageSelector(String) - Constructor for class org.hibernate.testing.bytecode.enhancement.PackageSelector
 
pad() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
pad(CriteriaBuilder.Trimspec, Expression<String>, int) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
pad(CriteriaBuilder.Trimspec, Expression<String>, int) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
pad(CriteriaBuilder.Trimspec, Expression<String>, int) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
pad(CriteriaBuilder.Trimspec, Expression<String>, int, char) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
pad(CriteriaBuilder.Trimspec, Expression<String>, int, char) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
pad(CriteriaBuilder.Trimspec, Expression<String>, int, char) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
pad(CriteriaBuilder.Trimspec, Expression<String>, int, Expression<Character>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
pad(CriteriaBuilder.Trimspec, Expression<String>, int, Expression<Character>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
pad(CriteriaBuilder.Trimspec, Expression<String>, int, Expression<Character>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
pad(CriteriaBuilder.Trimspec, Expression<String>, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
pad(CriteriaBuilder.Trimspec, Expression<String>, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
pad(CriteriaBuilder.Trimspec, Expression<String>, Expression<Integer>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
pad(CriteriaBuilder.Trimspec, Expression<String>, Expression<Integer>, char) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
pad(CriteriaBuilder.Trimspec, Expression<String>, Expression<Integer>, char) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
pad(CriteriaBuilder.Trimspec, Expression<String>, Expression<Integer>, char) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
pad(CriteriaBuilder.Trimspec, Expression<String>, Expression<Integer>, Expression<Character>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Pad the specified string expression with whitespace or with the padChar character if specified.
pad(CriteriaBuilder.Trimspec, Expression<String>, Expression<Integer>, Expression<Character>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
pad(CriteriaBuilder.Trimspec, Expression<String>, Expression<Integer>, Expression<Character>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
pad(Expression<String>, int) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
pad(Expression<String>, int) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
pad(Expression<String>, int) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
pad(Expression<String>, int, char) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
pad(Expression<String>, int, char) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
pad(Expression<String>, int, char) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
pad(Expression<String>, int, Expression<Character>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
pad(Expression<String>, int, Expression<Character>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
pad(Expression<String>, int, Expression<Character>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
pad(Expression<String>, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
pad(Expression<String>, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
pad(Expression<String>, Expression<Integer>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
pad(Expression<String>, Expression<Integer>, char) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
pad(Expression<String>, Expression<Integer>, char) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
pad(Expression<String>, Expression<Integer>, char) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
pad(Expression<String>, Expression<Integer>, Expression<Character>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
pad(Expression<String>, Expression<Integer>, Expression<Character>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
pad(Expression<String>, Expression<Integer>, Expression<Character>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
PAD - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
PAD - Static variable in class org.hibernate.grammars.hql.HqlParser
 
PAD() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
PAD() - Method in class org.hibernate.grammars.hql.HqlParser.PadFunctionContext
 
pad_fill() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
SAP DB
pad_repeat() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
pad_replicate() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Transact-SQL
pad_space() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
In MySQL the third argument is required
padCharacter() - Method in class org.hibernate.grammars.hql.HqlParser
 
padCharacter() - Method in class org.hibernate.grammars.hql.HqlParser.PadFunctionContext
 
PadCharacterContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.PadCharacterContext
 
PADDED - org.hibernate.loader.BatchFetchStyle
Deprecated.
Still keeps the concept of pre-built batch sizes, but uses the next-bigger batch size and pads the extra identifier placeholders.
padFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
padFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
PadFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.PadFunctionContext
 
padLength() - Method in class org.hibernate.grammars.hql.HqlParser.PadFunctionContext
 
padLength() - Method in class org.hibernate.grammars.hql.HqlParser
 
PadLengthContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.PadLengthContext
 
padSpecification() - Method in class org.hibernate.grammars.hql.HqlParser.PadFunctionContext
 
padSpecification() - Method in class org.hibernate.grammars.hql.HqlParser
 
PadSpecificationContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.PadSpecificationContext
 
page(int, int) - Static method in class org.hibernate.query.Page
 
Page - Class in org.hibernate.query
Identifies a page of query results by page size and page number.
Pair<T1,​T2> - Class in org.hibernate.envers.tools
A pair of objects.
Pair(T1, T2) - Constructor for class org.hibernate.envers.tools.Pair
 
PARAM - org.hibernate.annotations.ResultCheckStyle
Essentially identical to ResultCheckStyle.COUNT except that the row count is obtained via an output parameter of a stored procedure.
PARAM - org.hibernate.engine.spi.ExecuteUpdateResultCheckStyle
Essentially the same as ExecuteUpdateResultCheckStyle.COUNT except that the row count actually comes from an output parameter registered as part of a CallableStatement.
PARAM - Static variable in class org.hibernate.jdbc.Expectations
 
PARAM_MARKER - Static variable in interface org.hibernate.sql.ast.spi.SqlAppender
 
ParamDef - Annotation Type in org.hibernate.annotations
Details about a parameter declared in a FilterDef.
parameter - Variable in class org.hibernate.boot.jaxb.mapping.JaxbNamedStoredProcedureQuery
 
parameter - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedStoredProcedureQuery
 
parameter() - Method in class org.hibernate.grammars.hql.HqlParser.EntityTypeReferenceContext
 
parameter() - Method in class org.hibernate.grammars.hql.HqlParser.LikeEscapeContext
 
parameter() - Method in class org.hibernate.grammars.hql.HqlParser
 
parameter() - Method in class org.hibernate.grammars.hql.HqlParser.ParameterExpressionContext
 
parameter() - Method in class org.hibernate.grammars.hql.HqlParser.ParameterOrIntegerLiteralContext
 
parameter() - Method in class org.hibernate.grammars.hql.HqlParser.ParameterOrNumberLiteralContext
 
parameter() - Method in class org.hibernate.grammars.hql.HqlParser.ParamInListContext
 
parameter() - Method in class org.hibernate.grammars.hql.HqlParser.TrimCharacterContext
 
parameter(Class<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
parameter(Class<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
parameter(Class<T>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
parameter(Class<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
parameter(Class<T>, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
parameter(Class<T>, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
parameter(Class<T>, String) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
parameter(Class<T>, String) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
Parameter - Annotation Type in org.hibernate.annotations
Generic parameter (basically a key/value combination) used to parametrize other annotations.
PARAMETER_NAME - Static variable in class org.hibernate.binder.internal.TenantIdBinder
 
PARAMETER_TYPE - Static variable in interface org.hibernate.usertype.DynamicParameterizedType
 
parameterBinders - Variable in class org.hibernate.sql.exec.spi.AbstractJdbcOperationQuery
 
ParameterCollector - Class in org.hibernate.query.sqm.tree.jpa
 
ParameterCollector - Interface in org.hibernate.query.sqm.internal
 
ParameterContext() - Constructor for class org.hibernate.grammars.hql.HqlParser.ParameterContext
 
ParameterContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.ParameterContext
 
ParameterDeclarationContext - Interface in org.hibernate.query.sqm.spi
Describes the context in which a parameter is declared.
ParameterExpressionContext(HqlParser.PrimaryExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.ParameterExpressionContext
 
ParameterInterpretation - Interface in org.hibernate.query.sql.spi
 
ParameterizedType - Interface in org.hibernate.usertype
Support for parameterizable types.
ParameterizedTypeImpl - Class in org.hibernate.type.internal
 
ParameterizedTypeImpl(Type, Type[], Type) - Constructor for class org.hibernate.type.internal.ParameterizedTypeImpl
 
ParameterLabelException - Exception in org.hibernate.query
Indicates a problem with the labelling of query parameters.
ParameterLabelException(String) - Constructor for exception org.hibernate.query.ParameterLabelException
 
parameterMarkerStrategy - Variable in class org.hibernate.internal.FastSessionServices
 
ParameterMarkerStrategy - Interface in org.hibernate.sql.ast.spi
Strategy for generating parameter markers used in preparable SQL strings.
ParameterMarkerStrategyInitiator - Class in org.hibernate.sql.ast.internal
 
ParameterMarkerStrategyInitiator() - Constructor for class org.hibernate.sql.ast.internal.ParameterMarkerStrategyInitiator
 
ParameterMarkerStrategyStandard - Class in org.hibernate.sql.ast.internal
The standard ParameterMarkerStrategy based on the standard JDBC ? marker
ParameterMarkerStrategyStandard() - Constructor for class org.hibernate.sql.ast.internal.ParameterMarkerStrategyStandard
 
ParameterMementoImpl(int, String, ParameterMode, Class<T>, BindableType<T>) - Constructor for class org.hibernate.procedure.internal.NamedCallableQueryMementoImpl.ParameterMementoImpl
Create the memento
ParameterMetadata - Interface in org.hibernate.query
Access to known information about the parameters for a query.
ParameterMetadataImpl - Class in org.hibernate.query.internal
Encapsulates metadata about parameters encountered within a query.
ParameterMetadataImpl(Map<Integer, QueryParameterImplementor<?>>, Map<String, QueryParameterImplementor<?>>) - Constructor for class org.hibernate.query.internal.ParameterMetadataImpl
 
ParameterMetadataImpl(Map<QueryParameterImplementor<?>, List<SqmParameter<?>>>) - Constructor for class org.hibernate.query.internal.ParameterMetadataImpl
 
ParameterMetadataImplementor - Interface in org.hibernate.query.spi
 
ParameterMisuseException - Exception in org.hibernate.procedure
Thrown to indicate a misuse of a parameter
ParameterMisuseException(String) - Constructor for exception org.hibernate.procedure.ParameterMisuseException
 
ParameterMode - Enum in org.hibernate.jpamodelgen.xml.jaxb
Java class for parameter-mode.
ParameterModeMarshalling - Class in org.hibernate.boot.jaxb.mapping.marshall
JAXB marshalling for ParameterMode
ParameterModeMarshalling() - Constructor for class org.hibernate.boot.jaxb.mapping.marshall.ParameterModeMarshalling
 
parameterName - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterParameterType
 
ParameterOccurrence - Class in org.hibernate.query.sql.spi
 
ParameterOccurrence(QueryParameterImplementor<?>, int) - Constructor for class org.hibernate.query.sql.spi.ParameterOccurrence
 
parameterOrIntegerLiteral() - Method in class org.hibernate.grammars.hql.HqlParser.FetchCountOrPercentContext
 
parameterOrIntegerLiteral() - Method in class org.hibernate.grammars.hql.HqlParser.LimitClauseContext
 
parameterOrIntegerLiteral() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetClauseContext
 
parameterOrIntegerLiteral() - Method in class org.hibernate.grammars.hql.HqlParser
 
ParameterOrIntegerLiteralContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.ParameterOrIntegerLiteralContext
 
parameterOrNumberLiteral() - Method in class org.hibernate.grammars.hql.HqlParser.FetchCountOrPercentContext
 
parameterOrNumberLiteral() - Method in class org.hibernate.grammars.hql.HqlParser
 
ParameterOrNumberLiteralContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.ParameterOrNumberLiteralContext
 
ParameterParser - Class in org.hibernate.query.sql.internal
The single available method ParameterParser.parse(java.lang.String, org.hibernate.query.sql.spi.ParameterRecognizer, boolean) is responsible for parsing a native query string and recognizing tokens defining named of ordinal parameters and providing callbacks about each recognition.
ParameterRecognitionException - Exception in org.hibernate.engine.query
Indicates a problem during parameter recognition via ParameterRecognizer
ParameterRecognitionException(String) - Constructor for exception org.hibernate.engine.query.ParameterRecognitionException
 
ParameterRecognitionException(String, Throwable) - Constructor for exception org.hibernate.engine.query.ParameterRecognitionException
 
ParameterRecognizer - Interface in org.hibernate.query.sql.spi
Defines the "callback" process of recognizing native query parameters.
ParameterRecognizerImpl - Class in org.hibernate.query.sql.internal
 
ParameterRecognizerImpl() - Constructor for class org.hibernate.query.sql.internal.ParameterRecognizerImpl
 
parameters - Variable in class org.hibernate.boot.jaxb.mapping.JaxbCollectionUserTypeRegistration
 
parameters - Variable in class org.hibernate.boot.jaxb.mapping.JaxbColumnType
 
parameters - Variable in class org.hibernate.envers.query.internal.impl.AbstractAuditAssociationQuery
 
parameters() - Method in annotation type org.hibernate.annotations.CollectionIdType
Parameters to be injected into the custom type after it is instantiated.
parameters() - Method in annotation type org.hibernate.annotations.CollectionType
Specifies configuration information for the type.
parameters() - Method in annotation type org.hibernate.annotations.CollectionTypeRegistration
Specifies configuration information for the type.
parameters() - Method in annotation type org.hibernate.annotations.FilterDef
The names and types of the parameters of the filter.
parameters() - Method in annotation type org.hibernate.annotations.GenericGenerator
parameters() - Method in annotation type org.hibernate.annotations.MapKeyType
Parameters for the custom type
parameters() - Method in annotation type org.hibernate.annotations.Type
Parameters to be injected into the custom type after it is instantiated.
Parameters - Class in org.hibernate.envers.internal.tools.query
Parameters of a query, built using QueryBuilder.
ParameterStrategy - Enum in org.hibernate.procedure.spi
The style/strategy of parameter registration used in a particular procedure call definition.
ParameterStrategyException - Exception in org.hibernate.procedure
 
ParameterStrategyException(String) - Constructor for exception org.hibernate.procedure.ParameterStrategyException
 
ParameterTypeException - Exception in org.hibernate.procedure
Indicates Hibernate is unable to determine the type details for a parameter.
ParameterTypeException(String) - Constructor for exception org.hibernate.procedure.ParameterTypeException
 
ParameterUsage - Enum in org.hibernate.engine.jdbc.mutation
Describes how a parameter is used in a mutation statement
parameterValueTypeName - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterParameterType
 
ParamInListContext(HqlParser.InListContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.ParamInListContext
 
ParamLocationRecognizer - Class in org.hibernate.engine.query.spi
Deprecated, for removal: This API element is subject to removal in a future version.
No longer used
ParamLocationRecognizer(int) - Constructor for class org.hibernate.engine.query.spi.ParamLocationRecognizer
Deprecated.
 
ParamLocationRecognizer.InFlightJpaOrdinalParameterState - Class in org.hibernate.engine.query.spi
Deprecated.
Internal in-flight representation of a recognized named parameter
ParamLocationRecognizer.InFlightNamedParameterState - Class in org.hibernate.engine.query.spi
Deprecated.
Internal in-flight representation of a recognized named parameter
ParamLocationRecognizer.InFlightOrdinalParameterState - Class in org.hibernate.engine.query.spi
Deprecated.
Internal in-flight representation of a recognized named parameter
parent - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
 
parent - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
 
parent - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
 
parent - Variable in class org.hibernate.boot.model.internal.AbstractPropertyHolder
 
parent - Variable in class org.hibernate.envers.query.internal.impl.AbstractAuditAssociationQuery
 
parent - Variable in class org.hibernate.sql.ast.spi.SimpleFromClauseAccessImpl
 
Parent - Annotation Type in org.hibernate.annotations
Reference the property as a pointer back to the owner (generally the owning entity).
parentAccess - Variable in class org.hibernate.sql.results.graph.collection.internal.AbstractCollectionInitializer
 
parentAccess - Variable in class org.hibernate.sql.results.graph.entity.internal.AbstractBatchEntitySelectFetchInitializer
 
parentAccess - Variable in class org.hibernate.sql.results.graph.entity.internal.EntitySelectFetchInitializer
 
parse(Class<T>, CharSequence, EntityManager) - Static method in class org.hibernate.graph.GraphParser
Creates a root graph based on the passed `rootType` and parses `graphText` into the generated root graph
parse(Object) - Method in class org.hibernate.type.descriptor.java.UUIDJavaType.NoDashesStringTransformer
 
parse(Object) - Method in class org.hibernate.type.descriptor.java.UUIDJavaType.PassThroughTransformer
 
parse(Object) - Method in class org.hibernate.type.descriptor.java.UUIDJavaType.ToBytesTransformer
 
parse(Object) - Method in class org.hibernate.type.descriptor.java.UUIDJavaType.ToStringTransformer
 
parse(Object) - Method in interface org.hibernate.type.descriptor.java.UUIDJavaType.ValueTransformer
 
parse(String) - Static method in enum org.hibernate.annotations.CacheConcurrencyStrategy
Parse an external representation.
parse(String) - Method in class org.hibernate.boot.model.relational.QualifiedNameParser
Parses a textual representation of a qualified name into a NameParts representation.
parse(String) - Static method in class org.hibernate.boot.model.source.spi.AttributePath
 
parse(String) - Static method in enum org.hibernate.ConnectionReleaseMode
Alias for ConnectionReleaseMode.valueOf(String) using uppercase version of the incoming name.
parse(String) - Static method in enum org.hibernate.engine.profile.Fetch.Style
Deprecated.
Parses a style given an externalized string representation
parse(String) - Static method in class org.hibernate.mapping.PropertyGeneration
Deprecated.
 
parse(String) - Static method in enum org.hibernate.metamodel.internal.JpaMetaModelPopulationSetting
 
parse(String) - Static method in enum org.hibernate.metamodel.internal.JpaStaticMetaModelPopulationSetting
 
parse(String) - Static method in class org.hibernate.metamodel.mapping.SelectablePath
 
parse(String) - Static method in enum org.hibernate.query.NullPrecedence
Interprets a string representation of a NullPrecedence, returning null by default.
parse(String, Identifier, Identifier) - Method in class org.hibernate.boot.model.relational.QualifiedNameParser
Parses a textual representation of a qualified name into a NameParts representation.
parse(String, NullPrecedence) - Static method in enum org.hibernate.query.NullPrecedence
Interprets a string representation of a NullPrecedence, returning the specified default if not recognized.
parse(String, ParameterRecognizer) - Static method in class org.hibernate.query.sql.internal.ParameterParser
 
parse(String, ParameterRecognizer, boolean) - Static method in class org.hibernate.query.sql.internal.ParameterParser
Performs the actual parsing and tokenizing of the query string making appropriate callbacks to the given recognizer upon recognition of the various tokens.
parse(URL, PersistenceUnitTransactionType) - Static method in class org.hibernate.jpa.boot.internal.PersistenceXmlParser
Intended only for use by Hibernate tests!
parse(URL, PersistenceUnitTransactionType, Map) - Static method in class org.hibernate.jpa.boot.internal.PersistenceXmlParser
Generic method to parse a specified persistence.xml and return a Map of descriptors for all discovered persistence-units keyed by the PU name.
parseCommaSeparatedString(String) - Static method in class org.hibernate.boot.model.source.internal.hbm.CommaSeparatedStringHelper
 
parseCommaSeparatedString(String) - Static method in class org.hibernate.internal.util.StringHelper
 
ParsedPersistenceXmlDescriptor - Class in org.hibernate.jpa.boot.internal
Describes the information gleaned from a <persistence-unit/> element in a persistence.xml file whether parsed directly by Hibernate or passed to us by an EE container as a PersistenceUnitInfo.
ParsedPersistenceXmlDescriptor(URL) - Constructor for class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
parseFilterParameterName(String) - Static method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
parseFromName(String) - Static method in enum org.hibernate.tuple.GenerationTiming
Deprecated.
 
parseInto(EntityGraph<T>, CharSequence, EntityManager) - Static method in class org.hibernate.graph.GraphParser
Parses the textual graph representation into the specified graph.
parseInto(EntityGraph<T>, CharSequence, EntityManagerFactory) - Static method in class org.hibernate.graph.GraphParser
Parses the textual graph representation into the specified graph.
parseInto(Subgraph<T>, CharSequence, EntityManager) - Static method in class org.hibernate.graph.GraphParser
Parses the textual graph representation into the specified graph.
parseInto(Subgraph<T>, CharSequence, EntityManagerFactory) - Static method in class org.hibernate.graph.GraphParser
Parses the textual graph representation into the specified graph.
parseInto(Graph<T>, CharSequence, EntityManager) - Static method in class org.hibernate.graph.GraphParser
Parses the textual graph representation into the specified graph.
parseInto(Graph<T>, CharSequence, EntityManagerFactory) - Static method in class org.hibernate.graph.GraphParser
Parses the textual graph representation into the specified graph.
parseInto(GraphImplementor<?>, CharSequence, SessionFactoryImplementor) - Static method in class org.hibernate.graph.internal.parse.GraphParser
Parse the passed graph textual representation into the passed Graph.
parseInto(GraphImplementor<?>, String, SessionFactoryImplementor) - Static method in class org.hibernate.graph.internal.parse.GraphParser
Parse the passed graph textual representation into the passed Graph.
parseJdbcCall(String, List<String>, Supplier<RuntimeException>) - Static method in class org.hibernate.boot.model.internal.QueryBinder
Deprecated.
parseLiteralValue(String) - Method in enum org.hibernate.query.sqm.tree.expression.NumericTypeCategory
 
parsePersistenceXml(URL, Map) - Method in class org.hibernate.jpa.boot.internal.PersistenceXmlParser
 
parsePrecedence(String) - Static method in enum org.hibernate.cfg.MetadataSourceType
Deprecated.
 
ParseTreeVisitor - Class in org.hibernate.metamodel.mapping.ordering.ast
 
ParseTreeVisitor(PluralAttributeMapping, TranslationContext) - Constructor for class org.hibernate.metamodel.mapping.ordering.ast.ParseTreeVisitor
 
parseVersion(String) - Static method in class org.hibernate.dialect.CockroachDialect
 
parseXml() - Method in class org.hibernate.jpamodelgen.xml.JpaDescriptorParser
 
PARSING_LOGGER - Static variable in interface org.hibernate.graph.internal.GraphParserLogging
 
ParsingException - Exception in org.hibernate.query.sqm
Occurs when an unexpected condition is encountered while interpreting the output of the HQL parser.
ParsingException(String) - Constructor for exception org.hibernate.query.sqm.ParsingException
 
parsingXmlError(int, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
parsingXmlErrorForFile(String, int, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
parsingXmlWarning(int, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
parsingXmlWarningForFile(String, int, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
PART_NAME - Static variable in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
 
PART_NAME - Static variable in interface org.hibernate.metamodel.mapping.NaturalIdMapping
 
PARTIAL - org.hibernate.engine.spi.ValueInclusion
 
partialFlushEnd(int, int) - Method in class org.hibernate.BaseSessionEventListener
 
partialFlushEnd(int, int) - Method in class org.hibernate.engine.internal.SessionEventListenerManagerImpl
 
partialFlushEnd(int, int) - Method in class org.hibernate.engine.internal.StatisticalLoggingSessionEventListener
 
partialFlushEnd(int, int) - Method in interface org.hibernate.SessionEventListener
 
partialFlushStart() - Method in class org.hibernate.BaseSessionEventListener
 
partialFlushStart() - Method in class org.hibernate.engine.internal.SessionEventListenerManagerImpl
 
partialFlushStart() - Method in class org.hibernate.engine.internal.StatisticalLoggingSessionEventListener
 
partialFlushStart() - Method in interface org.hibernate.SessionEventListener
 
partiallyUnqualify(String, String) - Static method in class org.hibernate.internal.util.StringHelper
Partially unqualifies a qualified name.
PARTITION - org.hibernate.sql.ast.Clause
 
PARTITION - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
PARTITION - Static variable in class org.hibernate.grammars.hql.HqlParser
 
PARTITION() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
PARTITION() - Method in class org.hibernate.grammars.hql.HqlParser.PartitionClauseContext
 
partitionBy(Expression<?>...) - Method in interface org.hibernate.query.criteria.JpaWindow
Add partition by expressions to the window.
partitionBy(Expression<?>...) - Method in class org.hibernate.query.sqm.tree.expression.SqmWindow
 
partitionClause() - Method in class org.hibernate.grammars.hql.HqlParser.OverClauseContext
 
partitionClause() - Method in class org.hibernate.grammars.hql.HqlParser
 
PartitionClauseContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.PartitionClauseContext
 
PartitionKey - Annotation Type in org.hibernate.annotations
Identifies a field of an entity that holds the partition key of a table.
Partner - Class in org.hibernate.testing.orm.domain.userguide
 
Partner() - Constructor for class org.hibernate.testing.orm.domain.userguide.Partner
 
Partner(String) - Constructor for class org.hibernate.testing.orm.domain.userguide.Partner
 
PASS - Static variable in interface org.hibernate.cfg.JdbcSettings
Deprecated.
The JPA-standard setting JdbcSettings.JAKARTA_JDBC_USER is now preferred.
PASS - Static variable in class org.hibernate.testing.env.ConnectionProviderBuilder
 
PASS - Static variable in class org.hibernate.testing.env.TestingDatabaseInfo
 
PassThroughInterceptor - Class in org.hibernate.bytecode.internal.bytebuddy
 
PassThroughInterceptor(String) - Constructor for class org.hibernate.bytecode.internal.bytebuddy.PassThroughInterceptor
 
PassThroughTransformer() - Constructor for class org.hibernate.type.descriptor.java.UUIDJavaType.PassThroughTransformer
 
path() - Method in class org.hibernate.grammars.hql.HqlParser.CollectionFunctionMisuseContext
 
path() - Method in class org.hibernate.grammars.hql.HqlParser.CollectionSizeFunctionContext
 
path() - Method in class org.hibernate.grammars.hql.HqlParser.CollectionValueNavigablePathContext
 
path() - Method in class org.hibernate.grammars.hql.HqlParser.ElementAggregateFunctionContext
 
path() - Method in class org.hibernate.grammars.hql.HqlParser.EntityIdReferenceContext
 
path() - Method in class org.hibernate.grammars.hql.HqlParser.EntityNaturalIdReferenceContext
 
path() - Method in class org.hibernate.grammars.hql.HqlParser.EntityTypeReferenceContext
 
path() - Method in class org.hibernate.grammars.hql.HqlParser.EntityVersionReferenceContext
 
path() - Method in class org.hibernate.grammars.hql.HqlParser.IndexAggregateFunctionContext
 
path() - Method in class org.hibernate.grammars.hql.HqlParser.JoinPathContext
 
path() - Method in class org.hibernate.grammars.hql.HqlParser.JpaCollectionJoinContext
 
path() - Method in class org.hibernate.grammars.hql.HqlParser.MapEntrySelectionContext
 
path() - Method in class org.hibernate.grammars.hql.HqlParser.MapKeyNavigablePathContext
 
path() - Method in class org.hibernate.grammars.hql.HqlParser.MemberOfPredicateContext
 
path() - Method in class org.hibernate.grammars.hql.HqlParser
 
path() - Method in class org.hibernate.grammars.hql.HqlParser.ToOneFkReferenceContext
 
path() - Method in class org.hibernate.grammars.hql.HqlParser.TreatedNavigablePathContext
 
PathConsumer - Class in org.hibernate.metamodel.mapping.ordering.ast
Represents the translation of an individual part of a path in `@OrderBy` translation Similar in purpose to DotIdentifierConsumer, but for `@OrderBy` translation
PathConsumer(PluralAttributeMapping, TranslationContext) - Constructor for class org.hibernate.metamodel.mapping.ordering.ast.PathConsumer
 
PathContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.PathContext
 
pathContinuation() - Method in class org.hibernate.grammars.hql.HqlParser.CollectionValueNavigablePathContext
 
pathContinuation() - Method in class org.hibernate.grammars.hql.HqlParser.EntityIdReferenceContext
 
pathContinuation() - Method in class org.hibernate.grammars.hql.HqlParser.EntityNaturalIdReferenceContext
 
pathContinuation() - Method in class org.hibernate.grammars.hql.HqlParser.MapKeyNavigablePathContext
 
pathContinuation() - Method in class org.hibernate.grammars.hql.HqlParser.PathContext
 
pathContinuation() - Method in class org.hibernate.grammars.hql.HqlParser
 
pathContinuation() - Method in class org.hibernate.grammars.hql.HqlParser.SyntacticPathExpressionContext
 
pathContinuation() - Method in class org.hibernate.grammars.hql.HqlParser.TreatedNavigablePathContext
 
PathContinuationContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.PathContinuationContext
 
PathElementException - Exception in org.hibernate.query.sqm
Indicates that an element of a path did not resolve to a mapped program element.
PathElementException(String) - Constructor for exception org.hibernate.query.sqm.PathElementException
 
PathException - Exception in org.hibernate.query
Indicates a problem with a path expression in HQL/JPQL.
PathException(String) - Constructor for exception org.hibernate.query.PathException
 
PathException(String, Exception) - Constructor for exception org.hibernate.query.PathException
 
PathException(String, String, Exception) - Constructor for exception org.hibernate.query.PathException
 
PathHelper - Class in org.hibernate.metamodel.model.domain.internal
 
PathHelper() - Constructor for class org.hibernate.metamodel.model.domain.internal.PathHelper
 
pathModel - Variable in class org.hibernate.metamodel.model.domain.internal.AbstractSqmPathSource
 
PathQualifierType - Enum in org.hibernate.graph.internal.parse
 
PathResolutionException - Exception in org.hibernate.metamodel.mapping.ordering.ast
Indicates a problem resolving a domain-path occurring in an order-by fragment
PathResolutionException(String) - Constructor for exception org.hibernate.metamodel.mapping.ordering.ast.PathResolutionException
 
PathResolutionException(String, Throwable) - Constructor for exception org.hibernate.metamodel.mapping.ordering.ast.PathResolutionException
 
pathsMatch(NavigablePath) - Method in class org.hibernate.spi.NavigablePath
 
patternAggregateDescriptorBuilder(String, String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
Get a builder for creating and registering a pattern-based aggregate function descriptor.
PatternBasedSqmFunctionDescriptor - Class in org.hibernate.query.sqm.function
Support for HQL functions that have different representations in different SQL dialects, where the difference can be handled via a pattern template.
PatternBasedSqmFunctionDescriptor(PatternRenderer, ArgumentsValidator, FunctionReturnTypeResolver, FunctionArgumentTypeResolver, String, FunctionKind, String) - Constructor for class org.hibernate.query.sqm.function.PatternBasedSqmFunctionDescriptor
Constructs a pattern-based function template
patternDescriptorBuilder(String, String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
Get a builder for creating and registering a pattern-based function descriptor.
PatternFunctionDescriptorBuilder - Class in org.hibernate.query.sqm.produce.function
 
PatternFunctionDescriptorBuilder(SqmFunctionRegistry, String, FunctionKind, String) - Constructor for class org.hibernate.query.sqm.produce.function.PatternFunctionDescriptorBuilder
 
PatternRenderer - Class in org.hibernate.query.sqm.produce.function.internal
Delegate for handling function "templates".
PatternRenderer(String) - Constructor for class org.hibernate.query.sqm.produce.function.internal.PatternRenderer
 
PatternRenderer(String, SqlAstNodeRenderingMode) - Constructor for class org.hibernate.query.sqm.produce.function.internal.PatternRenderer
Constructs a template renderer
Payment - Class in org.hibernate.testing.orm.domain.retail
 
Payment - Class in org.hibernate.testing.orm.domain.userguide
 
Payment() - Constructor for class org.hibernate.testing.orm.domain.retail.Payment
 
Payment() - Constructor for class org.hibernate.testing.orm.domain.userguide.Payment
 
Payment(Integer, MonetaryAmount) - Constructor for class org.hibernate.testing.orm.domain.retail.Payment
 
peek() - Method in class org.hibernate.boot.cfgxml.internal.JaxbCfgProcessor.NamespaceAddingEventReader
 
peek() - Method in class org.hibernate.boot.jaxb.internal.stax.BufferedXMLEventReader
 
peek() - Method in class org.hibernate.boot.jaxb.internal.stax.FilteringXMLEventReader
 
peek() - Method in class org.hibernate.boot.jaxb.internal.stax.HbmEventReader
 
peek() - Method in class org.hibernate.boot.jaxb.internal.stax.JpaOrmXmlEventReader
 
peek() - Method in class org.hibernate.boot.jaxb.internal.stax.MappingEventReader
 
peek() - Method in class org.hibernate.jpamodelgen.util.xml.JpaNamespaceTransformingEventReader
 
peek(int) - Method in interface org.hibernate.internal.util.collections.Stack
The element at the given offset, relative to the top of the stack
peek(int) - Method in class org.hibernate.internal.util.collections.StandardStack
 
peekNdc() - Method in class org.hibernate.testing.logger.TestableLoggerProvider
 
PERCENT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
PERCENT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
PERCENT() - Method in class org.hibernate.grammars.hql.HqlParser.FetchCountOrPercentContext
 
PERCENT() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
PERCENT_ONLY - org.hibernate.query.sqm.FetchClauseType
Row count in percent FETCH FIRST n PERCENT ROWS ONLY.
PERCENT_OP - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
PERCENT_OP - Static variable in class org.hibernate.grammars.hql.HqlParser
 
PERCENT_OP() - Method in class org.hibernate.grammars.hql.HqlParser.MultiplicativeOperatorContext
 
PERCENT_WITH_TIES - org.hibernate.query.sqm.FetchClauseType
Also fetches ties if the last value is not unique FETCH FIRST n PERCENT ROWS WITH TIES.
percentileCont(Expression<? extends Number>, Expression<T>, SortDirection, NullPrecedence) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
percentileCont(Expression<? extends Number>, Expression<T>, SortDirection, NullPrecedence) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
percentileCont(Expression<? extends Number>, Expression<T>, SortDirection, NullPrecedence) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
percentileCont(Expression<? extends Number>, JpaPredicate, Expression<T>, SortDirection, NullPrecedence) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
percentileCont(Expression<? extends Number>, JpaPredicate, Expression<T>, SortDirection, NullPrecedence) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
percentileCont(Expression<? extends Number>, JpaPredicate, Expression<T>, SortDirection, NullPrecedence) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
percentileCont(Expression<? extends Number>, JpaPredicate, JpaWindow, Expression<T>, SortDirection, NullPrecedence) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create a percentile_cont ordered set-aggregate function expression.
percentileCont(Expression<? extends Number>, JpaPredicate, JpaWindow, Expression<T>, SortDirection, NullPrecedence) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
percentileCont(Expression<? extends Number>, JpaPredicate, JpaWindow, Expression<T>, SortDirection, NullPrecedence) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
percentileCont(Expression<? extends Number>, JpaWindow, Expression<T>, SortDirection, NullPrecedence) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
percentileCont(Expression<? extends Number>, JpaWindow, Expression<T>, SortDirection, NullPrecedence) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
percentileCont(Expression<? extends Number>, JpaWindow, Expression<T>, SortDirection, NullPrecedence) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
percentileDisc(Expression<? extends Number>, Expression<T>, SortDirection, NullPrecedence) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
percentileDisc(Expression<? extends Number>, Expression<T>, SortDirection, NullPrecedence) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
percentileDisc(Expression<? extends Number>, Expression<T>, SortDirection, NullPrecedence) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
percentileDisc(Expression<? extends Number>, JpaPredicate, Expression<T>, SortDirection, NullPrecedence) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
percentileDisc(Expression<? extends Number>, JpaPredicate, Expression<T>, SortDirection, NullPrecedence) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
percentileDisc(Expression<? extends Number>, JpaPredicate, Expression<T>, SortDirection, NullPrecedence) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
percentileDisc(Expression<? extends Number>, JpaPredicate, JpaWindow, Expression<T>, SortDirection, NullPrecedence) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create a percentile_disc ordered set-aggregate function expression.
percentileDisc(Expression<? extends Number>, JpaPredicate, JpaWindow, Expression<T>, SortDirection, NullPrecedence) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
percentileDisc(Expression<? extends Number>, JpaPredicate, JpaWindow, Expression<T>, SortDirection, NullPrecedence) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
percentileDisc(Expression<? extends Number>, JpaWindow, Expression<T>, SortDirection, NullPrecedence) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
percentileDisc(Expression<? extends Number>, JpaWindow, Expression<T>, SortDirection, NullPrecedence) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
percentileDisc(Expression<? extends Number>, JpaWindow, Expression<T>, SortDirection, NullPrecedence) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
percentRank(JpaOrder, Expression<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
percentRank(JpaOrder, Expression<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
percentRank(JpaOrder, Expression<?>...) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
percentRank(JpaOrder, JpaPredicate, Expression<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
percentRank(JpaOrder, JpaPredicate, Expression<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
percentRank(JpaOrder, JpaPredicate, Expression<?>...) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
percentRank(JpaOrder, JpaPredicate, JpaWindow, Expression<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create a percent_rank ordered set-aggregate function expression.
percentRank(JpaOrder, JpaPredicate, JpaWindow, Expression<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
percentRank(JpaOrder, JpaPredicate, JpaWindow, Expression<?>...) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
percentRank(JpaOrder, JpaWindow, Expression<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
percentRank(JpaOrder, JpaWindow, Expression<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
percentRank(JpaOrder, JpaWindow, Expression<?>...) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
percentRank(JpaWindow) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create a percent_rank window function expression.
percentRank(JpaWindow) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
percentRank(JpaWindow) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
perform(Supplier<T>) - Method in class org.hibernate.loader.internal.IdentifierLoadAccessImpl
 
perform(ServiceRegistry) - Method in interface org.hibernate.tool.schema.spi.DelayedDropAction
Perform the delayed schema drop.
perform(Session, Object) - Method in class org.hibernate.envers.internal.synchronization.work.AbstractAuditWorkUnit
 
perform(Session, Object) - Method in interface org.hibernate.envers.internal.synchronization.work.AuditWorkUnit
Perform this work unit in the given session.
perform(Session, Object) - Method in class org.hibernate.envers.internal.synchronization.work.PersistentCollectionChangeWorkUnit
 
perform(Session, String, EnversService, Object, Object, Object) - Method in interface org.hibernate.envers.strategy.AuditStrategy
perform(Session, String, Configuration, Object, Object, Object) - Method in class org.hibernate.envers.strategy.internal.DefaultAuditStrategy
 
perform(Session, String, Configuration, Object, Object, Object) - Method in class org.hibernate.envers.strategy.internal.ValidityAuditStrategy
 
perform(Session, String, Configuration, Object, Object, Object) - Method in interface org.hibernate.envers.strategy.spi.AuditStrategy
Perform the persistence of audited data for regular entities.
performAfterClassCallbacks(Object) - Method in class org.hibernate.testing.junit4.TestClassMetadata
 
performAfterTemporaryTableUseActions(TemporaryTable, Function<SharedSessionContractImplementor, String>, AfterUseAction, ExecutionContext) - Static method in class org.hibernate.query.sqm.mutation.internal.temptable.ExecuteWithTemporaryTableHelper
 
performAnyNeededCrossReferenceSynchronizations() - Method in class org.hibernate.loader.internal.BaseNaturalIdLoadAccessImpl
 
performBatchedOperations(ValuesAnalysis, TableInclusionChecker) - Method in class org.hibernate.engine.jdbc.mutation.internal.AbstractMutationExecutor
 
performBatchedOperations(ValuesAnalysis, TableInclusionChecker) - Method in class org.hibernate.engine.jdbc.mutation.internal.MutationExecutorSingleBatched
 
performBatchedOperations(ValuesAnalysis, TableInclusionChecker) - Method in class org.hibernate.engine.jdbc.mutation.internal.MutationExecutorStandard
 
performBeforeClassCallbacks(Object) - Method in class org.hibernate.testing.junit4.TestClassMetadata
 
performBeforeTemporaryTableUseActions(TemporaryTable, ExecutionContext) - Static method in class org.hibernate.query.sqm.mutation.internal.temptable.ExecuteWithTemporaryTableHelper
 
performCallback(Object) - Method in interface org.hibernate.jpa.event.spi.Callback
Contract for performing the callback
performCollectionChange(Session, String, String, EnversService, PersistentCollectionChangeData, Object) - Method in interface org.hibernate.envers.strategy.AuditStrategy
performCollectionChange(Session, String, String, Configuration, PersistentCollectionChangeData, Object) - Method in class org.hibernate.envers.strategy.internal.DefaultAuditStrategy
 
performCollectionChange(Session, String, String, Configuration, PersistentCollectionChangeData, Object) - Method in class org.hibernate.envers.strategy.internal.ValidityAuditStrategy
 
performCollectionChange(Session, String, String, Configuration, PersistentCollectionChangeData, Object) - Method in interface org.hibernate.envers.strategy.spi.AuditStrategy
Perform the persistence of audited data for collection ("middle") entities.
performDetachedEntityDeletionCheck(DeleteEvent) - Method in class org.hibernate.event.internal.DefaultDeleteEventListener
Called when we have recognized an attempt to delete a detached entity.
performExecution() - Method in class org.hibernate.engine.jdbc.batch.internal.BatchImpl
 
performExecutions(EventSource) - Method in class org.hibernate.event.internal.AbstractFlushingEventListener
Execute all SQL (and second-level cache updates) in a special order so that foreign-key constraints cannot be violated: Inserts, in the order they were performed Updates Deletion of collection elements Insertion of collection elements Deletes, in the order they were performed
performInsert(String, SharedSessionContractImplementor, Binder) - Method in class org.hibernate.id.insert.AbstractReturningDelegate
 
performInsert(String, SharedSessionContractImplementor, Binder) - Method in class org.hibernate.id.insert.AbstractSelectingDelegate
 
performInsert(String, SharedSessionContractImplementor, Binder) - Method in interface org.hibernate.id.insert.InsertGeneratedIdentifierDelegate
Execute the given insert statement and return the generated key value.
performInsert(PreparedStatementDetails, JdbcValueBindings, Object, SharedSessionContractImplementor) - Method in class org.hibernate.id.insert.AbstractReturningDelegate
 
performInsert(PreparedStatementDetails, JdbcValueBindings, Object, SharedSessionContractImplementor) - Method in class org.hibernate.id.insert.AbstractSelectingDelegate
 
performInsert(PreparedStatementDetails, JdbcValueBindings, Object, SharedSessionContractImplementor) - Method in class org.hibernate.id.insert.GetGeneratedKeysDelegate
 
performInsert(PreparedStatementDetails, JdbcValueBindings, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.id.insert.InsertGeneratedIdentifierDelegate
Perform the insert and extract the database-generated primary key value.
performList(DomainQueryExecutionContext) - Method in interface org.hibernate.query.spi.SelectQueryPlan
Perform (execute) the query returning a List
performList(DomainQueryExecutionContext) - Method in class org.hibernate.query.sql.internal.NativeSelectQueryPlanImpl
 
performList(DomainQueryExecutionContext) - Method in class org.hibernate.query.sqm.internal.AggregatedSelectQueryPlanImpl
 
performList(DomainQueryExecutionContext) - Method in class org.hibernate.query.sqm.internal.ConcreteSqmSelectQueryPlan
 
performMutation(JdbcValueBindings, ValuesAnalysis, SharedSessionContractImplementor) - Method in class org.hibernate.sql.model.jdbc.DeleteOrUpsertOperation
 
performMutation(JdbcValueBindings, ValuesAnalysis, SharedSessionContractImplementor) - Method in class org.hibernate.sql.model.jdbc.OptionalTableUpdateOperation
 
performMutation(JdbcValueBindings, ValuesAnalysis, SharedSessionContractImplementor) - Method in interface org.hibernate.sql.model.SelfExecutingUpdateOperation
 
performNonBatchedMutation(PreparedStatementDetails, JdbcValueBindings, TableInclusionChecker, OperationResultChecker, SharedSessionContractImplementor) - Method in class org.hibernate.engine.jdbc.mutation.internal.AbstractMutationExecutor
Perform a non-batched mutation
performNonBatchedOperations(ValuesAnalysis, TableInclusionChecker, OperationResultChecker, SharedSessionContractImplementor) - Method in class org.hibernate.engine.jdbc.mutation.internal.AbstractMutationExecutor
 
performNonBatchedOperations(ValuesAnalysis, TableInclusionChecker, OperationResultChecker, SharedSessionContractImplementor) - Method in class org.hibernate.engine.jdbc.mutation.internal.MutationExecutorSingleNonBatched
 
performNonBatchedOperations(ValuesAnalysis, TableInclusionChecker, OperationResultChecker, SharedSessionContractImplementor) - Method in class org.hibernate.engine.jdbc.mutation.internal.MutationExecutorStandard
 
performOnExpectedFailureCallback(Object) - Method in class org.hibernate.testing.junit4.TestClassMetadata
 
performOnFailureCallback(Object) - Method in class org.hibernate.testing.junit4.TestClassMetadata
 
performOnLazyProperty() - Method in interface org.hibernate.engine.spi.CascadingAction
Should this action be performed (or noCascade consulted) in the case of lazy properties.
performOnLazyProperty() - Method in class org.hibernate.engine.spi.CascadingActions.BaseCascadingAction
 
performOrderedMultiLoad(Object[], MultiIdLoadOptions, EventSource) - Method in class org.hibernate.loader.ast.internal.MultiIdEntityLoaderStandard
 
performOrderedMultiLoad(K[], MultiIdLoadOptions, EventSource) - Method in class org.hibernate.loader.ast.internal.AbstractMultiIdEntityLoader
 
performOrderedMultiLoad(K[], MultiIdLoadOptions, EventSource) - Method in class org.hibernate.loader.ast.internal.MultiIdEntityLoaderArrayParam
 
performQueuedOperations() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
After reading all existing elements from the database, add the queued elements to the underlying collection.
performSave(Object, Object, EntityPersister, boolean, C, EventSource, boolean) - Method in class org.hibernate.event.internal.AbstractSaveEventListener
Prepares the save call by checking the session caches for a pre-existing entity and performing any lifecycle callbacks.
performSaveOrReplicate(Object, EntityKey, EntityPersister, boolean, C, EventSource, boolean) - Method in class org.hibernate.event.internal.AbstractSaveEventListener
Performs all the actual work needed to save an entity (well to get the save moved to the execution queue).
performSaveOrUpdate(SaveOrUpdateEvent) - Method in class org.hibernate.event.internal.DefaultSaveEventListener
Deprecated.
 
performSaveOrUpdate(SaveOrUpdateEvent) - Method in class org.hibernate.event.internal.DefaultSaveOrUpdateEventListener
Deprecated.
 
performSaveOrUpdate(SaveOrUpdateEvent) - Method in class org.hibernate.event.internal.DefaultUpdateEventListener
Deprecated.
 
performScroll(ScrollMode, DomainQueryExecutionContext) - Method in interface org.hibernate.query.spi.SelectQueryPlan
Perform (execute) the query returning a ScrollableResults
performScroll(ScrollMode, DomainQueryExecutionContext) - Method in class org.hibernate.query.sql.internal.NativeSelectQueryPlanImpl
 
performScroll(ScrollMode, DomainQueryExecutionContext) - Method in class org.hibernate.query.sqm.internal.AggregatedSelectQueryPlanImpl
 
performScroll(ScrollMode, DomainQueryExecutionContext) - Method in class org.hibernate.query.sqm.internal.ConcreteSqmSelectQueryPlan
 
performSelfExecutingOperations(ValuesAnalysis, TableInclusionChecker, SharedSessionContractImplementor) - Method in class org.hibernate.engine.jdbc.mutation.internal.AbstractMutationExecutor
 
performSelfExecutingOperations(ValuesAnalysis, TableInclusionChecker, SharedSessionContractImplementor) - Method in class org.hibernate.engine.jdbc.mutation.internal.MutationExecutorSingleSelfExecuting
 
performSelfExecutingOperations(ValuesAnalysis, TableInclusionChecker, SharedSessionContractImplementor) - Method in class org.hibernate.engine.jdbc.mutation.internal.MutationExecutorStandard
 
performTablesMigration(Metadata, DatabaseInformation, ExecutionOptions, ContributableMatcher, Dialect, Formatter, Set<String>, boolean, boolean, Set<Identifier>, Namespace, SqlStringGenerationContext, GenerationTarget[]) - Method in class org.hibernate.tool.schema.internal.AbstractSchemaMigrator
 
performTablesMigration(Metadata, DatabaseInformation, ExecutionOptions, ContributableMatcher, Dialect, Formatter, Set<String>, boolean, boolean, Set<Identifier>, Namespace, SqlStringGenerationContext, GenerationTarget[]) - Method in class org.hibernate.tool.schema.internal.GroupedSchemaMigratorImpl
 
performTablesMigration(Metadata, DatabaseInformation, ExecutionOptions, ContributableMatcher, Dialect, Formatter, Set<String>, boolean, boolean, Set<Identifier>, Namespace, SqlStringGenerationContext, GenerationTarget[]) - Method in class org.hibernate.tool.schema.internal.IndividuallySchemaMigratorImpl
 
performUnorderedMultiLoad(Object[], MultiIdLoadOptions, EventSource) - Method in class org.hibernate.loader.ast.internal.MultiIdEntityLoaderStandard
 
performUnorderedMultiLoad(K[], MultiIdLoadOptions, EventSource) - Method in class org.hibernate.loader.ast.internal.AbstractMultiIdEntityLoader
 
performUnorderedMultiLoad(K[], MultiIdLoadOptions, EventSource) - Method in class org.hibernate.loader.ast.internal.MultiIdEntityLoaderArrayParam
 
performUpdate(Object, Object, Object, Object[], Object, Object[], boolean, SharedSessionContractImplementor, EntityVersionMapping, int[], boolean[], boolean) - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard
 
performUpdate(SaveOrUpdateEvent, Object, EntityPersister) - Method in class org.hibernate.event.internal.DefaultSaveOrUpdateEventListener
Deprecated.
 
performValidation(Metadata, DatabaseInformation, ExecutionOptions, ContributableMatcher, Dialect) - Method in class org.hibernate.tool.schema.internal.AbstractSchemaValidator
 
performWork(BytecodeLazyAttributeInterceptor, BiFunction<SharedSessionContractImplementor, Boolean, T>, String, String) - Static method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementHelper
 
perimeter - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
permissiveInitialization() - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
persist(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
persist(Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
persist(Object) - Method in class org.hibernate.internal.SessionImpl
 
persist(Object) - Method in interface org.hibernate.Session
Make a transient instance persistent and mark it for later insertion in the database.
persist(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
persist(String, Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
persist(String, Object) - Method in class org.hibernate.internal.SessionImpl
 
persist(String, Object) - Method in interface org.hibernate.Session
Make a transient instance persistent and mark it for later insertion in the database.
persist(String, Object, PersistContext) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
persist(String, Object, PersistContext) - Method in interface org.hibernate.engine.spi.SessionImplementor
Deprecated.
OperationalContext should cover this overload I believe
persist(String, Object, PersistContext) - Method in interface org.hibernate.event.spi.EventSource
Cascade persist an entity instance
persist(String, Object, PersistContext) - Method in class org.hibernate.internal.SessionImpl
 
PERSIST - org.hibernate.annotations.CascadeType
Equivalent to CascadeType.PERSIST.
PERSIST - Static variable in class org.hibernate.engine.spi.CascadeStyles
create
PERSIST - Static variable in class org.hibernate.engine.spi.CascadingActions
 
PERSIST - Static variable in class org.hibernate.event.spi.EventType
 
PERSIST_ON_FLUSH - Static variable in class org.hibernate.engine.spi.CascadingActions
Execute persist during flush time
PERSIST_ONFLUSH - Static variable in class org.hibernate.event.spi.EventType
 
PersistContext - Interface in org.hibernate.event.spi
A PersistEvent represents a persist operation applied to a single entity.
Persistence - Class in org.hibernate.jpamodelgen.xml.jaxb
Java class for anonymous complex type.
Persistence() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.Persistence
 
PERSISTENCE_CONTEXT - org.hibernate.annotations.FlushModeType
Current flush mode of the persistence context at the time the query is executed.
PERSISTENCE_UNIT_NAME - Static variable in interface org.hibernate.cfg.PersistenceSettings
Specifies the name of the persistence unit.
PERSISTENCE_XML_OPTION - Static variable in class org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor
Path to a persistence.xml file
Persistence.PersistenceUnit - Class in org.hibernate.jpamodelgen.xml.jaxb
Configuration of a persistence unit.
Persistence.PersistenceUnit.Properties - Class in org.hibernate.jpamodelgen.xml.jaxb
Java class for anonymous complex type.
Persistence.PersistenceUnit.Properties.Property - Class in org.hibernate.jpamodelgen.xml.jaxb
Java class for anonymous complex type.
persistenceContext - Variable in class org.hibernate.engine.internal.AbstractEntityEntry
 
PersistenceContext - Interface in org.hibernate.engine.spi
Represents the state of "stuff" Hibernate is tracking, including (not exhaustive): entities collections snapshots proxies
PersistenceContextEntry(Object, CacheEntityLoaderHelper.EntityStatus) - Constructor for class org.hibernate.loader.ast.internal.CacheEntityLoaderHelper.PersistenceContextEntry
 
persistenceException(String, Exception) - Method in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl
 
persistenceException(PersistenceUnitDescriptor, String) - Static method in class org.hibernate.jpa.boot.internal.Helper
 
persistenceException(PersistenceUnitDescriptor, String, Exception) - Static method in class org.hibernate.jpa.boot.internal.Helper
 
persistenceProviderCallerDoesNotImplementEjb3SpecCorrectly() - Method in interface org.hibernate.internal.CoreMessageLogger
 
PersistenceSettings - Interface in org.hibernate.cfg
Settings related to persistence-units
PersistenceStandardNamingStrategy - Class in org.hibernate.cfg
Deprecated.
NamingStrategy itself has been deprecated
PersistenceStandardNamingStrategy() - Constructor for class org.hibernate.cfg.PersistenceStandardNamingStrategy
Deprecated.
 
persistenceUnit - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Persistence
 
PersistenceUnit() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
 
PersistenceUnitCachingType - Enum in org.hibernate.jpamodelgen.xml.jaxb
Java class for persistence-unit-caching-type.
persistenceUnitDefaults - Variable in class org.hibernate.boot.jaxb.mapping.JaxbPersistenceUnitMetadata
 
persistenceUnitDefaults - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitMetadata
 
PersistenceUnitDefaults - Class in org.hibernate.jpamodelgen.xml.jaxb
These defaults are applied to the persistence unit as a whole unless they are overridden by local annotation or XML element settings.
PersistenceUnitDefaults() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
 
PersistenceUnitDescriptor - Interface in org.hibernate.jpa.boot.spi
Abstraction for dealing with either <persistence-unit/> information whether that comes from an EE container in the form of PersistenceUnitInfo or in an SE environment where Hibernate has parsed the persistence.xml file itself.
PersistenceUnitDescriptorAdapter - Class in org.hibernate.testing.orm.jpa
 
PersistenceUnitDescriptorAdapter() - Constructor for class org.hibernate.testing.orm.jpa.PersistenceUnitDescriptorAdapter
 
PersistenceUnitInfoAdapter - Class in org.hibernate.testing.orm.jpa
Implementation of PersistenceUnitInfo for testing use.
PersistenceUnitInfoAdapter - Class in org.hibernate.testing.util.jpa
 
PersistenceUnitInfoAdapter() - Constructor for class org.hibernate.testing.orm.jpa.PersistenceUnitInfoAdapter
 
PersistenceUnitInfoAdapter() - Constructor for class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
 
PersistenceUnitInfoAdapter(Properties) - Constructor for class org.hibernate.testing.util.jpa.PersistenceUnitInfoAdapter
 
PersistenceUnitInfoDescriptor - Class in org.hibernate.jpa.boot.internal
 
PersistenceUnitInfoDescriptor(PersistenceUnitInfo) - Constructor for class org.hibernate.jpa.boot.internal.PersistenceUnitInfoDescriptor
 
PersistenceUnitInfoImpl - Class in org.hibernate.testing.orm.jpa
Implementation of PersistenceUnitInfo for testing use.
PersistenceUnitInfoImpl(String) - Constructor for class org.hibernate.testing.orm.jpa.PersistenceUnitInfoImpl
 
PersistenceUnitInfoPropertiesWrapper - Class in org.hibernate.testing.util.jpa
TODO : javadoc
PersistenceUnitInfoPropertiesWrapper() - Constructor for class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
 
PersistenceUnitInfoPropertiesWrapper(Properties) - Constructor for class org.hibernate.testing.util.jpa.PersistenceUnitInfoPropertiesWrapper
 
persistenceUnitMetadata - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
 
persistenceUnitMetadata - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
 
PersistenceUnitMetadata - Class in org.hibernate.jpamodelgen.xml.jaxb
Metadata that applies to the persistence unit and not just to the mapping file in which it is contained.
PersistenceUnitMetadata() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitMetadata
 
persistenceUnitName() - Method in annotation type org.hibernate.testing.orm.junit.Jpa
 
PersistenceUnitTransactionType - Enum in org.hibernate.jpamodelgen.xml.jaxb
Java class for persistence-unit-transaction-type.
PersistenceUnitTransactionTypeHelper - Class in org.hibernate.jpa.internal.util
 
PersistenceUnitUtilImpl - Class in org.hibernate.jpa.internal
 
PersistenceUnitUtilImpl(SessionFactoryImplementor) - Constructor for class org.hibernate.jpa.internal.PersistenceUnitUtilImpl
 
PersistenceUnitValidationModeType - Enum in org.hibernate.jpamodelgen.xml.jaxb
Java class for persistence-unit-validation-mode-type.
PersistenceUtilHelper - Class in org.hibernate.jpa.internal.util
PersistenceUtilHelper.AttributeAccess - Interface in org.hibernate.jpa.internal.util
 
PersistenceUtilHelper.AttributeExtractionException - Exception in org.hibernate.jpa.internal.util
 
PersistenceUtilHelper.ClassMetadataCache - Class in org.hibernate.jpa.internal.util
 
PersistenceUtilHelper.FieldAttributeAccess - Class in org.hibernate.jpa.internal.util
 
PersistenceUtilHelper.MetadataCache - Class in org.hibernate.jpa.internal.util
Cache hierarchy and member resolution, taking care to not leak references to Class instances.
PersistenceUtilHelper.MethodAttributeAccess - Class in org.hibernate.jpa.internal.util
 
PersistenceXmlParser - Class in org.hibernate.jpa.boot.internal
Used by Hibernate to parse persistence.xml files in SE environments.
PersistenceXmlParser(ClassLoaderService, PersistenceUnitTransactionType) - Constructor for class org.hibernate.jpa.boot.internal.PersistenceXmlParser
 
PersistenceXmlParser.ErrorHandlerImpl - Class in org.hibernate.jpa.boot.internal
 
PERSISTENT - org.hibernate.dialect.temptable.TemporaryTableKind
Modeled as a regular table with a special TemporaryTableSessionUidColumn, which is explicitly deleted from at the end of a transaction.
PERSISTENT - org.hibernate.event.internal.EntityState
 
PERSISTENT_ATTRIBUTE_INTERCEPTABLE_MASK - Static variable in class org.hibernate.property.access.internal.AccessStrategyHelper
 
PERSISTENT_ATTRIBUTE_NAME - Static variable in class org.hibernate.boot.model.internal.PropertyMappingElementCollector
 
PERSISTENT_FIELD_READER_PREFIX - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Prefix for persistent-field reader methods.
PERSISTENT_FIELD_WRITER_PREFIX - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Prefix for persistent-field writer methods.
PersistentArrayHolder<E> - Class in org.hibernate.collection.spi
A dummy collection wrapper for an array.
PersistentArrayHolder(SharedSessionContractImplementor, Object) - Constructor for class org.hibernate.collection.spi.PersistentArrayHolder
Constructs a PersistentCollection instance for holding an array.
PersistentArrayHolder(SharedSessionContractImplementor, CollectionPersister) - Constructor for class org.hibernate.collection.spi.PersistentArrayHolder
Constructs a PersistentCollection instance for holding an array.
PersistentAttribute - Interface in org.hibernate.boot.jaxb.mapping
Common interface for JAXB bindings that represent persistent attributes.
PersistentAttribute<D,​J> - Interface in org.hibernate.metamodel.model.domain
Hibernate extension to the JPA Attribute contract
PersistentAttributeFilter - Class in org.hibernate.boot.model.internal
 
PersistentAttributeFilter() - Constructor for class org.hibernate.boot.model.internal.PersistentAttributeFilter
 
PersistentAttributeInterceptable - Interface in org.hibernate.engine.spi
 
PersistentAttributeInterceptor - Interface in org.hibernate.engine.spi
The base contract for interceptors that can be injected into enhanced entities for the purpose of intercepting attribute access
PersistentBag<E> - Class in org.hibernate.collection.spi
An unordered, un-keyed collection that can contain the same element multiple times.
PersistentBag() - Constructor for class org.hibernate.collection.spi.PersistentBag
Constructs a PersistentBag.
PersistentBag(SharedSessionContractImplementor) - Constructor for class org.hibernate.collection.spi.PersistentBag
Constructs a PersistentBag
PersistentBag(SharedSessionContractImplementor, Collection<E>) - Constructor for class org.hibernate.collection.spi.PersistentBag
Constructs a PersistentBag
persistentClass - Variable in class org.hibernate.proxy.pojo.BasicLazyInitializer
 
PersistentClass - Class in org.hibernate.mapping
A mapping model object that represents an entity class.
PersistentClass(MetadataBuildingContext) - Constructor for class org.hibernate.mapping.PersistentClass
 
PersistentClassGraphDefiner - Class in org.hibernate.envers.configuration.internal
Defines a graph, where the vertexes are all persistent classes, and there is an edge from p.c.
PersistentClassGraphDefiner(MetadataImplementor) - Constructor for class org.hibernate.envers.configuration.internal.PersistentClassGraphDefiner
 
PersistentClassVisitor - Interface in org.hibernate.mapping
 
PersistentCollection<E> - Interface in org.hibernate.collection.spi
Persistent collections are treated as value objects by Hibernate.
PersistentCollectionChangeData - Class in org.hibernate.envers.internal.entities.mapper
Data describing the change of a single object in a persistent collection (when the object was added, removed or modified in the collection).
PersistentCollectionChangeData(String, Map<String, Object>, Object) - Constructor for class org.hibernate.envers.internal.entities.mapper.PersistentCollectionChangeData
 
PersistentCollectionChangeWorkUnit - Class in org.hibernate.envers.internal.synchronization.work
 
PersistentCollectionChangeWorkUnit(SessionImplementor, String, EnversService, Object, List<PersistentCollectionChangeData>, String) - Constructor for class org.hibernate.envers.internal.synchronization.work.PersistentCollectionChangeWorkUnit
 
PersistentCollectionChangeWorkUnit(SessionImplementor, String, EnversService, PersistentCollection, CollectionEntry, Serializable, Object, String) - Constructor for class org.hibernate.envers.internal.synchronization.work.PersistentCollectionChangeWorkUnit
 
PersistentCollectionChangeWorkUnit.PersistentCollectionChangeWorkUnitId - Class in org.hibernate.envers.internal.synchronization.work
A unique identifier for a collection work unit.
PersistentCollectionChangeWorkUnitId(Object, String) - Constructor for class org.hibernate.envers.internal.synchronization.work.PersistentCollectionChangeWorkUnit.PersistentCollectionChangeWorkUnitId
 
PersistentCollectionReferenceInListContext(HqlParser.InListContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.PersistentCollectionReferenceInListContext
 
PersistentEntity - Class in org.hibernate.envers.boot.model
Contract for a persisted entity mapping.
PersistentEntity(AuditTableData, PersistentClass) - Constructor for class org.hibernate.envers.boot.model.PersistentEntity
 
PersistentEntityInstantiator - Class in org.hibernate.envers.configuration.internal.metadata
Utility class meant to help facilitate the instantiation of PersistentEntity implementations.
PersistentEntityInstantiator(Configuration) - Constructor for class org.hibernate.envers.configuration.internal.metadata.PersistentEntityInstantiator
 
PersistentIdentifierBag<E> - Class in org.hibernate.collection.spi
An "identifier bag" implements "bag" semantics more efficiently than a regular bag by adding a synthetic identifier column to the table.
PersistentIdentifierBag() - Constructor for class org.hibernate.collection.spi.PersistentIdentifierBag
Constructs a PersistentIdentifierBag.
PersistentIdentifierBag(SharedSessionContractImplementor) - Constructor for class org.hibernate.collection.spi.PersistentIdentifierBag
Constructs a PersistentIdentifierBag.
PersistentIdentifierBag(SharedSessionContractImplementor, Collection<E>) - Constructor for class org.hibernate.collection.spi.PersistentIdentifierBag
Constructs a PersistentIdentifierBag.
PersistentIdentifierGenerator - Interface in org.hibernate.id
An IdentifierGenerator that requires creation of database objects.
PersistentList<E> - Class in org.hibernate.collection.spi
A persistent wrapper for a List.
PersistentList() - Constructor for class org.hibernate.collection.spi.PersistentList
Constructs a PersistentList.
PersistentList(SharedSessionContractImplementor) - Constructor for class org.hibernate.collection.spi.PersistentList
Constructs a PersistentList.
PersistentList(SharedSessionContractImplementor, List<E>) - Constructor for class org.hibernate.collection.spi.PersistentList
Constructs a PersistentList.
PersistentList.SimpleAdd - Class in org.hibernate.collection.spi
 
PersistentMap<K,​E> - Class in org.hibernate.collection.spi
A persistent wrapper for a Map.
PersistentMap() - Constructor for class org.hibernate.collection.spi.PersistentMap
Empty constructor.
PersistentMap(SharedSessionContractImplementor) - Constructor for class org.hibernate.collection.spi.PersistentMap
Instantiates a lazy map (the underlying map is un-initialized).
PersistentMap(SharedSessionContractImplementor, Map<K, E>) - Constructor for class org.hibernate.collection.spi.PersistentMap
Instantiates a non-lazy map (the underlying map is constructed from the incoming map reference).
PersistentObjectException - Exception in org.hibernate
Thrown when the user passes a persistent instance to a Session method that expects a transient instance.
PersistentObjectException(String) - Constructor for exception org.hibernate.PersistentObjectException
Constructs a PersistentObjectException using the given message.
PersistentPropertiesSource - Interface in org.hibernate.envers.configuration.internal.metadata.reader
A source of data on persistent properties of a class or component.
PersistentSet<E> - Class in org.hibernate.collection.spi
A persistent wrapper for a Set.
PersistentSet() - Constructor for class org.hibernate.collection.spi.PersistentSet
Empty constructor.
PersistentSet(SharedSessionContractImplementor) - Constructor for class org.hibernate.collection.spi.PersistentSet
Constructor matching super.
PersistentSet(SharedSessionContractImplementor, Set<E>) - Constructor for class org.hibernate.collection.spi.PersistentSet
Instantiates a non-lazy set (the underlying set is constructed from the incoming set reference).
PersistentSortedMap<K,​E> - Class in org.hibernate.collection.spi
A persistent wrapper for a SortedMap.
PersistentSortedMap() - Constructor for class org.hibernate.collection.spi.PersistentSortedMap
Constructs a PersistentSortedMap.
PersistentSortedMap(SharedSessionContractImplementor, Comparator<K>) - Constructor for class org.hibernate.collection.spi.PersistentSortedMap
Constructs a PersistentSortedMap.
PersistentSortedMap(SharedSessionContractImplementor, SortedMap<K, E>) - Constructor for class org.hibernate.collection.spi.PersistentSortedMap
Constructs a PersistentSortedMap.
PersistentSortedSet<E> - Class in org.hibernate.collection.spi
A persistent wrapper for a SortedSet.
PersistentSortedSet() - Constructor for class org.hibernate.collection.spi.PersistentSortedSet
Constructs a PersistentSortedSet.
PersistentSortedSet(SharedSessionContractImplementor, Comparator<E>) - Constructor for class org.hibernate.collection.spi.PersistentSortedSet
Constructs a PersistentSortedSet
PersistentSortedSet(SharedSessionContractImplementor, SortedSet<E>) - Constructor for class org.hibernate.collection.spi.PersistentSortedSet
Constructs a PersistentSortedSet
PersistentTableInsertStrategy - Class in org.hibernate.query.sqm.mutation.internal.temptable
This is a strategy that mimics temporary tables for databases which do not support temporary tables.
PersistentTableInsertStrategy(TemporaryTable, SessionFactoryImplementor) - Constructor for class org.hibernate.query.sqm.mutation.internal.temptable.PersistentTableInsertStrategy
 
PersistentTableMutationStrategy - Class in org.hibernate.query.sqm.mutation.internal.temptable
This is a strategy that mimics temporary tables for databases which do not support temporary tables.
PersistentTableMutationStrategy(TemporaryTable, SessionFactoryImplementor) - Constructor for class org.hibernate.query.sqm.mutation.internal.temptable.PersistentTableMutationStrategy
 
PersistentTableStrategy - Class in org.hibernate.query.sqm.mutation.internal.temptable
This is a strategy that mimics temporary tables for databases which do not support temporary tables.
PersistentTableStrategy(TemporaryTable, SessionFactoryImplementor) - Constructor for class org.hibernate.query.sqm.mutation.internal.temptable.PersistentTableStrategy
 
persister - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
persister - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
persister - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
 
persister - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
persister - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
persister - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
persister - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
persister - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
persister - Variable in class org.hibernate.engine.internal.AbstractEntityEntry
 
Persister - Annotation Type in org.hibernate.annotations
Deprecated.
Alternative depends on reason for custom persister
PersisterClassResolver - Interface in org.hibernate.persister.spi
Given an entity or collection mapping, resolve the appropriate persister class to use.
PersisterClassResolverInitiator - Class in org.hibernate.persister.internal
 
PersisterClassResolverInitiator() - Constructor for class org.hibernate.persister.internal.PersisterClassResolverInitiator
 
PersisterCreationContext - Interface in org.hibernate.persister.spi
Deprecated.
PersisterFactory - Interface in org.hibernate.persister.spi
Contract for creating persister instances (both EntityPersister and CollectionPersister varieties).
PersisterFactoryImpl - Class in org.hibernate.persister.internal
The standard Hibernate PersisterFactory implementation
PersisterFactoryImpl() - Constructor for class org.hibernate.persister.internal.PersisterFactoryImpl
 
PersisterFactoryInitiator - Class in org.hibernate.persister.internal
 
PersisterFactoryInitiator() - Constructor for class org.hibernate.persister.internal.PersisterFactoryInitiator
 
PersistEvent - Class in org.hibernate.event.spi
An event class for persist()
PersistEvent(Object, EventSource) - Constructor for class org.hibernate.event.spi.PersistEvent
 
PersistEvent(String, Object, EventSource) - Constructor for class org.hibernate.event.spi.PersistEvent
 
PersistEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of create events generated from a session.
persistOnFlush(String, Object, PersistContext) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
persistOnFlush(String, Object, PersistContext) - Method in interface org.hibernate.engine.spi.SessionImplementor
Deprecated.
OperationalContext should cover this overload I believe
persistOnFlush(String, Object, PersistContext) - Method in interface org.hibernate.event.spi.EventSource
Cascade persist an entity instance during the flush process
persistOnFlush(String, Object, PersistContext) - Method in class org.hibernate.internal.SessionImpl
 
Person - Class in org.hibernate.testing.orm.domain.userguide
 
Person() - Constructor for class org.hibernate.testing.orm.domain.userguide.Person
 
Person(String) - Constructor for class org.hibernate.testing.orm.domain.userguide.Person
 
PersonNames - Class in org.hibernate.testing.orm.domain.userguide
 
PersonNames(String, String) - Constructor for class org.hibernate.testing.orm.domain.userguide.PersonNames
 
PersonPhoneCount - Class in org.hibernate.testing.orm.domain.userguide
 
PersonPhoneCount(String, Number) - Constructor for class org.hibernate.testing.orm.domain.userguide.PersonPhoneCount
 
PESSIMISTIC_FORCE_INCREMENT - org.hibernate.jpamodelgen.xml.jaxb.LockModeType
 
PESSIMISTIC_FORCE_INCREMENT - org.hibernate.LockMode
A pessimistic write lock which immediately increments the version of the locked object.
PESSIMISTIC_NO_WAIT - Static variable in interface org.hibernate.Session.LockRequest
Deprecated.
A timeout value indicating that the database should not wait at all to acquire a pessimistic lock which is not immediately available.
PESSIMISTIC_READ - org.hibernate.jpamodelgen.xml.jaxb.LockModeType
 
PESSIMISTIC_READ - org.hibernate.LockMode
A pessimistic shared lock, which prevents concurrent transactions from writing the locked object.
PESSIMISTIC_WAIT_FOREVER - Static variable in interface org.hibernate.Session.LockRequest
Deprecated.
A timeout value indicating that attempting to acquire that there is no timeout for the lock acquisition.
PESSIMISTIC_WRITE - org.hibernate.jpamodelgen.xml.jaxb.LockModeType
 
PESSIMISTIC_WRITE - org.hibernate.LockMode
A pessimistic upgrade lock, which prevents concurrent transactions from reading or writing the locked object.
PessimisticEntityLockException - Exception in org.hibernate.dialect.lock
Represents an error trying to apply a pessimistic LockingStrategy to an entity
PessimisticEntityLockException(Object, String, JDBCException) - Constructor for exception org.hibernate.dialect.lock.PessimisticEntityLockException
Constructs a PessimisticEntityLockException
PessimisticForceIncrementLockingStrategy - Class in org.hibernate.dialect.lock
A pessimistic locking strategy where a lock is obtained by incrementing the version immediately, obtaining an exclusive write lock by side effect.
PessimisticForceIncrementLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.lock.PessimisticForceIncrementLockingStrategy
Construct locking strategy.
PessimisticLockException - Exception in org.hibernate
Thrown when a pessimistic locking conflict occurs.
PessimisticLockException(String, SQLException, String) - Constructor for exception org.hibernate.PessimisticLockException
Constructs a PessimisticLockException using the specified information.
PessimisticNumberParser - Class in org.hibernate.jpa.internal.util
An old-style query might pass positional numbers of Query parameters as strings.
PessimisticReadSelectLockingStrategy - Class in org.hibernate.dialect.lock
A pessimistic locking strategy where a lock is obtained via a select statements.
PessimisticReadSelectLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.lock.PessimisticReadSelectLockingStrategy
Construct a locking strategy based on SQL SELECT statements.
PessimisticReadUpdateLockingStrategy - Class in org.hibernate.dialect.lock
A pessimistic locking strategy where a lock is obtained via an update statement.
PessimisticReadUpdateLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.lock.PessimisticReadUpdateLockingStrategy
Construct a locking strategy based on SQL UPDATE statements.
PessimisticWriteSelectLockingStrategy - Class in org.hibernate.dialect.lock
A pessimistic locking strategy where a lock is obtained via a select statement.
PessimisticWriteSelectLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.lock.PessimisticWriteSelectLockingStrategy
Construct a locking strategy based on SQL SELECT statements.
PessimisticWriteUpdateLockingStrategy - Class in org.hibernate.dialect.lock
A pessimistic locking strategy where a lock is obtained via an update statement.
PessimisticWriteUpdateLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.lock.PessimisticWriteUpdateLockingStrategy
Construct a locking strategy based on SQL UPDATE statements.
PettingZoo - Class in org.hibernate.testing.orm.domain.animal
 
PettingZoo() - Constructor for class org.hibernate.testing.orm.domain.animal.PettingZoo
 
PG_JDBC - org.hibernate.dialect.PostgreSQLDriverKind
 
PGCastingGeographyJdbcType - Class in org.hibernate.spatial.dialect.postgis
Type Descriptor for the Postgis Geography type
PGCastingGeometryJdbcType - Class in org.hibernate.spatial.dialect.postgis
Type Descriptor for the Postgis Geometry type
PGGeographyJdbcType - Class in org.hibernate.spatial.dialect.postgis
Type Descriptor for the Postgis Geography type
PGGeometryJdbcType - Class in org.hibernate.spatial.dialect.postgis
Type Descriptor for the Postgis Geometry type
PgJdbcHelper - Class in org.hibernate.dialect
The following class provides some convenience methods for accessing JdbcType instance, that are loaded into the app class loader, where they have access to the JDBC driver classes.
PgJdbcHelper() - Constructor for class org.hibernate.dialect.PgJdbcHelper
 
Phone - Class in org.hibernate.testing.orm.domain.userguide
 
Phone() - Constructor for class org.hibernate.testing.orm.domain.userguide.Phone
 
Phone(String) - Constructor for class org.hibernate.testing.orm.domain.userguide.Phone
 
PhoneNumber - Class in org.hibernate.testing.orm.domain.contacts
 
PhoneNumber() - Constructor for class org.hibernate.testing.orm.domain.contacts.PhoneNumber
 
PhoneNumber(int, int, int, PhoneNumber.Classification) - Constructor for class org.hibernate.testing.orm.domain.contacts.PhoneNumber
 
PhoneNumber.Classification - Enum in org.hibernate.testing.orm.domain.contacts
 
PhoneType - Enum in org.hibernate.testing.orm.domain.userguide
 
PHYSICAL_NAMING_STRATEGY - Static variable in interface org.hibernate.cfg.MappingSettings
Specifies the PhysicalNamingStrategy to use.
PhysicalConnectionHandlingMode - Enum in org.hibernate.resource.jdbc.spi
Enumerates valid combinations of ConnectionAcquisitionMode and ConnectionReleaseMode.
physicalConnectionObtained(Connection) - Method in interface org.hibernate.engine.jdbc.spi.ConnectionObserver
A physical connection was obtained.
physicalConnectionObtained(Connection) - Method in class org.hibernate.engine.jdbc.spi.ConnectionObserverAdapter
 
physicalConnectionObtained(Connection) - Method in class org.hibernate.internal.ConnectionObserverStatsBridge
 
physicalConnectionReleased() - Method in interface org.hibernate.engine.jdbc.spi.ConnectionObserver
A physical connection was released.
physicalConnectionReleased() - Method in class org.hibernate.engine.jdbc.spi.ConnectionObserverAdapter
 
physicalConnectionReleased() - Method in class org.hibernate.internal.ConnectionObserverStatsBridge
 
PhysicalJdbcTransaction - Interface in org.hibernate.resource.jdbc.spi
Provides access to manage "transactionality" via the JDBC Connection.
PhysicalNamingStrategy - Interface in org.hibernate.boot.model.naming
A set of rules for determining the physical names of objects in a relational database schema from the logical names specified by the object/relational mappings.
PhysicalNamingStrategyStandardImpl - Class in org.hibernate.boot.model.naming
Standard implementation of the PhysicalNamingStrategy contract.
PhysicalNamingStrategyStandardImpl() - Constructor for class org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
 
physicalSequenceName - Variable in class org.hibernate.id.enhanced.SequenceStructure
 
physicalSizeInBytes(int, Size, Metadata) - Static method in class org.hibernate.boot.model.relational.ColumnOrderingStrategyStandard
 
physicalTableNameForMutation(SelectableMapping) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Unfortunately we cannot directly use `SelectableMapping#getContainingTableExpression()` as that blows up for attributes declared on super-type for union-subclass mappings
physicalTableNameForMutation(SelectableMapping) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
pi() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
pi() - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Literal expression corresponding to the value of pi.
pi() - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
pi() - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
pi_acos() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
PICK - org.hibernate.boot.jaxb.hbm.transform.UnsupportedFeatureHandling
Pick the closest mapping, if possible.
PICK - org.hibernate.type.WrapperArrayHandling
Hibernate will pick between WrapperArrayHandling.ALLOW and WrapperArrayHandling.LEGACY depending on whether the Dialect supports SQL ARRAY types.
PIPE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
PIPE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
PK - Static variable in interface org.hibernate.id.PersistentIdentifierGenerator
The configuration parameter holding the primary key column name of the generated id
PK() - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithNotAggregateId.PK
 
PK(Integer, String) - Constructor for class org.hibernate.testing.orm.domain.gambit.EntityWithNotAggregateId.PK
 
pkColumnName - Variable in class org.hibernate.boot.jaxb.mapping.JaxbTableGenerator
 
pkColumnName - Variable in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
 
pkColumnValue - Variable in class org.hibernate.boot.jaxb.mapping.JaxbTableGenerator
 
pkColumnValue - Variable in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
 
PkDrivenByDefaultMapsIdSecondPass - Class in org.hibernate.boot.model.internal
 
PkDrivenByDefaultMapsIdSecondPass(String, AnnotatedJoinColumns, SimpleValue) - Constructor for class org.hibernate.boot.model.internal.PkDrivenByDefaultMapsIdSecondPass
 
PLACING - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
PLACING - Static variable in class org.hibernate.grammars.hql.HqlParser
 
PLACING() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
PLACING() - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionContext
 
PluralAttribute - Interface in org.hibernate.envers.boot.model
Contract for an attribute that represents multiple values.
PluralAttributeBuilder<D,​C,​E,​K> - Class in org.hibernate.metamodel.model.domain.internal
A "parameter object" for creating a plural attribute
PluralAttributeBuilder(JavaType<C>, boolean, AttributeClassification, CollectionClassification, DomainType<E>, DomainType<K>, ManagedDomainType<D>, Property, Member) - Constructor for class org.hibernate.metamodel.model.domain.internal.PluralAttributeBuilder
 
PluralAttributeElementNature - Enum in org.hibernate.boot.model.source.spi
Describes the nature of plural attribute elements in terms of relational implications.
PluralAttributeElementSource - Interface in org.hibernate.boot.model.source.spi
 
PluralAttributeElementSourceAssociation - Interface in org.hibernate.boot.model.source.spi
 
PluralAttributeElementSourceBasic - Interface in org.hibernate.boot.model.source.spi
Describes the source for the elements of persistent collections (plural attributes) where the elements are basic types
PluralAttributeElementSourceBasicImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
PluralAttributeElementSourceBasicImpl(MappingDocument, PluralAttributeSource, JaxbHbmBasicCollectionElementType) - Constructor for class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceBasicImpl
 
PluralAttributeElementSourceEmbedded - Interface in org.hibernate.boot.model.source.spi
Describes the source for the elements of persistent collections (plural attributes) where the elements are composites/embeddables.
PluralAttributeElementSourceEmbeddedImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
PluralAttributeElementSourceEmbeddedImpl(MappingDocument, AbstractPluralAttributeSourceImpl, JaxbHbmCompositeCollectionElementType) - Constructor for class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceEmbeddedImpl
 
PluralAttributeElementSourceManyToAny - Interface in org.hibernate.boot.model.source.spi
Describes the source for the elements of persistent collections (plural attributes) where the elements are defined by Hibernate's any mapping
PluralAttributeElementSourceManyToAnyImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
PluralAttributeElementSourceManyToAnyImpl(MappingDocument, AbstractPluralAttributeSourceImpl, JaxbHbmManyToAnyCollectionElementType, String) - Constructor for class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceManyToAnyImpl
 
PluralAttributeElementSourceManyToMany - Interface in org.hibernate.boot.model.source.spi
Describes the source for the elements of persistent collections (plural attributes) where the elements are many-to-many association
PluralAttributeElementSourceManyToManyImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
PluralAttributeElementSourceManyToManyImpl(MappingDocument, PluralAttributeSource, JaxbHbmManyToManyCollectionElementType) - Constructor for class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceManyToManyImpl
 
PluralAttributeElementSourceOneToMany - Interface in org.hibernate.boot.model.source.spi
Describes the source for the elements of persistent collections (plural attributes) where the elements are a one-to-many association
PluralAttributeElementSourceOneToManyImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
PluralAttributeElementSourceOneToManyImpl(MappingDocument, PluralAttributeSource, JaxbHbmOneToManyCollectionElementType, String) - Constructor for class org.hibernate.boot.model.source.internal.hbm.PluralAttributeElementSourceOneToManyImpl
 
PluralAttributeIndexNature - Enum in org.hibernate.boot.model.source.spi
Describes the nature of plural attribute indexes in terms of relational implications.
PluralAttributeIndexSource - Interface in org.hibernate.boot.model.source.spi
Highly abstract concept of the index of an "indexed persistent collection".
PluralAttributeInfo - Interface in org.hibernate.boot.jaxb.hbm.spi
Commonality between the various forms of plural attribute (collection) mappings: <bag/>, <set/>, etc.
PluralAttributeInfoIdBagAdapter - Class in org.hibernate.boot.jaxb.hbm.spi
Adaptive implementation of the PluralAttributeInfo for <idbag/> mappings which do not support all the configuration available on other collection mappings.
PluralAttributeInfoIdBagAdapter() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoIdBagAdapter
 
PluralAttributeInfoPrimitiveArrayAdapter - Class in org.hibernate.boot.jaxb.hbm.spi
 
PluralAttributeInfoPrimitiveArrayAdapter() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.PluralAttributeInfoPrimitiveArrayAdapter
 
PluralAttributeKeySource - Interface in org.hibernate.boot.model.source.spi
Describes the source mapping of plural-attribute (collection) foreign-key information.
PluralAttributeKeySourceImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
PluralAttributeKeySourceImpl(MappingDocument, JaxbHbmKeyType, JaxbHbmManyToOneType, AttributeSourceContainer) - Constructor for class org.hibernate.boot.model.source.internal.hbm.PluralAttributeKeySourceImpl
 
PluralAttributeKeySourceImpl(MappingDocument, JaxbHbmKeyType, AttributeSourceContainer) - Constructor for class org.hibernate.boot.model.source.internal.hbm.PluralAttributeKeySourceImpl
 
PluralAttributeMapKeyManyToAnySource - Interface in org.hibernate.boot.model.source.spi
 
PluralAttributeMapKeyManyToAnySourceImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
PluralAttributeMapKeyManyToAnySourceImpl(MappingDocument, PluralAttributeSourceMapImpl, JaxbHbmIndexManyToAnyType) - Constructor for class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeyManyToAnySourceImpl
 
PluralAttributeMapKeyManyToManySource - Interface in org.hibernate.boot.model.source.spi
Additional source information for <map-key-many-to-many/> and <index-many-to-many/>.
PluralAttributeMapKeyManyToManySourceImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
PluralAttributeMapKeyManyToManySourceImpl(MappingDocument, PluralAttributeSourceMapImpl, JaxbHbmIndexManyToManyType) - Constructor for class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeyManyToManySourceImpl
 
PluralAttributeMapKeyManyToManySourceImpl(MappingDocument, PluralAttributeSourceMapImpl, JaxbHbmMapKeyManyToManyType) - Constructor for class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeyManyToManySourceImpl
 
PluralAttributeMapKeySource - Interface in org.hibernate.boot.model.source.spi
Describes source information about the key of a persistent map.
PluralAttributeMapKeySource.Nature - Enum in org.hibernate.boot.model.source.spi
 
PluralAttributeMapKeySourceBasic - Interface in org.hibernate.boot.model.source.spi
 
PluralAttributeMapKeySourceBasicImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
PluralAttributeMapKeySourceBasicImpl(MappingDocument, JaxbHbmIndexType) - Constructor for class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeySourceBasicImpl
 
PluralAttributeMapKeySourceBasicImpl(MappingDocument, JaxbHbmMapKeyBasicType) - Constructor for class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeySourceBasicImpl
 
PluralAttributeMapKeySourceEmbedded - Interface in org.hibernate.boot.model.source.spi
 
PluralAttributeMapKeySourceEmbeddedImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
PluralAttributeMapKeySourceEmbeddedImpl(MappingDocument, AbstractPluralAttributeSourceImpl, JaxbHbmCompositeIndexType) - Constructor for class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeySourceEmbeddedImpl
 
PluralAttributeMapKeySourceEmbeddedImpl(MappingDocument, AbstractPluralAttributeSourceImpl, JaxbHbmMapKeyCompositeType) - Constructor for class org.hibernate.boot.model.source.internal.hbm.PluralAttributeMapKeySourceEmbeddedImpl
 
PluralAttributeMapping - Interface in org.hibernate.metamodel.mapping
Mapping of a plural (collection-valued) attribute
PluralAttributeMapping.IndexMetadata - Interface in org.hibernate.metamodel.mapping
 
PluralAttributeMapping.PredicateConsumer - Interface in org.hibernate.metamodel.mapping
 
PluralAttributeMappingImpl - Class in org.hibernate.metamodel.mapping.internal
 
PluralAttributeMappingImpl(String, Collection, PropertyAccess, AttributeMetadata, CollectionMappingType<?>, int, int, CollectionPart, CollectionPart, CollectionIdentifierDescriptor, FetchTiming, FetchStyle, CascadeStyle, ManagedMappingType, CollectionPersister, MappingModelCreationProcess) - Constructor for class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
PluralAttributeMappingImpl(PluralAttributeMappingImpl) - Constructor for class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
For Hibernate Reactive
PluralAttributeMappingImpl.Aware - Interface in org.hibernate.metamodel.mapping.internal
Allows callback after creation of the attribute mapping.
PluralAttributeMetadata<O,​C,​E> - Interface in org.hibernate.metamodel.internal
Attribute metadata contract for a plural attribute.
PluralAttributeNature - Enum in org.hibernate.boot.model.source.spi
Describes the nature of the collection itself as declared by the metadata.
PluralAttributePath - Class in org.hibernate.metamodel.mapping.ordering.ast
Represents the collection as a DomainPath
PluralAttributeSequentialIndexSource - Interface in org.hibernate.boot.model.source.spi
Defines the index of a persistent list/array
PluralAttributeSequentialIndexSourceImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
PluralAttributeSequentialIndexSourceImpl(MappingDocument, JaxbHbmIndexType) - Constructor for class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSequentialIndexSourceImpl
 
PluralAttributeSequentialIndexSourceImpl(MappingDocument, JaxbHbmListIndexType) - Constructor for class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSequentialIndexSourceImpl
 
PluralAttributeSource - Interface in org.hibernate.boot.model.source.spi
 
PluralAttributeSourceArray - Interface in org.hibernate.boot.model.source.spi
 
PluralAttributeSourceArrayImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
PluralAttributeSourceArrayImpl(MappingDocument, JaxbHbmArrayType, AttributeSourceContainer) - Constructor for class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceArrayImpl
 
PluralAttributeSourceBagImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
PluralAttributeSourceBagImpl(MappingDocument, JaxbHbmBagCollectionType, AttributeSourceContainer) - Constructor for class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceBagImpl
 
PluralAttributeSourceIdBagImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
PluralAttributeSourceIdBagImpl(MappingDocument, JaxbHbmIdBagCollectionType, AttributeSourceContainer) - Constructor for class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceIdBagImpl
 
PluralAttributeSourceListImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
PluralAttributeSourceListImpl(MappingDocument, JaxbHbmListType, AttributeSourceContainer) - Constructor for class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceListImpl
 
PluralAttributeSourceMapImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
PluralAttributeSourceMapImpl(MappingDocument, JaxbHbmMapType, AttributeSourceContainer) - Constructor for class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceMapImpl
 
PluralAttributeSourcePrimitiveArrayImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
PluralAttributeSourcePrimitiveArrayImpl(MappingDocument, JaxbHbmPrimitiveArrayType, AttributeSourceContainer) - Constructor for class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourcePrimitiveArrayImpl
 
PluralAttributeSourceSetImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
PluralAttributeSourceSetImpl(MappingDocument, JaxbHbmSetType, AttributeSourceContainer) - Constructor for class org.hibernate.boot.model.source.internal.hbm.PluralAttributeSourceSetImpl
 
pluralDiscriminatedAssociations - Variable in class org.hibernate.boot.jaxb.mapping.JaxbAttributes
 
pluralDiscriminatedAssociations - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEmbeddableAttributes
 
PluralPersistentAttribute<D,​C,​E> - Interface in org.hibernate.metamodel.model.domain
Extension of the JPA-defined PluralAttribute interface.
PluralTableGroup - Interface in org.hibernate.sql.ast.tree.from
 
PluralValuedSimplePathInterpretation<T> - Class in org.hibernate.query.sqm.sql.internal
 
plus(int) - Method in class org.hibernate.internal.util.MutableInteger
 
PLUS - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
PLUS - Static variable in class org.hibernate.grammars.hql.HqlParser
 
PLUS - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
PLUS - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
PLUS() - Method in class org.hibernate.grammars.hql.HqlParser.AdditiveOperatorContext
 
PLUS() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetContext
 
PLUS() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetWithMinutesContext
 
PLUS() - Method in class org.hibernate.grammars.hql.HqlParser.SignOperatorContext
 
POINT - Static variable in class org.hibernate.type.SqlTypes
A type code representing the generic SQL type POINT.
POINT_INSTANCE - Static variable in class org.hibernate.spatial.GeolatteGeometryJavaType
 
POINT_INSTANCE - Static variable in class org.hibernate.spatial.JTSGeometryJavaType
 
pointn - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
pointonsurface - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
POJO - org.hibernate.metamodel.RepresentationMode
 
PojoInstantiator - Class in org.hibernate.tuple
Deprecated.
Like Instantiator itself, deprecated.
PojoInstantiator(Class<?>, ReflectionOptimizer.InstantiationOptimizer) - Constructor for class org.hibernate.tuple.PojoInstantiator
Deprecated.
PojoInstantiator(Class<?>, ReflectionOptimizer.InstantiationOptimizer, boolean) - Constructor for class org.hibernate.tuple.PojoInstantiator
Deprecated.
PojoInstantiator(Component, ReflectionOptimizer.InstantiationOptimizer) - Constructor for class org.hibernate.tuple.PojoInstantiator
Deprecated.
PojoInstantiatorImpl<J> - Class in org.hibernate.metamodel.internal
 
PojoInstantiatorImpl(JavaType) - Constructor for class org.hibernate.metamodel.internal.PojoInstantiatorImpl
 
poll() - Method in class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl.PooledConnections
 
POLYGON_INSTANCE - Static variable in class org.hibernate.spatial.GeolatteGeometryJavaType
 
POLYGON_INSTANCE - Static variable in class org.hibernate.spatial.JTSGeometryJavaType
 
polymorphism - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
polymorphism - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
Polymorphism - Annotation Type in org.hibernate.annotations
Deprecated.
This annotation is hardly ever useful.
PolymorphismType - Enum in org.hibernate.annotations
Deprecated.
since Polymorphism is deprecated
PolymorphismTypeMarshalling - Class in org.hibernate.boot.jaxb.mapping.marshall
 
PolymorphismTypeMarshalling() - Constructor for class org.hibernate.boot.jaxb.mapping.marshall.PolymorphismTypeMarshalling
 
POOL_SIZE - Static variable in interface org.hibernate.cfg.JdbcSettings
Specifies the maximum number of inactive connections for the built-in connection pool.
POOLED - org.hibernate.id.enhanced.StandardOptimizerDescriptor
Describes the optimizer for use with tables/sequences that store the chunk information.
POOLED_LO - org.hibernate.id.enhanced.StandardOptimizerDescriptor
Describes the optimizer for use with tables/sequences that store the chunk information.
POOLED_LOTL - org.hibernate.id.enhanced.StandardOptimizerDescriptor
Describes the optimizer for use with tables/sequences that store the chunk information.
PooledLoOptimizer - Class in org.hibernate.id.enhanced
Variation of PooledOptimizer which interprets the incoming database value as the lo value, rather than the hi value.
PooledLoOptimizer(Class<?>, int) - Constructor for class org.hibernate.id.enhanced.PooledLoOptimizer
Constructs a PooledLoOptimizer.
PooledLoThreadLocalOptimizer - Class in org.hibernate.id.enhanced
Variation of PooledOptimizer which interprets the incoming database value as the lo value, rather than the hi value, as well as using thread local to cache the generation state.
PooledLoThreadLocalOptimizer(Class<?>, int) - Constructor for class org.hibernate.id.enhanced.PooledLoThreadLocalOptimizer
Constructs a PooledLoThreadLocalOptimizer.
PooledOptimizer - Class in org.hibernate.id.enhanced
Optimizer which uses a pool of values, storing the next low value of the range in the database.
PooledOptimizer(Class<?>, int) - Constructor for class org.hibernate.id.enhanced.PooledOptimizer
Constructs a PooledOptimizer
pooledOptimizerReportedInitialValue(IntegralDataTypeHolder) - Method in interface org.hibernate.internal.CoreMessageLogger
 
pop() - Method in interface org.hibernate.internal.util.collections.Stack
Pop (remove and return) the current element off the stack
pop() - Method in class org.hibernate.internal.util.collections.StandardStack
 
popEntityWorkedOn(PersistentClass) - Method in class org.hibernate.metamodel.internal.MetadataContext
 
popExplicitFetchMementoResolver() - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
popNdc() - Method in class org.hibernate.testing.logger.TestableLoggerProvider
 
popProcessingStateStack() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
populateSfBuilder(SessionFactoryBuilder, StandardServiceRegistry) - Method in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl
 
position() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
ANSI-style
position(byte[], long) - Method in class org.hibernate.engine.jdbc.BlobProxy
 
position(int) - Method in class org.hibernate.internal.EmptyScrollableResults
 
position(int) - Method in class org.hibernate.internal.FetchingScrollableResultsImpl
 
position(int) - Method in class org.hibernate.internal.ScrollableResultsImpl
 
position(int) - Method in interface org.hibernate.ScrollableResults
Moves the result cursor to the specified position.
position(int) - Method in class org.hibernate.sql.results.internal.RowProcessingStateStandardImpl
 
position(int, RowProcessingState) - Method in class org.hibernate.sql.results.jdbc.internal.AbstractJdbcValues
 
position(int, RowProcessingState) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
Moves the "cursor position" to the specified position
position(Blob, long) - Method in class org.hibernate.engine.jdbc.BlobProxy
 
POSITION - org.hibernate.dialect.SelectItemReferenceStrategy
Refer to the item via its position.
POSITION - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
POSITION - Static variable in class org.hibernate.grammars.hql.HqlParser
 
POSITION() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
POSITION() - Method in class org.hibernate.grammars.hql.HqlParser.PositionFunctionContext
 
POSITIONAL - org.hibernate.procedure.spi.ParameterStrategy
The parameters are positional
PositionalParameterContext(HqlParser.ParameterContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.PositionalParameterContext
 
PositionalSelectionsNotAllowedException - Exception in org.hibernate.query.results
 
PositionalSelectionsNotAllowedException(String) - Constructor for exception org.hibernate.query.results.PositionalSelectionsNotAllowedException
 
positionFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
positionFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
PositionFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.PositionFunctionContext
 
positionFunctionPatternArgument() - Method in class org.hibernate.grammars.hql.HqlParser.PositionFunctionContext
 
positionFunctionPatternArgument() - Method in class org.hibernate.grammars.hql.HqlParser
 
PositionFunctionPatternArgumentContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.PositionFunctionPatternArgumentContext
 
positionFunctionStringArgument() - Method in class org.hibernate.grammars.hql.HqlParser.PositionFunctionContext
 
positionFunctionStringArgument() - Method in class org.hibernate.grammars.hql.HqlParser
 
PositionFunctionStringArgumentContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.PositionFunctionStringArgumentContext
 
positionMappedBy() - Method in annotation type org.hibernate.envers.AuditMappedBy
Name of the property in the related entity which maps to the position column.
POST_COLLECTION_RECREATE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
POST_COLLECTION_RECREATE - Static variable in class org.hibernate.event.spi.EventType
 
POST_COLLECTION_REMOVE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
POST_COLLECTION_REMOVE - Static variable in class org.hibernate.event.spi.EventType
 
POST_COLLECTION_UPDATE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
POST_COLLECTION_UPDATE - Static variable in class org.hibernate.event.spi.EventType
 
POST_COMMIT_DELETE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
POST_COMMIT_DELETE - Static variable in class org.hibernate.event.spi.EventType
 
POST_COMMIT_INSERT - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
POST_COMMIT_INSERT - Static variable in class org.hibernate.event.spi.EventType
 
POST_COMMIT_UPDATE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
POST_COMMIT_UPDATE - Static variable in class org.hibernate.event.spi.EventType
 
POST_DELETE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
POST_DELETE - Static variable in class org.hibernate.event.spi.EventType
 
POST_INSERT - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
POST_INSERT - Static variable in class org.hibernate.event.spi.EventType
 
POST_INSERT_INDICATOR - Static variable in class org.hibernate.id.IdentifierGeneratorHelper
Deprecated, for removal: This API element is subject to removal in a future version.
POST_LOAD - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
POST_LOAD - org.hibernate.jpa.event.spi.CallbackType
 
POST_LOAD - Static variable in class org.hibernate.event.spi.EventType
 
POST_PERSIST - org.hibernate.jpa.event.spi.CallbackType
 
POST_REMOVE - org.hibernate.jpa.event.spi.CallbackType
 
POST_UPDATE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
POST_UPDATE - org.hibernate.jpa.event.spi.CallbackType
 
POST_UPDATE - Static variable in class org.hibernate.event.spi.EventType
 
postAction() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
postAction() - Method in interface org.hibernate.collection.spi.PersistentCollection
After flushing, clear any "queued" additions, since the database state is now synchronized with the memory state.
PostalCode() - Constructor for class org.hibernate.testing.orm.domain.contacts.Address.PostalCode
 
PostCollectionRecreateEvent - Class in org.hibernate.event.spi
An event that occurs after a collection is recreated
PostCollectionRecreateEvent(CollectionPersister, PersistentCollection<?>, EventSource) - Constructor for class org.hibernate.event.spi.PostCollectionRecreateEvent
 
PostCollectionRecreateEventListener - Interface in org.hibernate.event.spi
Called after recreating a collection
PostCollectionRemoveEvent - Class in org.hibernate.event.spi
An event that occurs after a collection is removed
PostCollectionRemoveEvent(CollectionPersister, PersistentCollection<?>, EventSource, Object) - Constructor for class org.hibernate.event.spi.PostCollectionRemoveEvent
 
PostCollectionRemoveEventListener - Interface in org.hibernate.event.spi
Called after removing a collection
PostCollectionUpdateEvent - Class in org.hibernate.event.spi
An event that occurs after a collection is updated
PostCollectionUpdateEvent(CollectionPersister, PersistentCollection<?>, EventSource) - Constructor for class org.hibernate.event.spi.PostCollectionUpdateEvent
 
PostCollectionUpdateEventListener - Interface in org.hibernate.event.spi
Called after updating a collection
postCommitDelete(boolean) - Method in class org.hibernate.action.internal.EntityDeleteAction
 
PostCommitDeleteEventListener - Interface in org.hibernate.event.spi
Called after an entity delete is committed to the datastore.
postCommitInsert(boolean) - Method in class org.hibernate.action.internal.EntityIdentityInsertAction
 
postCommitInsert(boolean) - Method in class org.hibernate.action.internal.EntityInsertAction
 
PostCommitInsertEventListener - Interface in org.hibernate.event.spi
Called after an entity insert is committed to the datastore.
postCommitUpdate(boolean) - Method in class org.hibernate.action.internal.EntityUpdateAction
 
PostCommitUpdateEventListener - Interface in org.hibernate.event.spi
Called after an entity update is committed to the datastore.
postConstruct(Metadata) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Post-construct is a callback for AbstractEntityPersister subclasses to call after they are all done with their constructor processing.
postCreate(Object) - Method in interface org.hibernate.jpa.event.spi.CallbackRegistry
 
postDelete() - Method in class org.hibernate.action.internal.EntityDeleteAction
 
postDelete() - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
postDelete() - Method in interface org.hibernate.engine.spi.EntityEntry
After actually deleting a row, record the fact that the instance no longer exists in the database.
PostDeleteEvent - Class in org.hibernate.event.spi
Occurs after deleting an item from the datastore
PostDeleteEvent(Object, Object, Object[], EntityPersister, EventSource) - Constructor for class org.hibernate.event.spi.PostDeleteEvent
 
PostDeleteEventListener - Interface in org.hibernate.event.spi
Called after deleting an item from the datastore
PostDeleteEventListenerStandardImpl - Class in org.hibernate.event.internal
The standard PostDeleteEventListener implementation
PostDeleteEventListenerStandardImpl() - Constructor for class org.hibernate.event.internal.PostDeleteEventListenerStandardImpl
 
postDeleteLoaded(Object, EntityPersister, SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.action.internal.EntityDeleteAction
 
postDeleteUnloaded(Object, EntityPersister, SharedSessionContractImplementor, Object) - Method in class org.hibernate.action.internal.EntityDeleteAction
 
postFlush(Iterator<Object>) - Method in interface org.hibernate.Interceptor
Called after a flush that actually ends in execution of the SQL statements required to synchronize in-memory state with the database.
postFlush(PersistentCollection<?>) - Method in class org.hibernate.engine.spi.CollectionEntry
Called after a successful flush
postFlush(SessionImplementor) - Method in class org.hibernate.event.internal.AbstractFlushingEventListener
1.
PostgisDialectContributor - Class in org.hibernate.spatial.dialect.postgis
 
PostgisDialectContributor(ServiceRegistry) - Constructor for class org.hibernate.spatial.dialect.postgis.PostgisDialectContributor
 
PostgisPG10Dialect - Class in org.hibernate.spatial.dialect.postgis
Deprecated.
PostgisPG10Dialect() - Constructor for class org.hibernate.spatial.dialect.postgis.PostgisPG10Dialect
Deprecated.
 
PostgisPG10Dialect(DialectResolutionInfo) - Constructor for class org.hibernate.spatial.dialect.postgis.PostgisPG10Dialect
Deprecated.
 
PostgisPG93Dialect - Class in org.hibernate.spatial.dialect.postgis
Deprecated.
A SpatialDialect is no longer required. Use the standard Dialect for this database.
PostgisPG93Dialect() - Constructor for class org.hibernate.spatial.dialect.postgis.PostgisPG93Dialect
Deprecated.
 
PostgisPG93Dialect(DialectResolutionInfo) - Constructor for class org.hibernate.spatial.dialect.postgis.PostgisPG93Dialect
Deprecated.
 
PostgisPG94Dialect - Class in org.hibernate.spatial.dialect.postgis
Deprecated.
A SpatialDialect is no longer required. Use the standard Dialect for this database.
PostgisPG94Dialect() - Constructor for class org.hibernate.spatial.dialect.postgis.PostgisPG94Dialect
Deprecated.
 
PostgisPG94Dialect(DialectResolutionInfo) - Constructor for class org.hibernate.spatial.dialect.postgis.PostgisPG94Dialect
Deprecated.
 
PostgisPG95Dialect - Class in org.hibernate.spatial.dialect.postgis
Deprecated.
A SpatialDialect is no longer required. Use the standard Dialect for this database.
PostgisPG95Dialect() - Constructor for class org.hibernate.spatial.dialect.postgis.PostgisPG95Dialect
Deprecated.
 
PostgisPG95Dialect(DialectResolutionInfo) - Constructor for class org.hibernate.spatial.dialect.postgis.PostgisPG95Dialect
Deprecated.
 
PostgisSqmFunctionDescriptors - Class in org.hibernate.spatial.dialect.postgis
 
PostgisSqmFunctionDescriptors(FunctionContributions) - Constructor for class org.hibernate.spatial.dialect.postgis.PostgisSqmFunctionDescriptors
 
PostgresPlusDialect - Class in org.hibernate.dialect
An SQL dialect for Postgres Plus
PostgresPlusDialect() - Constructor for class org.hibernate.dialect.PostgresPlusDialect
Constructs a PostgresPlusDialect
PostgresPlusDialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.PostgresPlusDialect
 
PostgresPlusDialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.PostgresPlusDialect
 
POSTGRESQL - org.hibernate.dialect.Database
 
PostgreSQLAggregateSupport - Class in org.hibernate.dialect.aggregate
 
PostgreSQLAggregateSupport() - Constructor for class org.hibernate.dialect.aggregate.PostgreSQLAggregateSupport
 
PostgreSQLArrayConcatElementFunction - Class in org.hibernate.dialect.function.array
PostgreSQL variant of the function to properly return null when the array argument is null.
PostgreSQLArrayConcatElementFunction(boolean) - Constructor for class org.hibernate.dialect.function.array.PostgreSQLArrayConcatElementFunction
 
PostgreSQLArrayConcatFunction - Class in org.hibernate.dialect.function.array
PostgreSQL variant of the function to properly return null when one of the arguments is null.
PostgreSQLArrayConcatFunction() - Constructor for class org.hibernate.dialect.function.array.PostgreSQLArrayConcatFunction
 
PostgreSQLArrayConstructorFunction - Class in org.hibernate.dialect.function.array
Special array constructor function that also applies a cast to the array literal, based on the inferred result type.
PostgreSQLArrayConstructorFunction(boolean) - Constructor for class org.hibernate.dialect.function.array.PostgreSQLArrayConstructorFunction
 
PostgreSQLArrayFillFunction - Class in org.hibernate.dialect.function.array
Custom casting for the array fill function.
PostgreSQLArrayFillFunction(boolean) - Constructor for class org.hibernate.dialect.function.array.PostgreSQLArrayFillFunction
 
PostgreSQLArrayPositionFunction - Class in org.hibernate.dialect.function.array
PostgreSQL variant of the function.
PostgreSQLArrayPositionFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.PostgreSQLArrayPositionFunction
 
PostgreSQLArrayPositionsFunction - Class in org.hibernate.dialect.function.array
PostgreSQL variant of the function.
PostgreSQLArrayPositionsFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.PostgreSQLArrayPositionsFunction
 
PostgreSQLArrayTrimEmulation - Class in org.hibernate.dialect.function.array
PostgreSQL array_trim emulation, since the function was only introduced in version 14.
PostgreSQLArrayTrimEmulation() - Constructor for class org.hibernate.dialect.function.array.PostgreSQLArrayTrimEmulation
 
PostgreSQLCallableStatementSupport - Class in org.hibernate.procedure.internal
PostgreSQL implementation of CallableStatementSupport.
PostgreSQLCastingInetJdbcType - Class in org.hibernate.dialect
 
PostgreSQLCastingInetJdbcType() - Constructor for class org.hibernate.dialect.PostgreSQLCastingInetJdbcType
 
PostgreSQLCastingIntervalSecondJdbcType - Class in org.hibernate.dialect
 
PostgreSQLCastingIntervalSecondJdbcType() - Constructor for class org.hibernate.dialect.PostgreSQLCastingIntervalSecondJdbcType
 
PostgreSQLCastingJsonJdbcType - Class in org.hibernate.dialect
 
PostgreSQLCastingJsonJdbcType(boolean, EmbeddableMappingType) - Constructor for class org.hibernate.dialect.PostgreSQLCastingJsonJdbcType
 
PostgreSQLDatabaseCleaner - Class in org.hibernate.testing.cleaner
 
PostgreSQLDatabaseCleaner() - Constructor for class org.hibernate.testing.cleaner.PostgreSQLDatabaseCleaner
 
PostgreSQLDialect - Class in org.hibernate.dialect
A SQL dialect for PostgreSQL 11 and above.
PostgreSQLDialect() - Constructor for class org.hibernate.dialect.PostgreSQLDialect
 
PostgreSQLDialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.PostgreSQLDialect
 
PostgreSQLDialect(DatabaseVersion, PostgreSQLDriverKind) - Constructor for class org.hibernate.dialect.PostgreSQLDialect
 
PostgreSQLDialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.PostgreSQLDialect
 
PostgreSQLDriverKind - Enum in org.hibernate.dialect
 
PostgreSQLEnumJdbcType - Class in org.hibernate.dialect
Represents a named enum type on PostgreSQL.
PostgreSQLEnumJdbcType() - Constructor for class org.hibernate.dialect.PostgreSQLEnumJdbcType
 
PostgreSQLIdentityColumnSupport - Class in org.hibernate.dialect.identity
 
PostgreSQLIdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.PostgreSQLIdentityColumnSupport
 
PostgreSQLIdleConnectionCounter - Class in org.hibernate.testing.jdbc.leak
 
PostgreSQLIdleConnectionCounter() - Constructor for class org.hibernate.testing.jdbc.leak.PostgreSQLIdleConnectionCounter
 
PostgreSQLInetJdbcType - Class in org.hibernate.dialect
 
PostgreSQLInetJdbcType() - Constructor for class org.hibernate.dialect.PostgreSQLInetJdbcType
 
PostgreSQLIntervalSecondJdbcType - Class in org.hibernate.dialect
 
PostgreSQLIntervalSecondJdbcType() - Constructor for class org.hibernate.dialect.PostgreSQLIntervalSecondJdbcType
 
postgreSQLJdbcDriverNotAccessible() - Method in interface org.hibernate.internal.CoreMessageLogger
 
PostgreSQLJsonPGObjectJsonbType - Class in org.hibernate.dialect
 
PostgreSQLJsonPGObjectJsonbType() - Constructor for class org.hibernate.dialect.PostgreSQLJsonPGObjectJsonbType
 
PostgreSQLJsonPGObjectJsonbType(EmbeddableMappingType, boolean) - Constructor for class org.hibernate.dialect.PostgreSQLJsonPGObjectJsonbType
 
PostgreSQLJsonPGObjectJsonType - Class in org.hibernate.dialect
 
PostgreSQLJsonPGObjectJsonType() - Constructor for class org.hibernate.dialect.PostgreSQLJsonPGObjectJsonType
 
PostgreSQLMinMaxFunction - Class in org.hibernate.dialect.function
PostgreSQL doesn't support min/max for uuid yet, but since that type is comparable we want to support this operation.
PostgreSQLMinMaxFunction(String) - Constructor for class org.hibernate.dialect.function.PostgreSQLMinMaxFunction
 
PostgreSQLSequenceSupport - Class in org.hibernate.dialect.sequence
Sequence support for PostgreSQLDialect.
PostgreSQLSequenceSupport() - Constructor for class org.hibernate.dialect.sequence.PostgreSQLSequenceSupport
 
PostgreSQLSqlAstTranslator<T extends JdbcOperation> - Class in org.hibernate.dialect
A SQL AST translator for PostgreSQL.
PostgreSQLSqlAstTranslator(SessionFactoryImplementor, Statement) - Constructor for class org.hibernate.dialect.PostgreSQLSqlAstTranslator
 
PostgreSQLStructCastingJdbcType - Class in org.hibernate.dialect
 
PostgreSQLStructCastingJdbcType() - Constructor for class org.hibernate.dialect.PostgreSQLStructCastingJdbcType
 
PostgreSQLStructPGObjectJdbcType - Class in org.hibernate.dialect
 
PostgreSQLStructPGObjectJdbcType() - Constructor for class org.hibernate.dialect.PostgreSQLStructPGObjectJdbcType
 
PostgreSQLTruncFunction - Class in org.hibernate.dialect.function
Custom TruncFunction for PostgreSQL which uses the dialect-specific function for numeric truncation
PostgreSQLTruncFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.PostgreSQLTruncFunction
 
PostgreSQLTruncRoundFunction - Class in org.hibernate.dialect.function
PostgreSQL only supports the two-argument trunc and round functions with the following signatures: trunc(numeric, integer) round(numeric, integer)
PostgreSQLTruncRoundFunction(String, boolean) - Constructor for class org.hibernate.dialect.function.PostgreSQLTruncRoundFunction
 
PostgreSQLUUIDJdbcType - Class in org.hibernate.dialect
 
PostgreSQLUUIDJdbcType() - Constructor for class org.hibernate.dialect.PostgreSQLUUIDJdbcType
 
postInitialize(PersistentCollection<?>) - Method in class org.hibernate.engine.spi.CollectionEntry
 
postInitialize(AuditStrategyContext) - Method in class org.hibernate.envers.strategy.internal.ValidityAuditStrategy
 
postInitialize(AuditStrategyContext) - Method in interface org.hibernate.envers.strategy.spi.AuditStrategy
Performs post initialization of the audit strategy implementation.
postInsert() - Method in class org.hibernate.action.internal.EntityIdentityInsertAction
 
postInsert() - Method in class org.hibernate.action.internal.EntityInsertAction
 
postInsert(Object) - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
postInsert(Object) - Method in interface org.hibernate.engine.spi.EntityEntry
 
postInsert(Object[]) - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
postInsert(Object[]) - Method in interface org.hibernate.engine.spi.EntityEntry
After actually inserting a row, record the fact that the instance exists in the database (needed for identity column key generation).
PostInsertEvent - Class in org.hibernate.event.spi
Occurs after inserting an item in the datastore
PostInsertEvent(Object, Object, Object[], EntityPersister, EventSource) - Constructor for class org.hibernate.event.spi.PostInsertEvent
 
PostInsertEventListener - Interface in org.hibernate.event.spi
Called after inserting an item in the datastore
PostInsertEventListenerStandardImpl - Class in org.hibernate.event.internal
 
PostInsertEventListenerStandardImpl() - Constructor for class org.hibernate.event.internal.PostInsertEventListenerStandardImpl
 
PostInsertIdentifierGenerator - Interface in org.hibernate.id
The counterpart to IdentifierGenerator for values generated by the database.
PostInsertIdentityPersister - Interface in org.hibernate.id
A persister that may have an identity assigned by execution of a SQL INSERT.
postInstantiate() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
postInstantiate() - Method in interface org.hibernate.persister.collection.CollectionPersister
 
postInstantiate() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
postInstantiate() - Method in interface org.hibernate.persister.entity.EntityPersister
Finish the initialization of this object.
postInstantiate(String, Class<?>, Set<Class<?>>, Method, Method, CompositeType) - Method in class org.hibernate.proxy.map.MapProxyFactory
 
postInstantiate(String, Class<?>, Set<Class<?>>, Method, Method, CompositeType) - Method in class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyProxyFactory
 
postInstantiate(String, Class<?>, Set<Class<?>>, Method, Method, CompositeType) - Method in interface org.hibernate.proxy.ProxyFactory
Called immediately after instantiation of this factory.
postLoad - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
postLoad - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntityListener
 
postLoad - Variable in class org.hibernate.boot.jaxb.mapping.JaxbMappedSuperclass
 
postLoad - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
postLoad - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
 
postLoad - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
 
postLoad(Object) - Method in interface org.hibernate.jpa.event.spi.CallbackRegistry
 
postLoad(JdbcValuesSourceProcessingState, Consumer<EntityHolder>) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
postLoad(JdbcValuesSourceProcessingState, Consumer<EntityHolder>) - Method in interface org.hibernate.engine.spi.PersistenceContext
 
PostLoad - Class in org.hibernate.jpamodelgen.xml.jaxb
 
PostLoad() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.PostLoad
 
PostLoadEvent - Class in org.hibernate.event.spi
Occurs after an entity instance is fully loaded.
PostLoadEvent(EventSource) - Constructor for class org.hibernate.event.spi.PostLoadEvent
 
PostLoadEventListener - Interface in org.hibernate.event.spi
Occurs after an entity instance is fully loaded.
postPersist - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
postPersist - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntityListener
 
postPersist - Variable in class org.hibernate.boot.jaxb.mapping.JaxbMappedSuperclass
 
postPersist - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
postPersist - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
 
postPersist - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
 
PostPersist - Class in org.hibernate.jpamodelgen.xml.jaxb
 
PostPersist() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.PostPersist
 
postPostFlush(SessionImplementor) - Method in class org.hibernate.event.internal.AbstractFlushingEventListener
 
postProcess(PersistentClass, EntityBinder) - Method in class org.hibernate.boot.model.internal.InheritanceState
 
postProcessEntityHierarchies() - Method in class org.hibernate.boot.model.source.internal.annotations.AnnotationMetadataSourceProcessorImpl
 
postProcessEntityHierarchies() - Method in class org.hibernate.boot.model.source.internal.hbm.HbmMetadataSourceProcessorImpl
 
postProcessEntityHierarchies() - Method in class org.hibernate.boot.model.source.internal.hbm.MappingDocument
 
postProcessEntityHierarchies() - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
 
postProcessTestInstance(Object, ExtensionContext) - Method in class org.hibernate.testing.orm.junit.DomainModelExtension
 
postProcessTestInstance(Object, ExtensionContext) - Method in class org.hibernate.testing.orm.junit.EntityManagerFactoryExtension
 
postProcessTestInstance(Object, ExtensionContext) - Method in class org.hibernate.testing.orm.junit.EntityManagerFactoryScopeExtension
 
postProcessTestInstance(Object, ExtensionContext) - Method in class org.hibernate.testing.orm.junit.LoggingInspectionsExtension
 
postProcessTestInstance(Object, ExtensionContext) - Method in class org.hibernate.testing.orm.junit.MessageKeyInspectionExtension
 
postProcessTestInstance(Object, ExtensionContext) - Method in class org.hibernate.testing.orm.junit.ServiceRegistryExtension
 
postProcessTestInstance(Object, ExtensionContext) - Method in class org.hibernate.testing.orm.junit.SessionFactoryExtension
 
postRemove - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
postRemove - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntityListener
 
postRemove - Variable in class org.hibernate.boot.jaxb.mapping.JaxbMappedSuperclass
 
postRemove - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
postRemove - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
 
postRemove - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
 
postRemove(Object) - Method in interface org.hibernate.jpa.event.spi.CallbackRegistry
 
PostRemove - Class in org.hibernate.jpamodelgen.xml.jaxb
 
PostRemove() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.PostRemove
 
postUpdate - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
postUpdate - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntityListener
 
postUpdate - Variable in class org.hibernate.boot.jaxb.mapping.JaxbMappedSuperclass
 
postUpdate - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
postUpdate - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
 
postUpdate - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
 
postUpdate() - Method in class org.hibernate.action.internal.EntityUpdateAction
 
postUpdate(Object) - Method in interface org.hibernate.jpa.event.spi.CallbackRegistry
 
postUpdate(Object, Object[], Object) - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
postUpdate(Object, Object[], Object) - Method in interface org.hibernate.engine.spi.EntityEntry
Handle updating the internal state of the entry after actually performing the database update.
PostUpdate - Class in org.hibernate.jpamodelgen.xml.jaxb
 
PostUpdate() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.PostUpdate
 
PostUpdateEvent - Class in org.hibernate.event.spi
Occurs after the datastore is updated
PostUpdateEvent(Object, Object, Object[], Object[], int[], EntityPersister, EventSource) - Constructor for class org.hibernate.event.spi.PostUpdateEvent
 
PostUpdateEventListener - Interface in org.hibernate.event.spi
Called after updating the datastore
PostUpdateEventListenerStandardImpl - Class in org.hibernate.event.internal
 
PostUpdateEventListenerStandardImpl() - Constructor for class org.hibernate.event.internal.PostUpdateEventListenerStandardImpl
 
potentiallyCreateTableReference(String) - Method in class org.hibernate.sql.ast.tree.from.StandardTableGroup
 
power(Expression<? extends Number>, Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create an expression that returns the first argument raised to the power of its second argument.
power(Expression<? extends Number>, Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
power(Expression<? extends Number>, Expression<? extends Number>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
power(Expression<? extends Number>, Number) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create an expression that returns the first argument raised to the power of its second argument.
power(Expression<? extends Number>, Number) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
power(Expression<? extends Number>, Number) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
power_expLn() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
PRE_COLLECTION_RECREATE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
PRE_COLLECTION_RECREATE - Static variable in class org.hibernate.event.spi.EventType
 
PRE_COLLECTION_REMOVE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
PRE_COLLECTION_REMOVE - Static variable in class org.hibernate.event.spi.EventType
 
PRE_COLLECTION_UPDATE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
PRE_COLLECTION_UPDATE - Static variable in class org.hibernate.event.spi.EventType
 
PRE_DELETE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
PRE_DELETE - Static variable in class org.hibernate.event.spi.EventType
 
PRE_INSERT - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
PRE_INSERT - Static variable in class org.hibernate.event.spi.EventType
 
PRE_LOAD - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
PRE_LOAD - Static variable in class org.hibernate.event.spi.EventType
 
PRE_PERSIST - org.hibernate.jpa.event.spi.CallbackType
 
PRE_REMOVE - org.hibernate.jpa.event.spi.CallbackType
 
PRE_UPDATE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
PRE_UPDATE - org.hibernate.jpa.event.spi.CallbackType
 
PRE_UPDATE - Static variable in class org.hibernate.event.spi.EventType
 
PRECEDING - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
PRECEDING - Static variable in class org.hibernate.grammars.hql.HqlParser
 
PRECEDING() - Method in class org.hibernate.grammars.hql.HqlParser.FrameEndContext
 
PRECEDING() - Method in class org.hibernate.grammars.hql.HqlParser.FrameStartContext
 
PRECEDING() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
precision - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
precision - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
 
precision - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
 
precision - Variable in class org.hibernate.boot.jaxb.mapping.JaxbColumn
 
precision - Variable in class org.hibernate.boot.jaxb.mapping.JaxbMapKeyColumn
 
precision - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Column
 
precision - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
 
precision() - Method in class org.hibernate.boot.model.internal.MapKeyColumnDelegator
 
precision(int) - Static method in class org.hibernate.engine.jdbc.Size
 
precision(int, int) - Static method in class org.hibernate.engine.jdbc.Size
 
PreCollectionRecreateEvent - Class in org.hibernate.event.spi
An event that occurs before a collection is recreated
PreCollectionRecreateEvent(CollectionPersister, PersistentCollection<?>, EventSource) - Constructor for class org.hibernate.event.spi.PreCollectionRecreateEvent
 
PreCollectionRecreateEventListener - Interface in org.hibernate.event.spi
Called before recreating a collection
PreCollectionRemoveEvent - Class in org.hibernate.event.spi
An event that occurs before a collection is removed
PreCollectionRemoveEvent(CollectionPersister, PersistentCollection<?>, EventSource, Object) - Constructor for class org.hibernate.event.spi.PreCollectionRemoveEvent
 
PreCollectionRemoveEventListener - Interface in org.hibernate.event.spi
Called before removing a collection
PreCollectionUpdateEvent - Class in org.hibernate.event.spi
An event that occurs before a collection is updated
PreCollectionUpdateEvent(CollectionPersister, PersistentCollection<?>, EventSource) - Constructor for class org.hibernate.event.spi.PreCollectionUpdateEvent
 
PreCollectionUpdateEventListener - Interface in org.hibernate.event.spi
Called before updating a collection
preCreate(Object) - Method in interface org.hibernate.jpa.event.spi.CallbackRegistry
 
preDelete() - Method in class org.hibernate.action.internal.EntityDeleteAction
 
PreDeleteEvent - Class in org.hibernate.event.spi
Represents a pre-delete event, which occurs just prior to performing the deletion of an entity from the database.
PreDeleteEvent(Object, Object, Object[], EntityPersister, EventSource) - Constructor for class org.hibernate.event.spi.PreDeleteEvent
Constructs an event containing the pertinent information.
PreDeleteEventListener - Interface in org.hibernate.event.spi
Called before deleting an item from the datastore
predicate() - Method in class org.hibernate.grammars.hql.HqlParser.AndPredicateContext
 
predicate() - Method in class org.hibernate.grammars.hql.HqlParser.AnyFunctionContext
 
predicate() - Method in class org.hibernate.grammars.hql.HqlParser.EveryFunctionContext
 
predicate() - Method in class org.hibernate.grammars.hql.HqlParser.ExpressionOrPredicateContext
 
predicate() - Method in class org.hibernate.grammars.hql.HqlParser.GroupedPredicateContext
 
predicate() - Method in class org.hibernate.grammars.hql.HqlParser.HavingClauseContext
 
predicate() - Method in class org.hibernate.grammars.hql.HqlParser.JoinRestrictionContext
 
predicate() - Method in class org.hibernate.grammars.hql.HqlParser.NegatedPredicateContext
 
predicate() - Method in class org.hibernate.grammars.hql.HqlParser.OrPredicateContext
 
predicate() - Method in class org.hibernate.grammars.hql.HqlParser
 
predicate() - Method in class org.hibernate.grammars.hql.HqlParser.SearchedCaseWhenContext
 
predicate() - Method in class org.hibernate.grammars.hql.HqlParser.WhereClauseContext
 
predicate(int) - Method in class org.hibernate.grammars.hql.HqlParser.AndPredicateContext
 
predicate(int) - Method in class org.hibernate.grammars.hql.HqlParser.OrPredicateContext
 
Predicate - Interface in org.hibernate.sql.ast.tree.predicate
Models a predicate in the SQL AST
PredicateCollector - Class in org.hibernate.sql.ast.tree.predicate
 
PredicateCollector() - Constructor for class org.hibernate.sql.ast.tree.predicate.PredicateCollector
 
PredicateCollector(Predicate) - Constructor for class org.hibernate.sql.ast.tree.predicate.PredicateCollector
 
PredicateContainer - Interface in org.hibernate.sql.ast.tree.predicate
Something that can contain predicates
PredicateContext() - Constructor for class org.hibernate.grammars.hql.HqlParser.PredicateContext
 
PredicateContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.PredicateContext
 
PREFER_LONG_RAW - Static variable in class org.hibernate.dialect.OracleDialect
 
PREFER_USER_TRANSACTION - Static variable in interface org.hibernate.cfg.TransactionSettings
When enabled, specifies that the UserTransaction should be used in preference to the TransactionManager for JTA transaction management.
preferBindAggregateMapping(int) - Method in interface org.hibernate.dialect.aggregate.AggregateSupport
Whether to prefer binding the aggregate column as a whole instead of individual parts.
preferBindAggregateMapping(int) - Method in class org.hibernate.dialect.aggregate.AggregateSupportImpl
 
preferBindAggregateMapping(int) - Method in class org.hibernate.dialect.aggregate.DB2AggregateSupport
 
PREFERRED_BOOLEAN_JDBC_TYPE - Static variable in interface org.hibernate.cfg.MappingSettings
Specifies the preferred JDBC type for storing boolean values.
PREFERRED_DURATION_JDBC_TYPE - Static variable in interface org.hibernate.cfg.MappingSettings
The preferred JDBC type to use for storing Duration values.
PREFERRED_INSTANT_JDBC_TYPE - Static variable in interface org.hibernate.cfg.MappingSettings
Specifies the preferred JDBC type for storing Instant values.
PREFERRED_POOLED_OPTIMIZER - Static variable in interface org.hibernate.cfg.MappingSettings
When a generator specifies an increment-size and an optimizer was not explicitly specified, which of the "pooled" optimizers should be preferred? Can specify an optimizer short name or the name of a class which implements Optimizer.
PREFERRED_UUID_JDBC_TYPE - Static variable in interface org.hibernate.cfg.MappingSettings
The preferred JDBC type to use for storing UUID values.
preferSelectAggregateMapping(int) - Method in interface org.hibernate.dialect.aggregate.AggregateSupport
Whether to prefer selecting the aggregate column as a whole instead of individual parts.
preferSelectAggregateMapping(int) - Method in class org.hibernate.dialect.aggregate.AggregateSupportImpl
 
preferSelectAggregateMapping(int) - Method in class org.hibernate.dialect.aggregate.DB2AggregateSupport
 
preferSelectAggregateMapping(int) - Method in class org.hibernate.dialect.aggregate.PostgreSQLAggregateSupport
 
prefixMappedProperties(String) - Method in class org.hibernate.envers.internal.entities.mapper.id.EmbeddedIdMapper
 
prefixMappedProperties(String) - Method in interface org.hibernate.envers.internal.entities.mapper.id.IdMapper
Creates a mapper with all mapped properties prefixed.
prefixMappedProperties(String) - Method in class org.hibernate.envers.internal.entities.mapper.id.MultipleIdMapper
 
prefixMappedProperties(String) - Method in class org.hibernate.envers.internal.entities.mapper.id.SingleIdMapper
 
preFlush(Iterator<Object>) - Method in interface org.hibernate.Interceptor
Called before a flush.
preFlush(PersistentCollection<?>) - Method in class org.hibernate.engine.spi.CollectionEntry
 
preInsert() - Method in class org.hibernate.action.internal.EntityIdentityInsertAction
 
preInsert() - Method in class org.hibernate.action.internal.EntityInsertAction
 
preInsert(CollectionPersister) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
preInsert(CollectionPersister) - Method in interface org.hibernate.collection.spi.PersistentCollection
Called before inserting rows, to ensure that any surrogate keys are fully generated
preInsert(CollectionPersister) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
PreInsertEvent - Class in org.hibernate.event.spi
Represents a pre-insert event, which occurs just prior to performing the insert of an entity into the database.
PreInsertEvent(Object, Object, Object[], EntityPersister, EventSource) - Constructor for class org.hibernate.event.spi.PreInsertEvent
Constructs an event containing the pertinent information.
PreInsertEventListener - Interface in org.hibernate.event.spi
Called before inserting an item in the datastore
preInsertInMemoryValueGeneration(Object[], Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.InsertCoordinator
 
preInvalidate(String[], SharedSessionContractImplementor) - Method in class org.hibernate.cache.internal.TimestampsCacheDisabledImpl
 
preInvalidate(String[], SharedSessionContractImplementor) - Method in class org.hibernate.cache.internal.TimestampsCacheEnabledImpl
 
preInvalidate(String[], SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.TimestampsCache
Perform pre-invalidation of the passed spaces (table names) against the timestamp region data.
preLoad(RowProcessingState) - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
PreLoadEvent - Class in org.hibernate.event.spi
Called before injecting property values into a newly loaded entity instance.
PreLoadEvent(EventSource) - Constructor for class org.hibernate.event.spi.PreLoadEvent
 
PreLoadEventListener - Interface in org.hibernate.event.spi
Called before injecting property values into a newly loaded entity instance.
PreparableMutationOperation - Interface in org.hibernate.sql.model
MutationOperation that is capable of being handled as a JDBC PreparedStatement Person ( PERSON, PERSON_SUPP ) - PERSON_SUPP is optional secondary table
prepare() - Method in class org.hibernate.boot.model.source.internal.annotations.AnnotationMetadataSourceProcessorImpl
 
prepare() - Method in class org.hibernate.boot.model.source.internal.hbm.HbmMetadataSourceProcessorImpl
 
prepare() - Method in class org.hibernate.boot.model.source.internal.hbm.MappingDocument
 
prepare() - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
A general preparation step.
prepare() - Static method in class org.hibernate.testing.jta.TestingJtaBootstrap
 
prepare() - Method in class org.hibernate.testing.orm.JournalingGenerationTarget
 
prepare() - Method in class org.hibernate.tool.schema.internal.exec.AbstractScriptTargetOutput
 
prepare() - Method in interface org.hibernate.tool.schema.internal.exec.GenerationTarget
Prepare for accepting actions
prepare() - Method in class org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase
 
prepare() - Method in class org.hibernate.tool.schema.internal.exec.GenerationTargetToScript
 
prepare() - Method in class org.hibernate.tool.schema.internal.exec.GenerationTargetToStdout
 
prepare() - Method in class org.hibernate.tool.schema.internal.exec.ScriptTargetOutputToFile
 
prepare() - Method in class org.hibernate.tool.schema.internal.exec.ScriptTargetOutputToStdout
 
prepare() - Method in class org.hibernate.tool.schema.internal.exec.ScriptTargetOutputToUrl
 
prepare() - Method in interface org.hibernate.tool.schema.spi.ScriptTargetOutput
Prepare the script target to accept commands
prepare(boolean) - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
 
prepare(PreparedStatement) - Method in interface org.hibernate.jdbc.Expectation
Perform any special statement preparation.
prepare(PreparedStatement) - Method in class org.hibernate.jdbc.Expectations.BasicExpectation
 
prepare(PreparedStatement) - Method in class org.hibernate.jdbc.Expectations.BasicParamExpectation
 
prepare(SQLWarning) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper.StandardWarningHandler
 
prepare(SQLWarning) - Method in interface org.hibernate.engine.jdbc.spi.SqlExceptionHelper.WarningHandler
Prepare for processing of a warning stack.
prepare(Map<String, Object>) - Static method in class org.hibernate.testing.jta.TestingJtaBootstrap
 
prepare(Xid) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.XAResourceWrapper
 
prepare(XProperty, boolean) - Method in class org.hibernate.boot.model.internal.CollectionPropertyHolder
 
prepare(MetadataSources, BootstrapContext) - Static method in class org.hibernate.boot.model.process.spi.MetadataBuildingProcess
First step of two-phase for MetadataSources to Metadata process
prepare(StandardServiceRegistryBuilder) - Static method in class org.hibernate.testing.jta.TestingJtaBootstrap
 
prepare(MetadataBuildingContext) - Static method in class org.hibernate.boot.model.source.internal.hbm.ModelBinder
 
prepare(SessionFactoryImplementor, Metadata) - Method in class org.hibernate.query.internal.NamedObjectRepositoryImpl
 
prepare(SessionFactoryImplementor, Metadata) - Method in interface org.hibernate.query.named.NamedObjectRepository
Prepare for runtime use
prepare(Optimizer) - Method in interface org.hibernate.id.enhanced.DatabaseStructure
Deprecated.
prepare(Optimizer) - Method in class org.hibernate.id.enhanced.TableStructure
 
prepare(MappingModelCreationProcess, JdbcConnectionAccess) - Method in class org.hibernate.query.sqm.mutation.internal.temptable.GlobalTemporaryTableStrategy
 
prepare(MappingModelCreationProcess, JdbcConnectionAccess) - Method in class org.hibernate.query.sqm.mutation.internal.temptable.LocalTemporaryTableStrategy
 
prepare(MappingModelCreationProcess, JdbcConnectionAccess) - Method in class org.hibernate.query.sqm.mutation.internal.temptable.PersistentTableStrategy
 
prepare(MappingModelCreationProcess, JdbcConnectionAccess) - Method in interface org.hibernate.query.sqm.mutation.spi.SqmMultiTableInsertStrategy
Prepare the strategy for use.
prepare(MappingModelCreationProcess, JdbcConnectionAccess) - Method in interface org.hibernate.query.sqm.mutation.spi.SqmMultiTableMutationStrategy
Prepare the strategy for use.
prepareActions() - Method in class org.hibernate.engine.spi.ActionQueue
Prepares the internal action queues for execution.
prepareBasicRegistryBuilder(StandardServiceRegistryBuilder) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
prepareBootstrapRegistryBuilder(BootstrapServiceRegistryBuilder) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
prepareBootstrapRegistryBuilder(BootstrapServiceRegistryBuilder) - Method in class org.hibernate.testing.orm.junit.BaseSessionFactoryFunctionalTest
 
prepareBootstrapRegistryBuilder(BootstrapServiceRegistryBuilder) - Method in interface org.hibernate.testing.orm.junit.ServiceRegistryProducer
 
prepareConnection(Connection) - Method in class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl.PooledConnections
 
preparedStatementAlreadyInBatch(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
PreparedStatementDetails - Interface in org.hibernate.engine.jdbc.mutation.group
Descriptor for details about a PreparedStatement
PreparedStatementDetailsStandard - Class in org.hibernate.engine.jdbc.mutation.internal
Describes a particular PreparedStatement within a group
PreparedStatementDetailsStandard(PreparableMutationOperation, String, Supplier<PreparedStatement>, Expectation, JdbcServices) - Constructor for class org.hibernate.engine.jdbc.mutation.internal.PreparedStatementDetailsStandard
 
PreparedStatementDetailsStandard(PreparableMutationOperation, Supplier<PreparedStatement>, JdbcServices) - Constructor for class org.hibernate.engine.jdbc.mutation.internal.PreparedStatementDetailsStandard
 
PreparedStatementGroup - Interface in org.hibernate.engine.jdbc.mutation.group
Grouping of PreparedStatement references.
PreparedStatementGroupNone - Class in org.hibernate.engine.jdbc.mutation.internal
 
PreparedStatementGroupNone() - Constructor for class org.hibernate.engine.jdbc.mutation.internal.PreparedStatementGroupNone
 
PreparedStatementGroupSingleTable - Class in org.hibernate.engine.jdbc.mutation.internal
PreparedStatementGroup implementation for cases where we have just a single operation
PreparedStatementGroupSingleTable(PreparableMutationOperation, SharedSessionContractImplementor) - Constructor for class org.hibernate.engine.jdbc.mutation.internal.PreparedStatementGroupSingleTable
 
PreparedStatementGroupStandard - Class in org.hibernate.engine.jdbc.mutation.internal
A group of PreparedStatementDetails references related to multi-table entity mappings.
PreparedStatementGroupStandard(MutationType, MutationTarget<?>, List<PreparableMutationOperation>, SharedSessionContractImplementor) - Constructor for class org.hibernate.engine.jdbc.mutation.internal.PreparedStatementGroupStandard
 
PreparedStatementHandler() - Constructor for class org.hibernate.testing.jdbc.JdbcMocks.PreparedStatementHandler
 
PreparedStatementSpyConnectionProvider - Class in org.hibernate.testing.orm.jdbc
This ConnectionProvider extends any other ConnectionProvider that would be used by default taken the current configuration properties, and it intercept the underlying PreparedStatement method calls.
PreparedStatementSpyConnectionProvider() - Constructor for class org.hibernate.testing.orm.jdbc.PreparedStatementSpyConnectionProvider
 
PreparedStatementSpyConnectionProvider(boolean) - Constructor for class org.hibernate.testing.orm.jdbc.PreparedStatementSpyConnectionProvider
 
PreparedStatementSpyConnectionProviderSettingProvider - Class in org.hibernate.testing.orm.jdbc
 
PreparedStatementSpyConnectionProviderSettingProvider() - Constructor for class org.hibernate.testing.orm.jdbc.PreparedStatementSpyConnectionProviderSettingProvider
 
prepareForAutoClose() - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
prepareForEntityHierarchyProcessing() - Method in class org.hibernate.boot.model.source.internal.annotations.AnnotationMetadataSourceProcessorImpl
 
prepareForEntityHierarchyProcessing() - Method in class org.hibernate.boot.model.source.internal.hbm.HbmMetadataSourceProcessorImpl
 
prepareForEntityHierarchyProcessing() - Method in class org.hibernate.boot.model.source.internal.hbm.MappingDocument
 
prepareForEntityHierarchyProcessing() - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
 
prepareForExecution() - Method in class org.hibernate.query.spi.AbstractQuery
 
prepareForExecution() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
prepareForExecution() - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
prepareForExecution() - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
prepareForExecution() - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
prepareForMappingModel() - Method in class org.hibernate.mapping.Component
 
prepareForMappingModel() - Method in class org.hibernate.mapping.MappedSuperclass
 
prepareForMappingModel(RuntimeModelCreationContext) - Method in class org.hibernate.mapping.PersistentClass
 
prepareForNonBatchedWork(BatchKey, SharedSessionContractImplementor) - Method in class org.hibernate.engine.jdbc.mutation.internal.AbstractMutationExecutor
Executors with non-batched operations should call this to clean up any "previous" batch before starting their work
prepareForPossibleLoadingOutsideTransaction() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
prepareForPossibleLoadingOutsideTransaction() - Method in class org.hibernate.proxy.AbstractLazyInitializer
Initialize internal state based on the currently attached session, in order to be ready to load data even after the proxy is detached from the session.
prepareForPossibleLoadingOutsideTransaction() - Method in class org.hibernate.proxy.map.MapLazyInitializer
 
prepareForQueryExecution(boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
prepareForQueryExecution(boolean) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Prepare for the execution of a Query or ProcedureCall
prepareForQueryExecution(boolean) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
prepareForQueryExecution(boolean) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
prepareForStore() - Method in interface org.hibernate.query.spi.QueryInterpretationCache.Key
The possibility for a cache key to do defensive copying in case it has mutable state.
prepareForStore() - Method in class org.hibernate.query.sql.spi.NonSelectInterpretationsKey
 
prepareForStore() - Method in class org.hibernate.query.sql.spi.SelectInterpretationsKey
 
prepareForStore() - Method in class org.hibernate.query.sqm.internal.SqmInterpretationsKey
 
prepareForUse(SessionFactoryOptions, Map<String, Object>) - Method in class org.hibernate.cache.jcache.internal.JCacheRegionFactory
 
prepareForUse(SessionFactoryOptions, Map<String, Object>) - Method in class org.hibernate.cache.spi.AbstractRegionFactory
 
prepareForUse(SessionFactoryOptions, Map<String, Object>) - Method in class org.hibernate.testing.cache.CachingRegionFactory
 
prepareIdentifierGeneratingInsert(String) - Method in interface org.hibernate.id.insert.InsertGeneratedIdentifierDelegate
Append SQL specific to this delegate's mode of handling generated primary key values to the given insert statement.
prepareIdentifierGeneratingInsert(String) - Method in class org.hibernate.id.insert.InsertReturningDelegate
 
prepareIdentifierGeneratingInsert(String) - Method in class org.hibernate.id.insert.SybaseJConnGetGeneratedKeysDelegate
 
prepareIdentifierGeneratingInsert(SqlStringGenerationContext) - Method in class org.hibernate.id.insert.BasicSelectingDelegate
Deprecated.
prepareIdentifierGeneratingInsert(SqlStringGenerationContext) - Method in class org.hibernate.id.insert.GetGeneratedKeysDelegate
Deprecated.
prepareIdentifierGeneratingInsert(SqlStringGenerationContext) - Method in interface org.hibernate.id.insert.InsertGeneratedIdentifierDelegate
Deprecated.
this is no longer called
prepareIdentifierGeneratingInsert(SqlStringGenerationContext) - Method in class org.hibernate.id.insert.InsertReturningDelegate
Deprecated.
prepareIdentifierGeneratingInsert(SqlStringGenerationContext) - Method in class org.hibernate.id.insert.UniqueKeySelectingDelegate
Deprecated.
prepareLimitOffsetParameters() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
prepareListeners(EventType<T>) - Method in class org.hibernate.event.service.internal.EventListenerRegistryImpl.Builder
 
prepareListeners(EventType<T>, T) - Method in class org.hibernate.event.service.internal.EventListenerRegistryImpl.Builder
 
prepareListeners(EventType<T>, T, Function<EventType<T>, EventListenerGroupImpl<T>>) - Method in class org.hibernate.event.service.internal.EventListenerRegistryImpl.Builder
 
prepareLoaders() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
prepareLoaders() - Method in interface org.hibernate.persister.entity.EntityPersister
Prepare loaders associated with the persister.
prepareMappingModel(MappingModelCreationProcess) - Method in interface org.hibernate.metamodel.mapping.internal.InFlightEntityMappingType
After all hierarchy types have been linked, this method is called to allow the mapping model to be prepared which generally includes creating attribute mapping descriptors, identifier mapping descriptor, etc.
prepareMappingModel(MappingModelCreationProcess) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
prepareQueryStatement(String, boolean, ScrollMode) - Method in interface org.hibernate.engine.jdbc.spi.StatementPreparer
Get a prepared statement for use in loading / querying.
prepareQueryStatement(String, SharedSessionContractImplementor) - Static method in class org.hibernate.sql.exec.spi.StatementCreatorHelper
 
prepareReader() - Method in class org.hibernate.tool.schema.internal.exec.AbstractScriptSourceInput
 
prepareReader() - Method in class org.hibernate.tool.schema.internal.exec.ScriptSourceInputFromFile
 
prepareReader() - Method in class org.hibernate.tool.schema.internal.exec.ScriptSourceInputFromReader
 
prepareReader() - Method in class org.hibernate.tool.schema.internal.exec.ScriptSourceInputFromUrl
 
prepareReader() - Method in class org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl
 
prepareStatement() - Method in class org.hibernate.stat.internal.StatisticsImpl
 
prepareStatement() - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about a statement being prepared.
prepareStatement(String) - Method in interface org.hibernate.engine.jdbc.spi.StatementPreparer
Prepare a statement.
prepareStatement(String, boolean) - Method in class org.hibernate.engine.jdbc.internal.MutationStatementPreparerImpl
 
prepareStatement(String, boolean) - Method in interface org.hibernate.engine.jdbc.spi.MutationStatementPreparer
Prepare a statement.
prepareStatement(String, boolean) - Method in interface org.hibernate.engine.jdbc.spi.StatementPreparer
Prepare a statement.
prepareStatement(String, int) - Method in class org.hibernate.engine.jdbc.internal.MutationStatementPreparerImpl
 
prepareStatement(String, int) - Method in interface org.hibernate.engine.jdbc.spi.MutationStatementPreparer
Prepare an INSERT statement, specifying how auto-generated (by the database) keys should be handled.
prepareStatement(String, int) - Method in interface org.hibernate.engine.jdbc.spi.StatementPreparer
Prepare an INSERT statement, specifying how auto-generated (by the database) keys should be handled.
prepareStatement(String, String[]) - Method in class org.hibernate.engine.jdbc.internal.MutationStatementPreparerImpl
 
prepareStatement(String, String[]) - Method in interface org.hibernate.engine.jdbc.spi.MutationStatementPreparer
Prepare an INSERT statement, specifying columns which are auto-generated values to be returned.
prepareStatement(String, String[]) - Method in interface org.hibernate.engine.jdbc.spi.StatementPreparer
Prepare an INSERT statement, specifying columns which are auto-generated values to be returned.
prepareStatement(String, SharedSessionContractImplementor) - Method in class org.hibernate.id.insert.AbstractSelectingDelegate
 
prepareStatement(String, SharedSessionContractImplementor) - Method in class org.hibernate.id.insert.GetGeneratedKeysDelegate
 
prepareStatement(String, SharedSessionContractImplementor) - Method in interface org.hibernate.id.insert.InsertGeneratedIdentifierDelegate
 
prepareStatement(String, SharedSessionContractImplementor) - Method in class org.hibernate.id.insert.InsertReturningDelegate
 
prepareTest() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
prepareTest() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
prepend - Variable in class org.hibernate.dialect.function.array.ArrayConcatElementFunction
 
prependComment(String, String) - Method in class org.hibernate.dialect.Dialect
Prepend a comment to the given SQL fragment.
prependComment(String, String) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
prependListener(T) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
 
prependListeners(EventType<T>, Class<? extends T>...) - Method in class org.hibernate.event.service.internal.EventListenerRegistryImpl
 
prependListeners(EventType<T>, Class<? extends T>...) - Method in interface org.hibernate.event.service.spi.EventListenerRegistry
 
prependListeners(EventType<T>, T...) - Method in class org.hibernate.event.service.internal.EventListenerRegistryImpl
 
prependListeners(EventType<T>, T...) - Method in interface org.hibernate.event.service.spi.EventListenerRegistry
 
prependListeners(T...) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
 
prependTableGroupJoin(NavigablePath, TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.AbstractTableGroup
 
prependTableGroupJoin(NavigablePath, TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.CorrelatedTableGroup
 
prependTableGroupJoin(NavigablePath, TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
prependTableGroupJoin(NavigablePath, TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
 
prependTableGroupJoin(NavigablePath, TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
 
prependTableGroupJoin(NavigablePath, TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.StandardVirtualTableGroup
 
prependTableGroupJoin(NavigablePath, TableGroupJoin) - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
Adds the given table group join before a join as found via the given navigable path.
prePersist - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
prePersist - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntityListener
 
prePersist - Variable in class org.hibernate.boot.jaxb.mapping.JaxbMappedSuperclass
 
prePersist - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
prePersist - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
 
prePersist - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
 
PrePersist - Class in org.hibernate.jpamodelgen.xml.jaxb
 
PrePersist() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.PrePersist
 
preRemove - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
preRemove - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntityListener
 
preRemove - Variable in class org.hibernate.boot.jaxb.mapping.JaxbMappedSuperclass
 
preRemove - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
preRemove - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
 
preRemove - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
 
preRemove(Object) - Method in interface org.hibernate.jpa.event.spi.CallbackRegistry
 
PreRemove - Class in org.hibernate.jpamodelgen.xml.jaxb
 
PreRemove() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.PreRemove
 
prettifyAntlrError(Object, int, int, String, RecognitionException, String, boolean) - Static method in class org.hibernate.query.hql.internal.StandardHqlTranslator
ANTLR's error messages are surprisingly bad, so try to make them a bit better.
preUpdate - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
preUpdate - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntityListener
 
preUpdate - Variable in class org.hibernate.boot.jaxb.mapping.JaxbMappedSuperclass
 
preUpdate - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
preUpdate - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
 
preUpdate - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
 
preUpdate() - Method in class org.hibernate.action.internal.EntityUpdateAction
 
preUpdate(Object) - Method in interface org.hibernate.jpa.event.spi.CallbackRegistry
 
PreUpdate - Class in org.hibernate.jpamodelgen.xml.jaxb
 
PreUpdate() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.PreUpdate
 
PreUpdateEvent - Class in org.hibernate.event.spi
Represents a pre-update event, which occurs just prior to performing the update of an entity in the database.
PreUpdateEvent(Object, Object, Object[], Object[], EntityPersister, EventSource) - Constructor for class org.hibernate.event.spi.PreUpdateEvent
Constructs an event containing the pertinent information.
PreUpdateEventListener - Interface in org.hibernate.event.spi
Called before updating the datastore
previous() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListIteratorProxy
 
previous() - Method in class org.hibernate.internal.EmptyScrollableResults
 
previous() - Method in class org.hibernate.internal.FetchingScrollableResultsImpl
 
previous() - Method in class org.hibernate.internal.ScrollableResultsImpl
 
previous() - Method in class org.hibernate.query.Page
 
previous() - Method in interface org.hibernate.ScrollableResults
Retreat to the previous result.
previous() - Method in class org.hibernate.sql.results.internal.RowProcessingStateStandardImpl
 
previous(RowProcessingState) - Method in class org.hibernate.sql.results.jdbc.internal.AbstractJdbcValues
 
previous(RowProcessingState) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
Advances the "cursor position" in reverse and returns a boolean indicating whether there is a row available to read via JdbcValues.getCurrentRowValue(int).
PREVIOUS_FIELD_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of the field used to hold the previous ManagedEntity.
PREVIOUS_GETTER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of the method used to read the previous ManagedEntity field
PREVIOUS_SETTER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of the method used to write the previous ManagedEntity field
PREVIOUS_STATUS - Static variable in class org.hibernate.engine.internal.AbstractEntityEntry.EnumState
 
previousIndex() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListIteratorProxy
 
primaryExpression() - Method in class org.hibernate.grammars.hql.HqlParser.BarePrimaryExpressionContext
 
primaryExpression() - Method in class org.hibernate.grammars.hql.HqlParser
 
PrimaryExpressionContext() - Constructor for class org.hibernate.grammars.hql.HqlParser.PrimaryExpressionContext
 
PrimaryExpressionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.PrimaryExpressionContext
 
PrimaryKey - Class in org.hibernate.mapping
A mapping model object representing a primary key constraint.
PrimaryKey(Table) - Constructor for class org.hibernate.mapping.PrimaryKey
 
primaryKeyForeignKey - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
primaryKeyForeignKey - Variable in class org.hibernate.boot.jaxb.mapping.JaxbOneToOne
 
primaryKeyForeignKey - Variable in class org.hibernate.boot.jaxb.mapping.JaxbSecondaryTable
 
primaryKeyForeignKey - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
primaryKeyForeignKey - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
 
primaryKeyForeignKey - Variable in class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
 
PrimaryKeyInformation - Interface in org.hibernate.tool.schema.extract.spi
Provides access to information about existing primary key for a table
PrimaryKeyInformationImpl - Class in org.hibernate.tool.schema.extract.internal
 
PrimaryKeyInformationImpl(Identifier, Iterable<ColumnInformation>) - Constructor for class org.hibernate.tool.schema.extract.internal.PrimaryKeyInformationImpl
 
primaryKeyJoinColumn - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
primaryKeyJoinColumn - Variable in class org.hibernate.boot.jaxb.mapping.JaxbOneToOne
 
primaryKeyJoinColumn - Variable in class org.hibernate.boot.jaxb.mapping.JaxbSecondaryTable
 
primaryKeyJoinColumn - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
primaryKeyJoinColumn - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
 
primaryKeyJoinColumn - Variable in class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
 
PrimaryKeyJoinColumn - Class in org.hibernate.jpamodelgen.xml.jaxb
 
PrimaryKeyJoinColumn() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.PrimaryKeyJoinColumn
 
prime(Set<DomainDataRegionConfig>) - Method in class org.hibernate.cache.internal.DisabledCaching
 
prime(Set<DomainDataRegionConfig>) - Method in class org.hibernate.cache.internal.EnabledCaching
 
prime(Set<DomainDataRegionConfig>) - Method in interface org.hibernate.cache.spi.CacheImplementor
An initialization phase allowing the caching provider to prime itself from the passed configs
prime(JavaTypeBaseline.BaselineTarget) - Static method in class org.hibernate.type.descriptor.java.spi.JavaTypeBaseline
The process of registering all the baseline registrations
prime(JdbcTypeBaseline.BaselineTarget) - Static method in class org.hibernate.type.descriptor.jdbc.internal.JdbcTypeBaseline
 
prime(TypeConfiguration) - Static method in class org.hibernate.type.StandardBasicTypes
 
PrimeAmongSecondarySupertypes - Interface in org.hibernate.engine.spi
For a full explanation of the purpose of this interface see ManagedTypeHelper.
primed() - Method in class org.hibernate.type.BasicTypeRegistry
 
PRIMITIVE_ARRAY - org.hibernate.boot.model.source.internal.hbm.XmlElementMetadata
Describes the <primitive-array/> element
PRIMITIVE_ARRAY_BINDING - Static variable in class org.hibernate.type.descriptor.jdbc.BlobJdbcType
 
PRIMITIVE_NAMES - Static variable in class org.hibernate.boot.model.internal.BinderHelper
 
PRIMITIVE_TYPES - Static variable in class org.hibernate.jpamodelgen.util.TypeUtils
 
PrimitiveArray - Class in org.hibernate.mapping
A primitive array has a primary key consisting of the key columns + index column.
PrimitiveArray(Supplier<ManagedBean<? extends UserCollectionType>>, PersistentClass, MetadataBuildingContext) - Constructor for class org.hibernate.mapping.PrimitiveArray
 
PrimitiveArray(MetadataBuildingContext, PersistentClass) - Constructor for class org.hibernate.mapping.PrimitiveArray
 
PrimitiveArrayBinder - Class in org.hibernate.boot.model.internal
A CollectionBinder for primitive arrays, whose mapping model type is PrimitiveArray.
PrimitiveArrayBinder(Supplier<ManagedBean<? extends UserCollectionType>>, MetadataBuildingContext) - Constructor for class org.hibernate.boot.model.internal.PrimitiveArrayBinder
 
PrimitiveBasicTypeImpl<J> - Class in org.hibernate.metamodel.model.domain.internal
 
PrimitiveBasicTypeImpl(JavaType<J>, JdbcType, Class<J>) - Constructor for class org.hibernate.metamodel.model.domain.internal.PrimitiveBasicTypeImpl
 
PrimitiveByteArrayJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for byte[] handling.
PrimitiveByteArrayJavaType() - Constructor for class org.hibernate.type.descriptor.java.PrimitiveByteArrayJavaType
 
PrimitiveCharacterArrayJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for char[] handling.
PrimitiveCharacterArrayJavaType() - Constructor for class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayJavaType
 
primitiveEquivalent(Class) - Static method in class org.hibernate.query.sqm.tree.expression.Compatibility
 
PrimitiveJavaType<J extends Serializable> - Interface in org.hibernate.type.descriptor.java.spi
Additional contract for primitive / primitive wrapper Java types.
PrimitiveWrapperHelper - Class in org.hibernate.internal.util.type
Helper for primitive/wrapper utilities.
PrimitiveWrapperHelper.BooleanDescriptor - Class in org.hibernate.internal.util.type
 
PrimitiveWrapperHelper.ByteDescriptor - Class in org.hibernate.internal.util.type
 
PrimitiveWrapperHelper.CharacterDescriptor - Class in org.hibernate.internal.util.type
 
PrimitiveWrapperHelper.DoubleDescriptor - Class in org.hibernate.internal.util.type
 
PrimitiveWrapperHelper.FloatDescriptor - Class in org.hibernate.internal.util.type
 
PrimitiveWrapperHelper.IntegerDescriptor - Class in org.hibernate.internal.util.type
 
PrimitiveWrapperHelper.LongDescriptor - Class in org.hibernate.internal.util.type
 
PrimitiveWrapperHelper.PrimitiveWrapperDescriptor<T> - Interface in org.hibernate.internal.util.type
Describes a particular primitive/wrapper combo
PrimitiveWrapperHelper.ShortDescriptor - Class in org.hibernate.internal.util.type
 
PrivateAccessorException - Exception in org.hibernate.bytecode.internal.bytebuddy
 
PrivateAccessorException(String) - Constructor for exception org.hibernate.bytecode.internal.bytebuddy.PrivateAccessorException
 
PROCEDURE - org.hibernate.DuplicateMappingException.Type
A duplicate NamedStoredProcedureQuery was encountered
ProcedureCall - Interface in org.hibernate.procedure
Defines support for executing database stored procedures and functions.
ProcedureCallImpl<R> - Class in org.hibernate.procedure.internal
Standard implementation of ProcedureCall
ProcedureCallImpl(SharedSessionContractImplementor, String) - Constructor for class org.hibernate.procedure.internal.ProcedureCallImpl
The no-returns form.
ProcedureCallImpl(SharedSessionContractImplementor, String, Class<?>...) - Constructor for class org.hibernate.procedure.internal.ProcedureCallImpl
The result Class(es) return form
ProcedureCallImpl(SharedSessionContractImplementor, String, String...) - Constructor for class org.hibernate.procedure.internal.ProcedureCallImpl
The result-set-mapping(s) return form
ProcedureCallImpl(SharedSessionContractImplementor, NamedCallableQueryMementoImpl, String...) - Constructor for class org.hibernate.procedure.internal.ProcedureCallImpl
 
ProcedureCallImplementor<R> - Interface in org.hibernate.procedure.spi
 
procedureName - Variable in class org.hibernate.boot.jaxb.mapping.JaxbNamedStoredProcedureQuery
 
procedureName - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedStoredProcedureQuery
 
ProcedureOutputs - Interface in org.hibernate.procedure
Specialization of the Outputs contract providing access to the stored procedure's registered output parameters.
ProcedureOutputsImpl - Class in org.hibernate.procedure.internal
Implementation of ProcedureResult.
ProcedureOutputsImpl.ProcedureCurrentReturnState - Class in org.hibernate.procedure.internal
 
ProcedureParamBindings - Class in org.hibernate.procedure.internal
 
ProcedureParamBindings(ProcedureParameterMetadataImpl, SessionFactoryImplementor) - Constructor for class org.hibernate.procedure.internal.ProcedureParamBindings
 
ProcedureParameter<T> - Interface in org.hibernate.query.procedure
 
ProcedureParameterBinding<T> - Interface in org.hibernate.query.procedure
Describes an input value binding for any IN/INOUT parameters.
ProcedureParameterBindingImpl<T> - Class in org.hibernate.procedure.internal
Implementation of the ProcedureParameterBinding contract.
ProcedureParameterBindingImpl(ProcedureParameterImplementor<T>, SessionFactoryImplementor) - Constructor for class org.hibernate.procedure.internal.ProcedureParameterBindingImpl
 
ProcedureParameterBindingImplementor<T> - Interface in org.hibernate.procedure.spi
 
ProcedureParameterExtractionAware<T> - Interface in org.hibernate.type
Optional Type contract for implementations that are aware of how to extract values from store procedure OUT/INOUT parameters.
ProcedureParameterImpl<T> - Class in org.hibernate.procedure.internal
 
ProcedureParameterImpl(Integer, ParameterMode, Class<T>, BindableType<T>) - Constructor for class org.hibernate.procedure.internal.ProcedureParameterImpl
Used for ordinal Query parameters
ProcedureParameterImpl(String, ParameterMode, Class<T>, BindableType<T>) - Constructor for class org.hibernate.procedure.internal.ProcedureParameterImpl
Used for named Query parameters
ProcedureParameterImplementor<T> - Interface in org.hibernate.procedure.spi
SPI extension for ProcedureParameter
ProcedureParameterMetadataImpl - Class in org.hibernate.procedure.internal
Specialized ParameterMetadataImplementor for callable queries implementing expandable parameter registrations
ProcedureParameterMetadataImpl() - Constructor for class org.hibernate.procedure.internal.ProcedureParameterMetadataImpl
 
ProcedureParameterMetadataImpl(NamedCallableQueryMemento, SharedSessionContractImplementor) - Constructor for class org.hibernate.procedure.internal.ProcedureParameterMetadataImpl
 
ProcedureParameterMetadataImplementor - Interface in org.hibernate.query.spi
 
ProcedureParameterNamedBinder<J> - Interface in org.hibernate.type
Optional Type contract for implementations enabled to set store procedure OUT/INOUT parameters values by name.
process() - Method in interface org.hibernate.boot.spi.NaturalIdUniqueKeyBinder
 
process() - Method in interface org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess.PostInitCallback
 
process() - Method in class org.hibernate.query.sql.internal.ResultSetMappingProcessor
 
process() - Method in class org.hibernate.query.sql.internal.SQLQueryParser
 
process(Object, EntityPersister) - Method in class org.hibernate.event.internal.AbstractVisitor
Walk the tree starting from the given entity.
process(Object, EntityPersister) - Method in class org.hibernate.event.internal.WrapVisitor
 
process(ResultSet) - Method in interface org.hibernate.tool.schema.extract.spi.ExtractionContext.ResultSetProcessor
 
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class org.hibernate.jpamodelgen.JPAMetaModelEntityProcessor
 
process(Metadata, ServiceRegistry, Map<String, Object>, DelayedDropRegistry) - Static method in class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator
 
process(AttributePath, StringBuilder) - Static method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyComponentPathImpl
 
process(InFlightMetadataCollector) - Method in class org.hibernate.boot.model.source.internal.hbm.ModelBinder.DelayedPropertyReferenceHandlerImpl
 
process(InFlightMetadataCollector) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector.DelayedPropertyReferenceHandler
 
process(EntityPersisterConcurrentMap, RuntimeModelCreationContext) - Static method in class org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess
Triggers creation of the mapping model
processAdditionalMappings(List<Class<?>>, List<JaxbEntityMappings>, MetadataBuildingContextRootImpl) - Static method in class org.hibernate.boot.model.source.internal.annotations.AnnotationMetadataSourceProcessorImpl
Used as part of processing AdditionalMappingContributions.contributeEntity(Class) "additional" mappings}
processAggregate(Component, PropertyHolder, PropertyData, XClass, AnnotatedColumns, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.AggregateComponentBinder
 
processAnyAttribute(MappingDocument, AttributesHelper.Callback, JaxbHbmAnyAssociationType, String, NaturalIdMutability) - Static method in class org.hibernate.boot.model.source.internal.hbm.AttributesHelper
 
processAnyDelayedAfterCompletion() - Method in interface org.hibernate.resource.transaction.backend.jta.internal.synchronization.SynchronizationCallbackCoordinator
Called by the TransactionCoordinator to allow the SynchronizationCallbackCoordinator to process any after-completion handling that it may have delayed due to thread affinity
processAnyDelayedAfterCompletion() - Method in class org.hibernate.resource.transaction.backend.jta.internal.synchronization.SynchronizationCallbackCoordinatorNonTrackingImpl
 
processAnyDelayedAfterCompletion() - Method in class org.hibernate.resource.transaction.backend.jta.internal.synchronization.SynchronizationCallbackCoordinatorTrackingImpl
 
processArgument(Object) - Method in class org.hibernate.engine.spi.FilterDefinition
Called before binding a JDBC parameter
processArrayAttribute(MappingDocument, AttributesHelper.Callback, JaxbHbmArrayType) - Static method in class org.hibernate.boot.model.source.internal.hbm.AttributesHelper
 
processAttributes(MappingDocument, AttributesHelper.Callback, List, String, NaturalIdMutability) - Static method in class org.hibernate.boot.model.source.internal.hbm.AttributesHelper
 
processAuxiliaryDatabaseObject(HbmLocalMetadataBuildingContext, JaxbHbmAuxiliaryDatabaseObjectType) - Static method in class org.hibernate.boot.model.source.internal.hbm.AuxiliaryDatabaseObjectBinder
Handling for a <database-object/> declaration.
processAuxiliaryDatabaseObjectDefinitions() - Method in class org.hibernate.boot.model.source.internal.annotations.AnnotationMetadataSourceProcessorImpl
 
processAuxiliaryDatabaseObjectDefinitions() - Method in class org.hibernate.boot.model.source.internal.hbm.HbmMetadataSourceProcessorImpl
 
processAuxiliaryDatabaseObjectDefinitions() - Method in class org.hibernate.boot.model.source.internal.hbm.MappingDocument
 
processAuxiliaryDatabaseObjectDefinitions() - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
Process all AuxiliaryDatabaseObject definitions.
processBagAttribute(MappingDocument, AttributesHelper.Callback, JaxbHbmBagCollectionType) - Static method in class org.hibernate.boot.model.source.internal.hbm.AttributesHelper
 
processBasicAttribute(MappingDocument, AttributesHelper.Callback, JaxbHbmBasicAttributeType, String, NaturalIdMutability) - Static method in class org.hibernate.boot.model.source.internal.hbm.AttributesHelper
 
processBeanInfo(BeanInfo) - Method in interface org.hibernate.internal.util.beans.BeanInfoHelper.BeanInfoDelegate
 
processBeanInfo(BeanInfo) - Method in interface org.hibernate.internal.util.beans.BeanInfoHelper.ReturningBeanInfoDelegate
 
processCatalogsResultSet(ExtractionContext.ResultSetProcessor<T>) - Method in class org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl
Must do the following: obtain a ResultSet containing a column of existing catalog names.
processCatalogsResultSet(ExtractionContext.ResultSetProcessor<T>) - Method in class org.hibernate.tool.schema.extract.internal.InformationExtractorJdbcDatabaseMetaDataImpl
 
processChunks(K[], int, MultiKeyLoadChunker.SqlExecutionContextCreator, MultiKeyLoadChunker.KeyCollector<K>, MultiKeyLoadChunker.ChunkStartListener, MultiKeyLoadChunker.ChunkBoundaryListener, SharedSessionContractImplementor) - Method in class org.hibernate.loader.ast.internal.MultiKeyLoadChunker
Process the chunks
processCollection(Object, CollectionType) - Method in class org.hibernate.event.internal.OnLockVisitor
 
processCollection(Object, CollectionType) - Method in class org.hibernate.event.internal.OnReplicateVisitor
 
processCollection(Object, CollectionType) - Method in class org.hibernate.event.internal.WrapVisitor
 
processColumnsResultSet(String, String, String, String, ExtractionContext.ResultSetProcessor<T>) - Method in class org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl
Must do the following: obtain a ResultSet containing a row for any existing catalog/schema/table/column combination as specified by the catalog, schemaPattern, tableNamePattern, and columnNamePattern parameters described below.
processColumnsResultSet(String, String, String, String, ExtractionContext.ResultSetProcessor<T>) - Method in class org.hibernate.tool.schema.extract.internal.InformationExtractorJdbcDatabaseMetaDataImpl
 
processComplementaryTableDefinitions(Table) - Method in class org.hibernate.boot.model.internal.EntityBinder
 
processComplementaryTableDefinitions(Table) - Method in class org.hibernate.boot.model.internal.EntityBinder
 
processComplementaryTableDefinitions(Tables) - Method in class org.hibernate.boot.model.internal.EntityBinder
 
processComponent(Object, CompositeType) - Method in class org.hibernate.event.internal.WrapVisitor
 
processCompositeKeySubAttributes(MappingDocument, AttributesHelper.Callback, List<?>) - Static method in class org.hibernate.boot.model.source.internal.hbm.AttributesHelper
 
processDynamicComponentAttribute(MappingDocument, AttributesHelper.Callback, JaxbHbmDynamicComponentType, String, NaturalIdMutability) - Static method in class org.hibernate.boot.model.source.internal.hbm.AttributesHelper
 
processElementAnnotations(PropertyHolder, Nullability, PropertyData, Map<String, IdentifierGeneratorDefinition>, EntityBinder, boolean, boolean, boolean, MetadataBuildingContext, Map<XClass, InheritanceState>) - Static method in class org.hibernate.boot.model.internal.PropertyBinder
Process annotation of a particular property or field.
processEmbeddedAttribute(MappingDocument, AttributesHelper.Callback, JaxbHbmCompositeAttributeType, String, NaturalIdMutability) - Static method in class org.hibernate.boot.model.source.internal.hbm.AttributesHelper
 
processEntityHierarchies(Set<String>) - Method in class org.hibernate.boot.model.source.internal.annotations.AnnotationMetadataSourceProcessorImpl
 
processEntityHierarchies(Set<String>) - Method in class org.hibernate.boot.model.source.internal.hbm.HbmMetadataSourceProcessorImpl
 
processEntityHierarchies(Set<String>) - Method in class org.hibernate.boot.model.source.internal.hbm.MappingDocument
 
processEntityHierarchies(Set<String>) - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
 
processEntityPropertyValues(Object[], Type[]) - Method in class org.hibernate.event.internal.AbstractVisitor
Dispatch each property value to processValue().
processEqualityExpression() - Method in interface org.hibernate.internal.CoreMessageLogger
 
processFetchProfile(HbmLocalMetadataBuildingContext, JaxbHbmFetchProfileType) - Static method in class org.hibernate.boot.model.source.internal.hbm.FetchProfileBinder
Handling for a <fetch-profile/> declaration.
processFetchProfile(HbmLocalMetadataBuildingContext, JaxbHbmFetchProfileType, String) - Static method in class org.hibernate.boot.model.source.internal.hbm.FetchProfileBinder
Handling for a <fetch-profile/> declaration.
processFetchProfiles() - Method in class org.hibernate.boot.model.source.internal.annotations.AnnotationMetadataSourceProcessorImpl
 
processFetchProfiles() - Method in class org.hibernate.boot.model.source.internal.hbm.HbmMetadataSourceProcessorImpl
 
processFetchProfiles() - Method in class org.hibernate.boot.model.source.internal.hbm.MappingDocument
 
processFetchProfiles() - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
Process all fetch profiles.
processFilterDefinitions() - Method in class org.hibernate.boot.model.source.internal.annotations.AnnotationMetadataSourceProcessorImpl
 
processFilterDefinitions() - Method in class org.hibernate.boot.model.source.internal.hbm.HbmMetadataSourceProcessorImpl
 
processFilterDefinitions() - Method in class org.hibernate.boot.model.source.internal.hbm.MappingDocument
 
processFilterDefinitions() - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
Process all filter definitions.
processGeneratedValues(Object, Object, Object[], SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.GeneratedValuesProcessor
Obtain the generated values, and populate the snapshot and the fields of the entity instance.
processHibernateConfigXmlResources(LoadedConfig) - Method in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.MergedSettings
 
processIdBagAttribute(MappingDocument, AttributesHelper.Callback, JaxbHbmIdBagCollectionType) - Static method in class org.hibernate.boot.model.source.internal.hbm.AttributesHelper
 
processIdentifierGeneratorDefinition(HbmLocalMetadataBuildingContext, JaxbHbmIdentifierGeneratorDefinitionType) - Static method in class org.hibernate.boot.model.source.internal.hbm.IdentifierGeneratorDefinitionBinder
 
processIdentifierGenerators() - Method in class org.hibernate.boot.model.source.internal.annotations.AnnotationMetadataSourceProcessorImpl
 
processIdentifierGenerators() - Method in class org.hibernate.boot.model.source.internal.hbm.HbmMetadataSourceProcessorImpl
 
processIdentifierGenerators() - Method in class org.hibernate.boot.model.source.internal.hbm.MappingDocument
 
processIdentifierGenerators() - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
Process all custom identifier generator declarations,
processIfPersistentAttributeInterceptable(Object, ManagedTypeHelper.PersistentAttributeInterceptableAction<T>, T) - Static method in class org.hibernate.engine.internal.ManagedTypeHelper
Helper to execute an action on an entity, but exclusively if it's implementing the {@see PersistentAttributeInterceptable} interface.
processIfSelfDirtinessTracker(Object, ManagedTypeHelper.SelfDirtinessTrackerAction<T>, T) - Static method in class org.hibernate.engine.internal.ManagedTypeHelper
If the entity is implementing SelfDirtinessTracker, apply some action to it; this action should take a parameter of type T.
processIfSelfDirtinessTracker(Object, ManagedTypeHelper.SelfDirtinessTrackerConsumer) - Static method in class org.hibernate.engine.internal.ManagedTypeHelper
If the entity is implementing SelfDirtinessTracker, apply some action to it.
processImportedKeysResultSet(String, String, String, ExtractionContext.ResultSetProcessor<T>) - Method in class org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl
Must do the following: obtain a ResultSet containing a row for each foreign key/ primary key column making up a foreign key for any existing catalog/schema/table combination as specified by the catalog, schema, and table parameters described below.
processImportedKeysResultSet(String, String, String, ExtractionContext.ResultSetProcessor<T>) - Method in class org.hibernate.tool.schema.extract.internal.InformationExtractorJdbcDatabaseMetaDataImpl
 
processIndexInfoResultSet(String, String, String, boolean, boolean, ExtractionContext.ResultSetProcessor<T>) - Method in class org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl
Must do the following: obtain a ResultSet containing a row for each column defined in an index.
processIndexInfoResultSet(String, String, String, boolean, boolean, ExtractionContext.ResultSetProcessor<T>) - Method in class org.hibernate.tool.schema.extract.internal.InformationExtractorJdbcDatabaseMetaDataImpl
 
processingPersistenceUnitInfoName(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
processInsertGeneratedProperties(Object, Object, Object[], SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
processInsertGeneratedProperties(Object, Object, Object[], SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Perform a select to retrieve the values of any generated properties back from the database, injecting these generated values into the given entity as well as writing this state to the PersistenceContext.
processJpa(MetadataImplementor, MappingMetamodel, Map<Class<?>, String>, JpaStaticMetaModelPopulationSetting, JpaMetaModelPopulationSetting, Collection<NamedEntityGraphDefinition>, RuntimeModelCreationContext) - Method in class org.hibernate.metamodel.model.domain.internal.JpaMetamodelImpl
 
ProcessLaterException - Exception in org.hibernate.jpamodelgen
 
ProcessLaterException() - Constructor for exception org.hibernate.jpamodelgen.ProcessLaterException
 
processListAttribute(MappingDocument, AttributesHelper.Callback, JaxbHbmListType) - Static method in class org.hibernate.boot.model.source.internal.hbm.AttributesHelper
 
processManyToOneAttribute(MappingDocument, AttributesHelper.Callback, JaxbHbmManyToOneType, String, NaturalIdMutability) - Static method in class org.hibernate.boot.model.source.internal.hbm.AttributesHelper
 
processMapAttribute(MappingDocument, AttributesHelper.Callback, JaxbHbmMapType) - Static method in class org.hibernate.boot.model.source.internal.hbm.AttributesHelper
 
processNamedNativeQuery(HbmLocalMetadataBuildingContext, JaxbHbmNamedNativeQueryType) - Static method in class org.hibernate.boot.model.source.internal.hbm.NamedQueryBinder
 
processNamedNativeQuery(HbmLocalMetadataBuildingContext, JaxbHbmNamedNativeQueryType, String) - Static method in class org.hibernate.boot.model.source.internal.hbm.NamedQueryBinder
 
processNamedQueries() - Method in class org.hibernate.boot.model.source.internal.annotations.AnnotationMetadataSourceProcessorImpl
 
processNamedQueries() - Method in class org.hibernate.boot.model.source.internal.hbm.HbmMetadataSourceProcessorImpl
 
processNamedQueries() - Method in class org.hibernate.boot.model.source.internal.hbm.MappingDocument
 
processNamedQueries() - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
Process all "root" named queries.
processNamedQuery(HbmLocalMetadataBuildingContext, JaxbHbmNamedQueryType) - Static method in class org.hibernate.boot.model.source.internal.hbm.NamedQueryBinder
 
processNamedQuery(HbmLocalMetadataBuildingContext, JaxbHbmNamedQueryType, String) - Static method in class org.hibernate.boot.model.source.internal.hbm.NamedQueryBinder
 
processNestedTableGroupJoins(TableGroup, List<TableGroupJoin>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
processNext(RowProcessingState) - Method in class org.hibernate.sql.results.jdbc.internal.AbstractJdbcValues
 
processNext(RowProcessingState) - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesCacheHit
 
processNext(RowProcessingState) - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesResultSetImpl
 
processOneToOneAttribute(MappingDocument, AttributesHelper.Callback, JaxbHbmOneToOneType, String, NaturalIdMutability) - Static method in class org.hibernate.boot.model.source.internal.hbm.AttributesHelper
 
ProcessorSessionFactory - Class in org.hibernate.jpamodelgen.validation
Implementation of the Mock objects based on standard annotation processor APIs.
ProcessorSessionFactory(ProcessingEnvironment) - Constructor for class org.hibernate.jpamodelgen.validation.ProcessorSessionFactory
 
ProcessorSessionFactory.Component - Class in org.hibernate.jpamodelgen.validation
 
ProcessorSessionFactory.ElementCollectionPersister - Class in org.hibernate.jpamodelgen.validation
 
ProcessorSessionFactory.EntityPersister - Class in org.hibernate.jpamodelgen.validation
 
ProcessorSessionFactory.ToManyAssociationPersister - Class in org.hibernate.jpamodelgen.validation
 
processPersistenceUnitDescriptorProperties(PersistenceUnitDescriptor) - Method in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.MergedSettings
 
processPosition(int, RowProcessingState) - Method in class org.hibernate.sql.results.jdbc.internal.AbstractJdbcValues
 
processPosition(int, RowProcessingState) - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesCacheHit
 
processPosition(int, RowProcessingState) - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesResultSetImpl
 
processPrevious(RowProcessingState) - Method in class org.hibernate.sql.results.jdbc.internal.AbstractJdbcValues
 
processPrevious(RowProcessingState) - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesCacheHit
 
processPrevious(RowProcessingState) - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesResultSetImpl
 
processPrimaryKeysResultSet(String, String, Identifier, ExtractionContext.ResultSetProcessor<T>) - Method in class org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl
 
processPrimaryKeysResultSet(String, String, Identifier, ExtractionContext.ResultSetProcessor<T>) - Method in class org.hibernate.tool.schema.extract.internal.InformationExtractorJdbcDatabaseMetaDataImpl
 
processPrimitiveArrayAttribute(MappingDocument, AttributesHelper.Callback, JaxbHbmPrimitiveArrayType) - Static method in class org.hibernate.boot.model.source.internal.hbm.AttributesHelper
 
processQueryRenames() - Method in class org.hibernate.boot.model.source.internal.annotations.AnnotationMetadataSourceProcessorImpl
 
processQueryRenames() - Method in class org.hibernate.boot.model.source.internal.hbm.HbmMetadataSourceProcessorImpl
 
processQueryRenames() - Method in class org.hibernate.boot.model.source.internal.hbm.MappingDocument
 
processQueryRenames() - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
Process all explicit query renames (imports).
processQueuedOps(PersistentCollection<?>, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
processQueuedOps(PersistentCollection<?>, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
Process queued operations within the PersistentCollection.
processReachableCollection(PersistentCollection<?>, CollectionType, Object, SessionImplementor) - Static method in class org.hibernate.engine.internal.Collections
Initialize the role of the collection.
processResolvableEntities(K[], MultiIdEntityLoaderArrayParam.ResolutionConsumer<R>, MultiIdLoadOptions, LockOptions, EventSource) - Method in class org.hibernate.loader.ast.internal.MultiIdEntityLoaderArrayParam
 
processResultSetMappings() - Method in class org.hibernate.boot.model.source.internal.annotations.AnnotationMetadataSourceProcessorImpl
 
processResultSetMappings() - Method in class org.hibernate.boot.model.source.internal.hbm.HbmMetadataSourceProcessorImpl
 
processResultSetMappings() - Method in class org.hibernate.boot.model.source.internal.hbm.MappingDocument
 
processResultSetMappings() - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
Process ResultSet mappings for native queries.
processSchemaResultSet(String, String, ExtractionContext.ResultSetProcessor<T>) - Method in class org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl
Must do the following: obtain a ResultSet containing a row for any existing catalog/schema combination as specified by the catalog and schemaPattern parameters described below.
processSchemaResultSet(String, String, ExtractionContext.ResultSetProcessor<T>) - Method in class org.hibernate.tool.schema.extract.internal.InformationExtractorJdbcDatabaseMetaDataImpl
 
processScroll(int, RowProcessingState) - Method in class org.hibernate.sql.results.jdbc.internal.AbstractJdbcValues
 
processScroll(int, RowProcessingState) - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesCacheHit
 
processScroll(int, RowProcessingState) - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesResultSetImpl
 
processSecondPasses(MetadataBuildingContext) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
Ugh! But we need this done before we ask Envers to produce its entities.
processSetAttribute(MappingDocument, AttributesHelper.Callback, JaxbHbmSetType) - Static method in class org.hibernate.boot.model.source.internal.hbm.AttributesHelper
 
processSql(String, boolean, boolean, LockOptions) - Method in class org.hibernate.dialect.pagination.Oracle12LimitHandler
 
processSql(String, boolean, LockOptions) - Method in class org.hibernate.dialect.pagination.Oracle12LimitHandler
Deprecated, for removal: This API element is subject to removal in a future version.
processSql(String, int, boolean) - Method in class org.hibernate.dialect.pagination.Oracle12LimitHandler
Deprecated, for removal: This API element is subject to removal in a future version.
processSql(String, int, boolean, boolean) - Method in class org.hibernate.dialect.pagination.Oracle12LimitHandler
 
processSql(String, Limit) - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
 
processSql(String, Limit) - Method in class org.hibernate.dialect.pagination.AbstractNoOffsetLimitHandler
 
processSql(String, Limit) - Method in class org.hibernate.dialect.pagination.AbstractSimpleLimitHandler
 
processSql(String, Limit) - Method in class org.hibernate.dialect.pagination.LegacyDB2LimitHandler
 
processSql(String, Limit) - Method in class org.hibernate.dialect.pagination.LegacyOracleLimitHandler
 
processSql(String, Limit) - Method in interface org.hibernate.dialect.pagination.LimitHandler
 
processSql(String, Limit) - Method in class org.hibernate.dialect.pagination.NoopLimitHandler
 
processSql(String, Limit) - Method in class org.hibernate.dialect.pagination.OffsetFetchLimitHandler
 
processSql(String, Limit) - Method in class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
When the offset of the current row is 0, add a top(?) clause to the given SQL query.
processSql(String, Limit, QueryOptions) - Method in interface org.hibernate.dialect.pagination.LimitHandler
 
processSql(String, Limit, QueryOptions) - Method in class org.hibernate.dialect.pagination.Oracle12LimitHandler
 
processSqlOffsetFetch(String, boolean) - Method in class org.hibernate.dialect.pagination.Oracle12LimitHandler
Deprecated, for removal: This API element is subject to removal in a future version.
processSqlOffsetFetch(String, boolean, boolean) - Method in class org.hibernate.dialect.pagination.Oracle12LimitHandler
 
processSubclass(SubclassEntitySourceImpl) - Method in class org.hibernate.boot.model.source.internal.hbm.EntityHierarchySourceImpl
 
processSubPart(String, MappingModelCreationProcess.SubPartMappingProducer<T>) - Method in class org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess
 
processTableGroupJoin(TableGroupJoin, List<TableGroupJoin>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
processTableGroupJoins(TableGroup) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
processTableResultSet(String, String, String, String[], ExtractionContext.ResultSetProcessor<T>) - Method in class org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl
Must do the following: obtain a ResultSet containing a row for any existing catalog/schema/table/table type combination as specified by the catalogFilter, schemaFilter, tableNameFilter, and tableTypes parameters described below.
processTableResultSet(String, String, String, String[], ExtractionContext.ResultSetProcessor<T>) - Method in class org.hibernate.tool.schema.extract.internal.InformationExtractorJdbcDatabaseMetaDataImpl
 
processTypeDefinition(HbmLocalMetadataBuildingContext, JaxbHbmTypeDefinitionType) - Static method in class org.hibernate.boot.model.source.internal.hbm.TypeDefinitionBinder
Handling for a <typedef/> declaration
processTypeDefinitions() - Method in class org.hibernate.boot.model.source.internal.annotations.AnnotationMetadataSourceProcessorImpl
 
processTypeDefinitions() - Method in class org.hibernate.boot.model.source.internal.hbm.HbmMetadataSourceProcessorImpl
 
processTypeDefinitions() - Method in class org.hibernate.boot.model.source.internal.hbm.MappingDocument
 
processTypeDefinitions() - Method in interface org.hibernate.boot.model.source.spi.MetadataSourceProcessor
Process all custom Type definitions.
processUnreachableCollection(PersistentCollection<?>, SessionImplementor) - Static method in class org.hibernate.engine.internal.Collections
record the fact that this collection was dereferenced
processUpdateGeneratedProperties(Object, Object, Object[], SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
processUpdateGeneratedProperties(Object, Object, Object[], SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Perform a select to retrieve the values of any generated properties back from the database, injecting these generated values into the given entity as well as writing this state to the PersistenceContext.
processValue(int, Object[], Type[]) - Method in class org.hibernate.event.internal.WrapVisitor
 
prod(Expression<? extends N>, Expression<? extends N>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
prod(Expression<? extends N>, Expression<? extends N>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
prod(Expression<? extends N>, Expression<? extends N>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
prod(Expression<? extends N>, Expression<? extends N>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
prod(Expression<? extends N>, N) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
prod(Expression<? extends N>, N) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
prod(Expression<? extends N>, N) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
prod(Expression<? extends N>, N) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
prod(N, Expression<? extends N>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
prod(N, Expression<? extends N>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
prod(N, Expression<? extends N>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
prod(N, Expression<? extends N>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
produceAdditionalMappings(MetadataImplementor, IndexView, MappingBinder, MetadataBuildingContext) - Method in interface org.hibernate.boot.spi.AdditionalJaxbMappingProducer
Deprecated.
 
produceAdditionalMappings(MetadataImplementor, IndexView, MappingBinder, MetadataBuildingContext) - Method in class org.hibernate.envers.boot.internal.AdditionalJaxbMappingProducerImpl
 
produceBeanInstance(Class<B>) - Method in class org.hibernate.boot.model.TypeBeanInstanceProducer
 
produceBeanInstance(Class<B>) - Method in class org.hibernate.resource.beans.internal.FallbackBeanInstanceProducer
 
produceBeanInstance(Class<B>) - Method in interface org.hibernate.resource.beans.spi.BeanInstanceProducer
Produce a bean instance
produceBeanInstance(String, Class<B>) - Method in class org.hibernate.boot.model.TypeBeanInstanceProducer
 
produceBeanInstance(String, Class<B>) - Method in class org.hibernate.resource.beans.internal.FallbackBeanInstanceProducer
 
produceBeanInstance(String, Class<B>) - Method in interface org.hibernate.resource.beans.spi.BeanInstanceProducer
Produce a named bean instance
produceEntityManagerFactory() - Method in class org.hibernate.testing.orm.junit.EntityManagerFactoryBasedFunctionalTest
 
produceEntityManagerFactory() - Method in interface org.hibernate.testing.orm.junit.EntityManagerFactoryProducer
 
produceInitializer(NavigablePath, PluralAttributeMapping, FetchParentAccess, LockMode, DomainResultAssembler<?>, DomainResultAssembler<?>, AssemblerCreationState) - Method in interface org.hibernate.collection.spi.CollectionInitializerProducer
Create an initializer for the given attribute relative to the given navigable path.
produceInitializer(NavigablePath, PluralAttributeMapping, FetchParentAccess, LockMode, DomainResultAssembler<?>, DomainResultAssembler<?>, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.collection.internal.ArrayInitializerProducer
 
produceInitializer(NavigablePath, PluralAttributeMapping, FetchParentAccess, LockMode, DomainResultAssembler<?>, DomainResultAssembler<?>, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.collection.internal.BagInitializerProducer
 
produceInitializer(NavigablePath, PluralAttributeMapping, FetchParentAccess, LockMode, DomainResultAssembler<?>, DomainResultAssembler<?>, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.collection.internal.ListInitializerProducer
 
produceInitializer(NavigablePath, PluralAttributeMapping, FetchParentAccess, LockMode, DomainResultAssembler<?>, DomainResultAssembler<?>, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.collection.internal.MapInitializerProducer
 
produceInitializer(NavigablePath, PluralAttributeMapping, FetchParentAccess, LockMode, DomainResultAssembler<?>, DomainResultAssembler<?>, AssemblerCreationState) - Method in class org.hibernate.sql.results.graph.collection.internal.SetInitializerProducer
 
produceModel(StandardServiceRegistry) - Method in class org.hibernate.testing.orm.junit.BaseSessionFactoryFunctionalTest
 
produceModel(StandardServiceRegistry) - Method in interface org.hibernate.testing.orm.junit.DomainModelProducer
 
producePredicate(TableReference, TableReference, SqlAstJoinType) - Method in interface org.hibernate.sql.ast.tree.from.TableReferenceJoinPredicateProducer
 
produceRestriction(List<?>, EntityMappingType, int, ModelPart, TableReference, Supplier<Consumer<SelectableConsumer>>, ExecutionContext) - Method in class org.hibernate.query.sqm.mutation.internal.inline.InPredicateRestrictionProducer
 
produceRestriction(List<?>, EntityMappingType, int, ModelPart, TableReference, Supplier<Consumer<SelectableConsumer>>, ExecutionContext) - Method in interface org.hibernate.query.sqm.mutation.internal.inline.MatchingIdRestrictionProducer
Produce the restriction predicate
produceServiceRegistry(BootstrapServiceRegistryBuilder) - Method in interface org.hibernate.testing.orm.junit.BootstrapServiceRegistryProducer
 
produceServiceRegistry(StandardServiceRegistryBuilder) - Method in class org.hibernate.testing.orm.junit.BaseSessionFactoryFunctionalTest
 
produceServiceRegistry(StandardServiceRegistryBuilder) - Method in interface org.hibernate.testing.orm.junit.ServiceRegistryProducer
 
produceSessionFactory(MetadataImplementor) - Method in class org.hibernate.testing.orm.junit.BaseSessionFactoryFunctionalTest
 
produceSessionFactory(MetadataImplementor) - Method in interface org.hibernate.testing.orm.junit.SessionFactoryProducer
 
produceSubMapping(String, MappingModelCreationProcess) - Method in interface org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess.SubPartMappingProducer
 
producesUniqueResults() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
producesUniqueResults() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
Product - Class in org.hibernate.testing.orm.domain.retail
 
Product() - Constructor for class org.hibernate.testing.orm.domain.retail.Product
 
Product(Integer, UUID, Vendor) - Constructor for class org.hibernate.testing.orm.domain.retail.Product
 
Product(Integer, UUID, Vendor, MonetaryAmount) - Constructor for class org.hibernate.testing.orm.domain.retail.Product
 
productNameMatches(String) - Method in enum org.hibernate.dialect.Database
Does this database have the given product name?
profile() - Method in annotation type org.hibernate.annotations.FetchProfileOverride
The name of the fetch profile in which this fetch mode should be applied.
PROJECTION - org.hibernate.persister.entity.EntityNameUse.UseKind
An entity type is used through a path that appears in the SELECT clause somehow.
PROJECTION - Static variable in class org.hibernate.persister.entity.EntityNameUse
 
projections - Variable in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
PROP_PREFIX - Static variable in interface org.hibernate.cache.jcache.ConfigSettings
 
PROPAGATE_EXCEPTION - Static variable in class org.hibernate.cache.internal.CollectionCacheInvalidator
Exposed for use in testing
properties - Variable in class org.hibernate.envers.internal.entities.mapper.MultiPropertyMapper
 
properties - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
 
properties() - Method in annotation type org.hibernate.testing.orm.junit.Jpa
Persistence unit properties
Properties() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit.Properties
 
PROPERTIES - org.hibernate.boot.model.source.internal.hbm.XmlElementMetadata
Describes the <properties/> element
PropertiesHelper - Class in org.hibernate.internal.util
 
PropertiesHelper() - Constructor for class org.hibernate.internal.util.PropertiesHelper
 
propertiesLoaded(Properties) - Method in interface org.hibernate.internal.CoreMessageLogger
 
propertiesNotFound() - Method in interface org.hibernate.internal.CoreMessageLogger
 
property - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
 
property - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryJoinReturnType
 
property - Variable in class org.hibernate.boot.model.internal.CollectionBinder
 
property - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit.Properties
 
property(String) - Static method in class org.hibernate.envers.query.AuditEntity
Create restrictions, projections and specify order for a property of an audited entity.
property(String, String) - Static method in class org.hibernate.envers.query.AuditEntity
Create restrictions, projections and specify order for a property of an audited entity.
Property - Class in org.hibernate.mapping
A mapping model object representing a property or field of an entity or embeddable class.
Property() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit.Properties.Property
 
Property() - Constructor for class org.hibernate.mapping.Property
 
PROPERTY - org.hibernate.boot.model.source.internal.hbm.XmlElementMetadata
Describes the <property/> element
PROPERTY - org.hibernate.boot.spi.AccessType
Access to value via property
PROPERTY - org.hibernate.DuplicateMappingException.Type
A duplicate property/attribute definition was encountered.
PROPERTY - org.hibernate.jpamodelgen.util.AccessType
 
PROPERTY - org.hibernate.jpamodelgen.xml.jaxb.AccessType
 
PROPERTY - Static variable in class org.hibernate.id.ForeignGenerator
Deprecated.
The parameter which specifies the property holding a reference to the associated object.
PROPERTY - Static variable in interface org.hibernate.usertype.DynamicParameterizedType
 
PropertyAccess - Interface in org.hibernate.property.access.spi
Defines how a given persistent attribute is accessed by exposing a Getter and a Setter for the attribute.
PropertyAccessBasicImpl - Class in org.hibernate.property.access.internal
PropertyAccess for accessing the wrapped property via get/set pair, which may be nonpublic.
PropertyAccessBasicImpl(PropertyAccessStrategyBasicImpl, Class<?>, String, boolean) - Constructor for class org.hibernate.property.access.internal.PropertyAccessBasicImpl
 
PropertyAccessBuildingException - Exception in org.hibernate.property.access.spi
Indicates a problem while building a PropertyAccess.
PropertyAccessBuildingException(String) - Constructor for exception org.hibernate.property.access.spi.PropertyAccessBuildingException
 
PropertyAccessBuildingException(String, Throwable) - Constructor for exception org.hibernate.property.access.spi.PropertyAccessBuildingException
 
PropertyAccessCompositeUserTypeImpl - Class in org.hibernate.property.access.internal
PropertyAccess for accessing the wrapped property via get/set pair, which may be nonpublic.
PropertyAccessCompositeUserTypeImpl(PropertyAccessStrategyCompositeUserTypeImpl, String) - Constructor for class org.hibernate.property.access.internal.PropertyAccessCompositeUserTypeImpl
 
PropertyAccessEmbeddedImpl - Class in org.hibernate.property.access.internal
PropertyAccess for handling non-aggregated composites.
PropertyAccessEmbeddedImpl(PropertyAccessStrategyEmbeddedImpl, Class<?>, String) - Constructor for class org.hibernate.property.access.internal.PropertyAccessEmbeddedImpl
 
PropertyAccessEnhancedImpl - Class in org.hibernate.property.access.internal
A PropertyAccess for byte code enhanced entities.
PropertyAccessEnhancedImpl(PropertyAccessStrategy, Class<?>, String, AccessType) - Constructor for class org.hibernate.property.access.internal.PropertyAccessEnhancedImpl
 
PropertyAccessException - Exception in org.hibernate.property.access.spi
Indicates a problem reading or writing value from/to a persistent property.
PropertyAccessException - Exception in org.hibernate
A problem occurred accessing a property of an instance of a persistent class by reflection, or via enhanced entities.
PropertyAccessException(Throwable, String, boolean, Class<?>, String) - Constructor for exception org.hibernate.PropertyAccessException
Constructs a PropertyAccessException using the specified information.
PropertyAccessException(String) - Constructor for exception org.hibernate.property.access.spi.PropertyAccessException
 
PropertyAccessException(String, Throwable) - Constructor for exception org.hibernate.property.access.spi.PropertyAccessException
 
PropertyAccessFieldImpl - Class in org.hibernate.property.access.internal
 
PropertyAccessFieldImpl(PropertyAccessStrategyFieldImpl, Class<?>, String) - Constructor for class org.hibernate.property.access.internal.PropertyAccessFieldImpl
 
PropertyAccessMapImpl - Class in org.hibernate.property.access.internal
PropertyAccess implementation that deals with an underlying Map as the container, using Map.get(java.lang.Object) and Map.put(K, V).
PropertyAccessMapImpl(PropertyAccessStrategyMapImpl, String) - Constructor for class org.hibernate.property.access.internal.PropertyAccessMapImpl
 
PropertyAccessMapImpl.GetterImpl - Class in org.hibernate.property.access.internal
 
PropertyAccessMapImpl.SetterImpl - Class in org.hibernate.property.access.internal
 
PropertyAccessMixedImpl - Class in org.hibernate.property.access.internal
A PropertyAccess based on mix of getter/setter method and/or field.
PropertyAccessMixedImpl(PropertyAccessStrategy, Class<?>, String) - Constructor for class org.hibernate.property.access.internal.PropertyAccessMixedImpl
 
PropertyAccessSerializationException - Exception in org.hibernate.property.access.spi
 
PropertyAccessSerializationException(String) - Constructor for exception org.hibernate.property.access.spi.PropertyAccessSerializationException
 
PropertyAccessSerializationException(String, Throwable) - Constructor for exception org.hibernate.property.access.spi.PropertyAccessSerializationException
 
PropertyAccessStrategy - Interface in org.hibernate.property.access.spi
Describes a strategy for accessing a persistent attribute, for example: field, JavaBean-style property, or whatever.
PropertyAccessStrategyBackRefImpl - Class in org.hibernate.property.access.internal
 
PropertyAccessStrategyBackRefImpl(String, String) - Constructor for class org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl
 
PropertyAccessStrategyBasicImpl - Class in org.hibernate.property.access.internal
Defines a strategy for accessing property values via a get/set pair, which may be nonpublic.
PropertyAccessStrategyBasicImpl() - Constructor for class org.hibernate.property.access.internal.PropertyAccessStrategyBasicImpl
 
PropertyAccessStrategyChainedImpl - Class in org.hibernate.property.access.internal
 
PropertyAccessStrategyChainedImpl(PropertyAccessStrategy...) - Constructor for class org.hibernate.property.access.internal.PropertyAccessStrategyChainedImpl
 
PropertyAccessStrategyCompositeUserTypeImpl - Class in org.hibernate.property.access.internal
Defines a strategy for accessing property values via a CompositeUserType.
PropertyAccessStrategyCompositeUserTypeImpl(CompositeUserType<?>, List<String>, List<Type>) - Constructor for class org.hibernate.property.access.internal.PropertyAccessStrategyCompositeUserTypeImpl
 
PropertyAccessStrategyEmbeddedImpl - Class in org.hibernate.property.access.internal
A PropertyAccessStrategy that deals with non-aggregated composites.
PropertyAccessStrategyEmbeddedImpl() - Constructor for class org.hibernate.property.access.internal.PropertyAccessStrategyEmbeddedImpl
 
PropertyAccessStrategyEnhancedImpl - Class in org.hibernate.property.access.internal
Defines a strategy for accessing property values via a get/set pair, which may be nonpublic.
PropertyAccessStrategyEnhancedImpl(AccessType) - Constructor for class org.hibernate.property.access.internal.PropertyAccessStrategyEnhancedImpl
 
PropertyAccessStrategyFieldImpl - Class in org.hibernate.property.access.internal
Defines a strategy for accessing property values directly via a field, which may be non-public.
PropertyAccessStrategyFieldImpl() - Constructor for class org.hibernate.property.access.internal.PropertyAccessStrategyFieldImpl
 
PropertyAccessStrategyIndexBackRefImpl - Class in org.hibernate.property.access.internal
 
PropertyAccessStrategyIndexBackRefImpl(String, String) - Constructor for class org.hibernate.property.access.internal.PropertyAccessStrategyIndexBackRefImpl
 
PropertyAccessStrategyMapImpl - Class in org.hibernate.property.access.internal
 
PropertyAccessStrategyMapImpl() - Constructor for class org.hibernate.property.access.internal.PropertyAccessStrategyMapImpl
 
PropertyAccessStrategyMixedImpl - Class in org.hibernate.property.access.internal
A PropertyAccessStrategy that selects between available getter/setter method and/or field.
PropertyAccessStrategyMixedImpl() - Constructor for class org.hibernate.property.access.internal.PropertyAccessStrategyMixedImpl
 
PropertyAccessStrategyNoopImpl - Class in org.hibernate.property.access.internal
 
PropertyAccessStrategyNoopImpl() - Constructor for class org.hibernate.property.access.internal.PropertyAccessStrategyNoopImpl
 
PropertyAccessStrategyResolver - Interface in org.hibernate.property.access.spi
Contract for resolving the PropertyAccessStrategy to use.
PropertyAccessStrategyResolverInitiator - Class in org.hibernate.property.access.internal
 
PropertyAccessStrategyResolverInitiator() - Constructor for class org.hibernate.property.access.internal.PropertyAccessStrategyResolverInitiator
 
PropertyAccessStrategyResolverStandardImpl - Class in org.hibernate.property.access.internal
Standard implementation of PropertyAccessStrategyResolver
PropertyAccessStrategyResolverStandardImpl(ServiceRegistry) - Constructor for class org.hibernate.property.access.internal.PropertyAccessStrategyResolverStandardImpl
 
PropertyAuditExpression - Class in org.hibernate.envers.query.criteria.internal
 
PropertyAuditExpression(String, PropertyNameGetter, String, String, String) - Constructor for class org.hibernate.envers.query.criteria.internal.PropertyAuditExpression
 
PropertyAuditingData - Class in org.hibernate.envers.configuration.internal.metadata.reader
The boot-time representation of an audited property.
PropertyAuditingData() - Constructor for class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
PropertyAuditingData(String, String, boolean) - Constructor for class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
Create a property with the default RelationTargetAuditMode mode of AUDITED.
PropertyAuditingData(String, String, RelationTargetAuditMode, RelationTargetNotFoundAction, String, String, boolean, boolean, Value) - Constructor for class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
PropertyAuditingData(String, String, RelationTargetNotFoundAction, boolean, boolean, Value) - Constructor for class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
Create a property with the default RelationTargetAuditMode mode of AUDITED.
PropertyAuditOrder - Class in org.hibernate.envers.query.order.internal
 
PropertyAuditOrder(String, PropertyNameGetter, boolean) - Constructor for class org.hibernate.envers.query.order.internal.PropertyAuditOrder
 
PropertyAuditProjection - Class in org.hibernate.envers.query.projection.internal
 
PropertyAuditProjection(String, PropertyNameGetter, String, boolean) - Constructor for class org.hibernate.envers.query.projection.internal.PropertyAuditProjection
 
PropertyBasedMapping - Interface in org.hibernate.metamodel.mapping
Describes an attribute with a property access.
PropertyBinder - Class in org.hibernate.boot.model.internal
A stateful binder responsible for creating Property objects.
PropertyBinder() - Constructor for class org.hibernate.boot.model.internal.PropertyBinder
 
PropertyContainer - Class in org.hibernate.boot.model.internal
A helper class to keep the XPropertys of a class ordered by access type.
PropertyContainer(XClass, XClass, AccessType) - Constructor for class org.hibernate.boot.model.internal.PropertyContainer
 
PropertyData - Class in org.hibernate.envers.internal.entities
The runtime representation of an audited property.
PropertyData - Interface in org.hibernate.boot.spi
Details about an attribute as we process the boot model.
PropertyData(String, String, String) - Constructor for class org.hibernate.envers.internal.entities.PropertyData
 
PropertyData(String, String, String, boolean, String, boolean) - Constructor for class org.hibernate.envers.internal.entities.PropertyData
 
PropertyData(String, String, String, boolean, String, boolean, Type, Class<?>, PropertyAccessStrategy) - Constructor for class org.hibernate.envers.internal.entities.PropertyData
 
PropertyData(String, String, String, boolean, String, boolean, Type, PropertyAccessStrategy) - Constructor for class org.hibernate.envers.internal.entities.PropertyData
 
PropertyData(String, String, String, Type) - Constructor for class org.hibernate.envers.internal.entities.PropertyData
 
PropertyData(String, PropertyData) - Constructor for class org.hibernate.envers.internal.entities.PropertyData
Copies the given property data, except the name.
propertyException(String) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
Deprecated.
 
PropertyFactory - Class in org.hibernate.tuple
Deprecated, for removal: This API element is subject to removal in a future version.
No direct replacement
PropertyFactory.NonIdentifierAttributeNature - Enum in org.hibernate.tuple
Deprecated.
 
PropertyFetchDescriptor(JaxbHbmNativeQueryPropertyReturnType, HbmResultSetMappingDescriptor.HbmFetchParent, String, MetadataBuildingContext) - Constructor for class org.hibernate.boot.query.HbmResultSetMappingDescriptor.PropertyFetchDescriptor
 
PropertyFunctionAuditExpression - Class in org.hibernate.envers.query.criteria.internal
An audit query criterion where a function is compared to a property.
PropertyFunctionAuditExpression(AuditFunction, String, String, String) - Constructor for class org.hibernate.envers.query.criteria.internal.PropertyFunctionAuditExpression
 
PropertyGeneration - Class in org.hibernate.mapping
Deprecated.
This is replaced by ValueGeneration and GenerationTiming, and is no longer used
propertyHolder - Variable in class org.hibernate.boot.model.internal.CollectionBinder
 
PropertyHolder - Interface in org.hibernate.boot.model.internal
Property holder abstract property containers from their direct implementation
PropertyHolderBuilder - Class in org.hibernate.boot.model.internal
This factory is here to build a PropertyHolder and prevent .mapping interface adding
PropertyInferredData - Class in org.hibernate.boot.model.internal
Retrieve all inferred data from an annotated element
PropertyInferredData(XClass, XProperty, String, ReflectionManager) - Constructor for class org.hibernate.boot.model.internal.PropertyInferredData
Take the annotated element for lazy process
propertyIterator() - Method in class org.hibernate.boot.model.internal.PropertyContainer
 
PropertyMapper - Interface in org.hibernate.envers.internal.entities.mapper
 
propertyMapping - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
Warning: When there are duplicated property names in the subclasses then propertyMapping will only contain one of those properties.
PropertyMapping - Interface in org.hibernate.persister.entity
Deprecated, for removal: This API element is subject to removal in a future version.
This interface is obsolete
PropertyMappingElementCollector - Class in org.hibernate.boot.model.internal
Reproduces what we used to do with a List<Element> in JPAXMLOverriddenAnnotationReader, with the following constraints: Preserve type safety Only create lists if we actually have elements (most lists should be empty in most cases)
PropertyMappingElementCollector(String) - Constructor for class org.hibernate.boot.model.internal.PropertyMappingElementCollector
 
propertyName - Variable in class org.hibernate.boot.model.internal.CollectionBinder
 
PropertyNameGetter - Interface in org.hibernate.envers.query.internal.property
Provides a function to get the name of a property, which is used in a query, to apply some restrictions on it.
propertyNotFound(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
PropertyNotFoundException - Exception in org.hibernate
Indicates that an expected getter or setter method could not be found on a class.
PropertyNotFoundException(String) - Constructor for exception org.hibernate.PropertyNotFoundException
Constructs a PropertyNotFoundException given the specified message.
PropertyPath - Class in org.hibernate.loader
Deprecated, for removal: This API element is subject to removal in a future version.
Use NavigablePath or NavigableRole instead, depending on need.
PropertyPath() - Constructor for class org.hibernate.loader.PropertyPath
Deprecated.
 
PropertyPath(String) - Constructor for class org.hibernate.loader.PropertyPath
Deprecated.
 
PropertyPath(PropertyPath, String) - Constructor for class org.hibernate.loader.PropertyPath
Deprecated.
 
PropertyPreloadedData - Class in org.hibernate.boot.model.internal
 
PropertyPreloadedData(AccessType, String, XClass) - Constructor for class org.hibernate.boot.model.internal.PropertyPreloadedData
 
propertyRef - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
 
propertyRef - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
propertyRef - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
propertyRef - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
propertyRefOrigin - Variable in class org.hibernate.boot.model.source.internal.hbm.ModelBinder.DelayedPropertyReferenceHandlerImpl
 
PropertySetterAccessException - Exception in org.hibernate
 
PropertySetterAccessException(Throwable, Class<?>, String, Class<?>, Object, Object) - Constructor for exception org.hibernate.PropertySetterAccessException
Constructs a PropertyAccessException using the specified information.
propertySpan - Variable in class org.hibernate.type.ComponentType
 
propertyToColumnName(String) - Method in class org.hibernate.cfg.DefaultComponentSafeNamingStrategy
Deprecated.
 
propertyToColumnName(String) - Method in class org.hibernate.cfg.DefaultNamingStrategy
Deprecated.
Return the unqualified property name
propertyToColumnName(String) - Method in class org.hibernate.cfg.ImprovedNamingStrategy
Deprecated.
Return the full property path with underscore separators, mixed case converted to underscores
propertyToColumnName(String) - Method in interface org.hibernate.cfg.NamingStrategy
Deprecated.
Return a column name for a property path expression
propertyToColumnName(String) - Method in class org.hibernate.cfg.PersistenceStandardNamingStrategy
Deprecated.
 
PropertyValueException - Exception in org.hibernate
Thrown when the (illegal) value of a property can not be persisted.
PropertyValueException(String, String, String) - Constructor for exception org.hibernate.PropertyValueException
Constructs a PropertyValueException using the specified information.
ProvidedInstanceManagedBeanImpl<T> - Class in org.hibernate.resource.beans.spi
ManagedBean implementation for cases where we have been handed an actual instance to use.
ProvidedInstanceManagedBeanImpl(T) - Constructor for class org.hibernate.resource.beans.spi.ProvidedInstanceManagedBeanImpl
 
ProvidedService<R> - Class in org.hibernate.service.internal
A service provided as-is.
ProvidedService(Class<R>, R) - Constructor for class org.hibernate.service.internal.ProvidedService
 
provider - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
 
provider() - Method in annotation type org.hibernate.testing.orm.junit.SettingProvider
The value provider
PROVIDER - Static variable in interface org.hibernate.cache.jcache.ConfigSettings
Allows providing `hibernate-jcache` with a custom JCache CachingProvider.
PROVIDER_DEFAULT - org.hibernate.jpamodelgen.xml.jaxb.ConstraintMode
 
ProviderChecker - Class in org.hibernate.jpa.boot.spi
Helper for handling checks to see whether Hibernate is the requested PersistenceProvider.
PROXOOL_CONFIG_PREFIX - Static variable in interface org.hibernate.cfg.ProxoolSettings
A setting prefix used to indicate settings that target the hibernate-proxool integration
PROXOOL_EXISTING_POOL - Static variable in interface org.hibernate.cfg.ProxoolSettings
Proxool property to configure the Proxool Provider from an already existing pool (true / false)
PROXOOL_LOGGER - Static variable in interface org.hibernate.proxool.internal.ProxoolMessageLogger
 
PROXOOL_MESSAGE_LOGGER - Static variable in interface org.hibernate.proxool.internal.ProxoolMessageLogger
 
PROXOOL_POOL_ALIAS - Static variable in interface org.hibernate.cfg.ProxoolSettings
Proxool property with the Proxool pool alias to use (Required for ProxoolSettings.PROXOOL_EXISTING_POOL, ProxoolSettings.PROXOOL_PROPERTIES, or ProxoolSettings.PROXOOL_XML)
PROXOOL_PROPERTIES - Static variable in interface org.hibernate.cfg.ProxoolSettings
Proxool property to configure the Proxool provider using a properties file (/path/to/proxool.properties)
PROXOOL_STRATEGY - Static variable in class org.hibernate.engine.jdbc.connections.internal.ConnectionProviderInitiator
The strategy for proxool connection pooling
PROXOOL_XML - Static variable in interface org.hibernate.cfg.ProxoolSettings
Proxool property to configure the Proxool provider using an XML (/path/to/file.xml)
ProxoolConnectionProvider - Class in org.hibernate.proxool.internal
A connection provider that uses a Proxool connection pool.
ProxoolConnectionProvider() - Constructor for class org.hibernate.proxool.internal.ProxoolConnectionProvider
 
ProxoolMessageLogger - Interface in org.hibernate.proxool.internal
The jboss-logging MessageLogger for the hibernate-proxool module.
proxoolProviderClassNotFound(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
ProxoolSettings - Interface in org.hibernate.cfg
 
proxy - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
 
proxy - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
Proxy - Annotation Type in org.hibernate.annotations
Deprecated.
This annotation is almost never useful.
PROXY - org.hibernate.annotations.LazyToOneOption
Deprecated.
PROXY - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyEnum
 
PROXY - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyWithNoProxyEnum
 
PROXY_INTERFACES - Static variable in class org.hibernate.engine.jdbc.NClobProxy
The interfaces used to generate the proxy
proxyClass() - Method in annotation type org.hibernate.annotations.Proxy
Deprecated.
Proxy class or interface used.
proxyComplianceEnabled() - Method in annotation type org.hibernate.testing.orm.junit.Jpa
 
ProxyConfiguration - Interface in org.hibernate.proxy
A proxy configuration allows the definition of an interceptor object that decides on the behavior of a proxy.
ProxyConfiguration.Interceptor - Interface in org.hibernate.proxy
An interceptor object that is responsible for invoking a proxy's method.
ProxyConfiguration.InterceptorDispatcher - Class in org.hibernate.proxy
A static interceptor that guards against method calls before the interceptor is set.
ProxyFactory - Interface in org.hibernate.proxy
Contract for runtime, proxy-based lazy initialization proxies.
ProxyFactoryFactory - Interface in org.hibernate.bytecode.spi
An interface for factories of proxy factory instances.
ProxyFactoryFactoryImpl - Class in org.hibernate.bytecode.internal.bytebuddy
 
ProxyFactoryFactoryImpl(ByteBuddyState, ByteBuddyProxyHelper) - Constructor for class org.hibernate.bytecode.internal.bytebuddy.ProxyFactoryFactoryImpl
 
ProxyFactoryFactoryInitiator - Class in org.hibernate.bytecode.internal
Most commonly the ProxyFactoryFactory will depend directly on the chosen BytecodeProvider, however by registering them as two separate services we can allow to override either one or both of them.
ProxyFactoryFactoryInitiator() - Constructor for class org.hibernate.bytecode.internal.ProxyFactoryFactoryInitiator
 
ProxyFactoryHelper - Class in org.hibernate.proxy.pojo
Most of this code was originally an internal detail of PojoEntityTuplizer, then extracted to make it easier for integrators to initialize a custom ProxyFactory.
proxyFor(Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
proxyFor(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Return the existing proxy associated with the given EntityKey, or the argument (the entity associated with the key) if no proxy exists.
proxyFor(EntityHolder) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
proxyFor(EntityHolder) - Method in interface org.hibernate.engine.spi.PersistenceContext
Deprecated, for removal: This API element is subject to removal in a future version.
proxyFor(EntityHolder, EntityPersister) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
proxyFor(EntityHolder, EntityPersister) - Method in interface org.hibernate.engine.spi.PersistenceContext
Return the existing proxy associated with the given EntityHolder, or the entity if no proxy exists.
proxyFor(EntityPersister, EntityKey, Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
proxyFor(EntityPersister, EntityKey, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Return the existing proxy associated with the given EntityKey, or the third argument (the entity associated with the key) if no proxy exists.
ProxyVisitor - Class in org.hibernate.event.internal
Reassociates uninitialized proxies with the session
ProxyVisitor(EventSource) - Constructor for class org.hibernate.event.internal.ProxyVisitor
 
pruneForSubclasses(TableGroup, Map<String, EntityNameUse>) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
Adapts the table group and its table reference as well as table reference joins in a way such that unnecessary tables or joins are omitted if possible, based on the given treated entity names.
pruneForSubclasses(TableGroup, Map<String, EntityNameUse>) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
pruneForSubclasses(TableGroup, Map<String, EntityNameUse>) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
pruneForSubclasses(TableGroup, Map<String, EntityNameUse>) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
pruneForSubclasses(TableGroup, Set<String>) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
Deprecated, for removal: This API element is subject to removal in a future version.
pruneTableGroupJoins() - Method in class org.hibernate.query.sqm.mutation.internal.MultiTableSqmMutationConverter
 
pruneTableGroupJoins() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
pulse() - Method in class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl
 
pulse() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl
 
pulse() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
Used by owner of the "JDBC session" as a means to indicate that implicit joining should be done if needed.
pulseTransactionCoordinator() - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
pulseTransactionCoordinator() - Method in class org.hibernate.internal.SessionImpl
 
pulseTransactionCoordinator() - Method in interface org.hibernate.loader.internal.LoadAccessContext
Callback to pulse the transaction coo
PUNCTUATION - Static variable in class org.hibernate.sql.Template
 
purgeStaleEntries() - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Removes any stale entries whose keys have been finalized.
push(T) - Method in interface org.hibernate.internal.util.collections.Stack
Push the new element on the top of the stack
push(T) - Method in class org.hibernate.internal.util.collections.StandardStack
 
pushClassTransformer(EnhancementContext) - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
pushClassTransformer(EnhancementContext) - Method in class org.hibernate.jpa.boot.internal.PersistenceUnitInfoDescriptor
 
pushClassTransformer(EnhancementContext) - Method in interface org.hibernate.jpa.boot.spi.PersistenceUnitDescriptor
 
pushClassTransformer(EnhancementContext) - Method in class org.hibernate.testing.orm.jpa.PersistenceUnitDescriptorAdapter
 
pushClassTransformer(EnhancementContext) - Method in class org.hibernate.testing.orm.junit.EntityManagerFactoryBasedFunctionalTest.TestingPersistenceUnitDescriptorImpl
 
pushEntityWorkedOn(PersistentClass) - Method in class org.hibernate.metamodel.internal.MetadataContext
 
pushExplicitFetchMementoResolver(Function<String, FetchBuilder>) - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
pushNdc(String) - Method in class org.hibernate.testing.logger.TestableLoggerProvider
 
pushProcessingState(SqlAstProcessingState) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
pushProcessingState(SqlAstProcessingState, FromClauseIndex) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
put(Object, Object) - Method in class org.hibernate.event.spi.MergeContext
Associates the specified merge entity with the specified managed entity result in this MergeContext.
put(Object, Object) - Method in class org.hibernate.proxy.map.MapProxy
 
put(Object, Object, boolean) - Method in class org.hibernate.event.spi.MergeContext
Associates the specified merge entity with the specified managed entity in this MergeContext.
put(String, Number, Object, Object) - Method in class org.hibernate.envers.internal.reader.FirstLevelCache
 
put(String, AttributeMapping) - Method in class org.hibernate.metamodel.mapping.AttributeMappingsMap.Builder
 
put(String, EntityPersister) - Method in class org.hibernate.metamodel.model.domain.internal.EntityPersisterConcurrentMap
 
put(String, V) - Method in class org.hibernate.internal.util.collections.CaseInsensitiveDictionary
 
put(K, E) - Method in class org.hibernate.collection.spi.PersistentMap
 
put(K, V) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.MapProxy
 
put(K, V) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
put(K, V) - Method in class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
Maps the specified key to the specified value in this table.
put(K, V) - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Maps the specified key to the specified value in this table.
put(K, V) - Method in class org.hibernate.internal.util.collections.IdentityMap
 
put(K, V) - Method in class org.hibernate.internal.util.collections.LinkedIdentityHashMap
 
put(QueryKey, List<?>, SharedSessionContractImplementor) - Method in class org.hibernate.cache.internal.QueryResultsCacheImpl
 
put(QueryKey, List<?>, SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.QueryResultsCache
Store a result list of a query with the given QueryKey in the query result cache.
put(NavigablePath, Initializer) - Method in class org.hibernate.sql.results.internal.NavigablePathMapToInitializer
 
PUT - org.hibernate.annotations.CacheModeType
Deprecated.
Corresponds to CacheMode.PUT.
PUT - org.hibernate.CacheMode
The session will never read items from the cache, but will add items to the cache as it reads them from the database.
putAll(Map) - Method in class org.hibernate.proxy.map.MapProxy
 
putAll(Map<?, ?>) - Method in class org.hibernate.event.spi.MergeContext
Copies all of the mappings from the specified Map to this MergeContext.
putAll(Map<? extends K, ? extends E>) - Method in class org.hibernate.collection.spi.PersistentMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.MapProxy
 
putAll(Map<? extends K, ? extends V>) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
putAll(Map<? extends K, ? extends V>) - Method in class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
Copies all of the mappings from the specified map to this one.
putAll(Map<? extends K, ? extends V>) - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Copies all of the mappings from the specified map to this one.
putAll(Map<? extends K, ? extends V>) - Method in class org.hibernate.internal.util.collections.IdentityMap
 
putCacheIfNecessary() - Method in class org.hibernate.action.internal.EntityInsertAction
 
putFromLoad(Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.support.DomainDataStorageAccess
Specialized form of putting something into the cache in cases where the put is coming from a load (read) from the database
putFromLoad(SharedSessionContractImplementor, Object, Object, Object) - Method in interface org.hibernate.cache.spi.access.CachedDomainDataAccess
Attempt to cache an object, afterQuery loading from the database.
putFromLoad(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
 
putFromLoad(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess
 
putFromLoad(SharedSessionContractImplementor, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.CollectionReadWriteAccess
 
putFromLoad(SharedSessionContractImplementor, Object, Object, Object, boolean) - Method in interface org.hibernate.cache.spi.access.CachedDomainDataAccess
Attempt to cache an object, afterQuery loading from the database, explicitly specifying the minimalPut behavior.
putFromLoad(SharedSessionContractImplementor, Object, Object, Object, boolean) - Method in class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
 
putFromLoad(SharedSessionContractImplementor, Object, Object, Object, boolean) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess
 
putIfAbsent(String, EntityPersister) - Method in class org.hibernate.metamodel.model.domain.internal.EntityPersisterConcurrentMap
 
putIfAbsent(K, V) - Method in class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
putIfAbsent(K, V) - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
putIfNotNull(Map<String, Object>, String, Enum<?>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
putIfNotNull(Map<String, Object>, String, Object) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
putIntoCache(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.cache.jcache.internal.JCacheAccessImpl
 
putIntoCache(Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.DirectAccessRegion
Put a value by key
putIntoCache(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.cache.spi.support.DirectAccessRegionTemplate
 
putIntoCache(Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.support.StorageAccess
Put an item into the cache
putIntoCache(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.testing.cache.MapStorageAccessImpl
 
putMdc(String, Object) - Method in class org.hibernate.testing.logger.TestableLoggerProvider
 
putOnEntityNameCache(Object, Number, Object, String) - Method in class org.hibernate.envers.internal.reader.FirstLevelCache
Adds the entityName into the cache.

Q

qb - Variable in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
QualifiedJoinPathConsumer - Class in org.hibernate.query.hql.internal
Specialized "intermediate" SemanticPathPart for processing domain model paths.
QualifiedJoinPathConsumer(SqmFrom<?, ?>, SqmJoinType, boolean, String, SqmCreationState) - Constructor for class org.hibernate.query.hql.internal.QualifiedJoinPathConsumer
 
QualifiedJoinPathConsumer(SqmRoot<?>, SqmJoinType, boolean, String, SqmCreationState) - Constructor for class org.hibernate.query.hql.internal.QualifiedJoinPathConsumer
 
QualifiedJoinPredicatePathConsumer - Class in org.hibernate.query.hql.internal
Specialized consumer for processing domain model paths occurring as part of a join predicate.
QualifiedJoinPredicatePathConsumer(SqmQualifiedJoin<?, ?>, SqmCreationState) - Constructor for class org.hibernate.query.hql.internal.QualifiedJoinPredicatePathConsumer
 
QualifiedName - Interface in org.hibernate.boot.model.relational
Models the qualified name of a database object.
QualifiedNameImpl - Class in org.hibernate.boot.model.relational
 
QualifiedNameImpl(Identifier, Identifier, Identifier) - Constructor for class org.hibernate.boot.model.relational.QualifiedNameImpl
 
QualifiedNameImpl(Namespace.Name, Identifier) - Constructor for class org.hibernate.boot.model.relational.QualifiedNameImpl
 
QualifiedNameParser - Class in org.hibernate.boot.model.relational
Parses a qualified name.
QualifiedNameParser() - Constructor for class org.hibernate.boot.model.relational.QualifiedNameParser
 
QualifiedNameParser.NameParts - Class in org.hibernate.boot.model.relational
 
QualifiedObjectNameFormatter - Interface in org.hibernate.engine.jdbc.env.spi
Contract for rendering qualified object names for use in queries, etc.
QualifiedObjectNameFormatterStandardImpl - Class in org.hibernate.engine.jdbc.env.internal
Standard implementation of QualifiedObjectNameFormatter which uses information reported by DatabaseMetaData to render qualified names.
QualifiedObjectNameFormatterStandardImpl(NameQualifierSupport) - Constructor for class org.hibernate.engine.jdbc.env.internal.QualifiedObjectNameFormatterStandardImpl
 
QualifiedObjectNameFormatterStandardImpl(NameQualifierSupport, String, boolean) - Constructor for class org.hibernate.engine.jdbc.env.internal.QualifiedObjectNameFormatterStandardImpl
 
QualifiedObjectNameFormatterStandardImpl(NameQualifierSupport, DatabaseMetaData) - Constructor for class org.hibernate.engine.jdbc.env.internal.QualifiedObjectNameFormatterStandardImpl
 
QualifiedSequenceName - Class in org.hibernate.boot.model.relational
 
QualifiedSequenceName(Identifier, Identifier, Identifier) - Constructor for class org.hibernate.boot.model.relational.QualifiedSequenceName
 
QualifiedSequenceName(Namespace.Name, Identifier) - Constructor for class org.hibernate.boot.model.relational.QualifiedSequenceName
 
qualifiedTableName - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
QualifiedTableName - Class in org.hibernate.boot.model.relational
 
QualifiedTableName(Identifier, Identifier, Identifier) - Constructor for class org.hibernate.boot.model.relational.QualifiedTableName
 
QualifiedTableName(Namespace.Name, Identifier) - Constructor for class org.hibernate.boot.model.relational.QualifiedTableName
 
QualifiedTypeName - Class in org.hibernate.boot.model.relational
 
QualifiedTypeName(Identifier, Identifier, Identifier) - Constructor for class org.hibernate.boot.model.relational.QualifiedTypeName
 
QualifiedTypeName(Namespace.Name, Identifier) - Constructor for class org.hibernate.boot.model.relational.QualifiedTypeName
 
qualifier(String) - Static method in class org.hibernate.internal.util.StringHelper
 
qualifier(String) - Static method in class org.hibernate.jpamodelgen.ImportContextImpl
 
qualify(String) - Method in class org.hibernate.cache.internal.NoCachingRegionFactory
 
qualify(String) - Method in class org.hibernate.cache.spi.AbstractRegionFactory
 
qualify(String) - Method in interface org.hibernate.cache.spi.RegionFactory
 
qualify(String, String) - Method in class org.hibernate.cache.spi.support.RegionNameQualifier
 
qualify(String, String) - Static method in class org.hibernate.internal.util.StringHelper
 
qualify(String, String[]) - Static method in class org.hibernate.internal.util.StringHelper
 
qualify(String, String, String) - Static method in class org.hibernate.mapping.Table
qualify(String, SessionFactoryOptions) - Method in class org.hibernate.cache.spi.support.RegionNameQualifier
 
qualifyClassName(String) - Method in interface org.hibernate.boot.model.source.internal.hbm.HbmLocalMetadataBuildingContext
 
qualifyClassName(String) - Method in class org.hibernate.boot.model.source.internal.hbm.MappingDocument
 
qualifyConditionally(String, String) - Static method in class org.hibernate.internal.util.StringHelper
 
qualifyConditionallyIfNot(String, String) - Static method in class org.hibernate.internal.util.StringHelper
Qualifies name with prefix separated by a '.' if name is not already qualified prefix is not null
qualifyImportableName(String) - Method in class org.hibernate.metamodel.model.domain.internal.JpaMetamodelImpl
 
qualifyImportableName(String) - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
qualifyImportableName(String) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
 
qualifyIndexName() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
qualifyIndexName() - Method in class org.hibernate.dialect.CockroachDialect
 
qualifyIndexName() - Method in class org.hibernate.dialect.Dialect
Do we need to qualify index names with the schema name?
qualifyIndexName() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
qualifyIndexName() - Method in class org.hibernate.dialect.MySQLDialect
 
qualifyIndexName() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
qualifyIndexName() - Method in class org.hibernate.dialect.SpannerDialect
 
QuantifiedLeastGreatestEmulation - Class in org.hibernate.dialect.function
 
QuantifiedLeastGreatestEmulation(boolean) - Constructor for class org.hibernate.dialect.function.QuantifiedLeastGreatestEmulation
 
QUARTER - org.hibernate.query.sqm.TemporalUnit
Quarter, defined to mean three months.
QUARTER - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
QUARTER - Static variable in class org.hibernate.grammars.hql.HqlParser
 
QUARTER() - Method in class org.hibernate.grammars.hql.HqlParser.DatetimeFieldContext
 
QUARTER() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
queriesExecuted(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
query - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
 
query - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
query - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
query - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
query - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
query - Variable in class org.hibernate.boot.jaxb.mapping.JaxbNamedNativeQuery
 
query - Variable in class org.hibernate.boot.jaxb.mapping.JaxbNamedQuery
 
query - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedNativeQuery
 
query - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedQuery
 
query() - Method in annotation type org.hibernate.annotations.HQLSelect
The HQL SELECT statement.
query() - Method in annotation type org.hibernate.annotations.NamedNativeQuery
The text of the SQL query.
query() - Method in annotation type org.hibernate.annotations.NamedQuery
The text of the HQL query.
query() - Method in annotation type org.hibernate.annotations.View
The SQL query that defines the view.
query() - Method in class org.hibernate.grammars.hql.HqlParser
 
query() - Method in class org.hibernate.grammars.hql.HqlParser.QuerySpecExpressionContext
 
Query<R> - Interface in org.hibernate.query
Within the context of an active session, an instance of this type represents an executable query, either: a query written in HQL, a named query written in HQL or native SQL, or a criteria query.
QUERY - org.hibernate.boot.CacheRegionDefinition.CacheRegionType
 
QUERY - org.hibernate.DuplicateMappingException.Type
A duplicate named query (ql or native) was encountered
QUERY - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
QUERY_CACHE_FACTORY - Static variable in interface org.hibernate.cfg.CacheSettings
Specifies the TimestampsCacheFactory to use.
QUERY_LOGGER - Static variable in interface org.hibernate.query.hql.HqlLogging
 
QUERY_LOGGER - Static variable in interface org.hibernate.query.QueryLogging
 
QUERY_MESSAGE_LOGGER - Static variable in interface org.hibernate.query.QueryLogging
 
QUERY_MULTI_TABLE_INSERT_STRATEGY - Static variable in interface org.hibernate.cfg.QuerySettings
Defines the "global" strategy to use for handling HQL and Criteria insert queries.
QUERY_MULTI_TABLE_MUTATION_STRATEGY - Static variable in interface org.hibernate.cfg.QuerySettings
Defines the "global" strategy to use for handling HQL and Criteria mutation queries.
QUERY_PLAN_CACHE_ENABLED - Static variable in interface org.hibernate.cfg.QuerySettings
When enabled, specifies that query plans should be cached.
QUERY_PLAN_CACHE_MAX_SIZE - Static variable in interface org.hibernate.cfg.QuerySettings
The maximum number of entries in the query interpretation cache.
QUERY_PLAN_CACHE_PARAMETER_METADATA_MAX_SIZE - Static variable in interface org.hibernate.cfg.QuerySettings
Deprecated.
this setting is not currently used
QUERY_RESULT - org.hibernate.event.spi.EventManager.CacheActionDescription
 
QUERY_RESULTS - org.hibernate.cache.spi.support.AccessedDataClassification
 
QUERY_STARTUP_CHECKING - Static variable in interface org.hibernate.cfg.QuerySettings
When enabled, specifies that named queries be checked during startup.
QUERY_STATISTICS_MAX_SIZE - Static variable in interface org.hibernate.cfg.StatisticsSettings
This setting controls the number of QueryStatistics entries that will be stored by the Hibernate Statistics object.
Queryable - Interface in org.hibernate.persister.entity
Deprecated.
Use EntityMappingType instead
Queryable.Declarer - Class in org.hibernate.persister.entity
Deprecated.
 
QueryableCollection - Interface in org.hibernate.persister.collection
Deprecated, for removal: This API element is subject to removal in a future version.
Given the mapping-model and SQM, this contract is no longer needed. Note however that SQLQueryParser currently uses this along with other
QueryArgumentException - Exception in org.hibernate.query
An error that occurs binding an argument to a query parameter.
QueryArgumentException(String, Class<?>, Object) - Constructor for exception org.hibernate.query.QueryArgumentException
 
QueryBinder - Class in org.hibernate.boot.model.internal
Responsible for reading named queries defined in annotations and registering NamedQueryDefinition objects.
QueryBinder() - Constructor for class org.hibernate.boot.model.internal.QueryBinder
 
queryBuilder - Variable in class org.hibernate.envers.query.internal.impl.AbstractAuditAssociationQuery
 
QueryBuilder - Class in org.hibernate.envers.internal.tools.query
A class for incrementally building a HQL query.
QueryBuilder(String, String, SessionFactoryImplementor) - Constructor for class org.hibernate.envers.internal.tools.query.QueryBuilder
 
queryCacheHit(String, String) - Method in class org.hibernate.stat.internal.StatisticsImpl
 
queryCacheHit(String, String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a get from the query cache resulted in a hit.
queryCacheHits(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
queryCacheMiss(String, String) - Method in class org.hibernate.stat.internal.StatisticsImpl
 
queryCacheMiss(String, String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a get from the query cache resulted in a miss.
queryCacheMisses(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
queryCachePut(String, String) - Method in class org.hibernate.stat.internal.StatisticsImpl
 
queryCachePut(String, String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a put into the query cache.
QueryCachePutManager - Interface in org.hibernate.sql.results.caching
 
QueryCachePutManagerDisabledImpl - Class in org.hibernate.sql.results.caching.internal
QueryCachePutManager implementation for cases where we will not be putting Query results into the cache.
QueryCachePutManagerEnabledImpl - Class in org.hibernate.sql.results.caching.internal
QueryCachePutManager implementation for cases where we will be putting Query results into the cache.
QueryCachePutManagerEnabledImpl(QueryResultsCache, StatisticsImplementor, QueryKey, String, JdbcValuesMetadata) - Constructor for class org.hibernate.sql.results.caching.internal.QueryCachePutManagerEnabledImpl
 
queryCachePuts(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
queryCompiled(String, long) - Method in class org.hibernate.stat.internal.StatisticsImpl
 
queryCompiled(String, long) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating compilation of a sql/hql query
queryComplianceEnabled() - Method in annotation type org.hibernate.testing.orm.junit.Jpa
 
QueryConstants - Class in org.hibernate.envers.internal.entities.mapper.relation.query
Constants used in JPQL queries.
QueryContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.QueryContext
 
QueryEngine - Interface in org.hibernate.query.spi
Aggregation and encapsulation of the components Hibernate uses to execute queries (HQL, Criteria and native)
QueryEngineImpl - Class in org.hibernate.query.internal
Aggregation and encapsulation of the components Hibernate uses to execute queries (HQL, Criteria and native)
QueryEngineOptions - Interface in org.hibernate.query.spi
User configuration options related to the QueryEngine.
QueryException - Exception in org.hibernate
A problem occurred translating a Hibernate query to SQL due to illegal query syntax, an operation which is not well-typed, an unresolvable reference to an entity or attribute, an unknown named query, or any similar problem.
QueryException(Exception) - Constructor for exception org.hibernate.QueryException
Deprecated.
this constructor does not carry information about the query which caused the failure
QueryException(String) - Constructor for exception org.hibernate.QueryException
Deprecated.
this constructor does not carry information about the query which caused the failure
QueryException(String, Exception) - Constructor for exception org.hibernate.QueryException
Deprecated.
this constructor does not carry information about the query which caused the failure
QueryException(String, String) - Constructor for exception org.hibernate.QueryException
Constructs a QueryException using the specified exception message and query string.
QueryException(String, String, Exception) - Constructor for exception org.hibernate.QueryException
Constructs a QueryException using the specified exception message and query string.
queryExecuted(String, int, long) - Method in class org.hibernate.stat.internal.StatisticsImpl
 
queryExecuted(String, int, long) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating execution of a sql/hql query
queryExpression() - Method in class org.hibernate.grammars.hql.HqlParser.CteContext
 
queryExpression() - Method in class org.hibernate.grammars.hql.HqlParser.InsertStatementContext
 
queryExpression() - Method in class org.hibernate.grammars.hql.HqlParser.NestedQueryExpressionContext
 
queryExpression() - Method in class org.hibernate.grammars.hql.HqlParser
 
queryExpression() - Method in class org.hibernate.grammars.hql.HqlParser.SelectStatementContext
 
queryExpression() - Method in class org.hibernate.grammars.hql.HqlParser.SubqueryContext
 
QueryExpressionContext() - Constructor for class org.hibernate.grammars.hql.HqlParser.QueryExpressionContext
 
QueryExpressionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.QueryExpressionContext
 
queryForReferencedEntity(AuditReaderImplementor, AbstractToOneMapper.EntityInfo, Serializable, Number) - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractOneToOneMapper
 
queryForReferencedEntity(AuditReaderImplementor, AbstractToOneMapper.EntityInfo, Serializable, Number) - Method in class org.hibernate.envers.internal.entities.mapper.relation.OneToOneNotOwningMapper
 
queryForReferencedEntity(AuditReaderImplementor, AbstractToOneMapper.EntityInfo, Serializable, Number) - Method in class org.hibernate.envers.internal.entities.mapper.relation.OneToOnePrimaryKeyJoinColumnMapper
 
QueryGeneratorBuilder - Class in org.hibernate.envers.configuration.internal.metadata
Builds query generators, for reading collection middle tables, along with any related entities.
QueryGroup - Class in org.hibernate.sql.ast.tree.select
 
QueryGroup(boolean, SetOperator, List<QueryPart>) - Constructor for class org.hibernate.sql.ast.tree.select.QueryGroup
 
queryHasAliases() - Method in class org.hibernate.query.sql.internal.SQLQueryParser
 
QueryHelper - Class in org.hibernate.query.internal
 
QueryHint - Class in org.hibernate.jpamodelgen.xml.jaxb
 
QueryHint() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.QueryHint
 
QueryHintDefinition - Class in org.hibernate.boot.model.internal
 
QueryHintDefinition(String, QueryHint[]) - Constructor for class org.hibernate.boot.model.internal.QueryHintDefinition
 
QueryHintHandler - Interface in org.hibernate.dialect.hint
Contract defining how query hints get applied.
QueryHints - Class in org.hibernate.annotations
Deprecated.
Use AvailableHints instead
QueryHints - Class in org.hibernate.jpa
Deprecated.
Use AvailableHints instead
QueryImplementor<R> - Interface in org.hibernate.query.spi
 
QueryInterpretationCache - Interface in org.hibernate.query.spi
Cache for various parts of translating or interpreting queries.
QueryInterpretationCache.Key - Interface in org.hibernate.query.spi
 
QueryInterpretationCacheDisabledImpl - Class in org.hibernate.query.internal
 
QueryInterpretationCacheDisabledImpl(Supplier<StatisticsImplementor>) - Constructor for class org.hibernate.query.internal.QueryInterpretationCacheDisabledImpl
 
QueryInterpretationCacheStandardImpl - Class in org.hibernate.query.internal
Standard QueryInterpretationCache implementation
QueryInterpretationCacheStandardImpl(int, Supplier<StatisticsImplementor>) - Constructor for class org.hibernate.query.internal.QueryInterpretationCacheStandardImpl
 
QueryKey - Class in org.hibernate.cache.spi
A key that identifies a particular query with bound parameter values.
QueryKey(String, QueryKey.ParameterBindingsMemento, Integer, Integer, Set<String>) - Constructor for class org.hibernate.cache.spi.QueryKey
 
QueryKey.ParameterBindingsMemento - Interface in org.hibernate.cache.spi
todo (6.0) : integrate work from original 6.0 branch
QueryLiteral<T> - Class in org.hibernate.sql.ast.tree.expression
Represents a literal in the SQL AST.
QueryLiteral(T, SqlExpressible) - Constructor for class org.hibernate.sql.ast.tree.expression.QueryLiteral
 
QueryLiteralHelper - Class in org.hibernate.query.internal
 
QueryLogging - Interface in org.hibernate.query
 
QueryMethod - Class in org.hibernate.jpamodelgen.annotation
 
QueryMethod(AnnotationMetaEntity, String, String, String, String, List<String>, List<String>, boolean, boolean, boolean, String, String, boolean) - Constructor for class org.hibernate.jpamodelgen.annotation.QueryMethod
 
QueryOptions - Interface in org.hibernate.query.spi
Encapsulates options for the execution of a HQL/Criteria/native query
QueryOptionsAdapter - Class in org.hibernate.query.spi
 
QueryOptionsAdapter() - Constructor for class org.hibernate.query.spi.QueryOptionsAdapter
 
QueryOptionsImpl - Class in org.hibernate.query.internal
 
QueryOptionsImpl() - Constructor for class org.hibernate.query.internal.QueryOptionsImpl
 
queryOrder() - Method in class org.hibernate.grammars.hql.HqlParser.NestedQueryExpressionContext
 
queryOrder() - Method in class org.hibernate.grammars.hql.HqlParser
 
queryOrder() - Method in class org.hibernate.grammars.hql.HqlParser.QueryOrderExpressionContext
 
queryOrder() - Method in class org.hibernate.grammars.hql.HqlParser.QuerySpecExpressionContext
 
QueryOrderContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.QueryOrderContext
 
QueryOrderExpressionContext(HqlParser.OrderedQueryContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.QueryOrderExpressionContext
 
queryParam - Variable in class org.hibernate.boot.jaxb.mapping.JaxbNamedNativeQuery
 
queryParam - Variable in class org.hibernate.boot.jaxb.mapping.JaxbNamedQuery
 
QueryParameter<T> - Interface in org.hibernate.query
Represents a parameter defined in the source (HQL/JPQL or criteria) query.
QueryParameterBinding<T> - Interface in org.hibernate.query.spi
/** The value/type binding information for a particular query parameter.
QueryParameterBindingImpl<T> - Class in org.hibernate.query.internal
The standard implementation of QueryParameterBinding.
QueryParameterBindingImpl(QueryParameter<T>, SessionFactoryImplementor) - Constructor for class org.hibernate.query.internal.QueryParameterBindingImpl
QueryParameterBindingImpl(QueryParameter<T>, SessionFactoryImplementor, BindableType<T>) - Constructor for class org.hibernate.query.internal.QueryParameterBindingImpl
Used by Query (SQM) and NativeQuery
QueryParameterBindings - Interface in org.hibernate.query.spi
Manages all the parameter bindings for a particular query.
QueryParameterBindingsImpl - Class in org.hibernate.query.internal
Manages the group of QueryParameterBinding for a particular query.
QueryParameterBindingTypeResolver - Interface in org.hibernate.query.spi
A resolver for BindableType based on a parameter value being bound, when no explicit type information is supplied.
QueryParameterBindingTypeResolverImpl - Class in org.hibernate.internal
 
QueryParameterBindingTypeResolverImpl() - Constructor for class org.hibernate.internal.QueryParameterBindingTypeResolverImpl
 
QueryParameterBindingValidator - Class in org.hibernate.query.spi
 
QueryParameterData - Class in org.hibernate.envers.internal.entities.mapper.id
 
QueryParameterData(String, Object) - Constructor for class org.hibernate.envers.internal.entities.mapper.id.QueryParameterData
 
QueryParameterException - Exception in org.hibernate
Indicates a problem with the runtime arguments bound to query parameters.
QueryParameterException(String) - Constructor for exception org.hibernate.QueryParameterException
Constructs a QueryParameterException using the supplied exception message.
QueryParameterException(String, String) - Constructor for exception org.hibernate.QueryParameterException
Constructs a QueryParameterException
QueryParameterException(String, String, Exception) - Constructor for exception org.hibernate.QueryParameterException
Constructs a QueryParameterException
QueryParameterImplementor<T> - Interface in org.hibernate.query.spi
 
QueryParameterJavaObjectType - Class in org.hibernate.type
 
QueryParameterJavaObjectType() - Constructor for class org.hibernate.type.QueryParameterJavaObjectType
 
QueryParameterListBinding<T> - Interface in org.hibernate.query.spi
Represents a "parameter list" binding: aka the binding of a collection of values for a single query parameter.
QueryParameterNamedImpl<T> - Class in org.hibernate.query.internal
QueryParameter impl for named-parameters in HQL, JPQL or Criteria queries.
QueryParameterPositionalImpl<T> - Class in org.hibernate.query.internal
QueryParameter impl for positional-parameters in HQL, JPQL or Criteria queries.
QueryParameterPositionalImpl(Integer, boolean, BindableType<T>) - Constructor for class org.hibernate.query.internal.QueryParameterPositionalImpl
 
QueryPart - Class in org.hibernate.sql.ast.tree.select
 
QueryPart(boolean) - Constructor for class org.hibernate.sql.ast.tree.select.QueryPart
 
QueryPart(boolean, QueryPart) - Constructor for class org.hibernate.sql.ast.tree.select.QueryPart
 
queryParts() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryGroup
 
QueryPartTableGroup - Class in org.hibernate.sql.ast.tree.from
A special table group for a sub-queries.
QueryPartTableGroup(NavigablePath, TableGroupProducer, SelectStatement, String, List<String>, boolean, boolean, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.QueryPartTableGroup
 
QueryPartTableGroup(NavigablePath, TableGroupProducer, SelectStatement, String, List<String>, Set<String>, boolean, boolean, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.QueryPartTableGroup
 
QueryPartTableReference - Class in org.hibernate.sql.ast.tree.from
A table reference for a query part.
QueryPartTableReference(SelectStatement, String, List<String>, boolean, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.QueryPartTableReference
 
QueryPlan - Interface in org.hibernate.query.spi
Common contract for select and mutation query plans
queryPlanCacheHit(String) - Method in class org.hibernate.stat.internal.StatisticsImpl
 
queryPlanCacheHit(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a get from the query plan cache resulted in a hit.
queryPlanCacheHits(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
queryPlanCacheMiss(String) - Method in class org.hibernate.stat.internal.StatisticsImpl
 
queryPlanCacheMiss(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a get from the query plan cache resulted in a miss.
queryPlanCacheMisses(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
QueryProducer - Interface in org.hibernate.query
Contract for things that can produce instances of Query and NativeQuery.
QueryProducerImplementor - Interface in org.hibernate.query.spi
The internal contract for QueryProducer implementations.
queryQuerySpecs(Function<QuerySpec, T>) - Method in class org.hibernate.sql.ast.tree.select.QueryGroup
 
queryQuerySpecs(Function<QuerySpec, T>) - Method in class org.hibernate.sql.ast.tree.select.QueryPart
 
queryQuerySpecs(Function<QuerySpec, T>) - Method in class org.hibernate.sql.ast.tree.select.QuerySpec
 
queryRef - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLoaderType
 
queryRef - Variable in class org.hibernate.boot.jaxb.mapping.JaxbCustomLoader
 
QueryResultsCache - Interface in org.hibernate.cache.spi
Responsible for managing query result list caching in a specific query cache region.
QueryResultsCacheImpl - Class in org.hibernate.cache.internal
The standard implementation of the Hibernate QueryCache interface.
QueryResultsCacheImpl.CacheItem - Class in org.hibernate.cache.internal
 
QueryResultsRegion - Interface in org.hibernate.cache.spi
Defines the contract for a cache region that stores query results.
QueryResultsRegionTemplate - Class in org.hibernate.cache.spi.support
 
QueryResultsRegionTemplate(String, RegionFactory, StorageAccess) - Constructor for class org.hibernate.cache.spi.support.QueryResultsRegionTemplate
QuerySecondPass - Interface in org.hibernate.boot.model.internal
Bind query
QuerySettings - Interface in org.hibernate.cfg
 
querySpaces - Variable in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
querySpaces - Variable in class org.hibernate.query.sql.spi.NamedNativeQueryMemento.Builder
 
querySpaces() - Method in annotation type org.hibernate.annotations.NamedNativeQuery
The query spaces involved in this query.
querySpaces() - Method in annotation type org.hibernate.annotations.SQLSelect
The query spaces involved in this query.
QuerySpacesHelper - Class in org.hibernate.cache.spi
Deprecated.
This helper class is no longer used
QuerySpec - Class in org.hibernate.sql.ast.tree.select
 
QuerySpec(boolean) - Constructor for class org.hibernate.sql.ast.tree.select.QuerySpec
 
QuerySpec(boolean, int) - Constructor for class org.hibernate.sql.ast.tree.select.QuerySpec
 
QuerySpecExpressionContext(HqlParser.OrderedQueryContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.QuerySpecExpressionContext
 
QuerySplitter - Class in org.hibernate.query.hql.internal
Handles splitting queries containing unmapped polymorphic references.
QuerySplitter() - Constructor for class org.hibernate.query.hql.internal.QuerySplitter
 
QuerySqmImpl<R> - Class in org.hibernate.query.sqm.internal
Query implementation based on an SQM
QuerySqmImpl(String, HqlInterpretation, Class<R>, SharedSessionContractImplementor) - Constructor for class org.hibernate.query.sqm.internal.QuerySqmImpl
Form used for HQL queries
QuerySqmImpl(NamedCriteriaQueryMementoImpl, Class<R>, SharedSessionContractImplementor) - Constructor for class org.hibernate.query.sqm.internal.QuerySqmImpl
 
QuerySqmImpl(NamedHqlQueryMementoImpl, Class<R>, SharedSessionContractImplementor) - Constructor for class org.hibernate.query.sqm.internal.QuerySqmImpl
Creates a Query instance from a named HQL memento
QuerySqmImpl(SqmStatement<R>, Class<R>, SharedSessionContractImplementor) - Constructor for class org.hibernate.query.sqm.internal.QuerySqmImpl
Form used for criteria queries
QueryStatistics - Interface in org.hibernate.stat
Statistics relating to a particular query written in HQL or SQL.
QueryStatisticsImpl - Class in org.hibernate.stat.internal
Query statistics (HQL and SQL)
QueryStatisticsImpl(String) - Constructor for class org.hibernate.stat.internal.QueryStatisticsImpl
 
queryString - Variable in class org.hibernate.query.sql.spi.NamedNativeQueryMemento.Builder
 
queryTableGroupJoins(Function<TableGroupJoin, T>) - Method in class org.hibernate.sql.ast.tree.from.FromClause
 
queryTableGroups(Function<TableGroup, T>) - Method in class org.hibernate.sql.ast.tree.from.FromClause
 
queryTableJoins(Function<TableJoin, T>) - Method in class org.hibernate.sql.ast.tree.from.FromClause
 
queryTableReferences(Function<TableReference, T>) - Method in class org.hibernate.sql.ast.tree.from.FromClause
 
QueryTimeoutException - Exception in org.hibernate
Thrown when a database query timeout occurs.
QueryTimeoutException(String, SQLException, String) - Constructor for exception org.hibernate.QueryTimeoutException
Constructs a QueryTimeoutException using the supplied information.
QueryTransformer - Interface in org.hibernate.sql.ast.tree.expression
 
QueryTypeMismatchException - Exception in org.hibernate.query
Indicates a mismatch between the expected and actual result types of a query.
QueryTypeMismatchException(String) - Constructor for exception org.hibernate.query.QueryTypeMismatchException
 
QueryTypeMismatchException(String, Throwable) - Constructor for exception org.hibernate.query.QueryTypeMismatchException
 
QUESTION_MARK - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
QUESTION_MARK - Static variable in class org.hibernate.grammars.hql.HqlParser
 
QUESTION_MARK() - Method in class org.hibernate.grammars.hql.HqlParser.PositionalParameterContext
 
queuedAdditionIterator() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
queuedAdditionIterator() - Method in interface org.hibernate.collection.spi.PersistentCollection
Iterator over the "queued" additions
QueuedOperationCollectionAction - Class in org.hibernate.action.internal
If a collection is extra lazy and has queued ops, we still need to process them.
QueuedOperationCollectionAction(PersistentCollection<?>, CollectionPersister, Object, EventSource) - Constructor for class org.hibernate.action.internal.QueuedOperationCollectionAction
Constructs a CollectionUpdateAction
queuedOperationWhenAttachToSession(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
queuedOperationWhenDetachFromSession(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
queuedOperationWhenDetachFromSessionOnRollback(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
queueOperation(AbstractPersistentCollection.DelayedOperation<E>) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
Queue an addition
quot(Expression<? extends Number>, Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
quot(Expression<? extends Number>, Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
quot(Expression<? extends Number>, Expression<? extends Number>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
quot(Expression<? extends Number>, Expression<? extends Number>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
quot(Expression<? extends Number>, Number) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
quot(Expression<? extends Number>, Number) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
quot(Expression<? extends Number>, Number) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
quot(Expression<? extends Number>, Number) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
quot(Number, Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
quot(Number, Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
quot(Number, Expression<? extends Number>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
quot(Number, Expression<? extends Number>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
QUOT - org.hibernate.query.sqm.BinaryArithmeticOperator
 
quote() - Method in class org.hibernate.boot.model.relational.QualifiedTableName
 
quote() - Method in class org.hibernate.boot.model.relational.QualifiedTypeName
 
quote(String) - Method in class org.hibernate.dialect.Dialect
Apply dialect-specific quoting if the given name is quoted using backticks.
quote(String) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
quote(Identifier) - Static method in class org.hibernate.boot.model.naming.Identifier
 
QUOTE - Static variable in class org.hibernate.dialect.Dialect
Characters used as opening for quoting SQL identifiers
quoteCollation(String) - Method in class org.hibernate.dialect.Dialect
Quote the given collation name if necessary.
quoteCollation(String) - Method in class org.hibernate.dialect.HSQLDialect
 
quoteCollation(String) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
QUOTED_IDENTIFIER - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
QUOTED_IDENTIFIER - Static variable in class org.hibernate.grammars.hql.HqlParser
 
QUOTED_IDENTIFIER - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
QUOTED_IDENTIFIER - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
QUOTED_IDENTIFIER() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
QUOTED_IDENTIFIER() - Method in class org.hibernate.grammars.ordering.OrderingParser.IdentifierContext
 
QUOTED_TEXT - Static variable in class org.hibernate.grammars.importsql.SqlScriptLexer
 
QUOTED_TEXT - Static variable in class org.hibernate.grammars.importsql.SqlScriptParser
 
QUOTED_TEXT() - Method in class org.hibernate.grammars.importsql.SqlScriptParser.CommandContext
 
QUOTED_TEXT(int) - Method in class org.hibernate.grammars.importsql.SqlScriptParser.CommandContext
 
quoteIdentifiersLocalToEntity() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractEntitySourceImpl
 
quoteIdentifiersLocalToEntity() - Method in interface org.hibernate.boot.model.source.spi.EntitySource
 
QuotingHelper - Class in org.hibernate.internal.util
 

R

radians() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
radians(Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create an expression that converts an angle measured in degrees to an approximately equivalent angle measured in radians.
radians(Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
radians(Expression<? extends Number>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
radians_acos() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
For Oracle, HANA
rand() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Returns double between 0.0 and 1.0.
RANDOM - org.hibernate.annotations.UuidGenerator.Style
Use UUID.randomUUID() to generate UUIDs, producing a value compatible with RFC 4122 version 4.
RANGE - org.hibernate.query.sqm.FrameMode
 
RANGE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
RANGE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RANGE() - Method in class org.hibernate.grammars.hql.HqlParser.FrameClauseContext
 
RANGE() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
rank(JpaOrder, Expression<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
rank(JpaOrder, Expression<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
rank(JpaOrder, Expression<?>...) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
rank(JpaOrder, JpaPredicate, Expression<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
rank(JpaOrder, JpaPredicate, Expression<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
rank(JpaOrder, JpaPredicate, Expression<?>...) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
rank(JpaOrder, JpaPredicate, JpaWindow, Expression<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create a rank ordered set-aggregate function expression.
rank(JpaOrder, JpaPredicate, JpaWindow, Expression<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
rank(JpaOrder, JpaPredicate, JpaWindow, Expression<?>...) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
rank(JpaOrder, JpaWindow, Expression<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
rank(JpaOrder, JpaWindow, Expression<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
rank(JpaOrder, JpaWindow, Expression<?>...) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
rank(JpaWindow) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create a rank window function expression.
rank(JpaWindow) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
rank(JpaWindow) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
rdmsOs2200Dialect() - Method in interface org.hibernate.internal.CoreMessageLogger
 
reactivate() - Method in class org.hibernate.service.internal.AbstractServiceRegistryImpl
Not intended for general use.
read - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
 
read - Variable in class org.hibernate.boot.jaxb.mapping.JaxbColumn
 
read() - Method in annotation type org.hibernate.annotations.ColumnTransformer
A custom SQL expression used to read from the column.
read() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
Called by any read-only method of the collection interface
read() - Method in class org.hibernate.engine.jdbc.ReaderInputStream
 
read() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.AuditedPropertiesReader
 
read(Audited) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.AuditedPropertiesReader
 
READ - org.hibernate.jpamodelgen.xml.jaxb.LockModeType
 
READ - org.hibernate.LockMode
A shared lock.
READ - Static variable in class org.hibernate.LockOptions
Represents LockMode.READ, to which timeout and scope are not applicable.
READ_ONLY - org.hibernate.annotations.CacheConcurrencyStrategy
Read-only access to the shared second-level cache.
READ_ONLY - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCacheUsageEnum
 
READ_ONLY - org.hibernate.cache.spi.access.AccessType
Read-only access.
READ_ONLY - org.hibernate.engine.spi.Status
 
READ_ONLY - Static variable in class org.hibernate.annotations.QueryHints
Deprecated.
 
READ_ONLY - Static variable in interface org.hibernate.query.spi.QueryOptions
 
READ_WRITE - org.hibernate.annotations.CacheConcurrencyStrategy
Read/write access to the shared second-level cache using soft locks.
READ_WRITE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCacheUsageEnum
 
READ_WRITE - org.hibernate.cache.spi.access.AccessType
Read and write access.
READ_WRITE - Static variable in interface org.hibernate.query.spi.QueryOptions
 
readBoolean(Object, String, boolean) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
readBoolean(Object, String, boolean) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
readByte(Object, String, byte) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
readByte(Object, String, byte) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
readChar(Object, String, char) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
readChar(Object, String, char) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
readCollectionRow(CollectionKey, List<Object>, RowProcessingState) - Method in class org.hibernate.sql.results.graph.collection.internal.AbstractImmediateCollectionInitializer
 
readCollectionRow(CollectionKey, List<Object>, RowProcessingState) - Method in class org.hibernate.sql.results.graph.collection.internal.ArrayInitializer
 
readCollectionRow(CollectionKey, List<Object>, RowProcessingState) - Method in class org.hibernate.sql.results.graph.collection.internal.BagInitializer
 
readCollectionRow(CollectionKey, List<Object>, RowProcessingState) - Method in class org.hibernate.sql.results.graph.collection.internal.ListInitializer
 
readCollectionRow(CollectionKey, List<Object>, RowProcessingState) - Method in class org.hibernate.sql.results.graph.collection.internal.MapInitializer
 
readCollectionRow(CollectionKey, List<Object>, RowProcessingState) - Method in class org.hibernate.sql.results.graph.collection.internal.SetInitializer
 
readCommittedIsolationMaintained(String) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
readDouble(Object, String, double) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
readDouble(Object, String, double) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
readElementByIndex(Object) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
readElementExistence(Object) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
ReaderInputStream - Class in org.hibernate.engine.jdbc
Exposes a Reader as an InputStream.
ReaderInputStream(Reader) - Constructor for class org.hibernate.engine.jdbc.ReaderInputStream
Constructs a ReaderInputStream from a Reader
readExternal(ObjectInput) - Method in class org.hibernate.engine.spi.ExecutableList
Read this object state back in from the given stream as part of the deserialization process.
readFloat(Object, String, float) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
readFloat(Object, String, float) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
readIndexExistence(Object) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
readingCachedMappings(File) - Method in interface org.hibernate.internal.CoreMessageLogger
 
readingMappingsFromFile(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
readingMappingsFromResource(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
readInt(Object, String, int) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
readInt(Object, String, int) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
readLock() - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess
 
readLong(Object, String, long) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
readLong(Object, String, long) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
readObject(Object, String, Object) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
readObject(Object, String, Object) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
readOnly - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
 
readOnly - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
 
readOnly - Variable in class org.hibernate.boot.jaxb.mapping.JaxbNamedNativeQuery
 
readOnly - Variable in class org.hibernate.boot.jaxb.mapping.JaxbNamedQuery
 
readOnly - Variable in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
readOnly() - Method in annotation type org.hibernate.annotations.NamedNativeQuery
Whether the results should be loaded in read-only mode.
readOnly() - Method in annotation type org.hibernate.annotations.NamedQuery
Whether the results should be loaded in read-only mode.
readOnlyCacheConfiguredForMutableCollection(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
readOnlyCachingMutableEntity(NavigableRole) - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
 
readOnlyCachingMutableNaturalId(NavigableRole) - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
 
ReadOnlyMap<K,​V> - Interface in org.hibernate.internal.util.collections
 
readRow(RowProcessingState, JdbcValuesSourceProcessingOptions) - Method in class org.hibernate.sql.results.internal.StandardRowReader
 
readRow(RowProcessingState, JdbcValuesSourceProcessingOptions) - Method in interface org.hibernate.sql.results.spi.RowReader
The actual coordination of reading a row
readShort(Object, String, short) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
readShort(Object, String, short) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
readSize() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
Called by the Collection.size() method
REAL - Static variable in class org.hibernate.type.SqlTypes
A type code representing the generic SQL type REAL.
RealJdbcType - Class in org.hibernate.type.descriptor.jdbc
Deprecated.
RealJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.RealJdbcType
Deprecated.
 
reallyDoCascade(CascadingAction) - Method in interface org.hibernate.engine.spi.CascadeStyle
Probably more aptly named something like doCascadeToCollectionElements(); it is however used from both the collection and to-one logic branches...
reallyDoCascade(CascadingAction) - Method in class org.hibernate.engine.spi.CascadeStyles.BaseCascadeStyle
 
reallyDoCascade(CascadingAction) - Method in class org.hibernate.engine.spi.CascadeStyles.MultipleCascadeStyle
 
reason() - Method in annotation type org.hibernate.testing.orm.junit.FailureExpected
A reason why the failure is expected
reason() - Method in annotation type org.hibernate.testing.orm.junit.NotImplementedYet
A reason why the failure is expected
reason() - Method in annotation type org.hibernate.testing.orm.junit.SkipForDialect
 
reassociate(AbstractEvent, Object, Object, EntityPersister) - Method in class org.hibernate.event.internal.AbstractReassociateEventListener
Associates a given entity (either transient or associated with another session) to the given session.
reassociateIfUninitializedProxy(Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
reassociateIfUninitializedProxy(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Takes the given object and, if it represents a proxy, reassociates it with this event source.
reassociateIfUninitializedProxy(Object, SessionImplementor) - Method in class org.hibernate.event.internal.DefaultSaveEventListener
Deprecated.
 
reassociateIfUninitializedProxy(Object, SessionImplementor) - Method in class org.hibernate.event.internal.DefaultSaveOrUpdateEventListener
Deprecated.
 
reassociateProxy(Object, Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
reassociateProxy(Object, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
If a deleted entity instance is re-saved, and it has a proxy, we need to reset the identifier of the proxy
reattachCollection(PersistentCollection<?>, CollectionType) - Method in class org.hibernate.event.internal.ProxyVisitor
Reattach a detached (disassociated) initialized or uninitialized collection wrapper, using a snapshot carried with the collection wrapper
ReattachVisitor - Class in org.hibernate.event.internal
Abstract superclass of visitors that reattach collections.
ReattachVisitor(EventSource, Object, Object) - Constructor for class org.hibernate.event.internal.ReattachVisitor
 
rebuildSessionFactory() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
rebuildSessionFactory() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
rebuildSessionFactory(Consumer<Configuration>) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
rebuildSessionFactoryOnError() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
rebuildSessionFactoryOnError() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
recognizedObsoleteHibernateNamespace(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
recognizedObsoleteHibernateNamespace(String, String) - Method in interface org.hibernate.internal.log.DeprecationLogger
 
recognizeParameters(String, ParameterRecognizer) - Method in class org.hibernate.engine.query.internal.NativeQueryInterpreterStandardImpl
 
recognizeParameters(String, ParameterRecognizer) - Method in interface org.hibernate.engine.query.spi.NativeQueryInterpreter
Parse the given native query and inform the recognizer of all recognized parameter markers.
RECORD - org.hibernate.boot.spi.AccessType
Access to value via record component accessor
recover(int) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.XAResourceWrapper
 
RecoverableException - Exception in org.hibernate.cfg
Deprecated.
Was only ever referenced in a single place, in an extremely dubious way.
RecoverableException(String) - Constructor for exception org.hibernate.cfg.RecoverableException
Deprecated.
Constructs a RecoverableException using the given message and underlying cause.
RecoverableException(String, Throwable) - Constructor for exception org.hibernate.cfg.RecoverableException
Deprecated.
Constructs a RecoverableException using the given message and underlying cause.
recreate(PersistentCollection<?>, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
recreate(PersistentCollection<?>, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
(Re)create the collection's persistent state
recreate(PersistentCollection<?>, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
RECREATE_QUIETLY - org.hibernate.tool.schema.UniqueConstraintSchemaUpdateStrategy
Attempt to (re-)create unique constraints, ignoring exceptions thrown (e.g., if the constraint already existed)
recreateCollection(String) - Method in class org.hibernate.stat.internal.StatisticsImpl
 
recreateCollection(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a collection recreation (full deletion + full (re-)insertion).
redefineColumnName(String, String, boolean) - Method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
redefineColumnName(String, String, boolean) - Method in class org.hibernate.boot.model.internal.AnnotatedJoinColumn
 
reentrantSafeEntityEntries() - Method in class org.hibernate.engine.internal.EntityEntryContext
The main bugaboo with IdentityMap that warranted this class in the first place.
reentrantSafeEntityEntries() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
reentrantSafeEntityEntries() - Method in interface org.hibernate.engine.spi.PersistenceContext
Provides access to the entity/EntityEntry combos associated with the persistence context in a manner that is safe from reentrant access.
REF - Static variable in class org.hibernate.type.SqlTypes
A type code representing the generic SQL type REF.
REF_CURSOR - org.hibernate.jpamodelgen.xml.jaxb.ParameterMode
 
REF_CURSOR - Static variable in class org.hibernate.type.SqlTypes
A type code representing the generic SQL type REF CURSOR.
REF_CURSOR_INSTANCE - Static variable in class org.hibernate.procedure.internal.StandardCallableStatementSupport
Singleton access - with REF CURSOR support
RefCursorSupport - Interface in org.hibernate.engine.jdbc.cursor.spi
Contract for JDBC REF_CURSOR support.
RefCursorSupportInitiator - Class in org.hibernate.engine.jdbc.cursor.internal
Service initiator for RefCursorSupport service
RefCursorSupportInitiator() - Constructor for class org.hibernate.engine.jdbc.cursor.internal.RefCursorSupportInitiator
 
ReferenceCacheEntryImpl - Class in org.hibernate.cache.spi.entry
Specialized CacheEntry for storing direct references to entity instances.
ReferenceCacheEntryImpl(Object, EntityPersister) - Constructor for class org.hibernate.cache.spi.entry.ReferenceCacheEntryImpl
Constructs a ReferenceCacheEntryImpl
referenceColumnInSql() - Method in class org.hibernate.tuple.CreationTimestampGeneration
Deprecated.
 
referenceColumnInSql() - Method in class org.hibernate.tuple.UpdateTimestampGeneration
Deprecated.
 
referenceColumnInSql() - Method in interface org.hibernate.tuple.ValueGeneration
Deprecated.
Determines if the column whose value is generated is included in the column list of the SQL insert or update statement, in the case where the value is generated by the database.
referenceColumnsInSql(Dialect) - Method in class org.hibernate.generator.internal.CurrentTimestampGeneration
 
referenceColumnsInSql(Dialect) - Method in class org.hibernate.generator.internal.GeneratedAlwaysGeneration
 
referenceColumnsInSql(Dialect) - Method in class org.hibernate.generator.internal.GeneratedGeneration
 
referenceColumnsInSql(Dialect) - Method in interface org.hibernate.generator.OnExecutionGenerator
Determines if the columns whose values are generated are included in the column list of the SQL insert or update statement.
referenceColumnsInSql(Dialect) - Method in class org.hibernate.id.IdentityGenerator
 
referenceColumnsInSql(Dialect) - Method in class org.hibernate.id.SelectGenerator
 
referenceColumnsInSql(Dialect) - Method in interface org.hibernate.tuple.ValueGeneration
Deprecated.
 
REFERENCED_ENTITY_ALIAS - Static variable in class org.hibernate.envers.internal.entities.mapper.relation.query.QueryConstants
 
REFERENCED_ENTITY_ALIAS_DEF_AUD_STR - Static variable in class org.hibernate.envers.internal.entities.mapper.relation.query.QueryConstants
 
referencedColumnName - Variable in class org.hibernate.boot.jaxb.mapping.JaxbJoinColumn
 
referencedColumnName - Variable in class org.hibernate.boot.jaxb.mapping.JaxbMapKeyJoinColumn
 
referencedColumnName - Variable in class org.hibernate.boot.jaxb.mapping.JaxbPrimaryKeyJoinColumn
 
referencedColumnName - Variable in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
 
referencedColumnName - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
 
referencedColumnName - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PrimaryKeyJoinColumn
 
referencedColumnName() - Method in annotation type org.hibernate.annotations.JoinFormula
The column this formula references.
referencedColumnName() - Method in class org.hibernate.boot.model.internal.MapKeyJoinColumnDelegator
 
referencedEntityName - Variable in class org.hibernate.boot.model.source.internal.hbm.ModelBinder.DelayedPropertyReferenceHandlerImpl
 
referencedModelPart - Variable in class org.hibernate.metamodel.mapping.ordering.ast.DomainPathContinuation
 
referencedModelPart - Variable in class org.hibernate.sql.results.graph.entity.internal.AbstractBatchEntitySelectFetchInitializer
 
referencedPropertyName - Variable in class org.hibernate.boot.model.source.internal.hbm.ModelBinder.DelayedPropertyReferenceHandlerImpl
 
referencedPropertyName - Variable in class org.hibernate.mapping.ToOne
 
referencingIdData - Variable in class org.hibernate.envers.internal.entities.mapper.relation.query.AbstractRelationQueryGenerator
 
reflectedPropertyClass(Class, String) - Static method in class org.hibernate.internal.util.ReflectHelper
Attempt to resolve the specified property type through reflection.
reflectedPropertyClass(String, String, ClassLoaderService) - Static method in class org.hibernate.internal.util.ReflectHelper
Attempt to resolve the specified property type through reflection.
reflectedPropertyClass(MetadataBuildingContext, Class, String) - Static method in class org.hibernate.boot.model.source.internal.hbm.Helper
 
reflectedPropertyClass(MetadataBuildingContext, String, String) - Static method in class org.hibernate.boot.model.source.internal.hbm.Helper
 
reflectedPropertyType(String, String, ClassLoaderService) - Static method in class org.hibernate.internal.util.ReflectHelper
 
ReflectHelper - Class in org.hibernate.internal.util
Utility class for various reflection operations.
ReflectionOptimizer - Interface in org.hibernate.bytecode.spi
Represents reflection optimization for a particular class.
ReflectionOptimizer.AccessOptimizer - Interface in org.hibernate.bytecode.spi
Represents optimized entity property access.
ReflectionOptimizer.InstantiationOptimizer - Interface in org.hibernate.bytecode.spi
Represents optimized entity instantiation.
ReflectionOptimizerImpl - Class in org.hibernate.bytecode.internal.bytebuddy
 
ReflectionOptimizerImpl(ReflectionOptimizer.InstantiationOptimizer, ReflectionOptimizer.AccessOptimizer) - Constructor for class org.hibernate.bytecode.internal.bytebuddy.ReflectionOptimizerImpl
 
ReflectionTools - Class in org.hibernate.envers.internal.tools
 
ReflectionTools() - Constructor for class org.hibernate.envers.internal.tools.ReflectionTools
 
ReflectionUtil - Class in org.hibernate.testing.util
 
ReflectionUtil() - Constructor for class org.hibernate.testing.util.ReflectionUtil
 
refresh(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
refresh(Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
refresh(Object) - Method in class org.hibernate.internal.SessionImpl
 
refresh(Object) - Method in class org.hibernate.internal.StatelessSessionImpl
 
refresh(Object) - Method in interface org.hibernate.Session
Reread the state of the given managed instance associated with this session from the underlying database.
refresh(Object) - Method in interface org.hibernate.StatelessSession
Refresh the entity instance state from the database.
refresh(Object, LockModeType) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
refresh(Object, LockModeType) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
refresh(Object, LockModeType) - Method in class org.hibernate.internal.SessionImpl
 
refresh(Object, LockModeType, Map<String, Object>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
refresh(Object, LockModeType, Map<String, Object>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
refresh(Object, LockModeType, Map<String, Object>) - Method in class org.hibernate.internal.SessionImpl
 
refresh(Object, Map<String, Object>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
refresh(Object, Map<String, Object>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
refresh(Object, Map<String, Object>) - Method in class org.hibernate.internal.SessionImpl
 
refresh(Object, LockMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
refresh(Object, LockMode) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
refresh(Object, LockMode) - Method in class org.hibernate.internal.SessionImpl
 
refresh(Object, LockMode) - Method in class org.hibernate.internal.StatelessSessionImpl
 
refresh(Object, LockMode) - Method in interface org.hibernate.Session
Reread the state of the given managed instance from the underlying database, obtaining the given LockMode.
refresh(Object, LockMode) - Method in interface org.hibernate.StatelessSession
Refresh the entity instance state from the database.
refresh(Object, LockOptions) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
refresh(Object, LockOptions) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
refresh(Object, LockOptions) - Method in class org.hibernate.internal.SessionImpl
 
refresh(Object, LockOptions) - Method in interface org.hibernate.Session
Reread the state of the given managed instance from the underlying database, obtaining the given LockMode.
refresh(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
refresh(String, Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
refresh(String, Object) - Method in class org.hibernate.internal.SessionImpl
Deprecated.
refresh(String, Object) - Method in class org.hibernate.internal.StatelessSessionImpl
 
refresh(String, Object) - Method in interface org.hibernate.Session
Deprecated.
refresh(String, Object) - Method in interface org.hibernate.StatelessSession
Refresh the entity instance state from the database.
refresh(String, Object, RefreshContext) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
refresh(String, Object, RefreshContext) - Method in interface org.hibernate.engine.spi.SessionImplementor
Deprecated.
OperationalContext should cover this overload I believe
refresh(String, Object, RefreshContext) - Method in interface org.hibernate.event.spi.EventSource
Cascade refresh an entity instance
refresh(String, Object, RefreshContext) - Method in class org.hibernate.internal.SessionImpl
 
refresh(String, Object, LockMode) - Method in class org.hibernate.internal.StatelessSessionImpl
 
refresh(String, Object, LockMode) - Method in interface org.hibernate.StatelessSession
Refresh the entity instance state from the database.
refresh(String, Object, LockOptions) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
refresh(String, Object, LockOptions) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
refresh(String, Object, LockOptions) - Method in class org.hibernate.internal.SessionImpl
Deprecated.
refresh(String, Object, LockOptions) - Method in interface org.hibernate.Session
REFRESH - org.hibernate.annotations.CacheModeType
Deprecated.
Corresponds to CacheMode.REFRESH.
REFRESH - org.hibernate.annotations.CascadeType
Equivalent to CascadeType.REFRESH.
REFRESH - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
REFRESH - org.hibernate.CacheMode
As with to CacheMode.PUT, the session will never read items from the cache, but will add items to the cache as it reads them from the database.
REFRESH - org.hibernate.loader.ast.spi.CascadingFetchProfile
 
REFRESH - Static variable in class org.hibernate.engine.spi.CascadeStyles
refresh
REFRESH - Static variable in class org.hibernate.engine.spi.CascadingActions
 
REFRESH - Static variable in class org.hibernate.event.spi.EventType
 
RefreshContext - Interface in org.hibernate.event.spi
A RefreshEvent represents a refresh operation applied to a single entity.
RefreshEvent - Class in org.hibernate.event.spi
Defines an event class for the refreshing of an object.
RefreshEvent(Object, EventSource) - Constructor for class org.hibernate.event.spi.RefreshEvent
 
RefreshEvent(Object, LockMode, EventSource) - Constructor for class org.hibernate.event.spi.RefreshEvent
 
RefreshEvent(Object, LockOptions, EventSource) - Constructor for class org.hibernate.event.spi.RefreshEvent
 
RefreshEvent(String, Object, EventSource) - Constructor for class org.hibernate.event.spi.RefreshEvent
 
RefreshEvent(String, Object, LockOptions, EventSource) - Constructor for class org.hibernate.event.spi.RefreshEvent
 
RefreshEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of refresh events generated from a session.
region - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCollectionCacheType
 
region - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEntityCacheType
 
region - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheType
 
region - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNaturalIdCacheType
 
region - Variable in class org.hibernate.boot.jaxb.mapping.JaxbCaching
 
region() - Method in annotation type org.hibernate.annotations.Cache
The cache region name.
region() - Method in annotation type org.hibernate.annotations.NaturalIdCache
Specifies an explicit cache region name.
Region - Interface in org.hibernate.cache.spi
Contract for a named cache "region".
regionFactory(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
RegionFactory - Interface in org.hibernate.cache
Deprecated.
Moved, but still need this definition for ehcache
RegionFactory - Interface in org.hibernate.cache.spi
Contract for building second-level cache regions, including regions dedicated to storing: entity and collection instances, query result sets, and timestamps used to determine when a cached query result set is stale.
RegionFactoryInitiator - Class in org.hibernate.cache.internal
Initiator for the RegionFactory service.
RegionFactoryInitiator() - Constructor for class org.hibernate.cache.internal.RegionFactoryInitiator
 
RegionFactoryTemplate - Class in org.hibernate.cache.spi.support
 
RegionFactoryTemplate() - Constructor for class org.hibernate.cache.spi.support.RegionFactoryTemplate
 
regionMatchesIgnoreCase(CharSequence, int, CharSequence, int, int) - Static method in class org.hibernate.internal.util.CharSequenceHelper
 
RegionNameQualifier - Class in org.hibernate.cache.spi.support
 
register() - Method in class org.hibernate.query.sqm.produce.function.NamedFunctionDescriptorBuilder
 
register() - Method in class org.hibernate.query.sqm.produce.function.PatternFunctionDescriptorBuilder
 
register(String) - Method in class org.hibernate.envers.configuration.internal.metadata.AuditEntityNameRegister
Register an audit entity name.
register(String, SqmFunctionDescriptor) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
Register a function descriptor by name
register(Blob) - Method in class org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl
 
register(Blob) - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
 
register(Clob) - Method in class org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl
 
register(Clob) - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
 
register(NClob) - Method in class org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl
 
register(NClob) - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
 
register(ResultSet, Statement) - Method in class org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl
 
register(ResultSet, Statement) - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
Register a JDBC result set.
register(Statement, boolean) - Method in class org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl
 
register(Statement, boolean) - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
Register a JDBC statement.
register(TypeDefinition) - Method in interface org.hibernate.boot.model.TypeDefinitionRegistry
 
register(TypeDefinition) - Method in class org.hibernate.boot.model.TypeDefinitionRegistryStandardImpl
 
register(TypeDefinition, TypeDefinitionRegistry.DuplicationStrategy) - Method in interface org.hibernate.boot.model.TypeDefinitionRegistry
 
register(TypeDefinition, TypeDefinitionRegistry.DuplicationStrategy) - Method in class org.hibernate.boot.model.TypeDefinitionRegistryStandardImpl
 
register(SqmPath<?>) - Method in class org.hibernate.query.hql.internal.SqmPathRegistryImpl
 
register(SqmPath<?>) - Method in interface org.hibernate.query.hql.spi.SqmPathRegistry
Register an SqmPath
register(SqmPath<?>, TableGroup) - Method in class org.hibernate.query.sqm.sql.FromClauseIndex
 
register(SqmPath<?>, TableGroup, NavigablePath) - Method in class org.hibernate.query.sqm.sql.FromClauseIndex
 
register(SqmAliasedNode<?>) - Method in class org.hibernate.query.hql.internal.SqmPathRegistryImpl
 
register(SqmAliasedNode<?>) - Method in interface org.hibernate.query.hql.spi.SqmPathRegistry
Register a node aliased within the select-clause
register(JdbcValuesSourceProcessingState) - Method in class org.hibernate.sql.results.spi.LoadContexts
 
register(BasicType<?>) - Method in class org.hibernate.type.BasicTypeRegistry
 
register(BasicType<?>, String) - Method in class org.hibernate.type.BasicTypeRegistry
 
register(BasicType<?>, String...) - Method in class org.hibernate.type.BasicTypeRegistry
 
register(UserType<T>, String...) - Method in class org.hibernate.type.BasicTypeRegistry
 
registerAdHocBasicType(BasicType<?>) - Method in class org.hibernate.boot.internal.BootstrapContextImpl
 
registerAdHocBasicType(BasicType<?>) - Method in interface org.hibernate.boot.spi.BootstrapContext
To support Envers.
registerAdHocBasicType(BasicType<?>) - Method in class org.hibernate.testing.boot.BootstrapContextImpl
 
registerAffectedTable(String) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
registerAffectedTable(NamedTableReference) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
registerAffectingFetchProfile(String) - Method in interface org.hibernate.engine.profile.internal.FetchProfileAffectee
Register the profile name with the entity/collection
registerAffectingFetchProfile(String) - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
registerAffectingFetchProfile(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
registerAffectingFetchProfile(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
registerAffectingFetchProfile(String) - Method in interface org.hibernate.persister.entity.Loadable
Deprecated.
Register the name of a fetch profile determined to have an affect on the underlying loadable in regards to the fact that the underlying load SQL needs to be adjust when the given fetch profile is enabled.
registerAfterLoadAction(AfterLoadAction) - Method in class org.hibernate.sql.exec.internal.CallbackImpl
 
registerAfterLoadAction(AfterLoadAction) - Method in class org.hibernate.sql.exec.internal.CallbackNoOp
 
registerAfterLoadAction(AfterLoadAction) - Method in interface org.hibernate.sql.exec.spi.Callback
Register a callback action
registerAlternateKey(String, String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
 
registerBinaryTernaryPattern(String, BasicType<?>, String, String, FunctionParameterType, FunctionParameterType, FunctionParameterType, TypeConfiguration) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
Register a binary/ternary function.
registerBuilder(ResultBuilder) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
registerCallableQueryMemento(String, NamedCallableQueryMemento) - Method in class org.hibernate.query.internal.NamedObjectRepositoryImpl
 
registerCallableQueryMemento(String, NamedCallableQueryMemento) - Method in interface org.hibernate.query.named.NamedObjectRepository
 
registerCallback(JdbcSpies.Callback) - Method in class org.hibernate.testing.jdbc.JdbcSpies.SpyContext
 
registerCascadeStyle(String, CascadeStyles.BaseCascadeStyle) - Static method in class org.hibernate.engine.spi.CascadeStyles
 
registerChild(ServiceRegistryImplementor) - Method in class org.hibernate.boot.registry.internal.BootstrapServiceRegistryImpl
 
registerChild(ServiceRegistryImplementor) - Method in class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
registerChild(ServiceRegistryImplementor) - Method in interface org.hibernate.service.spi.ServiceRegistryImplementor
When a registry is created with a parent, the parent is notified of the child via this callback.
registerColumnOptLock(EntityTableMapping, String, Object) - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard.UpdateValuesAnalysisImpl
 
registerColumnSet(EntityTableMapping, String, String) - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard.UpdateValuesAnalysisImpl
Callback to register the setting of a column value
registerColumnTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.AbstractHANADialect
 
registerColumnTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.CockroachDialect
 
registerColumnTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.DB2Dialect
 
registerColumnTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.DerbyDialect
 
registerColumnTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.Dialect
Register ANSI-standard column types using the length limits defined by Dialect.getMaxVarcharLength(), Dialect.getMaxNVarcharLength(), and Dialect.getMaxVarbinaryLength().
registerColumnTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
registerColumnTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.H2Dialect
 
registerColumnTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.MariaDBDialect
 
registerColumnTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.MySQLDialect
 
registerColumnTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.OracleDialect
 
registerColumnTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
registerColumnTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.SQLServerDialect
 
registerColumnTypes(TypeContributions, ServiceRegistry) - Method in class org.hibernate.dialect.SybaseASEDialect
 
registerComponent(Component) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
registerComponent(Component) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
registerComponentByEmbeddable(EmbeddableDomainType<?>, Component) - Method in class org.hibernate.metamodel.internal.MetadataContext
 
registerCompositeUserType(Class<?>, Class<? extends CompositeUserType<?>>) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
registerCompositeUserType(Class<?>, Class<? extends CompositeUserType<?>>) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
registerCopy(T, T) - Method in class org.hibernate.query.sqm.internal.SimpleSqmCopyContext
 
registerCopy(T, T) - Method in interface org.hibernate.query.sqm.tree.SqmCopyContext
 
registerDefaultKeywords() - Method in class org.hibernate.dialect.AbstractHANADialect
 
registerDefaultKeywords() - Method in class org.hibernate.dialect.DB2Dialect
 
registerDefaultKeywords() - Method in class org.hibernate.dialect.DerbyDialect
 
registerDefaultKeywords() - Method in class org.hibernate.dialect.Dialect
Register the reserved words of ANSI-standard SQL as keywords.
registerDefaultKeywords() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
registerDefaultKeywords() - Method in class org.hibernate.dialect.HANAColumnStoreDialect
 
registerDefaultKeywords() - Method in class org.hibernate.dialect.HSQLDialect
 
registerDefaultKeywords() - Method in class org.hibernate.dialect.MySQLDialect
 
registerDefaultKeywords() - Method in class org.hibernate.dialect.SQLServerDialect
 
registerDefaultKeywords() - Method in class org.hibernate.dialect.SybaseASEDialect
 
registerDefaultKeywords() - Method in class org.hibernate.dialect.TiDBDialect
 
registerDeletedUnloadedEntityKey(EntityKey) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
registerDeletedUnloadedEntityKey(EntityKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
 
registerDiscoveredType(UnloadedClass, Type.PersistenceType) - Method in class org.hibernate.bytecode.enhance.spi.DefaultEnhancementContext
 
registerDiscoveredType(UnloadedClass, Type.PersistenceType) - Method in interface org.hibernate.bytecode.enhance.spi.EnhancementContext
 
registerDiscoveredType(UnloadedClass, Type.PersistenceType) - Method in class org.hibernate.bytecode.enhance.spi.EnhancementContextWrapper
 
RegisteredConversion - Class in org.hibernate.boot.model.convert.spi
A registered conversion.
RegisteredConversion(Class<?>, Class<? extends AttributeConverter<?, ?>>, boolean, MetadataBuildingContext) - Constructor for class org.hibernate.boot.model.convert.spi.RegisteredConversion
 
RegisteredSynchronization - Class in org.hibernate.resource.transaction.backend.jta.internal.synchronization
The JTA Synchronization Hibernate registers when needed for JTA callbacks.
RegisteredSynchronization(SynchronizationCallbackCoordinator) - Constructor for class org.hibernate.resource.transaction.backend.jta.internal.synchronization.RegisteredSynchronization
 
registerElementTableGroup(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.CollectionTableGroup
 
registerElementTableGroup(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.CorrelatedPluralTableGroup
 
registerElementTableGroup(TableGroupJoin, boolean) - Method in class org.hibernate.sql.ast.tree.from.CollectionTableGroup
 
registerEmbeddableInstantiator(Class<?>, Class<? extends EmbeddableInstantiator>) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
registerEmbeddableInstantiator(Class<?>, Class<? extends EmbeddableInstantiator>) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
registerEmbeddableType(EmbeddableDomainType<?>, Component) - Method in class org.hibernate.metamodel.internal.MetadataContext
 
registerEntityNameUsage(TableGroup, EntityNameUse, String) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
registerEntityNameUsage(TableGroup, EntityNameUse, String) - Method in interface org.hibernate.sql.ast.spi.SqlAstCreationState
This callback is for handling of filters and is necessary to allow correct treat optimizations.
registerEntityType(PersistentClass, EntityTypeImpl<?>) - Method in class org.hibernate.metamodel.internal.MetadataContext
 
registerExportables(Database) - Method in interface org.hibernate.boot.model.relational.ExportableProducer
Register the contained exportable things to the Database
registerExportables(Database) - Method in class org.hibernate.id.CompositeNestedGeneratedValueGenerator
 
registerExportables(Database) - Method in interface org.hibernate.id.enhanced.DatabaseStructure
Register database objects involved in this structure, e.g.
registerExportables(Database) - Method in class org.hibernate.id.enhanced.SequenceStructure
 
registerExportables(Database) - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
registerExportables(Database) - Method in class org.hibernate.id.enhanced.TableGenerator
 
registerExportables(Database) - Method in class org.hibernate.id.enhanced.TableStructure
 
registerExportables(Database) - Method in interface org.hibernate.id.IdentifierGenerator
Register database objects used by this identifier generator, for example, a sequence or tables.
registerExportables(Database) - Method in class org.hibernate.mapping.Component.ValueGenerationPlan
 
registerForeignKey(ModelPart, ForeignKeyDescriptor) - Method in class org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess
 
registerForeignKeyPostInitCallbacks(String, MappingModelCreationProcess.PostInitCallback) - Method in class org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess
 
registerFromUsage(SqmFrom<?, ?>, boolean) - Method in class org.hibernate.loader.ast.internal.LoaderSqlAstCreationState
 
registerFromUsage(SqmFrom<?, ?>, boolean) - Method in class org.hibernate.query.sqm.sql.internal.SqlAstQueryPartProcessingStateImpl
 
registerFromUsage(SqmFrom<?, ?>, boolean) - Method in interface org.hibernate.sql.ast.spi.SqlAstQueryPartProcessingState
Registers that the given SqmFrom was used in an expression and whether to downgrade EntityNameUse.TREAT of it.
registerFunctionContributor(FunctionContributor) - Method in class org.hibernate.cfg.Configuration
Add a FunctionContributor to this configuration.
registerGenericComponent(Component) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
registerGenericComponent(Component) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
registerIndexTableGroup(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.CollectionTableGroup
 
registerIndexTableGroup(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.CorrelatedPluralTableGroup
 
registerIndexTableGroup(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
 
registerIndexTableGroup(TableGroupJoin, boolean) - Method in class org.hibernate.sql.ast.tree.from.CollectionTableGroup
 
registerInitializationCallback(String, MappingModelCreationProcess.PostInitCallback) - Method in class org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess
 
registerInitializer(EntityUniqueKey, Initializer) - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesSourceProcessingStateStandardImpl
 
registerInitializer(EntityUniqueKey, Initializer) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingState
 
registerInsertedKey(EntityPersister, Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
registerInsertedKey(EntityPersister, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Register keys inserted during the current transaction
registerJdbcRow(Object[]) - Method in class org.hibernate.sql.results.caching.internal.QueryCachePutManagerDisabledImpl
 
registerJdbcRow(Object[]) - Method in class org.hibernate.sql.results.caching.internal.QueryCachePutManagerEnabledImpl
 
registerJdbcRow(Object[]) - Method in interface org.hibernate.sql.results.caching.QueryCachePutManager
 
registerKeyword(String) - Method in class org.hibernate.dialect.Dialect
Register a keyword.
registerKeyword(String) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
registerKeywords(DialectResolutionInfo) - Method in class org.hibernate.dialect.Dialect
Register the reserved words reported by the JDBC driver as keywords.
registerKeywords(DialectResolutionInfo) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
registerLastQuery(Statement) - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
registerLastQuery(Statement) - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Register a query statement as being able to be cancelled.
registerLifecycleListener(ExtendedBeanManager.LifecycleListener) - Method in interface org.hibernate.resource.beans.container.spi.ExtendedBeanManager
Register a BeanManager LifecycleListener
registerListener(LogListener) - Method in class org.hibernate.testing.logger.LoggerInspectionRule
 
registerListener(LogListener) - Method in class org.hibernate.testing.orm.logger.LoggerInspectionExtension
 
registerListener(LogListener, BasicLogger) - Static method in class org.hibernate.testing.logger.LogInspectionHelper
 
registerLoadingCollection(CollectionKey, LoadingCollectionEntry) - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesSourceProcessingStateStandardImpl
 
registerLoadingCollection(CollectionKey, LoadingCollectionEntry) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingState
Registers a LoadingCollectionEntry locally to this context
registerLoadingEntity(RowProcessingState, Object) - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
registerLoadingEntityHolder(EntityHolder) - Method in interface org.hibernate.sql.exec.spi.ExecutionContext
 
registerLoadingEntityHolder(EntityHolder) - Method in class org.hibernate.sql.results.graph.embeddable.internal.NestedRowProcessingState
 
registerLoadingEntityHolder(EntityHolder) - Method in class org.hibernate.sql.results.internal.RowProcessingStateStandardImpl
 
registerLoadingEntityHolder(EntityHolder) - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesSourceProcessingStateStandardImpl
 
registerLoadingEntityHolder(EntityHolder) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingState
 
registerLoadingEntityInstanceFromExecutionContext(RowProcessingState, Object) - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
registerLoadingEntityInstanceFromExecutionContext(RowProcessingState, Object) - Method in class org.hibernate.sql.results.graph.entity.internal.EntityJoinedFetchInitializer
 
registerLoadingEntityInstanceFromExecutionContext(RowProcessingState, Object) - Method in class org.hibernate.sql.results.graph.entity.internal.EntityResultInitializer
 
registerLockMode(String, LockMode) - Method in class org.hibernate.loader.ast.internal.LoaderSqlAstCreationState
 
registerLockMode(String, LockMode) - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
registerLockMode(String, LockMode) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
registerLockMode(String, LockMode) - Method in class org.hibernate.query.sqm.sql.FakeSqmToSqlAstConverter
 
registerLockMode(String, LockMode) - Method in interface org.hibernate.sql.ast.spi.SqlAstCreationState
 
registerMappedSuperclassType(MappedSuperclass, MappedSuperclassDomainType<?>) - Method in class org.hibernate.metamodel.internal.MetadataContext
 
registerNamed(String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
Register a named descriptor by name.
registerNamed(String, BasicType) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
Register a named descriptor by name and invariant return type.
registerNativeQueryMemento(String, NamedNativeQueryMemento) - Method in class org.hibernate.query.internal.NamedObjectRepositoryImpl
 
registerNativeQueryMemento(String, NamedNativeQueryMemento) - Method in interface org.hibernate.query.named.NamedObjectRepository
 
registerNaturalIdResolution(PersistenceContext, Object) - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
registerNaturalIdUniqueKeyBinder(String, NaturalIdUniqueKeyBinder) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
registerNaturalIdUniqueKeyBinder(String, NaturalIdUniqueKeyBinder) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
registerNoArgs(String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
Specialized registration method for registering a named descriptor for functions expecting zero arguments.
registerNoArgs(String, String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
 
registerNoArgs(String, String, BasicType) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
 
registerNoArgs(String, BasicType) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
 
registerNonExists(EntityFetch) - Method in class org.hibernate.sql.results.graph.embeddable.internal.NestedRowProcessingState
 
registerNonExists(EntityFetch) - Method in class org.hibernate.sql.results.internal.RowProcessingStateStandardImpl
 
registerNonExists(EntityFetch) - Method in interface org.hibernate.sql.results.jdbc.spi.RowProcessingState
 
registerNullaryUnaryPattern(String, BasicType, String, String, FunctionParameterType, TypeConfiguration) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
Register a nullary/unary function.
registerNullifiableEntityKey(EntityKey) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
registerNullifiableEntityKey(EntityKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
Registers an EntityKey as nullifiable on this PersistenceContext.
registerOnCloseAction(DelayedDropAction) - Method in interface org.hibernate.tool.schema.spi.DelayedDropRegistry
Register the built DelayedDropAction
registerOnCloseAction(DelayedDropAction) - Method in class org.hibernate.tool.schema.spi.DelayedDropRegistryNotAvailableImpl
 
registerOutParameter(CallableStatement, int) - Method in class org.hibernate.dialect.StructJdbcType
 
registerOutParameter(CallableStatement, int) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
Register the OUT parameter on the CallableStatement with the given index for this JdbcType.
registerOutParameter(CallableStatement, String) - Method in class org.hibernate.dialect.StructJdbcType
 
registerOutParameter(CallableStatement, String) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
Register the OUT parameter on the CallableStatement with the given name for this JdbcType.
registerParameter(int, Class<T>, ParameterMode) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
registerParameter(int, Class<T>, ParameterMode) - Method in interface org.hibernate.procedure.ProcedureCall
Basic form for registering a positional parameter.
registerParameter(int, BasicTypeReference<T>, ParameterMode) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
registerParameter(int, BasicTypeReference<T>, ParameterMode) - Method in interface org.hibernate.procedure.ProcedureCall
Basic form for registering a positional parameter.
registerParameter(String, Class<T>, ParameterMode) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
registerParameter(String, Class<T>, ParameterMode) - Method in interface org.hibernate.procedure.ProcedureCall
Basic form for registering a named parameter.
registerParameter(String, BasicTypeReference<T>, ParameterMode) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
registerParameter(String, BasicTypeReference<T>, ParameterMode) - Method in interface org.hibernate.procedure.ProcedureCall
Basic form for registering a named parameter.
registerParameter(CallableStatement, SharedSessionContractImplementor) - Method in class org.hibernate.sql.exec.internal.JdbcCallParameterRegistrationImpl
 
registerParameter(CallableStatement, SharedSessionContractImplementor) - Method in interface org.hibernate.sql.exec.spi.JdbcCallParameterRegistration
 
registerParameter(ProcedureParameterImplementor) - Method in class org.hibernate.procedure.internal.ProcedureParameterMetadataImpl
 
registerParameters(String, JdbcOperationQueryCall, CallableStatement, ProcedureParameterMetadataImplementor, SharedSessionContractImplementor) - Method in class org.hibernate.procedure.internal.AbstractStandardCallableStatementSupport
 
registerParameters(String, JdbcOperationQueryCall, CallableStatement, ProcedureParameterMetadataImplementor, SharedSessionContractImplementor) - Method in interface org.hibernate.procedure.spi.CallableStatementSupport
 
registerParametersForEachJdbcValue(Object, int, Bindable, JdbcParametersList, SharedSessionContractImplementor) - Method in interface org.hibernate.sql.exec.spi.JdbcParameterBindings
 
registerParametersForEachJdbcValue(Object, Bindable, JdbcParametersList, SharedSessionContractImplementor) - Method in interface org.hibernate.sql.exec.spi.JdbcParameterBindings
 
registerPattern(String, String) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
Register a pattern-based descriptor by name.
registerPattern(String, String, BasicType) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
Register a pattern-based descriptor by name and invariant return type.
registerPossibleUniqueKeyEntries(Object, SharedSessionContractImplementor) - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
registerProcess(AfterTransactionCompletionProcess) - Method in class org.hibernate.engine.spi.ActionQueue
 
registerProcess(BeforeTransactionCompletionProcess) - Method in class org.hibernate.engine.spi.ActionQueue
 
registerProjection(String, AuditProjection) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditAssociationQuery
 
registerProjection(String, AuditProjection) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
registerQueryTransformer(QueryTransformer) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
registerQueryTransformer(QueryTransformer) - Method in class org.hibernate.query.sqm.sql.FakeSqmToSqlAstConverter
 
registerQueryTransformer(QueryTransformer) - Method in interface org.hibernate.query.sqm.sql.SqmToSqlAstConverter
 
registerRefCursorParameter(CallableStatement, int) - Method in class org.hibernate.engine.jdbc.cursor.internal.FallbackRefCursorSupport
 
registerRefCursorParameter(CallableStatement, int) - Method in class org.hibernate.engine.jdbc.cursor.internal.StandardRefCursorSupport
 
registerRefCursorParameter(CallableStatement, int) - Method in interface org.hibernate.engine.jdbc.cursor.spi.RefCursorSupport
Register a parameter capable of returning a ResultSet *by position*.
registerRefCursorParameter(CallableStatement, String) - Method in class org.hibernate.engine.jdbc.cursor.internal.FallbackRefCursorSupport
 
registerRefCursorParameter(CallableStatement, String) - Method in class org.hibernate.engine.jdbc.cursor.internal.StandardRefCursorSupport
 
registerRefCursorParameter(CallableStatement, String) - Method in interface org.hibernate.engine.jdbc.cursor.spi.RefCursorSupport
Register a parameter capable of returning a ResultSet *by name*.
registerReloadedEntity(RowProcessingState) - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
registerReloadedEntity(RowProcessingState, EntityHolder) - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
registerReloadedEntityHolder(EntityHolder) - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesSourceProcessingStateStandardImpl
 
registerReloadedEntityHolder(EntityHolder) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingState
 
registerResolutionListener() - Method in class org.hibernate.sql.results.graph.entity.internal.AbstractBatchEntitySelectFetchInitializer
 
registerResolutionListener() - Method in class org.hibernate.sql.results.graph.entity.internal.BatchEntityInsideEmbeddableSelectFetchInitializer
 
registerResolutionListener() - Method in class org.hibernate.sql.results.graph.entity.internal.BatchEntitySelectFetchInitializer
 
registerResolutionListener() - Method in class org.hibernate.sql.results.graph.entity.internal.BatchInitializeEntitySelectFetchInitializer
 
registerResolutionListener(Consumer<Object>) - Method in class org.hibernate.sql.results.graph.AbstractFetchParentAccess
 
registerResolutionListener(Consumer<Object>) - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
registerResolutionListener(Consumer<Object>) - Method in class org.hibernate.sql.results.graph.entity.internal.AbstractBatchEntitySelectFetchInitializer
 
registerResolutionListener(Consumer<Object>) - Method in class org.hibernate.sql.results.graph.entity.internal.EntityDelayedFetchInitializer
 
registerResolutionListener(Consumer<Object>) - Method in class org.hibernate.sql.results.graph.entity.internal.EntitySelectFetchInitializer
 
registerResolutionListener(Consumer<Object>) - Method in interface org.hibernate.sql.results.graph.FetchParentAccess
Register a listener to be notified when the parent is "resolved"
registerResultSetMappingMemento(String, NamedResultSetMappingMemento) - Method in class org.hibernate.query.internal.NamedObjectRepositoryImpl
 
registerResultSetMappingMemento(String, NamedResultSetMappingMemento) - Method in interface org.hibernate.query.named.NamedObjectRepository
 
registerResultSetOutParameter(CallableStatement, int) - Method in class org.hibernate.dialect.AbstractHANADialect
 
registerResultSetOutParameter(CallableStatement, int) - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
registerResultSetOutParameter(CallableStatement, int) - Method in class org.hibernate.dialect.DB2Dialect
 
registerResultSetOutParameter(CallableStatement, int) - Method in class org.hibernate.dialect.Dialect
Registers a parameter capable of returning a ResultSet by position, either an OUT parameter, or a REF_CURSOR parameter as defined in Java 8.
registerResultSetOutParameter(CallableStatement, int) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
registerResultSetOutParameter(CallableStatement, int) - Method in class org.hibernate.dialect.H2Dialect
 
registerResultSetOutParameter(CallableStatement, int) - Method in class org.hibernate.dialect.MySQLDialect
 
registerResultSetOutParameter(CallableStatement, int) - Method in class org.hibernate.dialect.OracleDialect
 
registerResultSetOutParameter(CallableStatement, int) - Method in class org.hibernate.dialect.PostgresPlusDialect
 
registerResultSetOutParameter(CallableStatement, int) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
registerResultSetOutParameter(CallableStatement, String) - Method in class org.hibernate.dialect.AbstractHANADialect
 
registerResultSetOutParameter(CallableStatement, String) - Method in class org.hibernate.dialect.Dialect
Registers a parameter capable of returning a ResultSet by name, either an OUT parameter, or a REF_CURSOR parameter as defined in Java 8.
registerResultSetOutParameter(CallableStatement, String) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
registerResultSetOutParameter(CallableStatement, String) - Method in class org.hibernate.dialect.OracleDialect
 
registerReusablePath(SqmPath<?>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
 
registerReusablePath(SqmPath<?>) - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
Register a reusable path relative to this path
registerSequence(Identifier, Sequence) - Method in class org.hibernate.boot.model.relational.Namespace
 
registerService(ServiceBinding<R>, R) - Method in class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
registerSqmQueryMemento(String, NamedSqmQueryMemento) - Method in class org.hibernate.query.internal.NamedObjectRepositoryImpl
 
registerSqmQueryMemento(String, NamedSqmQueryMemento) - Method in interface org.hibernate.query.named.NamedObjectRepository
 
registerStoredProcedureParameter(int, Class, ParameterMode) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
registerStoredProcedureParameter(int, Class, ParameterMode) - Method in interface org.hibernate.procedure.ProcedureCall
 
registerStoredProcedureParameter(int, Class, ParameterMode) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
registerStoredProcedureParameter(int, BasicTypeReference<?>, ParameterMode) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
registerStoredProcedureParameter(int, BasicTypeReference<?>, ParameterMode) - Method in interface org.hibernate.procedure.ProcedureCall
Like ProcedureCall.registerStoredProcedureParameter(int, Class, ParameterMode) but a basic type reference is given instead of a class for the parameter type.
registerStoredProcedureParameter(int, BasicTypeReference<?>, ParameterMode) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
registerStoredProcedureParameter(String, Class, ParameterMode) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
registerStoredProcedureParameter(String, Class, ParameterMode) - Method in interface org.hibernate.procedure.ProcedureCall
 
registerStoredProcedureParameter(String, Class, ParameterMode) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
registerStoredProcedureParameter(String, BasicTypeReference<?>, ParameterMode) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
registerStoredProcedureParameter(String, BasicTypeReference<?>, ParameterMode) - Method in interface org.hibernate.procedure.ProcedureCall
Like ProcedureCall.registerStoredProcedureParameter(String, Class, ParameterMode) but a basic type reference is given instead of a class for the parameter type.
registerStoredProcedureParameter(String, BasicTypeReference<?>, ParameterMode) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
registerStrategies(BiConsumer<GenerationType, GenerationTypeStrategy>, ServiceRegistry) - Method in interface org.hibernate.id.factory.spi.GenerationTypeStrategyRegistration
 
registerStrategyImplementor(Class<T>, String, Class<? extends T>) - Method in class org.hibernate.boot.registry.selector.internal.StrategySelectorImpl
 
registerStrategyImplementor(Class<T>, String, Class<? extends T>) - Method in interface org.hibernate.boot.registry.selector.spi.StrategySelector
Registers a named implementor of a particular strategy contract.
registerStrategyLazily(Class<T>, LazyServiceResolver<T>) - Method in class org.hibernate.boot.registry.selector.internal.StrategySelectorImpl
 
registerSynchronization(Synchronization) - Method in class org.hibernate.engine.transaction.internal.TransactionImpl
 
registerSynchronization(Synchronization) - Method in class org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
 
registerSynchronization(Synchronization) - Method in interface org.hibernate.engine.transaction.jta.platform.internal.JtaSynchronizationStrategy
Register a synchronization
registerSynchronization(Synchronization) - Method in class org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform
 
registerSynchronization(Synchronization) - Method in class org.hibernate.engine.transaction.jta.platform.internal.SynchronizationRegistryBasedSynchronizationStrategy
 
registerSynchronization(Synchronization) - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter.TransactionAdapter
 
registerSynchronization(Synchronization) - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereLibertyJtaPlatform
 
registerSynchronization(Synchronization) - Method in interface org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform
Register a JTA Synchronization in the means defined by the platform.
registerSynchronization(Synchronization) - Method in class org.hibernate.resource.transaction.internal.SynchronizationRegistryStandardImpl
 
registerSynchronization(Synchronization) - Method in interface org.hibernate.resource.transaction.spi.SynchronizationRegistry
Register a Synchronization callback for this transaction.
registerSynchronization(Synchronization) - Method in interface org.hibernate.Transaction
Register a user synchronization callback for this transaction.
registerTable(Identifier, Table) - Method in class org.hibernate.boot.model.relational.Namespace
 
registerTableGroup(NavigablePath, TableGroup) - Method in class org.hibernate.query.results.FromClauseAccessImpl
 
registerTableGroup(NavigablePath, TableGroup) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
registerTableGroup(NavigablePath, TableGroup) - Method in interface org.hibernate.sql.ast.spi.FromClauseAccess
Register a TableGroup under the given `navigablePath`.
registerTableGroup(NavigablePath, TableGroup) - Method in class org.hibernate.sql.ast.spi.SimpleFromClauseAccessImpl
 
registerTernaryQuaternaryPattern(String, BasicType<?>, String, String, FunctionParameterType, FunctionParameterType, FunctionParameterType, FunctionParameterType, TypeConfiguration) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
Register a ternary/quaternary function.
registerToBatchFetchQueue(RowProcessingState) - Method in class org.hibernate.sql.results.graph.entity.internal.AbstractBatchEntitySelectFetchInitializer
 
registerTreatedFrom(SqmFrom<?, ?>) - Method in class org.hibernate.loader.ast.internal.LoaderSqlAstCreationState
 
registerTreatedFrom(SqmFrom<?, ?>) - Method in class org.hibernate.query.sqm.sql.internal.SqlAstQueryPartProcessingStateImpl
 
registerTreatedFrom(SqmFrom<?, ?>) - Method in interface org.hibernate.sql.ast.spi.SqlAstQueryPartProcessingState
Registers that the given SqmFrom is treated.
registerTypeContributor(TypeContributor) - Method in class org.hibernate.cfg.Configuration
Add a TypeContributor to this configuration.
registerTypeOverride(BasicType<?>) - Method in class org.hibernate.cfg.Configuration
Register a type into the type registry, potentially replacing a previously registered type.
registerTypeOverride(UserType<?>, String[]) - Method in class org.hibernate.cfg.Configuration
Register a type into the type registry, potentially replacing a previously registered type.
registerTypeUsage(EntityDiscriminatorSqmPath) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
registerTypeUsage(TableGroup) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
registerUnaryBinaryPattern(String, String, String, FunctionParameterType, FunctionParameterType, TypeConfiguration) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
Register a unary/binary function.
registerUnaryBinaryPattern(String, BasicType<?>, String, String, FunctionParameterType, FunctionParameterType, TypeConfiguration) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
Register a unary/binary function.
registerUnderJavaType() - Method in class org.hibernate.type.AbstractStandardBasicType
 
registerUnderJavaType() - Method in class org.hibernate.type.BasicArrayType
 
registerUnderJavaType() - Method in class org.hibernate.type.BasicCollectionType
 
registerUnderJavaType() - Method in class org.hibernate.type.ConvertedBasicArrayType
 
registerUnderJavaType() - Method in class org.hibernate.type.JavaObjectType
 
registerUnderJavaType() - Method in class org.hibernate.type.NullType
 
registerUnderJavaType() - Method in class org.hibernate.type.SerializableToBlobType
 
registerUserType(Class<?>, Class<? extends UserType<?>>) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
registerUserType(Class<?>, Class<? extends UserType<?>>) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
registerValueGeneratedInSqlNoWrite() - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard.UpdateValuesAnalysisImpl
 
registerValueMappingResolver(Function<MetadataBuildingContext, Boolean>) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
registerValueMappingResolver(Function<MetadataBuildingContext, Boolean>) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
registerVisitedAssociationKey(AssociationKey) - Method in class org.hibernate.loader.ast.internal.LoaderSqlAstCreationState
 
registerVisitedAssociationKey(AssociationKey) - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
registerVisitedAssociationKey(AssociationKey) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
registerVisitedAssociationKey(AssociationKey) - Method in interface org.hibernate.sql.results.graph.DomainResultCreationState
Registers a circularity detection key
REGISTRATION_KEYS - Static variable in class org.hibernate.type.MetaType
Deprecated.
 
registrationCode() - Method in annotation type org.hibernate.annotations.JdbcTypeRegistration
The type-code under which to register this descriptor.
RegistryHelper - Class in org.hibernate.type.descriptor.java.spi
 
regrLinearRegressionAggregates() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
relate - org.hibernate.spatial.SpatialFunction
Deprecated.
The relate function, cfr.
RelatedAuditEqualityExpression - Class in org.hibernate.envers.query.criteria.internal
 
RelatedAuditEqualityExpression(String, PropertyNameGetter, Object, boolean) - Constructor for class org.hibernate.envers.query.criteria.internal.RelatedAuditEqualityExpression
 
RelatedAuditInExpression - Class in org.hibernate.envers.query.criteria.internal
 
RelatedAuditInExpression(String, PropertyNameGetter, Object[]) - Constructor for class org.hibernate.envers.query.criteria.internal.RelatedAuditInExpression
 
relatedId(String) - Static method in class org.hibernate.envers.query.AuditEntity
Create restrictions on an id of a related entity.
relatedId(String, String) - Static method in class org.hibernate.envers.query.AuditEntity
Create restrictions on an id of a related entity.
RelationalObjectBinder - Class in org.hibernate.boot.model.source.internal.hbm
Centralized binding of columns and formulas.
RelationalObjectBinder(MetadataBuildingContext) - Constructor for class org.hibernate.boot.model.source.internal.hbm.RelationalObjectBinder
 
RelationalObjectBinder.ColumnNamingDelegate - Interface in org.hibernate.boot.model.source.internal.hbm
 
RelationalValueSource - Interface in org.hibernate.boot.model.source.spi
Unifying interface for ColumnSource and DerivedValueSource.
RelationalValueSource.Nature - Enum in org.hibernate.boot.model.source.spi
 
RelationalValueSourceContainer - Interface in org.hibernate.boot.model.source.spi
Contract for a container of RelationalValueSource references.
RelationalValueSourceHelper - Class in org.hibernate.boot.model.source.internal.hbm
 
RelationalValueSourceHelper() - Constructor for class org.hibernate.boot.model.source.internal.hbm.RelationalValueSourceHelper
 
RelationalValueSourceHelper.AbstractColumnsAndFormulasSource - Class in org.hibernate.boot.model.source.internal.hbm
 
RelationalValueSourceHelper.ColumnsAndFormulasSource - Interface in org.hibernate.boot.model.source.internal.hbm
Internal unifying contract used in creating Column and Formula instances.
relationDescription - Variable in class org.hibernate.envers.query.internal.impl.AbstractAuditAssociationQuery
 
RelationDescription - Class in org.hibernate.envers.internal.entities
 
RelationQueryGenerator - Interface in org.hibernate.envers.internal.entities.mapper.relation.query
Implementations of this interface provide a method to generate queries on a relation table (a table used for mapping relations).
RelationTargetAuditMode - Enum in org.hibernate.envers
 
RelationTargetNotFoundAction - Enum in org.hibernate.envers
Defines the actions on how to handle EntityNotFoundException cases when a relation between two entities (audited or not) cannot be found in the data store.
RelationType - Enum in org.hibernate.envers.internal.entities
Type of a relation between two entities.
RelativePathCollector() - Constructor for class org.hibernate.spi.NavigablePath.RelativePathCollector
 
relativize(SelectablePath) - Method in class org.hibernate.metamodel.mapping.SelectablePath
 
relativize(NavigablePath) - Method in class org.hibernate.spi.NavigablePath
Ignores aliases in the resulting String
relativize(NavigablePath, NavigablePath.RelativePathCollector) - Method in class org.hibernate.spi.NavigablePath
 
release() - Method in class org.hibernate.boot.internal.BootstrapContextImpl
 
release() - Method in class org.hibernate.boot.internal.ClassLoaderAccessImpl
 
release() - Method in class org.hibernate.boot.internal.ClassmateContext
 
release() - Method in interface org.hibernate.boot.spi.BootstrapContext
Releases the "bootstrap only" resources held by this BootstrapContext.
release() - Method in class org.hibernate.cache.jcache.internal.JCacheAccessImpl
 
release() - Method in interface org.hibernate.cache.spi.support.StorageAccess
Release any resources.
release() - Method in class org.hibernate.engine.jdbc.batch.internal.BatchImpl
 
release() - Method in interface org.hibernate.engine.jdbc.batch.spi.Batch
Used to indicate that the batch instance is no longer needed and that, therefore, it can release its resources.
release() - Method in interface org.hibernate.engine.jdbc.BinaryStream
Release any underlying resources.
release() - Method in interface org.hibernate.engine.jdbc.CharacterStream
Release any underlying resources.
release() - Method in class org.hibernate.engine.jdbc.internal.BinaryStreamImpl
 
release() - Method in class org.hibernate.engine.jdbc.internal.CharacterStreamImpl
 
release() - Method in interface org.hibernate.engine.jdbc.mutation.group.PreparedStatementGroup
Release resources held by this group.
release() - Method in class org.hibernate.engine.jdbc.mutation.internal.MutationExecutorPostInsert
 
release() - Method in class org.hibernate.engine.jdbc.mutation.internal.MutationExecutorPostInsertSingleTable
 
release() - Method in class org.hibernate.engine.jdbc.mutation.internal.MutationExecutorSingleBatched
 
release() - Method in class org.hibernate.engine.jdbc.mutation.internal.MutationExecutorSingleNonBatched
 
release() - Method in class org.hibernate.engine.jdbc.mutation.internal.MutationExecutorSingleSelfExecuting
 
release() - Method in class org.hibernate.engine.jdbc.mutation.internal.MutationExecutorStandard
 
release() - Method in class org.hibernate.engine.jdbc.mutation.internal.PreparedStatementGroupNone
 
release() - Method in class org.hibernate.engine.jdbc.mutation.internal.PreparedStatementGroupSingleTable
 
release() - Method in class org.hibernate.engine.jdbc.mutation.internal.PreparedStatementGroupStandard
 
release() - Method in interface org.hibernate.engine.jdbc.mutation.MutationExecutor
 
release() - Method in interface org.hibernate.jpa.event.spi.CallbackRegistry
Signals that the CallbackRegistry will no longer be used.
release() - Method in class org.hibernate.procedure.internal.ProcedureOutputsImpl
 
release() - Method in interface org.hibernate.resource.beans.container.spi.ContainedBeanImplementor
Release any resources
release() - Method in class org.hibernate.resource.transaction.backend.jdbc.internal.DdlTransactionIsolatorNonJtaImpl
 
release() - Method in class org.hibernate.resource.transaction.backend.jta.internal.DdlTransactionIsolatorJtaImpl
 
release() - Method in interface org.hibernate.resource.transaction.spi.DdlTransactionIsolator
 
release() - Method in class org.hibernate.result.internal.OutputsImpl
 
release() - Method in interface org.hibernate.result.Outputs
Eagerly release any resources held by this Outputs.
release() - Method in class org.hibernate.sql.results.jdbc.internal.DeferredResultSetAccess
 
release() - Method in class org.hibernate.sql.results.jdbc.internal.DirectResultSetAccess
 
release() - Method in interface org.hibernate.sql.results.jdbc.internal.ResultSetAccess
 
release() - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
 
release() - Method in class org.hibernate.testing.boot.BootstrapContextImpl
 
release() - Method in class org.hibernate.testing.cache.MapStorageAccessImpl
 
release() - Method in class org.hibernate.testing.orm.JournalingGenerationTarget
 
release() - Method in class org.hibernate.tool.schema.internal.exec.AbstractScriptTargetOutput
 
release() - Method in interface org.hibernate.tool.schema.internal.exec.GenerationTarget
Release this target, giving it a change to release its resources.
release() - Method in class org.hibernate.tool.schema.internal.exec.GenerationTargetToDatabase
 
release() - Method in class org.hibernate.tool.schema.internal.exec.GenerationTargetToScript
 
release() - Method in class org.hibernate.tool.schema.internal.exec.GenerationTargetToStdout
 
release() - Method in class org.hibernate.tool.schema.internal.exec.ScriptTargetOutputToFile
 
release() - Method in class org.hibernate.tool.schema.internal.exec.ScriptTargetOutputToStdout
 
release() - Method in class org.hibernate.tool.schema.internal.exec.ScriptTargetOutputToUrl
 
release() - Method in interface org.hibernate.tool.schema.spi.ScriptTargetOutput
Release this output
release(Blob) - Method in class org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl
 
release(Blob) - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
 
release(Clob) - Method in class org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl
 
release(Clob) - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
 
release(NClob) - Method in class org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl
 
release(NClob) - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
 
release(ResultSet, Statement) - Method in class org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl
 
release(ResultSet, Statement) - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
Release a previously registered result set.
release(Statement) - Method in class org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl
 
release(Statement) - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
Release a previously registered statement.
release(SessionFactoryImplementor, JdbcConnectionAccess) - Method in class org.hibernate.query.sqm.mutation.internal.temptable.GlobalTemporaryTableStrategy
 
release(SessionFactoryImplementor, JdbcConnectionAccess) - Method in class org.hibernate.query.sqm.mutation.internal.temptable.LocalTemporaryTableStrategy
 
release(SessionFactoryImplementor, JdbcConnectionAccess) - Method in class org.hibernate.query.sqm.mutation.internal.temptable.PersistentTableStrategy
 
release(SessionFactoryImplementor, JdbcConnectionAccess) - Method in interface org.hibernate.query.sqm.mutation.spi.SqmMultiTableInsertStrategy
Release the strategy.
release(SessionFactoryImplementor, JdbcConnectionAccess) - Method in interface org.hibernate.query.sqm.mutation.spi.SqmMultiTableMutationStrategy
Release the strategy.
releaseAnyConnection(Connection) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
 
releaseAnyConnection(Connection) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
 
releaseAnyConnection(Connection) - Method in interface org.hibernate.engine.jdbc.connections.spi.MultiTenantConnectionProvider
Release a connection obtained from MultiTenantConnectionProvider.getAnyConnection()
releaseConnection(Connection) - Method in class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl.PooledConnections
 
releaseConnection(Connection) - Method in interface org.hibernate.engine.jdbc.connections.spi.JdbcConnectionAccess
Release a previously obtained connection
releaseConnection(Connection) - Method in class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.ConnectionProviderJdbcConnectionAccess
 
releaseConnection(Connection) - Method in class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.MultiTenantConnectionProviderJdbcConnectionAccess
 
releaseConnection(Connection) - Method in class org.hibernate.internal.ContextualJdbcConnectionAccess
 
releaseConnection(Connection) - Method in class org.hibernate.internal.NonContextualJdbcConnectionAccess
 
releaseConnection(Connection) - Method in class org.hibernate.testing.boot.JdbcConnectionAccessImpl
 
releaseConnection(Connection) - Method in class org.hibernate.tool.schema.internal.exec.JdbcConnectionAccessConnectionProviderImpl
 
releaseConnection(Connection) - Method in class org.hibernate.tool.schema.internal.exec.JdbcConnectionAccessProvidedConnectionImpl
 
releaseConnection(T, Connection) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
 
releaseConnection(T, Connection) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
 
releaseConnection(T, Connection) - Method in interface org.hibernate.engine.jdbc.connections.spi.MultiTenantConnectionProvider
Release a connection from Hibernate use.
releaseDataAccess(CollectionDataAccess) - Method in class org.hibernate.cache.spi.support.AbstractDomainDataRegion
 
releaseDataAccess(EntityDataAccess) - Method in class org.hibernate.cache.spi.support.AbstractDomainDataRegion
 
releaseDataAccess(NaturalIdDataAccess) - Method in class org.hibernate.cache.spi.support.AbstractDomainDataRegion
 
releaseEntityManagerFactory() - Method in interface org.hibernate.testing.orm.junit.EntityManagerFactoryScope
 
releaseFromUse() - Method in class org.hibernate.cache.jcache.internal.JCacheRegionFactory
 
releaseFromUse() - Method in class org.hibernate.cache.spi.AbstractRegionFactory
 
releaseFromUse() - Method in class org.hibernate.testing.cache.CachingRegionFactory
 
releaseIsolatedClassLoader(ClassLoader) - Method in interface org.hibernate.testing.junit4.ClassLoadingIsolater.IsolatedClassLoaderProvider
 
releaseIsolatedClassLoader(ClassLoader) - Method in interface org.hibernate.testing.orm.junit.ClassLoadingIsolaterExtension.IsolatedClassLoaderProvider
 
releaseModel() - Method in class org.hibernate.testing.orm.junit.DomainModelExtension.DomainModelScopeImpl
 
releasePooledConnections() - Method in class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl.PooledConnections
 
releasePooledConnections() - Method in class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl
 
releaseReader(Reader) - Method in class org.hibernate.tool.schema.internal.exec.AbstractScriptSourceInput
 
releaseReader(Reader) - Method in class org.hibernate.tool.schema.internal.exec.ScriptSourceInputFromFile
 
releaseReader(Reader) - Method in class org.hibernate.tool.schema.internal.exec.ScriptSourceInputFromReader
 
releaseReader(Reader) - Method in class org.hibernate.tool.schema.internal.exec.ScriptSourceInputFromUrl
 
releaseReader(Reader) - Method in class org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl
 
releaseResources() - Method in class org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl
 
releaseResources() - Method in interface org.hibernate.resource.jdbc.ResourceRegistry
 
releaseResources() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
releaseSessionFactory() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
releaseStatement(PreparedStatement, SharedSessionContractImplementor) - Method in class org.hibernate.id.insert.AbstractReturningDelegate
 
releaseStatement(SharedSessionContractImplementor) - Method in interface org.hibernate.engine.jdbc.mutation.group.PreparedStatementDetails
 
releaseStatement(SharedSessionContractImplementor) - Method in class org.hibernate.engine.jdbc.mutation.internal.PreparedStatementDetailsStandard
 
releaseStatements() - Method in class org.hibernate.engine.jdbc.batch.internal.BatchImpl
 
releaseTransactions() - Method in class org.hibernate.testing.junit4.BaseUnitTestCase
 
RELOAD - Static variable in interface org.hibernate.event.spi.LoadEventListener
 
remove() - Method in class org.hibernate.boot.jaxb.internal.stax.BufferedXMLEventReader
If reading from the buffer after a BufferedXMLEventReader.reset() call an IllegalStateException will be thrown.
remove() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.IteratorProxy
 
remove() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListIteratorProxy
 
remove(int) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
 
remove(int) - Method in class org.hibernate.collection.spi.PersistentBag
 
remove(int) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
remove(int) - Method in class org.hibernate.collection.spi.PersistentList
 
remove(int) - Method in class org.hibernate.engine.spi.ExecutableList
Removes the entry at position index in the list.
remove(int) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.ListProxy
 
remove(Object) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
 
remove(Object) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.SetProxy
 
remove(Object) - Method in class org.hibernate.collection.spi.PersistentBag
 
remove(Object) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
remove(Object) - Method in class org.hibernate.collection.spi.PersistentList
 
remove(Object) - Method in class org.hibernate.collection.spi.PersistentMap
 
remove(Object) - Method in class org.hibernate.collection.spi.PersistentSet
 
remove(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
remove(Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
remove(Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
 
remove(Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.MapProxy
 
remove(Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
remove(Object) - Method in class org.hibernate.event.spi.MergeContext
The remove operation is not supported.
remove(Object) - Method in class org.hibernate.internal.SessionImpl
 
remove(Object) - Method in class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
Removes the key (and its corresponding value) from this map.
remove(Object) - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Removes the key (and its corresponding value) from this map.
remove(Object) - Method in class org.hibernate.internal.util.collections.IdentityMap
 
remove(Object) - Method in class org.hibernate.internal.util.collections.IdentitySet
 
remove(Object) - Method in class org.hibernate.internal.util.collections.LinkedIdentityHashMap
 
remove(Object) - Method in class org.hibernate.proxy.map.MapProxy
 
remove(Object) - Method in interface org.hibernate.Session
Mark a persistence instance associated with this session for removal from the underlying database.
remove(Object, Object) - Method in class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
remove(Object, Object) - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
remove(Object, Object) - Method in class org.hibernate.internal.util.collections.LinkedIdentityHashMap
 
remove(Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
remove(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
Completely remove the persistent state of the collection
remove(String) - Method in class org.hibernate.internal.util.collections.CaseInsensitiveDictionary
 
remove(SharedSessionContractImplementor, Object) - Method in interface org.hibernate.cache.spi.access.CachedDomainDataAccess
Called afterQuery an item has become stale (beforeQuery the transaction completes).
remove(SharedSessionContractImplementor, Object) - Method in class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
 
remove(SharedSessionContractImplementor, Object) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess
 
remove(SharedSessionContractImplementor, Object) - Method in class org.hibernate.cache.spi.support.EntityNonStrictReadWriteAccess
 
remove(SharedSessionContractImplementor, Object) - Method in class org.hibernate.cache.spi.support.NaturalIdNonStrictReadWriteAccess
 
Remove - Annotation Type in org.hibernate
Indicates that the annotated element is planned for removal as part of a deprecation process.
REMOVE - org.hibernate.annotations.CascadeType
Equivalent to CascadeType.REMOVE.
REMOVE_DIRTY_FIELDS_NAME - Static variable in interface org.hibernate.engine.spi.ExtendedSelfDirtinessTracker
 
removeAll(Collection) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
removeAll(Collection<?>) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
 
removeAll(Collection<?>) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.SetProxy
 
removeAll(Collection<?>) - Method in class org.hibernate.collection.spi.PersistentBag
 
removeAll(Collection<?>) - Method in class org.hibernate.collection.spi.PersistentList
 
removeAll(Collection<?>) - Method in class org.hibernate.collection.spi.PersistentSet
 
removeAll(Collection<?>) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
 
removeAll(Collection<?>) - Method in class org.hibernate.internal.util.collections.IdentitySet
 
removeAll(SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.access.CachedDomainDataAccess
Remove all data for this accessed type
removeAll(SharedSessionContractImplementor) - Method in class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
 
removeAll(SharedSessionContractImplementor) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess
 
removeBatchLoadableCollection(CollectionEntry) - Method in class org.hibernate.engine.spi.BatchFetchQueue
After a collection was initialized or evicted, we don't need to batch fetch it anymore, remove it from the queue if necessary
removeBatchLoadableEntityKey(Object, EntityMappingType, SharedSessionContractImplementor) - Static method in class org.hibernate.engine.internal.BatchFetchQueueHelper
 
removeBatchLoadableEntityKey(Object, EntityPersister, SharedSessionContractImplementor) - Static method in class org.hibernate.engine.internal.BatchFetchQueueHelper
Remove the entity key with the specified id and persister from the batch loadable entities BatchFetchQueue.
removeBatchLoadableEntityKey(EntityKey) - Method in class org.hibernate.engine.spi.BatchFetchQueue
After evicting or deleting or loading an entity, we don't need to batch fetch it anymore, remove it from the queue if necessary
removeBatchLoadableEntityKey(EntityKey, SharedSessionContractImplementor) - Static method in class org.hibernate.engine.internal.BatchFetchQueueHelper
Remove the entity key with the specified id and persister from the batch loadable entities BatchFetchQueue.
removeCacheItem(Object) - Method in class org.hibernate.action.internal.EntityDeleteAction
 
removeChildParent(Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
removeChildParent(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Remove child/parent relation from cache
removeCollection(String) - Method in class org.hibernate.stat.internal.StatisticsImpl
 
removeCollection(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a collection removal.
removeCollectionByKey(CollectionKey) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
removeCollectionByKey(CollectionKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
Remove a collection-by-key mapping.
removeCollectionEntry(PersistentCollection<?>) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
removeCollectionEntry(PersistentCollection<?>) - Method in interface org.hibernate.engine.spi.PersistenceContext
removeCollectionHolder(Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
removeCollectionHolder(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Remove the mapping of collection to holder during eviction of the owning entity
removeConnections(int) - Method in class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl.PooledConnections
 
RemoveCoordinator - Interface in org.hibernate.persister.collection.mutation
Removes the collection: For collections with a collection-table, this will execute a DELETE based on the collection-key For one-to-many collections, this executes an UPDATE to unset the collection-key on the association table
RemoveCoordinatorNoOp - Class in org.hibernate.persister.collection.mutation
 
RemoveCoordinatorNoOp(CollectionMutationTarget) - Constructor for class org.hibernate.persister.collection.mutation.RemoveCoordinatorNoOp
 
RemoveCoordinatorStandard - Class in org.hibernate.persister.collection.mutation
Handles complete removal of a collection by its key
RemoveCoordinatorStandard(CollectionMutationTarget, OperationProducer, ServiceRegistry) - Constructor for class org.hibernate.persister.collection.mutation.RemoveCoordinatorStandard
Creates the coordinator.
RemoveCoordinatorTablePerSubclass - Class in org.hibernate.persister.collection.mutation
OneToMany remove coordinator if the element is a UnionSubclassEntityPersister.
RemoveCoordinatorTablePerSubclass(OneToManyPersister, OperationProducer, ServiceRegistry) - Constructor for class org.hibernate.persister.collection.mutation.RemoveCoordinatorTablePerSubclass
Creates the coordinator.
removed - Variable in class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.AbstractCollectionInitializor
 
REMOVED_ENTITY_MARKER - org.hibernate.loader.ast.internal.CacheEntityLoaderHelper.EntityStatus
 
removeDeletedUnloadedEntityKey(EntityKey) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
removeDeletedUnloadedEntityKey(EntityKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
 
removeElementToRedo(CharSequence) - Method in class org.hibernate.jpamodelgen.Context
 
removeEntity(EntityKey) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
removeEntity(EntityKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
Remove an entity.
removeEntityEntry(Object) - Method in class org.hibernate.engine.internal.EntityEntryContext
Remove an entity from the context, returning the EntityEntry which was associated with it
removeEntityHolder(EntityKey) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
removeEntityHolder(EntityKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
 
removeEntry(Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
removeEntry(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Remove an entity entry from the session cache
removeFromCache(Object, SharedSessionContractImplementor) - Method in class org.hibernate.cache.jcache.internal.JCacheAccessImpl
 
removeFromCache(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.cache.spi.support.StorageAccess
Remove an item from the cache by key
removeFromCache(Object, SharedSessionContractImplementor) - Method in class org.hibernate.testing.cache.MapStorageAccessImpl
 
removeLastN(int) - Method in class org.hibernate.engine.spi.ExecutableList
Removes the last n entries from the list.
removeLeftFetchJoins() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
removeLocalResolution(Object, Object, EntityMappingType) - Method in class org.hibernate.engine.internal.NaturalIdResolutionsImpl
 
removeLocalResolution(Object, Object, EntityMappingType) - Method in interface org.hibernate.engine.spi.NaturalIdResolutions
Removes any local cross-reference, returning the previously cached value if one.
removeMdc(String) - Method in class org.hibernate.testing.logger.TestableLoggerProvider
 
removeNotFoundBatchLoadableEntityKeys(Serializable[], List<?>, EntityPersister, SharedSessionContractImplementor) - Static method in class org.hibernate.engine.internal.BatchFetchQueueHelper
Finds the IDs for entities that were not found when the batch was loaded, and removes the corresponding entity keys from the BatchFetchQueue.
removeObserver(TransactionObserver) - Method in class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl
 
removeObserver(TransactionObserver) - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl
 
removeObserver(TransactionObserver) - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
Remove an observer from the coordinator.
removeOrphanBeforeUpdates(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
removeOrphanBeforeUpdates(String, Object) - Method in interface org.hibernate.engine.spi.SessionImplementor
Deprecated.
OperationalContext should cover this overload I believe
removeOrphanBeforeUpdates(String, Object) - Method in interface org.hibernate.event.spi.EventSource
A specialized type of deletion for orphan removal that must occur prior to queued inserts and updates.
removeOrphanBeforeUpdates(String, Object) - Method in class org.hibernate.internal.SessionImpl
 
removeOwner(String) - Method in class org.hibernate.bytecode.enhance.internal.tracker.CompositeOwnerTracker
 
removeProxy(EntityKey) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
removeProxy(EntityKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
Remove a proxy from the session cache.
removeResolution(Object, Object, EntityMappingType) - Method in class org.hibernate.engine.internal.NaturalIdResolutionsImpl
 
removeResolution(Object, Object, EntityMappingType) - Method in interface org.hibernate.engine.spi.NaturalIdResolutions
Removes a natural-id-to-identifier resolution.
removeSessionFactory(String, String, boolean, JndiService) - Method in class org.hibernate.internal.SessionFactoryRegistry
Remove a previously added SessionFactory
removeSharedResolution(Object, Object, EntityMappingType) - Method in class org.hibernate.engine.internal.NaturalIdResolutionsImpl
 
removeSharedResolution(Object, Object, EntityMappingType) - Method in interface org.hibernate.engine.spi.NaturalIdResolutions
 
removeSharedResolution(Object, Object, EntityMappingType, boolean) - Method in class org.hibernate.engine.internal.NaturalIdResolutionsImpl
 
removeSharedResolution(Object, Object, EntityMappingType, boolean) - Method in interface org.hibernate.engine.spi.NaturalIdResolutions
Removes any cross-reference from the L2 cache
removeSharedSessionTransactionObserver(TransactionCoordinator) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
removeSharedSessionTransactionObserver(TransactionCoordinator) - Method in class org.hibernate.internal.SessionImpl
 
removeSubselect(EntityKey) - Method in class org.hibernate.engine.spi.BatchFetchQueue
After evicting or deleting an entity, we don't need to know the query that was used to load it anymore (don't call this after loading the entity, since we might still need to load its collections)
removeVisitedAssociationKey(AssociationKey) - Method in class org.hibernate.loader.ast.internal.LoaderSqlAstCreationState
 
removeVisitedAssociationKey(AssociationKey) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
removeVisitedAssociationKey(AssociationKey) - Method in interface org.hibernate.sql.results.graph.DomainResultCreationState
Removes the registration of a circularity detection key
rename - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmClassRenameType
 
rename - Variable in class org.hibernate.boot.jaxb.mapping.JaxbHqlImport
 
rename() - Method in annotation type org.hibernate.annotations.Imported
Provide an alias for the class, to avoid collisions.
renamedProperty(Object, Object) - Method in interface org.hibernate.internal.CoreMessageLogger
 
render() - Method in class org.hibernate.boot.model.naming.Identifier
 
render() - Method in interface org.hibernate.boot.model.relational.QualifiedName
Returns a string form of the qualified name.
render() - Method in class org.hibernate.boot.model.relational.QualifiedNameParser.NameParts
 
render() - Method in interface org.hibernate.collection.spi.PersistentCollection
Like Object.toString() but without the silliness of rendering the elements
render(StringBuilder, FilterAliasGenerator, Map<String, Filter>) - Method in class org.hibernate.internal.FilterHelper
 
render(StringBuilder, RestrictionRenderingContext) - Method in class org.hibernate.sql.ComparisonRestriction
 
render(StringBuilder, RestrictionRenderingContext) - Method in class org.hibernate.sql.CompleteRestriction
 
render(StringBuilder, RestrictionRenderingContext) - Method in class org.hibernate.sql.NullnessRestriction
 
render(StringBuilder, RestrictionRenderingContext) - Method in interface org.hibernate.sql.Restriction
Render the restriction into the SQL buffer
render(Dialect) - Method in class org.hibernate.boot.model.naming.Identifier
If this is a quoted identifier, then return the identifier name enclosed in dialect-specific open- and end-quotes; otherwise, simply return the unquoted identifier.
render(FilterAliasGenerator, Map<String, Filter>) - Method in class org.hibernate.internal.FilterHelper
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.ArrayAggFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.ArrayConcatElementFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.ArrayConcatFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.ArrayConstructorFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.ArrayContainsOperatorFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.ArrayContainsUnnestFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.ArrayGetUnnestFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.ArrayOverlapsOperatorFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.ArrayOverlapsUnnestFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.ArrayRemoveIndexUnnestFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.ArrayReplaceUnnestFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.ArraySetUnnestFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.ArraySliceUnnestFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.ArrayToStringFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.CockroachArrayFillFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.H2ArrayContainsFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.H2ArrayFillFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.H2ArrayOverlapsFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.H2ArrayPositionFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.H2ArrayPositionsFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.H2ArrayRemoveFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.H2ArrayRemoveIndexFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.H2ArrayReplaceFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.H2ArraySetFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.H2ArrayToStringFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.HSQLArrayConstructorFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.HSQLArrayFillFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.HSQLArrayPositionFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.HSQLArrayPositionsFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.HSQLArrayRemoveFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.HSQLArraySetFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.HSQLArrayToStringFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.OracleArrayAggEmulation
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.OracleArrayConcatElementFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.OracleArrayConcatFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.OracleArrayConstructorFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.OracleArrayContainsFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.OracleArrayFillFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.OracleArrayGetFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.OracleArrayLengthFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.OracleArrayOverlapsFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.OracleArrayPositionFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.OracleArrayPositionsFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.OracleArrayRemoveFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.OracleArrayRemoveIndexFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.OracleArrayReplaceFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.OracleArraySetFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.OracleArraySliceFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.OracleArrayToStringFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.OracleArrayTrimFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.PostgreSQLArrayConcatElementFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.PostgreSQLArrayConcatFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.PostgreSQLArrayConstructorFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.PostgreSQLArrayFillFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.PostgreSQLArrayPositionFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.PostgreSQLArrayPositionsFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.PostgreSQLArrayTrimEmulation
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.AvgFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.CaseLeastGreatestEmulation
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.CastFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.CastingConcatFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.ChrLiteralEmulation
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.ConcatPipeFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.CountFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.CurrentFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.DateTruncEmulation
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.DB2FormatEmulation
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.DB2PositionFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.DB2SubstringFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.DerbyLpadEmulation
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.DerbyRpadEmulation
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.EveryAnyEmulation
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.ExtractFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.FormatFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.HypotheticalSetFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.IntegralTimestampaddFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.InverseDistributionFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.LengthFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.ListaggFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.ListaggGroupConcatEmulation
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.ListaggStringAggEmulation
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.MinMaxCaseEveryAnyEmulation
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.PostgreSQLMinMaxFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.PostgreSQLTruncRoundFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.QuantifiedLeastGreatestEmulation
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.SqlFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.SQLServerEveryAnyEmulation
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.SQLServerFormatEmulation
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.TimestampaddFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.TimestampdiffFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.TransactSQLStrFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.TrimFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.TruncFunction.TruncRenderingSupport
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.metamodel.mapping.ordering.ast.FunctionExpression
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.query.sqm.function.AbstractSqmSelfRenderingFunctionDescriptor
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in interface org.hibernate.query.sqm.function.FunctionRenderer
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in interface org.hibernate.query.sqm.function.FunctionRenderingSupport
Deprecated.
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.query.sqm.function.NamedSqmFunctionDescriptor
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.query.sqm.function.PatternBasedSqmFunctionDescriptor
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.spatial.dialect.oracle.OracleSpatialFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.spatial.dialect.oracle.OracleSpatialSQLMMFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.spatial.dialect.oracle.SDOGetGeometryType
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.spatial.dialect.oracle.SDOMethodDescriptor
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.spatial.dialect.oracle.SDORelateFunction
 
render(SqlAppender, List<? extends SqlAstNode>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.spatial.dialect.oracle.STRelateFunction
 
render(SqlAppender, List<? extends SqlAstNode>, SqlAstTranslator<?>) - Method in interface org.hibernate.query.sqm.function.FunctionRenderer
Deprecated, for removal: This API element is subject to removal in a future version.
render(SqlAppender, List<? extends SqlAstNode>, SqlAstTranslator<?>) - Method in interface org.hibernate.query.sqm.function.FunctionRenderingSupport
Deprecated.
 
render(SqlAppender, List<? extends SqlAstNode>, SqlAstTranslator<?>) - Method in class org.hibernate.query.sqm.produce.function.internal.PatternRenderer
The rendering code.
render(SqlAppender, List<? extends SqlAstNode>, Predicate, Boolean, Boolean, ReturnableType<?>, SqlAstTranslator<?>) - Method in interface org.hibernate.query.sqm.function.FunctionRenderer
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, Boolean, Boolean, ReturnableType<?>, SqlAstTranslator<?>) - Method in interface org.hibernate.query.sqm.function.FunctionRenderingSupport
Deprecated.
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, Boolean, Boolean, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.query.sqm.function.NamedSqmFunctionDescriptor
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, Boolean, Boolean, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.query.sqm.function.PatternBasedSqmFunctionDescriptor
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, Boolean, Boolean, SqlAstTranslator<?>) - Method in interface org.hibernate.query.sqm.function.FunctionRenderingSupport
Deprecated, for removal: This API element is subject to removal in a future version.
render(SqlAppender, List<? extends SqlAstNode>, Predicate, Boolean, Boolean, SqlAstTranslator<?>) - Method in class org.hibernate.query.sqm.produce.function.internal.PatternRenderer
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, List<SortSpecification>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.ArrayAggFunction
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, List<SortSpecification>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.OracleArrayAggEmulation
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, List<SortSpecification>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.HypotheticalSetFunction
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, List<SortSpecification>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.InverseDistributionFunction
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, List<SortSpecification>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.ListaggFunction
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, List<SortSpecification>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.ListaggGroupConcatEmulation
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, List<SortSpecification>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.ListaggStringAggEmulation
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, List<SortSpecification>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.ModeStatsModeEmulation
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, List<SortSpecification>, ReturnableType<?>, SqlAstTranslator<?>) - Method in interface org.hibernate.query.sqm.function.FunctionRenderer
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, List<SortSpecification>, ReturnableType<?>, SqlAstTranslator<?>) - Method in interface org.hibernate.query.sqm.function.FunctionRenderingSupport
Deprecated.
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, List<SortSpecification>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.query.sqm.function.NamedSqmFunctionDescriptor
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, List<SortSpecification>, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.query.sqm.function.PatternBasedSqmFunctionDescriptor
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, List<SortSpecification>, SqlAstTranslator<?>) - Method in interface org.hibernate.query.sqm.function.FunctionRenderingSupport
Deprecated, for removal: This API element is subject to removal in a future version.
render(SqlAppender, List<? extends SqlAstNode>, Predicate, List<SortSpecification>, SqlAstTranslator<?>) - Method in class org.hibernate.query.sqm.produce.function.internal.PatternRenderer
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.ArrayAggFunction
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.array.OracleArrayAggEmulation
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.AvgFunction
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.CountFunction
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.EveryAnyEmulation
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.HypotheticalSetFunction
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.InverseDistributionFunction
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.ListaggFunction
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.ListaggGroupConcatEmulation
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.ListaggStringAggEmulation
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.MinMaxCaseEveryAnyEmulation
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.PostgreSQLMinMaxFunction
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.dialect.function.SQLServerEveryAnyEmulation
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, ReturnableType<?>, SqlAstTranslator<?>) - Method in interface org.hibernate.query.sqm.function.FunctionRenderer
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, ReturnableType<?>, SqlAstTranslator<?>) - Method in interface org.hibernate.query.sqm.function.FunctionRenderingSupport
Deprecated.
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.query.sqm.function.NamedSqmFunctionDescriptor
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, ReturnableType<?>, SqlAstTranslator<?>) - Method in class org.hibernate.query.sqm.function.PatternBasedSqmFunctionDescriptor
 
render(SqlAppender, List<? extends SqlAstNode>, Predicate, SqlAstTranslator<?>) - Method in interface org.hibernate.query.sqm.function.FunctionRenderingSupport
Deprecated, for removal: This API element is subject to removal in a future version.
render(SqlAppender, List<? extends SqlAstNode>, Predicate, SqlAstTranslator<?>) - Method in class org.hibernate.query.sqm.produce.function.internal.PatternRenderer
 
render(SqlAppender, SqlAstTranslator<?>, AggregateSupport.AggregateColumnWriteExpression, String) - Method in interface org.hibernate.dialect.aggregate.AggregateSupport.WriteExpressionRenderer
Renders the qualified custom write expression to the SqlAppender with the value expressions for each selectable as returned by AggregateSupport.AggregateColumnWriteExpression.getValueExpression(SelectableMapping).
render(SqlAppender, SqlAstTranslator<?>, SessionFactoryImplementor) - Method in interface org.hibernate.sql.ast.tree.cte.SelfRenderingCteObject
 
render(SqlAstNode, SqlAstNodeRenderingMode) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
render(SqlAstNode, SqlAstNodeRenderingMode) - Method in interface org.hibernate.sql.ast.SqlAstTranslator
Renders the given SQL AST node with the given rendering mode.
render(TableInsert, Consumer<String>, Consumer<ColumnReference>, H2IdentityColumnSupport.InsertValuesHandler, SessionFactoryImplementor) - Method in class org.hibernate.dialect.identity.H2FinalTableIdentityColumnSupport
Deprecated.
render(TableInsert, Consumer<String>, Consumer<ColumnReference>, H2IdentityColumnSupport.InsertValuesHandler, SessionFactoryImplementor) - Method in class org.hibernate.dialect.identity.H2IdentityColumnSupport
Deprecated.
render(Type, List, SessionFactoryImplementor) - Method in class org.hibernate.spatial.dialect.hana.HANASpatialFunction
 
render(T) - Method in interface org.hibernate.internal.util.StringHelper.Renderer
 
renderAsLiteral(JdbcParameter, Object) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderBackslashEscapedLikePattern(Expression, Expression, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderCaseInsensitiveLikeEmulation(Expression, Expression, Expression, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderCasted(Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderCombinedLimitClause(Expression, Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderCombinedLimitClause(QueryPart) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderCommaSeparated(Iterable<? extends SqlAstNode>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderCommaSeparatedSelectExpression(Iterable<? extends SqlAstNode>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderCommaSeparatedSelectExpression(Iterable<? extends SqlAstNode>, Iterable<String>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderComparison(List<SqlSelection>, X, ComparisonOperator) - Method in interface org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.SubQueryRelationalRestrictionEmulationRenderer
 
renderComparison(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.dialect.DB2iSqlAstTranslator
 
renderComparison(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
renderComparison(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.dialect.DB2zSqlAstTranslator
 
renderComparison(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.dialect.DerbySqlAstTranslator
 
renderComparison(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.dialect.HANASqlAstTranslator
 
renderComparison(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.dialect.HSQLSqlAstTranslator
 
renderComparison(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.dialect.MariaDBSqlAstTranslator
 
renderComparison(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.dialect.MySQLSqlAstTranslator
 
renderComparison(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
renderComparison(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.dialect.PostgreSQLSqlAstTranslator
 
renderComparison(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.dialect.SpannerSqlAstTranslator
 
renderComparison(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.dialect.SQLServerSqlAstTranslator
 
renderComparison(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.dialect.SybaseASESqlAstTranslator
 
renderComparison(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.dialect.SybaseSqlAstTranslator
 
renderComparison(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.dialect.TiDBSqlAstTranslator
 
renderComparison(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderComparisonDistinctOperator(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderComparisonEmulateCase(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderComparisonEmulateDecode(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderComparisonEmulateDecode(Expression, ComparisonOperator, Expression, SqlAstNodeRenderingMode) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderComparisonEmulateIntersect(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderComparisonStandard(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
renderComparisonStandard(Expression, ComparisonOperator, Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderCteColumns(CteStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderCycleClause(CteStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderDerivedTableReference(DerivedTableReference) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderEmptyOrderBy() - Method in class org.hibernate.dialect.SQLServerSqlAstTranslator
 
renderExpressionAsClauseItem(Expression) - Method in class org.hibernate.dialect.CockroachSqlAstTranslator
 
renderExpressionAsClauseItem(Expression) - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
renderExpressionAsClauseItem(Expression) - Method in class org.hibernate.dialect.DerbySqlAstTranslator
 
renderExpressionAsClauseItem(Expression) - Method in class org.hibernate.dialect.H2SqlAstTranslator
 
renderExpressionAsClauseItem(Expression) - Method in class org.hibernate.dialect.HSQLSqlAstTranslator
 
renderExpressionAsClauseItem(Expression) - Method in class org.hibernate.dialect.MariaDBSqlAstTranslator
 
renderExpressionAsClauseItem(Expression) - Method in class org.hibernate.dialect.MySQLSqlAstTranslator
 
renderExpressionAsClauseItem(Expression) - Method in class org.hibernate.dialect.PostgreSQLSqlAstTranslator
 
renderExpressionAsClauseItem(Expression) - Method in class org.hibernate.dialect.TiDBSqlAstTranslator
 
renderExpressionAsClauseItem(Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderExpressionAsLiteral(Expression, JdbcParameterBindings) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderExpressionsAsSubquery(List<? extends Expression>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderFetch(Expression, Expression, FetchClauseType) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderFetchExpression(Expression) - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
renderFetchExpression(Expression) - Method in class org.hibernate.dialect.DerbySqlAstTranslator
 
renderFetchExpression(Expression) - Method in class org.hibernate.dialect.SybaseASESqlAstTranslator
 
renderFetchExpression(Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderFetchPlusOffsetExpression(Expression, Expression, int) - Method in class org.hibernate.dialect.SybaseASESqlAstTranslator
 
renderFetchPlusOffsetExpression(Expression, Expression, int) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderFetchPlusOffsetExpressionAsLiteral(Expression, Expression, int) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderFetchPlusOffsetExpressionAsSingleParameter(Expression, Expression, int) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderFirstClause(Expression, Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderFirstClause(QuerySpec) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderFirstSkipClause(Expression, Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderFirstSkipClause(QuerySpec) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderForUpdateClause(QuerySpec, AbstractSqlAstTranslator.ForUpdateClause) - Method in class org.hibernate.dialect.SpannerSqlAstTranslator
 
renderForUpdateClause(QuerySpec, AbstractSqlAstTranslator.ForUpdateClause) - Method in class org.hibernate.dialect.SQLServerSqlAstTranslator
 
renderForUpdateClause(QuerySpec, AbstractSqlAstTranslator.ForUpdateClause) - Method in class org.hibernate.dialect.SybaseASESqlAstTranslator
 
renderForUpdateClause(QuerySpec, AbstractSqlAstTranslator.ForUpdateClause) - Method in class org.hibernate.dialect.SybaseSqlAstTranslator
 
renderForUpdateClause(QuerySpec, AbstractSqlAstTranslator.ForUpdateClause) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderInsertIntoNoColumns(TableInsertStandard) - Method in class org.hibernate.dialect.HANASqlAstTranslator
 
renderInsertIntoNoColumns(TableInsertStandard) - Method in class org.hibernate.dialect.PostgreSQLSqlAstTranslator
 
renderInsertIntoNoColumns(TableInsertStandard) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
Handle rendering an insert with no columns
renderInsertValues() - Method in interface org.hibernate.dialect.identity.H2IdentityColumnSupport.InsertValuesHandler
 
renderIntoIntoAndTable(TableInsertStandard) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
Renders the insert into <table name> portion of an insert
renderLimitOffsetClause(Expression, Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderLimitOffsetClause(QueryPart) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderLiteral(Literal, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CollectionType
 
renderLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CustomCollectionType
 
renderMaterializationHint(CteMaterialization) - Method in class org.hibernate.dialect.CockroachSqlAstTranslator
 
renderMaterializationHint(CteMaterialization) - Method in class org.hibernate.dialect.PostgreSQLSqlAstTranslator
 
renderMaterializationHint(CteMaterialization) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderMergeDelete(OptionalTableUpdate) - Method in class org.hibernate.dialect.SqlAstTranslatorWithMerge
 
renderMergeInsert(OptionalTableUpdate) - Method in class org.hibernate.dialect.SqlAstTranslatorWithMerge
 
renderMergeInsert(OptionalTableUpdate) - Method in class org.hibernate.dialect.SqlAstTranslatorWithUpsert
 
renderMergeInto(OptionalTableUpdate) - Method in class org.hibernate.dialect.SqlAstTranslatorWithMerge
 
renderMergeInto(OptionalTableUpdate) - Method in class org.hibernate.dialect.SqlAstTranslatorWithUpsert
 
renderMergeOn(OptionalTableUpdate) - Method in class org.hibernate.dialect.SqlAstTranslatorWithMerge
 
renderMergeOn(OptionalTableUpdate) - Method in class org.hibernate.dialect.SqlAstTranslatorWithUpsert
 
renderMergeSource(OptionalTableUpdate) - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
renderMergeSource(OptionalTableUpdate) - Method in class org.hibernate.dialect.SqlAstTranslatorWithUpsert
 
renderMergeSourceAlias() - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
renderMergeSourceAlias() - Method in class org.hibernate.dialect.SqlAstTranslatorWithMerge
 
renderMergeSourceAlias() - Method in class org.hibernate.dialect.SqlAstTranslatorWithUpsert
 
renderMergeStatement(OptionalTableUpdate) - Method in class org.hibernate.dialect.SqlAstTranslatorWithMerge
Renders the OptionalTableUpdate as a MERGE query.
renderMergeStatement(OptionalTableUpdate) - Method in class org.hibernate.dialect.SQLServerSqlAstTranslator
 
renderMergeTargetAlias() - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
renderMergeTargetAlias() - Method in class org.hibernate.dialect.SqlAstTranslatorWithMerge
 
renderMergeTargetAlias() - Method in class org.hibernate.dialect.SqlAstTranslatorWithUpsert
 
renderMergeUpdate(OptionalTableUpdate) - Method in class org.hibernate.dialect.SqlAstTranslatorWithMerge
 
renderMergeUpdate(OptionalTableUpdate) - Method in class org.hibernate.dialect.SqlAstTranslatorWithUpsert
 
renderMergeUsing(OptionalTableUpdate) - Method in class org.hibernate.dialect.SqlAstTranslatorWithMerge
 
renderMergeUsing(OptionalTableUpdate) - Method in class org.hibernate.dialect.SqlAstTranslatorWithUpsert
 
renderMergeUsingQuerySelection(ColumnValueBinding) - Method in class org.hibernate.dialect.SqlAstTranslatorWithMerge
 
renderNamedTableReference(NamedTableReference, LockMode) - Method in class org.hibernate.dialect.SQLServerSqlAstTranslator
 
renderNamedTableReference(NamedTableReference, LockMode) - Method in class org.hibernate.dialect.SybaseASESqlAstTranslator
 
renderNamedTableReference(NamedTableReference, LockMode) - Method in class org.hibernate.dialect.SybaseSqlAstTranslator
 
renderNamedTableReference(NamedTableReference, LockMode) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderOffset(Expression, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderOffsetExpression(Expression) - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
renderOffsetExpression(Expression) - Method in class org.hibernate.dialect.DerbySqlAstTranslator
 
renderOffsetExpression(Expression) - Method in class org.hibernate.dialect.SybaseASESqlAstTranslator
 
renderOffsetExpression(Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderOffsetFetchClause(Expression, Expression, FetchClauseType, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderOffsetFetchClause(QueryPart, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderOffsetRowsKeyword() - Method in class org.hibernate.dialect.pagination.OffsetFetchLimitHandler
 
renderOrderBy(boolean, List<SortSpecification>) - Method in class org.hibernate.dialect.SQLServerSqlAstTranslator
 
renderOrderBy(boolean, List<SortSpecification>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderParameterAsParameter(int, JdbcParameter) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
Renders a parameter marker for the given position
renderParameterAsParameter(JdbcParameter) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderPartitionItem(Expression) - Method in class org.hibernate.dialect.CockroachSqlAstTranslator
 
renderPartitionItem(Expression) - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
renderPartitionItem(Expression) - Method in class org.hibernate.dialect.DerbySqlAstTranslator
 
renderPartitionItem(Expression) - Method in class org.hibernate.dialect.H2SqlAstTranslator
 
renderPartitionItem(Expression) - Method in class org.hibernate.dialect.HANASqlAstTranslator
 
renderPartitionItem(Expression) - Method in class org.hibernate.dialect.HSQLSqlAstTranslator
 
renderPartitionItem(Expression) - Method in class org.hibernate.dialect.MariaDBSqlAstTranslator
 
renderPartitionItem(Expression) - Method in class org.hibernate.dialect.MySQLSqlAstTranslator
 
renderPartitionItem(Expression) - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
renderPartitionItem(Expression) - Method in class org.hibernate.dialect.PostgreSQLSqlAstTranslator
 
renderPartitionItem(Expression) - Method in class org.hibernate.dialect.SpannerSqlAstTranslator
 
renderPartitionItem(Expression) - Method in class org.hibernate.dialect.SQLServerSqlAstTranslator
 
renderPartitionItem(Expression) - Method in class org.hibernate.dialect.SybaseASESqlAstTranslator
 
renderPartitionItem(Expression) - Method in class org.hibernate.dialect.SybaseSqlAstTranslator
 
renderPartitionItem(Expression) - Method in class org.hibernate.dialect.TiDBSqlAstTranslator
 
renderPartitionItem(Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderPrimaryTableReference(TableGroup, LockMode) - Method in class org.hibernate.dialect.DB2zSqlAstTranslator
 
renderPrimaryTableReference(TableGroup, LockMode) - Method in class org.hibernate.dialect.H2SqlAstTranslator
 
renderPrimaryTableReference(TableGroup, LockMode) - Method in class org.hibernate.dialect.SpannerSqlAstTranslator
 
renderPrimaryTableReference(TableGroup, LockMode) - Method in class org.hibernate.dialect.SQLServerSqlAstTranslator
 
renderPrimaryTableReference(TableGroup, LockMode) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderQueryGroup(QueryGroup, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderRecursiveCteVirtualSelections(SelectClause) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderReturningClause(MutationStatement) - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
renderRootTableGroup(TableGroup, List<TableGroupJoin>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderRowNumber(SelectClause, QueryPart) - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
renderRowNumber(SelectClause, QueryPart) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderRowNumberingSelectItems(SelectClause, QueryPart) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderRowsToClause(Expression, Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderRowsToClause(QuerySpec) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderSearchClause(CteStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderSelectExpression(Expression) - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
renderSelectExpression(Expression) - Method in class org.hibernate.dialect.DerbySqlAstTranslator
 
renderSelectExpression(Expression) - Method in class org.hibernate.dialect.HSQLSqlAstTranslator
 
renderSelectExpression(Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderSelectExpressionWithCastedOrInlinedPlainParameters(Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderSelectSimpleComparison(List<SqlSelection>, Expression, ComparisonOperator) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderSelectTupleComparison(List<SqlSelection>, SqlTuple, ComparisonOperator) - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
renderSelectTupleComparison(List<SqlSelection>, SqlTuple, ComparisonOperator) - Method in class org.hibernate.dialect.DerbySqlAstTranslator
 
renderSelectTupleComparison(List<SqlSelection>, SqlTuple, ComparisonOperator) - Method in class org.hibernate.dialect.H2SqlAstTranslator
 
renderSelectTupleComparison(List<SqlSelection>, SqlTuple, ComparisonOperator) - Method in class org.hibernate.dialect.HSQLSqlAstTranslator
 
renderSelectTupleComparison(List<SqlSelection>, SqlTuple, ComparisonOperator) - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
renderSelectTupleComparison(List<SqlSelection>, SqlTuple, ComparisonOperator) - Method in class org.hibernate.dialect.SpannerSqlAstTranslator
 
renderSelectTupleComparison(List<SqlSelection>, SqlTuple, ComparisonOperator) - Method in class org.hibernate.dialect.SQLServerSqlAstTranslator
 
renderSelectTupleComparison(List<SqlSelection>, SqlTuple, ComparisonOperator) - Method in class org.hibernate.dialect.SybaseASESqlAstTranslator
 
renderSelectTupleComparison(List<SqlSelection>, SqlTuple, ComparisonOperator) - Method in class org.hibernate.dialect.SybaseSqlAstTranslator
 
renderSelectTupleComparison(List<SqlSelection>, SqlTuple, ComparisonOperator) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderSetClause(UpdateStatement, Stack<Clause>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderSkipFirstClause(Expression, Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderSkipFirstClause(QuerySpec) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
rendersTableReferenceAlias(Clause) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderStandardCycleClause(CteStatement) - Method in class org.hibernate.dialect.PostgreSQLSqlAstTranslator
 
renderStandardCycleClause(CteStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderStandardSearchClause(CteStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderStringContainsExactlyPredicate(Expression, Expression) - Method in class org.hibernate.dialect.MariaDBSqlAstTranslator
 
renderStringContainsExactlyPredicate(Expression, Expression) - Method in class org.hibernate.dialect.MySQLSqlAstTranslator
 
renderStringContainsExactlyPredicate(Expression, Expression) - Method in class org.hibernate.dialect.SQLServerSqlAstTranslator
 
renderStringContainsExactlyPredicate(Expression, Expression) - Method in class org.hibernate.dialect.TiDBSqlAstTranslator
 
renderStringContainsExactlyPredicate(Expression, Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderTableGroup(TableGroup, Predicate, List<TableGroupJoin>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderTableGroupJoin(TableGroupJoin, List<TableGroupJoin>) - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
renderTableGroupJoin(TableGroupJoin, List<TableGroupJoin>) - Method in class org.hibernate.dialect.SQLServerSqlAstTranslator
 
renderTableGroupJoin(TableGroupJoin, List<TableGroupJoin>) - Method in class org.hibernate.dialect.SybaseASESqlAstTranslator
 
renderTableGroupJoin(TableGroupJoin, List<TableGroupJoin>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderTableReferenceIdentificationVariable(TableReference) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderTableReferenceJoins(TableGroup) - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
renderTableReferenceJoins(TableGroup) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderTopClause(Expression, Expression, FetchClauseType, boolean, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderTopClause(QuerySpec, boolean, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderTopStartAtClause(Expression, Expression, FetchClauseType) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderTopStartAtClause(QuerySpec) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderToSql(SqlAppender, SqlAstTranslator<?>, SessionFactoryImplementor) - Method in class org.hibernate.metamodel.mapping.internal.CaseStatementDiscriminatorMappingImpl.CaseStatementDiscriminatorExpression
 
renderToSql(SqlAppender, SqlAstTranslator<?>, SessionFactoryImplementor) - Method in class org.hibernate.query.sqm.function.SelfRenderingAggregateFunctionSqlAstExpression
 
renderToSql(SqlAppender, SqlAstTranslator<?>, SessionFactoryImplementor) - Method in class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
 
renderToSql(SqlAppender, SqlAstTranslator<?>, SessionFactoryImplementor) - Method in class org.hibernate.query.sqm.function.SelfRenderingOrderedSetAggregateFunctionSqlAstExpression
 
renderToSql(SqlAppender, SqlAstTranslator<?>, SessionFactoryImplementor) - Method in class org.hibernate.query.sqm.function.SelfRenderingWindowFunctionSqlAstExpression
 
renderToSql(SqlAppender, SqlAstTranslator<?>, SessionFactoryImplementor) - Method in class org.hibernate.sql.ast.tree.expression.AliasedExpression
 
renderToSql(SqlAppender, SqlAstTranslator<?>, SessionFactoryImplementor) - Method in class org.hibernate.sql.ast.tree.expression.LiteralAsParameter
 
renderToSql(SqlAppender, SqlAstTranslator<?>, SessionFactoryImplementor) - Method in interface org.hibernate.sql.ast.tree.expression.SelfRenderingExpression
 
renderToSql(SqlAppender, SqlAstTranslator<?>, SessionFactoryImplementor) - Method in class org.hibernate.sql.ast.tree.expression.SelfRenderingSqlFragmentExpression
 
renderTransformerReadFragment(String, String...) - Static method in class org.hibernate.sql.Template
 
renderTupleComparisonStandard(List<SqlSelection>, SqlTuple, ComparisonOperator) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderVirtualSelections(SelectClause) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
renderWhereStringTemplate(String, String, Dialect, TypeConfiguration, SqmFunctionRegistry) - Static method in class org.hibernate.sql.Template
Takes the where condition provided in the mapping attribute and interpolates the alias.
renderWhereStringTemplate(String, Dialect, TypeConfiguration, SqmFunctionRegistry) - Static method in class org.hibernate.sql.Template
 
reorderColumns(List<Column>) - Method in class org.hibernate.mapping.DenormalizedTable
 
reorderColumns(List<Column>) - Method in class org.hibernate.mapping.PrimaryKey
 
reorderColumns(List<Column>) - Method in class org.hibernate.mapping.Table
 
reorderColumns(List<Column>) - Method in class org.hibernate.mapping.UserDefinedType
 
repeat() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
repeat(char, int) - Static method in class org.hibernate.internal.util.StringHelper
 
repeat(Expression<String>, int) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Concatenate the given string expression with itself the given number of times.
repeat(Expression<String>, int) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
repeat(Expression<String>, int) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
repeat(Expression<String>, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Concatenate the given string expression with itself the given number of times.
repeat(Expression<String>, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
repeat(Expression<String>, Expression<Integer>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
repeat(String, int) - Static method in class org.hibernate.internal.util.StringHelper
 
repeat(String, int, String) - Static method in class org.hibernate.internal.util.StringHelper
 
repeat(String, int, String, StringBuilder) - Static method in class org.hibernate.internal.util.StringHelper
 
repeat(String, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Concatenate the given string expression with itself the given number of times.
repeat(String, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
repeat(String, Expression<Integer>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
repeat_replicate() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
repeat_rpad() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
replace() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
replace(Expression<String>, Expression<String>, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Replace all occurrences of pattern within the original string with replacement.
replace(Expression<String>, Expression<String>, Expression<String>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
replace(Expression<String>, Expression<String>, Expression<String>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
replace(Expression<String>, Expression<String>, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
replace(Expression<String>, Expression<String>, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
replace(Expression<String>, Expression<String>, String) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
replace(Expression<String>, String, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
replace(Expression<String>, String, Expression<String>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
replace(Expression<String>, String, Expression<String>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
replace(Expression<String>, String, String) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
replace(Expression<String>, String, String) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
replace(Expression<String>, String, String) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
replace(Object[], Object[], Type[], SharedSessionContractImplementor, Object, Map<Object, Object>) - Static method in class org.hibernate.type.TypeHelper
replace(Object[], Object[], Type[], SharedSessionContractImplementor, Object, Map<Object, Object>, ForeignKeyDirection) - Static method in class org.hibernate.type.TypeHelper
replace(Object, Object, SharedSessionContractImplementor, Object, Map<Object, Object>) - Method in class org.hibernate.persister.entity.DiscriminatorType
Deprecated.
 
replace(Object, Object, SharedSessionContractImplementor, Object, Map<Object, Object>) - Method in class org.hibernate.type.AbstractStandardBasicType
 
replace(Object, Object, SharedSessionContractImplementor, Object, Map<Object, Object>) - Method in class org.hibernate.type.AnyType
 
replace(Object, Object, SharedSessionContractImplementor, Object, Map<Object, Object>) - Method in class org.hibernate.type.CollectionType
 
replace(Object, Object, SharedSessionContractImplementor, Object, Map<Object, Object>) - Method in class org.hibernate.type.ComponentType
 
replace(Object, Object, SharedSessionContractImplementor, Object, Map<Object, Object>) - Method in class org.hibernate.type.CustomType
 
replace(Object, Object, SharedSessionContractImplementor, Object, Map<Object, Object>) - Method in class org.hibernate.type.EntityType
 
replace(Object, Object, SharedSessionContractImplementor, Object, Map<Object, Object>) - Method in class org.hibernate.type.internal.ConvertedBasicTypeImpl
 
replace(Object, Object, SharedSessionContractImplementor, Object, Map<Object, Object>) - Method in class org.hibernate.type.MetaType
Deprecated.
 
replace(Object, Object, SharedSessionContractImplementor, Object, Map<Object, Object>) - Method in class org.hibernate.type.SerializableToBlobType
 
replace(Object, Object, SharedSessionContractImplementor, Object, Map<Object, Object>) - Method in interface org.hibernate.type.Type
During merge, replace the existing (target) value in the entity we are merging to with a new (original) value from the detached entity we are merging.
replace(Object, Object, SharedSessionContractImplementor, Object, Map<Object, Object>) - Method in class org.hibernate.type.UserComponentType
 
replace(Object, Object, SharedSessionContractImplementor, Object, Map<Object, Object>, ForeignKeyDirection) - Method in class org.hibernate.type.AbstractStandardBasicType
 
replace(Object, Object, SharedSessionContractImplementor, Object, Map<Object, Object>, ForeignKeyDirection) - Method in class org.hibernate.type.AbstractType
 
replace(Object, Object, SharedSessionContractImplementor, Object, Map<Object, Object>, ForeignKeyDirection) - Method in class org.hibernate.type.ComponentType
 
replace(Object, Object, SharedSessionContractImplementor, Object, Map<Object, Object>, ForeignKeyDirection) - Method in class org.hibernate.type.internal.ConvertedBasicTypeImpl
 
replace(Object, Object, SharedSessionContractImplementor, Object, Map<Object, Object>, ForeignKeyDirection) - Method in class org.hibernate.type.SerializableToBlobType
 
replace(Object, Object, SharedSessionContractImplementor, Object, Map<Object, Object>, ForeignKeyDirection) - Method in interface org.hibernate.type.Type
During merge, replace the existing (target) value in the entity we are merging to with a new (original) value from the detached entity we are merging.
replace(Object, Object, SharedSessionContractImplementor, Object, Map<Object, Object>, ForeignKeyDirection) - Method in class org.hibernate.type.UserComponentType
 
replace(String[], String, String) - Static method in class org.hibernate.internal.util.StringHelper
 
replace(String, Long, Integer, Integer) - Static method in class org.hibernate.type.descriptor.sql.internal.DdlTypeImpl
Fill in the placemarkers with the given length, precision, and scale.
replace(String, String) - Method in class org.hibernate.dialect.Replacer
 
replace(String, String, String) - Static method in class org.hibernate.internal.util.StringHelper
 
replace(String, String, String, boolean) - Static method in class org.hibernate.internal.util.StringHelper
 
replace(String, String, String, boolean, boolean) - Static method in class org.hibernate.internal.util.StringHelper
 
replace(String, String, String, String, boolean, boolean) - Static method in class org.hibernate.internal.util.StringHelper
 
replace(J, J, Object) - Method in interface org.hibernate.usertype.CompositeUserType
During merge, replace the existing (target) value in the entity we are merging to with a new (original) value from the detached entity we are merging.
replace(J, J, Object) - Method in interface org.hibernate.usertype.UserType
During merge, replace the existing (target) value in the managed entity we are merging to with a new (original) value from the detached entity we are merging.
replace(K, V) - Method in class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
replace(K, V) - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
replace(K, V, V) - Method in class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
replace(K, V, V) - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
replace(RevisionType, RevisionType, Object) - Method in class org.hibernate.envers.internal.entities.RevisionTypeType
 
replace(CollectionPersister, Map<Object, Object>) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.AbstractValueDelayedOperation
 
replace(CollectionPersister, Map<Object, Object>) - Method in interface org.hibernate.collection.spi.AbstractPersistentCollection.ValueDelayedOperation
 
replace(EntityPersister, Object, SharedSessionContractImplementor, Object, Map<Object, Object>) - Static method in class org.hibernate.type.TypeHelper
replace(SqmEntityJoin<E>, SqmRoot<E>) - Method in class org.hibernate.query.hql.internal.SqmPathRegistryImpl
 
replace(SqmEntityJoin<E>, SqmRoot<E>) - Method in interface org.hibernate.query.hql.spi.SqmPathRegistry
Used with JPA compliance to treat secondary query roots as cross-joins.
replace(T, T, Object) - Method in class org.hibernate.type.EnumType
Deprecated.
 
replace(T, T, Object) - Method in class org.hibernate.usertype.internal.AbstractTimeZoneStorageCompositeUserType
 
REPLACE_ORIGINAL - org.hibernate.event.service.spi.DuplicationStrategy.Action
 
replace_strReplace() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Sybase
replaceAssociations(Object[], Object[], Type[], SharedSessionContractImplementor, Object, Map<Object, Object>, ForeignKeyDirection) - Static method in class org.hibernate.type.TypeHelper
replaceDelayedEntityIdentityInsertKeys(EntityKey, Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
replaceDelayedEntityIdentityInsertKeys(EntityKey, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
 
replaceElements(Object, Object, Object, Map<Object, Object>, SharedSessionContractImplementor) - Method in class org.hibernate.type.CollectionType
Replace the elements of a collection with the elements of another collection.
replaceElements(Object, Object, Object, Map, SharedSessionContractImplementor) - Method in class org.hibernate.type.ArrayType
 
replaceElements(Object, Object, Object, Map, SharedSessionContractImplementor) - Method in class org.hibernate.type.CustomCollectionType
 
replaceElements(Object, Object, Object, Map, SharedSessionContractImplementor) - Method in class org.hibernate.type.MapType
 
replaceElements(Object, Object, CollectionPersister, Object, Map, SharedSessionContractImplementor) - Method in interface org.hibernate.usertype.UserCollectionType
Replace the elements of a collection with the elements of another collection
replaceExpression(X) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
replaceExpressions(X) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
replaceLtrimRtrim(TrimSpec, boolean) - Static method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
replaceLtrimRtrim(TrimSpec, char) - Static method in class org.hibernate.dialect.AbstractTransactSQLDialect
Deprecated, for removal: This API element is subject to removal in a future version.
replaceOnce(String, String, String) - Static method in class org.hibernate.internal.util.StringHelper
 
replacePropertyValues(Object, Object[], SharedSessionContractImplementor) - Method in class org.hibernate.type.ComponentType
 
replacePropertyValues(Object, Object[], SharedSessionContractImplementor) - Method in interface org.hibernate.type.CompositeType
Inject property values onto the given component instance, or return a new instance with the given property values.
replacePropertyValues(Object, Object[], SharedSessionContractImplementor) - Method in class org.hibernate.type.UserComponentType
 
replaceQueuedOperationValues(CollectionPersister, Map<Object, Object>) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
Replace entity instances with copy in copyCache.
Replacer - Class in org.hibernate.dialect
 
Replacer(String, String, String) - Constructor for class org.hibernate.dialect.Replacer
 
replicate(Object, ReplicationMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
replicate(Object, ReplicationMode) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
replicate(Object, ReplicationMode) - Method in class org.hibernate.internal.SessionImpl
 
replicate(Object, ReplicationMode) - Method in interface org.hibernate.Session
Deprecated.
With no real replacement
replicate(String, Object, ReplicationMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
replicate(String, Object, ReplicationMode) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
replicate(String, Object, ReplicationMode) - Method in class org.hibernate.internal.SessionImpl
 
replicate(String, Object, ReplicationMode) - Method in interface org.hibernate.Session
Deprecated.
With no real replacement
REPLICATE - org.hibernate.annotations.CascadeType
Deprecated.
REPLICATE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
REPLICATE - Static variable in class org.hibernate.engine.spi.CascadeStyles
replicate
REPLICATE - Static variable in class org.hibernate.engine.spi.CascadingActions
 
REPLICATE - Static variable in class org.hibernate.event.spi.EventType
 
ReplicateEvent - Class in org.hibernate.event.spi
Defines an event class for the replication of an entity.
ReplicateEvent(Object, ReplicationMode, EventSource) - Constructor for class org.hibernate.event.spi.ReplicateEvent
 
ReplicateEvent(String, Object, ReplicationMode, EventSource) - Constructor for class org.hibernate.event.spi.ReplicateEvent
 
ReplicateEventListener - Interface in org.hibernate.event.spi
ReplicationMode - Enum in org.hibernate
Deprecated.
reportedJavaType() - Method in enum org.hibernate.boot.model.source.spi.PluralAttributeNature
 
reportSkip(String) - Static method in class org.hibernate.testing.SkipLog
 
reportSkip(String, String) - Static method in class org.hibernate.testing.SkipLog
 
RepresentationMode - Enum in org.hibernate.metamodel
Enumeration of the built-in ways that Hibernate can represent the application's domain model.
RepresentationModeConverter - Class in org.hibernate.boot.jaxb.hbm.internal
 
RepresentationModeConverter() - Constructor for class org.hibernate.boot.jaxb.hbm.internal.RepresentationModeConverter
 
Reptile - Class in org.hibernate.testing.orm.domain.animal
 
Reptile() - Constructor for class org.hibernate.testing.orm.domain.animal.Reptile
 
required() - Method in annotation type org.hibernate.service.spi.InjectService
Is the service to be injected required (not optional)?
requiredDifferentProvider(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
requireIdentifierOrUniqueKeyType(Mapping) - Method in class org.hibernate.type.EntityType
 
requiresAggregateColumnWriter() - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType
 
requiresAggregateColumnWriter() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddableMappingTypeImpl
 
requiresAggregateCustomWriteExpressionRenderer(int) - Method in interface org.hibernate.dialect.aggregate.AggregateSupport
Whether AggregateSupport.aggregateCustomWriteExpressionRenderer(SelectableMapping, SelectableMapping[], TypeConfiguration) is needed when assigning an expression to individual aggregated columns in an update statement.
requiresAggregateCustomWriteExpressionRenderer(int) - Method in class org.hibernate.dialect.aggregate.AggregateSupportImpl
 
requiresAggregateCustomWriteExpressionRenderer(int) - Method in class org.hibernate.dialect.aggregate.DB2AggregateSupport
 
requiresAggregateCustomWriteExpressionRenderer(int) - Method in class org.hibernate.dialect.aggregate.OracleAggregateSupport
 
requiresAggregateCustomWriteExpressionRenderer(int) - Method in class org.hibernate.dialect.aggregate.PostgreSQLAggregateSupport
 
requiresCastForConcatenatingNonStrings() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
requiresCastForConcatenatingNonStrings() - Method in class org.hibernate.dialect.DB2Dialect
 
requiresCastForConcatenatingNonStrings() - Method in class org.hibernate.dialect.DerbyDialect
 
requiresCastForConcatenatingNonStrings() - Method in class org.hibernate.dialect.Dialect
Does this dialect/database require casting of non-string arguments in the concat() function?
requiresCastForConcatenatingNonStrings() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
RequiresDialect - Annotation Type in org.hibernate.testing.orm.junit
Indicates that the annotated test class/method should only be run when the indicated Dialect is being used.
RequiresDialect - Annotation Type in org.hibernate.testing
Deprecated, for removal: This API element is subject to removal in a future version.
Use JUnit 5 and RequiresDialect instead.
RequiresDialectFeature - Annotation Type in org.hibernate.testing.orm.junit
Annotation used to indicate that a test should be run only when the current dialect supports the specified feature.
RequiresDialectFeature - Annotation Type in org.hibernate.testing
Deprecated, for removal: This API element is subject to removal in a future version.
Use JUnit 5 and RequiresDialectFeature instead.
RequiresDialectFeatureGroup - Annotation Type in org.hibernate.testing.orm.junit
Annotation used to indicate that a test should be run only when the current dialect supports the specified feature.
RequiresDialects - Annotation Type in org.hibernate.testing.orm.junit
 
RequiresDialects - Annotation Type in org.hibernate.testing
Deprecated, for removal: This API element is subject to removal in a future version.
Use JUnit 5 and RequiresDialects instead.
requiresDirtyCheck(Object) - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
requiresDirtyCheck(Object) - Method in interface org.hibernate.engine.spi.EntityEntry
Returns true if the entity can possibly be dirty.
requireService(Class<R>) - Method in interface org.hibernate.service.ServiceRegistry
Retrieve a service by role.
requiresFloatCastingOfIntegerDivision() - Method in class org.hibernate.dialect.Dialect
Does this dialect require that integer divisions be wrapped in cast() calls to tell the db parser the expected type.
requiresFloatCastingOfIntegerDivision() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
requiresFloatCastingOfIntegerDivision() - Method in class org.hibernate.dialect.HSQLDialect
 
requiresNoCascadeChecking() - Method in interface org.hibernate.engine.spi.CascadingAction
Does the specified cascading action require verification of no cascade validity?
requiresNoCascadeChecking() - Method in class org.hibernate.engine.spi.CascadingActions.BaseCascadingAction
 
requiresParensForTupleCounts() - Method in class org.hibernate.dialect.Dialect
If Dialect.supportsTupleCounts() is true, does this dialect require the tuple to be delimited with parentheses?
requiresParensForTupleCounts() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
requiresParensForTupleDistinctCounts() - Method in class org.hibernate.dialect.CockroachDialect
 
requiresParensForTupleDistinctCounts() - Method in class org.hibernate.dialect.Dialect
If Dialect.supportsTupleDistinctCounts() is true, does this dialect require the tuple to be delimited with parentheses?
requiresParensForTupleDistinctCounts() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
requiresParensForTupleDistinctCounts() - Method in class org.hibernate.dialect.H2Dialect
 
requiresParensForTupleDistinctCounts() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
requiresPostCommitHandling(EntityPersister) - Method in class org.hibernate.cache.internal.CollectionCacheInvalidator
 
requiresPostCommitHandling(EntityPersister) - Method in class org.hibernate.envers.event.spi.EnversPostDeleteEventListenerImpl
 
requiresPostCommitHandling(EntityPersister) - Method in class org.hibernate.envers.event.spi.EnversPostInsertEventListenerImpl
 
requiresPostCommitHandling(EntityPersister) - Method in class org.hibernate.envers.event.spi.EnversPostUpdateEventListenerImpl
 
requiresPostCommitHandling(EntityPersister) - Method in class org.hibernate.event.internal.PostDeleteEventListenerStandardImpl
 
requiresPostCommitHandling(EntityPersister) - Method in class org.hibernate.event.internal.PostInsertEventListenerStandardImpl
 
requiresPostCommitHandling(EntityPersister) - Method in class org.hibernate.event.internal.PostUpdateEventListenerStandardImpl
 
requiresRestriction() - Method in class org.hibernate.persister.entity.EntityNameUse
 
requiresRowNumberIntermediate() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.AdditionalInsertValues
 
requiresTxn(LockMode) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
RESERVED_WORD_USED_AS_ALIAS - org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
 
reset() - Method in class org.hibernate.boot.jaxb.internal.stax.BufferedXMLEventReader
Reset the reader to these start of the buffered events.
reset() - Method in class org.hibernate.boot.model.internal.JPAXMLOverriddenMetadataProvider
 
reset() - Method in class org.hibernate.cfg.Configuration
 
reset() - Method in class org.hibernate.event.spi.PostLoadEvent
 
reset() - Method in class org.hibernate.event.spi.PreLoadEvent
 
reset() - Method in class org.hibernate.query.hql.internal.BasicDotIdentifierConsumer
 
reset() - Method in class org.hibernate.resource.transaction.backend.jta.internal.synchronization.SynchronizationCallbackCoordinatorNonTrackingImpl
 
reset() - Method in class org.hibernate.resource.transaction.backend.jta.internal.synchronization.SynchronizationCallbackCoordinatorTrackingImpl
 
reset() - Method in class org.hibernate.testing.jdbc.SharedDriverManagerConnectionProviderImpl
 
reset() - Method in interface org.hibernate.testing.logger.Triggerable
 
reset() - Method in class org.hibernate.testing.logger.TriggerOnPrefixLogListener
 
reset() - Method in interface org.hibernate.testing.orm.junit.MessageKeyWatcher
 
reset() - Method in class org.hibernate.testing.orm.junit.MessageKeyWatcherImpl
 
resetAndReactivate(BootstrapServiceRegistry, List<StandardServiceInitiator<?>>, List<ProvidedService<?>>, Map<?, ?>) - Method in class org.hibernate.boot.registry.internal.StandardServiceRegistryImpl
Not intended for general use.
resetAndReuseEventInstance(Object, EntityEntry) - Method in class org.hibernate.event.spi.FlushEntityEvent
This is a terrible anti-pattern, but particular circumstances call for being able to reuse the same event instance: this is otherwise allocated in hot loops and since each event is escaping the scope it's actually causing allocation issues.
resetCaches() - Method in class org.hibernate.bytecode.internal.bytebuddy.BytecodeProviderImpl
 
resetCaches() - Method in interface org.hibernate.bytecode.spi.BytecodeProvider
Some BytecodeProvider implementations will have classloader specific caching.
resetCallback() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
resetConnection(boolean) - Method in class org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor
 
resetDirty(Object, EntityPersister, Session) - Method in class org.hibernate.boot.internal.DefaultCustomEntityDirtinessStrategy
 
resetDirty(Object, EntityPersister, Session) - Method in interface org.hibernate.CustomEntityDirtinessStrategy
Callback used by Hibernate to signal that the entity dirty flag should be cleared.
resetExpectedType(BindableType<T>) - Method in class org.hibernate.engine.query.spi.AbstractParameterDescriptor
 
resetFetches(ImmutableFetchList) - Method in class org.hibernate.sql.results.graph.AbstractFetchParent
 
resetIdentifier(Object, Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
resetIdentifier(Object, Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Set the identifier and version of the given instance back to its "unsaved" value, that is, the value it had before it was made persistent.
resetIfNeeded() - Method in class org.hibernate.engine.jdbc.ClobProxy
 
resetOptional(boolean) - Method in class org.hibernate.mapping.Property
 
resetParent(BootstrapServiceRegistry) - Method in class org.hibernate.service.internal.AbstractServiceRegistryImpl
Not intended for general use.
resetStoredSnapshot(PersistentCollection<?>, Serializable) - Method in class org.hibernate.engine.spi.CollectionEntry
Reset the stored snapshot for both the persistent collection and this collection entry.
resetUpdateable(boolean) - Method in class org.hibernate.mapping.Property
 
resetWatchers() - Method in class org.hibernate.testing.orm.junit.LoggingInspectionsScope
 
ResinJtaPlatform - Class in org.hibernate.engine.transaction.jta.platform.internal
JtaPlatform implementation for Resin
ResinJtaPlatform() - Constructor for class org.hibernate.engine.transaction.jta.platform.internal.ResinJtaPlatform
 
Resolution - Interface in org.hibernate.engine.spi
Used to put natural id values into collections.
Resolvable - Interface in org.hibernate.mapping
 
resolve() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor.DeserializationResolver
Deprecated.
 
resolve() - Method in class org.hibernate.mapping.BasicValue
 
resolve() - Method in class org.hibernate.mapping.DependantValue
 
resolve() - Method in interface org.hibernate.mapping.Resolvable
 
resolve() - Method in class org.hibernate.spi.NavigablePath.RelativePathCollector
 
resolve(Parameter<P>) - Method in class org.hibernate.procedure.internal.ProcedureParameterMetadataImpl
 
resolve(Parameter<P>) - Method in class org.hibernate.query.internal.ParameterMetadataImpl
 
resolve(Parameter<P>) - Method in interface org.hibernate.query.ParameterMetadata
A deeper resolution attempt from a JPA parameter reference to Hibernate's contract.
resolve(Parameter<P>) - Method in interface org.hibernate.query.spi.ParameterMetadataImplementor
 
resolve(Class<J>, int) - Method in class org.hibernate.type.BasicTypeRegistry
 
resolve(Object, SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.EntityType
Resolve an identifier or unique key value
resolve(Type, int) - Method in class org.hibernate.type.BasicTypeRegistry
 
resolve(String) - Method in interface org.hibernate.boot.model.TypeDefinitionRegistry
 
resolve(String) - Method in class org.hibernate.boot.model.TypeDefinitionRegistryStandardImpl
 
resolve(String) - Method in class org.hibernate.boot.registry.selector.internal.AggregatedDialectSelector
 
resolve(String) - Method in class org.hibernate.boot.registry.selector.internal.DefaultDialectSelector
 
resolve(String) - Method in class org.hibernate.boot.registry.selector.internal.DefaultJtaPlatformSelector
 
resolve(String) - Method in interface org.hibernate.boot.registry.selector.internal.LazyServiceResolver
 
resolve(String, String) - Method in interface org.hibernate.query.results.dynamic.LegacyFetchResolver
 
resolve(BiConsumer) - Method in class org.hibernate.usertype.UserTypeLegacyBridge
 
resolve(BiConsumer<BasicJavaType<T>, JdbcType>) - Method in class org.hibernate.usertype.BaseUserTypeSupport
 
resolve(BiConsumer<BasicJavaType<T>, JdbcType>) - Method in class org.hibernate.usertype.UserTypeSupport
 
resolve(Consumer<String>, ResultSetMappingResolutionContext) - Method in class org.hibernate.query.internal.ImplicitModelPartResultMemento
 
resolve(Consumer<String>, ResultSetMappingResolutionContext) - Method in class org.hibernate.query.internal.ModelPartResultMementoBasicImpl
 
resolve(Consumer<String>, ResultSetMappingResolutionContext) - Method in class org.hibernate.query.internal.ResultMementoBasicStandard
 
resolve(Consumer<String>, ResultSetMappingResolutionContext) - Method in class org.hibernate.query.internal.ResultMementoCollectionStandard
 
resolve(Consumer<String>, ResultSetMappingResolutionContext) - Method in class org.hibernate.query.internal.ResultMementoEntityJpa
 
resolve(Consumer<String>, ResultSetMappingResolutionContext) - Method in class org.hibernate.query.internal.ResultMementoEntityStandard
 
resolve(Consumer<String>, ResultSetMappingResolutionContext) - Method in class org.hibernate.query.internal.ResultMementoInstantiationStandard
 
resolve(Consumer<String>, ResultSetMappingResolutionContext) - Method in interface org.hibernate.query.named.ResultMemento
 
resolve(Consumer<String>, ResultSetMappingResolutionContext) - Method in interface org.hibernate.query.named.ResultMementoBasic
 
resolve(Consumer<String>, ResultSetMappingResolutionContext) - Method in interface org.hibernate.query.named.ResultMementoEntity
 
resolve(Consumer<String>, ResultSetMappingResolutionContext) - Method in class org.hibernate.query.named.ResultMementoInstantiation.ArgumentMemento
 
resolve(Map<?, ?>, MutabilityPlan<?>, MetadataBuildingContext, JdbcTypeIndicators) - Method in class org.hibernate.boot.model.TypeDefinition
 
resolve(MetadataBuildingContext) - Method in class org.hibernate.mapping.BasicValue
 
resolve(MetadataBuildingContext) - Method in class org.hibernate.mapping.DependantValue
 
resolve(MetadataBuildingContext) - Method in interface org.hibernate.mapping.Resolvable
 
resolve(SessionFactoryImplementor) - Method in class org.hibernate.boot.internal.NamedHqlQueryDefinitionImpl
 
resolve(SessionFactoryImplementor) - Method in class org.hibernate.boot.internal.NamedNativeQueryDefinitionImpl
 
resolve(SessionFactoryImplementor) - Method in class org.hibernate.boot.internal.NamedProcedureCallDefinitionImpl
 
resolve(SessionFactoryImplementor) - Method in interface org.hibernate.boot.query.NamedCallableQueryDefinition.ParameterMapping
 
resolve(SessionFactoryImplementor) - Method in interface org.hibernate.boot.query.NamedCallableQueryDefinition
 
resolve(SessionFactoryImplementor) - Method in interface org.hibernate.boot.query.NamedHqlQueryDefinition
 
resolve(SessionFactoryImplementor) - Method in interface org.hibernate.boot.query.NamedNativeQueryDefinition
 
resolve(SessionFactoryImplementor) - Method in interface org.hibernate.boot.query.NamedProcedureCallDefinition
 
resolve(SessionFactoryImplementor) - Method in interface org.hibernate.boot.query.NamedQueryDefinition
Resolve the mapping definition into its run-time memento form
resolve(SessionFactoryImplementor, MetadataImplementor, String) - Method in class org.hibernate.query.internal.NamedObjectRepositoryImpl
 
resolve(SessionFactoryImplementor, MetadataImplementor, String) - Method in interface org.hibernate.query.named.NamedObjectRepository
Resolve the named query with the given name.
resolve(SharedSessionContractImplementor) - Method in class org.hibernate.procedure.internal.NamedCallableQueryMementoImpl.ParameterMementoImpl
 
resolve(SharedSessionContractImplementor) - Method in interface org.hibernate.procedure.spi.NamedCallableQueryMemento.ParameterMemento
 
resolve(SharedSessionContractImplementor) - Method in interface org.hibernate.query.named.NamedQueryMemento.ParameterMemento
 
resolve(Column, JdbcEnvironment) - Method in interface org.hibernate.metamodel.mapping.internal.AbstractEmbeddableMapping.ConcreteTableResolver
 
resolve(ModelPart, QuerySpec, TableGroup, String, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.internal.AbstractDomainPath
 
resolve(ResultSetMappingResolutionContext) - Method in interface org.hibernate.boot.query.FetchDescriptor
Resolve the descriptor into a memento capable of being stored in the NamedObjectRepository
resolve(ResultSetMappingResolutionContext) - Method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor.CollectionResultDescriptor
 
resolve(ResultSetMappingResolutionContext) - Method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor.EntityResultDescriptor
 
resolve(ResultSetMappingResolutionContext) - Method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor.JoinDescriptor
 
resolve(ResultSetMappingResolutionContext) - Method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor.PropertyFetchDescriptor
 
resolve(ResultSetMappingResolutionContext) - Method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor
 
resolve(ResultSetMappingResolutionContext) - Method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor.ScalarDescriptor
 
resolve(ResultSetMappingResolutionContext) - Method in interface org.hibernate.boot.query.NamedResultSetMappingDescriptor
Create a representation of the described ResultSet mapping for the purpose of being stored in Hibernate's NamedObjectRepository
resolve(ResultSetMappingResolutionContext) - Method in interface org.hibernate.boot.query.ResultDescriptor
Resolve the descriptor into a memento capable of being stored in the NamedObjectRepository
resolve(ResultSetMappingResolutionContext) - Method in class org.hibernate.boot.query.SqlResultSetMappingDescriptor.EntityResultDescriptor
 
resolve(ResultSetMappingResolutionContext) - Method in class org.hibernate.boot.query.SqlResultSetMappingDescriptor
 
resolve(FetchMemento.Parent, Consumer<String>, ResultSetMappingResolutionContext) - Method in class org.hibernate.query.internal.FetchMementoBasicStandard
 
resolve(FetchMemento.Parent, Consumer<String>, ResultSetMappingResolutionContext) - Method in class org.hibernate.query.internal.FetchMementoEmbeddableStandard
 
resolve(FetchMemento.Parent, Consumer<String>, ResultSetMappingResolutionContext) - Method in class org.hibernate.query.internal.FetchMementoEntityStandard
 
resolve(FetchMemento.Parent, Consumer<String>, ResultSetMappingResolutionContext) - Method in class org.hibernate.query.internal.FetchMementoHbmStandard
 
resolve(FetchMemento.Parent, Consumer<String>, ResultSetMappingResolutionContext) - Method in class org.hibernate.query.internal.ImplicitAttributeFetchMemento
 
resolve(FetchMemento.Parent, Consumer<String>, ResultSetMappingResolutionContext) - Method in interface org.hibernate.query.named.FetchMemento
Resolve the fetch-memento into the result-graph-node builder
resolve(FetchMemento.Parent, Consumer<String>, ResultSetMappingResolutionContext) - Method in interface org.hibernate.query.named.FetchMementoBasic
 
resolve(ResultSetMapping, Consumer<String>, ResultSetMappingResolutionContext) - Method in class org.hibernate.query.internal.NamedResultSetMappingMementoImpl
 
resolve(ResultSetMapping, Consumer<String>, ResultSetMappingResolutionContext) - Method in interface org.hibernate.query.named.NamedResultSetMappingMemento
Resolve this memento.
resolve(QuerySpec, TableGroup, String, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.internal.AbstractDomainPath
 
resolve(QuerySpec, TableGroup, String, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.ordering.ast.ColumnReference
 
resolve(QuerySpec, TableGroup, String, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.ordering.ast.FunctionExpression
 
resolve(QuerySpec, TableGroup, String, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.ordering.ast.OrderingExpression
 
resolve(QuerySpec, TableGroup, String, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.ordering.ast.SelfRenderingOrderingExpression
 
resolve(JdbcValuesMetadata, LoadQueryInfluencers, SessionFactoryImplementor) - Method in class org.hibernate.query.results.ResultSetMappingImpl
 
resolve(JdbcValuesMetadata, LoadQueryInfluencers, SessionFactoryImplementor) - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesMappingProducerStandard
 
resolve(JdbcValuesMetadata, LoadQueryInfluencers, SessionFactoryImplementor) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesMappingProducer
Resolve the JdbcValuesMapping.
resolve(JdbcValuesMetadata, SessionFactoryImplementor) - Method in class org.hibernate.query.results.ResultSetMappingSqlSelection
 
resolve(JdbcValuesMetadata, SessionFactoryImplementor) - Method in interface org.hibernate.sql.ast.spi.SqlSelection
 
resolve(JdbcValuesMetadata, SessionFactoryImplementor) - Method in class org.hibernate.sql.results.internal.ResolvedSqlSelection
 
resolve(JdbcValuesMetadata, SessionFactoryImplementor) - Method in class org.hibernate.sql.results.internal.SqlSelectionImpl
 
resolve(BasicTypeReference<J>) - Method in class org.hibernate.type.BasicTypeRegistry
 
resolve(CollectionType) - Method in interface org.hibernate.mapping.SemanticsResolver
Deprecated.
 
resolve(JavaType<J>, int) - Method in class org.hibernate.type.BasicTypeRegistry
 
resolve(JavaType<J>, JdbcType) - Method in class org.hibernate.type.BasicTypeRegistry
Find an existing BasicType registration for the given JavaType descriptor and JdbcType descriptor combo or create (and register) one.
resolve(JavaType<J>, JdbcType, String) - Method in class org.hibernate.type.BasicTypeRegistry
 
resolve(JavaType<J>, JdbcType, Supplier<BasicType<J>>) - Method in class org.hibernate.type.BasicTypeRegistry
Find an existing BasicType registration for the given JavaType and JdbcType combo or create (and register) one.
RESOLVE_NATURAL_ID - Static variable in class org.hibernate.event.spi.EventType
 
resolveAdHocBasicType(String) - Method in class org.hibernate.boot.internal.BootstrapContextImpl
 
resolveAdHocBasicType(String) - Method in interface org.hibernate.boot.spi.BootstrapContext
To support Envers.
resolveAdHocBasicType(String) - Method in class org.hibernate.testing.boot.BootstrapContextImpl
 
resolveAggregateDescriptor(int, String, EmbeddableMappingType, RuntimeModelCreationContext) - Method in class org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry
 
resolveAggregateJdbcType(EmbeddableMappingType, String, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.DB2StructJdbcType
 
resolveAggregateJdbcType(EmbeddableMappingType, String, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.MySQLCastingJsonJdbcType
 
resolveAggregateJdbcType(EmbeddableMappingType, String, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.OracleJsonJdbcType
 
resolveAggregateJdbcType(EmbeddableMappingType, String, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.OracleReflectionStructJdbcType
 
resolveAggregateJdbcType(EmbeddableMappingType, String, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.OracleStructJdbcType
 
resolveAggregateJdbcType(EmbeddableMappingType, String, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.OracleXmlJdbcType
 
resolveAggregateJdbcType(EmbeddableMappingType, String, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.PostgreSQLCastingJsonJdbcType
 
resolveAggregateJdbcType(EmbeddableMappingType, String, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.PostgreSQLJsonPGObjectJsonbType
 
resolveAggregateJdbcType(EmbeddableMappingType, String, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.PostgreSQLJsonPGObjectJsonType
 
resolveAggregateJdbcType(EmbeddableMappingType, String, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.PostgreSQLStructCastingJdbcType
 
resolveAggregateJdbcType(EmbeddableMappingType, String, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.PostgreSQLStructPGObjectJdbcType
 
resolveAggregateJdbcType(EmbeddableMappingType, String, RuntimeModelCreationContext) - Method in class org.hibernate.dialect.StructJdbcType
 
resolveAggregateJdbcType(EmbeddableMappingType, String, RuntimeModelCreationContext) - Method in interface org.hibernate.type.descriptor.jdbc.AggregateJdbcType
 
resolveAggregateJdbcType(EmbeddableMappingType, String, RuntimeModelCreationContext) - Method in class org.hibernate.type.descriptor.jdbc.H2FormatJsonJdbcType
 
resolveAggregateJdbcType(EmbeddableMappingType, String, RuntimeModelCreationContext) - Method in class org.hibernate.type.descriptor.jdbc.JsonAsStringJdbcType
 
resolveAggregateJdbcType(EmbeddableMappingType, String, RuntimeModelCreationContext) - Method in class org.hibernate.type.descriptor.jdbc.JsonJdbcType
 
resolveAggregateJdbcType(EmbeddableMappingType, String, RuntimeModelCreationContext) - Method in class org.hibernate.type.descriptor.jdbc.OracleJsonBlobJdbcType
 
resolveAggregateJdbcType(EmbeddableMappingType, String, RuntimeModelCreationContext) - Method in class org.hibernate.type.descriptor.jdbc.XmlAsStringJdbcType
 
resolveAggregateJdbcType(EmbeddableMappingType, String, RuntimeModelCreationContext) - Method in class org.hibernate.type.descriptor.jdbc.XmlJdbcType
 
resolveAlias() - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
Retrieve the explicit alias, if one, otherwise return a generated one and set that as explicit alias.
resolveAlias(String, String) - Method in interface org.hibernate.sql.ast.tree.from.TableAliasResolver
 
resolveAliasedExpression(List<SqlSelection>, Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
resolveAliasedExpression(Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
resolveArithmeticType(SqmExpressible<?>, SqmExpressible<?>) - Method in class org.hibernate.type.spi.TypeConfiguration
Determine the result type of an arithmetic operation as defined by the rules in section 6.5.8.1.
resolveArithmeticType(SqmExpressible<?>, SqmExpressible<?>, BinaryArithmeticOperator) - Method in class org.hibernate.type.spi.TypeConfiguration
 
resolveArrayJdbcMapping(BasicType<?>, JdbcMapping, Class<?>, SessionFactoryImplementor) - Static method in class org.hibernate.loader.ast.internal.MultiKeyLoadHelper
 
resolveArrayType(DomainType<?>, TypeConfiguration) - Static method in class org.hibernate.dialect.function.array.DdlTypeHelper
 
resolveAssemblers(AssemblerCreationState) - Method in class org.hibernate.query.results.JdbcValuesMappingImpl
 
resolveAssemblers(AssemblerCreationState) - Method in class org.hibernate.sql.results.jdbc.internal.StandardJdbcValuesMapping
 
resolveAssemblers(AssemblerCreationState) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesMapping
 
resolveAttributeConverterDescriptor(XProperty) - Method in class org.hibernate.boot.model.internal.AbstractPropertyHolder
 
resolveAttributeConverterDescriptor(XProperty) - Method in interface org.hibernate.boot.model.internal.PropertyHolder
Determine the AttributeConverter to use for the given property.
resolveAttributeIndexes(String[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
resolveAttributeIndexes(String[]) - Method in interface org.hibernate.persister.entity.EntityPersister
Converts an array of attribute names to a set of indexes, according to the entity metamodel
resolveAttributeType(XProperty, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.convert.internal.ConverterHelper
 
resolveAutoApplied(BasicJavaType<?>) - Method in interface org.hibernate.boot.model.TypeDefinitionRegistry
 
resolveAutoApplied(BasicJavaType<?>) - Method in class org.hibernate.boot.model.TypeDefinitionRegistryStandardImpl
 
resolveBasicType(Class<J>) - Method in class org.hibernate.metamodel.internal.MetadataContext
 
resolveBatchKeyAccess(boolean, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.AbstractMutationCoordinator
 
resolveBindType(Object, JdbcMapping, TypeConfiguration) - Method in class org.hibernate.query.internal.BindingTypeHelper
 
resolveByName(String) - Static method in enum org.hibernate.dialect.ResultColumnReferenceStrategy
Resolves the strategy by name, in a case insensitive manner.
resolveByValue(Instant) - Method in class org.hibernate.envers.internal.revisioninfo.RevisionTimestampValueResolver
 
resolveByValue(LocalDateTime) - Method in class org.hibernate.envers.internal.revisioninfo.RevisionTimestampValueResolver
 
resolveByValue(Date) - Method in class org.hibernate.envers.internal.revisioninfo.RevisionTimestampValueResolver
 
resolveCacheManager(SessionFactoryOptions, Map<String, Object>) - Method in class org.hibernate.cache.jcache.internal.JCacheRegionFactory
 
resolveCacheMode(CacheMode, SharedSessionContractImplementor) - Static method in class org.hibernate.sql.exec.internal.JdbcExecHelper
 
resolveCacheMode(QueryOptions, SharedSessionContractImplementor) - Static method in class org.hibernate.sql.exec.internal.JdbcExecHelper
 
resolveCacheMode(ExecutionContext) - Static method in class org.hibernate.sql.exec.internal.JdbcExecHelper
 
resolveCastTargetType(String) - Method in class org.hibernate.type.spi.TypeConfiguration
Understands the following target type names for the cast() function: String Character Byte, Short, Integer, Long Float, Double Time, Date, Timestamp LocalDate, LocalTime, LocalDateTime BigInteger BigDecimal Binary Boolean (fragile, not aware of encoding to character via CharBooleanConverter)
resolveCircularFetch(NavigablePath, FetchParent, FetchTiming, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
resolveCircularFetch(NavigablePath, FetchParent, FetchTiming, DomainResultCreationState) - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
resolveCircularFetch(NavigablePath, FetchParent, FetchTiming, DomainResultCreationState) - Method in interface org.hibernate.sql.results.graph.Fetchable
Check whether this Fetchable is considered a circular fetch.
resolveClassFile(Class) - Static method in class org.hibernate.testing.util.TestPathHelper
Essentially the same as TestPathHelper.resolveRootUrl(Class), but here we convert the root URL to a File (directory) reference.
resolveCollectionKey(RowProcessingState) - Method in interface org.hibernate.sql.results.graph.collection.CollectionInitializer
 
resolveCollectionKey(RowProcessingState) - Method in class org.hibernate.sql.results.graph.collection.internal.AbstractCollectionInitializer
 
resolveCollectionPersister(SessionImplementor, PersistentCollection) - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractCollectionMapper
 
resolveColumnName(int) - Method in class org.hibernate.sql.exec.internal.JdbcSelectExecutorStandardImpl.CapturingJdbcValuesMetadata
 
resolveColumnName(int) - Method in class org.hibernate.sql.results.jdbc.internal.AbstractResultSetAccess
 
resolveColumnName(int) - Method in interface org.hibernate.sql.results.jdbc.internal.ResultSetAccess
 
resolveColumnName(int) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesMetadata
Name of a particular result value by position
resolveColumnPosition(String) - Method in class org.hibernate.sql.exec.internal.JdbcSelectExecutorStandardImpl.CapturingJdbcValuesMetadata
 
resolveColumnPosition(String) - Method in class org.hibernate.sql.results.jdbc.internal.AbstractResultSetAccess
 
resolveColumnPosition(String) - Method in interface org.hibernate.sql.results.jdbc.internal.ResultSetAccess
 
resolveColumnPosition(String) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesMetadata
Position of a particular result value by name
resolveColumnReference(TableGroup, SelectableMapping, SqlExpressionResolver, SessionFactoryImplementor) - Method in class org.hibernate.loader.ast.internal.AbstractNaturalIdLoader
Helper to resolve ColumnReferences
resolveConstructor(Class<?>) - Static method in class org.hibernate.metamodel.internal.EmbeddableInstantiatorPojoStandard
 
resolveConstructor(Class<?>) - Static method in class org.hibernate.metamodel.internal.EntityInstantiatorPojoStandard
 
resolveConstructor(Class<?>) - Static method in class org.hibernate.metamodel.internal.PojoInstantiatorImpl
 
resolveConverterClassParamTypes(Class<? extends AttributeConverter<?, ?>>, ClassmateContext) - Static method in class org.hibernate.boot.model.convert.internal.ConverterHelper
 
resolveCurrentTenantIdentifier() - Method in interface org.hibernate.context.spi.CurrentTenantIdentifierResolver
Resolve the current tenant identifier.
resolveCustomType(XProperty, CollectionType, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.internal.CollectionBinder
 
RESOLVED - org.hibernate.sql.results.graph.entity.internal.EntitySelectFetchInitializer.State
 
resolveDateTemporalTypeVariant(Class<?>, BindableType<?>, TypeConfiguration) - Method in class org.hibernate.query.internal.BindingTypeHelper
 
resolveDefaultableStrategy(Class<T>, Object, Callable<T>) - Method in class org.hibernate.boot.registry.selector.internal.StrategySelectorImpl
 
resolveDefaultableStrategy(Class<T>, Object, Callable<T>) - Method in interface org.hibernate.boot.registry.selector.spi.StrategySelector
Resolve strategy instances.
resolveDefaultableStrategy(Class<T>, Object, T) - Method in class org.hibernate.boot.registry.selector.internal.StrategySelectorImpl
 
resolveDefaultableStrategy(Class<T>, Object, T) - Method in interface org.hibernate.boot.registry.selector.spi.StrategySelector
Resolve strategy instances.
resolveDelegate(DomainQueryExecutionContext) - Method in class org.hibernate.query.sqm.mutation.internal.temptable.TableBasedDeleteHandler
 
resolveDelegate(DomainQueryExecutionContext) - Method in class org.hibernate.query.sqm.mutation.internal.temptable.TableBasedInsertHandler
 
resolveDelegate(DomainQueryExecutionContext) - Method in class org.hibernate.query.sqm.mutation.internal.temptable.TableBasedUpdateHandler
 
resolveDependentActions(Object, SessionImplementor) - Method in class org.hibernate.action.internal.UnresolvedEntityInsertActions
Resolve any dependencies on managedEntity.
resolveDescriptor(Type) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeRegistry
 
resolveDescriptor(Type, BiFunction<Type, TypeConfiguration, MutabilityPlan<?>>) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeRegistry
 
resolveDescriptor(Type, Supplier<JavaType<J>>) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeRegistry
 
resolveDialect(DialectResolutionInfo) - Method in class org.hibernate.engine.jdbc.dialect.internal.DialectResolverSet
 
resolveDialect(DialectResolutionInfo) - Method in class org.hibernate.engine.jdbc.dialect.internal.StandardDialectResolver
 
resolveDialect(DialectResolutionInfo) - Method in class org.hibernate.engine.jdbc.dialect.spi.BasicDialectResolver
 
resolveDialect(DialectResolutionInfo) - Method in interface org.hibernate.engine.jdbc.dialect.spi.DialectResolver
Determine the Dialect to use based on the given information.
resolveDirtyAttributeIndexes(Object[], Object[], String[], SessionImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
resolveDirtyAttributeIndexes(Object[], Object[], String[], SessionImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Like EntityPersister.resolveAttributeIndexes(String[]) but also always returns mutable attributes
resolveDiscriminatorForEntityType(EntityMappingType) - Method in interface org.hibernate.metamodel.mapping.DiscriminatedAssociationModelPart
 
resolveDiscriminatorForEntityType(EntityMappingType) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationAttributeMapping
 
resolveDiscriminatorForEntityType(EntityMappingType) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedCollectionPart
 
resolveDiscriminatorType() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
resolveDiscriminatorValue(Object) - Method in interface org.hibernate.metamodel.mapping.DiscriminatedAssociationModelPart
 
resolveDiscriminatorValue(Object) - Method in interface org.hibernate.metamodel.mapping.EntityDiscriminatorMapping
Retrieve the details for a particular discriminator value.
resolveDiscriminatorValue(Object) - Method in class org.hibernate.metamodel.mapping.internal.AbstractDiscriminatorMapping
 
resolveDiscriminatorValue(Object) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationAttributeMapping
 
resolveDiscriminatorValue(Object) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedCollectionPart
 
resolveDiscriminatorValueToEntityMapping(Object) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationMapping
 
resolveDiscriminatorValueToEntityMapping(EntityMappingType) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationMapping
 
ResolvedSqlSelection - Class in org.hibernate.sql.results.internal
 
ResolvedSqlSelection(int, int, Expression, BasicType<Object>) - Constructor for class org.hibernate.sql.results.internal.ResolvedSqlSelection
 
ResolvedSqlSelection(int, Expression, BasicType<Object>) - Constructor for class org.hibernate.sql.results.internal.ResolvedSqlSelection
 
resolvedSqlTypeDescriptorForDifferentSqlCode(String, String, String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
resolveElementAttributeConverterDescriptor(XProperty, XClass) - Method in class org.hibernate.boot.model.internal.CollectionPropertyHolder
 
resolveEmbeddableCallbacks(ReflectionManager, Class<?>, Property, CallbackType) - Static method in class org.hibernate.jpa.event.internal.CallbackDefinitionResolverLegacyImpl
 
resolveEntity(String, String) - Method in class org.hibernate.internal.util.xml.DTDEntityResolver
Deprecated.
 
resolveEntity(String, String, String, String) - Method in class org.hibernate.boot.jaxb.internal.stax.LocalXmlResourceResolver
 
resolveEntityCallbacks(ReflectionManager, XClass, CallbackType) - Static method in class org.hibernate.jpa.event.internal.CallbackDefinitionResolverLegacyImpl
 
resolveEntityInstance(Object, RowProcessingState) - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
resolveEntityInstance(EntityKey, boolean, SharedSessionContractImplementor) - Static method in class org.hibernate.sql.exec.spi.StandardEntityInstanceResolver
 
resolveEntityInstance(RowProcessingState, EntityHolder, Object) - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
resolveEntityKey(RowProcessingState) - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
resolveEntityName(Object) - Method in interface org.hibernate.EntityNameResolver
Given an entity instance, determine its entity name.
resolveEntityName(Object) - Method in class org.hibernate.internal.CoordinatingEntityNameResolver
 
resolveEntityPersister(EntityDomainType<?>, SessionFactoryImplementor) - Static method in class org.hibernate.query.sqm.internal.SqmMappingModelHelper
Resolve a JPA EntityType descriptor to it's corresponding EntityPersister in the Hibernate mapping type system
resolveEntityReference(Class<T>) - Method in class org.hibernate.metamodel.model.domain.internal.JpaMetamodelImpl
 
resolveEntityTypeDescriptor(Type) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeRegistry
 
resolveEventTypeByName(String) - Static method in class org.hibernate.event.spi.EventType
Find an EventType by its name
resolveExplicitlyNamedPropertyAccessStrategy(String) - Method in class org.hibernate.property.access.internal.PropertyAccessStrategyResolverStandardImpl
 
resolveExplicitTreatTarget(SqmPath<?>, SqmToSqlAstConverter) - Static method in class org.hibernate.query.sqm.internal.SqmMappingModelHelper
 
resolveExpressible(SessionFactoryImplementor) - Method in interface org.hibernate.query.BindableType
Resolve this parameter type to the corresponding SqmExpressible
resolveExpressible(SessionFactoryImplementor) - Method in interface org.hibernate.query.sqm.SqmExpressible
 
resolveExpressible(SessionFactoryImplementor) - Method in class org.hibernate.type.BasicTypeReference
 
resolveExpressible(SessionFactoryImplementor) - Method in class org.hibernate.type.ComponentType
 
resolveExpressionToAlias(Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
resolveFetchAssociationKey() - Method in class org.hibernate.metamodel.mapping.internal.AbstractEntityCollectionPart
 
resolveFetchAssociationKey() - Method in class org.hibernate.metamodel.mapping.internal.ManyToManyCollectionPart
 
resolveFetchAssociationKey() - Method in class org.hibernate.metamodel.mapping.internal.OneToManyCollectionPart
 
resolveField() - Method in class org.hibernate.property.access.internal.AbstractFieldSerialForm
 
resolveForMethodLevelSessionFactoryScope(ExtensionContext) - Static method in class org.hibernate.testing.orm.junit.DomainModelExtension
 
resolveFrom(SqmPath<?>) - Method in class org.hibernate.query.hql.internal.SqmPathRegistryImpl
 
resolveFrom(SqmPath<?>) - Method in interface org.hibernate.query.hql.spi.SqmPathRegistry
resolveFrom(NavigablePath, Function<NavigablePath, SqmFrom<?, ?>>) - Method in class org.hibernate.query.hql.internal.SqmPathRegistryImpl
 
resolveFrom(NavigablePath, Function<NavigablePath, SqmFrom<?, ?>>) - Method in interface org.hibernate.query.hql.spi.SqmPathRegistry
Similar to SqmPathRegistry.findFromByPath(org.hibernate.spi.NavigablePath), but accepting a producer to be used to create and register a SqmFrom if none yet registered.
resolveFromCache(ResolveNaturalIdEvent) - Method in class org.hibernate.event.internal.DefaultResolveNaturalIdEventListener
Attempts to resolve the entity id corresponding to the event's natural id values from the session
resolveFunctionArgumentType(SqmFunction<?>, int, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.array.ArrayAndElementArgumentTypeResolver
 
resolveFunctionArgumentType(SqmFunction<?>, int, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.array.ArrayContainsArgumentTypeResolver
 
resolveFunctionArgumentType(SqmFunction<?>, int, SqmToSqlAstConverter) - Method in interface org.hibernate.query.sqm.produce.function.FunctionArgumentTypeResolver
Resolve the argument type for a function given its context-implied return type.
resolveFunctionImpliedReturnType() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
resolveFunctionImpliedReturnType() - Method in class org.hibernate.query.sqm.sql.FakeSqmToSqlAstConverter
 
resolveFunctionImpliedReturnType() - Method in interface org.hibernate.query.sqm.sql.SqmToSqlAstConverter
Returns the function return type implied from the context within which it is used.
resolveFunctionReturnType(Supplier<BasicValuedMapping>, List<? extends SqlAstNode>) - Method in class org.hibernate.dialect.function.array.ArrayViaArgumentReturnTypeResolver
 
resolveFunctionReturnType(Supplier<BasicValuedMapping>, List<? extends SqlAstNode>) - Method in class org.hibernate.dialect.function.array.ArrayViaElementArgumentReturnTypeResolver
 
resolveFunctionReturnType(Supplier<BasicValuedMapping>, List<? extends SqlAstNode>) - Method in class org.hibernate.dialect.function.array.ElementViaArrayArgumentReturnTypeResolver
 
resolveFunctionReturnType(Supplier<BasicValuedMapping>, List<? extends SqlAstNode>) - Method in class org.hibernate.dialect.function.array.JsonArrayViaElementArgumentReturnTypeResolver
 
resolveFunctionReturnType(Supplier<BasicValuedMapping>, List<? extends SqlAstNode>) - Method in class org.hibernate.dialect.function.AvgFunction.ReturnTypeResolver
 
resolveFunctionReturnType(Supplier<BasicValuedMapping>, List<? extends SqlAstNode>) - Method in interface org.hibernate.query.sqm.produce.function.FunctionReturnTypeResolver
Resolve the return type for a function given its context-implied type and the arguments to this call.
resolveFunctionReturnType(ReturnableType<?>, Supplier<MappingModelExpressible<?>>, List<? extends SqmTypedNode<?>>, TypeConfiguration) - Method in class org.hibernate.dialect.function.array.ArrayViaArgumentReturnTypeResolver
 
resolveFunctionReturnType(ReturnableType<?>, Supplier<MappingModelExpressible<?>>, List<? extends SqmTypedNode<?>>, TypeConfiguration) - Method in class org.hibernate.dialect.function.array.ArrayViaElementArgumentReturnTypeResolver
 
resolveFunctionReturnType(ReturnableType<?>, Supplier<MappingModelExpressible<?>>, List<? extends SqmTypedNode<?>>, TypeConfiguration) - Method in class org.hibernate.dialect.function.array.ElementViaArrayArgumentReturnTypeResolver
 
resolveFunctionReturnType(ReturnableType<?>, Supplier<MappingModelExpressible<?>>, List<? extends SqmTypedNode<?>>, TypeConfiguration) - Method in class org.hibernate.dialect.function.array.JsonArrayViaElementArgumentReturnTypeResolver
 
resolveFunctionReturnType(ReturnableType<?>, Supplier<MappingModelExpressible<?>>, List<? extends SqmTypedNode<?>>, TypeConfiguration) - Method in class org.hibernate.dialect.function.AvgFunction.ReturnTypeResolver
 
resolveFunctionReturnType(ReturnableType<?>, Supplier<MappingModelExpressible<?>>, List<? extends SqmTypedNode<?>>, TypeConfiguration) - Method in interface org.hibernate.query.sqm.produce.function.FunctionReturnTypeResolver
Resolve the return type for a function given its context-implied type and the arguments to this call.
resolveFunctionReturnType(ReturnableType<?>, List<? extends SqmTypedNode<?>>, TypeConfiguration) - Method in interface org.hibernate.query.sqm.produce.function.FunctionReturnTypeResolver
Deprecated, for removal: This API element is subject to removal in a future version.
resolveGeneratorDefinition(GenerationType, String) - Method in interface org.hibernate.id.factory.spi.GeneratorDefinitionResolver
 
resolveGroupOrOrderByExpression(SqmExpression<?>) - Method in class org.hibernate.dialect.SybaseSqmToSqlAstConverter
 
resolveGroupOrOrderByExpression(SqmExpression<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
resolveHqlEntityReference(String) - Method in class org.hibernate.metamodel.model.domain.internal.JpaMetamodelImpl
 
resolveHqlEntityReference(String) - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
resolveHqlEntityReference(String) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
Specialized handling for resolving entity-name references in an HQL query
resolveHqlInterpretation(String, Class<?>, Function<String, SqmStatement<?>>) - Method in class org.hibernate.query.internal.QueryInterpretationCacheDisabledImpl
 
resolveHqlInterpretation(String, Class<?>, Function<String, SqmStatement<?>>) - Method in class org.hibernate.query.internal.QueryInterpretationCacheStandardImpl
 
resolveHqlInterpretation(String, Class<?>, Function<String, SqmStatement<?>>) - Method in interface org.hibernate.query.spi.QueryInterpretationCache
Deprecated, for removal: This API element is subject to removal in a future version.
resolveHqlInterpretation(String, Class<?>, HqlTranslator) - Method in class org.hibernate.query.internal.QueryInterpretationCacheStandardImpl
 
resolveHqlInterpretation(String, Class<?>, HqlTranslator) - Method in interface org.hibernate.query.spi.QueryInterpretationCache
 
resolveId(Object, SharedSessionContractImplementor) - Method in class org.hibernate.loader.ast.internal.SingleUniqueKeyEntityLoaderStandard
 
resolveId(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.loader.ast.spi.SingleUniqueKeyEntityLoader
Resolve the matching id
resolveIdentifier(Object, SharedSessionContractImplementor) - Method in class org.hibernate.type.EntityType
 
resolveIdentifier(Object, SharedSessionContractImplementor, Boolean) - Method in class org.hibernate.type.EntityType
Resolve an identifier via a load.
resolveIdsToInitialize(Object, SharedSessionContractImplementor) - Method in class org.hibernate.loader.ast.internal.AbstractEntityBatchLoader
 
resolveIdsToInitialize(Object, SharedSessionContractImplementor) - Method in class org.hibernate.loader.ast.internal.EntityBatchLoaderArrayParam
 
resolveIdsToInitialize(Object, SharedSessionContractImplementor) - Method in class org.hibernate.loader.ast.internal.EntityBatchLoaderInPredicate
 
resolveIdToNaturalId(Object, SharedSessionContractImplementor) - Method in class org.hibernate.loader.ast.internal.AbstractNaturalIdLoader
 
resolveIdToNaturalId(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.loader.ast.spi.NaturalIdLoader
Resolve the natural-id value(s) from an id
resolveIndex(String[], String[], int[]) - Static method in class org.hibernate.metamodel.internal.EmbeddableHelper
 
resolveIndexedAccess(SqmExpression<?>, boolean, SqmCreationState) - Method in class org.hibernate.query.hql.internal.BasicDotIdentifierConsumer.BaseLocalSequencePart
 
resolveIndexedAccess(SqmExpression<?>, boolean, SqmCreationState) - Method in class org.hibernate.query.hql.internal.DomainPathPart
 
resolveIndexedAccess(SqmExpression<?>, boolean, SqmCreationState) - Method in class org.hibernate.query.hql.internal.FullyQualifiedReflectivePath
 
resolveIndexedAccess(SqmExpression<?>, boolean, SqmCreationState) - Method in interface org.hibernate.query.hql.spi.SemanticPathPart
 
resolveIndexedAccess(SqmExpression<?>, boolean, SqmCreationState) - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
 
resolveIndexedAccess(SqmExpression<?>, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralValuedSimplePath
 
resolveIndexedAccess(SqmExpression<?>, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedListJoin
 
resolveIndexedAccess(SqmExpression<?>, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.expression.SqmAnyDiscriminatorValue
 
resolveIndexedAccess(SqmExpression<?>, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
 
resolveIndexedAccess(SqmExpression<?>, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
resolveIndexedAccess(SqmExpression<?>, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.expression.SqmFunction
 
resolveIndexedAccess(SqmExpression<?>, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralEntityType
 
resolveIndexedAccess(SqmExpression<?>, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
 
resolveIndicatedJdbcTypeCode(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.jdbc.CharJdbcType
 
resolveIndicatedJdbcTypeCode(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.jdbc.VarcharJdbcType
 
resolveIndicatedType(JdbcTypeIndicators, JavaType<?>) - Method in class org.hibernate.dialect.PostgreSQLCastingIntervalSecondJdbcType
 
resolveIndicatedType(JdbcTypeIndicators, JavaType<?>) - Method in class org.hibernate.dialect.PostgreSQLIntervalSecondJdbcType
 
resolveIndicatedType(JdbcTypeIndicators, JavaType<?>) - Method in interface org.hibernate.type.descriptor.jdbc.AdjustableJdbcType
Perform the adjustment
resolveIndicatedType(JdbcTypeIndicators, JavaType<?>) - Method in class org.hibernate.type.descriptor.jdbc.BooleanJdbcType
 
resolveIndicatedType(JdbcTypeIndicators, JavaType<?>) - Method in class org.hibernate.type.descriptor.jdbc.ClobJdbcType
 
resolveIndicatedType(JdbcTypeIndicators, JavaType<?>) - Method in class org.hibernate.type.descriptor.jdbc.JsonAsStringJdbcType
 
resolveIndicatedType(JdbcTypeIndicators, JavaType<?>) - Method in class org.hibernate.type.descriptor.jdbc.LongNVarcharJdbcType
 
resolveIndicatedType(JdbcTypeIndicators, JavaType<?>) - Method in class org.hibernate.type.descriptor.jdbc.LongVarcharJdbcType
 
resolveIndicatedType(JdbcTypeIndicators, JavaType<?>) - Method in class org.hibernate.type.descriptor.jdbc.NCharJdbcType
 
resolveIndicatedType(JdbcTypeIndicators, JavaType<?>) - Method in class org.hibernate.type.descriptor.jdbc.NVarcharJdbcType
 
resolveIndicatedType(JdbcTypeIndicators, JavaType<?>) - Method in class org.hibernate.type.descriptor.jdbc.VarbinaryJdbcType
 
resolveIndicatedType(JdbcTypeIndicators, JavaType<?>) - Method in class org.hibernate.type.descriptor.jdbc.VarcharJdbcType
 
resolveIndicatedType(JdbcTypeIndicators, JavaType<?>) - Method in class org.hibernate.type.descriptor.jdbc.XmlAsStringJdbcType
 
resolveIndicatedType(JdbcTypeIndicators, JavaType<X>) - Method in interface org.hibernate.type.AdjustableBasicType
Perform the adjustment
resolveIndicatedType(JdbcTypeIndicators, JavaType<X>) - Method in class org.hibernate.type.BasicArrayType
 
resolveIndicatedType(JdbcTypeIndicators, JavaType<X>) - Method in class org.hibernate.type.BasicCollectionType
 
resolveIndicatedType(JdbcTypeIndicators, JavaType<X>) - Method in class org.hibernate.type.ConvertedBasicArrayType
 
resolveInHibernateNamespace(String) - Method in class org.hibernate.internal.util.xml.DTDEntityResolver
Deprecated.
 
resolveInitializer(NavigablePath) - Method in class org.hibernate.sql.results.graph.embeddable.internal.NestedRowProcessingState
 
resolveInitializer(NavigablePath) - Method in class org.hibernate.sql.results.internal.InitializersList
 
resolveInitializer(NavigablePath) - Method in class org.hibernate.sql.results.internal.RowProcessingStateStandardImpl
 
resolveInitializer(NavigablePath) - Method in interface org.hibernate.sql.results.jdbc.spi.RowProcessingState
Locate the Initializer registered for the given path
resolveInitializer(NavigablePath, ModelPart, Supplier<Initializer>) - Method in interface org.hibernate.sql.results.graph.AssemblerCreationState
 
resolveInLocalNamespace(String) - Method in class org.hibernate.internal.util.xml.DTDEntityResolver
Deprecated.
 
resolveInstance(Object, EntityHolder, RowProcessingState) - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
Used by Hibernate Reactive
resolveInstance(RowProcessingState) - Method in class org.hibernate.sql.results.graph.collection.internal.AbstractImmediateCollectionInitializer
 
resolveInstance(RowProcessingState) - Method in class org.hibernate.sql.results.graph.collection.internal.DelayedCollectionInitializer
 
resolveInstance(RowProcessingState) - Method in class org.hibernate.sql.results.graph.collection.internal.SelectEagerCollectionInitializer
 
resolveInstance(RowProcessingState) - Method in class org.hibernate.sql.results.graph.embeddable.AbstractEmbeddableInitializer
 
resolveInstance(RowProcessingState) - Method in class org.hibernate.sql.results.graph.embeddable.internal.AbstractNonAggregatedIdentifierMappingInitializer
 
resolveInstance(RowProcessingState) - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
resolveInstance(RowProcessingState) - Method in class org.hibernate.sql.results.graph.entity.internal.BatchEntityInsideEmbeddableSelectFetchInitializer
 
resolveInstance(RowProcessingState) - Method in class org.hibernate.sql.results.graph.entity.internal.BatchEntitySelectFetchInitializer
 
resolveInstance(RowProcessingState) - Method in class org.hibernate.sql.results.graph.entity.internal.BatchInitializeEntitySelectFetchInitializer
 
resolveInstance(RowProcessingState) - Method in class org.hibernate.sql.results.graph.entity.internal.EntityDelayedFetchInitializer
 
resolveInstance(RowProcessingState) - Method in class org.hibernate.sql.results.graph.entity.internal.EntitySelectFetchByUniqueKeyInitializer
 
resolveInstance(RowProcessingState) - Method in class org.hibernate.sql.results.graph.entity.internal.EntitySelectFetchInitializer
 
resolveInstance(RowProcessingState) - Method in interface org.hibernate.sql.results.graph.Initializer
Step 2 - Using the key resolved in Initializer.resolveKey(org.hibernate.sql.results.jdbc.spi.RowProcessingState), resolve the instance (of the thing initialized) to use for the current row.
resolveInstance(RowProcessingState, boolean) - Method in class org.hibernate.sql.results.graph.collection.internal.AbstractCollectionInitializer
 
resolveInstances(RowProcessingState) - Method in class org.hibernate.sql.results.internal.InitializersList
 
resolveInstanceStore(Object, ExtensionContext) - Static method in class org.hibernate.testing.orm.junit.MessageKeyInspectionExtension
 
resolveJavaTypeClass(TemporalType) - Static method in interface org.hibernate.type.descriptor.java.TemporalJavaType
 
resolveJavaTypeDescriptor(JavaTypeDescriptor) - Method in class org.hibernate.boot.model.source.internal.hbm.HibernateTypeSourceImpl
 
resolveJavaTypeDescriptor(JavaTypeDescriptor) - Method in interface org.hibernate.boot.model.source.spi.JavaTypeDescriptorResolvable
 
resolveJdbcContext(Map<String, Object>) - Method in class org.hibernate.tool.schema.internal.HibernateSchemaManagementTool
 
resolveJdbcParameterTypeIfNecessary() - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
resolveJdbcParameterTypeIfNecessary() - Method in class org.hibernate.query.spi.AbstractQuery
 
resolveJdbcParameterTypeIfNecessary() - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
resolveJdbcParameterTypeIfNecessary() - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
resolveJdbcTypeCode(int) - Method in class org.hibernate.boot.model.internal.BasicValueBinder
 
resolveJdbcTypeCode(int) - Method in class org.hibernate.mapping.BasicValue
 
resolveJdbcTypeCode(int) - Method in class org.hibernate.type.descriptor.jdbc.DelegatingJdbcTypeIndicators
 
resolveJdbcTypeCode(int) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeIndicators
Resolves the given type code to a possibly different type code, based on context.
resolveJdbcTypeCode(TemporalType) - Static method in interface org.hibernate.type.descriptor.java.TemporalJavaType
 
resolveJdbcValuesSource(String, JdbcOperationQuerySelect, boolean, ExecutionContext, ResultSetAccess) - Method in class org.hibernate.sql.exec.internal.JdbcSelectExecutorStandardImpl
 
resolveJpaSelection() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectClause
 
resolveJsonArrayType(DomainType<?>, TypeConfiguration) - Static method in class org.hibernate.dialect.function.array.JsonArrayViaElementArgumentReturnTypeResolver
 
resolveJtaPlatform(Map, ServiceRegistryImplementor) - Method in class org.hibernate.engine.transaction.jta.platform.internal.StandardJtaPlatformResolver
 
resolveJtaPlatform(Map, ServiceRegistryImplementor) - Method in interface org.hibernate.engine.transaction.jta.platform.spi.JtaPlatformResolver
 
resolveKey(RowProcessingState) - Method in class org.hibernate.sql.results.graph.collection.internal.AbstractCollectionInitializer
 
resolveKey(RowProcessingState) - Method in class org.hibernate.sql.results.graph.collection.internal.AbstractImmediateCollectionInitializer
 
resolveKey(RowProcessingState) - Method in class org.hibernate.sql.results.graph.embeddable.AbstractEmbeddableInitializer
 
resolveKey(RowProcessingState) - Method in class org.hibernate.sql.results.graph.embeddable.internal.AbstractNonAggregatedIdentifierMappingInitializer
 
resolveKey(RowProcessingState) - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
resolveKey(RowProcessingState) - Method in class org.hibernate.sql.results.graph.entity.internal.AbstractBatchEntitySelectFetchInitializer
 
resolveKey(RowProcessingState) - Method in class org.hibernate.sql.results.graph.entity.internal.EntityDelayedFetchInitializer
 
resolveKey(RowProcessingState) - Method in class org.hibernate.sql.results.graph.entity.internal.EntityJoinedFetchInitializer
 
resolveKey(RowProcessingState) - Method in class org.hibernate.sql.results.graph.entity.internal.EntitySelectFetchInitializer
 
resolveKey(RowProcessingState) - Method in interface org.hibernate.sql.results.graph.Initializer
Step 1 - Resolve the key value for this initializer for the current row.
resolveKey(RowProcessingState, ToOneAttributeMapping, FetchParentAccess) - Method in class org.hibernate.sql.results.graph.entity.internal.AbstractBatchEntitySelectFetchInitializer
 
resolveKeys(RowProcessingState) - Method in class org.hibernate.sql.results.internal.InitializersList
 
resolveListType(DomainType<?>, TypeConfiguration) - Static method in class org.hibernate.dialect.function.array.DdlTypeHelper
 
resolveLoadPlan(LockOptions, LoadQueryInfluencers, SessionFactoryImplementor) - Method in class org.hibernate.loader.ast.internal.SingleIdEntityLoaderStandardImpl
 
resolveLocalSchema(String) - Static method in class org.hibernate.boot.jaxb.internal.stax.LocalSchemaLocator
 
resolveLocalSchema(URL) - Static method in class org.hibernate.boot.jaxb.internal.stax.LocalSchemaLocator
 
resolveLocalSchemaUrl(String) - Static method in class org.hibernate.boot.jaxb.internal.stax.LocalSchemaLocator
Given the resource name of a schema, locate its URL reference via ClassLoader lookup.
resolveLocalXsdSchema(String) - Static method in class org.hibernate.boot.xsd.LocalXsdResolver
 
resolveLocalXsdUrl(String) - Static method in class org.hibernate.boot.xsd.LocalXsdResolver
 
resolveLoggingInspectionScope(Object, ExtensionContext) - Static method in class org.hibernate.testing.orm.junit.LoggingInspectionsExtension
 
resolveManagedTypeDescriptor(Type) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeRegistry
 
resolveMappedBy(Collection, PropertyAuditingData) - Static method in class org.hibernate.envers.configuration.internal.metadata.CollectionMappedByResolver
 
resolveMappedBy(Table, PersistentClass, PropertyAuditingData) - Static method in class org.hibernate.envers.configuration.internal.metadata.CollectionMappedByResolver
 
resolveMappingExpressible(SqmExpressible<?>, Function<NavigablePath, TableGroup>) - Method in interface org.hibernate.metamodel.MappingMetamodel
 
resolveMappingExpressible(SqmExpressible<?>, Function<NavigablePath, TableGroup>) - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
resolveMappingModelExpressible(SqmTypedNode<?>, MappingMetamodel, Function<NavigablePath, TableGroup>) - Static method in class org.hibernate.query.sqm.internal.SqmMappingModelHelper
 
resolveMember(XProperty, MetadataBuildingContext) - Static method in class org.hibernate.boot.model.convert.internal.ConverterHelper
 
resolveMember(AttributeContext, MetadataContext) - Method in interface org.hibernate.metamodel.internal.MemberResolver
 
resolveMetadata(S, Function<S, M>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
resolveMetadata(S, Function<S, M>) - Method in interface org.hibernate.query.sqm.sql.SqmToSqlAstConverter
Resolve a generic metadata object from the provided source, using the specified producer.
resolveMetadataForCache() - Method in class org.hibernate.sql.exec.internal.JdbcSelectExecutorStandardImpl.CapturingJdbcValuesMetadata
 
resolveMethod() - Method in class org.hibernate.property.access.internal.AbstractSetterMethodSerialForm
 
resolveMethodStore(ExtensionContext) - Static method in class org.hibernate.testing.orm.junit.MessageKeyInspectionExtension
 
resolveModelPart(NavigablePath) - Method in class org.hibernate.loader.ast.internal.LoaderSqlAstCreationState
 
resolveModelPart(NavigablePath) - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
resolveModelPart(NavigablePath) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
resolveModelPart(NavigablePath) - Method in interface org.hibernate.sql.results.graph.DomainResultCreationState
Resolve the ModelPart associated with a given NavigablePath.
resolveMutatingTableKeyExpression(String, Supplier<Consumer<SelectableConsumer>>) - Method in class org.hibernate.query.sqm.mutation.internal.temptable.UpdateExecutionDelegate
 
resolveNativeQueryParameters(String, Function<String, ParameterInterpretation>) - Method in class org.hibernate.query.internal.QueryInterpretationCacheDisabledImpl
 
resolveNativeQueryParameters(String, Function<String, ParameterInterpretation>) - Method in class org.hibernate.query.internal.QueryInterpretationCacheStandardImpl
 
resolveNativeQueryParameters(String, Function<String, ParameterInterpretation>) - Method in interface org.hibernate.query.spi.QueryInterpretationCache
 
resolveNaturalId(ResolveNaturalIdEvent) - Method in class org.hibernate.event.internal.DefaultResolveNaturalIdEventListener
Coordinates the efforts to load a given entity.
ResolveNaturalIdEvent - Class in org.hibernate.event.spi
Defines an event class for the resolving of an entity id from the entity's natural-id
ResolveNaturalIdEvent(Map<String, Object>, EntityPersister, EventSource) - Constructor for class org.hibernate.event.spi.ResolveNaturalIdEvent
 
ResolveNaturalIdEvent(Map<String, Object>, EntityPersister, LockOptions, EventSource) - Constructor for class org.hibernate.event.spi.ResolveNaturalIdEvent
 
ResolveNaturalIdEventListener - Interface in org.hibernate.event.spi
Defines the contract for handling of resolve natural id events generated from a session.
resolveNaturalIdToId(Object, SharedSessionContractImplementor) - Method in class org.hibernate.loader.ast.internal.AbstractNaturalIdLoader
 
resolveNaturalIdToId(Object, SharedSessionContractImplementor) - Method in interface org.hibernate.loader.ast.spi.NaturalIdLoader
Resolve the id from natural-id value
resolveNavigablePath(Fetchable) - Method in class org.hibernate.sql.results.graph.embeddable.internal.AggregateEmbeddableFetchImpl
 
resolveNavigablePath(Fetchable) - Method in class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableFetchImpl
 
resolveNavigablePath(Fetchable) - Method in class org.hibernate.sql.results.graph.entity.internal.EntityResultImpl
 
resolveNavigablePath(Fetchable) - Method in interface org.hibernate.sql.results.graph.FetchParent
 
resolveNonNullableTransientEntity(Object) - Method in class org.hibernate.engine.internal.NonNullableTransientDependencies
Clean up any tracked references for the given entity, throwing an exception if there were any paths.
resolveNonRootUrl(URL) - Method in class org.hibernate.boot.archive.scan.spi.AbstractScannerImpl
Handle <jar-file/> references from a persistence.xml file.
resolveNoVersionDeleteGroup(SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.AbstractDeleteCoordinator
 
resolveNow(Object) - Method in class org.hibernate.envers.internal.revisioninfo.RevisionTimestampValueResolver
 
resolveParameter(ParameterContext, ExtensionContext) - Method in class org.hibernate.testing.orm.junit.DomainModelParameterResolver
 
resolveParameter(ParameterContext, ExtensionContext) - Method in class org.hibernate.testing.orm.junit.EntityManagerFactoryParameterResolver
 
resolveParameter(ParameterContext, ExtensionContext) - Method in class org.hibernate.testing.orm.junit.LoggingInspectionsScopeResolver
 
resolveParameter(ParameterContext, ExtensionContext) - Method in class org.hibernate.testing.orm.junit.MessageKeyWatcherResolver
 
resolveParameter(ParameterContext, ExtensionContext) - Method in class org.hibernate.testing.orm.junit.ServiceRegistryParameterResolver
 
resolveParameter(ParameterContext, ExtensionContext) - Method in class org.hibernate.testing.orm.junit.SessionFactoryParameterResolver
 
resolveParameter(ParameterContext, ExtensionContext) - Method in class org.hibernate.testing.orm.junit.SessionFactoryScopeParameterResolver
 
resolveParameterBindType(Class<T>) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
Deprecated.
resolveParameterBindType(Class<T>) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Deprecated, for removal: This API element is subject to removal in a future version.
resolveParameterBindType(Class<T>) - Method in class org.hibernate.internal.QueryParameterBindingTypeResolverImpl
 
resolveParameterBindType(Class<T>) - Method in interface org.hibernate.query.spi.QueryParameterBindingTypeResolver
 
resolveParameterBindType(T) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
Deprecated.
resolveParameterBindType(T) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
Deprecated, for removal: This API element is subject to removal in a future version.
resolveParameterBindType(T) - Method in class org.hibernate.internal.QueryParameterBindingTypeResolverImpl
 
resolveParameterBindType(T) - Method in interface org.hibernate.query.spi.QueryParameterBindingTypeResolver
 
resolveParameters() - Method in class org.hibernate.query.sqm.tree.AbstractSqmStatement
 
resolveParameters() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
resolveParameters() - Method in interface org.hibernate.query.sqm.tree.SqmStatement
 
resolveParameters(SqmStatement<?>) - Static method in class org.hibernate.query.sqm.internal.SqmUtil
 
resolveParentMemento(ResultSetMappingResolutionContext) - Method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor.CollectionResultDescriptor
 
resolveParentMemento(ResultSetMappingResolutionContext) - Method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor.EntityResultDescriptor
 
resolveParentMemento(ResultSetMappingResolutionContext) - Method in interface org.hibernate.boot.query.HbmResultSetMappingDescriptor.HbmFetchParent
 
resolveParentMemento(ResultSetMappingResolutionContext) - Method in class org.hibernate.boot.query.HbmResultSetMappingDescriptor.JoinDescriptor
 
resolvePath(String, SqmPathSource<X>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
 
resolvePath(PersistentAttribute<?, X>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
 
resolvePathPart(String, boolean, SqmCreationState) - Method in interface org.hibernate.metamodel.model.domain.DiscriminatorSqmPath
 
resolvePathPart(String, boolean, SqmCreationState) - Method in class org.hibernate.query.hql.internal.BasicDotIdentifierConsumer.BaseLocalSequencePart
 
resolvePathPart(String, boolean, SqmCreationState) - Method in class org.hibernate.query.hql.internal.DomainPathPart
 
resolvePathPart(String, boolean, SqmCreationState) - Method in class org.hibernate.query.hql.internal.FullyQualifiedReflectivePath
 
resolvePathPart(String, boolean, SqmCreationState) - Method in interface org.hibernate.query.hql.spi.SemanticPathPart
 
resolvePathPart(String, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
resolvePathPart(String, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.domain.SqmAnyValuedSimplePath
 
resolvePathPart(String, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.domain.SqmBasicValuedSimplePath
 
resolvePathPart(String, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.domain.SqmElementAggregateFunction
 
resolvePathPart(String, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.domain.SqmEmbeddedValuedSimplePath
 
resolvePathPart(String, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.domain.SqmEntityValuedSimplePath
 
resolvePathPart(String, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.domain.SqmIndexAggregateFunction
 
resolvePathPart(String, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.domain.SqmIndexedCollectionAccessPath
 
resolvePathPart(String, boolean, SqmCreationState) - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
 
resolvePathPart(String, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralValuedSimplePath
 
resolvePathPart(String, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedRoot
 
resolvePathPart(String, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.expression.SqmAnyDiscriminatorValue
 
resolvePathPart(String, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
 
resolvePathPart(String, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
resolvePathPart(String, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.expression.SqmFunction
 
resolvePathPart(String, boolean, SqmCreationState) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteralEntityType
 
resolvePathPart(String, String, boolean, TranslationContext) - Method in class org.hibernate.metamodel.mapping.ordering.ast.CollectionPartPath
 
resolvePathPart(String, String, boolean, TranslationContext) - Method in class org.hibernate.metamodel.mapping.ordering.ast.ColumnReference
 
resolvePathPart(String, String, boolean, TranslationContext) - Method in class org.hibernate.metamodel.mapping.ordering.ast.DomainPathContinuation
 
resolvePathPart(String, String, boolean, TranslationContext) - Method in class org.hibernate.metamodel.mapping.ordering.ast.FkDomainPathContinuation
 
resolvePathPart(String, String, boolean, TranslationContext) - Method in class org.hibernate.metamodel.mapping.ordering.ast.PluralAttributePath
 
resolvePathPart(String, String, boolean, TranslationContext) - Method in class org.hibernate.metamodel.mapping.ordering.ast.RootSequencePart
 
resolvePathPart(String, String, boolean, TranslationContext) - Method in interface org.hibernate.metamodel.mapping.ordering.ast.SequencePart
 
resolvePhysicalTableName(String) - Method in class org.hibernate.engine.jdbc.mutation.internal.AbstractSingleMutationExecutor
 
resolvePhysicalTableName(String) - Method in interface org.hibernate.engine.jdbc.mutation.internal.JdbcValueBindingsImpl.JdbcValueDescriptorAccess
 
resolvePlaceHolder(String) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
Handles interpolation processing for a single property.
resolvePlaceHolders(Map<?, ?>) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
Handles interpolation processing for all entries in a properties object.
resolvePreparedStatementDetails(String) - Method in interface org.hibernate.engine.jdbc.mutation.group.PreparedStatementGroup
Get the PreparedStatement in this group related to the given table-name.
resolvePreparedStatementDetails(String) - Method in class org.hibernate.engine.jdbc.mutation.internal.PreparedStatementGroupNone
 
resolvePreparedStatementDetails(String) - Method in class org.hibernate.engine.jdbc.mutation.internal.PreparedStatementGroupSingleTable
 
resolvePreparedStatementDetails(String) - Method in class org.hibernate.engine.jdbc.mutation.internal.PreparedStatementGroupStandard
 
resolvePropertyAccess(Property) - Method in class org.hibernate.metamodel.internal.AbstractEmbeddableRepresentationStrategy
 
resolvePropertyAccess(Property) - Method in class org.hibernate.metamodel.internal.EmbeddableRepresentationStrategyMap
 
resolvePropertyAccess(Property) - Method in class org.hibernate.metamodel.internal.EntityRepresentationStrategyMap
 
resolvePropertyAccess(Property) - Method in class org.hibernate.metamodel.internal.EntityRepresentationStrategyPojoStandard
 
resolvePropertyAccess(Property) - Method in class org.hibernate.metamodel.mapping.internal.IdClassRepresentationStrategy
 
resolvePropertyAccess(Property) - Method in class org.hibernate.metamodel.mapping.internal.VirtualIdRepresentationStrategy
 
resolvePropertyAccess(Property) - Method in interface org.hibernate.metamodel.spi.ManagedTypeRepresentationStrategy
Create the property accessor object for the specified attribute
resolvePropertyAccessStrategy(Class<?>, String, RepresentationMode) - Method in class org.hibernate.property.access.internal.PropertyAccessStrategyResolverStandardImpl
 
resolvePropertyAccessStrategy(Class<?>, String, RepresentationMode) - Method in interface org.hibernate.property.access.spi.PropertyAccessStrategyResolver
Resolve the PropertyAccessStrategy to use
resolvePropertyData() - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
resolveQueryParameterType(Class<T>) - Method in interface org.hibernate.metamodel.MappingMetamodel
Given a Java type, determine the corresponding BindableType to use implicitly
resolveQueryParameterType(Class<T>) - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
resolveRegionFactory(Map<String, Object>, ServiceRegistryImplementor) - Method in class org.hibernate.cache.internal.RegionFactoryInitiator
 
resolveRepresentation(Collection) - Method in class org.hibernate.collection.internal.StandardCollectionSemanticsResolver
 
resolveRepresentation(Collection) - Method in interface org.hibernate.collection.spi.CollectionSemanticsResolver
 
resolveResultSetMapping(String, boolean, SessionFactoryImplementor) - Static method in interface org.hibernate.query.results.ResultSetMapping
 
resolveResultSetMapping(String, SessionFactoryImplementor) - Static method in interface org.hibernate.query.results.ResultSetMapping
 
resolveResultSetMappingClasses(Class[], ResultSetMapping, Consumer<String>, ResultSetMappingResolutionContext) - Static method in class org.hibernate.procedure.internal.Util
 
resolveResultSetMappingNames(String[], ResultSetMapping, Consumer<String>, ResultSetMappingResolutionContext) - Static method in class org.hibernate.procedure.internal.Util
 
resolveResultSetMappings(String[], Class[], ResultSetMapping, Consumer<String>, ResultSetMappingResolutionContext) - Static method in class org.hibernate.procedure.internal.Util
 
resolveResultType(Supplier<MappingModelExpressible<?>>, TypeConfiguration) - Method in class org.hibernate.dialect.function.InverseDistributionFunction.SelfRenderingInverseDistributionFunction
 
resolveResultType(Supplier<MappingModelExpressible<?>>, TypeConfiguration) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmFunction
 
resolveResultType(SqmToSqlAstConverter) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmFunction
 
resolveResultType(TypeConfiguration) - Method in class org.hibernate.dialect.function.array.OracleArrayAggEmulation.OracleArrayAggSqmFunction
 
resolveResultType(TypeConfiguration) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmFunction
 
resolveRootDirectory(Class) - Static method in class org.hibernate.testing.util.TestPathHelper
Essentially the same as TestPathHelper.resolveRootUrl(Class), but here we convert the root URL to a File (directory) reference.
resolveRootUrl(Class) - Static method in class org.hibernate.testing.util.TestPathHelper
Useful in cases where we need to deal with files/resources in the test compilation output dir of the project.
resolveSchemaName(Connection) - Method in interface org.hibernate.engine.jdbc.spi.SchemaNameResolver
Given a JDBC Connection, resolve the name of the schema (if one) to which it connects.
resolveSchemaName(Connection, Dialect) - Method in class org.hibernate.engine.jdbc.env.internal.DefaultSchemaNameResolver
 
resolveSchemaName(Connection, Dialect) - Method in class org.hibernate.engine.jdbc.env.internal.DefaultSchemaNameResolver.SchemaNameResolverFallbackDelegate
 
resolveSchemaName(Connection, Dialect) - Method in class org.hibernate.engine.jdbc.env.internal.DefaultSchemaNameResolver.SchemaNameResolverJava17Delegate
 
resolveSchemaName(Connection, Dialect) - Method in interface org.hibernate.engine.jdbc.env.spi.SchemaNameResolver
Given a JDBC Connection, resolve the name of the schema (if one) to which it connects.
resolveSelectQueryPlan() - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
resolveSelectQueryPlan(QueryInterpretationCache.Key, Supplier<SelectQueryPlan<R>>) - Method in class org.hibernate.query.internal.QueryInterpretationCacheDisabledImpl
 
resolveSelectQueryPlan(QueryInterpretationCache.Key, Supplier<SelectQueryPlan<R>>) - Method in class org.hibernate.query.internal.QueryInterpretationCacheStandardImpl
 
resolveSelectQueryPlan(QueryInterpretationCache.Key, Supplier<SelectQueryPlan<R>>) - Method in interface org.hibernate.query.spi.QueryInterpretationCache
 
resolveServiceRegistry() - Method in class org.hibernate.mapping.Property
 
resolveSize(JdbcType, JavaType<?>, Integer, Integer, Long) - Method in interface org.hibernate.dialect.Dialect.SizeStrategy
Resolve the Size to use for columns of the given SQL type and Java type.
resolveSize(JdbcType, JavaType<?>, Integer, Integer, Long) - Method in class org.hibernate.dialect.Dialect.SizeStrategyImpl
 
resolveSoftDeleteMapping(SoftDeletableModelPart, SoftDeletable, String, Dialect) - Static method in class org.hibernate.boot.model.internal.SoftDeleteHelper
 
resolveSoftDeleteMapping(SoftDeletableModelPart, SoftDeletable, String, MappingModelCreationProcess) - Static method in class org.hibernate.boot.model.internal.SoftDeleteHelper
 
resolveSqlAstArguments(List<? extends SqmTypedNode<?>>, SqmToSqlAstConverter) - Method in class org.hibernate.query.sqm.function.SelfRenderingSqmFunction
 
resolveSqlExpression(DomainResultCreationStateImpl, JdbcValuesMetadata, TableReference, SelectableMapping, String) - Static method in class org.hibernate.query.results.ResultsHelper
 
resolveSqlExpression(NavigablePath, JdbcMapping, TableGroup, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.DiscriminatorMapping
Create the appropriate SQL expression for this discriminator
resolveSqlExpression(NavigablePath, JdbcMapping, TableGroup, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.EntityDiscriminatorMapping
Create the appropriate SQL expression for this discriminator
resolveSqlExpression(NavigablePath, JdbcMapping, TableGroup, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.internal.AnyDiscriminatorPart
 
resolveSqlExpression(NavigablePath, JdbcMapping, TableGroup, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.internal.CaseStatementDiscriminatorMappingImpl
 
resolveSqlExpression(NavigablePath, JdbcMapping, TableGroup, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.internal.ExplicitColumnDiscriminatorMappingImpl
 
resolveSqlExpression(SqlExpressionResolver.ColumnReferenceKey, Function<SqlAstProcessingState, Expression>) - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
resolveSqlExpression(SqlExpressionResolver.ColumnReferenceKey, Function<SqlAstProcessingState, Expression>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.DelegatingSqmAliasedNodeCollector
 
resolveSqlExpression(SqlExpressionResolver.ColumnReferenceKey, Function<SqlAstProcessingState, Expression>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.SqmAliasedNodePositionTracker
 
resolveSqlExpression(SqlExpressionResolver.ColumnReferenceKey, Function<SqlAstProcessingState, Expression>) - Method in class org.hibernate.query.sqm.sql.internal.SqlAstProcessingStateImpl
 
resolveSqlExpression(SqlExpressionResolver.ColumnReferenceKey, Function<SqlAstProcessingState, Expression>) - Method in interface org.hibernate.sql.ast.spi.SqlExpressionResolver
Given a qualifier + a qualifiable SqlExpressible, resolve the (Sql)Expression reference.
resolveSqlExpression(TableReference, SelectableMapping) - Method in interface org.hibernate.sql.ast.spi.SqlExpressionResolver
 
resolveSqlSelection(Expression, JavaType<?>, FetchParent, TypeConfiguration) - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
resolveSqlSelection(Expression, JavaType<?>, FetchParent, TypeConfiguration) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.DelegatingSqmAliasedNodeCollector
 
resolveSqlSelection(Expression, JavaType<?>, FetchParent, TypeConfiguration) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.SqmAliasedNodePositionTracker
 
resolveSqlSelection(Expression, JavaType<?>, FetchParent, TypeConfiguration) - Method in class org.hibernate.query.sqm.sql.internal.SqlAstProcessingStateImpl
 
resolveSqlSelection(Expression, JavaType<?>, FetchParent, TypeConfiguration) - Method in class org.hibernate.query.sqm.sql.internal.SqlAstQueryPartProcessingStateImpl
 
resolveSqlSelection(Expression, JavaType<?>, FetchParent, TypeConfiguration) - Method in interface org.hibernate.sql.ast.spi.SqlExpressionResolver
Resolve the SqlSelection for the given expression
resolveSqlSelection(DomainResultCreationState) - Method in class org.hibernate.query.sqm.sql.internal.SqmParameterInterpretation
 
resolveSqlSelection(DomainResultCreationState) - Method in class org.hibernate.sql.ast.tree.expression.BinaryArithmeticExpression
 
resolveSqlTypeCode(String, String, TypeConfiguration) - Method in class org.hibernate.dialect.Dialect
Resolves the SqlTypes type code for the given column type name as reported by the database and the base type name (i.e.
resolveSqlTypeCode(String, String, TypeConfiguration) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
resolveSqlTypeCode(String, String, TypeConfiguration) - Method in class org.hibernate.dialect.H2Dialect
 
resolveSqlTypeCode(String, String, TypeConfiguration) - Method in class org.hibernate.dialect.HSQLDialect
 
resolveSqlTypeCode(String, TypeConfiguration) - Method in class org.hibernate.dialect.CockroachDialect
 
resolveSqlTypeCode(String, TypeConfiguration) - Method in class org.hibernate.dialect.Dialect
Resolves the SqlTypes type code for the given column type name as reported by the database, or null if it can't be resolved.
resolveSqlTypeCode(String, TypeConfiguration) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
resolveSqlTypeCode(String, TypeConfiguration) - Method in class org.hibernate.dialect.H2Dialect
 
resolveSqlTypeCode(String, TypeConfiguration) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
resolveSqlTypeDescriptor(String, int, int, int, JdbcTypeRegistry) - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
resolveSqlTypeDescriptor(String, int, int, int, JdbcTypeRegistry) - Method in class org.hibernate.dialect.CockroachDialect
 
resolveSqlTypeDescriptor(String, int, int, int, JdbcTypeRegistry) - Method in class org.hibernate.dialect.Dialect
Assigns an appropriate JdbcType to a column of a JDBC result set based on the column type name, JDBC type code, precision, and scale.
resolveSqlTypeDescriptor(String, int, int, int, JdbcTypeRegistry) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
resolveSqlTypeDescriptor(String, int, int, int, JdbcTypeRegistry) - Method in class org.hibernate.dialect.H2Dialect
 
resolveSqlTypeDescriptor(String, int, int, int, JdbcTypeRegistry) - Method in class org.hibernate.dialect.MariaDBDialect
 
resolveSqlTypeDescriptor(String, int, int, int, JdbcTypeRegistry) - Method in class org.hibernate.dialect.MySQLDialect
 
resolveSqlTypeDescriptor(String, int, int, int, JdbcTypeRegistry) - Method in class org.hibernate.dialect.OracleDialect
 
resolveSqlTypeDescriptor(String, int, int, int, JdbcTypeRegistry) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
resolveSqlTypeDescriptor(String, int, int, int, JdbcTypeRegistry) - Method in class org.hibernate.dialect.SQLServerDialect
 
resolveSqlTypeDescriptor(String, int, int, int, JdbcTypeRegistry) - Method in class org.hibernate.dialect.SybaseDialect
 
resolveSqlTypeIndicators(JdbcTypeIndicators, BasicType<T>, JavaType<T>) - Static method in class org.hibernate.boot.model.process.internal.InferredBasicValueResolver
 
resolveSqlTypeLength(String, int, int, int, int) - Method in class org.hibernate.dialect.Dialect
Determine the length/precision of a column based on information in the JDBC ResultSetMetaData.
resolveSqlTypeLength(String, int, int, int, int) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
resolveSqlTypeLength(String, int, int, int, int) - Method in class org.hibernate.dialect.SybaseASEDialect
 
resolveSqmKeyPathSource(DomainType<J>, Bindable.BindableType, boolean) - Static method in class org.hibernate.query.sqm.internal.SqmMappingModelHelper
 
resolveSqmPathSource(String, DomainType<J>, Bindable.BindableType, boolean) - Static method in class org.hibernate.query.sqm.internal.SqmMappingModelHelper
 
resolveSqmPathSource(String, SqmPathSource<J>, DomainType<J>, JavaType<?>, Bindable.BindableType, boolean) - Static method in class org.hibernate.query.sqm.internal.SqmMappingModelHelper
 
resolveState(RowProcessingState) - Method in class org.hibernate.sql.results.graph.basic.BasicResultAssembler
 
resolveState(RowProcessingState) - Method in interface org.hibernate.sql.results.graph.DomainResultAssembler
This method is used to resolve the assembler's state, i.e.
resolveState(RowProcessingState) - Method in class org.hibernate.sql.results.graph.embeddable.AbstractEmbeddableInitializer
 
resolveState(RowProcessingState) - Method in interface org.hibernate.sql.results.graph.embeddable.EmbeddableInitializer
 
resolveState(RowProcessingState) - Method in class org.hibernate.sql.results.graph.embeddable.internal.AbstractNonAggregatedIdentifierMappingInitializer
 
resolveState(RowProcessingState) - Method in class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableAssembler
 
resolveStatement() - Method in interface org.hibernate.engine.jdbc.mutation.group.PreparedStatementDetails
The PreparedStatement generated from the SQL.
resolveStatement() - Method in class org.hibernate.engine.jdbc.mutation.internal.PreparedStatementDetailsStandard
 
resolveStrategy(Class<T>, Object) - Method in interface org.hibernate.boot.registry.selector.spi.StrategySelector
Resolve strategy instances.
resolveStrategy(Class<T>, Object) - Method in class org.hibernate.boot.registry.selector.internal.StrategySelectorImpl
 
resolveStrategy(Class<T>, Object, Callable<T>, StrategyCreator<T>) - Method in class org.hibernate.boot.registry.selector.internal.StrategySelectorImpl
 
resolveStrategy(Class<T>, Object, Callable<T>, StrategyCreator<T>) - Method in interface org.hibernate.boot.registry.selector.spi.StrategySelector
 
resolveStrategy(Class<T>, Object, T, StrategyCreator<T>) - Method in class org.hibernate.boot.registry.selector.internal.StrategySelectorImpl
 
resolveStrategy(Class<T>, Object, T, StrategyCreator<T>) - Method in interface org.hibernate.boot.registry.selector.spi.StrategySelector
 
resolveStrategy(Component, Supplier<EmbeddableMappingType>, RuntimeModelCreationContext) - Method in class org.hibernate.metamodel.internal.ManagedTypeRepresentationResolverStandard
 
resolveStrategy(Component, Supplier<EmbeddableMappingType>, RuntimeModelCreationContext) - Method in interface org.hibernate.metamodel.spi.ManagedTypeRepresentationResolver
Resolve the strategy to use for the given embeddable
resolveStrategy(PersistentClass, EntityPersister, RuntimeModelCreationContext) - Method in class org.hibernate.metamodel.internal.ManagedTypeRepresentationResolverStandard
 
resolveStrategy(PersistentClass, EntityPersister, RuntimeModelCreationContext) - Method in interface org.hibernate.metamodel.spi.ManagedTypeRepresentationResolver
Resolve the strategy to use for the given entity
resolveSubType(ManagedDomainType<T>, String, JpaMetamodel) - Static method in class org.hibernate.metamodel.model.domain.internal.DomainModelHelper
 
resolveTable(Identifier) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector.EntityTableXref
 
resolveTableGroup(NavigablePath, Function<NavigablePath, TableGroup>) - Method in interface org.hibernate.sql.ast.spi.FromClauseAccess
Finds the TableGroup associated with the given `navigablePath`.
resolveTableGroupProducer(String, List<SqlSelection>, FromClauseAccess) - Method in class org.hibernate.query.derived.AnonymousTupleType
 
resolveTableGroupProducer(String, List<SqlSelection>, FromClauseAccess) - Method in class org.hibernate.query.sqm.tree.cte.SqmCteTable
 
resolveTableReference(String) - Method in interface org.hibernate.sql.ast.tree.from.ColumnReferenceQualifier
 
resolveTableReference(NavigablePath, String) - Method in interface org.hibernate.sql.ast.tree.from.ColumnReferenceQualifier
Like ColumnReferenceQualifier.getTableReference(NavigablePath, String, boolean), but will throw an exception if no table reference can be found, even after resolving possible table reference joins.
resolveTableReference(NavigablePath, String) - Method in class org.hibernate.sql.ast.tree.from.DerivedTableReference
 
resolveTableReference(NavigablePath, String) - Method in class org.hibernate.sql.ast.tree.from.MappedByTableGroup
 
resolveTableReference(NavigablePath, String) - Method in class org.hibernate.sql.ast.tree.from.NamedTableReference
 
resolveTableReference(NavigablePath, String) - Method in interface org.hibernate.sql.ast.tree.from.TableReference
 
resolveTableReference(NavigablePath, String) - Method in class org.hibernate.sql.ast.tree.from.UnionTableReference
 
resolveTableReference(NavigablePath, String) - Method in class org.hibernate.sql.model.ast.MutatingTableReference
 
resolveTableReference(NavigablePath, ValuedModelPart, String) - Method in interface org.hibernate.sql.ast.tree.from.ColumnReferenceQualifier
 
resolveTableReference(NavigablePath, ValuedModelPart, String) - Method in class org.hibernate.sql.ast.tree.from.DerivedTableReference
 
resolveTableReference(NavigablePath, ValuedModelPart, String) - Method in class org.hibernate.sql.ast.tree.from.MappedByTableGroup
 
resolveTableReference(NavigablePath, ValuedModelPart, String) - Method in class org.hibernate.sql.model.ast.MutatingTableReference
 
resolveTableReference(ColumnReference, Map<String, TableReference>) - Method in class org.hibernate.query.sqm.mutation.internal.temptable.UpdateExecutionDelegate
 
resolveTemporalPrecision(TemporalType, BindableType<T>, SessionFactoryImplementor) - Method in class org.hibernate.query.internal.BindingTypeHelper
 
resolveTimestampTemporalTypeVariant(Class, BindableType, TypeConfiguration) - Method in class org.hibernate.query.internal.BindingTypeHelper
 
resolveTimeTemporalTypeVariant(Class, BindableType, TypeConfiguration) - Method in class org.hibernate.query.internal.BindingTypeHelper
 
resolveTupleType(List<? extends SqmTypedNode<?>>) - Method in class org.hibernate.type.spi.TypeConfiguration
 
resolveType(int, JavaType<J>, SessionFactoryImplementor) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesMetadata
Determine the mapping to use for a particular position in the result
resolveType(int, JavaType<J>, TypeConfiguration) - Method in class org.hibernate.sql.exec.internal.JdbcSelectExecutorStandardImpl.CapturingJdbcValuesMetadata
 
resolveType(int, JavaType<J>, TypeConfiguration) - Method in interface org.hibernate.sql.results.jdbc.internal.ResultSetAccess
 
resolveType(int, JavaType<J>, TypeConfiguration) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesMetadata
Determine the mapping to use for a particular position in the result
resolveType(TypeConfiguration, Dialect, BasicType<?>, ColumnTypeInformation) - Method in class org.hibernate.dialect.OracleArrayJdbcTypeConstructor
 
resolveType(TypeConfiguration, Dialect, BasicType<?>, ColumnTypeInformation) - Method in class org.hibernate.dialect.OracleNestedTableJdbcTypeConstructor
 
resolveType(TypeConfiguration, Dialect, BasicType<?>, ColumnTypeInformation) - Method in class org.hibernate.type.descriptor.jdbc.ArrayJdbcTypeConstructor
 
resolveType(TypeConfiguration, Dialect, BasicType<?>, ColumnTypeInformation) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeConstructor
Called by ArrayJavaType and friends.
resolveType(TypeConfiguration, Dialect, BasicType<E>, ColumnTypeInformation, JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.AbstractArrayJavaType
 
resolveType(TypeConfiguration, Dialect, BasicType<E>, ColumnTypeInformation, JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.spi.BasicCollectionJavaType
 
resolveType(TypeConfiguration, Dialect, BasicType<T>, ColumnTypeInformation, JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.java.ArrayJavaType
 
resolveType(TypeConfiguration, Dialect, BasicType<T>, ColumnTypeInformation, JdbcTypeIndicators) - Method in interface org.hibernate.type.descriptor.java.BasicPluralJavaType
Creates a container type for the given element type
resolveType(TypeConfiguration, Dialect, JdbcType, ColumnTypeInformation) - Method in class org.hibernate.dialect.OracleArrayJdbcTypeConstructor
 
resolveType(TypeConfiguration, Dialect, JdbcType, ColumnTypeInformation) - Method in class org.hibernate.dialect.OracleNestedTableJdbcTypeConstructor
 
resolveType(TypeConfiguration, Dialect, JdbcType, ColumnTypeInformation) - Method in class org.hibernate.type.descriptor.jdbc.ArrayJdbcTypeConstructor
 
resolveType(TypeConfiguration, Dialect, JdbcType, ColumnTypeInformation) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcTypeConstructor
Called from Dialect.resolveSqlTypeDescriptor(java.lang.String, int, int, int, org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry) when inferring JdbcTypes from a JDBC ResultSet or when reverse-engineering a schema.
resolveTypeConstructorDescriptor(int, BasicType<?>, ColumnTypeInformation) - Method in class org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry
resolveTypeConstructorDescriptor(int, JdbcType, ColumnTypeInformation) - Method in class org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry
resolveTypeForPrecision(TemporalType, TypeConfiguration) - Method in class org.hibernate.type.descriptor.java.AbstractTemporalJavaType
 
resolveTypeForPrecision(TemporalType, TypeConfiguration) - Method in interface org.hibernate.type.descriptor.java.TemporalJavaType
Resolve the appropriate TemporalJavaType for the given precision "relative" to this type.
resolveUnionTableReference(TableReference, String) - Method in class org.hibernate.query.sqm.mutation.internal.cte.AbstractCteMutationHandler
 
resolveUnionTableReference(TableReference, String) - Method in class org.hibernate.query.sqm.mutation.internal.cte.CteInsertHandler
 
resolveUnionTableReference(TableReference, String) - Method in class org.hibernate.query.sqm.mutation.internal.temptable.UpdateExecutionDelegate
 
resolveUpdateVersionBatchKeyAccess(boolean, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard
 
resolveValueDescriptor(String, String, ParameterUsage) - Method in class org.hibernate.engine.jdbc.mutation.internal.AbstractSingleMutationExecutor
 
resolveValueDescriptor(String, String, ParameterUsage) - Method in interface org.hibernate.engine.jdbc.mutation.internal.JdbcValueBindingsImpl.JdbcValueDescriptorAccess
 
resolveValueDescriptor(String, String, ParameterUsage) - Method in class org.hibernate.engine.jdbc.mutation.internal.MutationExecutorPostInsert
 
resolveValueDescriptor(String, String, ParameterUsage) - Method in class org.hibernate.engine.jdbc.mutation.internal.MutationExecutorPostInsertSingleTable
 
resolveValueDescriptor(String, String, ParameterUsage) - Method in class org.hibernate.engine.jdbc.mutation.internal.MutationExecutorSingleSelfExecuting
 
resolveValueDescriptor(String, String, ParameterUsage) - Method in class org.hibernate.engine.jdbc.mutation.internal.MutationExecutorStandard
 
resource - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
 
RESOURCE - org.hibernate.boot.cfgxml.spi.MappingReference.Type
 
RESOURCE - org.hibernate.boot.jaxb.SourceType
 
RESOURCE_LOCAL - org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitTransactionType
 
ResourceClosedException - Exception in org.hibernate
Indicates an attempt was made to use a closed resource, such as a closed Session or SessionFactory.
ResourceClosedException(String) - Constructor for exception org.hibernate.ResourceClosedException
Constructs a ResourceClosedException using the supplied message.
ResourceLocator - Interface in org.hibernate.boot
Abstraction for locating class-path resources
resourceRegistry - Variable in class org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor
 
ResourceRegistry - Interface in org.hibernate.resource.jdbc
A registry for tracking JDBC resources.
ResourceRegistryStandardImpl - Class in org.hibernate.resource.jdbc.internal
Helps to track statements and resultsets which need being closed.
ResourceRegistryStandardImpl() - Constructor for class org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl
 
ResourceRegistryStandardImpl(JdbcObserver) - Constructor for class org.hibernate.resource.jdbc.internal.ResourceRegistryStandardImpl
 
ResourceStreamLocator - Interface in org.hibernate.boot
Abstraction for locating class-path resources
RESPECT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
RESPECT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RESPECT() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
RESPECT() - Method in class org.hibernate.grammars.hql.HqlParser.NullsClauseContext
 
restrict(Predicate) - Method in class org.hibernate.query.criteria.CriteriaDefinition
 
RESTRICT - org.hibernate.annotations.OnDeleteAction
Prevents deletion of the parent by raising an error immediately.
RESTRICT - org.hibernate.engine.jdbc.mutation.ParameterUsage
The parameter is used in the where clause
Restrictable - Interface in org.hibernate.metamodel.mapping
Things that can have Where, and/or Filter applied to them.
RestrictedDeleteExecutionDelegate - Class in org.hibernate.query.sqm.mutation.internal.temptable
 
RestrictedDeleteExecutionDelegate(EntityMappingType, TemporaryTable, AfterUseAction, SqmDeleteStatement<?>, DomainParameterXref, QueryOptions, LoadQueryInfluencers, QueryParameterBindings, Function<SharedSessionContractImplementor, String>, SessionFactoryImplementor) - Constructor for class org.hibernate.query.sqm.mutation.internal.temptable.RestrictedDeleteExecutionDelegate
 
RestrictedTableMutation<O extends MutationOperation> - Interface in org.hibernate.sql.model.ast
Specialized TableMutation implementation for mutations which define a where-clause
RestrictedTableMutationBuilder<O extends MutationOperation,​M extends RestrictedTableMutation<O>> - Interface in org.hibernate.sql.model.ast.builder
Specialized TableMutationBuilder implementation for building mutations which have a where clause.
Restriction - Interface in org.hibernate.sql
A restriction (predicate) to be applied to a query
RestrictionRenderingContext - Interface in org.hibernate.sql
 
restrictions - Variable in class org.hibernate.sql.Delete
 
restrictions - Variable in class org.hibernate.sql.SimpleSelect
 
restrictions - Variable in class org.hibernate.sql.Update
 
result() - Method in class org.hibernate.dialect.Replacer
 
RESULT_SET_MAPPING - org.hibernate.DuplicateMappingException.Type
A duplicate ResultSetMapping was encountered
ResultBuilder - Interface in org.hibernate.query.results
Responsible for building a single DomainResult instance as part of the overall mapping of native / procedure query results.
ResultBuilderBasicValued - Interface in org.hibernate.query.results
Nominal extension to ResultBuilder for cases involving scalar results
ResultBuilderEmbeddable - Interface in org.hibernate.query.results
 
ResultBuilderEntityValued - Interface in org.hibernate.query.results
Specialization of ResultBuilder for building an EntityResult
ResultBuilderInstantiationValued - Interface in org.hibernate.query.results
Nominal extension to ResultBuilder for cases involving dynamic-instantiation results
ResultCheckStyle - Enum in org.hibernate.annotations
Enumerates strategies for checking JDBC return codes for custom SQL DML queries.
ResultCheckStyleMarshalling - Class in org.hibernate.boot.jaxb.mapping.marshall
JAXB marshalling for ExecuteUpdateResultCheckStyle
ResultCheckStyleMarshalling() - Constructor for class org.hibernate.boot.jaxb.mapping.marshall.ResultCheckStyleMarshalling
 
resultClass - Variable in class org.hibernate.boot.jaxb.mapping.JaxbNamedNativeQuery
 
resultClass - Variable in class org.hibernate.boot.jaxb.mapping.JaxbNamedStoredProcedureQuery
 
resultClass - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedNativeQuery
 
resultClass - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedStoredProcedureQuery
 
resultClass() - Method in annotation type org.hibernate.annotations.NamedNativeQuery
The resulting Class.
resultClassBuilder(Class<?>, SessionFactoryImplementor) - Static method in class org.hibernate.query.results.Builders
 
resultClassBuilder(Class<?>, ResultSetMappingResolutionContext) - Static method in class org.hibernate.query.results.Builders
 
ResultColumnReferenceStrategy - Enum in org.hibernate.dialect
Defines how we need to reference columns in the group-by, having, and order-by clauses.
ResultContext - Interface in org.hibernate.result.spi
 
ResultDescriptor - Interface in org.hibernate.boot.query
Describes the mapping for a result as part of a NamedResultSetMappingDescriptor
ResultListTransformer<T> - Interface in org.hibernate.query
Defines some processing performed on the overall result List of a Query before the result list is returned to the caller.
ResultMappingMementoNode - Interface in org.hibernate.query.named
Any node (result or fetch) in the result graph
ResultMemento - Interface in org.hibernate.query.named
 
ResultMementoBasic - Interface in org.hibernate.query.named
 
ResultMementoBasicStandard - Class in org.hibernate.query.internal
Implementation of ResultMementoBasic for scalar (basic) results.
ResultMementoBasicStandard(ColumnResult, ResultSetMappingResolutionContext) - Constructor for class org.hibernate.query.internal.ResultMementoBasicStandard
Creation for JPA descriptor
ResultMementoBasicStandard(String, BasicType<?>, ResultSetMappingResolutionContext) - Constructor for class org.hibernate.query.internal.ResultMementoBasicStandard
 
ResultMementoCollectionStandard - Class in org.hibernate.query.internal
 
ResultMementoCollectionStandard(String, NavigablePath, PluralAttributeMapping) - Constructor for class org.hibernate.query.internal.ResultMementoCollectionStandard
 
ResultMementoEntity - Interface in org.hibernate.query.named
 
ResultMementoEntityJpa - Class in org.hibernate.query.internal
 
ResultMementoEntityJpa(EntityMappingType, LockMode, FetchMementoBasic, Map<String, FetchMemento>) - Constructor for class org.hibernate.query.internal.ResultMementoEntityJpa
 
ResultMementoEntityStandard - Class in org.hibernate.query.internal
 
ResultMementoEntityStandard(String, EntityMappingType, LockMode, FetchMementoBasic, Map<String, FetchMemento>) - Constructor for class org.hibernate.query.internal.ResultMementoEntityStandard
 
ResultMementoInstantiation - Interface in org.hibernate.query.named
 
ResultMementoInstantiation.ArgumentMemento - Class in org.hibernate.query.named
 
ResultMementoInstantiationStandard - Class in org.hibernate.query.internal
 
ResultMementoInstantiationStandard(JavaType<?>, List<ResultMementoInstantiation.ArgumentMemento>) - Constructor for class org.hibernate.query.internal.ResultMementoInstantiationStandard
 
RESULTS_LOGGER - Static variable in interface org.hibernate.sql.results.ResultsLogger
 
RESULTS_MESSAGE_LOGGER - Static variable in interface org.hibernate.sql.results.ResultsLogger
 
ResultsConsumer<T,​R> - Interface in org.hibernate.sql.results.spi
Consumes JdbcValues and returns the consumed values in whatever form this consumer returns, generally a List or a ScrollableResults
resultset - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
 
resultset - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
resultset - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
resultset - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
resultset - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
ResultSetAccess - Interface in org.hibernate.sql.results.jdbc.internal
Access to a JDBC ResultSet and information about it.
resultSetCatalogName(ResultSet) - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorLegacyImpl
 
ResultSetIdentifierConsumer - Interface in org.hibernate.id
Deprecated, for removal: This API element is subject to removal in a future version.
this interface is unnecessary and no longer used
resultSetIncrementValue(ResultSet) - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorLegacyImpl
 
resultSetIncrementValue(ResultSet) - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorOracleDatabaseImpl
 
resultSetIncrementValue(ResultSet) - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorTiDBDatabaseImpl
 
resultSetMapping - Variable in class org.hibernate.boot.jaxb.mapping.JaxbNamedNativeQuery
 
resultSetMapping - Variable in class org.hibernate.boot.jaxb.mapping.JaxbNamedStoredProcedureQuery
 
resultSetMapping - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedNativeQuery
 
resultSetMapping - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedStoredProcedureQuery
 
resultSetMapping() - Method in annotation type org.hibernate.annotations.NamedNativeQuery
The name of a SqlResultSetMapping.
resultSetMapping() - Method in annotation type org.hibernate.annotations.SQLSelect
ResultSetMapping - Interface in org.hibernate.query.results
ResultSetMappingBindingDefinition - Interface in org.hibernate.boot.jaxb.hbm.spi
 
resultSetMappingClassName - Variable in class org.hibernate.query.sql.spi.NamedNativeQueryMemento.Builder
 
ResultSetMappingContainer - Interface in org.hibernate.boot.jaxb.hbm.spi
 
ResultSetMappingImpl - Class in org.hibernate.query.results
 
ResultSetMappingImpl(String) - Constructor for class org.hibernate.query.results.ResultSetMappingImpl
 
ResultSetMappingImpl(String, boolean) - Constructor for class org.hibernate.query.results.ResultSetMappingImpl
 
resultSetMappingName - Variable in class org.hibernate.query.sql.spi.NamedNativeQueryMemento.Builder
 
ResultSetMappingProcessor - Class in org.hibernate.query.sql.internal
Responsible for processing the ResultSetMapping defined by a NativeSelectQueryDefinition and preprocessing it for consumption by SQLQueryParser.
ResultSetMappingProcessor(ResultSetMapping, SessionFactoryImplementor) - Constructor for class org.hibernate.query.sql.internal.ResultSetMappingProcessor
 
ResultSetMappingResolutionContext - Interface in org.hibernate.query.internal
Context ("parameter object") used in resolving a NamedResultSetMappingMementoImpl
ResultSetMappingSecondPass - Class in org.hibernate.boot.model.internal
 
ResultSetMappingSecondPass(SqlResultSetMapping, MetadataBuildingContext, boolean) - Constructor for class org.hibernate.boot.model.internal.ResultSetMappingSecondPass
 
ResultSetMappingSqlSelection - Class in org.hibernate.query.results
SqlSelection used in ResultSetMapping resolution.
ResultSetMappingSqlSelection(int, BasicValuedMapping) - Constructor for class org.hibernate.query.results.ResultSetMappingSqlSelection
 
ResultSetMappingSqlSelection(int, JdbcMapping) - Constructor for class org.hibernate.query.results.ResultSetMappingSqlSelection
 
resultSetMaxValue(ResultSet) - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorLegacyImpl
 
resultSetMaxValue(ResultSet) - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorOracleDatabaseImpl
 
resultSetMinValue(ResultSet) - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorLegacyImpl
 
resultSetMinValue(ResultSet) - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorOracleDatabaseImpl
 
ResultSetOutput - Interface in org.hibernate.result
Models a return that is a result set.
resultsetRef - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
 
ResultSetReturn - Interface in org.hibernate.engine.jdbc.spi
Contract for extracting ResultSets from Statements, executing the statements, managing resources, and logging statement calls.
ResultSetReturnImpl - Class in org.hibernate.engine.jdbc.internal
Standard implementation of the ResultSetReturn contract
ResultSetReturnImpl(JdbcCoordinator, JdbcServices) - Constructor for class org.hibernate.engine.jdbc.internal.ResultSetReturnImpl
Constructs a ResultSetReturnImpl
resultSetSchemaName(ResultSet) - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorLegacyImpl
 
resultSetSequenceName(ResultSet) - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorLegacyImpl
 
resultSetSequenceName(ResultSet) - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorMariaDBDatabaseImpl
 
resultSetSequenceName(ResultSet) - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorTiDBDatabaseImpl
 
resultSetSequenceName(ResultSet) - Method in class org.hibernate.tool.schema.extract.internal.SequenceNameExtractorImpl
 
resultSetStartValueSize(ResultSet) - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorLegacyImpl
 
ResultSetUtil - Class in org.hibernate.testing.jdbc
 
ResultSetUtil() - Constructor for class org.hibernate.testing.jdbc.ResultSetUtil
 
ResultsHelper - Class in org.hibernate.query.results
 
ResultsHelper - Class in org.hibernate.sql.results.internal
 
ResultsHelper() - Constructor for class org.hibernate.sql.results.internal.ResultsHelper
 
ResultsLogger - Interface in org.hibernate.sql.results
 
ResultTransformer<T> - Interface in org.hibernate.transform
Deprecated.
resume(Transaction) - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter
 
RETAIL - org.hibernate.testing.orm.domain.StandardDomainModel
 
RetailDomainModel - Class in org.hibernate.testing.orm.domain.retail
 
RetailDomainModel() - Constructor for class org.hibernate.testing.orm.domain.retail.RetailDomainModel
 
retainAll(Collection<?>) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
 
retainAll(Collection<?>) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.SetProxy
 
retainAll(Collection<?>) - Method in class org.hibernate.collection.spi.PersistentBag
 
retainAll(Collection<?>) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
retainAll(Collection<?>) - Method in class org.hibernate.collection.spi.PersistentList
 
retainAll(Collection<?>) - Method in class org.hibernate.collection.spi.PersistentSet
 
retainAll(Collection<?>) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
 
retainAll(Collection<?>) - Method in class org.hibernate.internal.util.collections.IdentitySet
 
reThrowAnyErrors() - Method in class org.hibernate.testing.async.ExecutableAdapter
 
retrieveTransactionManager() - Method in class org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
 
retrieveTransactionManager() - Method in class org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform
 
retrieveTransactionManager() - Method in interface org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform
Locate the TransactionManager.
retrieveUserTransaction() - Method in class org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
 
retrieveUserTransaction() - Method in class org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform
 
retrieveUserTransaction() - Method in interface org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform
Locate the UserTransaction.
ReturnableType<T> - Interface in org.hibernate.query
Specialization of DomainType for types that can be used as function returns
returnClass - Variable in class org.hibernate.id.enhanced.AbstractOptimizer
 
returnColumn - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType
 
returnDiscriminator - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
 
RETURNED_CLASS - Static variable in interface org.hibernate.usertype.DynamicParameterizedType
 
returnedClass() - Method in class org.hibernate.envers.internal.entities.RevisionTypeType
 
returnedClass() - Method in class org.hibernate.type.EnumType
Deprecated.
 
returnedClass() - Method in class org.hibernate.usertype.BaseUserTypeSupport
 
returnedClass() - Method in interface org.hibernate.usertype.CompositeUserType
The class returned by instantiate().
returnedClass() - Method in class org.hibernate.usertype.internal.OffsetDateTimeCompositeUserType
 
returnedClass() - Method in class org.hibernate.usertype.internal.OffsetTimeCompositeUserType
 
returnedClass() - Method in class org.hibernate.usertype.internal.ZonedDateTimeCompositeUserType
 
returnedClass() - Method in class org.hibernate.usertype.StaticUserTypeSupport
 
returnedClass() - Method in interface org.hibernate.usertype.UserType
The class returned by nullSafeGet().
ReturningWork<T> - Interface in org.hibernate.jdbc
A discrete piece of work making use of a JDBC connection and returning a result.
returnProperty - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryCollectionLoadReturnType
 
returnProperty - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryJoinReturnType
 
returnProperty - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
 
returnsGeometry() - Method in enum org.hibernate.spatial.CommonSpatialFunction
 
returnStatic() - Method in class org.hibernate.boot.model.internal.PersistentAttributeFilter
 
returnTransient() - Method in class org.hibernate.boot.model.internal.PersistentAttributeFilter
 
ReturnTypeResolver(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.AvgFunction.ReturnTypeResolver
 
reverse() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
reverse() - Method in interface org.hibernate.query.criteria.JpaOrder
Reverse the sorting direction
reverse() - Method in interface org.hibernate.query.criteria.JpaSearchOrder
Switch the ordering.
reverse() - Method in enum org.hibernate.query.SortDirection
 
reverse() - Method in class org.hibernate.query.sqm.tree.cte.SqmSearchClauseSpecification
 
reverse() - Method in class org.hibernate.query.sqm.tree.select.SqmSortSpecification
 
reverse() - Method in annotation type org.hibernate.testing.orm.junit.RequiresDialectFeature
 
reverse(String[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
revision - Variable in class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.AbstractCollectionInitializor
 
REVISION_FIELD_NAME - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Revision field name.
REVISION_LISTENER - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Fully qualified class name of user defined revision listener.
REVISION_ON_COLLECTION_CHANGE - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Triggers revision generation when not-owned relation field changes.
REVISION_PARAMETER - Static variable in class org.hibernate.envers.internal.entities.mapper.relation.query.QueryConstants
 
REVISION_SEQUENCE_NOCACHE - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Whether to apply a nocache configuration for the revision sequence.
REVISION_TYPE_FIELD_NAME - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Revision type field name.
RevisionDoesNotExistException - Exception in org.hibernate.envers.exception
 
RevisionDoesNotExistException(Number) - Constructor for exception org.hibernate.envers.exception.RevisionDoesNotExistException
 
RevisionDoesNotExistException(Instant) - Constructor for exception org.hibernate.envers.exception.RevisionDoesNotExistException
 
RevisionDoesNotExistException(LocalDateTime) - Constructor for exception org.hibernate.envers.exception.RevisionDoesNotExistException
 
RevisionDoesNotExistException(Date) - Constructor for exception org.hibernate.envers.exception.RevisionDoesNotExistException
 
RevisionEntity - Annotation Type in org.hibernate.envers
Marks an entity to be created whenever a new revision is generated.
RevisionInfoConfiguration - Class in org.hibernate.envers.configuration.internal
 
RevisionInfoConfiguration(Configuration, MetadataImplementor, ReflectionManager) - Constructor for class org.hibernate.envers.configuration.internal.RevisionInfoConfiguration
 
RevisionInfoGenerator - Interface in org.hibernate.envers.internal.revisioninfo
 
RevisionInfoHelper - Class in org.hibernate.envers.configuration.internal.metadata
 
RevisionInfoNumberReader - Class in org.hibernate.envers.internal.revisioninfo
Gets a revision number from a persisted revision info entity.
RevisionInfoNumberReader(Class<?>, PropertyData, ServiceRegistry, RevisionInfoGenerator) - Constructor for class org.hibernate.envers.internal.revisioninfo.RevisionInfoNumberReader
 
RevisionInfoQueryCreator - Class in org.hibernate.envers.internal.revisioninfo
 
RevisionInfoQueryCreator(String, String, RevisionTimestampValueResolver) - Constructor for class org.hibernate.envers.internal.revisioninfo.RevisionInfoQueryCreator
 
RevisionListener - Interface in org.hibernate.envers
An implementation of this class, having a no-arg constructor, should be passed as an argument to the RevisionEntity annotation.
revisionNumber() - Static method in class org.hibernate.envers.query.AuditEntity
Create restrictions, projections and specify order for the revision number, corresponding to an audited entity.
revisionNumber(String) - Static method in class org.hibernate.envers.query.AuditEntity
Create restrictions, projections and specify order for the revision number, corresponding to an audited entity.
RevisionNumber - Annotation Type in org.hibernate.envers
Marks a property which will hold the number of the revision in a revision entity, see RevisionListener.
RevisionNumberPropertyName - Class in org.hibernate.envers.query.internal.property
Used for specifying restrictions on the revision number, corresponding to an audit entity.
RevisionNumberPropertyName() - Constructor for class org.hibernate.envers.query.internal.property.RevisionNumberPropertyName
 
revisionProperty(String) - Static method in class org.hibernate.envers.query.AuditEntity
Create restrictions, projections and specify order for a property of the revision entity, corresponding to an audited entity.
revisionProperty(String, String) - Static method in class org.hibernate.envers.query.AuditEntity
Create restrictions, projections and specify order for a property of the revision entity, corresponding to an audited entity.
RevisionPropertyPropertyName - Class in org.hibernate.envers.query.internal.property
Used for specifying restrictions on a property of the revision entity, which is associated with an audit entity.
RevisionPropertyPropertyName(String) - Constructor for class org.hibernate.envers.query.internal.property.RevisionPropertyPropertyName
 
RevisionsOfEntityAssociationQuery<Q extends org.hibernate.envers.query.internal.impl.AuditQueryImplementor> - Class in org.hibernate.envers.query.internal.impl
RevisionsOfEntityAssociationQuery(EnversService, AuditReaderImplementor, Q, QueryBuilder, String, JoinType, Map<String, String>, Map<String, String>, String, String, AuditCriterion) - Constructor for class org.hibernate.envers.query.internal.impl.RevisionsOfEntityAssociationQuery
 
RevisionsOfEntityQuery - Class in org.hibernate.envers.query.internal.impl
 
RevisionsOfEntityQuery(EnversService, AuditReaderImplementor, Class<?>, boolean, boolean, boolean, boolean) - Constructor for class org.hibernate.envers.query.internal.impl.RevisionsOfEntityQuery
 
RevisionsOfEntityQuery(EnversService, AuditReaderImplementor, Class<?>, String, boolean, boolean, boolean, boolean) - Constructor for class org.hibernate.envers.query.internal.impl.RevisionsOfEntityQuery
 
RevisionTimestamp - Annotation Type in org.hibernate.envers
Marks a property which will hold the timestamp of the revision in a revision entity, see RevisionListener.
RevisionTimestampData - Class in org.hibernate.envers.internal.entities
 
RevisionTimestampData(String, String, String, String) - Constructor for class org.hibernate.envers.internal.entities.RevisionTimestampData
 
RevisionTimestampData(RevisionTimestampData, String) - Constructor for class org.hibernate.envers.internal.entities.RevisionTimestampData
 
RevisionTimestampValueResolver - Class in org.hibernate.envers.internal.revisioninfo
 
RevisionTimestampValueResolver(Class<?>, RevisionTimestampData, ServiceRegistry) - Constructor for class org.hibernate.envers.internal.revisioninfo.RevisionTimestampValueResolver
 
revisionType - Variable in class org.hibernate.envers.internal.synchronization.work.AbstractAuditWorkUnit
 
revisionType() - Static method in class org.hibernate.envers.query.AuditEntity
Create restrictions, projections and specify order for the revision type, corresponding to an audited entity.
revisionType(String) - Static method in class org.hibernate.envers.query.AuditEntity
Create restrictions, projections and specify order for the revision type, corresponding to an audited entity.
RevisionType - Enum in org.hibernate.envers
Type of the revision.
RevisionTypeAuditExpression - Class in org.hibernate.envers.query.criteria.internal
 
RevisionTypeAuditExpression(String, Object, String) - Constructor for class org.hibernate.envers.query.criteria.internal.RevisionTypeAuditExpression
 
revisionTypeInId - Variable in class org.hibernate.envers.internal.entities.mapper.relation.AbstractCollectionMapper
 
revisionTypeInId - Variable in class org.hibernate.envers.internal.entities.mapper.relation.query.AbstractRelationQueryGenerator
 
RevisionTypePropertyName - Class in org.hibernate.envers.query.internal.property
Used for specifying restrictions on the revision number, corresponding to an audit entity.
RevisionTypePropertyName() - Constructor for class org.hibernate.envers.query.internal.property.RevisionTypePropertyName
 
RevisionTypeType - Class in org.hibernate.envers.internal.entities
A hibernate type for the RevisionType enum.
RevisionTypeType() - Constructor for class org.hibernate.envers.internal.entities.RevisionTypeType
 
rewrite(TypePool, String, Function<ByteBuddy, DynamicType.Builder<?>>) - Method in class org.hibernate.bytecode.internal.bytebuddy.ByteBuddyState
Rewrite a class, used by the enhancer.
right(Expression<String>, int) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
right(Expression<String>, int) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
right(Expression<String>, int) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
right(Expression<String>, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Extract the length rightmost characters of a string.
right(Expression<String>, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
right(Expression<String>, Expression<Integer>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
RIGHT - org.hibernate.query.sqm.tree.SqmJoinType
Represents a right outer join.
RIGHT - org.hibernate.sql.ast.SqlAstJoinType
Represents a right outer join.
RIGHT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
RIGHT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RIGHT() - Method in class org.hibernate.grammars.hql.HqlParser.IdentifierContext
 
RIGHT() - Method in class org.hibernate.grammars.hql.HqlParser.JoinTypeContext
 
RIGHT_BRACE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
RIGHT_BRACE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RIGHT_BRACE() - Method in class org.hibernate.grammars.hql.HqlParser.BinaryLiteralContext
 
RIGHT_BRACE() - Method in class org.hibernate.grammars.hql.HqlParser.DateLiteralContext
 
RIGHT_BRACE() - Method in class org.hibernate.grammars.hql.HqlParser.GeneralizedLiteralContext
 
RIGHT_BRACE() - Method in class org.hibernate.grammars.hql.HqlParser.JdbcDateLiteralContext
 
RIGHT_BRACE() - Method in class org.hibernate.grammars.hql.HqlParser.JdbcTimeLiteralContext
 
RIGHT_BRACE() - Method in class org.hibernate.grammars.hql.HqlParser.JdbcTimestampLiteralContext
 
RIGHT_BRACE() - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateTimeLiteralContext
 
RIGHT_BRACE() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeLiteralContext
 
RIGHT_BRACE() - Method in class org.hibernate.grammars.hql.HqlParser.TimeLiteralContext
 
RIGHT_BRACE() - Method in class org.hibernate.grammars.hql.HqlParser.ZonedDateTimeLiteralContext
 
RIGHT_BRACKET - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
RIGHT_BRACKET - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RIGHT_BRACKET() - Method in class org.hibernate.grammars.hql.HqlParser.IndexedPathAccessFragmentContext
 
RIGHT_PAREN - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
RIGHT_PAREN - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.AnyFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.CastFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.CastTargetContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.CollateFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.CollectionFunctionMisuseContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.CollectionSizeFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.CollectionValueNavigablePathContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.CteContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.CubeContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.CurrentDateFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.CurrentTimeFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.CurrentTimestampFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.ElementAggregateFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.EntityIdReferenceContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.EntityNaturalIdReferenceContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.EntityTypeReferenceContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.EntityVersionReferenceContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.EveryFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.ExistsCollectionPartPredicateContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.ExplicitTupleInListContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.ExtractFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.FilterClauseContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.FormatFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.GenericFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.GroupedExpressionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.GroupedPredicateContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.IndexAggregateFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.InstantFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.JoinSubqueryContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.JpaCollectionJoinContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.JpaNonstandardFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.JpaSelectObjectSyntaxContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.ListaggFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateTimeFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.LocalTimeFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.MapEntrySelectionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.MapKeyNavigablePathContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.NestedQueryExpressionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.OverClauseContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.OverlayFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.PadFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.PersistentCollectionReferenceInListContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.PositionFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.RollupContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.RootSubqueryContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.SubqueryExpressionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.SubqueryInListContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.SubstringFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.TargetFieldsContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.ToOneFkReferenceContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.TreatedNavigablePathContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.TrimFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.TruncFunctionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.TupleExpressionContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.ValuesContext
 
RIGHT_PAREN() - Method in class org.hibernate.grammars.hql.HqlParser.WithinGroupClauseContext
 
RIGHT_PAREN(int) - Method in class org.hibernate.grammars.hql.HqlParser.ElementAggregateFunctionContext
 
RIGHT_PAREN(int) - Method in class org.hibernate.grammars.hql.HqlParser.IndexAggregateFunctionContext
 
role - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant
 
role - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryCollectionLoadReturnType
 
role() - Method in annotation type org.hibernate.testing.orm.junit.BootstrapServiceRegistry.JavaService
Logically `?` is `T`
role() - Method in annotation type org.hibernate.testing.orm.junit.ServiceRegistry.JavaService
 
role() - Method in annotation type org.hibernate.testing.orm.junit.ServiceRegistry.Service
 
ROLE_NAME - Static variable in class org.hibernate.metamodel.mapping.internal.AnyDiscriminatorPart
 
ROLE_NAME - Static variable in class org.hibernate.metamodel.mapping.internal.SoftDeleteMappingImpl
 
rollback() - Method in class org.hibernate.engine.transaction.internal.TransactionImpl
 
rollback() - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter
 
rollback() - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter.TransactionAdapter
 
rollback() - Method in class org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor
 
rollback() - Method in class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl.TransactionDriverControlImpl
 
rollback() - Method in interface org.hibernate.resource.transaction.backend.jdbc.spi.JdbcResourceTransaction
Rollback the resource transaction
rollback() - Method in interface org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionAdapter
Call rollback on the underlying transaction object
rollback() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionAdapterTransactionManagerImpl
 
rollback() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionAdapterUserTransactionImpl
 
rollback() - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl.TransactionDriverControlImpl
 
rollback() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator.TransactionDriver
Rollback the physical transaction
rollback(Xid) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.XAResourceWrapper
 
rollbackFromBackgroundThread(int) - Method in interface org.hibernate.internal.CoreMessageLogger
 
RollbackWork() - Constructor for class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase.RollbackWork
 
RollbackWork() - Constructor for class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase.RollbackWork
 
ROLLED_BACK - org.hibernate.resource.transaction.spi.TransactionStatus
The transaction has been rolled back.
ROLLING_BACK - org.hibernate.resource.transaction.spi.TransactionStatus
Status code indicating a transaction that is in the process of rolling back.
rollup() - Method in class org.hibernate.grammars.hql.HqlParser
 
rollup() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
ROLLUP - org.hibernate.query.sqm.tree.expression.SqmSummarization.Kind
 
ROLLUP - org.hibernate.sql.ast.tree.expression.Summarization.Kind
 
ROLLUP - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ROLLUP - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ROLLUP() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
ROLLUP() - Method in class org.hibernate.grammars.hql.HqlParser.RollupContext
 
RollupContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.RollupContext
 
root(String) - Static method in class org.hibernate.internal.util.StringHelper
 
ROOT_TAG - Static variable in class org.hibernate.dialect.XmlHelper
The root tag under which values are placed as XML elements.
rootCause(Throwable) - Static method in class org.hibernate.testing.util.ExceptionUtil
Get the root cause of a particular Throwable
RootClass - Class in org.hibernate.mapping
A mapping model object that represents the root class in an entity class inheritance hierarchy.
RootClass(MetadataBuildingContext) - Constructor for class org.hibernate.mapping.RootClass
 
RootEntityContext(HqlParser.FromRootContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.RootEntityContext
 
RootEntitySourceImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
RootEntitySourceImpl(MappingDocument, JaxbHbmRootEntityType) - Constructor for class org.hibernate.boot.model.source.internal.hbm.RootEntitySourceImpl
 
RootGraph<J> - Interface in org.hibernate.graph
Extends the JPA-defined EntityGraph with additional operations.
RootGraphImpl<J> - Class in org.hibernate.graph.internal
Implementation of the JPA-defined EntityGraph interface.
RootGraphImpl(String, GraphImplementor<J>, boolean) - Constructor for class org.hibernate.graph.internal.RootGraphImpl
 
RootGraphImpl(String, EntityDomainType<J>) - Constructor for class org.hibernate.graph.internal.RootGraphImpl
 
RootGraphImpl(String, EntityDomainType<J>, boolean) - Constructor for class org.hibernate.graph.internal.RootGraphImpl
 
RootGraphImplementor<J> - Interface in org.hibernate.graph.spi
Integration version of the RootGraph contract.
RootPersistentEntity - Class in org.hibernate.envers.boot.model
A persistent entity mapping that represents the root entity of an entity hierarchy.
RootPersistentEntity(AuditTableData, Class<?>, String, String) - Constructor for class org.hibernate.envers.boot.model.RootPersistentEntity
 
RootPersistentEntity(AuditTableData, PersistentClass) - Constructor for class org.hibernate.envers.boot.model.RootPersistentEntity
 
RootSequencePart - Class in org.hibernate.metamodel.mapping.ordering.ast
SequencePart implementation used to translate the root of a path
RootSequencePart(PluralAttributeMapping) - Constructor for class org.hibernate.metamodel.mapping.ordering.ast.RootSequencePart
 
RootSubqueryContext(HqlParser.FromRootContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.RootSubqueryContext
 
RootTableGroupProducer - Interface in org.hibernate.sql.ast.tree.from
Contract for things that can produce the TableGroup that is a root of a from-clause
round() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
round(Expression<T>, Integer) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create an expression that returns the first argument rounded to the number of decimal places given by the second argument.
round(Expression<T>, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
round(Expression<T>, Integer) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
round_floor() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Derby (only works if the second arg is constant, as it almost always is)
round_round() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
SQL Server
round_roundFloor() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
PostgreSQL (only works if the second arg is constant, as it almost always is)
roundToDefaultPrecision(T, Dialect) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
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.
roundToPrecision(int, int) - Static method in class org.hibernate.type.descriptor.DateTimeUtils
 
ROW - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ROW - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ROW() - Method in class org.hibernate.grammars.hql.HqlParser.FetchClauseContext
 
ROW() - Method in class org.hibernate.grammars.hql.HqlParser.FrameEndContext
 
ROW() - Method in class org.hibernate.grammars.hql.HqlParser.FrameExclusionContext
 
ROW() - Method in class org.hibernate.grammars.hql.HqlParser.FrameStartContext
 
ROW() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
ROW() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetClauseContext
 
ROW_NUMBERS_WITH_SEQUENCE_VALUE - Static variable in class org.hibernate.query.sqm.mutation.internal.cte.CteInsertHandler
 
ROW_VERSION - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping byte[] to JDBC VARBINARY, specifically for entity versions/timestamps.
rowid - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
rowid - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
rowId - Variable in class org.hibernate.engine.internal.AbstractEntityEntry
 
rowId(String) - Method in class org.hibernate.dialect.DB2Dialect
The more "standard" syntax is rid_bit(alias) but here we use alias.rowid.
rowId(String) - Method in class org.hibernate.dialect.DB2iDialect
 
rowId(String) - Method in class org.hibernate.dialect.DB2zDialect
 
rowId(String) - Method in class org.hibernate.dialect.Dialect
The name of a rowid-like pseudo-column which acts as a high-performance row locator, or null if this dialect has no such pseudo-column.
rowId(String) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
rowId(String) - Method in class org.hibernate.dialect.H2Dialect
 
rowId(String) - Method in class org.hibernate.dialect.OracleDialect
 
rowId(String) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
RowId - Annotation Type in org.hibernate.annotations
Specifies that a rowid-like column or pseudo-column should be used as the row locator in CRUD operations for an entity, instead of the primary key of the table.
ROWID - Static variable in class org.hibernate.type.SqlTypes
A type code representing the generic SQL type ROWID.
ROWID_ALIAS - Static variable in interface org.hibernate.persister.entity.Loadable
Deprecated.
 
RowIdJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for ROWID handling.
RowIdJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.RowIdJdbcType
 
rowIdName - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
rowIdSqlType() - Method in class org.hibernate.dialect.DB2Dialect
 
rowIdSqlType() - Method in class org.hibernate.dialect.DB2iDialect
 
rowIdSqlType() - Method in class org.hibernate.dialect.DB2zDialect
 
rowIdSqlType() - Method in class org.hibernate.dialect.Dialect
The JDBC type code of the rowid-like pseudo-column which acts as a high-performance row locator.
rowIdSqlType() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
rowIdSqlType() - Method in class org.hibernate.dialect.H2Dialect
 
rowIdSqlType() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
RowLockStrategy - Enum in org.hibernate.dialect
The strategy for rendering which row to lock with the FOR UPDATE OF clause.
RowMutationOperations - Class in org.hibernate.persister.collection.mutation
Composition of the MutationOperation references for a collection mapping.
RowMutationOperations(CollectionMutationTarget, OperationProducer, RowMutationOperations.Values, OperationProducer, RowMutationOperations.Values, RowMutationOperations.Restrictions, OperationProducer, RowMutationOperations.Restrictions) - Constructor for class org.hibernate.persister.collection.mutation.RowMutationOperations
 
RowMutationOperations.Restrictions - Interface in org.hibernate.persister.collection.mutation
 
RowMutationOperations.Values - Interface in org.hibernate.persister.collection.mutation
 
rownum() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
H2/HSQL-style
rowNumber(JpaWindow) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create a row_number window function expression.
rowNumber(JpaWindow) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
rowNumber(JpaWindow) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
rownumInstOrderbyGroupbyNum() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
CUBRID
rownumRowid() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Oracle-style
RowProcessingState - Interface in org.hibernate.sql.results.jdbc.spi
State pertaining to the processing of a single "row" of a JdbcValuesSource
RowProcessingStateStandardImpl - Class in org.hibernate.sql.results.internal
Standard RowProcessingState implementation
RowProcessingStateStandardImpl(JdbcValuesSourceProcessingStateStandardImpl, ExecutionContext, RowReader<?>, JdbcValues) - Constructor for class org.hibernate.sql.results.internal.RowProcessingStateStandardImpl
 
RowReader<R> - Interface in org.hibernate.sql.results.spi
Coordinates the process of reading a single result values row
RowReaderMemento - Interface in org.hibernate.query.named
 
ROWS - org.hibernate.query.sqm.FrameMode
 
ROWS - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ROWS - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ROWS() - Method in class org.hibernate.grammars.hql.HqlParser.FetchClauseContext
 
ROWS() - Method in class org.hibernate.grammars.hql.HqlParser.FrameClauseContext
 
ROWS() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
ROWS() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetClauseContext
 
ROWS_ONLY - org.hibernate.query.sqm.FetchClauseType
Exact row count like for LIMIT clause or FETCH FIRST n ROWS ONLY.
ROWS_WITH_TIES - org.hibernate.query.sqm.FetchClauseType
Also fetches ties if the last value is not unique FETCH FIRST n ROWS WITH TIES.
RowTransformer<T> - Interface in org.hibernate.sql.results.spi
Defines transformation of a raw row in the domain query result row.
RowTransformerArrayImpl - Class in org.hibernate.sql.results.internal
RowTransformer used when an array is explicitly specified as the return type
RowTransformerArrayImpl() - Constructor for class org.hibernate.sql.results.internal.RowTransformerArrayImpl
 
RowTransformerConstructorImpl<T> - Class in org.hibernate.sql.results.internal
RowTransformer instantiating an arbitrary class
RowTransformerConstructorImpl(Class<T>, TupleMetadata) - Constructor for class org.hibernate.sql.results.internal.RowTransformerConstructorImpl
 
RowTransformerDatabaseSnapshotImpl<T> - Class in org.hibernate.sql.results.internal
 
RowTransformerJpaTupleImpl - Class in org.hibernate.sql.results.internal
RowTransformer generating a JPA Tuple
RowTransformerJpaTupleImpl(TupleMetadata) - Constructor for class org.hibernate.sql.results.internal.RowTransformerJpaTupleImpl
 
RowTransformerListImpl<T> - Class in org.hibernate.sql.results.internal
RowTransformer instantiating a List
RowTransformerListImpl() - Constructor for class org.hibernate.sql.results.internal.RowTransformerListImpl
 
RowTransformerMapImpl - Class in org.hibernate.sql.results.internal
RowTransformer instantiating a Map
RowTransformerMapImpl(TupleMetadata) - Constructor for class org.hibernate.sql.results.internal.RowTransformerMapImpl
 
RowTransformerSingularReturnImpl<R> - Class in org.hibernate.sql.results.internal
 
RowTransformerSingularReturnImpl() - Constructor for class org.hibernate.sql.results.internal.RowTransformerSingularReturnImpl
 
RowTransformerStandardImpl<T> - Class in org.hibernate.sql.results.internal
The standard RowTransformer - if the row array has just a single dimension, the value from that dimension (index zero) is returned otherwise, the array itself is returned
RowTransformerTupleTransformerAdapter<T> - Class in org.hibernate.sql.results.internal
An adapter for treating a TupleTransformer as a RowTransformer
RowTransformerTupleTransformerAdapter(String[], TupleTransformer<T>) - Constructor for class org.hibernate.sql.results.internal.RowTransformerTupleTransformerAdapter
 
RowVersionComparator - Class in org.hibernate.internal.util.compare
 
RowVersionJavaType - Class in org.hibernate.type.descriptor.java
Deprecated.
No longer used
RowVersionJavaType() - Constructor for class org.hibernate.type.descriptor.java.RowVersionJavaType
Deprecated.
 
RPAREN - Static variable in class org.hibernate.grammars.graph.GraphLanguageLexer
 
RPAREN - Static variable in class org.hibernate.grammars.graph.GraphLanguageParser
 
RPAREN() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.SubGraphContext
 
RULE_additiveOperator - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_aggregateFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_anyFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_anySomeQuantifier - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_assignment - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_attributeList - Static variable in class org.hibernate.grammars.graph.GraphLanguageParser
 
RULE_attributeNode - Static variable in class org.hibernate.grammars.graph.GraphLanguageParser
 
RULE_attributePath - Static variable in class org.hibernate.grammars.graph.GraphLanguageParser
 
RULE_attributeQualifier - Static variable in class org.hibernate.grammars.graph.GraphLanguageParser
 
RULE_binaryLiteral - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_booleanLiteral - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_caseList - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_caseOtherwise - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_castFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_castTarget - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_castTargetType - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_collateFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_collation - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_collationSpecification - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
RULE_collectionAggregateFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_collectionFunctionMisuse - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_collectionQuantifier - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_collectionSizeFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_collectionValueNavigablePath - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_command - Static variable in class org.hibernate.grammars.importsql.SqlScriptParser
 
RULE_commandBlock - Static variable in class org.hibernate.grammars.importsql.SqlScriptParser
 
RULE_comparisonOperator - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_crossJoin - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_cte - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_cteAttributes - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_cube - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_currentDateFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_currentTimeFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_currentTimestampFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_cycleClause - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_date - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_dateLiteral - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_dateOrTimeField - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_dateTime - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_datetimeField - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_dateTimeLiteral - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_day - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_dayField - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_deleteStatement - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_direction - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
RULE_dotIdentifier - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
RULE_elementsValuesQuantifier - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_elementValueQuantifier - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_entityIdReference - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_entityName - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_entityNaturalIdReference - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_entityTypeReference - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_entityVersionReference - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_entityWithJoins - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_everyAllQuantifier - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_everyFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_expression - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_expression - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
RULE_expressionOrPredicate - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_extractField - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_extractFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_fetchClause - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_fetchCountOrPercent - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_filterClause - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_format - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_formatFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_frameClause - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_frameEnd - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_frameExclusion - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_frameStart - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_fromClause - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_fromRoot - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_function - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_function - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
RULE_functionArgument - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
RULE_functionArguments - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
RULE_generalizedLiteral - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_generalizedLiteralText - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_generalizedLiteralType - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_generalPathFragment - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_genericFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_genericFunctionArguments - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_genericFunctionName - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_genericTemporalLiteralText - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_graph - Static variable in class org.hibernate.grammars.graph.GraphLanguageParser
 
RULE_groupByClause - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_groupByExpression - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_havingClause - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_hour - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_identifier - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_identifier - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
RULE_indexedPathAccessFragment - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_indexKeyQuantifier - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_indicesKeysQuantifier - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_inList - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_insertStatement - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_instantFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_instantiation - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_instantiationArgument - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_instantiationArgumentExpression - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_instantiationArguments - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_instantiationTarget - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_jdbcDateLiteral - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_jdbcTimeLiteral - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_jdbcTimestampLiteral - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_join - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_joinRestriction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_joinTarget - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_joinType - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_jpaCollectionJoin - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_jpaNonstandardFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_jpaNonstandardFunctionName - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_jpaSelectObjectSyntax - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_likeEscape - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_limitClause - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_listaggFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_literal - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_literal - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
RULE_localDateFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_localDateTime - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_localDateTimeFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_localDateTimeLiteral - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_localTimeFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_mapEntrySelection - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_mapKeyNavigablePath - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_minute - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_month - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_multiplicativeOperator - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_nakedIdentifier - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_nthSideClause - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_nullsClause - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_nullsPrecedence - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_nullsPrecedence - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
RULE_numericLiteral - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_offset - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_offsetClause - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_offsetDateTime - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_offsetDateTimeFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_offsetDateTimeLiteral - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_offsetDateTimeWithMinutes - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_offsetWithMinutes - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_onOverflowClause - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_orderByClause - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_orderByFragment - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_orderByFragment - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
RULE_orderedQuery - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_overClause - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_overlayFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_overlayFunctionLengthArgument - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_overlayFunctionReplacementArgument - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_overlayFunctionStartArgument - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_overlayFunctionStringArgument - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_packagedFunction - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
RULE_padCharacter - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_padFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_padLength - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_padSpecification - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_parameter - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_parameterOrIntegerLiteral - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_parameterOrNumberLiteral - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_partitionClause - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_path - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_pathContinuation - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_positionFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_positionFunctionPatternArgument - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_positionFunctionStringArgument - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_predicate - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_primaryExpression - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_query - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_queryExpression - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_queryOrder - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_rollup - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_script - Static variable in class org.hibernate.grammars.importsql.SqlScriptParser
 
RULE_searchClause - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_searchedCaseList - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_searchedCaseWhen - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_searchSpecification - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_searchSpecifications - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_second - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_selectClause - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_selectExpression - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_selection - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_selectionList - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_selectStatement - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_setClause - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_setOperator - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_signOperator - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_simpleCaseList - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_simpleCaseWhen - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_simpleFunction - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
RULE_simplePath - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_simplePathElement - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_sortDirection - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_sortExpression - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_sortSpecification - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_sortSpecification - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
RULE_standardFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_statement - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_subGraph - Static variable in class org.hibernate.grammars.graph.GraphLanguageParser
 
RULE_subquery - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_substringFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_substringFunctionLengthArgument - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_substringFunctionStartArgument - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_subType - Static variable in class org.hibernate.grammars.graph.GraphLanguageParser
 
RULE_syntacticDomainPath - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_targetEntity - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_targetFields - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_temporalLiteral - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_time - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_timeLiteral - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_timeZoneField - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_toOneFkReference - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_treatedNavigablePath - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_trimCharacter - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_trimFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_trimSpecification - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_truncFunction - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_updateStatement - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_values - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_valuesList - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_variable - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_weekField - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_whereClause - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_withClause - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_withinGroupClause - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_year - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_zonedDateTime - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_zonedDateTimeLiteral - Static variable in class org.hibernate.grammars.hql.HqlParser
 
RULE_zoneId - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ruleNames - Static variable in class org.hibernate.grammars.graph.GraphLanguageLexer
 
ruleNames - Static variable in class org.hibernate.grammars.graph.GraphLanguageParser
 
ruleNames - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ruleNames - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ruleNames - Static variable in class org.hibernate.grammars.importsql.SqlScriptLexer
 
ruleNames - Static variable in class org.hibernate.grammars.importsql.SqlScriptParser
 
ruleNames - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
ruleNames - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
run() - Method in class org.hibernate.testing.async.ExecutableAdapter
 
runChild(Runner, RunNotifier) - Method in class org.hibernate.testing.bytecode.enhancement.BytecodeEnhancerRunner
 
runningHbm2ddlSchemaExport() - Method in interface org.hibernate.internal.CoreMessageLogger
 
runningHbm2ddlSchemaUpdate() - Method in interface org.hibernate.internal.CoreMessageLogger
 
runningSchemaValidator() - Method in interface org.hibernate.internal.CoreMessageLogger
 
RuntimeMetamodels - Interface in org.hibernate.metamodel
Entry point providing access to the runtime metamodels: the domain model, our implementation of the JPA-defined model of the Java types, and our relational mapping model of how these types are made persistent.
RuntimeMetamodelsImpl - Class in org.hibernate.metamodel.internal
 
RuntimeMetamodelsImpl() - Constructor for class org.hibernate.metamodel.internal.RuntimeMetamodelsImpl
 
RuntimeMetamodelsImplementor - Interface in org.hibernate.metamodel.spi
SPI extending RuntimeMetamodels.
RuntimeModelCreationContext - Interface in org.hibernate.metamodel.spi
 

S

safeInterning(String) - Static method in class org.hibernate.internal.util.StringHelper
Return the interned form of a String, or null if the parameter is null.
safeRandomUUID() - Static method in class org.hibernate.testing.util.uuid.SafeRandomUUIDGenerator
 
safeRandomUUIDAsString() - Static method in class org.hibernate.testing.util.uuid.SafeRandomUUIDGenerator
 
SafeRandomUUIDGenerator - Class in org.hibernate.testing.util.uuid
 
SafeRandomUUIDGenerator() - Constructor for class org.hibernate.testing.util.uuid.SafeRandomUUIDGenerator
 
SalesAssociate - Class in org.hibernate.testing.orm.domain.retail
 
SalesAssociate() - Constructor for class org.hibernate.testing.orm.domain.retail.SalesAssociate
 
SalesAssociate(Integer, Name) - Constructor for class org.hibernate.testing.orm.domain.retail.SalesAssociate
 
sameAsCached(EntityPersister, Object, Object) - Method in class org.hibernate.engine.internal.NaturalIdResolutionsImpl
Are the naturals id values cached here (if any) for the given persister+pk combo the same as the given values?
sameOrAfter() - Method in annotation type org.hibernate.annotations.DialectOverride.Check
 
sameOrAfter() - Method in annotation type org.hibernate.annotations.DialectOverride.ColumnDefault
 
sameOrAfter() - Method in annotation type org.hibernate.annotations.DialectOverride.DiscriminatorFormula
 
sameOrAfter() - Method in annotation type org.hibernate.annotations.DialectOverride.FilterDefs
 
sameOrAfter() - Method in annotation type org.hibernate.annotations.DialectOverride.Filters
 
sameOrAfter() - Method in annotation type org.hibernate.annotations.DialectOverride.Formula
 
sameOrAfter() - Method in annotation type org.hibernate.annotations.DialectOverride.GeneratedColumn
 
sameOrAfter() - Method in annotation type org.hibernate.annotations.DialectOverride.JoinFormula
 
sameOrAfter() - Method in annotation type org.hibernate.annotations.DialectOverride.OrderBy
Deprecated.
 
sameOrAfter() - Method in annotation type org.hibernate.annotations.DialectOverride.SQLDelete
 
sameOrAfter() - Method in annotation type org.hibernate.annotations.DialectOverride.SQLDeleteAll
 
sameOrAfter() - Method in annotation type org.hibernate.annotations.DialectOverride.SQLInsert
 
sameOrAfter() - Method in annotation type org.hibernate.annotations.DialectOverride.SQLOrder
 
sameOrAfter() - Method in annotation type org.hibernate.annotations.DialectOverride.SQLRestriction
 
sameOrAfter() - Method in annotation type org.hibernate.annotations.DialectOverride.SQLSelect
 
sameOrAfter() - Method in annotation type org.hibernate.annotations.DialectOverride.SQLUpdate
 
sameOrAfter() - Method in annotation type org.hibernate.annotations.DialectOverride.Where
Deprecated.
 
SapNetWeaverJtaPlatform - Class in org.hibernate.engine.transaction.jta.platform.internal
JtaPlatform implementation for SAP NetWeaver
SapNetWeaverJtaPlatform() - Constructor for class org.hibernate.engine.transaction.jta.platform.internal.SapNetWeaverJtaPlatform
 
save(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
save(Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
save(Object) - Method in class org.hibernate.internal.SessionImpl
Deprecated.
save(Object) - Method in interface org.hibernate.Session
Deprecated.
save(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
save(String, Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
save(String, Object) - Method in class org.hibernate.internal.SessionImpl
Deprecated.
save(String, Object) - Method in interface org.hibernate.Session
SAVE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
SAVE - Static variable in class org.hibernate.event.spi.EventType
 
SAVE_UPDATE - org.hibernate.annotations.CascadeType
Deprecated.
since Session.saveOrUpdate(Object) is deprecated
SAVE_UPDATE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
SAVE_UPDATE - Static variable in class org.hibernate.engine.spi.CascadingActions
 
SAVE_UPDATE - Static variable in class org.hibernate.event.spi.EventType
 
saveIntoTemporaryTable(InsertSelectStatement, JdbcParameterBindings, ExecutionContext) - Static method in class org.hibernate.query.sqm.mutation.internal.temptable.ExecuteWithTemporaryTableHelper
 
saveMatchingIdsIntoIdTable(MultiTableSqmMutationConverter, Predicate, TemporaryTable, Function<SharedSessionContractImplementor, String>, JdbcParameterBindings, ExecutionContext) - Static method in class org.hibernate.query.sqm.mutation.internal.temptable.ExecuteWithTemporaryTableHelper
 
saveOrUpdate(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
saveOrUpdate(Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
saveOrUpdate(Object) - Method in class org.hibernate.internal.SessionImpl
Deprecated.
saveOrUpdate(Object) - Method in interface org.hibernate.Session
saveOrUpdate(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
saveOrUpdate(String, Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
saveOrUpdate(String, Object) - Method in class org.hibernate.internal.SessionImpl
Deprecated.
saveOrUpdate(String, Object) - Method in interface org.hibernate.Session
SaveOrUpdateEvent - Class in org.hibernate.event.spi
An event class for saveOrUpdate()
SaveOrUpdateEvent(Object, EventSource) - Constructor for class org.hibernate.event.spi.SaveOrUpdateEvent
 
SaveOrUpdateEvent(String, Object, Object, EventSource) - Constructor for class org.hibernate.event.spi.SaveOrUpdateEvent
 
SaveOrUpdateEvent(String, Object, EventSource) - Constructor for class org.hibernate.event.spi.SaveOrUpdateEvent
 
SaveOrUpdateEventListener - Interface in org.hibernate.event.spi
Deprecated.
since Session.saveOrUpdate(java.lang.Object) and friends are deprecated
saveRevisionData(Session, Object) - Method in class org.hibernate.envers.internal.revisioninfo.DefaultRevisionInfoGenerator
 
saveRevisionData(Session, Object) - Method in interface org.hibernate.envers.internal.revisioninfo.RevisionInfoGenerator
 
saveWithGeneratedId(Object, String, C, EventSource, boolean) - Method in class org.hibernate.event.internal.AbstractSaveEventListener
Prepares the save call using a newly generated id.
saveWithRequestedId(Object, Object, String, C, EventSource) - Method in class org.hibernate.event.internal.AbstractSaveEventListener
Prepares the save call using the given requested id.
SAVING - org.hibernate.engine.spi.Status
 
sb - Variable in class org.hibernate.sql.ast.spi.StringBuilderSqlAppender
 
scalar(int) - Static method in class org.hibernate.query.results.Builders
 
scalar(int, BasicType<?>) - Static method in class org.hibernate.query.results.Builders
 
scalar(String) - Static method in class org.hibernate.query.results.Builders
 
scalar(String, Class<?>, SessionFactoryImplementor) - Static method in class org.hibernate.query.results.Builders
 
scalar(String, String) - Static method in class org.hibernate.query.results.Builders
 
scalar(String, String, Class<?>, SessionFactoryImplementor) - Static method in class org.hibernate.query.results.Builders
 
scalar(String, String, BasicType<?>) - Static method in class org.hibernate.query.results.Builders
 
scalar(String, BasicType<?>) - Static method in class org.hibernate.query.results.Builders
 
ScalarDescriptor(String, String) - Constructor for class org.hibernate.boot.query.HbmResultSetMappingDescriptor.ScalarDescriptor
 
ScalarDescriptor(JaxbHbmNativeQueryScalarReturnType) - Constructor for class org.hibernate.boot.query.HbmResultSetMappingDescriptor.ScalarDescriptor
 
ScalarDomainResultBuilder<T> - Class in org.hibernate.procedure.internal
 
ScalarDomainResultBuilder(JavaType<T>) - Constructor for class org.hibernate.procedure.internal.ScalarDomainResultBuilder
 
scale - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
scale - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
 
scale - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
 
scale - Variable in class org.hibernate.boot.jaxb.mapping.JaxbColumn
 
scale - Variable in class org.hibernate.boot.jaxb.mapping.JaxbMapKeyColumn
 
scale - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Column
 
scale - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
 
scale() - Method in class org.hibernate.boot.model.internal.MapKeyColumnDelegator
 
Scale6IntervalSecondDdlType - Class in org.hibernate.type.descriptor.sql.internal
 
Scale6IntervalSecondDdlType(String, Dialect) - Constructor for class org.hibernate.type.descriptor.sql.internal.Scale6IntervalSecondDdlType
 
Scale6IntervalSecondDdlType(Dialect) - Constructor for class org.hibernate.type.descriptor.sql.internal.Scale6IntervalSecondDdlType
 
scan(ScanEnvironment, ScanOptions, ScanParameters) - Method in class org.hibernate.boot.archive.scan.internal.DisabledScanner
 
scan(ScanEnvironment, ScanOptions, ScanParameters) - Method in class org.hibernate.boot.archive.scan.spi.AbstractScannerImpl
 
scan(ScanEnvironment, ScanOptions, ScanParameters) - Method in interface org.hibernate.boot.archive.scan.spi.Scanner
Perform the scanning against the described environment using the defined options, and return the scan results.
ScanEnvironment - Interface in org.hibernate.boot.archive.scan.spi
Describes the environment in which the scan will occur.
Scanner - Interface in org.hibernate.boot.archive.scan.spi
Defines the contract for Hibernate to be able to scan for classes, packages and resources inside a persistence unit.
SCANNER - Static variable in interface org.hibernate.cfg.PersistenceSettings
Specifies an implementation of Scanner, either: an instance of Scanner, a Class representing a class that implements Scanner the name of a class that implements Scanner.
SCANNER_ARCHIVE_INTERPRETER - Static variable in interface org.hibernate.cfg.PersistenceSettings
Specifies an ArchiveDescriptorFactory to use in the scanning process, either: an instance of ArchiveDescriptorFactory, a Class representing a class that implements ArchiveDescriptorFactory, or the name of a class that implements ArchiveDescriptorFactory.
SCANNER_DISCOVERY - Static variable in interface org.hibernate.cfg.PersistenceSettings
Identifies a comma-separated list of values indicating the types of things we should auto-detect during scanning.
ScanningCoordinator - Class in org.hibernate.boot.model.process.internal
Coordinates the process of executing Scanner (if enabled) and applying the resources (classes, packages and mappings) discovered.
ScanOptions - Interface in org.hibernate.boot.archive.scan.spi
Options for performing scanning
ScanParameters - Interface in org.hibernate.boot.archive.scan.spi
A "parameter object" passed to Scanner.scan(org.hibernate.boot.archive.scan.spi.ScanEnvironment, org.hibernate.boot.archive.scan.spi.ScanOptions, org.hibernate.boot.archive.scan.spi.ScanParameters) to help support future changes in terms of needing to pass additional stuff to scanning.
ScanResult - Interface in org.hibernate.boot.archive.scan.spi
Defines the result of scanning
ScanResultCollector - Class in org.hibernate.boot.archive.scan.internal
 
ScanResultCollector(ScanEnvironment, ScanOptions, ScanParameters) - Constructor for class org.hibernate.boot.archive.scan.internal.ScanResultCollector
 
ScanResultImpl - Class in org.hibernate.boot.archive.scan.internal
 
ScanResultImpl(Set<PackageDescriptor>, Set<ClassDescriptor>, Set<MappingFileDescriptor>) - Constructor for class org.hibernate.boot.archive.scan.internal.ScanResultImpl
 
schedule(SharedSessionContractImplementor, Set<String>) - Static method in class org.hibernate.action.internal.BulkOperationCleanupAction
 
schedule(SharedSessionContractImplementor, EntityPersister...) - Static method in class org.hibernate.action.internal.BulkOperationCleanupAction
 
schedule(SharedSessionContractImplementor, SqmDmlStatement<?>) - Static method in class org.hibernate.action.internal.BulkOperationCleanupAction
 
scheduleAuditDataRemoval(Session, Object) - Method in class org.hibernate.envers.internal.synchronization.SessionCacheCleaner
Schedules audit data removal from session level cache after transaction completion.
schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
 
schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
schema - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
schema - Variable in class org.hibernate.boot.jaxb.mapping.JaxbCollectionTable
 
schema - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
 
schema - Variable in class org.hibernate.boot.jaxb.mapping.JaxbJoinTable
 
schema - Variable in class org.hibernate.boot.jaxb.mapping.JaxbPersistenceUnitDefaults
 
schema - Variable in class org.hibernate.boot.jaxb.mapping.JaxbSecondaryTable
 
schema - Variable in class org.hibernate.boot.jaxb.mapping.JaxbSequenceGenerator
 
schema - Variable in class org.hibernate.boot.jaxb.mapping.JaxbTable
 
schema - Variable in class org.hibernate.boot.jaxb.mapping.JaxbTableGenerator
 
schema - Variable in class org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
 
schema - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
 
schema - Variable in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
 
schema - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
 
schema - Variable in class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
 
schema - Variable in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
 
schema - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Table
 
schema - Variable in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
 
schema() - Method in annotation type org.hibernate.envers.AuditJoinTable
The schema of the join table.
schema() - Method in annotation type org.hibernate.envers.AuditTable
The schema of the table.
schema() - Method in annotation type org.hibernate.envers.CollectionAuditTable
The schema of the table.
SCHEMA - org.hibernate.engine.jdbc.env.spi.NameQualifierSupport
Only schema is supported
SCHEMA - Static variable in interface org.hibernate.id.PersistentIdentifierGenerator
The configuration parameter holding the schema name
SCHEMA - Static variable in class org.hibernate.query.sqm.mutation.internal.temptable.PersistentTableStrategy
 
SCHEMA_MANAGEMENT_TOOL - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
Specifies the SchemaManagementTool to use for performing schema management.
SCHEMA_NAME_RESOLVER - Static variable in class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentImpl
 
SchemaAutoTooling - Enum in org.hibernate.boot
Defines the possible values for "hibernate.hbm2ddl.auto".
SchemaAware - Interface in org.hibernate.boot.jaxb.mapping
Common interface for JAXB bindings that understand database schema (tables, sequences, etc).
SchemaCreateHelper - Class in org.hibernate.testing.schema
 
SchemaCreateHelper() - Constructor for class org.hibernate.testing.schema.SchemaCreateHelper
 
SchemaCreator - Interface in org.hibernate.tool.schema.spi
Service delegate for handling schema creation.
SchemaCreatorImpl - Class in org.hibernate.tool.schema.internal
Basic implementation of SchemaCreator.
SchemaCreatorImpl(ServiceRegistry) - Constructor for class org.hibernate.tool.schema.internal.SchemaCreatorImpl
 
SchemaCreatorImpl(ServiceRegistry, SchemaFilter) - Constructor for class org.hibernate.tool.schema.internal.SchemaCreatorImpl
 
SchemaCreatorImpl(HibernateSchemaManagementTool) - Constructor for class org.hibernate.tool.schema.internal.SchemaCreatorImpl
 
SchemaCreatorImpl(HibernateSchemaManagementTool, SchemaFilter) - Constructor for class org.hibernate.tool.schema.internal.SchemaCreatorImpl
 
SchemaDropHelper - Class in org.hibernate.testing.schema
 
SchemaDropHelper() - Constructor for class org.hibernate.testing.schema.SchemaDropHelper
 
SchemaDropper - Interface in org.hibernate.tool.schema.spi
Service delegate for handling schema dropping.
SchemaDropperImpl - Class in org.hibernate.tool.schema.internal
Basic implementation of SchemaDropper.
SchemaDropperImpl(ServiceRegistry) - Constructor for class org.hibernate.tool.schema.internal.SchemaDropperImpl
 
SchemaDropperImpl(ServiceRegistry, SchemaFilter) - Constructor for class org.hibernate.tool.schema.internal.SchemaDropperImpl
 
SchemaDropperImpl(HibernateSchemaManagementTool) - Constructor for class org.hibernate.tool.schema.internal.SchemaDropperImpl
 
SchemaDropperImpl(HibernateSchemaManagementTool, SchemaFilter) - Constructor for class org.hibernate.tool.schema.internal.SchemaDropperImpl
 
schemaExists(Identifier, Identifier) - Method in class org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl
 
schemaExists(Identifier, Identifier) - Method in interface org.hibernate.tool.schema.extract.spi.InformationExtractor
Does the given schema exist yet?
schemaExists(Namespace.Name) - Method in class org.hibernate.tool.schema.extract.internal.DatabaseInformationImpl
 
schemaExists(Namespace.Name) - Method in interface org.hibernate.tool.schema.extract.spi.DatabaseInformation
Check to see if the given schema already exists.
schemaExportComplete() - Method in interface org.hibernate.internal.CoreMessageLogger
 
schemaExportUnsuccessful(Exception) - Method in interface org.hibernate.internal.CoreMessageLogger
 
SchemaExtractionException - Exception in org.hibernate.tool.schema.extract.spi
 
SchemaExtractionException(String) - Constructor for exception org.hibernate.tool.schema.extract.spi.SchemaExtractionException
 
SchemaExtractionException(String, Throwable) - Constructor for exception org.hibernate.tool.schema.extract.spi.SchemaExtractionException
 
schemaFilter - Variable in class org.hibernate.tool.schema.internal.AbstractSchemaMigrator
 
schemaFilter - Variable in class org.hibernate.tool.schema.internal.AbstractSchemaValidator
 
SchemaFilter - Interface in org.hibernate.tool.schema.spi
Defines a filter for Hibernate's schema tooling.
SchemaFilterProvider - Interface in org.hibernate.tool.schema.spi
Used to specify the SchemaFilters to be used by create, drop, migrate and validate operations on the database schema.
SchemaManagementException - Exception in org.hibernate.tool.schema.spi
Indicates a problem in performing schema management.
SchemaManagementException(String) - Constructor for exception org.hibernate.tool.schema.spi.SchemaManagementException
 
SchemaManagementException(String, Throwable) - Constructor for exception org.hibernate.tool.schema.spi.SchemaManagementException
 
SchemaManagementTool - Interface in org.hibernate.tool.schema.spi
Contract for schema management tool integration.
SchemaManagementToolCoordinator - Class in org.hibernate.tool.schema.spi
SchemaManagementToolCoordinator() - Constructor for class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator
 
SchemaManagementToolCoordinator.ActionGrouping - Class in org.hibernate.tool.schema.spi
For JPA-style schema-gen, database and script target handing are configured individually - this tuple allows interpreting the action for both targets simultaneously
SchemaManagementToolInitiator - Class in org.hibernate.tool.schema.internal
 
SchemaManagementToolInitiator() - Constructor for class org.hibernate.tool.schema.internal.SchemaManagementToolInitiator
 
SchemaManager - Interface in org.hibernate.relational
Allows programmatic schema export, schema validation, data cleanup, and schema cleanup as a convenience for writing tests.
SchemaManagerImpl - Class in org.hibernate.relational.internal
SchemaManagerImpl(SessionFactoryImplementor, MetadataImplementor) - Constructor for class org.hibernate.relational.internal.SchemaManagerImpl
 
SchemaMigrator - Interface in org.hibernate.tool.schema.spi
Service delegate for handling schema migration.
SchemaNameResolver - Interface in org.hibernate.engine.jdbc.env.spi
Contract for resolving the schema of a Connection.
SchemaNameResolver - Interface in org.hibernate.engine.jdbc.spi
Contract for resolving the schema of a Connection.
SchemaNameResolverFallbackDelegate() - Constructor for class org.hibernate.engine.jdbc.env.internal.DefaultSchemaNameResolver.SchemaNameResolverFallbackDelegate
 
SchemaNameResolverJava17Delegate() - Constructor for class org.hibernate.engine.jdbc.env.internal.DefaultSchemaNameResolver.SchemaNameResolverJava17Delegate
 
SchemaToolingSettings - Interface in org.hibernate.cfg
 
SchemaTruncator - Interface in org.hibernate.tool.schema.spi
Service delegate for handling schema truncation.
SchemaTruncatorImpl - Class in org.hibernate.tool.schema.internal
Basic implementation of SchemaTruncator.
SchemaTruncatorImpl(HibernateSchemaManagementTool, SchemaFilter) - Constructor for class org.hibernate.tool.schema.internal.SchemaTruncatorImpl
 
schemaUpdateComplete() - Method in interface org.hibernate.internal.CoreMessageLogger
 
SchemaUpdateHelper - Class in org.hibernate.testing.schema
 
SchemaUpdateHelper() - Constructor for class org.hibernate.testing.schema.SchemaUpdateHelper
 
SchemaValidateHelper - Class in org.hibernate.testing.schema
 
SchemaValidateHelper() - Constructor for class org.hibernate.testing.schema.SchemaValidateHelper
 
SchemaValidator - Interface in org.hibernate.tool.schema.spi
Service delegate for handling schema validations
schemaWithDefault(Identifier) - Method in class org.hibernate.boot.model.relational.internal.SqlStringGenerationContextImpl
 
schemaWithDefault(Identifier) - Method in interface org.hibernate.boot.model.relational.SqlStringGenerationContext
 
scope() - Method in class org.hibernate.type.EntityType
 
scope(MetadataBuildingContext) - Method in class org.hibernate.type.spi.TypeConfiguration
Scope this TypeConfiguration to the given MetadataBuildingContext.
scope(SessionFactoryImplementor) - Method in class org.hibernate.type.spi.TypeConfiguration
Scope this TypeConfiguration to the given SessionFactory.
scopingTypesToSessionFactoryAfterAlreadyScoped(SessionFactoryImplementor, SessionFactoryImplementor) - Method in interface org.hibernate.internal.CoreMessageLogger
 
script() - Method in class org.hibernate.grammars.importsql.SqlScriptParser
 
SCRIPT - org.hibernate.tool.schema.SourceType
External DDL script(s) are used as the exclusive source for DDL commands.
SCRIPT - org.hibernate.tool.schema.TargetType
Write to a script file.
SCRIPT_THEN_METADATA - org.hibernate.tool.schema.SourceType
Both the O/M metadata and external DDL scripts are used as sources for generation, with the commands from the external DDL script(s) being executed first.
ScriptContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.importsql.SqlScriptParser.ScriptContext
 
ScriptSourceInput - Interface in org.hibernate.tool.schema.spi
Contract for hiding the differences between a passed Reader, File or URL in terms of how we read input scripts.
ScriptSourceInputAggregate - Class in org.hibernate.tool.schema.internal.exec
A script source input that aggregates over multiple other ScriptSourceInput.
ScriptSourceInputAggregate(AbstractScriptSourceInput[]) - Constructor for class org.hibernate.tool.schema.internal.exec.ScriptSourceInputAggregate
Constructs a ScriptSourceInputAggregate
ScriptSourceInputFromFile - Class in org.hibernate.tool.schema.internal.exec
ScriptSourceInput implementation for File references.
ScriptSourceInputFromFile(File, String) - Constructor for class org.hibernate.tool.schema.internal.exec.ScriptSourceInputFromFile
Constructs a ScriptSourceInputFromFile
ScriptSourceInputFromReader - Class in org.hibernate.tool.schema.internal.exec
ScriptSourceInput implementation for explicitly given Readers.
ScriptSourceInputFromReader(Reader) - Constructor for class org.hibernate.tool.schema.internal.exec.ScriptSourceInputFromReader
Constructs a ScriptSourceInputFromReader
ScriptSourceInputFromUrl - Class in org.hibernate.tool.schema.internal.exec
ScriptSourceInput implementation for URL references.
ScriptSourceInputFromUrl(URL, String) - Constructor for class org.hibernate.tool.schema.internal.exec.ScriptSourceInputFromUrl
Constructs a ScriptSourceInputFromUrl instance
ScriptSourceInputNonExistentImpl - Class in org.hibernate.tool.schema.internal.exec
Used in cases where a specified source cannot be found
ScriptSourceInputNonExistentImpl() - Constructor for class org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl
 
ScriptTargetOutput - Interface in org.hibernate.tool.schema.spi
Contract for hiding the differences between a passed Writer, File or URL in terms of how we write output scripts.
ScriptTargetOutputToFile - Class in org.hibernate.tool.schema.internal.exec
ScriptTargetOutput implementation for writing to supplied File references
ScriptTargetOutputToFile(File, String) - Constructor for class org.hibernate.tool.schema.internal.exec.ScriptTargetOutputToFile
Constructs a ScriptTargetOutputToFile instance, the bytes will be written to the end of the file rather than the beginning
ScriptTargetOutputToFile(File, String, boolean) - Constructor for class org.hibernate.tool.schema.internal.exec.ScriptTargetOutputToFile
Constructs a ScriptTargetOutputToFile instance
ScriptTargetOutputToStdout - Class in org.hibernate.tool.schema.internal.exec
 
ScriptTargetOutputToStdout() - Constructor for class org.hibernate.tool.schema.internal.exec.ScriptTargetOutputToStdout
 
ScriptTargetOutputToUrl - Class in org.hibernate.tool.schema.internal.exec
ScriptTargetOutput implementation for writing to supplied URL references
ScriptTargetOutputToUrl(URL, String) - Constructor for class org.hibernate.tool.schema.internal.exec.ScriptTargetOutputToUrl
Constructs a ScriptTargetOutputToUrl instance the bytes will be written to the end of the file rather than the beginning
ScriptTargetOutputToUrl(URL, String, boolean) - Constructor for class org.hibernate.tool.schema.internal.exec.ScriptTargetOutputToUrl
Constructs a ScriptTargetOutputToUrl instance
ScriptTargetOutputToWriter - Class in org.hibernate.tool.schema.internal.exec
ScriptTargetOutput implementation for supplied Writer references.
ScriptTargetOutputToWriter(Writer) - Constructor for class org.hibernate.tool.schema.internal.exec.ScriptTargetOutputToWriter
Constructs a ScriptTargetOutputToWriter
scroll() - Method in interface org.hibernate.query.Query
Execute the query and return the results in a scrollable form.
scroll() - Method in interface org.hibernate.query.SelectionQuery
Returns scrollable access to the query results.
scroll() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
scroll() - Method in interface org.hibernate.query.spi.QueryImplementor
 
scroll() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
scroll(int) - Method in class org.hibernate.internal.EmptyScrollableResults
 
scroll(int) - Method in class org.hibernate.internal.FetchingScrollableResultsImpl
 
scroll(int) - Method in class org.hibernate.internal.ScrollableResultsImpl
 
scroll(int) - Method in interface org.hibernate.ScrollableResults
Scroll the specified number of positions from the current position.
scroll(int) - Method in class org.hibernate.sql.results.internal.RowProcessingStateStandardImpl
 
scroll(int, RowProcessingState) - Method in class org.hibernate.sql.results.jdbc.internal.AbstractJdbcValues
 
scroll(int, RowProcessingState) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
Advances the "cursor position" the indicated number of rows and returns a boolean indicating whether there is a row available to read via JdbcValues.getCurrentRowValue(int).
scroll(ScrollMode) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
scroll(ScrollMode) - Method in interface org.hibernate.query.Query
Execute the query and return the results in a scrollable form.
scroll(ScrollMode) - Method in interface org.hibernate.query.SelectionQuery
Returns scrollable access to the query results.
scroll(ScrollMode) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
scroll(ScrollMode) - Method in interface org.hibernate.query.spi.QueryImplementor
 
scroll(ScrollMode) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
scroll(JdbcOperationQuerySelect, ScrollMode, JdbcParameterBindings, ExecutionContext, RowTransformer<R>) - Method in interface org.hibernate.sql.exec.spi.JdbcSelectExecutor
 
SCROLL_INSENSITIVE - org.hibernate.ScrollMode
Requests a scrollable result which is insensitive to changes in the underlying data.
SCROLL_SENSITIVE - org.hibernate.ScrollMode
Requests a scrollable result which is sensitive to changes in the underlying data.
ScrollableResults<R> - Interface in org.hibernate
A result iterator that allows moving around within the results by arbitrary increments.
ScrollableResultsConsumer<R> - Class in org.hibernate.sql.results.spi
 
ScrollableResultsConsumer() - Constructor for class org.hibernate.sql.results.spi.ScrollableResultsConsumer
 
ScrollableResultsImpl<R> - Class in org.hibernate.internal
Standard ScrollableResults implementation.
ScrollableResultsImpl(JdbcValues, JdbcValuesSourceProcessingOptions, JdbcValuesSourceProcessingStateStandardImpl, RowProcessingStateStandardImpl, RowReader<R>, SharedSessionContractImplementor) - Constructor for class org.hibernate.internal.ScrollableResultsImpl
 
ScrollableResultsImplementor<R> - Interface in org.hibernate.query.spi
 
ScrollableResultsIterator<T> - Class in org.hibernate.query.internal
 
ScrollableResultsIterator(ScrollableResultsImplementor<T>) - Constructor for class org.hibernate.query.internal.ScrollableResultsIterator
 
ScrollMode - Enum in org.hibernate
Specifies the type of JDBC scrollable result set to use underneath a ScrollableResults.
SDOGeometryType - Class in org.hibernate.spatial.dialect.oracle
Descriptor for the Oracle Spatial SDO_GEOMETRY type
SDOGeometryType(OracleJDBCTypeFactory, boolean) - Constructor for class org.hibernate.spatial.dialect.oracle.SDOGeometryType
Constructs a SqlTypeDescriptor for the Oracle SDOGeometry type.
SDOGeometryValueExtractor<X> - Class in org.hibernate.spatial.dialect.oracle
ValueExtractor for SDO_GEOMETRY
SDOGeometryValueExtractor(JavaType<X>, JdbcType) - Constructor for class org.hibernate.spatial.dialect.oracle.SDOGeometryValueExtractor
Creates instance
SDOGetGeometryType - Class in org.hibernate.spatial.dialect.oracle
 
SDOGetGeometryType(BasicTypeRegistry) - Constructor for class org.hibernate.spatial.dialect.oracle.SDOGetGeometryType
 
SDOMethodDescriptor - Class in org.hibernate.spatial.dialect.oracle
 
SDOMethodDescriptor(String, boolean, ArgumentsValidator, FunctionReturnTypeResolver) - Constructor for class org.hibernate.spatial.dialect.oracle.SDOMethodDescriptor
 
SDOMethodDescriptor(String, ArgumentsValidator, FunctionReturnTypeResolver) - Constructor for class org.hibernate.spatial.dialect.oracle.SDOMethodDescriptor
 
SDORelateFunction - Class in org.hibernate.spatial.dialect.oracle
 
SDORelateFunction(List<String>, BasicTypeRegistry) - Constructor for class org.hibernate.spatial.dialect.oracle.SDORelateFunction
 
search(JpaCteCriteriaAttribute) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create a search ordering based on the ascending value of the CTE attribute.
search(JpaCteCriteriaAttribute) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
search(JpaCteCriteriaAttribute) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
search(JpaCteCriteriaAttribute, SortDirection) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create a search ordering based on the sort order of the value of the CTE attribute.
search(JpaCteCriteriaAttribute, SortDirection) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
search(JpaCteCriteriaAttribute, SortDirection) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
search(JpaCteCriteriaAttribute, SortDirection, NullPrecedence) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create a search ordering based on the sort order and null precedence of the value of the CTE attribute.
search(JpaCteCriteriaAttribute, SortDirection, NullPrecedence) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
search(JpaCteCriteriaAttribute, SortDirection, NullPrecedence) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
search(CteSearchClauseKind, String, List<JpaSearchOrder>) - Method in interface org.hibernate.query.criteria.JpaCteCriteria
 
search(CteSearchClauseKind, String, List<JpaSearchOrder>) - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
 
search(CteSearchClauseKind, String, JpaSearchOrder...) - Method in interface org.hibernate.query.criteria.JpaCteCriteria
 
SEARCH - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
SEARCH - Static variable in class org.hibernate.grammars.hql.HqlParser
 
SEARCH() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
SEARCH() - Method in class org.hibernate.grammars.hql.HqlParser.SearchClauseContext
 
searchClause() - Method in class org.hibernate.grammars.hql.HqlParser.CteContext
 
searchClause() - Method in class org.hibernate.grammars.hql.HqlParser
 
SearchClauseContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.SearchClauseContext
 
SearchClauseSpecification - Class in org.hibernate.sql.ast.tree.cte
 
SearchClauseSpecification(CteColumn, SortDirection, NullPrecedence) - Constructor for class org.hibernate.sql.ast.tree.cte.SearchClauseSpecification
 
searchedCaseList() - Method in class org.hibernate.grammars.hql.HqlParser.CaseListContext
 
searchedCaseList() - Method in class org.hibernate.grammars.hql.HqlParser
 
SearchedCaseListContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.SearchedCaseListContext
 
searchedCaseWhen() - Method in class org.hibernate.grammars.hql.HqlParser.SearchedCaseListContext
 
searchedCaseWhen() - Method in class org.hibernate.grammars.hql.HqlParser
 
searchedCaseWhen(int) - Method in class org.hibernate.grammars.hql.HqlParser.SearchedCaseListContext
 
SearchedCaseWhenContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.SearchedCaseWhenContext
 
searchingForMappingDocuments(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
searchSpecification() - Method in class org.hibernate.grammars.hql.HqlParser
 
searchSpecification() - Method in class org.hibernate.grammars.hql.HqlParser.SearchSpecificationsContext
 
searchSpecification(int) - Method in class org.hibernate.grammars.hql.HqlParser.SearchSpecificationsContext
 
SearchSpecificationContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.SearchSpecificationContext
 
searchSpecifications() - Method in class org.hibernate.grammars.hql.HqlParser.SearchClauseContext
 
searchSpecifications() - Method in class org.hibernate.grammars.hql.HqlParser
 
SearchSpecificationsContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.SearchSpecificationsContext
 
second() - Method in class org.hibernate.grammars.hql.HqlParser
 
second() - Method in class org.hibernate.grammars.hql.HqlParser.TimeContext
 
second(Expression<? extends TemporalAccessor>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Extracts the TemporalUnit.SECOND of a date, time, or datetime expression.
second(Expression<? extends TemporalAccessor>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
second(Expression<? extends TemporalAccessor>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
SECOND - org.hibernate.query.sqm.IntervalType
A second based interval.
SECOND - org.hibernate.query.sqm.TemporalUnit
Second, defined to mean 1000 nanoseconds when it occurs as a unit of duration, or to mean the second field in the range 0-59 when passed to extract().
SECOND - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
SECOND - Static variable in class org.hibernate.grammars.hql.HqlParser
 
SECOND() - Method in class org.hibernate.grammars.hql.HqlParser.DatetimeFieldContext
 
SECOND() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
SECONDARY_TABLE - org.hibernate.testing.orm.domain.MappingFeature
 
SecondaryAuditTable - Annotation Type in org.hibernate.envers
 
secondaryAuditTableName() - Method in annotation type org.hibernate.envers.SecondaryAuditTable
 
SecondaryAuditTables - Annotation Type in org.hibernate.envers
 
SecondaryRow - Annotation Type in org.hibernate.annotations
Specifies how the row of a SecondaryTable should be managed.
SecondaryRows - Annotation Type in org.hibernate.annotations
A grouping of SecondaryRows.
secondaryTable - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
secondaryTable - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
SecondaryTable - Class in org.hibernate.jpamodelgen.xml.jaxb
 
SecondaryTable() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
 
SecondaryTableContainer - Interface in org.hibernate.boot.jaxb.hbm.spi
Common interface for mappings that may contain secondary table (join) mappings.
SecondaryTableFromAnnotationSecondPass - Class in org.hibernate.boot.model.internal
 
SecondaryTableFromAnnotationSecondPass(EntityBinder, PropertyHolder, XAnnotatedElement) - Constructor for class org.hibernate.boot.model.internal.SecondaryTableFromAnnotationSecondPass
 
secondaryTableName() - Method in annotation type org.hibernate.envers.SecondaryAuditTable
 
SecondaryTableSecondPass - Class in org.hibernate.boot.model.internal
 
SecondaryTableSecondPass(EntityBinder, PropertyHolder, XAnnotatedElement) - Constructor for class org.hibernate.boot.model.internal.SecondaryTableSecondPass
 
SecondaryTableSource - Interface in org.hibernate.boot.model.source.spi
 
secondaryTablesStatementGroup - Variable in class org.hibernate.engine.jdbc.mutation.internal.MutationExecutorPostInsert
Any non-batched JDBC statements
SecondContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.SecondContext
 
secondLevelCacheHits(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
SecondLevelCacheLogger - Interface in org.hibernate.cache.spi
 
secondLevelCacheMisses(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
secondLevelCachePuts(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
secondPass(Map<String, PersistentClass>) - Method in class org.hibernate.boot.model.internal.CollectionSecondPass
 
SecondPass - Interface in org.hibernate.boot.spi
Hibernate builds its build-time model incrementally, often delaying operations until other pieces of information are available.
SecondPass - Interface in org.hibernate.cfg
Deprecated, for removal: This API element is subject to removal in a future version.
Use SecondPass instead
secondPassCompileForeignKeys(Table, Set<ForeignKey>, MetadataBuildingContext) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
secondsBetween() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
security - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration
 
seed(Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.ByteJavaType
 
seed(Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.CalendarJavaType
 
seed(Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.DateJavaType
 
seed(Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.InstantJavaType
 
seed(Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.IntegerJavaType
 
seed(Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
 
seed(Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.LocalDateTimeJavaType
 
seed(Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.LongJavaType
 
seed(Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.OffsetDateTimeJavaType
 
seed(Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayJavaType
 
seed(Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.RowVersionJavaType
Deprecated.
 
seed(Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.ShortJavaType
 
seed(Long, Integer, Integer, SharedSessionContractImplementor) - Method in interface org.hibernate.type.descriptor.java.VersionJavaType
Generate an initial version.
seed(Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.descriptor.java.ZonedDateTimeJavaType
 
seed(Long, Integer, Integer, SharedSessionContractImplementor) - Method in class org.hibernate.type.internal.UserTypeVersionJavaTypeWrapper
 
seed(SharedSessionContractImplementor) - Method in interface org.hibernate.usertype.UserVersionType
Generate an initial version.
seed(EntityVersionMapping, SharedSessionContractImplementor) - Static method in class org.hibernate.engine.internal.Versioning
Create an initial optimistic locking value according the EntityVersionMapping contract for the version property.
seedVersion(Object[], int, EntityVersionMapping, SharedSessionContractImplementor) - Static method in class org.hibernate.engine.internal.Versioning
seedVersion(Object, Object[], EntityPersister, SharedSessionContractImplementor) - Static method in class org.hibernate.engine.internal.Versioning
Create an initial optimistic locking value using the for the version property if required using the Generator contract and inject it into the snapshot state.
seekRootElementStartEvent(XMLEventReader, Origin) - Method in class org.hibernate.boot.jaxb.internal.AbstractBinder
 
SEGMENT_COLUMN_PARAM - Static variable in class org.hibernate.id.enhanced.TableGenerator
The name of the column which holds the segment key.
SEGMENT_LENGTH_PARAM - Static variable in class org.hibernate.id.enhanced.TableGenerator
Indicates the length of the column defined by TableGenerator.SEGMENT_COLUMN_PARAM.
SEGMENT_VALUE_PARAM - Static variable in class org.hibernate.id.enhanced.TableGenerator
The value indicating which segment is used by this generator, as indicated by the actual value stored in the column indicated by "segment_column_name".
select(Expression<T>) - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
select(Expression<T>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
select(Selection<? extends R>) - Method in class org.hibernate.query.criteria.CriteriaDefinition
 
select(Selection<? extends T>) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
select(Selection<? extends T>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
select(String) - Method in class org.hibernate.testing.bytecode.enhancement.ClassSelector
 
select(String) - Method in interface org.hibernate.testing.bytecode.enhancement.EnhancementSelector
Determine whether the named class should be enhanced.
select(String) - Method in class org.hibernate.testing.bytecode.enhancement.EverythingSelector
 
select(String) - Method in class org.hibernate.testing.bytecode.enhancement.PackageSelector
 
SELECT - org.hibernate.annotations.FetchMode
Use a secondary select to load a single associated entity or collection, at some point after an initial query is executed.
SELECT - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchStyleEnum
 
SELECT - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchStyleWithSubselectEnum
 
SELECT - org.hibernate.boot.jaxb.mapping.JaxbPluralFetchMode
 
SELECT - org.hibernate.boot.jaxb.mapping.JaxbSingularFetchMode
 
SELECT - org.hibernate.engine.FetchStyle
Performs a separate SQL select to load the indicated data.
SELECT - org.hibernate.engine.profile.Fetch.Style
Deprecated.
Fetch via a subsequent select
SELECT - org.hibernate.FetchMode
Fetch using a separate subsequent select.
SELECT - org.hibernate.query.sqm.tree.from.DowncastLocation
 
SELECT - org.hibernate.sql.ast.Clause
 
SELECT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
SELECT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
SELECT() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
SELECT() - Method in class org.hibernate.grammars.hql.HqlParser.SelectClauseContext
 
Selectable - Interface in org.hibernate.mapping
Models the commonality between a Column and a Formula (computed value).
SelectableConsumer - Interface in org.hibernate.metamodel.mapping
Consumer used to visit selectable (column/formula) mappings
SelectableConsumer.MutableSelectableMapping - Class in org.hibernate.metamodel.mapping
 
SelectableMapping - Interface in org.hibernate.metamodel.mapping
Mapping of a selectable (column/formula)
SelectableMappingExpressionConverter - Class in org.hibernate.query.sqm.mutation.internal
A function for producing an Expression from a NavigablePath for a TableGroup and SelectableMapping.
SelectableMappingImpl - Class in org.hibernate.metamodel.mapping.internal
 
SelectableMappingImpl(String, String, SelectablePath, String, String, String, Long, Integer, Integer, boolean, boolean, boolean, boolean, boolean, boolean, JdbcMapping) - Constructor for class org.hibernate.metamodel.mapping.internal.SelectableMappingImpl
 
selectableMappings - Variable in class org.hibernate.metamodel.mapping.internal.AbstractEmbeddableMapping
 
SelectableMappings - Interface in org.hibernate.metamodel.mapping
A container for multiple selectable (column, formula) mappings.
SelectableMappingsImpl - Class in org.hibernate.metamodel.mapping.internal
 
SelectableMappingsImpl(SelectableMapping[]) - Constructor for class org.hibernate.metamodel.mapping.internal.SelectableMappingsImpl
 
SelectablePath - Class in org.hibernate.metamodel.mapping
The path for a selectable.
SelectablePath(String) - Constructor for class org.hibernate.metamodel.mapping.SelectablePath
 
selectAnyDataSource() - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
 
selectAnyDataSource() - Method in class org.hibernate.engine.jdbc.connections.spi.DataSourceBasedMultiTenantConnectionProviderImpl
 
selectBeforeUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
 
selectBeforeUpdate - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
SelectBeforeUpdate - Annotation Type in org.hibernate.annotations
Deprecated.
Since Session.update(Object) is deprecated
selectByNaturalId(Object, NaturalIdLoadOptions, BiFunction<TableGroup, LoaderSqlAstCreationState, DomainResult<?>>, LoaderSqlAstCreationState.FetchProcessor, Function<Boolean, Long>, BiConsumer<Object, Long>, SharedSessionContractImplementor) - Method in class org.hibernate.loader.ast.internal.AbstractNaturalIdLoader
Perform a select, restricted by natural-id, based on `domainResultProducer` and `fetchProcessor`
selectCase() - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
selectCase() - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
selectCase() - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
selectCase() - Method in interface org.hibernate.query.sqm.NodeBuilder
 
selectCase(Expression<? extends C>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
selectCase(Expression<? extends C>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
selectCase(Expression<? extends C>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
selectCase(Expression<? extends C>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
selectClause() - Method in class org.hibernate.grammars.hql.HqlParser.QueryContext
 
selectClause() - Method in class org.hibernate.grammars.hql.HqlParser
 
SelectClause - Class in org.hibernate.sql.ast.tree.select
The SELECT CLAUSE in the SQL AST.
SelectClause() - Constructor for class org.hibernate.sql.ast.tree.select.SelectClause
 
SelectClause(int) - Constructor for class org.hibernate.sql.ast.tree.select.SelectClause
 
SelectClauseContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.SelectClauseContext
 
selectConnectionProvider(T) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
 
selectDataSource(T) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
 
selectDataSource(T) - Method in class org.hibernate.engine.jdbc.connections.spi.DataSourceBasedMultiTenantConnectionProviderImpl
 
SelectEagerCollectionAssembler - Class in org.hibernate.sql.results.graph.collection.internal
 
SelectEagerCollectionAssembler(NavigablePath, PluralAttributeMapping, FetchParentAccess, DomainResultAssembler<?>, AssemblerCreationState) - Constructor for class org.hibernate.sql.results.graph.collection.internal.SelectEagerCollectionAssembler
 
SelectEagerCollectionFetch - Class in org.hibernate.sql.results.graph.collection.internal
 
SelectEagerCollectionFetch(NavigablePath, PluralAttributeMapping, DomainResult<?>, FetchParent) - Constructor for class org.hibernate.sql.results.graph.collection.internal.SelectEagerCollectionFetch
 
SelectEagerCollectionInitializer - Class in org.hibernate.sql.results.graph.collection.internal
 
SelectEagerCollectionInitializer(NavigablePath, PluralAttributeMapping, FetchParentAccess, DomainResultAssembler<?>) - Constructor for class org.hibernate.sql.results.graph.collection.internal.SelectEagerCollectionInitializer
 
selectEntity(boolean) - Static method in class org.hibernate.envers.query.AuditEntity
Adds a projection to the current entity itself.
selectExpression() - Method in class org.hibernate.grammars.hql.HqlParser
 
selectExpression() - Method in class org.hibernate.grammars.hql.HqlParser.SelectionContext
 
SelectExpressionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.SelectExpressionContext
 
selectFragment(String, String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
Generate a list of collection index, key and element columns
selectFragment(String, String) - Method in interface org.hibernate.persister.collection.QueryableCollection
Deprecated.
Generate a list of collection index and element columns
selectFragment(String, String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
selectFragment(String, String) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Deprecated.
Generate a list of collection index, key and element columns
selectFragment(String, String) - Method in interface org.hibernate.persister.entity.SQLLoadable
Deprecated.
All columns to select, when loading.
SelectGenerator - Class in org.hibernate.id
A generator that selects the just-inserted row to determine the column value assigned by the database.
SelectGenerator() - Constructor for class org.hibernate.id.SelectGenerator
 
SelectInterpretationsKey - Class in org.hibernate.query.sql.spi
 
SelectInterpretationsKey(String, JdbcValuesMappingProducer, Collection<String>, TupleTransformer, ResultListTransformer) - Constructor for class org.hibernate.query.sql.spi.SelectInterpretationsKey
 
selection() - Method in class org.hibernate.grammars.hql.HqlParser
 
selection() - Method in class org.hibernate.grammars.hql.HqlParser.SelectionListContext
 
selection(int) - Method in class org.hibernate.grammars.hql.HqlParser.SelectionListContext
 
Selection<T> - Class in org.hibernate.envers.boot.model
A contract for a selection, can be a column or a formula.
Selection(Selection.SelectionType) - Constructor for class org.hibernate.envers.boot.model.Selection
 
Selection.SelectionType - Enum in org.hibernate.envers.boot.model
 
SelectionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.SelectionContext
 
selectionList() - Method in class org.hibernate.grammars.hql.HqlParser.SelectClauseContext
 
selectionList() - Method in class org.hibernate.grammars.hql.HqlParser
 
SelectionListContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.SelectionListContext
 
SelectionQuery<R> - Interface in org.hibernate.query
Within the context of an active session, an instance of this type represents an executable selection query, that is, a select.
SelectItemReferenceStrategy - Enum in org.hibernate.dialect
Strategies for referring to a select item.
SelectLockingStrategy - Class in org.hibernate.dialect.lock
A locking strategy where a lock is obtained via a select statement.
SelectLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.lock.SelectLockingStrategy
Construct a locking strategy based on SQL SELECT statements.
selectMatchingIds(SqmDeleteOrUpdateStatement<?>, DomainParameterXref, DomainQueryExecutionContext) - Static method in class org.hibernate.query.sqm.mutation.internal.MatchingIdSelectionHelper
Centralized selection of ids matching the restriction of the DELETE or UPDATE SQM query
selectNullString(int) - Static method in class org.hibernate.dialect.DB2Dialect
 
SelectQueryPlan<R> - Interface in org.hibernate.query.spi
General contract for performing execution of a query returning results.
selectStatement() - Method in class org.hibernate.grammars.hql.HqlParser
 
selectStatement() - Method in class org.hibernate.grammars.hql.HqlParser.StatementContext
 
SelectStatement - Class in org.hibernate.sql.ast.tree.select
 
SelectStatement(CteContainer, QueryPart, List<DomainResult<?>>) - Constructor for class org.hibernate.sql.ast.tree.select.SelectStatement
 
SelectStatement(QueryPart) - Constructor for class org.hibernate.sql.ast.tree.select.SelectStatement
 
SelectStatement(QueryPart, List<DomainResult<?>>) - Constructor for class org.hibernate.sql.ast.tree.select.SelectStatement
 
SelectStatementContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.SelectStatementContext
 
selectStrategyImplementor(Class<T>, String) - Method in class org.hibernate.boot.registry.selector.internal.StrategySelectorImpl
 
selectStrategyImplementor(Class<T>, String) - Method in interface org.hibernate.boot.registry.selector.spi.StrategySelector
Locate the named strategy implementation.
SelfDirtinessTracker - Interface in org.hibernate.engine.spi
Contract for an entity to report that it tracks the dirtiness of its own state, as opposed to needing Hibernate to perform state-diff dirty calculations.
SelfExecutingUpdateOperation - Interface in org.hibernate.sql.model
Extension to MutationOperation for cases where the operation wants to handle execution itself.
SelfRenderingAggregateFunctionSqlAstExpression - Class in org.hibernate.query.sqm.function
Representation of an aggregate function call in the SQL AST for impls that know how to render themselves.
SelfRenderingAggregateFunctionSqlAstExpression(String, FunctionRenderer, List<? extends SqlAstNode>, Predicate, ReturnableType<?>, JdbcMappingContainer) - Constructor for class org.hibernate.query.sqm.function.SelfRenderingAggregateFunctionSqlAstExpression
 
SelfRenderingAggregateFunctionSqlAstExpression(String, FunctionRenderingSupport, List<? extends SqlAstNode>, Predicate, ReturnableType<?>, JdbcMappingContainer) - Constructor for class org.hibernate.query.sqm.function.SelfRenderingAggregateFunctionSqlAstExpression
Deprecated, for removal: This API element is subject to removal in a future version.
SelfRenderingCteObject - Interface in org.hibernate.sql.ast.tree.cte
A self rendering object that is part of a WITH clause, like a function.
SelfRenderingExpression - Interface in org.hibernate.sql.ast.tree.expression
 
SelfRenderingFunctionSqlAstExpression - Class in org.hibernate.query.sqm.function
Representation of a function call in the SQL AST for impls that know how to render themselves.
SelfRenderingFunctionSqlAstExpression(String, FunctionRenderer, List<? extends SqlAstNode>, ReturnableType<?>, JdbcMappingContainer) - Constructor for class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
 
SelfRenderingFunctionSqlAstExpression(String, FunctionRenderingSupport, List<? extends SqlAstNode>, ReturnableType<?>, JdbcMappingContainer) - Constructor for class org.hibernate.query.sqm.function.SelfRenderingFunctionSqlAstExpression
Deprecated, for removal: This API element is subject to removal in a future version.
SelfRenderingInverseDistributionFunction(List<? extends SqmTypedNode<?>>, SqmPredicate, SqmOrderByClause, ReturnableType<T>, QueryEngine) - Constructor for class org.hibernate.dialect.function.InverseDistributionFunction.SelfRenderingInverseDistributionFunction
 
SelfRenderingOrderedSetAggregateFunctionSqlAstExpression - Class in org.hibernate.query.sqm.function
Representation of an aggregate function call in the SQL AST for impls that know how to render themselves.
SelfRenderingOrderedSetAggregateFunctionSqlAstExpression(String, FunctionRenderer, List<? extends SqlAstNode>, Predicate, List<SortSpecification>, ReturnableType<?>, JdbcMappingContainer) - Constructor for class org.hibernate.query.sqm.function.SelfRenderingOrderedSetAggregateFunctionSqlAstExpression
 
SelfRenderingOrderedSetAggregateFunctionSqlAstExpression(String, FunctionRenderingSupport, List<? extends SqlAstNode>, Predicate, List<SortSpecification>, ReturnableType<?>, JdbcMappingContainer) - Constructor for class org.hibernate.query.sqm.function.SelfRenderingOrderedSetAggregateFunctionSqlAstExpression
Deprecated, for removal: This API element is subject to removal in a future version.
SelfRenderingOrderingExpression - Class in org.hibernate.metamodel.mapping.ordering.ast
Represents a self rendering expression i.e.
SelfRenderingOrderingExpression(String) - Constructor for class org.hibernate.metamodel.mapping.ordering.ast.SelfRenderingOrderingExpression
 
SelfRenderingPredicate - Class in org.hibernate.sql.ast.tree.predicate
 
SelfRenderingPredicate(SelfRenderingExpression) - Constructor for class org.hibernate.sql.ast.tree.predicate.SelfRenderingPredicate
 
SelfRenderingSqlFragmentExpression - Class in org.hibernate.sql.ast.tree.expression
Represents a self rendering expression that renders a SQL fragment.
SelfRenderingSqlFragmentExpression(String) - Constructor for class org.hibernate.sql.ast.tree.expression.SelfRenderingSqlFragmentExpression
 
SelfRenderingSqmAggregateFunction<T> - Class in org.hibernate.query.sqm.function
 
SelfRenderingSqmAggregateFunction(SqmFunctionDescriptor, FunctionRenderer, List<? extends SqmTypedNode<?>>, SqmPredicate, ReturnableType<T>, ArgumentsValidator, FunctionReturnTypeResolver, NodeBuilder, String) - Constructor for class org.hibernate.query.sqm.function.SelfRenderingSqmAggregateFunction
 
SelfRenderingSqmAggregateFunction(SqmFunctionDescriptor, FunctionRenderingSupport, List<? extends SqmTypedNode<?>>, SqmPredicate, ReturnableType<T>, ArgumentsValidator, FunctionReturnTypeResolver, NodeBuilder, String) - Constructor for class org.hibernate.query.sqm.function.SelfRenderingSqmAggregateFunction
SelfRenderingSqmFunction<T> - Class in org.hibernate.query.sqm.function
 
SelfRenderingSqmFunction(SqmFunctionDescriptor, FunctionRenderer, List<? extends SqmTypedNode<?>>, ReturnableType<T>, ArgumentsValidator, FunctionReturnTypeResolver, NodeBuilder, String) - Constructor for class org.hibernate.query.sqm.function.SelfRenderingSqmFunction
 
SelfRenderingSqmFunction(SqmFunctionDescriptor, FunctionRenderingSupport, List<? extends SqmTypedNode<?>>, ReturnableType<T>, ArgumentsValidator, FunctionReturnTypeResolver, NodeBuilder, String) - Constructor for class org.hibernate.query.sqm.function.SelfRenderingSqmFunction
SelfRenderingSqmOrderedSetAggregateFunction<T> - Class in org.hibernate.query.sqm.function
 
SelfRenderingSqmOrderedSetAggregateFunction(SqmFunctionDescriptor, FunctionRenderer, List<? extends SqmTypedNode<?>>, SqmPredicate, SqmOrderByClause, ReturnableType<T>, ArgumentsValidator, FunctionReturnTypeResolver, NodeBuilder, String) - Constructor for class org.hibernate.query.sqm.function.SelfRenderingSqmOrderedSetAggregateFunction
 
SelfRenderingSqmOrderedSetAggregateFunction(SqmFunctionDescriptor, FunctionRenderingSupport, List<? extends SqmTypedNode<?>>, SqmPredicate, SqmOrderByClause, ReturnableType<T>, ArgumentsValidator, FunctionReturnTypeResolver, NodeBuilder, String) - Constructor for class org.hibernate.query.sqm.function.SelfRenderingSqmOrderedSetAggregateFunction
SelfRenderingSqmWindowFunction<T> - Class in org.hibernate.query.sqm.function
 
SelfRenderingSqmWindowFunction(SqmFunctionDescriptor, FunctionRenderer, List<? extends SqmTypedNode<?>>, SqmPredicate, Boolean, Boolean, ReturnableType<T>, ArgumentsValidator, FunctionReturnTypeResolver, NodeBuilder, String) - Constructor for class org.hibernate.query.sqm.function.SelfRenderingSqmWindowFunction
 
SelfRenderingSqmWindowFunction(SqmFunctionDescriptor, FunctionRenderingSupport, List<? extends SqmTypedNode<?>>, SqmPredicate, Boolean, Boolean, ReturnableType<T>, ArgumentsValidator, FunctionReturnTypeResolver, NodeBuilder, String) - Constructor for class org.hibernate.query.sqm.function.SelfRenderingSqmWindowFunction
SelfRenderingWindowFunctionSqlAstExpression - Class in org.hibernate.query.sqm.function
Representation of a window function call in the SQL AST for impls that know how to render themselves.
SelfRenderingWindowFunctionSqlAstExpression(String, FunctionRenderer, List<? extends SqlAstNode>, Predicate, Boolean, Boolean, ReturnableType<?>, JdbcMappingContainer) - Constructor for class org.hibernate.query.sqm.function.SelfRenderingWindowFunctionSqlAstExpression
 
SelfRenderingWindowFunctionSqlAstExpression(String, FunctionRenderingSupport, List<? extends SqlAstNode>, Predicate, Boolean, Boolean, ReturnableType<?>, JdbcMappingContainer) - Constructor for class org.hibernate.query.sqm.function.SelfRenderingWindowFunctionSqlAstExpression
Deprecated, for removal: This API element is subject to removal in a future version.
SEMANTIC_QUERY_PRODUCER - Static variable in interface org.hibernate.cfg.QuerySettings
Specifies a HqlTranslator to use for HQL query translation.
SEMANTIC_QUERY_TRANSLATOR - Static variable in interface org.hibernate.cfg.QuerySettings
Specifies a SqmTranslatorFactory to use for HQL query translation.
SemanticException - Exception in org.hibernate.query
Represents an error in the semantics (meaning) of a HQL/JPQL query.
SemanticException(String) - Constructor for exception org.hibernate.query.SemanticException
Deprecated.
this constructor does not carry information about the query which caused the failure
SemanticException(String, Exception) - Constructor for exception org.hibernate.query.SemanticException
Deprecated.
this constructor does not carry information about the query which caused the failure
SemanticException(String, String) - Constructor for exception org.hibernate.query.SemanticException
 
SemanticException(String, String, Exception) - Constructor for exception org.hibernate.query.SemanticException
 
SemanticPathPart - Interface in org.hibernate.query.hql.spi
 
SemanticQueryBuilder<R> - Class in org.hibernate.query.hql.internal
Responsible for producing an SQM using visitation over an HQL parse tree generated by ANTLR via HqlParseTreeBuilder.
SemanticQueryBuilder(Class<R>, SqmCreationOptions, SqmCreationContext) - Constructor for class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
SemanticQueryBuilder(String, SqmCreationOptions, SqmCreationContext) - Constructor for class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
SemanticQueryWalker<T> - Interface in org.hibernate.query.sqm
Support for walking a Semantic Query Model (SQM) tree
SemanticsResolver - Interface in org.hibernate.mapping
Deprecated.
this is no longer used
SEMICOLON - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
SEMICOLON - Static variable in class org.hibernate.grammars.hql.HqlParser
 
sempred(RuleContext, int, int) - Method in class org.hibernate.grammars.hql.HqlParser
 
sempred(RuleContext, int, int) - Method in class org.hibernate.grammars.importsql.SqlScriptLexer
 
SEPARATOR - Static variable in class org.hibernate.id.UUIDHexGenerator
Deprecated.
The configuration parameter specifying the separator to use.
Sequence - Class in org.hibernate.boot.model.relational
Models a database SEQUENCE.
Sequence(String, Identifier, Identifier, Identifier) - Constructor for class org.hibernate.boot.model.relational.Sequence
 
Sequence(String, Identifier, Identifier, Identifier, int, int) - Constructor for class org.hibernate.boot.model.relational.Sequence
 
SEQUENCE - org.hibernate.jpamodelgen.xml.jaxb.GenerationType
 
SEQUENCE_INCREMENT_SIZE_MISMATCH_STRATEGY - Static variable in interface org.hibernate.cfg.MappingSettings
This setting defines the SequenceMismatchStrategy used when Hibernate detects a mismatch between a sequence configuration in an entity mapping and its database sequence object counterpart.
SEQUENCE_PARAM - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
Indicates the name of the sequence (or table) to use.
Sequence.Name - Class in org.hibernate.boot.model.relational
 
sequenceCatalogColumn() - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorDB2DatabaseImpl
 
sequenceCatalogColumn() - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorDerbyDatabaseImpl
 
sequenceCatalogColumn() - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorHANADatabaseImpl
 
sequenceCatalogColumn() - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorLegacyImpl
 
sequenceCatalogColumn() - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorMariaDBDatabaseImpl
 
sequenceCatalogColumn() - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorOracleDatabaseImpl
 
sequenceCatalogColumn() - Method in class org.hibernate.tool.schema.extract.internal.SequenceNameExtractorImpl
 
SequenceGenerationTypeStrategy - Class in org.hibernate.id.factory.internal
 
SequenceGenerationTypeStrategy() - Constructor for class org.hibernate.id.factory.internal.SequenceGenerationTypeStrategy
 
sequenceGenerator - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
sequenceGenerator - Variable in class org.hibernate.boot.jaxb.mapping.JaxbId
 
sequenceGenerator - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
sequenceGenerator - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
 
sequenceGenerator - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Id
 
SequenceGenerator - Class in org.hibernate.jpamodelgen.xml.jaxb
 
SequenceGenerator() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
 
sequenceGenerators - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
 
SequenceIdRevisionEntity - Class in org.hibernate.envers.enhanced
 
SequenceIdRevisionEntity() - Constructor for class org.hibernate.envers.enhanced.SequenceIdRevisionEntity
 
SequenceIdTrackingModifiedEntitiesRevisionEntity - Class in org.hibernate.envers.enhanced
Extension of standard SequenceIdRevisionEntity that allows tracking entity names changed in each revision.
SequenceIdTrackingModifiedEntitiesRevisionEntity() - Constructor for class org.hibernate.envers.enhanced.SequenceIdTrackingModifiedEntitiesRevisionEntity
 
sequenceIncrementColumn() - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorHANADatabaseImpl
 
sequenceIncrementColumn() - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorLegacyImpl
 
sequenceIncrementColumn() - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorOracleDatabaseImpl
 
sequenceIncrementColumn() - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorTiDBDatabaseImpl
 
sequenceIncrementColumn() - Method in class org.hibernate.tool.schema.extract.internal.SequenceNameExtractorImpl
 
sequenceIncrementSizeMismatch(String, int, int) - Method in interface org.hibernate.internal.CoreMessageLogger
 
SequenceInformation - Interface in org.hibernate.tool.schema.extract.spi
Access to information about existing sequences.
SequenceInformationExtractor - Interface in org.hibernate.tool.schema.extract.spi
Because JDBC (at least up to and including Java 7, JDBC 4) still does not have support for obtaining information about sequences from DatabaseMetaData.
SequenceInformationExtractorDB2DatabaseImpl - Class in org.hibernate.tool.schema.extract.internal
 
SequenceInformationExtractorDB2DatabaseImpl() - Constructor for class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorDB2DatabaseImpl
 
SequenceInformationExtractorDerbyDatabaseImpl - Class in org.hibernate.tool.schema.extract.internal
 
SequenceInformationExtractorDerbyDatabaseImpl() - Constructor for class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorDerbyDatabaseImpl
 
SequenceInformationExtractorH2DatabaseImpl - Class in org.hibernate.tool.schema.extract.internal
 
SequenceInformationExtractorH2DatabaseImpl() - Constructor for class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorH2DatabaseImpl
 
SequenceInformationExtractorHANADatabaseImpl - Class in org.hibernate.tool.schema.extract.internal
 
SequenceInformationExtractorHANADatabaseImpl() - Constructor for class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorHANADatabaseImpl
 
SequenceInformationExtractorHSQLDBDatabaseImpl - Class in org.hibernate.tool.schema.extract.internal
 
SequenceInformationExtractorHSQLDBDatabaseImpl() - Constructor for class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorHSQLDBDatabaseImpl
 
SequenceInformationExtractorLegacyImpl - Class in org.hibernate.tool.schema.extract.internal
 
SequenceInformationExtractorLegacyImpl() - Constructor for class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorLegacyImpl
 
SequenceInformationExtractorMariaDBDatabaseImpl - Class in org.hibernate.tool.schema.extract.internal
 
SequenceInformationExtractorMariaDBDatabaseImpl() - Constructor for class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorMariaDBDatabaseImpl
 
SequenceInformationExtractorNoOpImpl - Class in org.hibernate.tool.schema.extract.internal
 
SequenceInformationExtractorNoOpImpl() - Constructor for class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorNoOpImpl
 
SequenceInformationExtractorOracleDatabaseImpl - Class in org.hibernate.tool.schema.extract.internal
 
SequenceInformationExtractorOracleDatabaseImpl() - Constructor for class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorOracleDatabaseImpl
 
SequenceInformationExtractorTiDBDatabaseImpl - Class in org.hibernate.tool.schema.extract.internal
 
SequenceInformationExtractorTiDBDatabaseImpl() - Constructor for class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorTiDBDatabaseImpl
 
SequenceInformationImpl - Class in org.hibernate.tool.schema.extract.internal
For now we only collect sequence name.
SequenceInformationImpl(QualifiedSequenceName, Number, Number, Number, Number) - Constructor for class org.hibernate.tool.schema.extract.internal.SequenceInformationImpl
 
sequenceMaxValueColumn() - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorDB2DatabaseImpl
 
sequenceMaxValueColumn() - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorDerbyDatabaseImpl
 
sequenceMaxValueColumn() - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorH2DatabaseImpl
 
sequenceMaxValueColumn() - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorHANADatabaseImpl
 
sequenceMaxValueColumn() - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorLegacyImpl
 
sequenceMaxValueColumn() - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorOracleDatabaseImpl
 
sequenceMaxValueColumn() - Method in class org.hibernate.tool.schema.extract.internal.SequenceNameExtractorImpl
 
sequenceMinValueColumn() - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorDB2DatabaseImpl
 
sequenceMinValueColumn() - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorDerbyDatabaseImpl
 
sequenceMinValueColumn() - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorH2DatabaseImpl
 
sequenceMinValueColumn() - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorHANADatabaseImpl
 
sequenceMinValueColumn() - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorLegacyImpl
 
sequenceMinValueColumn() - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorOracleDatabaseImpl
 
sequenceMinValueColumn() - Method in class org.hibernate.tool.schema.extract.internal.SequenceNameExtractorImpl
 
SequenceMismatchStrategy - Enum in org.hibernate.id
Describes the strategy for handling the mismatch between a database sequence configuration and the one defined by the entity mapping.
sequenceName - Variable in class org.hibernate.boot.jaxb.mapping.JaxbSequenceGenerator
 
sequenceName - Variable in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
 
sequenceNameColumn() - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorDB2DatabaseImpl
 
sequenceNameColumn() - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorDerbyDatabaseImpl
 
sequenceNameColumn() - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorLegacyImpl
 
sequenceNameColumn() - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorTiDBDatabaseImpl
 
SequenceNameExtractorImpl - Class in org.hibernate.tool.schema.extract.internal
 
SequenceNameExtractorImpl() - Constructor for class org.hibernate.tool.schema.extract.internal.SequenceNameExtractorImpl
 
SequencePart - Interface in org.hibernate.metamodel.mapping.ordering.ast
Represents an individual identifier in a dot-identifier sequence
sequenceSchemaColumn() - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorDB2DatabaseImpl
 
sequenceSchemaColumn() - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorHANADatabaseImpl
 
sequenceSchemaColumn() - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorLegacyImpl
 
sequenceSchemaColumn() - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorMariaDBDatabaseImpl
 
sequenceSchemaColumn() - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorOracleDatabaseImpl
 
sequenceSchemaColumn() - Method in class org.hibernate.tool.schema.extract.internal.SequenceNameExtractorImpl
 
sequenceStartValueColumn() - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorDB2DatabaseImpl
 
sequenceStartValueColumn() - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorDerbyDatabaseImpl
 
sequenceStartValueColumn() - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorH2DatabaseImpl
 
sequenceStartValueColumn() - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorHANADatabaseImpl
 
sequenceStartValueColumn() - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorHSQLDBDatabaseImpl
 
sequenceStartValueColumn() - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorLegacyImpl
 
sequenceStartValueColumn() - Method in class org.hibernate.tool.schema.extract.internal.SequenceInformationExtractorOracleDatabaseImpl
 
sequenceStartValueColumn() - Method in class org.hibernate.tool.schema.extract.internal.SequenceNameExtractorImpl
 
SequenceStructure - Class in org.hibernate.id.enhanced
Describes a sequence.
SequenceStructure(JdbcEnvironment, String, QualifiedName, int, int, Class) - Constructor for class org.hibernate.id.enhanced.SequenceStructure
 
SequenceStyleGenerator - Class in org.hibernate.id.enhanced
Generates identifier values based on a sequence-style database structure.
SequenceStyleGenerator() - Constructor for class org.hibernate.id.enhanced.SequenceStyleGenerator
 
SequenceSupport - Interface in org.hibernate.dialect.sequence
A set of operations providing support for sequences in a certain SQL dialect.
SEQUENTIAL - org.hibernate.boot.model.source.spi.PluralAttributeIndexNature
A sequential array/list index
SERIALIZABLE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Serializable to JDBC VARBINARY.
SerializableBlobProxy - Class in org.hibernate.engine.jdbc
Manages aspects of proxying Blobs to add serializability.
SerializableClobProxy - Class in org.hibernate.engine.jdbc
Manages aspects of proxying Clobs to add serializability.
SerializableClobProxy(Clob) - Constructor for class org.hibernate.engine.jdbc.SerializableClobProxy
Builds a serializable Clob wrapper around the given Clob.
SerializableJavaType<T extends Serializable> - Class in org.hibernate.type.descriptor.java
Descriptor for general Serializable handling.
SerializableJavaType(Class<T>) - Constructor for class org.hibernate.type.descriptor.java.SerializableJavaType
 
SerializableJavaType(Class<T>, MutabilityPlan<T>) - Constructor for class org.hibernate.type.descriptor.java.SerializableJavaType
 
SerializableJavaType.SerializableMutabilityPlan<S extends Serializable> - Class in org.hibernate.type.descriptor.java
 
SerializableMapProxy - Class in org.hibernate.proxy.map
 
SerializableMapProxy(String, Object, Boolean, String, String, boolean) - Constructor for class org.hibernate.proxy.map.SerializableMapProxy
 
SerializableNClobProxy - Class in org.hibernate.engine.jdbc
Manages aspects of proxying java.sql.NClobs to add serializability.
SerializableNClobProxy(Clob) - Constructor for class org.hibernate.engine.jdbc.SerializableNClobProxy
Builds a serializable Clob wrapper around the given Clob.
serializableProxy() - Method in class org.hibernate.proxy.pojo.BasicLazyInitializer
 
serializableProxy() - Method in class org.hibernate.proxy.pojo.bytebuddy.ByteBuddyInterceptor
 
SerializableProxy - Class in org.hibernate.proxy.pojo.bytebuddy
 
SerializableProxy(String, Class<?>, Class<?>[], Object, Boolean, String, String, boolean, Method, Method, CompositeType) - Constructor for class org.hibernate.proxy.pojo.bytebuddy.SerializableProxy
 
SerializableToBlobType<T extends Serializable> - Class in org.hibernate.type
 
SerializableToBlobType() - Constructor for class org.hibernate.type.SerializableToBlobType
 
SerializableType<T extends Serializable> - Class in org.hibernate.type
A type that maps between a VARBINARY and Serializable classes.
SerializableType(Class<T>) - Constructor for class org.hibernate.type.SerializableType
 
SerializableType(JavaType<T>) - Constructor for class org.hibernate.type.SerializableType
 
SerializationException - Exception in org.hibernate.type
Thrown when a property cannot be serialized/deserialized
SerializationException(String, Exception) - Constructor for exception org.hibernate.type.SerializationException
 
SerializationHelper - Class in org.hibernate.internal.util
Assists with the serialization process and performs additional functionality based on serialization.
serialize(ObjectOutputStream) - Method in class org.hibernate.action.internal.UnresolvedEntityInsertActions
Serialize this UnresolvedEntityInsertActions object.
serialize(ObjectOutputStream) - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
serialize(ObjectOutputStream) - Method in class org.hibernate.engine.internal.EntityEntryContext
JDK serialization hook for serializing
serialize(ObjectOutputStream) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
Used by the owning session to explicitly control serialization of the persistence context.
serialize(ObjectOutputStream) - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
JDK serialization hook
serialize(ObjectOutputStream) - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
 
serialize(ObjectOutputStream) - Method in class org.hibernate.engine.spi.ActionQueue
Used by the owning session to explicitly control serialization of the action queue
serialize(ObjectOutputStream) - Method in class org.hibernate.engine.spi.CollectionEntry
Custom serialization routine used during serialization of a Session/PersistenceContext for increased performance.
serialize(ObjectOutputStream) - Method in class org.hibernate.engine.spi.CollectionKey
Custom serialization routine used during serialization of a Session/PersistenceContext for increased performance.
serialize(ObjectOutputStream) - Method in interface org.hibernate.engine.spi.EntityEntry
Custom serialization routine used during serialization of a Session/PersistenceContext for increased performance.
serialize(ObjectOutputStream) - Method in class org.hibernate.engine.spi.EntityKey
Custom serialization routine used during serialization of a Session/PersistenceContext for increased performance.
serialize(ObjectOutputStream) - Method in class org.hibernate.engine.spi.EntityUniqueKey
Custom serialization routine used during serialization of a Session/PersistenceContext for increased performance.
serialize(ObjectOutputStream) - Method in class org.hibernate.resource.jdbc.internal.LogicalConnectionManagedImpl
 
serialize(ObjectOutputStream) - Method in class org.hibernate.resource.jdbc.internal.LogicalConnectionProvidedImpl
 
serialize(ObjectOutputStream) - Method in interface org.hibernate.resource.jdbc.spi.LogicalConnectionImplementor
Serialization hook.
serialize(Serializable) - Static method in class org.hibernate.internal.util.SerializationHelper
Serializes an object to a byte array for storage or externalization.
serialize(Serializable, OutputStream) - Static method in class org.hibernate.internal.util.SerializationHelper
Serializes an object to the given stream.
Service - Interface in org.hibernate.service
Marker interface for services.
ServiceBinding<R extends Service> - Class in org.hibernate.service.spi
Models a binding for a particular service.
ServiceBinding(ServiceBinding.ServiceLifecycleOwner, Class<R>, R) - Constructor for class org.hibernate.service.spi.ServiceBinding
 
ServiceBinding(ServiceBinding.ServiceLifecycleOwner, ServiceInitiator<R>) - Constructor for class org.hibernate.service.spi.ServiceBinding
 
ServiceBinding.ServiceLifecycleOwner - Interface in org.hibernate.service.spi
 
ServiceContributor - Interface in org.hibernate.service.spi
Contract for contributing services.
serviceContributors() - Method in annotation type org.hibernate.testing.orm.junit.ServiceRegistry
 
ServiceDependencyException - Exception in org.hibernate.service.internal
Indicates a problem processing service dependencies.
ServiceDependencyException(String) - Constructor for exception org.hibernate.service.internal.ServiceDependencyException
 
ServiceDependencyException(String, Throwable) - Constructor for exception org.hibernate.service.internal.ServiceDependencyException
 
ServiceException - Exception in org.hibernate.service.spi
Indicates a problem with a service.
ServiceException(String) - Constructor for exception org.hibernate.service.spi.ServiceException
 
ServiceException(String, Throwable) - Constructor for exception org.hibernate.service.spi.ServiceException
 
ServiceInitiator<R extends Service> - Interface in org.hibernate.service.spi
Base contract for an initiator of a service.
serviceProperties(Properties) - Method in interface org.hibernate.internal.CoreMessageLogger
 
ServiceProxyGenerationException - Exception in org.hibernate.service.internal
Indicates a problem generating a service proxy
ServiceProxyGenerationException(String, Throwable) - Constructor for exception org.hibernate.service.internal.ServiceProxyGenerationException
 
ServiceProxyGenerationException(Throwable) - Constructor for exception org.hibernate.service.internal.ServiceProxyGenerationException
 
serviceRegistry() - Method in class org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
 
serviceRegistry() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
serviceRegistry() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
serviceRegistry() - Static method in class org.hibernate.testing.util.ServiceRegistryUtil
 
ServiceRegistry - Interface in org.hibernate.service
A registry of services.
ServiceRegistry - Annotation Type in org.hibernate.testing.orm.junit
 
ServiceRegistry.JavaService - Annotation Type in org.hibernate.testing.orm.junit
A Java service loadable via ServiceLoader
ServiceRegistry.Service - Annotation Type in org.hibernate.testing.orm.junit
A Hibernate Service registration
ServiceRegistryAwareService - Interface in org.hibernate.service.spi
Allows services to be injected with the ServiceRegistry during configuration phase.
serviceRegistryBuilder() - Static method in class org.hibernate.testing.util.ServiceRegistryUtil
 
serviceRegistryBuilder(BootstrapServiceRegistry) - Static method in class org.hibernate.testing.util.ServiceRegistryUtil
 
ServiceRegistryBuilder - Class in org.hibernate.testing
 
ServiceRegistryExtension - Class in org.hibernate.testing.orm.junit
JUnit extension used to manage the StandardServiceRegistry used by a test including creating the StandardServiceRegistry and releasing it afterwards
ServiceRegistryExtension() - Constructor for class org.hibernate.testing.orm.junit.ServiceRegistryExtension
 
ServiceRegistryFunctionalTesting - Annotation Type in org.hibernate.testing.orm.junit
Composite annotation for applying extensions needed for managing a StandardServiceRegistry as part of the test lifecycle.
ServiceRegistryImplementor - Interface in org.hibernate.service.spi
Additional integration contracts for a service registry.
ServiceRegistryParameterResolver - Class in org.hibernate.testing.orm.junit
 
ServiceRegistryParameterResolver() - Constructor for class org.hibernate.testing.orm.junit.ServiceRegistryParameterResolver
 
ServiceRegistryProducer - Interface in org.hibernate.testing.orm.junit
 
ServiceRegistryScope - Interface in org.hibernate.testing.orm.junit
 
ServiceRegistryScopeAware - Interface in org.hibernate.testing.orm.junit
 
ServiceRegistryTestingImpl - Class in org.hibernate.testing.boot
ServiceRegistry useful in testing
ServiceRegistryUtil - Class in org.hibernate.testing.util
 
ServiceRegistryUtil() - Constructor for class org.hibernate.testing.util.ServiceRegistryUtil
 
serviceRole - Variable in exception org.hibernate.service.NullServiceException
 
serviceRole - Variable in exception org.hibernate.service.UnknownServiceException
 
serviceRole() - Method in annotation type org.hibernate.service.spi.InjectService
The service role to inject, the default is to use the type of the parameter to which this method is attached.
services() - Method in annotation type org.hibernate.testing.orm.junit.ServiceRegistry
 
session - Variable in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
session() - Method in class org.hibernate.engine.internal.NaturalIdResolutionsImpl
Access to the session (via the PersistenceContext) to which this delegate ultimately belongs.
Session - Interface in org.hibernate
The main runtime interface between a Java application and Hibernate.
SESSION_FACTORY_NAME - Static variable in interface org.hibernate.cfg.PersistenceSettings
Setting used to name the Hibernate SessionFactory.
SESSION_FACTORY_NAME_IS_JNDI - Static variable in interface org.hibernate.cfg.PersistenceSettings
Does the value defined by PersistenceSettings.SESSION_FACTORY_NAME represent a JNDI namespace into which the SessionFactory should be bound and made accessible?
SESSION_FACTORY_OBSERVER - Static variable in interface org.hibernate.cfg.PersistenceSettings
Specifies a class which implements SessionFactoryObserver and has a constructor with no parameters.
SESSION_ID_COLUMN_NAME - Static variable in class org.hibernate.dialect.temptable.TemporaryTableHelper
 
SESSION_SCOPED_INTERCEPTOR - Static variable in interface org.hibernate.cfg.SessionEventSettings
Specifies an Interceptor implementation associated with the SessionFactory and propagated to each Session created from the SessionFactory.
SESSION_TYPES - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
Session.LockRequest - Interface in org.hibernate
Deprecated.
simply construct a LockOptions and pass it to Session.lock(Object, LockOptions).
SessionAssociableInterceptor - Interface in org.hibernate.bytecode.enhance.spi.interceptor
 
SessionBuilder - Interface in org.hibernate
Allows creation of a new Session with specific options.
SessionBuilderImpl(SessionFactoryImpl) - Constructor for class org.hibernate.internal.SessionFactoryImpl.SessionBuilderImpl
 
SessionBuilderImplementor - Interface in org.hibernate.engine.spi
Defines the internal contract between the SessionBuilder and other parts of Hibernate.
SessionCacheCleaner - Class in org.hibernate.envers.internal.synchronization
Class responsible for evicting audit data entries that have been stored in the session level cache.
SessionCacheCleaner() - Constructor for class org.hibernate.envers.internal.synchronization.SessionCacheCleaner
 
SessionCreationOptions - Interface in org.hibernate.internal
 
SessionDelegatorBaseImpl - Class in org.hibernate.engine.spi
A wrapper class that delegates all method invocations to a delegate instance of SessionImplementor.
SessionDelegatorBaseImpl(SessionImplementor) - Constructor for class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
SessionEventListener - Interface in org.hibernate
Implemented by custom listeners that respond to low-level events involving interactions between the Session and the database or second-level cache.
SessionEventListenerManager - Interface in org.hibernate.engine.spi
 
SessionEventListenerManagerImpl - Class in org.hibernate.engine.internal
 
SessionEventListenerManagerImpl(SessionEventListener...) - Constructor for class org.hibernate.engine.internal.SessionEventListenerManagerImpl
 
SessionEventSettings - Interface in org.hibernate.cfg
 
SessionException - Exception in org.hibernate
Thrown when the user calls a method of a Session that is in an inappropriate state for the given call (for example, the session is closed or disconnected).
SessionException(String) - Constructor for exception org.hibernate.SessionException
Constructs a new SessionException with the given message.
SessionException(String, Throwable) - Constructor for exception org.hibernate.SessionException
Constructs a new SessionException with the given message.
sessionFactory - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration
 
sessionFactory - Variable in class org.hibernate.loader.ast.internal.SingleIdEntityLoaderSupport
 
sessionFactory - Variable in class org.hibernate.metamodel.internal.AbstractCompositeIdentifierMapping
 
sessionFactory() - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
sessionFactory() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
sessionFactory() - Method in class org.hibernate.testing.orm.junit.BaseSessionFactoryFunctionalTest
 
sessionFactory() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
Deprecated.
 
SessionFactory - Interface in org.hibernate
A SessionFactory represents an "instance" of Hibernate: it maintains the runtime metamodel representing persistent entities, their attributes, their associations, and their mappings to relational database tables, along with configuration that affects the runtime behavior of Hibernate, and instances of services that Hibernate needs to perform its duties.
SessionFactory - Annotation Type in org.hibernate.testing.orm.junit
 
SessionFactoryBasedWrapperOptions - Class in org.hibernate.persister.entity
 
SessionFactoryBasedWrapperOptions(SessionFactoryImplementor) - Constructor for class org.hibernate.persister.entity.SessionFactoryBasedWrapperOptions
 
SessionFactoryBuilder - Interface in org.hibernate.boot
The contract for building a SessionFactory given a number of options.
SessionFactoryBuilderFactory - Interface in org.hibernate.boot.spi
An extension point for integrators that wish to hook into the process of how a SessionFactory is built.
SessionFactoryBuilderImpl - Class in org.hibernate.boot.internal
 
SessionFactoryBuilderImpl(MetadataImplementor, SessionFactoryOptionsBuilder) - Constructor for class org.hibernate.boot.internal.SessionFactoryBuilderImpl
Deprecated, for removal: This API element is subject to removal in a future version.
This constructor will be removed
SessionFactoryBuilderImpl(MetadataImplementor, SessionFactoryOptionsBuilder, BootstrapContext) - Constructor for class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
SessionFactoryBuilderImpl(MetadataImplementor, BootstrapContext) - Constructor for class org.hibernate.boot.internal.SessionFactoryBuilderImpl
 
SessionFactoryBuilderImplementor - Interface in org.hibernate.boot.spi
Additional SPI contract for SessionFactoryBuilder, mainly intended for implementors of SessionFactoryBuilderFactory.
SessionFactoryBuilderService - Interface in org.hibernate.boot.spi
Allows bootstrapping Hibernate ORM using a custom SessionFactoryBuilderImplementor.
sessionFactoryBuilt(SessionFactoryImplementor) - Method in class org.hibernate.testing.orm.junit.BaseSessionFactoryFunctionalTest
 
sessionFactoryClosed(SessionFactory) - Method in class org.hibernate.bytecode.internal.SessionFactoryObserverForBytecodeEnhancer
 
sessionFactoryClosed(SessionFactory) - Method in class org.hibernate.internal.SessionFactoryObserverChain
 
sessionFactoryClosed(SessionFactory) - Method in interface org.hibernate.SessionFactoryObserver
Callback to indicate that the given factory has been closed.
sessionFactoryClosed(SessionFactory) - Method in class org.hibernate.type.spi.TypeConfiguration
 
sessionFactoryClosing(SessionFactory) - Method in class org.hibernate.bytecode.internal.SessionFactoryObserverForBytecodeEnhancer
 
sessionFactoryClosing(SessionFactory) - Method in class org.hibernate.internal.SessionFactoryObserverChain
 
sessionFactoryClosing(SessionFactory) - Method in interface org.hibernate.SessionFactoryObserver
Callback to indicate that the given factory is about to close.
sessionFactoryCreated(SessionFactory) - Method in class org.hibernate.bytecode.internal.SessionFactoryObserverForBytecodeEnhancer
 
sessionFactoryCreated(SessionFactory) - Method in class org.hibernate.internal.SessionFactoryObserverChain
 
sessionFactoryCreated(SessionFactory) - Method in interface org.hibernate.SessionFactoryObserver
Callback to indicate that the given factory has been created and is now ready for use.
sessionFactoryCreated(SessionFactory) - Method in class org.hibernate.type.spi.TypeConfiguration
 
SessionFactoryDelegatingImpl - Class in org.hibernate.engine.spi
Base delegating implementation of the SessionFactory and SessionFactoryImplementor contracts for intended for easier implementation of SessionFactory.
SessionFactoryDelegatingImpl(SessionFactoryImplementor) - Constructor for class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
SessionFactoryExtension - Class in org.hibernate.testing.orm.junit
hibernate-testing implementation of a few JUnit5 contracts to support SessionFactory-based testing, including argument injection (or see SessionFactoryScopeAware)
SessionFactoryExtension() - Constructor for class org.hibernate.testing.orm.junit.SessionFactoryExtension
 
SessionFactoryFunctionalTesting - Annotation Type in org.hibernate.testing.orm.junit
Composite annotation for functional tests that require a functioning SessionFactory.
SessionFactoryImpl - Class in org.hibernate.internal
Concrete implementation of the SessionFactory API.
SessionFactoryImpl(MetadataImplementor, SessionFactoryOptions) - Constructor for class org.hibernate.internal.SessionFactoryImpl
Deprecated, for removal: This API element is subject to removal in a future version.
This constructor will be removed
SessionFactoryImpl(MetadataImplementor, SessionFactoryOptions, BootstrapContext) - Constructor for class org.hibernate.internal.SessionFactoryImpl
 
SessionFactoryImpl.SessionBuilderImpl - Class in org.hibernate.internal
 
SessionFactoryImpl.StatelessSessionBuilderImpl - Class in org.hibernate.internal
 
SessionFactoryImplementor - Interface in org.hibernate.engine.spi
Defines the internal contract between the SessionFactory and the internal implementation of Hibernate.
SessionFactoryImplementor.DeserializationResolver<T extends SessionFactoryImplementor> - Interface in org.hibernate.engine.spi
Deprecated, for removal: This API element is subject to removal in a future version.
this is no longer used
sessionFactoryName - Variable in class org.hibernate.proxy.AbstractSerializableProxy
 
sessionFactoryName() - Method in annotation type org.hibernate.testing.orm.junit.SessionFactory
 
SessionFactoryObserver - Interface in org.hibernate
Allows reaction to basic SessionFactory lifecycle events.
SessionFactoryObserverChain - Class in org.hibernate.internal
 
SessionFactoryObserverChain() - Constructor for class org.hibernate.internal.SessionFactoryObserverChain
 
SessionFactoryObserverForBytecodeEnhancer - Class in org.hibernate.bytecode.internal
 
SessionFactoryObserverForBytecodeEnhancer(BytecodeProvider) - Constructor for class org.hibernate.bytecode.internal.SessionFactoryObserverForBytecodeEnhancer
 
SessionFactoryOptions - Interface in org.hibernate.boot.spi
Aggregator of special options used to build the SessionFactory.
SessionFactoryOptionsBuilder - Class in org.hibernate.boot.internal
In-flight state of SessionFactoryOptions during SessionFactoryBuilder processing.
SessionFactoryOptionsBuilder(StandardServiceRegistry, BootstrapContext) - Constructor for class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
SessionFactoryParameterResolver - Class in org.hibernate.testing.orm.junit
 
SessionFactoryParameterResolver() - Constructor for class org.hibernate.testing.orm.junit.SessionFactoryParameterResolver
 
SessionFactoryProducer - Interface in org.hibernate.testing.orm.junit
Contract for something that can build a SessionFactory.
SessionFactoryRegistry - Class in org.hibernate.internal
A registry of all SessionFactory instances for the same classloader as this class.
SessionFactoryRegistry.ObjectFactoryImpl - Class in org.hibernate.internal
 
sessionFactoryScope() - Method in class org.hibernate.testing.orm.junit.BaseSessionFactoryFunctionalTest
 
SessionFactoryScope - Interface in org.hibernate.testing.orm.junit
 
SessionFactoryScopeAware - Interface in org.hibernate.testing.orm.junit
 
SessionFactoryScopeParameterResolver - Class in org.hibernate.testing.orm.junit
 
SessionFactoryScopeParameterResolver() - Constructor for class org.hibernate.testing.orm.junit.SessionFactoryScopeParameterResolver
 
SessionFactoryServiceContributor - Interface in org.hibernate.service.spi
 
SessionFactoryServiceInitiator<R extends Service> - Interface in org.hibernate.service.spi
Contract for an initiator of services that target the specialized service registry SessionFactoryServiceRegistry.
SessionFactoryServiceInitiatorContext - Interface in org.hibernate.service.spi
 
SessionFactoryServiceRegistry - Interface in org.hibernate.service.spi
Specialized ServiceRegistry implementation that holds services which need access to the SessionFactory during initialization.
SessionFactoryServiceRegistryBuilder - Interface in org.hibernate.service.spi
 
SessionFactoryServiceRegistryBuilderImpl - Class in org.hibernate.service.internal
 
SessionFactoryServiceRegistryBuilderImpl(ServiceRegistryImplementor) - Constructor for class org.hibernate.service.internal.SessionFactoryServiceRegistryBuilderImpl
 
SessionFactoryServiceRegistryFactory - Interface in org.hibernate.service.spi
Contract for builder of SessionFactoryServiceRegistry instances.
SessionFactoryServiceRegistryFactoryImpl - Class in org.hibernate.service.internal
Acts as a service in the StandardServiceRegistryImpl whose function is to act as a factory for SessionFactoryServiceRegistryImpl implementations.
SessionFactoryServiceRegistryFactoryImpl(ServiceRegistryImplementor) - Constructor for class org.hibernate.service.internal.SessionFactoryServiceRegistryFactoryImpl
 
SessionFactoryServiceRegistryFactoryInitiator - Class in org.hibernate.service.internal
 
SessionFactoryServiceRegistryFactoryInitiator() - Constructor for class org.hibernate.service.internal.SessionFactoryServiceRegistryFactoryInitiator
 
SessionFactoryServiceRegistryImpl - Class in org.hibernate.service.internal
 
sessionFactoryUuid - Variable in class org.hibernate.proxy.AbstractSerializableProxy
 
SessionImpl - Class in org.hibernate.internal
Concrete implementation of the Session API.
SessionImpl(SessionFactoryImpl, SessionCreationOptions) - Constructor for class org.hibernate.internal.SessionImpl
 
sessionImplementor - Variable in class org.hibernate.envers.internal.synchronization.work.AbstractAuditWorkUnit
 
SessionImplementor - Interface in org.hibernate.engine.spi
Defines the "internal contract" between Session and other parts of Hibernate including implementors of Type, EntityPersister, and CollectionPersister.
SessionLazyDelegator - Class in org.hibernate.engine.spi
This helper class allows decorating a Session instance, while the instance itself is lazily provided via a Supplier.
SessionLazyDelegator(Supplier<Session>) - Constructor for class org.hibernate.engine.spi.SessionLazyDelegator
 
sessionMap() - Static method in class org.hibernate.context.internal.ManagedSessionContext
 
sessionMap() - Static method in class org.hibernate.context.internal.ThreadLocalSessionContext
 
SessionOwnerBehavior - Enum in org.hibernate.internal
 
sessionsClosed(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
sessionsOpened(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
SessionStatistics - Interface in org.hibernate.stat
Information about the first-level (session) cache for a particular instance of Session.
SessionStatisticsImpl - Class in org.hibernate.stat.internal
 
SessionStatisticsImpl(SessionImplementor) - Constructor for class org.hibernate.stat.internal.SessionStatisticsImpl
 
sessionWithOptions() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
sessionWithOptions() - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
sessionWithOptions() - Method in class org.hibernate.internal.SessionImpl
 
sessionWithOptions() - Method in interface org.hibernate.Session
Obtain a Session builder with the ability to copy certain information from this session.
set - Variable in class org.hibernate.collection.spi.AbstractPersistentCollection.SetProxy
 
set - Variable in class org.hibernate.collection.spi.PersistentSet
 
set() - Method in class org.hibernate.envers.internal.tools.MutableBoolean
 
set() - Static method in class org.hibernate.Hibernate
Obtain an instance of Hibernate.CollectionInterface representing persistent sets of a given element type.
set() - Static method in class org.hibernate.internal.util.collections.CollectionHelper
Build a set whose size is unknown.
set(int) - Method in class org.hibernate.envers.internal.tools.MutableInteger
 
set(int) - Method in class org.hibernate.internal.util.MutableInteger
 
set(int, E) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
 
set(int, E) - Method in class org.hibernate.collection.spi.PersistentBag
 
set(int, E) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
set(int, E) - Method in class org.hibernate.collection.spi.PersistentList
 
set(int, U) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.ListProxy
 
set(long) - Method in class org.hibernate.internal.util.MutableLong
 
set(E) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListIteratorProxy
 
set(Path<Y>, Expression<? extends Y>) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
set(Path<Y>, X) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
set(SingularAttribute<? super T, Y>, Expression<? extends Y>) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
set(SingularAttribute<? super T, Y>, X) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
set(Object, Object) - Method in class org.hibernate.property.access.internal.ChainedPropertyAccessImpl
 
set(Object, Object) - Method in class org.hibernate.property.access.internal.PropertyAccessMapImpl.SetterImpl
 
set(Object, Object) - Method in class org.hibernate.property.access.spi.EnhancedSetterImpl
 
set(Object, Object) - Method in class org.hibernate.property.access.spi.EnhancedSetterMethodImpl
 
set(Object, Object) - Method in interface org.hibernate.property.access.spi.Setter
 
set(Object, Object) - Method in class org.hibernate.property.access.spi.SetterFieldImpl
 
set(Object, Object) - Method in class org.hibernate.property.access.spi.SetterMethodImpl
 
set(String, Object) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
set(T) - Method in class org.hibernate.internal.util.MutableObject
 
set(T, BiConsumer<T, T>) - Method in class org.hibernate.internal.util.MutableObject
 
set(T, Consumer<T>) - Method in class org.hibernate.internal.util.MutableObject
 
Set - Class in org.hibernate.mapping
A mapping model object representing a collection of type List.
Set(Supplier<ManagedBean<? extends UserCollectionType>>, PersistentClass, MetadataBuildingContext) - Constructor for class org.hibernate.mapping.Set
Used by annotation binding
Set(MetadataBuildingContext, PersistentClass) - Constructor for class org.hibernate.mapping.Set
Used by hbm.xml binding
SET - org.hibernate.boot.model.source.internal.hbm.XmlElementMetadata
Describes the <set/> element
SET - org.hibernate.boot.model.source.spi.PluralAttributeNature
 
SET - org.hibernate.engine.jdbc.mutation.ParameterUsage
The parameter is used in the update set clause or insert values clause
SET - org.hibernate.metamodel.CollectionClassification
A unique, unordered collection following the requirements of Set
SET - org.hibernate.sql.ast.Clause
The update set clause
SET - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
SET - Static variable in class org.hibernate.grammars.hql.HqlParser
 
SET - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
SET() - Method in class org.hibernate.grammars.hql.HqlParser.CycleClauseContext
 
SET() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
SET() - Method in class org.hibernate.grammars.hql.HqlParser.SearchClauseContext
 
SET() - Method in class org.hibernate.grammars.hql.HqlParser.SetClauseContext
 
SET_ATTRIBUTE - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
SET_DEFAULT - org.hibernate.annotations.OnDeleteAction
Set the referencing foreign key to its default value.
SET_EXPRESSION - org.hibernate.sql.ast.Clause
The update set clause expression part
SET_NULL - org.hibernate.annotations.OnDeleteAction
Set the referencing foreign key to null.
SET_OPERATIONS - org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
 
setAbstract(boolean) - Method in class org.hibernate.boot.model.internal.TableBinder
 
setAbstract(boolean) - Method in class org.hibernate.mapping.Table
 
setAbstract(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Sets the value of the abstract property.
setAbstract(Boolean) - Method in class org.hibernate.mapping.PersistentClass
 
setAccess(AccessType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbBasic
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEmbeddable
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEmbedded
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEmbeddedId
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbHbmAnyMapping
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbHbmManyToAny
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbId
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToOne
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbMappedSuperclass
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToOne
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbPersistenceUnitDefaults
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbVersion
Sets the value of the access property.
setAccess(AccessType) - Method in interface org.hibernate.boot.jaxb.mapping.ManagedType
 
setAccess(AccessType) - Method in interface org.hibernate.boot.jaxb.mapping.PersistentAttribute
 
setAccess(AccessType) - Method in class org.hibernate.boot.model.internal.XMLContext.Default
 
setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the access property.
setAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbCaching
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embeddable
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embedded
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddedId
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Id
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
Sets the value of the access property.
setAccess(AccessType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Version
Sets the value of the access property.
setAccessible(boolean) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.DynamicProperty
 
setAccessType(String) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
setAccessType(AccessType) - Method in class org.hibernate.boot.model.internal.BasicValueBinder
 
setAccessType(AccessType) - Method in class org.hibernate.boot.model.internal.CollectionBinder
 
setAccessType(AccessType) - Method in class org.hibernate.boot.model.internal.PropertyBinder
 
setAccessType(AccessType) - Method in class org.hibernate.boot.model.Caching
Deprecated.
 
setAccount(Account) - Method in class org.hibernate.testing.orm.domain.userguide.Payment
 
setActions(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant
Sets the value of the actions property.
setAddDependentAnnotation(boolean) - Method in class org.hibernate.jpamodelgen.Context
 
setAddGeneratedAnnotation(boolean) - Method in class org.hibernate.jpamodelgen.Context
 
setAddGenerationDate(boolean) - Method in class org.hibernate.jpamodelgen.Context
 
setAddInjectAnnotation(boolean) - Method in class org.hibernate.jpamodelgen.Context
 
setAddNonnullAnnotation(boolean) - Method in class org.hibernate.jpamodelgen.Context
 
setAddress(String) - Method in class org.hibernate.testing.orm.domain.userguide.Person
 
setAddress(Address) - Method in class org.hibernate.testing.orm.domain.animal.Zoo
 
setAddresses(List<Address>) - Method in class org.hibernate.testing.orm.domain.contacts.Contact
 
setAddresses(Map<String, Address>) - Method in class org.hibernate.testing.orm.domain.animal.Human
 
setAddSuppressWarningsAnnotation(boolean) - Method in class org.hibernate.jpamodelgen.Context
 
setAggregateColumn(AggregateColumn) - Method in class org.hibernate.mapping.BasicValue
 
setAggregateColumn(AggregateColumn) - Method in class org.hibernate.mapping.Component
 
setAlias(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
Sets the value of the alias property.
setAlias(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryCollectionLoadReturnType
Sets the value of the alias property.
setAlias(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryJoinReturnType
Sets the value of the alias property.
setAlias(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
Sets the value of the alias property.
setAlias(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbHbmFilter.JaxbAliases
Sets the value of the alias property.
setAlias(String) - Method in class org.hibernate.query.sqm.tree.jpa.AbstractJpaTupleElement
Protected access to set the alias.
setAliasSpecificLockMode(String, LockMode) - Method in class org.hibernate.LockOptions
Specify the LockMode to be used for the given query alias.
setAliasSpecificLockMode(String, LockMode) - Method in interface org.hibernate.query.SelectionQuery
setAliasSpecificLockMode(String, LockMode) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
setAliasSpecificLockMode(String, LockMode) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
setAliasSpecificLockMode(String, LockMode) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
Deprecated.
setAllocationSize(Integer) - Method in class org.hibernate.boot.jaxb.mapping.JaxbSequenceGenerator
Sets the value of the allocationSize property.
setAllocationSize(Integer) - Method in class org.hibernate.boot.jaxb.mapping.JaxbTableGenerator
Sets the value of the allocationSize property.
setAllocationSize(Integer) - Method in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
Sets the value of the allocationSize property.
setAllocationSize(Integer) - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
Sets the value of the allocationSize property.
setAllowedToReuse(boolean) - Method in class org.hibernate.event.spi.FlushEntityEvent
 
setAlternateUniqueKey(boolean) - Method in class org.hibernate.mapping.SimpleValue
 
setAlternativeContact(Contact) - Method in class org.hibernate.testing.orm.domain.contacts.Contact
 
setAmount(BigDecimal) - Method in class org.hibernate.testing.orm.domain.userguide.Payment
 
setAmount(MonetaryAmount) - Method in class org.hibernate.testing.orm.domain.retail.Payment
 
setAnAttribute(String) - Method in class org.hibernate.testing.orm.domain.gambit.SimpleComponent
 
setAnimals(Map) - Method in class org.hibernate.testing.orm.domain.animal.Zoo
 
setAnotherAttribute(String) - Method in class org.hibernate.testing.orm.domain.gambit.SimpleComponent
 
setAreaCode(int) - Method in class org.hibernate.testing.orm.domain.contacts.PhoneNumber
 
setArgumentCountBetween(int, int) - Method in class org.hibernate.query.sqm.produce.function.NamedFunctionDescriptorBuilder
 
setArgumentListSignature(String) - Method in class org.hibernate.query.sqm.function.MultipatternSqmFunctionDescriptor
 
setArgumentListSignature(String) - Method in class org.hibernate.query.sqm.produce.function.NamedFunctionDescriptorBuilder
 
setArgumentListSignature(String) - Method in class org.hibernate.query.sqm.produce.function.PatternFunctionDescriptorBuilder
 
setArgumentRenderingMode(SqlAstNodeRenderingMode) - Method in class org.hibernate.query.sqm.produce.function.NamedFunctionDescriptorBuilder
 
setArgumentRenderingMode(SqlAstNodeRenderingMode) - Method in class org.hibernate.query.sqm.produce.function.PatternFunctionDescriptorBuilder
 
setArgumentsValidator(ArgumentsValidator) - Method in class org.hibernate.query.sqm.produce.function.NamedFunctionDescriptorBuilder
 
setArgumentsValidator(ArgumentsValidator) - Method in class org.hibernate.query.sqm.produce.function.PatternFunctionDescriptorBuilder
 
setArgumentTypeResolver(FunctionArgumentTypeResolver) - Method in class org.hibernate.query.sqm.produce.function.NamedFunctionDescriptorBuilder
 
setArgumentTypeResolver(FunctionArgumentTypeResolver) - Method in class org.hibernate.query.sqm.produce.function.PatternFunctionDescriptorBuilder
 
setArrayLength(Integer) - Method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
setArrayLength(Integer) - Method in class org.hibernate.engine.jdbc.Size
 
setArrayLength(Integer) - Method in class org.hibernate.mapping.Column
 
setArrayOfBasics(String[]) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfArrays
 
setAssignmentExpression(String) - Method in class org.hibernate.mapping.Column
 
setAssociatedClass(PersistentClass) - Method in class org.hibernate.mapping.OneToMany
Associated entity on the many side
setAssociation(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType.JaxbHbmFetch
Sets the value of the association property.
setAssociation(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbFetchProfile.JaxbFetch
Sets the value of the association property.
SetAttribute - Class in org.hibernate.envers.boot.model
A plural attribute that represents a set.
SetAttribute(String, String, String, String) - Constructor for class org.hibernate.envers.boot.model.SetAttribute
 
setAttributeAccessor(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbBasic
Sets the value of the attributeAccessor property.
setAttributeAccessor(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
Sets the value of the attributeAccessor property.
setAttributeAccessor(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEmbedded
Sets the value of the attributeAccessor property.
setAttributeAccessor(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEmbeddedId
Sets the value of the attributeAccessor property.
setAttributeAccessor(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Sets the value of the attributeAccessor property.
setAttributeAccessor(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
Sets the value of the attributeAccessor property.
setAttributeAccessor(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbHbmAnyMapping
Sets the value of the attributeAccessor property.
setAttributeAccessor(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbHbmManyToAny
Sets the value of the attributeAccessor property.
setAttributeAccessor(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbId
Sets the value of the attributeAccessor property.
setAttributeAccessor(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
Sets the value of the attributeAccessor property.
setAttributeAccessor(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToOne
Sets the value of the attributeAccessor property.
setAttributeAccessor(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbMappedSuperclass
Sets the value of the attributeAccessor property.
setAttributeAccessor(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
Sets the value of the attributeAccessor property.
setAttributeAccessor(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToOne
Sets the value of the attributeAccessor property.
setAttributeAccessor(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbVersion
Sets the value of the attributeAccessor property.
setAttributeAccessor(String) - Method in interface org.hibernate.boot.jaxb.mapping.PersistentAttribute
 
setAttributeConverterDescriptor(ConverterDescriptor) - Method in class org.hibernate.mapping.SimpleValue
 
SetAttributeImpl<X,​E> - Class in org.hibernate.metamodel.model.domain.internal
 
SetAttributeImpl(PluralAttributeBuilder<X, Set<E>, E, ?>, MetadataContext) - Constructor for class org.hibernate.metamodel.model.domain.internal.SetAttributeImpl
 
setAttributeMapping(int, AttributeMapping) - Method in class org.hibernate.metamodel.mapping.internal.MutableAttributeMappingList
Deprecated.
 
setAttributeName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbConvert
Sets the value of the attributeName property.
setAttributeName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Convert
Sets the value of the attributeName property.
setAttributes(JaxbAttributes) - Method in interface org.hibernate.boot.jaxb.mapping.EntityOrMappedSuperclass
 
setAttributes(JaxbAttributes) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Sets the value of the attributes property.
setAttributes(JaxbAttributes) - Method in class org.hibernate.boot.jaxb.mapping.JaxbMappedSuperclass
Sets the value of the attributes property.
setAttributes(JaxbEmbeddableAttributes) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEmbeddable
Sets the value of the attributes property.
setAttributes(Attributes) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Sets the value of the attributes property.
setAttributes(Attributes) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Sets the value of the attributes property.
setAttributes(EmbeddableAttributes) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embeddable
Sets the value of the attributes property.
setAuditMappedBy(String) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
setAuditTable(AuditTable) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.ClassAuditingData
 
setAutoAliasInjection(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbHbmFilter
Sets the value of the autoAliasInjection property.
setAutoAliasInjection(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType
Sets the value of the autoAliasInjection property.
setAutoApply(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbConverter
Sets the value of the autoApply property.
setAutoApply(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbConverterRegistration
Sets the value of the autoApply property.
setAutoApply(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Converter
Sets the value of the autoApply property.
setAutoClear(boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
setAutoClear(boolean) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Deprecated.
there's no good reason to expose this here
setAutoClear(boolean) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
setAutoClear(boolean) - Method in class org.hibernate.internal.SessionImpl
 
setAutoClear(boolean) - Method in class org.hibernate.internal.StatelessSessionImpl
 
setAutoImport(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Sets the value of the autoImport property.
setAutoImport(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
Sets the value of the autoImport property.
setAutoImport(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbPersistenceUnitDefaults
Sets the value of the autoImport property.
setAutoImportEnabled(boolean) - Method in class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults.Builder
 
setAutoQuoteInitialUnderscore(boolean) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
setAutoQuoteKeywords(boolean) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
setBase(int) - Method in class org.hibernate.boot.model.internal.IndexColumn
 
setBase(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListIndexType
Sets the value of the base property.
setBaseIndex(int) - Method in class org.hibernate.mapping.List
 
setBasicByBasic(Map<String, String>) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
setBasicByComponent(Map<SimpleComponent, String>) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
setBasicByConvertedEnum(Map<EnumValue, String>) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
setBasicByEnum(Map<EnumValue, String>) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
setBasicByOneToMany(Map<SimpleEntity, String>) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
setBasicInteger(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.Component
 
setBasicLong(Long) - Method in class org.hibernate.testing.orm.domain.gambit.Component
 
setBasicPrimitiveInt(int) - Method in class org.hibernate.testing.orm.domain.gambit.Component
 
setBasicString(String) - Method in class org.hibernate.testing.orm.domain.gambit.Component
 
SetBasicValueTypeSecondPass - Class in org.hibernate.boot.model.internal
 
SetBasicValueTypeSecondPass(BasicValueBinder) - Constructor for class org.hibernate.boot.model.internal.SetBasicValueTypeSecondPass
 
setBatchSize(int) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
setBatchSize(int) - Method in class org.hibernate.mapping.Collection
 
setBatchSize(int) - Method in class org.hibernate.mapping.PersistentClass
 
setBatchSize(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the batchSize property.
setBatchSize(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the batchSize property.
setBatchSize(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Sets the value of the batchSize property.
setBatchSize(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the batchSize property.
setBatchSize(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the batchSize property.
setBatchSize(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the batchSize property.
setBatchSize(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the batchSize property.
setBatchSize(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the batchSize property.
setBatchSize(Integer) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Sets the value of the batchSize property.
setBatchSize(Integer) - Method in class org.hibernate.boot.model.source.internal.hbm.FetchCharacteristicsPluralAttributeImpl.Builder
 
setBatchSize(BatchSize) - Method in class org.hibernate.boot.model.internal.CollectionBinder
 
setBeanName(String) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
setBigDecimalValue(BigDecimal) - Method in class org.hibernate.testing.orm.domain.animal.Human
 
setBigIntegerValue(BigInteger) - Method in class org.hibernate.testing.orm.domain.animal.Human
 
setBillingEntity(String) - Method in class org.hibernate.testing.orm.domain.retail.Vendor
 
setBinaryStream(long) - Method in class org.hibernate.engine.jdbc.BlobProxy
 
setBindAsParam(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
Sets the value of the bindAsParam property.
setBindAsParam(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbMultiTenancy
Sets the value of the bindAsParam property.
setBindAsParam(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbTenantId
Sets the value of the bindAsParam property.
SetBinder - Class in org.hibernate.boot.model.internal
A CollectionBinder for sets, whose mapping model type is Set.
SetBinder(Supplier<ManagedBean<? extends UserCollectionType>>, boolean, MetadataBuildingContext) - Constructor for class org.hibernate.boot.model.internal.SetBinder
 
setBindValue(T) - Method in interface org.hibernate.query.spi.QueryParameterBinding
Sets the parameter binding value.
setBindValue(T, boolean) - Method in class org.hibernate.query.internal.QueryParameterBindingImpl
 
setBindValue(T, boolean) - Method in interface org.hibernate.query.spi.QueryParameterBinding
Sets the parameter binding value.
setBindValue(T, TemporalType) - Method in class org.hibernate.query.internal.QueryParameterBindingImpl
 
setBindValue(T, TemporalType) - Method in interface org.hibernate.query.spi.QueryParameterBinding
Sets the parameter binding value using the explicit TemporalType.
setBindValue(T, BindableType<T>) - Method in class org.hibernate.query.internal.QueryParameterBindingImpl
 
setBindValue(T, BindableType<T>) - Method in interface org.hibernate.query.spi.QueryParameterBinding
Sets the parameter binding value using the explicit Type.
setBindValues(Collection<? extends T>) - Method in class org.hibernate.query.internal.QueryParameterBindingImpl
 
setBindValues(Collection<? extends T>) - Method in interface org.hibernate.query.spi.QueryParameterBinding
Sets the parameter binding values.
setBindValues(Collection<? extends T>, TemporalType, TypeConfiguration) - Method in class org.hibernate.query.internal.QueryParameterBindingImpl
 
setBindValues(Collection<? extends T>, TemporalType, TypeConfiguration) - Method in interface org.hibernate.query.spi.QueryParameterBinding
Sets the parameter binding value using the explicit TemporalType in regards to the individual values.
setBindValues(Collection<? extends T>, BindableType<T>) - Method in class org.hibernate.query.internal.QueryParameterBindingImpl
 
setBindValues(Collection<? extends T>, BindableType<T>) - Method in interface org.hibernate.query.spi.QueryParameterBinding
Sets the parameter binding values using the explicit Type in regards to the individual values.
setBindValues(Collection<T>) - Method in interface org.hibernate.query.spi.QueryParameterListBinding
Sets the parameter binding values.
setBindValues(Collection<T>, TemporalType) - Method in interface org.hibernate.query.spi.QueryParameterListBinding
Sets the parameter binding value using the explicit TemporalType in regards to the individual values.
setBindValues(Collection<T>, BindableType) - Method in interface org.hibernate.query.spi.QueryParameterListBinding
Sets the parameter binding values using the explicit Type in regards to the individual values.
setBirthdate(Date) - Method in class org.hibernate.testing.orm.domain.animal.Mammal
 
setBirthDay(LocalDate) - Method in class org.hibernate.testing.orm.domain.contacts.Contact
 
setBodyTemperature(float) - Method in class org.hibernate.testing.orm.domain.animal.Reptile
 
setBodyWeight(float) - Method in class org.hibernate.testing.orm.domain.animal.Animal
 
setBootstrapContext(BootstrapContext) - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
 
setBuildingContext(MetadataBuildingContext) - Method in class org.hibernate.boot.model.internal.AnnotatedColumns
 
setBuildingContext(MetadataBuildingContext) - Method in class org.hibernate.boot.model.internal.PropertyBinder
 
setBuildingContext(MetadataBuildingContext) - Method in class org.hibernate.boot.model.internal.TableBinder
 
setBytes(long, byte[]) - Method in class org.hibernate.engine.jdbc.BlobProxy
 
setBytes(long, byte[], int, int) - Method in class org.hibernate.engine.jdbc.BlobProxy
 
setCache(Cache) - Method in class org.hibernate.boot.model.internal.CollectionBinder
 
setCache(JaxbHbmCacheType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the cache property.
setCache(JaxbHbmCacheType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the cache property.
setCache(JaxbHbmCacheType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the cache property.
setCache(JaxbHbmCacheType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the cache property.
setCache(JaxbHbmCacheType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the cache property.
setCache(JaxbHbmCacheType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the cache property.
setCache(JaxbHbmCacheType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the cache property.
setCache(JaxbHbmCacheType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the cache property.
setCache(JaxbCaching) - Method in class org.hibernate.boot.jaxb.mapping.JaxbNaturalId
Sets the value of the cache property.
setCacheable(boolean) - Method in interface org.hibernate.envers.query.AuditAssociationQuery
 
setCacheable(boolean) - Method in interface org.hibernate.envers.query.AuditQuery
 
setCacheable(boolean) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditAssociationQuery
 
setCacheable(boolean) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
setCacheable(boolean) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setCacheable(boolean) - Method in interface org.hibernate.query.NativeQuery
 
setCacheable(boolean) - Method in interface org.hibernate.query.Query
 
setCacheable(boolean) - Method in interface org.hibernate.query.SelectionQuery
Enable/disable second level query (result) caching for this query.
setCacheable(boolean) - Method in class org.hibernate.query.spi.AbstractQuery
 
setCacheable(boolean) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setCacheable(boolean) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setCacheable(boolean) - Method in class org.hibernate.query.sql.spi.NamedNativeQueryMemento.Builder
 
setCacheable(boolean) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setCacheable(boolean) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setCacheable(boolean) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
setCacheable(boolean) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setCacheable(boolean) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setCacheable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Sets the value of the cacheable property.
setCacheable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Sets the value of the cacheable property.
setCacheable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Sets the value of the cacheable property.
setCacheable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedNativeQuery
Sets the value of the cacheable property.
setCacheable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedQuery
Sets the value of the cacheable property.
setCacheable(Boolean) - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
 
setCacheable(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Sets the value of the cacheable property.
setCacheable(Boolean) - Method in class org.hibernate.query.internal.NamedQueryHelper.NamedQueryDescriptorBuilder
 
setCacheable(Boolean) - Method in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
setCacheConcurrencyStrategy(String) - Method in class org.hibernate.mapping.Collection
 
setCacheConcurrencyStrategy(String) - Method in class org.hibernate.mapping.RootClass
 
setCached(boolean) - Method in class org.hibernate.mapping.PersistentClass
 
setCacheEntry(Object) - Method in class org.hibernate.action.internal.EntityInsertAction
 
setCacheEntry(Object) - Method in class org.hibernate.action.internal.EntityUpdateAction
 
setCacheLazyProperties(boolean) - Method in class org.hibernate.boot.model.Caching
Deprecated.
 
setCacheMode(SharedCacheMode) - Method in class org.hibernate.testing.orm.jpa.PersistenceUnitInfoImpl
 
setCacheMode(CacheMode) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Sets the value of the cacheMode property.
setCacheMode(CacheMode) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Sets the value of the cacheMode property.
setCacheMode(CacheMode) - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedNativeQuery
Sets the value of the cacheMode property.
setCacheMode(CacheMode) - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedQuery
Sets the value of the cacheMode property.
setCacheMode(CacheMode) - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
 
setCacheMode(CacheMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
setCacheMode(CacheMode) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
setCacheMode(CacheMode) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Set the current CacheMode for this session.
setCacheMode(CacheMode) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
setCacheMode(CacheMode) - Method in interface org.hibernate.envers.query.AuditAssociationQuery
 
setCacheMode(CacheMode) - Method in interface org.hibernate.envers.query.AuditQuery
 
setCacheMode(CacheMode) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditAssociationQuery
 
setCacheMode(CacheMode) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
setCacheMode(CacheMode) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
setCacheMode(CacheMode) - Method in class org.hibernate.internal.StatelessSessionImpl
 
setCacheMode(CacheMode) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setCacheMode(CacheMode) - Method in class org.hibernate.query.internal.NamedQueryHelper.NamedQueryDescriptorBuilder
 
setCacheMode(CacheMode) - Method in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
setCacheMode(CacheMode) - Method in interface org.hibernate.query.NativeQuery
 
setCacheMode(CacheMode) - Method in interface org.hibernate.query.Query
 
setCacheMode(CacheMode) - Method in interface org.hibernate.query.SelectionQuery
Set the current CacheMode in effect for this query.
setCacheMode(CacheMode) - Method in class org.hibernate.query.spi.AbstractQuery
 
setCacheMode(CacheMode) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setCacheMode(CacheMode) - Method in interface org.hibernate.query.spi.MutableQueryOptions
setCacheMode(CacheMode) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setCacheMode(CacheMode) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setCacheMode(CacheMode) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setCacheMode(CacheMode) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
setCacheMode(CacheMode) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setCacheMode(CacheMode) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setCacheMode(CacheMode) - Method in interface org.hibernate.Session
Set the current cache mode for this session.
setCacheRegion(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Sets the value of the cacheRegion property.
setCacheRegion(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Sets the value of the cacheRegion property.
setCacheRegion(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedNativeQuery
Sets the value of the cacheRegion property.
setCacheRegion(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedQuery
Sets the value of the cacheRegion property.
setCacheRegion(String) - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
 
setCacheRegion(String) - Method in interface org.hibernate.envers.query.AuditAssociationQuery
 
setCacheRegion(String) - Method in interface org.hibernate.envers.query.AuditQuery
 
setCacheRegion(String) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditAssociationQuery
 
setCacheRegion(String) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
setCacheRegion(String) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setCacheRegion(String) - Method in class org.hibernate.query.internal.NamedQueryHelper.NamedQueryDescriptorBuilder
 
setCacheRegion(String) - Method in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
setCacheRegion(String) - Method in interface org.hibernate.query.NativeQuery
 
setCacheRegion(String) - Method in interface org.hibernate.query.Query
 
setCacheRegion(String) - Method in interface org.hibernate.query.SelectionQuery
Set the name of the cache region where query results should be cached (assuming SelectionQuery.isCacheable()).
setCacheRegion(String) - Method in class org.hibernate.query.spi.AbstractQuery
 
setCacheRegion(String) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setCacheRegion(String) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setCacheRegion(String) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setCacheRegion(String) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setCacheRegion(String) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
setCacheRegion(String) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setCacheRegion(String) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setCacheRegionName(String) - Method in class org.hibernate.mapping.Collection
 
setCacheRegionName(String) - Method in class org.hibernate.mapping.RootClass
 
setCacheRetrieveMode(CacheRetrieveMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
setCacheRetrieveMode(CacheRetrieveMode) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
setCacheRetrieveMode(CacheRetrieveMode) - Method in class org.hibernate.internal.SessionImpl
 
setCacheRetrieveMode(CacheRetrieveMode) - Method in class org.hibernate.query.internal.QueryOptionsImpl
 
setCacheRetrieveMode(CacheRetrieveMode) - Method in interface org.hibernate.query.NativeQuery
 
setCacheRetrieveMode(CacheRetrieveMode) - Method in interface org.hibernate.query.Query
 
setCacheRetrieveMode(CacheRetrieveMode) - Method in interface org.hibernate.query.SelectionQuery
 
setCacheRetrieveMode(CacheRetrieveMode) - Method in class org.hibernate.query.spi.AbstractQuery
 
setCacheRetrieveMode(CacheRetrieveMode) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setCacheRetrieveMode(CacheRetrieveMode) - Method in interface org.hibernate.query.spi.MutableQueryOptions
setCacheRetrieveMode(CacheRetrieveMode) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setCacheRetrieveMode(CacheRetrieveMode) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setCacheRetrieveMode(CacheRetrieveMode) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
setCacheRetrieveMode(CacheRetrieveMode) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setCacheRetrieveMode(CacheRetrieveMode) - Method in interface org.hibernate.Session
Enable or disable reads from the second-level cache.
setCacheStoreMode(CacheStoreMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
setCacheStoreMode(CacheStoreMode) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
setCacheStoreMode(CacheStoreMode) - Method in class org.hibernate.internal.SessionImpl
 
setCacheStoreMode(CacheStoreMode) - Method in class org.hibernate.query.internal.QueryOptionsImpl
 
setCacheStoreMode(CacheStoreMode) - Method in interface org.hibernate.query.NativeQuery
 
setCacheStoreMode(CacheStoreMode) - Method in interface org.hibernate.query.Query
 
setCacheStoreMode(CacheStoreMode) - Method in interface org.hibernate.query.SelectionQuery
 
setCacheStoreMode(CacheStoreMode) - Method in class org.hibernate.query.spi.AbstractQuery
 
setCacheStoreMode(CacheStoreMode) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setCacheStoreMode(CacheStoreMode) - Method in interface org.hibernate.query.spi.MutableQueryOptions
setCacheStoreMode(CacheStoreMode) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setCacheStoreMode(CacheStoreMode) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setCacheStoreMode(CacheStoreMode) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
setCacheStoreMode(CacheStoreMode) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setCacheStoreMode(CacheStoreMode) - Method in interface org.hibernate.Session
Enable or disable writes to the second-level cache.
setCaching(JaxbCaching) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Sets the value of the caching property.
setCachingCompliance(boolean) - Method in class org.hibernate.jpa.internal.JpaComplianceImpl.JpaComplianceBuilder
 
setCachingCompliance(boolean) - Method in class org.hibernate.jpa.internal.MutableJpaComplianceImpl
 
setCachingCompliance(boolean) - Method in interface org.hibernate.jpa.spi.MutableJpaCompliance
 
setCachingExplicitlyRequested(boolean) - Method in class org.hibernate.mapping.PersistentClass
Deprecated, for removal: This API element is subject to removal in a future version.
setCallable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCustomSqlDmlType
Sets the value of the callable property.
setCallable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Sets the value of the callable property.
setCallable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbCustomSql
Sets the value of the callable property.
setCallableName(String) - Method in class org.hibernate.sql.exec.internal.JdbcCallImpl.Builder
 
setCardNumber(String) - Method in class org.hibernate.testing.orm.domain.userguide.CreditCardPayment
 
setCascade(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Sets the value of the cascade property.
setCascade(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the cascade property.
setCascade(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the cascade property.
setCascade(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the cascade property.
setCascade(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the cascade property.
setCascade(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the cascade property.
setCascade(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the cascade property.
setCascade(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Sets the value of the cascade property.
setCascade(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the cascade property.
setCascade(String) - Method in class org.hibernate.boot.model.internal.PropertyBinder
 
setCascade(String) - Method in class org.hibernate.envers.boot.model.SetAttribute
 
setCascade(String) - Method in class org.hibernate.mapping.Property
 
setCascade(JaxbCascadeType) - Method in interface org.hibernate.boot.jaxb.mapping.AssociationAttribute
 
setCascade(JaxbCascadeType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbHbmAnyMapping
Sets the value of the cascade property.
setCascade(JaxbCascadeType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbHbmManyToAny
Sets the value of the cascade property.
setCascade(JaxbCascadeType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
Sets the value of the cascade property.
setCascade(JaxbCascadeType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToOne
Sets the value of the cascade property.
setCascade(JaxbCascadeType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
Sets the value of the cascade property.
setCascade(JaxbCascadeType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToOne
Sets the value of the cascade property.
setCascade(CascadeType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Sets the value of the cascade property.
setCascade(CascadeType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
Sets the value of the cascade property.
setCascade(CascadeType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Sets the value of the cascade property.
setCascade(CascadeType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Sets the value of the cascade property.
setCascadeAll(JaxbEmptyType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbCascadeType
Sets the value of the cascadeAll property.
setCascadeAll(EmptyType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.CascadeType
Sets the value of the cascadeAll property.
setCascadeDelete(JaxbEmptyType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbCascadeType
Sets the value of the cascadeDelete property.
setCascadeDeleteEnabled(boolean) - Method in class org.hibernate.mapping.ForeignKey
setCascadeDeleteEnabled(boolean) - Method in class org.hibernate.mapping.SimpleValue
setCascadeDetach(JaxbEmptyType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbCascadeType
Sets the value of the cascadeDetach property.
setCascadeDetach(EmptyType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.CascadeType
Sets the value of the cascadeDetach property.
setCascadeLock(JaxbEmptyType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbCascadeType
Sets the value of the cascadeLock property.
setCascadeMerge(JaxbEmptyType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbCascadeType
Sets the value of the cascadeMerge property.
setCascadeMerge(EmptyType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.CascadeType
Sets the value of the cascadeMerge property.
setCascadePersist(JaxbEmptyType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbCascadeType
Sets the value of the cascadePersist property.
setCascadePersist(JaxbEmptyType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbPersistenceUnitDefaults
Sets the value of the cascadePersist property.
setCascadePersist(EmptyType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.CascadeType
Sets the value of the cascadePersist property.
setCascadePersist(EmptyType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
Sets the value of the cascadePersist property.
setCascadeRefresh(JaxbEmptyType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbCascadeType
Sets the value of the cascadeRefresh property.
setCascadeRefresh(EmptyType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.CascadeType
Sets the value of the cascadeRefresh property.
setCascadeRemove(JaxbEmptyType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbCascadeType
Sets the value of the cascadeRemove property.
setCascadeRemove(EmptyType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.CascadeType
Sets the value of the cascadeRemove property.
setCascadeReplicate(JaxbEmptyType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbCascadeType
Sets the value of the cascadeReplicate property.
setCascadeSaveUpdate(JaxbEmptyType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbCascadeType
Sets the value of the cascadeSaveUpdate property.
setCascadeStrategy(String) - Method in class org.hibernate.boot.model.internal.CollectionBinder
 
setCascadeStyle(CascadeStyle) - Method in class org.hibernate.tuple.BaselineAttributeInformation.Builder
Deprecated.
 
setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbCollectionTable
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbJoinTable
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbPersistenceUnitDefaults
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbSecondaryTable
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbSequenceGenerator
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbTable
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbTableGenerator
Sets the value of the catalog property.
setCatalog(String) - Method in interface org.hibernate.boot.jaxb.mapping.SchemaAware
 
setCatalog(String) - Method in class org.hibernate.boot.model.internal.TableBinder
 
setCatalog(String) - Method in class org.hibernate.boot.model.internal.XMLContext.Default
 
setCatalog(String) - Method in class org.hibernate.envers.boot.model.Join
 
setCatalog(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Table
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
Sets the value of the catalog property.
setCatalog(String) - Method in class org.hibernate.mapping.Table
 
setCatalog(String) - Method in class org.hibernate.mapping.UserDefinedType
 
setCatalogAtStart(boolean) - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
 
setCatalogName(String) - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
 
setCatalogSeparator(String) - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
 
setCheck(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the check property.
setCheck(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the check property.
setCheck(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Sets the value of the check property.
setCheck(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the check property.
setCheck(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Sets the value of the check property.
setCheck(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the check property.
setCheck(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the check property.
setCheck(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the check property.
setCheck(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the check property.
setCheck(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the check property.
setCheck(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Sets the value of the check property.
setCheck(String) - Method in class org.hibernate.boot.jaxb.hbm.transform.TargetColumnAdapterJaxbColumn
 
setCheck(String) - Method in class org.hibernate.boot.jaxb.hbm.transform.TargetColumnAdapterJaxbJoinColumn
 
setCheck(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbCollectionTable
Sets the value of the check property.
setCheck(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbColumn
Sets the value of the check property.
setCheck(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbJoinTable
Sets the value of the check property.
setCheck(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbSecondaryTable
Sets the value of the check property.
setCheck(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbTable
Sets the value of the check property.
setCheck(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbTableGenerator
Sets the value of the check property.
setCheck(ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCustomSqlDmlType
Sets the value of the check property.
setCheck(ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.boot.jaxb.mapping.JaxbCustomSql
Sets the value of the check property.
setCheckConstraint(String) - Method in class org.hibernate.mapping.Column
Deprecated.
setCheckNullability(boolean) - Method in class org.hibernate.boot.internal.SessionFactoryOptionsBuilder
 
setCheckNullability(boolean) - Method in class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
setCheckNullability(boolean) - Method in interface org.hibernate.boot.spi.SessionFactoryOptions
 
setCheckNullability(boolean) - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
setChildren(List<EntityWithManyToOneWithoutJoinTable>) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToManyNotOwned
 
setCity(String) - Method in class org.hibernate.testing.orm.domain.animal.Address
 
setClassification(CollectionClassification) - Method in class org.hibernate.boot.jaxb.mapping.JaxbCollectionUserTypeRegistration
Sets the value of the classification property.
setClassification(Classification) - Method in class org.hibernate.testing.orm.domain.animal.Zoo
 
setClassification(Address.Classification) - Method in class org.hibernate.testing.orm.domain.contacts.Address
 
setClassification(PhoneNumber.Classification) - Method in class org.hibernate.testing.orm.domain.contacts.PhoneNumber
 
setClassName(String) - Method in class org.hibernate.mapping.PersistentClass
 
setClause() - Method in class org.hibernate.grammars.hql.HqlParser
 
setClause() - Method in class org.hibernate.grammars.hql.HqlParser.UpdateStatementContext
 
SetClauseContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.SetClauseContext
 
setClazz(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEntityCacheType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyValueMappingType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType.JaxbHbmDefinition
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmClassRenameType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIndexType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmGeneratorSpecificationType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdentifierGeneratorDefinitionType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyCompositeType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTuplizerType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTypeDefinitionType
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbColumnResult
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbCompositeUserTypeRegistration
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbConverter
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbConverterRegistration
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbDatabaseObject.JaxbDefinition
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEmbeddable
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityListener
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbGenericIdGenerator
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbHqlImport
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbIdClass
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbJavaTypeRegistration
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbMapKeyClass
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbMappedSuperclass
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedSubgraph
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbStoredProcedureParameter
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbUserTypeRegistration
Sets the value of the clazz property.
setClazz(String) - Method in interface org.hibernate.boot.jaxb.mapping.ManagedType
 
setClazz(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ColumnResult
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Converter
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embeddable
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.IdClass
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyClass
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedSubgraph
Sets the value of the clazz property.
setClazz(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.StoredProcedureParameter
Sets the value of the clazz property.
setClazz(XClass) - Method in class org.hibernate.boot.model.internal.InheritanceState
 
setClosed() - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
setClosedCompliance(boolean) - Method in class org.hibernate.jpa.internal.JpaComplianceImpl.JpaComplianceBuilder
 
setClosedCompliance(boolean) - Method in class org.hibernate.jpa.internal.MutableJpaComplianceImpl
 
setClosedCompliance(boolean) - Method in interface org.hibernate.jpa.spi.MutableJpaCompliance
 
setCode(Integer) - Method in class org.hibernate.boot.jaxb.mapping.JaxbJdbcTypeRegistration
Sets the value of the code property.
setCollation(String) - Method in class org.hibernate.mapping.Column
 
setCollation(String) - Method in class org.hibernate.metamodel.mapping.ordering.ast.OrderingSpecification
 
setCollection(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCollectionCacheType
Sets the value of the collection property.
setCollectionAuditTable(CollectionAuditTable) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
setCollectionId(JaxbHbmCollectionIdType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the collectionId property.
setCollectionPersisterClass(Class<? extends CollectionPersister>) - Method in class org.hibernate.mapping.Collection
 
setCollectionRole(String) - Method in class org.hibernate.mapping.Backref
 
setCollectionRole(String) - Method in class org.hibernate.mapping.IndexBackref
 
setCollectionTable(JaxbCollectionTable) - Method in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
Sets the value of the collectionTable property.
setCollectionTable(CollectionTable) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Sets the value of the collectionTable property.
setCollectionTable(Table) - Method in class org.hibernate.mapping.Collection
 
setCollectionType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the collectionType property.
setCollectionType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the collectionType property.
setCollectionType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the collectionType property.
setCollectionType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the collectionType property.
setCollectionType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the collectionType property.
setCollectionType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the collectionType property.
setCollectionType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the collectionType property.
setColor(Shirt.Color) - Method in class org.hibernate.testing.orm.domain.gambit.Shirt
 
setColumn(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType
Sets the value of the column property.
setColumn(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType.JaxbHbmReturnDiscriminator
Sets the value of the column property.
setColumn(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryScalarReturnType
Sets the value of the column property.
setColumn(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbFieldResult
Sets the value of the column property.
setColumn(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.FieldResult
Sets the value of the column property.
setColumn(String) - Method in class org.hibernate.sql.InFragment
 
setColumn(String, String) - Method in class org.hibernate.sql.InFragment
 
setColumn(JaxbHbmColumnType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Sets the value of the column property.
setColumn(JaxbHbmColumnType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListIndexType
Sets the value of the column property.
setColumn(JaxbHbmColumnType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
Sets the value of the column property.
setColumn(JaxbColumn) - Method in class org.hibernate.boot.jaxb.mapping.JaxbAttributeOverride
Sets the value of the column property.
setColumn(JaxbColumn) - Method in class org.hibernate.boot.jaxb.mapping.JaxbBasic
Sets the value of the column property.
setColumn(JaxbColumn) - Method in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
Sets the value of the column property.
setColumn(JaxbColumn) - Method in class org.hibernate.boot.jaxb.mapping.JaxbHbmAnyDiscriminator
Sets the value of the column property.
setColumn(JaxbColumn) - Method in class org.hibernate.boot.jaxb.mapping.JaxbId
Sets the value of the column property.
setColumn(JaxbColumn) - Method in class org.hibernate.boot.jaxb.mapping.JaxbMultiTenancy
Sets the value of the column property.
setColumn(JaxbColumn) - Method in class org.hibernate.boot.jaxb.mapping.JaxbVersion
Sets the value of the column property.
setColumn(Column) - Method in class org.hibernate.jpamodelgen.xml.jaxb.AttributeOverride
Sets the value of the column property.
setColumn(Column) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
Sets the value of the column property.
setColumn(Column) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Sets the value of the column property.
setColumn(Column) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Id
Sets the value of the column property.
setColumn(Column) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Version
Sets the value of the column property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListIndexType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
Sets the value of the columnAttribute property.
setColumnAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Sets the value of the columnAttribute property.
setColumnDefinition(String) - Method in class org.hibernate.boot.jaxb.hbm.transform.TargetColumnAdapterJaxbColumn
 
setColumnDefinition(String) - Method in class org.hibernate.boot.jaxb.hbm.transform.TargetColumnAdapterJaxbJoinColumn
 
setColumnDefinition(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbColumn
Sets the value of the columnDefinition property.
setColumnDefinition(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbDiscriminatorColumn
Sets the value of the columnDefinition property.
setColumnDefinition(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbJoinColumn
Sets the value of the columnDefinition property.
setColumnDefinition(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbMapKeyColumn
Sets the value of the columnDefinition property.
setColumnDefinition(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbMapKeyJoinColumn
Sets the value of the columnDefinition property.
setColumnDefinition(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbOrderColumn
Sets the value of the columnDefinition property.
setColumnDefinition(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbPrimaryKeyJoinColumn
Sets the value of the columnDefinition property.
setColumnDefinition(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
Sets the value of the columnDefinition property.
setColumnDefinition(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.DiscriminatorColumn
Sets the value of the columnDefinition property.
setColumnDefinition(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
Sets the value of the columnDefinition property.
setColumnDefinition(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
Sets the value of the columnDefinition property.
setColumnDefinition(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
Sets the value of the columnDefinition property.
setColumnDefinition(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OrderColumn
Sets the value of the columnDefinition property.
setColumnDefinition(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PrimaryKeyJoinColumn
Sets the value of the columnDefinition property.
setColumnList(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbIndex
Sets the value of the columnList property.
setColumnList(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Index
Sets the value of the columnList property.
setColumnName(String) - Method in class org.hibernate.envers.boot.model.SetAttribute
 
setColumnOrderingStrategy(ColumnOrderingStrategy) - Method in class org.hibernate.cfg.Configuration
Specify a CustomEntityDirtinessStrategy to be added to this configuration.
setColumns(AnnotatedColumns) - Method in class org.hibernate.boot.model.internal.BasicValueBinder
 
setColumns(AnnotatedColumns) - Method in class org.hibernate.boot.model.internal.PropertyBinder
 
setComment(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.boot.jaxb.hbm.transform.TargetColumnAdapterJaxbColumn
 
setComment(String) - Method in class org.hibernate.boot.jaxb.hbm.transform.TargetColumnAdapterJaxbJoinColumn
 
setComment(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbCollectionTable
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbColumn
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbJoinTable
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedNativeQuery
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedQuery
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbSecondaryTable
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbTable
Sets the value of the comment property.
setComment(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbTableGenerator
Sets the value of the comment property.
setComment(String) - Method in interface org.hibernate.boot.jaxb.mapping.NamedQuery
 
setComment(String) - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
 
setComment(String) - Method in interface org.hibernate.envers.query.AuditAssociationQuery
 
setComment(String) - Method in interface org.hibernate.envers.query.AuditQuery
 
setComment(String) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditAssociationQuery
 
setComment(String) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
setComment(String) - Method in class org.hibernate.mapping.Column
 
setComment(String) - Method in class org.hibernate.mapping.Table
 
setComment(String) - Method in class org.hibernate.mapping.UserDefinedType
 
setComment(String) - Method in interface org.hibernate.query.CommonQueryContract
Set a comment for this query.
setComment(String) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setComment(String) - Method in class org.hibernate.query.internal.NamedQueryHelper.NamedQueryDescriptorBuilder
 
setComment(String) - Method in class org.hibernate.query.internal.QueryOptionsImpl
 
setComment(String) - Method in interface org.hibernate.query.MutationQuery
 
setComment(String) - Method in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
setComment(String) - Method in interface org.hibernate.query.NativeQuery
 
setComment(String) - Method in interface org.hibernate.query.Query
Set the comment for this query.
setComment(String) - Method in interface org.hibernate.query.SelectionQuery
 
setComment(String) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setComment(String) - Method in class org.hibernate.query.spi.AbstractQuery
 
setComment(String) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setComment(String) - Method in interface org.hibernate.query.spi.MutableQueryOptions
setComment(String) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setComment(String) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setComment(String) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setComment(String) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setComment(String) - Method in class org.hibernate.sql.Delete
 
setComment(String) - Method in class org.hibernate.sql.Insert
 
setComment(String) - Method in class org.hibernate.sql.SimpleSelect
 
setComment(String) - Method in class org.hibernate.sql.Update
 
setComparator(Comparator) - Method in class org.hibernate.mapping.Collection
 
setComparator(Comparator<? super E>) - Method in class org.hibernate.collection.spi.PersistentSortedSet
 
setComparator(Comparator<? super K>) - Method in class org.hibernate.collection.spi.PersistentSortedMap
 
setComparatorClassName(String) - Method in class org.hibernate.mapping.Collection
 
setComparatorSort(SortComparator) - Method in class org.hibernate.boot.model.internal.CollectionBinder
 
setCompleted(boolean) - Method in class org.hibernate.testing.orm.domain.userguide.Payment
 
setComponent(Component) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfComposites
 
setComponentByBasic(Map<String, SimpleComponent>) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
setComponentByBasicOrdered(Map<String, SimpleComponent>) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
setComponentClassName(String) - Method in class org.hibernate.mapping.Component
 
setCompositeElement(JaxbHbmCompositeCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the compositeElement property.
setCompositeElement(JaxbHbmCompositeCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the compositeElement property.
setCompositeElement(JaxbHbmCompositeCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the compositeElement property.
setCompositeElement(JaxbHbmCompositeCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the compositeElement property.
setCompositeElement(JaxbHbmCompositeCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the compositeElement property.
setCompositeElement(JaxbHbmCompositeCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the compositeElement property.
setCompositeId(JaxbHbmCompositeIdType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the compositeId property.
setCompositeIndex(JaxbHbmCompositeIndexType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the compositeIndex property.
setCompositeMapKey(JaxbHbmMapKeyCompositeType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the compositeMapKey property.
setCompressedValue(AbstractEntityEntry.BooleanState, boolean) - Method in class org.hibernate.engine.internal.AbstractEntityEntry
Saves the value for the given boolean flag.
setCompressedValue(AbstractEntityEntry.EnumState<E>, E) - Method in class org.hibernate.engine.internal.AbstractEntityEntry
Saves the value for the given enum property.
setCondition(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterDefinitionType
Sets the value of the condition property.
setCondition(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType
Sets the value of the condition property.
setCondition(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbFilterDef
Sets the value of the condition property.
setCondition(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbHbmFilter
Sets the value of the condition property.
setConnectionCatalogName(String) - Method in class org.hibernate.engine.jdbc.env.internal.ExtractedDatabaseMetaDataImpl.Builder
 
setConnectionProvider(ConnectionProvider) - Method in class org.hibernate.testing.jdbc.ConnectionProviderDelegate
 
setConnectionSchemaName(String) - Method in class org.hibernate.engine.jdbc.env.internal.ExtractedDatabaseMetaDataImpl.Builder
 
setConstrained(boolean) - Method in class org.hibernate.mapping.OneToOne
Sets the constrained.
setConstrained(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Sets the value of the constrained property.
setConstraint(String) - Method in class org.hibernate.mapping.CheckConstraint
 
setConstraintMode(ConstraintMode) - Method in class org.hibernate.boot.jaxb.mapping.JaxbForeignKey
Sets the value of the constraintMode property.
setConstraintMode(ConstraintMode) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ForeignKey
Sets the value of the constraintMode property.
setContent(byte[]) - Method in class org.hibernate.testing.orm.domain.userguide.Image
 
setContent(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbDatabaseObjectScope
Sets the value of the content property.
setContext(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity
Sets the value of the context property.
setConvert(JaxbConvert) - Method in class org.hibernate.boot.jaxb.mapping.JaxbBasic
Sets the value of the convert property.
setConvert(Convert) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
Sets the value of the convert property.
setConvertedGender(EntityOfBasics.Gender) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
setConverter(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbConvert
Sets the value of the converter property.
setConverter(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbConverterRegistration
Sets the value of the converter property.
setConverter(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Convert
Sets the value of the converter property.
setCorrespondingEntityName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbHbmAnyDiscriminatorValueMapping
Sets the value of the correspondingEntityName property.
setCountry(String) - Method in class org.hibernate.testing.orm.domain.animal.Address
 
setCreate(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
Sets the value of the create property.
setCreate(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbDatabaseObject
Sets the value of the create property.
setCreatedOn(LocalDateTime) - Method in class org.hibernate.testing.orm.domain.userguide.Person
 
setCriteriaCopyTreeEnabled(boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
setCriteriaCopyTreeEnabled(boolean) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
 
setCriteriaCopyTreeEnabled(boolean) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
setCriteriaCopyTreeEnabled(boolean) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
setCurrentKey(Object) - Method in class org.hibernate.engine.spi.CollectionEntry
 
setCurrentlyResolvingForeignKeyPart(ForeignKeyDescriptor.Nature) - Method in class org.hibernate.loader.ast.internal.LoaderSqlAstCreationState
 
setCurrentlyResolvingForeignKeyPart(ForeignKeyDescriptor.Nature) - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
setCurrentlyResolvingForeignKeyPart(ForeignKeyDescriptor.Nature) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
setCurrentlyResolvingForeignKeyPart(ForeignKeyDescriptor.Nature) - Method in interface org.hibernate.sql.results.graph.DomainResultCreationState
 
setCurrentPersister(CollectionPersister) - Method in class org.hibernate.engine.spi.CollectionEntry
 
setCurrentProperty(XProperty) - Method in class org.hibernate.boot.model.internal.AbstractPropertyHolder
Set the property to be processed.
setCurrentSellPrice(MonetaryAmount) - Method in class org.hibernate.testing.orm.domain.retail.Product
 
setCurrentSession(SharedSessionContractImplementor) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
setCurrentSession(SharedSessionContractImplementor) - Method in interface org.hibernate.collection.spi.PersistentCollection
Associate the collection with the given session.
setCurrentTenantIdentifierResolver(CurrentTenantIdentifierResolver<Object>) - Method in class org.hibernate.cfg.Configuration
Specify a CurrentTenantIdentifierResolver to be added to this configuration.
setCustomDatabaseGenerationTarget(GenerationTarget) - Method in class org.hibernate.tool.schema.internal.HibernateSchemaManagementTool
 
setCustomDatabaseGenerationTarget(GenerationTarget) - Method in interface org.hibernate.tool.schema.spi.SchemaManagementTool
This allows to set an alternative implementation for the Database generation target.
setCustomEntityDirtinessStrategy(CustomEntityDirtinessStrategy) - Method in class org.hibernate.cfg.Configuration
Specify a CustomEntityDirtinessStrategy to be added to this configuration.
setCustomIdGeneratorCreator(IdentifierGeneratorCreator) - Method in class org.hibernate.mapping.SimpleValue
 
setCustomInstantiator(Class<? extends EmbeddableInstantiator>) - Method in class org.hibernate.mapping.Component
 
setCustomRead(String) - Method in class org.hibernate.mapping.Column
 
setCustomSqlDelete(CustomSql) - Method in class org.hibernate.mapping.PersistentClass
 
setCustomSQLDelete(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Collection
 
setCustomSQLDelete(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Join
 
setCustomSQLDelete(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.PersistentClass
 
setCustomSQLDeleteAll(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Collection
 
setCustomSqlInsert(CustomSql) - Method in class org.hibernate.mapping.PersistentClass
 
setCustomSQLInsert(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Collection
 
setCustomSQLInsert(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Join
 
setCustomSQLInsert(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.PersistentClass
 
setCustomSqlUpdate(CustomSql) - Method in class org.hibernate.mapping.PersistentClass
 
setCustomSQLUpdate(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Collection
 
setCustomSQLUpdate(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.Join
 
setCustomSQLUpdate(String, boolean, ExecuteUpdateResultCheckStyle) - Method in class org.hibernate.mapping.PersistentClass
 
setCustomWrite(String) - Method in class org.hibernate.mapping.Column
 
setData(String) - Method in class org.hibernate.testing.orm.domain.gambit.BasicEntity
 
setData(String) - Method in class org.hibernate.testing.orm.domain.gambit.EmbeddedIdEntity
 
setData(String) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithAggregateId
 
setData(String) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithNotAggregateId
 
setData(String) - Method in class org.hibernate.testing.orm.domain.gambit.Shirt
 
setData(String) - Method in class org.hibernate.testing.orm.domain.gambit.VersionedEntity
 
setDatabaseMajorVersion(int) - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
 
setDatabaseMinorVersion(int) - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
 
setDatabaseProductName(String) - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
 
setDatabaseSnapshot(Object[]) - Method in class org.hibernate.event.spi.FlushEntityEvent
 
setDataDefinitionCausesTransactionCommit(boolean) - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
 
setDataDefinitionIgnoredInTransactions(boolean) - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
 
setDataSource(DataSource) - Method in class org.hibernate.engine.jdbc.connections.internal.DatasourceConnectionProviderImpl
 
setDeclaredIdentifierMapper(Component) - Method in class org.hibernate.mapping.MappedSuperclass
 
setDeclaredIdentifierMapper(Component) - Method in class org.hibernate.mapping.PersistentClass
 
setDeclaredIdentifierProperty(Property) - Method in class org.hibernate.mapping.MappedSuperclass
 
setDeclaredIdentifierProperty(Property) - Method in class org.hibernate.mapping.RootClass
 
setDeclaredVersion(Property) - Method in class org.hibernate.mapping.MappedSuperclass
 
setDeclaredVersion(Property) - Method in class org.hibernate.mapping.RootClass
 
setDeclaringClass(XClass) - Method in class org.hibernate.boot.model.internal.CollectionBinder
 
setDeclaringClass(XClass) - Method in class org.hibernate.boot.model.internal.PropertyBinder
 
setDefault(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Sets the value of the default property.
setDefault(String) - Method in class org.hibernate.boot.jaxb.hbm.transform.TargetColumnAdapterJaxbColumn
 
setDefault(String) - Method in class org.hibernate.boot.jaxb.hbm.transform.TargetColumnAdapterJaxbJoinColumn
 
setDefault(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbColumn
Sets the value of the default property.
setDefaultAccess(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Sets the value of the defaultAccess property.
setDefaultAccess(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbPersistenceUnitDefaults
Sets the value of the defaultAccess property.
setDefaultAccessType(AccessType) - Method in class org.hibernate.jpamodelgen.util.AccessTypeInformation
 
setDefaultAudited(boolean) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.ClassAuditingData
 
setDefaultCascade(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Sets the value of the defaultCascade property.
setDefaultCascade(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
Sets the value of the defaultCascade property.
setDefaultCascade(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbPersistenceUnitDefaults
Sets the value of the defaultCascade property.
setDefaultLazy(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Sets the value of the defaultLazy property.
setDefaultLazy(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
Sets the value of the defaultLazy property.
setDefaultLazy(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbPersistenceUnitDefaults
Sets the value of the defaultLazy property.
setDefaultName(String, String, String, String, String, String, String, String, String) - Method in class org.hibernate.boot.model.internal.TableBinder
 
setDefaultReadOnly(boolean) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
setDefaultReadOnly(boolean) - Method in interface org.hibernate.engine.spi.PersistenceContext
Change the default for entities and proxies loaded into this persistence context from modifiable to read-only mode, or from read-only mode to modifiable.
setDefaultReadOnly(boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
setDefaultReadOnly(boolean) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
setDefaultReadOnly(boolean) - Method in class org.hibernate.internal.SessionImpl
 
setDefaultReadOnly(boolean) - Method in class org.hibernate.internal.StatelessSessionImpl
 
setDefaultReadOnly(boolean) - Method in interface org.hibernate.Session
Change the default for entities and proxies loaded into this session from modifiable to read-only mode, or from modifiable to read-only mode.
setDefaultValue(String) - Method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
setDefaultValue(String) - Method in class org.hibernate.mapping.Column
 
setDefinition(JaxbHbmAuxiliaryDatabaseObjectType.JaxbHbmDefinition) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
Sets the value of the definition property.
setDefinition(JaxbDatabaseObject.JaxbDefinition) - Method in class org.hibernate.boot.jaxb.mapping.JaxbDatabaseObject
Sets the value of the definition property.
setDeletedState(Object[]) - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
setDeletedState(Object[]) - Method in class org.hibernate.engine.internal.EntityEntryExtraStateHolder
 
setDeletedState(Object[]) - Method in interface org.hibernate.engine.spi.EntityEntry
 
setDelimitedIdentifiers(Boolean) - Method in class org.hibernate.boot.model.internal.XMLContext.Default
 
setDelimitedIdentifiers(JaxbEmptyType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbPersistenceUnitDefaults
Sets the value of the delimitedIdentifiers property.
setDelimitedIdentifiers(EmptyType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
Sets the value of the delimitedIdentifiers property.
setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbAssociationOverride
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbAttributeOverride
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbAttributes
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbConvert
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbConverter
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEmbeddable
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityListener
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbForeignKey
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbIndex
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbMappedSuperclass
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedNativeQuery
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedQuery
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedStoredProcedureQuery
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbPersistenceUnitDefaults
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbPersistenceUnitMetadata
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbPostLoad
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbPostPersist
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbPostRemove
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbPostUpdate
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbPrePersist
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbPreRemove
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbPreUpdate
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbQueryHint
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbSequenceGenerator
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbSqlResultSetMapping
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbStoredProcedureParameter
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbTableGenerator
Sets the value of the description property.
setDescription(String) - Method in interface org.hibernate.boot.jaxb.mapping.ManagedType
 
setDescription(String) - Method in interface org.hibernate.boot.jaxb.mapping.NamedQuery
 
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.AssociationOverride
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.AttributeOverride
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Convert
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Converter
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embeddable
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ForeignKey
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Index
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedNativeQuery
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedQuery
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedStoredProcedureQuery
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitMetadata
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PostLoad
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PostPersist
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PostRemove
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PostUpdate
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PrePersist
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PreRemove
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PreUpdate
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.QueryHint
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.SqlResultSetMapping
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.StoredProcedureParameter
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
Sets the value of the description property.
setDescription(String) - Method in class org.hibernate.testing.orm.domain.animal.Animal
 
setDescription(String) - Method in class org.hibernate.testing.orm.domain.helpdesk.Incident
 
setDescriptor(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbCollectionUserTypeRegistration
Sets the value of the descriptor property.
setDescriptor(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbCompositeUserTypeRegistration
Sets the value of the descriptor property.
setDescriptor(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbJavaTypeRegistration
Sets the value of the descriptor property.
setDescriptor(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbJdbcTypeRegistration
Sets the value of the descriptor property.
setDescriptor(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbUserTypeRegistration
Sets the value of the descriptor property.
setDialectResolver(DialectResolver) - Method in class org.hibernate.engine.jdbc.dialect.internal.DialectFactoryImpl
Intended only for use from testing.
setDirectlyAccessible(boolean) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
setDirectors(Map) - Method in class org.hibernate.testing.orm.domain.animal.Zoo
 
setDirty(boolean) - Method in class org.hibernate.event.spi.DirtyCheckEvent
 
setDirtyCheckable(boolean) - Method in class org.hibernate.tuple.BaselineAttributeInformation.Builder
Deprecated.
 
setDirtyCheckHandledByInterceptor(boolean) - Method in class org.hibernate.event.spi.FlushEntityEvent
 
setDirtyCheckPossible(boolean) - Method in class org.hibernate.event.spi.FlushEntityEvent
 
setDirtyProperties(int[]) - Method in class org.hibernate.event.spi.FlushEntityEvent
 
setDisableConversion(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbConvert
Sets the value of the disableConversion property.
setDisableConversion(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Convert
Sets the value of the disableConversion property.
setDiscriminator(JaxbHbmEntityDiscriminatorType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the discriminator property.
setDiscriminator(JaxbHbmAnyDiscriminator) - Method in class org.hibernate.boot.jaxb.mapping.JaxbHbmAnyMapping
Sets the value of the discriminator property.
setDiscriminator(JaxbHbmAnyDiscriminator) - Method in class org.hibernate.boot.jaxb.mapping.JaxbHbmManyToAny
Sets the value of the discriminator property.
setDiscriminator(DiscriminatorType) - Method in class org.hibernate.envers.boot.model.RootPersistentEntity
 
setDiscriminator(BasicValue) - Method in class org.hibernate.mapping.Any
 
setDiscriminator(Value) - Method in class org.hibernate.mapping.RootClass
 
setDiscriminatorAlias(String) - Method in interface org.hibernate.query.NativeQuery.RootReturn
Name the column alias that identifies the entity's discriminator.
setDiscriminatorAlias(String) - Method in class org.hibernate.query.results.complete.CompleteResultBuilderEntityStandard
 
setDiscriminatorAlias(String) - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityCalculated
 
setDiscriminatorAlias(String) - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityStandard
 
setDiscriminatorColumn(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityResult
Sets the value of the discriminatorColumn property.
setDiscriminatorColumn(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityResult
Sets the value of the discriminatorColumn property.
setDiscriminatorColumn(JaxbDiscriminatorColumn) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Sets the value of the discriminatorColumn property.
setDiscriminatorColumn(DiscriminatorColumn) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Sets the value of the discriminatorColumn property.
setDiscriminatorFormula(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Sets the value of the discriminatorFormula property.
setDiscriminatorInsertable(boolean) - Method in class org.hibernate.mapping.RootClass
 
setDiscriminatorType(DiscriminatorType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbDiscriminatorColumn
Sets the value of the discriminatorType property.
setDiscriminatorType(DiscriminatorType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.DiscriminatorColumn
Sets the value of the discriminatorType property.
setDiscriminatorTypeName(String) - Method in class org.hibernate.boot.model.internal.AnnotatedDiscriminatorColumn
 
setDiscriminatorValue(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Sets the value of the discriminatorValue property.
setDiscriminatorValue(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Sets the value of the discriminatorValue property.
setDiscriminatorValue(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the discriminatorValue property.
setDiscriminatorValue(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Sets the value of the discriminatorValue property.
setDiscriminatorValue(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbHbmAnyDiscriminatorValueMapping
Sets the value of the discriminatorValue property.
setDiscriminatorValue(String) - Method in class org.hibernate.envers.boot.model.DiscriminatorPersistentEntity
 
setDiscriminatorValue(String) - Method in class org.hibernate.envers.boot.model.JoinedSubclassPersistentEntity
 
setDiscriminatorValue(String) - Method in class org.hibernate.envers.boot.model.RootPersistentEntity
 
setDiscriminatorValue(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Sets the value of the discriminatorValue property.
setDiscriminatorValue(String) - Method in class org.hibernate.mapping.PersistentClass
 
setDiscriminatorValueMappings(Map<Object, Class<?>>) - Method in class org.hibernate.mapping.Any
 
setDistinct(boolean) - Method in interface org.hibernate.query.criteria.JpaQueryStructure
 
setDistinct(boolean) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
setDoesDataDefinitionCauseTransactionCommit(boolean) - Method in class org.hibernate.engine.jdbc.env.internal.ExtractedDatabaseMetaDataImpl.Builder
 
setDorecreate(boolean) - Method in class org.hibernate.engine.spi.CollectionEntry
 
setDoremove(boolean) - Method in class org.hibernate.engine.spi.CollectionEntry
 
setDoupdate(boolean) - Method in class org.hibernate.engine.spi.CollectionEntry
 
setDrop(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAuxiliaryDatabaseObjectType
Sets the value of the drop property.
setDrop(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbDatabaseObject
Sets the value of the drop property.
setDuration(int) - Method in class org.hibernate.testing.orm.domain.userguide.Call
 
setDynamic(boolean) - Method in class org.hibernate.mapping.Component
 
setDynamicInsert(boolean) - Method in class org.hibernate.mapping.PersistentClass
 
setDynamicInsert(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Sets the value of the dynamicInsert property.
setDynamicInsert(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Sets the value of the dynamicInsert property.
setDynamicUpdate(boolean) - Method in class org.hibernate.mapping.PersistentClass
 
setDynamicUpdate(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Sets the value of the dynamicUpdate property.
setDynamicUpdate(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Sets the value of the dynamicUpdate property.
setEffectiveEnd(Instant) - Method in class org.hibernate.testing.orm.domain.helpdesk.Incident
 
setEffectiveStart(Instant) - Method in class org.hibernate.testing.orm.domain.helpdesk.Incident
 
setElement(JaxbHbmBasicCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the element property.
setElement(JaxbHbmBasicCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the element property.
setElement(JaxbHbmBasicCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the element property.
setElement(JaxbHbmBasicCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the element property.
setElement(JaxbHbmBasicCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the element property.
setElement(JaxbHbmBasicCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the element property.
setElement(JaxbHbmBasicCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the element property.
setElement(Value) - Method in class org.hibernate.mapping.Collection
 
setElementClass(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the elementClass property.
setElementClassName(String) - Method in class org.hibernate.mapping.Array
 
setElementCollection(boolean) - Method in class org.hibernate.boot.model.internal.AnnotatedJoinColumns
 
setElementColumns(AnnotatedColumns) - Method in class org.hibernate.boot.model.internal.CollectionBinder
 
setElementType(String) - Method in class org.hibernate.envers.boot.model.SetAttribute
 
setElementType(XClass) - Method in class org.hibernate.boot.model.internal.CollectionBinder
 
setEmbeddableClass(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEmbeddableInstantiatorRegistration
Sets the value of the embeddableClass property.
setEmbeddableSuperclass(boolean) - Method in class org.hibernate.boot.model.internal.InheritanceState
 
setEmbedded(boolean) - Method in class org.hibernate.boot.model.internal.CollectionBinder
 
setEmbedded(boolean) - Method in class org.hibernate.boot.model.internal.PropertyBinder
 
setEmbedded(boolean) - Method in class org.hibernate.mapping.Component
 
setEmbeddedId(JaxbEmbeddedId) - Method in class org.hibernate.boot.jaxb.mapping.JaxbAttributes
Sets the value of the embeddedId property.
setEmbeddedId(EmbeddedId) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
Sets the value of the embeddedId property.
setEmbeddedIdentifier(boolean) - Method in class org.hibernate.mapping.RootClass
 
setEmbedXml(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the embedXml property.
setEmbedXml(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the embedXml property.
setEmbedXml(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the embedXml property.
setEmbedXml(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the embedXml property.
setEmbedXml(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Sets the value of the embedXml property.
setEmbedXml(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the embedXml property.
setEmbedXml(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the embedXml property.
setEmbedXml(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
Sets the value of the embedXml property.
setEmbedXml(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Sets the value of the embedXml property.
setEmbedXml(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the embedXml property.
setEmbedXml(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the embedXml property.
setEnabledCascadingFetchProfile(CascadingFetchProfile) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
Set the effective cascading fetch-profile
setEnabledFetchProfileNames(HashSet<String>) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
setEndTime(int) - Method in class org.hibernate.envers.internal.tools.graph.Vertex
 
setEnforcingFetchGraph(boolean) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Deprecated, for removal: This API element is subject to removal in a future version.
this is not used anywhere
setEnforcingFetchGraph(boolean) - Method in class org.hibernate.internal.SessionImpl
Deprecated, for removal: This API element is subject to removal in a future version.
setEntitiesImplicitlyLazy(boolean) - Method in class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults.Builder
 
setEntity(Object) - Method in class org.hibernate.event.spi.MergeEvent
 
setEntity(Object) - Method in class org.hibernate.event.spi.PostLoadEvent
 
setEntity(Object) - Method in class org.hibernate.event.spi.PreLoadEvent
 
setEntity(Object) - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
setEntity(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType.JaxbHbmFetch
Sets the value of the entity property.
setEntity(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
Sets the value of the entity property.
setEntity(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbFetchProfile.JaxbFetch
Sets the value of the entity property.
setEntity(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbHbmFilter.JaxbAliases
Sets the value of the entity property.
setEntityBinder(EntityBinder) - Method in class org.hibernate.boot.model.internal.PropertyBinder
 
setEntityClass(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityResult
Sets the value of the entityClass property.
setEntityClass(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityResult
Sets the value of the entityClass property.
setEntityClassName(String) - Method in class org.hibernate.event.spi.LoadEvent
 
setEntityGraph(EntityGraph<R>, GraphSemantic) - Method in interface org.hibernate.query.Query
 
setEntityGraph(EntityGraph<R>, GraphSemantic) - Method in interface org.hibernate.query.SelectionQuery
Apply an EntityGraph to the query.
setEntityGraph(EntityGraph<R>, GraphSemantic) - Method in class org.hibernate.query.spi.AbstractQuery
 
setEntityGraph(EntityGraph<R>, GraphSemantic) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setEntityGraph(EntityGraph<R>, GraphSemantic) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setEntityGraph(EntityGraph<R>, GraphSemantic) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setEntityId(Object) - Method in class org.hibernate.event.spi.LoadEvent
 
setEntityId(Object) - Method in class org.hibernate.event.spi.ResolveNaturalIdEvent
 
setEntityInitialized(boolean) - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
setEntityInstance(Object) - Method in class org.hibernate.sql.results.graph.entity.internal.EntityDelayedFetchInitializer
 
setEntityInstanceForNotify(Object) - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
setEntityKey(EntityKey) - Method in class org.hibernate.action.internal.EntityIdentityInsertAction
 
setEntityListeners(JaxbEntityListeners) - Method in interface org.hibernate.boot.jaxb.mapping.EntityOrMappedSuperclass
 
setEntityListeners(JaxbEntityListeners) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Sets the value of the entityListeners property.
setEntityListeners(JaxbEntityListeners) - Method in class org.hibernate.boot.jaxb.mapping.JaxbMappedSuperclass
Sets the value of the entityListeners property.
setEntityListeners(JaxbEntityListeners) - Method in class org.hibernate.boot.jaxb.mapping.JaxbPersistenceUnitDefaults
Sets the value of the entityListeners property.
setEntityListeners(EntityListeners) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Sets the value of the entityListeners property.
setEntityListeners(EntityListeners) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Sets the value of the entityListeners property.
setEntityListeners(EntityListeners) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
Sets the value of the entityListeners property.
setEntityMode(RepresentationMode) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTuplizerType
Sets the value of the entityMode property.
setEntityName(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant
Sets the value of the entityName property.
setEntityName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
Sets the value of the entityName property.
setEntityName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Sets the value of the entityName property.
setEntityName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
Sets the value of the entityName property.
setEntityName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Sets the value of the entityName property.
setEntityName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the entityName property.
setEntityName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
Sets the value of the entityName property.
setEntityName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
Sets the value of the entityName property.
setEntityName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
Sets the value of the entityName property.
setEntityName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Sets the value of the entityName property.
setEntityName(String) - Method in class org.hibernate.event.spi.LockEvent
 
setEntityName(String) - Method in class org.hibernate.event.spi.MergeEvent
 
setEntityName(String) - Method in class org.hibernate.event.spi.PersistEvent
 
setEntityName(String) - Method in class org.hibernate.event.spi.RefreshEvent
 
setEntityName(String) - Method in class org.hibernate.event.spi.ReplicateEvent
 
setEntityName(String) - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
setEntityName(String) - Method in class org.hibernate.mapping.Backref
 
setEntityName(String) - Method in class org.hibernate.mapping.IndexBackref
 
setEntityName(String) - Method in class org.hibernate.mapping.PersistentClass
 
setEntityNotFoundDelegate(EntityNotFoundDelegate) - Method in class org.hibernate.cfg.Configuration
Specify a user-supplied EntityNotFoundDelegate to be used to handle scenarios where an entity could not be located by specified id.
setEntityPersisterClass(Class<? extends EntityPersister>) - Method in class org.hibernate.mapping.PersistentClass
 
setEntityPersisterClass(Class<? extends EntityPersister>) - Method in class org.hibernate.mapping.RootClass
 
setEntityPersisterClass(Class<? extends EntityPersister>) - Method in class org.hibernate.mapping.Subclass
 
setEntry(EntityEntry) - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
setEntryStatus(EntityEntry, Status) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
setEntryStatus(EntityEntry, Status) - Method in interface org.hibernate.engine.spi.PersistenceContext
Set the status of an entry
setEnumerated(EnumType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbBasic
Sets the value of the enumerated property.
setEnumerated(EnumType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
Sets the value of the enumerated property.
setEnumerated(EnumType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
Sets the value of the enumerated property.
setEnumerated(EnumType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Sets the value of the enumerated property.
setEnumerationStyle(EnumType) - Method in class org.hibernate.mapping.BasicValue
 
setExactArgumentCount(int) - Method in class org.hibernate.query.sqm.produce.function.NamedFunctionDescriptorBuilder
 
setExactArgumentCount(int) - Method in class org.hibernate.query.sqm.produce.function.PatternFunctionDescriptorBuilder
 
setExcludeDefaultListeners(JaxbEmptyType) - Method in interface org.hibernate.boot.jaxb.mapping.EntityOrMappedSuperclass
 
setExcludeDefaultListeners(JaxbEmptyType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Sets the value of the excludeDefaultListeners property.
setExcludeDefaultListeners(JaxbEmptyType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbMappedSuperclass
Sets the value of the excludeDefaultListeners property.
setExcludeDefaultListeners(EmptyType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Sets the value of the excludeDefaultListeners property.
setExcludeDefaultListeners(EmptyType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Sets the value of the excludeDefaultListeners property.
setExcludeSuperclassListeners(JaxbEmptyType) - Method in interface org.hibernate.boot.jaxb.mapping.EntityOrMappedSuperclass
 
setExcludeSuperclassListeners(JaxbEmptyType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Sets the value of the excludeSuperclassListeners property.
setExcludeSuperclassListeners(JaxbEmptyType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbMappedSuperclass
Sets the value of the excludeSuperclassListeners property.
setExcludeSuperclassListeners(EmptyType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Sets the value of the excludeSuperclassListeners property.
setExcludeSuperclassListeners(EmptyType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Sets the value of the excludeSuperclassListeners property.
setExcludeUnlistedClasses(boolean) - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
setExcludeUnlistedClasses(boolean) - Method in class org.hibernate.testing.orm.jpa.PersistenceUnitInfoImpl
 
setExcludeUnlistedClasses(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
Sets the value of the excludeUnlistedClasses property.
setExplicit(boolean) - Method in class org.hibernate.mapping.Column
 
setExplicit(boolean) - Method in class org.hibernate.mapping.UniqueKey
 
setExplicitAccessType(AccessType) - Method in class org.hibernate.jpamodelgen.util.AccessTypeInformation
 
setExplicitAlias(String) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
setExplicitAlias(String) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
 
setExplicitAlias(String) - Method in class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRoot
 
setExplicitAlias(String) - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
Set the explicit alias for this path
setExplicitAssociationTable(boolean) - Method in class org.hibernate.boot.model.internal.CollectionBinder
 
setExplicitCustomType(Class<? extends UserType<?>>) - Method in class org.hibernate.mapping.BasicValue
 
setExplicitJavaTypeAccess(Function<TypeConfiguration, BasicJavaType>) - Method in class org.hibernate.mapping.BasicValue
 
setExplicitJdbcTypeAccess(Function<TypeConfiguration, JdbcType>) - Method in class org.hibernate.mapping.BasicValue
 
setExplicitJdbcTypeCode(Integer) - Method in class org.hibernate.mapping.BasicValue
 
setExplicitModifiedFlagName(String) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
setExplicitMutabilityPlanAccess(Function<TypeConfiguration, MutabilityPlan>) - Method in class org.hibernate.mapping.BasicValue
 
setExplicitPolymorphism(boolean) - Method in class org.hibernate.mapping.RootClass
 
setExplicitTableName(String) - Method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
setExplicitType(String) - Method in class org.hibernate.boot.model.internal.BasicValueBinder
 
setExplicitTypeName(String) - Method in class org.hibernate.mapping.BasicValue
 
setExplicitTypeParams(Map<String, String>) - Method in class org.hibernate.mapping.BasicValue
 
setExpressibleType(SqmExpressible<?>) - Method in class org.hibernate.query.sqm.tree.jpa.AbstractJpaTupleElement
 
setExtends(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSubclassEntityBaseDefinition
Sets the value of the extends property.
setExtends(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Sets the value of the extends property.
setExtends(String) - Method in class org.hibernate.envers.boot.model.SubclassPersistentEntity
 
setExtraLazy(boolean) - Method in class org.hibernate.boot.model.source.internal.hbm.FetchCharacteristicsPluralAttributeImpl.Builder
 
setExtraLazy(boolean) - Method in class org.hibernate.mapping.Collection
 
setExtraLazySetOfComponents(Set<SimpleComponent>) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfSets
 
setFamiliarName(String) - Method in class org.hibernate.testing.orm.domain.retail.Name
 
setFamily(Map) - Method in class org.hibernate.testing.orm.domain.animal.Human
 
setFamilyName(String) - Method in class org.hibernate.testing.orm.domain.retail.Name
 
setFather(Animal) - Method in class org.hibernate.testing.orm.domain.animal.Animal
 
setFetch(FetchType) - Method in interface org.hibernate.boot.jaxb.mapping.FetchableAttribute
 
setFetch(FetchType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbBasic
Sets the value of the fetch property.
setFetch(FetchType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
Sets the value of the fetch property.
setFetch(FetchType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
Sets the value of the fetch property.
setFetch(FetchType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToOne
Sets the value of the fetch property.
setFetch(FetchType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
Sets the value of the fetch property.
setFetch(FetchType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToOne
Sets the value of the fetch property.
setFetch(String) - Method in class org.hibernate.envers.boot.model.SetAttribute
 
setFetch(JaxbHbmFetchStyleEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Sets the value of the fetch property.
setFetch(JaxbHbmFetchStyleEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the fetch property.
setFetch(JaxbHbmFetchStyleEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Sets the value of the fetch property.
setFetch(JaxbHbmFetchStyleEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Sets the value of the fetch property.
setFetch(JaxbHbmFetchStyleWithSubselectEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the fetch property.
setFetch(JaxbHbmFetchStyleWithSubselectEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the fetch property.
setFetch(JaxbHbmFetchStyleWithSubselectEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the fetch property.
setFetch(JaxbHbmFetchStyleWithSubselectEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the fetch property.
setFetch(JaxbHbmFetchStyleWithSubselectEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the fetch property.
setFetch(JaxbHbmFetchStyleWithSubselectEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the fetch property.
setFetch(JaxbHbmFetchStyleWithSubselectEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the fetch property.
setFetch(FetchType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
Sets the value of the fetch property.
setFetch(FetchType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Sets the value of the fetch property.
setFetch(FetchType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Sets the value of the fetch property.
setFetch(FetchType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
Sets the value of the fetch property.
setFetch(FetchType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Sets the value of the fetch property.
setFetch(FetchType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Sets the value of the fetch property.
setFetch(JpaExpression<? extends Number>) - Method in interface org.hibernate.query.criteria.JpaQueryGroup
 
setFetch(JpaExpression<? extends Number>) - Method in interface org.hibernate.query.criteria.JpaQueryPart
 
setFetch(JpaExpression<? extends Number>) - Method in interface org.hibernate.query.criteria.JpaQueryStructure
 
setFetch(JpaExpression<? extends Number>) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryGroup
 
setFetch(JpaExpression<? extends Number>) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
 
setFetch(JpaExpression<? extends Number>) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
setFetch(JpaExpression<? extends Number>, FetchClauseType) - Method in interface org.hibernate.query.criteria.JpaQueryGroup
 
setFetch(JpaExpression<? extends Number>, FetchClauseType) - Method in interface org.hibernate.query.criteria.JpaQueryPart
 
setFetch(JpaExpression<? extends Number>, FetchClauseType) - Method in interface org.hibernate.query.criteria.JpaQueryStructure
 
setFetch(JpaExpression<? extends Number>, FetchClauseType) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryGroup
 
setFetch(JpaExpression<? extends Number>, FetchClauseType) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
 
setFetch(JpaExpression<? extends Number>, FetchClauseType) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
setFetchBatchSize(int) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
setFetchBatchSize(int) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
setFetchBatchSize(int) - Method in class org.hibernate.internal.SessionImpl
 
setFetchBatchSize(int) - Method in interface org.hibernate.Session
Set the maximum batch size for batch fetching associations by id in this session.
setFetchClauseExpression(Expression, FetchClauseType) - Method in class org.hibernate.sql.ast.tree.select.QueryPart
 
setFetchExpression(SqmExpression<? extends Number>) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
 
setFetchExpression(SqmExpression<? extends Number>, FetchClauseType) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
 
setFetchMode(JaxbPluralFetchMode) - Method in interface org.hibernate.boot.jaxb.mapping.CollectionAttribute
 
setFetchMode(JaxbPluralFetchMode) - Method in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
Sets the value of the fetchMode property.
setFetchMode(JaxbPluralFetchMode) - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
Sets the value of the fetchMode property.
setFetchMode(JaxbPluralFetchMode) - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
Sets the value of the fetchMode property.
setFetchMode(JaxbSingularFetchMode) - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToOne
Sets the value of the fetchMode property.
setFetchMode(JaxbSingularFetchMode) - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToOne
Sets the value of the fetchMode property.
setFetchMode(JaxbSingularFetchMode) - Method in interface org.hibernate.boot.jaxb.mapping.ToOneAttribute
 
setFetchMode(FetchMode) - Method in class org.hibernate.mapping.Collection
 
setFetchMode(FetchMode) - Method in interface org.hibernate.mapping.Fetchable
 
setFetchMode(FetchMode) - Method in class org.hibernate.mapping.ToOne
 
setFetchMode(FetchMode) - Method in class org.hibernate.tuple.BaselineAttributeInformation.Builder
Deprecated.
 
setFetchSize(int) - Method in class org.hibernate.internal.AbstractScrollableResults
 
setFetchSize(int) - Method in class org.hibernate.internal.EmptyScrollableResults
 
setFetchSize(int) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setFetchSize(int) - Method in class org.hibernate.query.internal.QueryOptionsImpl
 
setFetchSize(int) - Method in interface org.hibernate.query.NativeQuery
 
setFetchSize(int) - Method in interface org.hibernate.query.Query
 
setFetchSize(int) - Method in interface org.hibernate.query.SelectionQuery
Sets a JDBC fetch size hint for the query.
setFetchSize(int) - Method in class org.hibernate.query.spi.AbstractQuery
 
setFetchSize(int) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setFetchSize(int) - Method in interface org.hibernate.query.spi.MutableQueryOptions
setFetchSize(int) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setFetchSize(int) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setFetchSize(int) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setFetchSize(int) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
setFetchSize(int) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setFetchSize(int) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setFetchSize(int) - Method in interface org.hibernate.ScrollableResults
Gives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed.
setFetchSize(int) - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesCacheHit
 
setFetchSize(int) - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesResultSetImpl
 
setFetchSize(int) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValues
 
setFetchSize(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Sets the value of the fetchSize property.
setFetchSize(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Sets the value of the fetchSize property.
setFetchSize(Integer) - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedNativeQuery
Sets the value of the fetchSize property.
setFetchSize(Integer) - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedQuery
Sets the value of the fetchSize property.
setFetchSize(Integer) - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
 
setFetchSize(Integer) - Method in class org.hibernate.query.internal.NamedQueryHelper.NamedQueryDescriptorBuilder
 
setFetchSize(Integer) - Method in class org.hibernate.query.internal.QueryOptionsImpl
 
setFetchSize(Integer) - Method in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
setFetchStyle(FetchStyle) - Method in class org.hibernate.boot.model.source.internal.hbm.FetchCharacteristicsPluralAttributeImpl.Builder
 
setFetchStyle(FetchStyle) - Method in class org.hibernate.boot.model.source.internal.hbm.FetchCharacteristicsSingularAssociationImpl.Builder
 
setFetchTiming(FetchTiming) - Method in class org.hibernate.boot.model.source.internal.hbm.FetchCharacteristicsPluralAttributeImpl.Builder
 
setFetchTiming(FetchTiming) - Method in class org.hibernate.boot.model.source.internal.hbm.FetchCharacteristicsSingularAssociationImpl.Builder
 
setField(Object, Field, Object) - Static method in class org.hibernate.testing.util.ReflectionUtil
Set target Object field to a certain value
setField(Object, String, Object) - Static method in class org.hibernate.testing.util.ReflectionUtil
Set target Object field to a certain value
setFile(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
Sets the value of the file property.
setFirst(String) - Method in class org.hibernate.testing.orm.domain.animal.Name
 
setFirst(String) - Method in class org.hibernate.testing.orm.domain.contacts.Contact.Name
 
setFirstResult(int) - Method in interface org.hibernate.envers.query.AuditAssociationQuery
 
setFirstResult(int) - Method in interface org.hibernate.envers.query.AuditQuery
 
setFirstResult(int) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditAssociationQuery
 
setFirstResult(int) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
setFirstResult(int) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setFirstResult(int) - Method in interface org.hibernate.query.NativeQuery
 
setFirstResult(int) - Method in interface org.hibernate.query.Query
 
setFirstResult(int) - Method in interface org.hibernate.query.SelectionQuery
Set the first row position to return from the query results.
setFirstResult(int) - Method in class org.hibernate.query.spi.AbstractQuery
 
setFirstResult(int) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setFirstResult(int) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setFirstResult(int) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setFirstResult(int) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setFirstResult(int) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setFirstResult(Integer) - Method in class org.hibernate.boot.query.NamedHqlQueryDefinition.Builder
 
setFirstResult(Integer) - Method in class org.hibernate.boot.query.NamedNativeQueryDefinitionBuilder
 
setFirstResult(Integer) - Method in class org.hibernate.query.sql.spi.NamedNativeQueryMemento.Builder
 
setFirstRow(Integer) - Method in class org.hibernate.query.spi.Limit
 
setFkJoinColumns(AnnotatedJoinColumns) - Method in class org.hibernate.boot.model.internal.CollectionBinder
 
setFloatValue(float) - Method in class org.hibernate.testing.orm.domain.animal.Human
 
setFlushing(boolean) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
setFlushing(boolean) - Method in interface org.hibernate.engine.spi.PersistenceContext
Called before and after the flush cycle
setFlushMode(FlushModeType) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
setFlushMode(FlushModeType) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
setFlushMode(FlushModeType) - Method in class org.hibernate.internal.SessionImpl
 
setFlushMode(FlushModeType) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
setFlushMode(FlushModeType) - Method in interface org.hibernate.procedure.ProcedureCall
 
setFlushMode(FlushModeType) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
setFlushMode(FlushModeType) - Method in interface org.hibernate.query.CommonQueryContract
Set the FlushMode in to use for this query.
setFlushMode(FlushModeType) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setFlushMode(FlushModeType) - Method in interface org.hibernate.query.MutationQuery
 
setFlushMode(FlushModeType) - Method in interface org.hibernate.query.NativeQuery
 
setFlushMode(FlushModeType) - Method in interface org.hibernate.query.Query
 
setFlushMode(FlushModeType) - Method in interface org.hibernate.query.SelectionQuery
 
setFlushMode(FlushModeType) - Method in class org.hibernate.query.spi.AbstractQuery
 
setFlushMode(FlushModeType) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setFlushMode(FlushModeType) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setFlushMode(FlushModeType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setFlushMode(FlushModeType) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setFlushMode(FlushModeType) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
setFlushMode(FlushModeType) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setFlushMode(FlushModeType) - Method in interface org.hibernate.Session
Set the current JPA flush mode for this session.
setFlushMode(FlushMode) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Sets the value of the flushMode property.
setFlushMode(FlushMode) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Sets the value of the flushMode property.
setFlushMode(FlushMode) - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedNativeQuery
Sets the value of the flushMode property.
setFlushMode(FlushMode) - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedQuery
Sets the value of the flushMode property.
setFlushMode(FlushMode) - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
 
setFlushMode(FlushMode) - Method in interface org.hibernate.envers.query.AuditAssociationQuery
 
setFlushMode(FlushMode) - Method in interface org.hibernate.envers.query.AuditQuery
 
setFlushMode(FlushMode) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditAssociationQuery
 
setFlushMode(FlushMode) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
setFlushMode(FlushMode) - Method in class org.hibernate.query.internal.NamedQueryHelper.NamedQueryDescriptorBuilder
 
setFlushMode(FlushMode) - Method in class org.hibernate.query.internal.QueryOptionsImpl
 
setFlushMode(FlushMode) - Method in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
setFlushMode(FlushMode) - Method in interface org.hibernate.query.spi.MutableQueryOptions
setFlushRequired(boolean) - Method in class org.hibernate.event.spi.AutoFlushEvent
 
setFollowOnLocking(boolean) - Method in interface org.hibernate.query.SelectionQuery
Specifies whether follow-on locking should be applied
setFollowOnLocking(boolean) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
Specifies whether follow-on locking should be applied?
setFollowOnLocking(boolean) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
Specifies whether follow-on locking should be applied?
setFollowOnLocking(boolean) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setFollowOnLocking(Boolean) - Method in class org.hibernate.LockOptions
Force enable or disable the use of follow-on locking, overriding the default behavior of the SQL dialect.
setForce(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Sets the value of the force property.
setForceDiscriminator(boolean) - Method in class org.hibernate.mapping.RootClass
 
setForceInsertable(boolean) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
setForceSelection(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbDiscriminatorColumn
Sets the value of the forceSelection property.
setForeignKey(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
Sets the value of the foreignKey property.
setForeignKey(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToManyType
Sets the value of the foreignKey property.
setForeignKey(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
Sets the value of the foreignKey property.
setForeignKey(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Sets the value of the foreignKey property.
setForeignKey(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the foreignKey property.
setForeignKey(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
Sets the value of the foreignKey property.
setForeignKey(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Sets the value of the foreignKey property.
setForeignKey(String) - Method in class org.hibernate.envers.boot.model.ManyToOneAttribute
 
setForeignKey(JaxbForeignKey) - Method in class org.hibernate.boot.jaxb.mapping.JaxbAssociationOverride
Sets the value of the foreignKey property.
setForeignKey(JaxbForeignKey) - Method in class org.hibernate.boot.jaxb.mapping.JaxbCollectionTable
Sets the value of the foreignKey property.
setForeignKey(JaxbForeignKey) - Method in class org.hibernate.boot.jaxb.mapping.JaxbJoinTable
Sets the value of the foreignKey property.
setForeignKey(JaxbForeignKey) - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToOne
Sets the value of the foreignKey property.
setForeignKey(JaxbForeignKey) - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
Sets the value of the foreignKey property.
setForeignKey(JaxbForeignKey) - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToOne
Sets the value of the foreignKey property.
setForeignKey(ForeignKey) - Method in class org.hibernate.jpamodelgen.xml.jaxb.AssociationOverride
Sets the value of the foreignKey property.
setForeignKey(ForeignKey) - Method in class org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
Sets the value of the foreignKey property.
setForeignKey(ForeignKey) - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
Sets the value of the foreignKey property.
setForeignKey(ForeignKey) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
Sets the value of the foreignKey property.
setForeignKey(ForeignKey) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Sets the value of the foreignKey property.
setForeignKey(ForeignKey) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Sets the value of the foreignKey property.
setForeignKeyDefinition(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbForeignKey
Sets the value of the foreignKeyDefinition property.
setForeignKeyDefinition(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ForeignKey
Sets the value of the foreignKeyDefinition property.
setForeignKeyDefinition(String) - Method in class org.hibernate.mapping.SimpleValue
 
setForeignKeyDescriptor(ForeignKeyDescriptor) - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
setForeignKeyDescriptor(ForeignKeyDescriptor) - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
setForeignKeyName(String) - Method in class org.hibernate.mapping.SimpleValue
 
setForeignKeyType(ForeignKeyDirection) - Method in class org.hibernate.mapping.OneToOne
Sets the foreignKeyType.
setFormula(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Sets the value of the formula property.
setFormula(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
Sets the value of the formula property.
setFormula(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbBasic
Sets the value of the formula property.
setFormula(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
Sets the value of the formula property.
setFormula(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbMultiTenancy
Sets the value of the formula property.
setFormula(String) - Method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
setFormula(String) - Method in class org.hibernate.mapping.Formula
 
setFormula(String, String) - Method in class org.hibernate.sql.InFragment
 
setFormulaAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the formulaAttribute property.
setFormulaAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Sets the value of the formulaAttribute property.
setFormulaAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Sets the value of the formulaAttribute property.
setFormulaAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Sets the value of the formulaAttribute property.
setFormulaAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the formulaAttribute property.
setFormulaAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
Sets the value of the formulaAttribute property.
setFormulaAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyManyToManyType
Sets the value of the formulaAttribute property.
setFormulaAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
Sets the value of the formulaAttribute property.
setFormulaAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Sets the value of the formulaAttribute property.
setFriends(Collection<Human>) - Method in class org.hibernate.testing.orm.domain.animal.Human
 
setFromClause(SqmFromClause) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
setFunctionReturn(JdbcCallFunctionReturn) - Method in class org.hibernate.sql.exec.internal.JdbcCallImpl.Builder
 
setGender(Contact.Gender) - Method in class org.hibernate.testing.orm.domain.contacts.Contact
 
setGender(EntityOfBasics.Gender) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
setGenerated(GenerationTiming) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
Sets the value of the generated property.
setGenerated(GenerationTiming) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the generated property.
setGenerated(GenerationTiming) - Method in class org.hibernate.boot.jaxb.mapping.JaxbBasic
Sets the value of the generated property.
setGeneratedAs(String) - Method in class org.hibernate.mapping.Column
 
setGeneratedId(Object) - Method in class org.hibernate.action.internal.EntityIdentityInsertAction
 
setGeneratedValue(JaxbGeneratedValue) - Method in class org.hibernate.boot.jaxb.mapping.JaxbId
Sets the value of the generatedValue property.
setGeneratedValue(GeneratedValue) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Id
Sets the value of the generatedValue property.
setGenerator(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbGeneratedValue
Sets the value of the generator property.
setGenerator(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.GeneratedValue
Sets the value of the generator property.
setGenerator(JaxbHbmGeneratorSpecificationType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
Sets the value of the generator property.
setGenerator(JaxbHbmGeneratorSpecificationType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
Sets the value of the generator property.
setGenerator(JaxbHbmGeneratorSpecificationType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Sets the value of the generator property.
setGeneratorClass(String) - Method in class org.hibernate.envers.boot.model.SimpleIdentifier
 
setGeneratorNameScopeCompliance(boolean) - Method in class org.hibernate.jpa.internal.MutableJpaComplianceImpl
 
setGeneratorNameScopeCompliance(boolean) - Method in interface org.hibernate.jpa.spi.MutableJpaCompliance
 
setGeneric(boolean) - Method in class org.hibernate.mapping.Component
 
setGeneric(boolean) - Method in class org.hibernate.mapping.Property
 
setGeometryFactory(GeometryFactory) - Static method in class org.hibernate.spatial.jts.EnvelopeAdapter
 
setGlobalGeneratorNameCompliance(boolean) - Method in class org.hibernate.jpa.internal.JpaComplianceImpl.JpaComplianceBuilder
 
setGloballyQuoteIdentifiers(boolean) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
setGroupByClauseExpressions(List<SqmExpression<?>>) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
setGroupByClauseExpressions(List<Expression>) - Method in class org.hibernate.sql.ast.tree.select.QuerySpec
 
setGroupingExpressions(List<? extends JpaExpression<?>>) - Method in interface org.hibernate.query.criteria.JpaQueryStructure
 
setGroupingExpressions(List<? extends JpaExpression<?>>) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
setGroupingExpressions(JpaExpression<?>...) - Method in interface org.hibernate.query.criteria.JpaQueryStructure
 
setGroupingExpressions(JpaExpression<?>...) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
setGroupRestriction(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaQueryStructure
 
setGroupRestriction(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
setGroupRestriction(Predicate...) - Method in interface org.hibernate.query.criteria.JpaQueryStructure
 
setGroupRestriction(Predicate...) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
setGroupRestriction(JpaPredicate) - Method in interface org.hibernate.query.criteria.JpaQueryStructure
 
setGroupRestriction(JpaPredicate) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
setHasDirtyCollection(boolean) - Method in class org.hibernate.event.spi.FlushEntityEvent
 
setHasParents(boolean) - Method in class org.hibernate.boot.model.internal.InheritanceState
 
setHasSiblings(boolean) - Method in class org.hibernate.boot.model.internal.InheritanceState
 
setHavingClausePredicate(SqmPredicate) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
setHavingClauseRestrictions(Predicate) - Method in class org.hibernate.sql.ast.tree.select.QuerySpec
 
setHeightInches(double) - Method in class org.hibernate.testing.orm.domain.animal.Human
 
setHibernateFlushMode(FlushMode) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
setHibernateFlushMode(FlushMode) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Set the current FlushMode for this session.
setHibernateFlushMode(FlushMode) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
setHibernateFlushMode(FlushMode) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
setHibernateFlushMode(FlushMode) - Method in class org.hibernate.internal.StatelessSessionImpl
 
setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.query.CommonQueryContract
Set the current FlushMode in effect for this query.
setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.query.MutationQuery
 
setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.query.NativeQuery
 
setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.query.Query
 
setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.query.SelectionQuery
 
setHibernateFlushMode(FlushMode) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setHibernateFlushMode(FlushMode) - Method in class org.hibernate.query.spi.AbstractQuery
 
setHibernateFlushMode(FlushMode) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.query.spi.SqmQuery
 
setHibernateFlushMode(FlushMode) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setHibernateFlushMode(FlushMode) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setHibernateFlushMode(FlushMode) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
setHibernateFlushMode(FlushMode) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setHibernateFlushMode(FlushMode) - Method in interface org.hibernate.Session
Set the current flush mode for this session.
setHibernateLockMode(LockMode) - Method in interface org.hibernate.query.NativeQuery
 
setHibernateLockMode(LockMode) - Method in interface org.hibernate.query.SelectionQuery
Specify the root LockMode for the query
setHibernateLockMode(LockMode) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
Specify the root LockMode for the query
setHibernateLockMode(LockMode) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setHibernateLockMode(LockMode) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setHibernateLockMode(LockMode) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
Specify the root LockMode for the query
setHibernateLockMode(LockMode) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setHint(String, Object) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
setHint(String, Object) - Method in interface org.hibernate.procedure.ProcedureCall
 
setHint(String, Object) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
setHint(String, Object) - Method in interface org.hibernate.query.CommonQueryContract
Set a hint.
setHint(String, Object) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setHint(String, Object) - Method in interface org.hibernate.query.MutationQuery
 
setHint(String, Object) - Method in interface org.hibernate.query.NativeQuery
 
setHint(String, Object) - Method in interface org.hibernate.query.Query
 
setHint(String, Object) - Method in interface org.hibernate.query.SelectionQuery
 
setHint(String, Object) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setHint(String, Object) - Method in class org.hibernate.query.spi.AbstractQuery
 
setHint(String, Object) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setHint(String, Object) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setHint(String, Object) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setHint(String, Object) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setHint(String, Object) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setHolder(PropertyHolder) - Method in class org.hibernate.boot.model.internal.PropertyBinder
 
setHqlString(String) - Method in class org.hibernate.boot.query.NamedHqlQueryDefinition.Builder
 
setId(boolean) - Method in class org.hibernate.boot.model.internal.PropertyBinder
 
setId(int) - Method in class org.hibernate.envers.DefaultRevisionEntity
 
setId(int) - Method in class org.hibernate.envers.enhanced.SequenceIdRevisionEntity
 
setId(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToOne
Sets the value of the id property.
setId(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToOne
Sets the value of the id property.
setId(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
Sets the value of the id property.
setId(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Sets the value of the id property.
setId(Integer) - Method in class org.hibernate.testing.orm.domain.contacts.Contact
 
setId(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.BasicEntity
 
setId(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfArrays
 
setId(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
setId(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfComposites
 
setId(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfLists
 
setId(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
setId(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfSets
 
setId(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithLazyManyToOneSelfReference
 
setId(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithLazyOneToOne
 
setId(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneJoinTable
 
setId(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneSelfReference
 
setId(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneWithoutJoinTable
 
setId(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToMany
 
setId(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToManyNotOwned
 
setId(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOne
 
setId(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneJoinTable
 
setId(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneSharingPrimaryKey
 
setId(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.Shirt
 
setId(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.SimpleEntity
 
setId(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.VersionedEntity
 
setId(Integer) - Method in class org.hibernate.testing.orm.domain.helpdesk.Account
 
setId(Integer) - Method in class org.hibernate.testing.orm.domain.helpdesk.Incident
 
setId(Integer) - Method in class org.hibernate.testing.orm.domain.helpdesk.Ticket
 
setId(Integer) - Method in class org.hibernate.testing.orm.domain.retail.LineItem
 
setId(Integer) - Method in class org.hibernate.testing.orm.domain.retail.Order
 
setId(Integer) - Method in class org.hibernate.testing.orm.domain.retail.Payment
 
setId(Integer) - Method in class org.hibernate.testing.orm.domain.retail.Product
 
setId(Integer) - Method in class org.hibernate.testing.orm.domain.retail.SalesAssociate
 
setId(Integer) - Method in class org.hibernate.testing.orm.domain.retail.Vendor
 
setId(Long) - Method in class org.hibernate.testing.orm.domain.animal.Animal
 
setId(Long) - Method in class org.hibernate.testing.orm.domain.animal.StateProvince
 
setId(Long) - Method in class org.hibernate.testing.orm.domain.animal.Zoo
 
setId(Long) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfDynamicComponent
 
setId(Long) - Method in class org.hibernate.testing.orm.domain.userguide.Call
 
setId(Long) - Method in class org.hibernate.testing.orm.domain.userguide.Image
 
setId(Long) - Method in class org.hibernate.testing.orm.domain.userguide.Payment
 
setId(Long) - Method in class org.hibernate.testing.orm.domain.userguide.Phone
 
setId(Object) - Method in class org.hibernate.event.spi.PostLoadEvent
 
setId(Object) - Method in class org.hibernate.event.spi.PreLoadEvent
 
setId(String) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithNonIdAttributeNamedId
 
setId(JaxbHbmSimpleIdType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the id property.
setId(EmbeddedIdEntity.EmbeddedIdEntityId) - Method in class org.hibernate.testing.orm.domain.gambit.EmbeddedIdEntity
 
setId(EntityWithNotAggregateId.PK) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithNotAggregateId
 
setIdClass(JaxbIdClass) - Method in interface org.hibernate.boot.jaxb.mapping.EntityOrMappedSuperclass
 
setIdClass(JaxbIdClass) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Sets the value of the idClass property.
setIdClass(JaxbIdClass) - Method in class org.hibernate.boot.jaxb.mapping.JaxbMappedSuperclass
Sets the value of the idClass property.
setIdClass(IdClass) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Sets the value of the idClass property.
setIdClass(IdClass) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Sets the value of the idClass property.
setIdentifier(Object) - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
setIdentifier(Object) - Method in interface org.hibernate.proxy.LazyInitializer
Set the identifier value for the entity our owning proxy represents.
setIdentifier(Object) - Method in class org.hibernate.sql.results.graph.entity.internal.EntityDelayedFetchInitializer
 
setIdentifier(Object, Object, SessionImplementor) - Method in interface org.hibernate.metadata.ClassMetadata
setIdentifier(Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metadata.ClassMetadata
Deprecated.
Inject the identifier value into the given entity.
setIdentifier(Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.EntityIdentifierMapping
Inject an identifier value into an instance of the entity
setIdentifier(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.BasicEntityIdentifierMappingImpl
 
setIdentifier(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedIdentifierMappingImpl
 
setIdentifier(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.IdClassEmbeddable
 
setIdentifier(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.InverseNonAggregatedIdentifierMapping
 
setIdentifier(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.NonAggregatedIdentifierMappingImpl
 
setIdentifier(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.VirtualIdEmbeddable
 
setIdentifier(Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.NonAggregatedIdentifierMapping.IdentifierValueMapper
Extract the identifier out of the given entity, returning the mapper's representation
setIdentifier(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
setIdentifier(Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Inject the identifier value into the given entity.
setIdentifier(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.query.derived.AnonymousTupleBasicEntityIdentifierMapping
 
setIdentifier(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddedEntityIdentifierMapping
 
setIdentifier(Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.query.derived.AnonymousTupleNonAggregatedEntityIdentifierMapping
 
setIdentifier(Identifier) - Method in class org.hibernate.envers.boot.model.RootPersistentEntity
 
setIdentifier(KeyValue) - Method in class org.hibernate.mapping.IdentifierCollection
 
setIdentifier(KeyValue) - Method in class org.hibernate.mapping.OneToOne
Sets the identifier.
setIdentifier(KeyValue) - Method in class org.hibernate.mapping.RootClass
 
setIdentifierGeneratorParameters(Map<String, Object>) - Method in class org.hibernate.mapping.SimpleValue
 
setIdentifierGeneratorProperties(Map<String, Object>) - Method in class org.hibernate.mapping.SimpleValue
setIdentifierGeneratorProperties(Properties) - Method in class org.hibernate.mapping.SimpleValue
setIdentifierGeneratorStrategy(String) - Method in class org.hibernate.mapping.IdGenerator
Deprecated.
 
setIdentifierGeneratorStrategy(String) - Method in class org.hibernate.mapping.SimpleValue
Sets the identifierGeneratorStrategy.
setIdentifierMapper(Component) - Method in class org.hibernate.mapping.PersistentClass
 
setIdentifierMethod - Variable in class org.hibernate.proxy.pojo.BasicLazyInitializer
 
setIdentifierProperty(Property) - Method in class org.hibernate.mapping.RootClass
 
setIdentifierType(String) - Method in class org.hibernate.mapping.Any
 
setIdentifierValue(KeyValue) - Method in class org.hibernate.mapping.Table
 
setIdentifyingColumnsTableExpression(String) - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
setIdType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Sets the value of the idType property.
setIdType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToAnyType
Sets the value of the idType property.
setIdType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToAnyCollectionElementType
Sets the value of the idType property.
setIfNot(Supplier<T>) - Method in class org.hibernate.internal.util.MutableObject
 
setIfNot(Supplier<T>, Supplier<RuntimeException>) - Method in class org.hibernate.internal.util.MutableObject
 
setIfNot(T) - Method in class org.hibernate.internal.util.MutableObject
 
setIfNot(T, Supplier<RuntimeException>) - Method in class org.hibernate.internal.util.MutableObject
 
setIgnoreIdAnnotations(boolean) - Method in class org.hibernate.boot.model.internal.EntityBinder
 
setIgnoreNotFound(boolean) - Method in class org.hibernate.mapping.ManyToOne
 
setIgnoreNotFound(boolean) - Method in class org.hibernate.mapping.OneToMany
 
setImplementation(Object) - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
setImplementation(Object) - Method in interface org.hibernate.proxy.LazyInitializer
Initialize the proxy manually by injecting its target.
setImplicit(boolean) - Method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
setImplicitCacheAccessType(AccessType) - Method in class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults.Builder
 
setImplicitCascadeStyleName(String) - Method in class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults.Builder
 
setImplicitCatalogName(String) - Method in class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults.Builder
 
setImplicitDiscriminatorColumnName(String) - Method in class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults.Builder
 
setImplicitIdColumnName(String) - Method in class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults.Builder
 
setImplicitJavaTypeAccess(Function<TypeConfiguration, Type>) - Method in class org.hibernate.mapping.BasicValue
 
setImplicitListClassification(CollectionClassification) - Method in class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults.Builder
 
setImplicitlyQuoteIdentifiers(boolean) - Method in class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults.Builder
 
setImplicitNamingStrategy(ImplicitNamingStrategy) - Method in class org.hibernate.cfg.Configuration
Set an ImplicitNamingStrategy to use in this configuration.
setImplicitPackageName(String) - Method in class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults.Builder
 
setImplicitPropertyAccessorName(String) - Method in class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults.Builder
 
setImplicitSchemaName(String) - Method in class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults.Builder
 
setImplicitTenantIdColumnName(String) - Method in class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults.Builder
 
setInclude(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEntityCacheType
Sets the value of the include property.
setInclude(JaxbHbmCacheInclusionEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheType
Sets the value of the include property.
setInclude(JaxbCacheInclusionType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbCaching
Sets the value of the include property.
setIncludeAllAttributes(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedEntityGraph
Sets the value of the includeAllAttributes property.
setIncludeAllAttributes(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedEntityGraph
Sets the value of the includeAllAttributes property.
setIndex(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Sets the value of the index property.
setIndex(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the index property.
setIndex(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Sets the value of the index property.
setIndex(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the index property.
setIndex(JaxbHbmIndexType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the index property.
setIndex(JaxbHbmIndexType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the index property.
setIndex(JaxbHbmIndexType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the index property.
setIndex(JaxbHbmIndexType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the index property.
setIndex(Value) - Method in class org.hibernate.mapping.IndexedCollection
 
setIndexColumn(IndexColumn) - Method in class org.hibernate.boot.model.internal.CollectionBinder
 
setIndexManyToAny(JaxbHbmIndexManyToAnyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the indexManyToAny property.
setIndexManyToMany(JaxbHbmIndexManyToManyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the indexManyToMany property.
setInheritable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintType
Sets the value of the inheritable property.
setInheritance(JaxbInheritance) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Sets the value of the inheritance property.
setInheritance(Inheritance) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Sets the value of the inheritance property.
setInheritanceStatePerClass(Map<XClass, InheritanceState>) - Method in class org.hibernate.boot.model.internal.CollectionBinder
 
setInheritanceStatePerClass(Map<XClass, InheritanceState>) - Method in class org.hibernate.boot.model.internal.PropertyBinder
 
setInIdClass(Boolean) - Method in class org.hibernate.boot.model.internal.AbstractPropertyHolder
 
setInIdClass(Boolean) - Method in interface org.hibernate.boot.model.internal.PropertyHolder
 
setInitial(Character) - Method in class org.hibernate.testing.orm.domain.animal.Name
 
setInitialized() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
SetInitializer - Class in org.hibernate.sql.results.graph.collection.internal
 
SetInitializer(NavigablePath, PluralAttributeMapping, FetchParentAccess, LockMode, DomainResultAssembler<?>, DomainResultAssembler<?>, DomainResultAssembler<?>) - Constructor for class org.hibernate.sql.results.graph.collection.internal.SetInitializer
 
SetInitializerProducer - Class in org.hibernate.sql.results.graph.collection.internal
 
SetInitializerProducer(PluralAttributeMapping, Fetch) - Constructor for class org.hibernate.sql.results.graph.collection.internal.SetInitializerProducer
 
setInitializing() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.EnhancementAsProxyLazinessInterceptor
 
setInitialValue(Integer) - Method in class org.hibernate.boot.jaxb.mapping.JaxbSequenceGenerator
Sets the value of the initialValue property.
setInitialValue(Integer) - Method in class org.hibernate.boot.jaxb.mapping.JaxbTableGenerator
Sets the value of the initialValue property.
setInitialValue(Integer) - Method in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
Sets the value of the initialValue property.
setInitialValue(Integer) - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
Sets the value of the initialValue property.
setInsert(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Sets the value of the insert property.
setInsert(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the insert property.
setInsert(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Sets the value of the insert property.
setInsert(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
Sets the value of the insert property.
setInsert(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Sets the value of the insert property.
setInsert(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the insert property.
setInsert(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
Sets the value of the insert property.
setInsert(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmVersionAttributeType
Sets the value of the insert property.
setInsertable(boolean) - Method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
setInsertable(boolean) - Method in class org.hibernate.boot.model.internal.CollectionBinder
 
setInsertable(boolean) - Method in class org.hibernate.boot.model.internal.PropertyBinder
 
setInsertable(boolean) - Method in class org.hibernate.envers.boot.model.BasicAttribute
 
setInsertable(boolean) - Method in class org.hibernate.mapping.Property
 
setInsertable(boolean) - Method in class org.hibernate.tuple.BaselineAttributeInformation.Builder
Deprecated.
 
setInsertable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.transform.TargetColumnAdapterJaxbColumn
 
setInsertable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.transform.TargetColumnAdapterJaxbJoinColumn
 
setInsertable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbColumn
Sets the value of the insertable property.
setInsertable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbJoinColumn
Sets the value of the insertable property.
setInsertable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbMapKeyColumn
Sets the value of the insertable property.
setInsertable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbMapKeyJoinColumn
Sets the value of the insertable property.
setInsertable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbOrderColumn
Sets the value of the insertable property.
setInsertable(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
Sets the value of the insertable property.
setInsertable(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
Sets the value of the insertable property.
setInsertable(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
Sets the value of the insertable property.
setInsertable(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
Sets the value of the insertable property.
setInsertable(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OrderColumn
Sets the value of the insertable property.
setInsertionTargetPaths(List<SqmPath<?>>) - Method in class org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement
 
setInstance(EntityInitializer, ToOneAttributeMapping, String, int, Object, Object, Object, EntityEntry, SharedSessionContractImplementor) - Static method in class org.hibernate.sql.results.graph.entity.internal.BatchEntityInsideEmbeddableSelectFetchInitializer
 
setInstance(EntityInitializer, ToOneAttributeMapping, String, int, SharedSessionContractImplementor, Object, Object, EntityEntry) - Static method in class org.hibernate.sql.results.graph.entity.internal.BatchEntitySelectFetchInitializer
 
setInstanceGenerationId(int) - Method in class org.hibernate.event.spi.FlushEntityEvent
 
setInstanceToLoad(Object) - Method in class org.hibernate.event.spi.LoadEvent
 
setInstantiator(Constructor<?>, String[]) - Method in class org.hibernate.mapping.Component
 
setInstantiator(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEmbeddable
Sets the value of the instantiator property.
setInstantiator(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEmbeddableInstantiatorRegistration
Sets the value of the instantiator property.
setInterceptor(Interceptor) - Method in class org.hibernate.cfg.Configuration
Set the current Interceptor.
setInternalFetchProfile(String) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
setIntValue(int) - Method in class org.hibernate.testing.orm.domain.animal.Human
 
setInvariantType(BasicType<?>) - Method in class org.hibernate.query.sqm.produce.function.NamedFunctionDescriptorBuilder
 
setInvariantType(BasicType<?>) - Method in class org.hibernate.query.sqm.produce.function.PatternFunctionDescriptorBuilder
 
setInverse(boolean) - Method in class org.hibernate.envers.boot.model.Join
 
setInverse(boolean) - Method in class org.hibernate.mapping.Collection
 
setInverse(boolean) - Method in class org.hibernate.mapping.Join
 
setInverse(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the inverse property.
setInverse(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the inverse property.
setInverse(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the inverse property.
setInverse(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the inverse property.
setInverse(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the inverse property.
setInverse(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Sets the value of the inverse property.
setInverse(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the inverse property.
setInverseForeignKey(JaxbForeignKey) - Method in class org.hibernate.boot.jaxb.mapping.JaxbJoinTable
Sets the value of the inverseForeignKey property.
setInverseForeignKey(ForeignKey) - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
Sets the value of the inverseForeignKey property.
setInverseJoinColumns(AnnotatedJoinColumns) - Method in class org.hibernate.boot.model.internal.CollectionBinder
 
setIsHibernateExtensionMapping(boolean) - Method in class org.hibernate.boot.model.internal.CollectionBinder
 
setIsoCode(String) - Method in class org.hibernate.testing.orm.domain.animal.StateProvince
 
setJar(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
Sets the value of the jar property.
setJavaTypeDescriptor(JavaType<T>) - Method in class org.hibernate.type.SerializableToBlobType
Deprecated.
setJdbcBatchSize(Integer) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
setJdbcBatchSize(Integer) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
setJdbcBatchSize(Integer) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
setJdbcBatchSize(Integer) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
setJdbcBatchSize(Integer) - Method in interface org.hibernate.SharedSessionContract
Set the session-level JDBC batch size.
setJdbcTimeout(Session) - Static method in class org.hibernate.testing.transaction.TransactionUtil
setJdbcTimeout(Session, long) - Static method in class org.hibernate.testing.transaction.TransactionUtil
setJdbcTypeCode(Integer) - Method in class org.hibernate.boot.jaxb.mapping.JaxbBasic
Sets the value of the jdbcTypeCode property.
setJdbcTypeCode(Integer) - Method in class org.hibernate.boot.jaxb.mapping.JaxbId
Sets the value of the jdbcTypeCode property.
setJndiService(JndiService) - Method in class org.hibernate.engine.jdbc.connections.internal.DatasourceConnectionProviderImpl
 
setJoinColumns(AnnotatedJoinColumns) - Method in class org.hibernate.boot.model.internal.CollectionBinder
 
setJoinPredicate(SqmPredicate) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmQualifiedJoin
 
setJoinPredicate(SqmPredicate) - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralPartJoin
 
setJoinPredicate(SqmPredicate) - Method in interface org.hibernate.query.sqm.tree.from.SqmAttributeJoin
 
setJoinPredicate(SqmPredicate) - Method in interface org.hibernate.query.sqm.tree.from.SqmQualifiedJoin
Inject the join predicate
setJoins(Map<String, Join>) - Method in class org.hibernate.boot.model.internal.AnnotatedColumns
 
setJoinTable(JaxbJoinTable) - Method in interface org.hibernate.boot.jaxb.mapping.AssociationAttribute
 
setJoinTable(JaxbJoinTable) - Method in class org.hibernate.boot.jaxb.mapping.JaxbAssociationOverride
Sets the value of the joinTable property.
setJoinTable(JaxbJoinTable) - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
Sets the value of the joinTable property.
setJoinTable(JaxbJoinTable) - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToOne
Sets the value of the joinTable property.
setJoinTable(JaxbJoinTable) - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
Sets the value of the joinTable property.
setJoinTable(JaxbJoinTable) - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToOne
Sets the value of the joinTable property.
setJoinTable(AuditJoinTableData) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
setJoinTable(JoinTable) - Method in class org.hibernate.jpamodelgen.xml.jaxb.AssociationOverride
Sets the value of the joinTable property.
setJoinTable(JoinTable) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Sets the value of the joinTable property.
setJoinTable(JoinTable) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
Sets the value of the joinTable property.
setJoinTable(JoinTable) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Sets the value of the joinTable property.
setJoinTable(JoinTable) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Sets the value of the joinTable property.
setJoinType(SqlAstJoinType) - Method in class org.hibernate.sql.ast.tree.from.TableGroupJoin
 
setJPA2ElementCollection(boolean) - Method in class org.hibernate.boot.model.internal.TableBinder
 
setJpaAttributeConverterDescriptor(ConverterDescriptor) - Method in class org.hibernate.mapping.BasicValue
 
setJpaAttributeConverterDescriptor(ConverterDescriptor) - Method in class org.hibernate.mapping.SimpleValue
 
setJpaEntityName(String) - Method in class org.hibernate.mapping.PersistentClass
 
setJpaIndex(Index[]) - Method in class org.hibernate.boot.model.internal.TableBinder
 
setJpaMetamodel(JpaMetamodelImplementor) - Method in class org.hibernate.metamodel.internal.RuntimeMetamodelsImpl
 
setJpaOrderBy(OrderBy) - Method in class org.hibernate.boot.model.internal.CollectionBinder
 
setJtaDataSource(Object) - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
setJtaDataSource(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
Sets the value of the jtaDataSource property.
setKey(boolean) - Method in class org.hibernate.envers.boot.model.BasicAttribute
 
setKey(boolean) - Method in interface org.hibernate.envers.boot.model.Keyable
Set whether this attribute should or shouldn't participate as a key attribute.
setKey(boolean) - Method in class org.hibernate.envers.boot.model.ManyToOneAttribute
 
setKey(boolean) - Method in class org.hibernate.mapping.Component
 
setKey(JaxbHbmKeyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the key property.
setKey(JaxbHbmKeyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the key property.
setKey(JaxbHbmKeyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the key property.
setKey(JaxbHbmKeyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Sets the value of the key property.
setKey(JaxbHbmKeyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the key property.
setKey(JaxbHbmKeyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the key property.
setKey(JaxbHbmKeyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the key property.
setKey(JaxbHbmKeyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Sets the value of the key property.
setKey(JaxbHbmKeyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the key property.
setKey(JaxbHbmAnyKey) - Method in class org.hibernate.boot.jaxb.mapping.JaxbHbmAnyMapping
Sets the value of the key property.
setKey(JaxbHbmAnyKey) - Method in class org.hibernate.boot.jaxb.mapping.JaxbHbmManyToAny
Sets the value of the key property.
setKey(Key) - Method in class org.hibernate.envers.boot.model.JoinedSubclassPersistentEntity
 
setKey(BasicValue) - Method in class org.hibernate.mapping.Any
 
setKey(KeyValue) - Method in class org.hibernate.mapping.Collection
 
setKey(KeyValue) - Method in class org.hibernate.mapping.Join
 
setKey(KeyValue) - Method in class org.hibernate.mapping.JoinedSubclass
 
setKey(EntityWithAggregateId.Key) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithAggregateId
 
setKeyColumn(String) - Method in class org.hibernate.envers.boot.model.SetAttribute
 
setKeyDefinition(String) - Method in class org.hibernate.mapping.ForeignKey
 
setKeySubgraph(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedAttributeNode
Sets the value of the keySubgraph property.
setKeySubgraph(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedAttributeNode
Sets the value of the keySubgraph property.
setLast(String) - Method in class org.hibernate.testing.orm.domain.animal.Name
 
setLast(String) - Method in class org.hibernate.testing.orm.domain.contacts.Contact.Name
 
setLazy(boolean) - Method in class org.hibernate.boot.model.internal.PropertyBinder
 
setLazy(boolean) - Method in class org.hibernate.mapping.Any
 
setLazy(boolean) - Method in class org.hibernate.mapping.Collection
 
setLazy(boolean) - Method in interface org.hibernate.mapping.Fetchable
 
setLazy(boolean) - Method in class org.hibernate.mapping.PersistentClass
 
setLazy(boolean) - Method in class org.hibernate.mapping.Property
 
setLazy(boolean) - Method in class org.hibernate.mapping.ToOne
 
setLazy(boolean) - Method in class org.hibernate.tuple.BaselineAttributeInformation.Builder
Deprecated.
 
setLazy(boolean) - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
setLazy(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Sets the value of the lazy property.
setLazy(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the lazy property.
setLazy(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Sets the value of the lazy property.
setLazy(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Sets the value of the lazy property.
setLazy(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Sets the value of the lazy property.
setLazy(String) - Method in class org.hibernate.envers.boot.model.SetAttribute
 
setLazy(JaxbHbmLazyEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
Sets the value of the lazy property.
setLazy(JaxbHbmLazyEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Sets the value of the lazy property.
setLazy(JaxbHbmLazyWithExtraEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the lazy property.
setLazy(JaxbHbmLazyWithExtraEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the lazy property.
setLazy(JaxbHbmLazyWithExtraEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the lazy property.
setLazy(JaxbHbmLazyWithExtraEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the lazy property.
setLazy(JaxbHbmLazyWithExtraEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the lazy property.
setLazy(JaxbHbmLazyWithExtraEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the lazy property.
setLazy(JaxbHbmLazyWithNoProxyEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the lazy property.
setLazy(JaxbHbmLazyWithNoProxyEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Sets the value of the lazy property.
setLazyGroup(String) - Method in class org.hibernate.boot.model.internal.PropertyBinder
 
setLazyGroup(String) - Method in class org.hibernate.mapping.Property
 
setLazyOther(BasicEntity) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneJoinTable
 
setLazyPropertiesCacheable(boolean) - Method in class org.hibernate.mapping.RootClass
 
setLength(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the length property.
setLength(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Sets the value of the length property.
setLength(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
Sets the value of the length property.
setLength(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Sets the value of the length property.
setLength(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
Sets the value of the length property.
setLength(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Sets the value of the length property.
setLength(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexType
Sets the value of the length property.
setLength(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
Sets the value of the length property.
setLength(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Sets the value of the length property.
setLength(Integer) - Method in class org.hibernate.boot.jaxb.hbm.transform.TargetColumnAdapterJaxbColumn
 
setLength(Integer) - Method in class org.hibernate.boot.jaxb.hbm.transform.TargetColumnAdapterJaxbJoinColumn
 
setLength(Integer) - Method in class org.hibernate.boot.jaxb.mapping.JaxbColumn
Sets the value of the length property.
setLength(Integer) - Method in class org.hibernate.boot.jaxb.mapping.JaxbDiscriminatorColumn
Sets the value of the length property.
setLength(Integer) - Method in class org.hibernate.boot.jaxb.mapping.JaxbMapKeyColumn
Sets the value of the length property.
setLength(Integer) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
Sets the value of the length property.
setLength(Integer) - Method in class org.hibernate.jpamodelgen.xml.jaxb.DiscriminatorColumn
Sets the value of the length property.
setLength(Integer) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
Sets the value of the length property.
setLength(Integer) - Method in class org.hibernate.mapping.Column
 
setLength(Long) - Method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
setLength(Long) - Method in class org.hibernate.engine.jdbc.Size
 
setLength(Long) - Method in class org.hibernate.mapping.Column
 
setLimitParameter(JdbcParameter) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
setLine1(String) - Method in class org.hibernate.testing.orm.domain.contacts.Address
 
setLine2(String) - Method in class org.hibernate.testing.orm.domain.contacts.Address
 
setLineNumber(int) - Method in class org.hibernate.testing.orm.domain.contacts.PhoneNumber
 
setListCompliance(boolean) - Method in class org.hibernate.jpa.internal.JpaComplianceImpl.JpaComplianceBuilder
 
setListCompliance(boolean) - Method in class org.hibernate.jpa.internal.MutableJpaComplianceImpl
 
setListCompliance(boolean) - Method in interface org.hibernate.jpa.spi.MutableJpaCompliance
 
setListeners(EventType<T>, Class<? extends T>...) - Method in class org.hibernate.event.service.internal.EventListenerRegistryImpl
 
setListeners(EventType<T>, Class<? extends T>...) - Method in interface org.hibernate.event.service.spi.EventListenerRegistry
 
setListeners(EventType<T>, T...) - Method in class org.hibernate.event.service.internal.EventListenerRegistryImpl
 
setListeners(EventType<T>, T...) - Method in interface org.hibernate.event.service.spi.EventListenerRegistry
 
setListIndex(JaxbHbmListIndexType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the listIndex property.
setListIndex(JaxbHbmListIndexType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the listIndex property.
setListIndex(JaxbHbmListIndexType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the listIndex property.
setListOfBasics(List<String>) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfLists
 
setListOfComponents(List<SimpleComponent>) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfLists
 
setListOfConvertedEnums(List<EnumValue>) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfLists
 
setListOfEnums(List<EnumValue>) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfLists
 
setListOfManyToMany(List<SimpleEntity>) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfLists
 
setListOfNumbers(List<Double>) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfLists
 
setListOfOneToMany(List<SimpleEntity>) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfLists
 
setLoadByIdCompliance(boolean) - Method in class org.hibernate.jpa.internal.JpaComplianceImpl.JpaComplianceBuilder
 
setLoadByIdCompliance(boolean) - Method in class org.hibernate.jpa.internal.MutableJpaComplianceImpl
 
setLoadByIdCompliance(boolean) - Method in interface org.hibernate.jpa.spi.MutableJpaCompliance
 
setLoader(JaxbHbmLoaderType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the loader property.
setLoader(JaxbHbmLoaderType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the loader property.
setLoader(JaxbHbmLoaderType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Sets the value of the loader property.
setLoader(JaxbHbmLoaderType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the loader property.
setLoader(JaxbHbmLoaderType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Sets the value of the loader property.
setLoader(JaxbHbmLoaderType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the loader property.
setLoader(JaxbHbmLoaderType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the loader property.
setLoader(JaxbHbmLoaderType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the loader property.
setLoader(JaxbHbmLoaderType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the loader property.
setLoader(JaxbHbmLoaderType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the loader property.
setLoader(JaxbHbmLoaderType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Sets the value of the loader property.
setLoader(JaxbCustomLoader) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Sets the value of the loader property.
setLoaderName(String) - Method in class org.hibernate.mapping.Collection
 
setLoaderName(String) - Method in class org.hibernate.mapping.PersistentClass
 
setLob(boolean) - Method in class org.hibernate.mapping.Property
 
setLob(JaxbLob) - Method in class org.hibernate.boot.jaxb.mapping.JaxbBasic
Sets the value of the lob property.
setLob(JaxbLob) - Method in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
Sets the value of the lob property.
setLob(Lob) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
Sets the value of the lob property.
setLob(Lob) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Sets the value of the lob property.
setLobMultiplier(Size.LobMultiplier) - Method in class org.hibernate.engine.jdbc.Size
 
setLocalGenerators(Map<String, IdentifierGeneratorDefinition>) - Method in class org.hibernate.boot.model.internal.CollectionBinder
 
setLocatorsUpdateCopy(boolean) - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
 
setLock(SoftLock) - Method in class org.hibernate.action.internal.EntityDeleteAction
 
setLock(SoftLock) - Method in class org.hibernate.action.internal.EntityUpdateAction
 
setLockMode(LockModeType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedQuery
Sets the value of the lockMode property.
setLockMode(LockModeType) - Method in interface org.hibernate.boot.jaxb.mapping.NamedQuery
 
setLockMode(LockModeType) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
setLockMode(LockModeType) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setLockMode(LockModeType) - Method in interface org.hibernate.query.NativeQuery
Not applicable to native SQL queries, due to an unfortunate requirement of the JPA specification.
setLockMode(LockModeType) - Method in interface org.hibernate.query.Query
 
setLockMode(LockModeType) - Method in interface org.hibernate.query.SelectionQuery
Specify the root LockModeType for the query
setLockMode(LockModeType) - Method in class org.hibernate.query.spi.AbstractQuery
 
setLockMode(LockModeType) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
Specify the root LockModeType for the query
setLockMode(LockModeType) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setLockMode(LockModeType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setLockMode(LockModeType) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setLockMode(LockModeType) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
Specify the root LockModeType for the query
setLockMode(LockModeType) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setLockMode(String, LockMode) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
setLockMode(String, LockMode) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setLockMode(String, LockMode) - Method in interface org.hibernate.query.NativeQuery
Not applicable to native SQL queries.
setLockMode(String, LockMode) - Method in interface org.hibernate.query.Query
Set the LockMode to use for particular alias defined in the FROM clause of the query.
setLockMode(String, LockMode) - Method in interface org.hibernate.query.SelectionQuery
Specify a LockMode to apply to a specific alias defined in the query
setLockMode(String, LockMode) - Method in class org.hibernate.query.spi.AbstractQuery
 
setLockMode(String, LockMode) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setLockMode(String, LockMode) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setLockMode(String, LockMode) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setLockMode(String, LockMode) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setLockMode(String, LockMode) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
Specify a LockMode to apply to a specific alias defined in the query
setLockMode(String, LockMode) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setLockMode(LockModeType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedQuery
Sets the value of the lockMode property.
setLockMode(LockMode) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryCollectionLoadReturnType
Sets the value of the lockMode property.
setLockMode(LockMode) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryJoinReturnType
Sets the value of the lockMode property.
setLockMode(LockMode) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
Sets the value of the lockMode property.
setLockMode(LockMode) - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
setLockMode(LockMode) - Method in class org.hibernate.engine.internal.ImmutableEntityEntry
 
setLockMode(LockMode) - Method in interface org.hibernate.engine.spi.EntityEntry
 
setLockMode(LockMode) - Method in interface org.hibernate.envers.query.AuditAssociationQuery
 
setLockMode(LockMode) - Method in interface org.hibernate.envers.query.AuditQuery
 
setLockMode(LockMode) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditAssociationQuery
 
setLockMode(LockMode) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
Deprecated.
Instead use setLockOptions
setLockMode(LockMode) - Method in class org.hibernate.LockOptions
Set the overall lock mode.
setLockMode(LockMode) - Method in interface org.hibernate.query.NativeQuery.FetchReturn
Set the lock mode for this return.
setLockMode(LockMode) - Method in interface org.hibernate.query.NativeQuery.RootReturn
Set the lock mode for this return.
setLockMode(LockMode) - Method in class org.hibernate.query.results.complete.CompleteResultBuilderEntityStandard
 
setLockMode(LockMode) - Method in class org.hibernate.query.results.dynamic.DynamicFetchBuilderLegacy
 
setLockMode(LockMode) - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityCalculated
 
setLockMode(LockMode) - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityStandard
 
setLockMode(LockMode) - Method in interface org.hibernate.Session.LockRequest
Deprecated.
Specify the LockMode to be used.
setLockMode(LockMode) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.ForUpdateClause
 
setLockMode(LockMode) - Method in class org.hibernate.sql.SimpleSelect
 
setLockOptions(LockOptions) - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
 
setLockOptions(LockOptions) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
Set lock options
setLockOptions(LockOptions) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
setLockOptions(LockOptions) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setLockOptions(LockOptions) - Method in class org.hibernate.query.internal.NamedQueryHelper.NamedQueryDescriptorBuilder
 
setLockOptions(LockOptions) - Method in interface org.hibernate.query.NativeQuery
 
setLockOptions(LockOptions) - Method in interface org.hibernate.query.Query
Apply the given lock options to this query.
setLockOptions(LockOptions) - Method in class org.hibernate.query.spi.AbstractQuery
 
setLockOptions(LockOptions) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setLockOptions(LockOptions) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setLockOptions(LockOptions) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setLockOptions(LockOptions) - Method in class org.hibernate.sql.SimpleSelect
 
setLockScope(PessimisticLockScope) - Method in class org.hibernate.LockOptions
Set the lock scope: PessimisticLockScope.EXTENDED means the lock extends to rows of owned collections, but PessimisticLockScope.NORMAL means only the entity table and secondary tables are locked.
setLockScope(PessimisticLockScope) - Method in interface org.hibernate.Session.LockRequest
Deprecated.
Set the PessimisticLockScope, which determines if locking extends to owned collections and associated entities.
setLogger(BasicLogger) - Method in class org.hibernate.testing.orm.logger.LoggerInspectionExtension.LoggerInspectionRuleBuilder
 
setLogicalColumnName(String) - Method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
setLoginStatus(Status) - Method in class org.hibernate.testing.orm.domain.helpdesk.Account
 
setLoginTimeout(int) - Method in class org.hibernate.testing.jdbc.DataSourceStub
 
setLogWriter(PrintWriter) - Method in class org.hibernate.testing.jdbc.DataSourceStub
 
setMammals(Map) - Method in class org.hibernate.testing.orm.domain.animal.Zoo
 
setManagerLookupClass() - Method in interface org.hibernate.internal.CoreMessageLogger
 
setManyToAny(JaxbHbmManyToAnyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the manyToAny property.
setManyToAny(JaxbHbmManyToAnyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the manyToAny property.
setManyToAny(JaxbHbmManyToAnyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the manyToAny property.
setManyToAny(JaxbHbmManyToAnyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the manyToAny property.
setManyToAny(JaxbHbmManyToAnyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the manyToAny property.
setManyToAny(JaxbHbmManyToAnyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the manyToAny property.
setManyToMany(JaxbHbmManyToManyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the manyToMany property.
setManyToMany(JaxbHbmManyToManyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the manyToMany property.
setManyToMany(JaxbHbmManyToManyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the manyToMany property.
setManyToMany(JaxbHbmManyToManyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the manyToMany property.
setManyToMany(JaxbHbmManyToManyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the manyToMany property.
setManyToMany(JaxbHbmManyToManyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the manyToMany property.
setManyToManyByBasic(Map<String, SimpleEntity>) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
setManyToManyOrdering(String) - Method in class org.hibernate.mapping.Collection
 
setManyToManyOwnerSideEntityName(String) - Method in class org.hibernate.boot.model.internal.AnnotatedJoinColumns
 
setManyToManyWhere(String) - Method in class org.hibernate.mapping.Collection
 
setMapKey(MapKey) - Method in class org.hibernate.boot.model.internal.CollectionBinder
 
setMapKey(String) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
setMapKey(JaxbHbmMapKeyBasicType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the mapKey property.
setMapKey(JaxbMapKey) - Method in interface org.hibernate.boot.jaxb.mapping.CollectionAttribute
 
setMapKey(JaxbMapKey) - Method in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
Sets the value of the mapKey property.
setMapKey(JaxbMapKey) - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
Sets the value of the mapKey property.
setMapKey(JaxbMapKey) - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
Sets the value of the mapKey property.
setMapKey(MapKey) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Sets the value of the mapKey property.
setMapKey(MapKey) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Sets the value of the mapKey property.
setMapKey(MapKey) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Sets the value of the mapKey property.
setMapKeyClass(JaxbMapKeyClass) - Method in interface org.hibernate.boot.jaxb.mapping.CollectionAttribute
 
setMapKeyClass(JaxbMapKeyClass) - Method in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
Sets the value of the mapKeyClass property.
setMapKeyClass(JaxbMapKeyClass) - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
Sets the value of the mapKeyClass property.
setMapKeyClass(JaxbMapKeyClass) - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
Sets the value of the mapKeyClass property.
setMapKeyClass(MapKeyClass) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Sets the value of the mapKeyClass property.
setMapKeyClass(MapKeyClass) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Sets the value of the mapKeyClass property.
setMapKeyClass(MapKeyClass) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Sets the value of the mapKeyClass property.
setMapKeyColumn(JaxbMapKeyColumn) - Method in interface org.hibernate.boot.jaxb.mapping.CollectionAttribute
 
setMapKeyColumn(JaxbMapKeyColumn) - Method in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
Sets the value of the mapKeyColumn property.
setMapKeyColumn(JaxbMapKeyColumn) - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
Sets the value of the mapKeyColumn property.
setMapKeyColumn(JaxbMapKeyColumn) - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
Sets the value of the mapKeyColumn property.
setMapKeyColumn(MapKeyColumn) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Sets the value of the mapKeyColumn property.
setMapKeyColumn(MapKeyColumn) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Sets the value of the mapKeyColumn property.
setMapKeyColumn(MapKeyColumn) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Sets the value of the mapKeyColumn property.
setMapKeyColumns(AnnotatedColumns) - Method in class org.hibernate.boot.model.internal.CollectionBinder
 
setMapKeyEnumerated(EnumType) - Method in interface org.hibernate.boot.jaxb.mapping.CollectionAttribute
 
setMapKeyEnumerated(EnumType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
Sets the value of the mapKeyEnumerated property.
setMapKeyEnumerated(EnumType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
Sets the value of the mapKeyEnumerated property.
setMapKeyEnumerated(EnumType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
Sets the value of the mapKeyEnumerated property.
setMapKeyEnumerated(EnumType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Sets the value of the mapKeyEnumerated property.
setMapKeyEnumerated(EnumType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Sets the value of the mapKeyEnumerated property.
setMapKeyEnumerated(EnumType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Sets the value of the mapKeyEnumerated property.
setMapKeyEnumType(EnumType) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
setMapKeyForeignKey(JaxbForeignKey) - Method in interface org.hibernate.boot.jaxb.mapping.CollectionAttribute
 
setMapKeyForeignKey(JaxbForeignKey) - Method in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
Sets the value of the mapKeyForeignKey property.
setMapKeyForeignKey(JaxbForeignKey) - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
Sets the value of the mapKeyForeignKey property.
setMapKeyForeignKey(JaxbForeignKey) - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
Sets the value of the mapKeyForeignKey property.
setMapKeyForeignKey(ForeignKey) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Sets the value of the mapKeyForeignKey property.
setMapKeyForeignKey(ForeignKey) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Sets the value of the mapKeyForeignKey property.
setMapKeyForeignKey(ForeignKey) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Sets the value of the mapKeyForeignKey property.
setMapKeyFormula(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
Sets the value of the mapKeyFormula property.
setMapKeyManyToMany(JaxbHbmMapKeyManyToManyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the mapKeyManyToMany property.
setMapKeyManyToManyColumns(AnnotatedJoinColumns) - Method in class org.hibernate.boot.model.internal.CollectionBinder
 
setMapKeyPropertyName(String) - Method in class org.hibernate.mapping.Map
 
setMapKeyTemporal(TemporalType) - Method in interface org.hibernate.boot.jaxb.mapping.CollectionAttribute
 
setMapKeyTemporal(TemporalType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
Sets the value of the mapKeyTemporal property.
setMapKeyTemporal(TemporalType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
Sets the value of the mapKeyTemporal property.
setMapKeyTemporal(TemporalType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
Sets the value of the mapKeyTemporal property.
setMapKeyTemporal(TemporalType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Sets the value of the mapKeyTemporal property.
setMapKeyTemporal(TemporalType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Sets the value of the mapKeyTemporal property.
setMapKeyTemporal(TemporalType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Sets the value of the mapKeyTemporal property.
setMapped(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
Sets the value of the mapped property.
setMappedBy(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
Sets the value of the mappedBy property.
setMappedBy(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
Sets the value of the mappedBy property.
setMappedBy(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToOne
Sets the value of the mappedBy property.
setMappedBy(String) - Method in class org.hibernate.boot.model.internal.AnnotatedJoinColumns
 
setMappedBy(String) - Method in class org.hibernate.boot.model.internal.CollectionBinder
 
setMappedBy(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Sets the value of the mappedBy property.
setMappedBy(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Sets the value of the mappedBy property.
setMappedBy(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Sets the value of the mappedBy property.
setMappedBy(String, String, String) - Method in class org.hibernate.boot.model.internal.AnnotatedJoinColumns
 
setMappedByProperty(String) - Method in class org.hibernate.mapping.Collection
 
setMappedByProperty(String) - Method in class org.hibernate.mapping.OneToOne
 
setMappedClass(Class<?>) - Method in class org.hibernate.mapping.MappedSuperclass
 
setMappingColumn(Column) - Method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
setMappingMetamodel(MappingMetamodelImplementor) - Method in class org.hibernate.metamodel.internal.RuntimeMetamodelsImpl
 
setMapsId(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToOne
Sets the value of the mapsId property.
setMapsId(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToOne
Sets the value of the mapsId property.
setMapsId(String) - Method in class org.hibernate.boot.model.internal.AnnotatedJoinColumns
 
setMapsId(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
Sets the value of the mapsId property.
setMapsId(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Sets the value of the mapsId property.
setMaterialization(CteMaterialization) - Method in interface org.hibernate.query.criteria.JpaCteCriteria
 
setMaterialization(CteMaterialization) - Method in class org.hibernate.query.sqm.tree.cte.SqmCteStatement
 
setMaximumVersion(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbDatabaseObjectScope
Sets the value of the maximumVersion property.
setMaxResults(int) - Method in interface org.hibernate.envers.query.AuditAssociationQuery
 
setMaxResults(int) - Method in interface org.hibernate.envers.query.AuditQuery
 
setMaxResults(int) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditAssociationQuery
 
setMaxResults(int) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
setMaxResults(int) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setMaxResults(int) - Method in interface org.hibernate.query.NativeQuery
 
setMaxResults(int) - Method in interface org.hibernate.query.Query
 
setMaxResults(int) - Method in interface org.hibernate.query.SelectionQuery
Set the max number of rows requested for the query results.
setMaxResults(int) - Method in class org.hibernate.query.spi.AbstractQuery
 
setMaxResults(int) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setMaxResults(int) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setMaxResults(int) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setMaxResults(int) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setMaxResults(int) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setMaxResults(Integer) - Method in class org.hibernate.boot.query.NamedHqlQueryDefinition.Builder
 
setMaxResults(Integer) - Method in class org.hibernate.boot.query.NamedNativeQueryDefinitionBuilder
 
setMaxResults(Integer) - Method in class org.hibernate.query.sql.spi.NamedNativeQueryMemento.Builder
 
setMaxRows(int) - Method in class org.hibernate.query.spi.Limit
 
setMaxRows(Integer) - Method in class org.hibernate.query.spi.Limit
 
setMaxRows(Limit, PreparedStatement) - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
 
setMaxRows(Limit, PreparedStatement) - Method in interface org.hibernate.dialect.pagination.LimitHandler
 
setMaxRows(Limit, PreparedStatement) - Method in class org.hibernate.dialect.pagination.NoopLimitHandler
 
setMetaAttributes(Map<String, MetaAttribute>) - Method in class org.hibernate.mapping.Component
 
setMetaAttributes(Map<String, MetaAttribute>) - Method in interface org.hibernate.mapping.MetaAttributable
 
setMetaAttributes(Map<String, MetaAttribute>) - Method in class org.hibernate.mapping.PersistentClass
 
setMetaAttributes(Map<String, MetaAttribute>) - Method in class org.hibernate.mapping.Property
 
setMetadataComplete(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEmbeddable
Sets the value of the metadataComplete property.
setMetadataComplete(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Sets the value of the metadataComplete property.
setMetadataComplete(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbMappedSuperclass
Sets the value of the metadataComplete property.
setMetadataComplete(Boolean) - Method in interface org.hibernate.boot.jaxb.mapping.ManagedType
 
setMetadataComplete(Boolean) - Method in class org.hibernate.boot.model.internal.XMLContext.Default
 
setMetadataComplete(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embeddable
Sets the value of the metadataComplete property.
setMetadataComplete(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Sets the value of the metadataComplete property.
setMetadataComplete(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Sets the value of the metadataComplete property.
setMetaType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Sets the value of the metaType property.
setMetaType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexManyToAnyType
Sets the value of the metaType property.
setMetaType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToAnyCollectionElementType
Sets the value of the metaType property.
setMetaType(String) - Method in class org.hibernate.mapping.Any
 
setMetaValues(Map) - Method in class org.hibernate.mapping.Any
 
setMethodName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbPostLoad
Sets the value of the methodName property.
setMethodName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbPostPersist
Sets the value of the methodName property.
setMethodName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbPostRemove
Sets the value of the methodName property.
setMethodName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbPostUpdate
Sets the value of the methodName property.
setMethodName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbPrePersist
Sets the value of the methodName property.
setMethodName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbPreRemove
Sets the value of the methodName property.
setMethodName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbPreUpdate
Sets the value of the methodName property.
setMethodName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PostLoad
Sets the value of the methodName property.
setMethodName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PostPersist
Sets the value of the methodName property.
setMethodName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PostRemove
Sets the value of the methodName property.
setMethodName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PostUpdate
Sets the value of the methodName property.
setMethodName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PrePersist
Sets the value of the methodName property.
setMethodName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PreRemove
Sets the value of the methodName property.
setMethodName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PreUpdate
Sets the value of the methodName property.
setMinArgumentCount(int) - Method in class org.hibernate.query.sqm.produce.function.NamedFunctionDescriptorBuilder
 
setMinArgumentCount(int) - Method in class org.hibernate.query.sqm.produce.function.PatternFunctionDescriptorBuilder
 
setMinimumVersion(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbDatabaseObjectScope
Sets the value of the minimumVersion property.
setMissing(boolean) - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
setMode(ParameterMode) - Method in class org.hibernate.boot.jaxb.mapping.JaxbStoredProcedureParameter
Sets the value of the mode property.
setMode(ParameterMode) - Method in class org.hibernate.jpamodelgen.xml.jaxb.StoredProcedureParameter
Sets the value of the mode property.
setModifiedEntityNames(Set<String>) - Method in class org.hibernate.envers.DefaultTrackingModifiedEntitiesRevisionEntity
 
setModifiedEntityNames(Set<String>) - Method in class org.hibernate.envers.enhanced.SequenceIdTrackingModifiedEntitiesRevisionEntity
 
setModifiedFlagName(String) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
setMother(Animal) - Method in class org.hibernate.testing.orm.domain.animal.Animal
 
setMultiTenancy(JaxbHbmMultiTenancyType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the multiTenancy property.
setMutable(boolean) - Method in class org.hibernate.mapping.Collection
 
setMutable(boolean) - Method in class org.hibernate.mapping.RootClass
 
setMutable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the mutable property.
setMutable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the mutable property.
setMutable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the mutable property.
setMutable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the mutable property.
setMutable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the mutable property.
setMutable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNaturalIdType
Sets the value of the mutable property.
setMutable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the mutable property.
setMutable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the mutable property.
setMutable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the mutable property.
setMutable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Sets the value of the mutable property.
setMutable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbNaturalId
Sets the value of the mutable property.
setMutableValue(MutableValue) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
setName(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgConfigPropertyType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmConfigParameterType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDialectScopeType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterDefinitionType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdentifierGeneratorDefinitionType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType.JaxbHbmReturnColumn
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryPropertyReturnType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmParentType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmQueryParamType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmResultSetMappingType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTypeDefinitionType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTypeSpecificationType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.transform.TargetColumnAdapterJaxbColumn
 
setName(String) - Method in class org.hibernate.boot.jaxb.hbm.transform.TargetColumnAdapterJaxbJoinColumn
 
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbAssociationOverride
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbAttributeOverride
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbBasic
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbCollectionTable
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbColumn
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbColumnResult
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbConfigurationParameter
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbDatabaseObjectScope
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbDiscriminatorColumn
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEmbedded
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEmbeddedId
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbFetchProfile
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbFieldResult
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbFilterDef.JaxbFilterParam
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbFilterDef
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbForeignKey
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbGenericIdGenerator
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbHbmAnyMapping
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbHbmFilter
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbHbmManyToAny
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbId
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbIndex
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbJoinColumn
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbJoinTable
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToOne
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbMapKey
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbMapKeyColumn
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbMapKeyJoinColumn
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedAttributeNode
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedEntityGraph
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedNativeQuery
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedQuery
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedStoredProcedureQuery
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedSubgraph
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToOne
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbOrderColumn
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbPrimaryKeyJoinColumn
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbQueryHint
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbQueryParamType
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbSecondaryTable
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbSequenceGenerator
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbSqlResultSetMapping
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbStoredProcedureParameter
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbTable
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbTableGenerator
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbTransient
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbUniqueConstraint
Sets the value of the name property.
setName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbVersion
Sets the value of the name property.
setName(String) - Method in interface org.hibernate.boot.jaxb.mapping.NamedQuery
 
setName(String) - Method in interface org.hibernate.boot.jaxb.mapping.PersistentAttribute
 
setName(String) - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition.Builder
 
setName(String) - Method in class org.hibernate.boot.model.internal.PropertyBinder
 
setName(String) - Method in class org.hibernate.boot.model.internal.TableBinder
 
setName(String) - Method in interface org.hibernate.envers.boot.model.Attribute
Set the name of the attribute
setName(String) - Method in class org.hibernate.envers.boot.model.BasicAttribute
 
setName(String) - Method in class org.hibernate.envers.boot.model.Column
 
setName(String) - Method in class org.hibernate.envers.boot.model.ManyToOneAttribute
 
setName(String) - Method in class org.hibernate.envers.boot.model.SetAttribute
 
setName(String) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
setName(String) - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.AssociationOverride
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.AttributeOverride
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ColumnResult
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.DiscriminatorColumn
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Embedded
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddedId
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.FieldResult
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ForeignKey
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Id
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Index
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKey
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedAttributeNode
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedEntityGraph
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedNativeQuery
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedQuery
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedStoredProcedureQuery
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedSubgraph
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OrderColumn
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit.Properties.Property
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PrimaryKeyJoinColumn
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.QueryHint
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.SqlResultSetMapping
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.StoredProcedureParameter
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Table
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Transient
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.UniqueConstraint
Sets the value of the name property.
setName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Version
Sets the value of the name property.
setName(String) - Method in class org.hibernate.mapping.CheckConstraint
 
setName(String) - Method in class org.hibernate.mapping.Column
 
setName(String) - Method in class org.hibernate.mapping.Constraint
 
setName(String) - Method in class org.hibernate.mapping.ForeignKey
 
setName(String) - Method in class org.hibernate.mapping.IdGenerator
Deprecated.
 
setName(String) - Method in class org.hibernate.mapping.Index
 
setName(String) - Method in class org.hibernate.mapping.Property
 
setName(String) - Method in class org.hibernate.mapping.Table
 
setName(String) - Method in class org.hibernate.mapping.UserDefinedType
 
setName(String) - Method in class org.hibernate.testing.orm.domain.animal.StateProvince
 
setName(String) - Method in class org.hibernate.testing.orm.domain.animal.Zoo
 
setName(String) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfArrays
 
setName(String) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfComposites
 
setName(String) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfLists
 
setName(String) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
setName(String) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfSets
 
setName(String) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithLazyManyToOneSelfReference
 
setName(String) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithLazyOneToOne
 
setName(String) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneJoinTable
 
setName(String) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneSelfReference
 
setName(String) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToMany
 
setName(String) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOne
 
setName(String) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneJoinTable
 
setName(String) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneSharingPrimaryKey
 
setName(String) - Method in class org.hibernate.testing.orm.domain.retail.Vendor
 
setName(Name) - Method in class org.hibernate.testing.orm.domain.animal.Human
 
setName(Contact.Name) - Method in class org.hibernate.testing.orm.domain.contacts.Contact
 
setName(Name) - Method in class org.hibernate.testing.orm.domain.retail.SalesAssociate
 
setNameExplicit(boolean) - Method in class org.hibernate.mapping.UniqueKey
 
setNameQualifierSupport(NameQualifierSupport) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
setNationalized(JaxbNationalized) - Method in class org.hibernate.boot.jaxb.mapping.JaxbBasic
Sets the value of the nationalized property.
setNationalized(JaxbNationalized) - Method in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
Sets the value of the nationalized property.
setNativeJdbcParametersIgnored(boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
setNativeJdbcParametersIgnored(boolean) - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
 
setNativeJdbcParametersIgnored(boolean) - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
setNativeJdbcParametersIgnored(boolean) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
setNaturalId(JaxbHbmNaturalIdType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the naturalId property.
setNaturalId(JaxbNaturalId) - Method in class org.hibernate.boot.jaxb.mapping.JaxbAttributes
Sets the value of the naturalId property.
setNaturalIdCache(JaxbHbmNaturalIdCacheType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the naturalIdCache property.
setNaturalIdCacheRegionName(String) - Method in class org.hibernate.mapping.RootClass
 
setNaturalIdentifier(boolean) - Method in class org.hibernate.mapping.Property
 
setNaturalSort(SortNatural) - Method in class org.hibernate.boot.model.internal.CollectionBinder
 
setNdcMaxDepth(int) - Method in class org.hibernate.testing.logger.TestableLoggerProvider
 
setNested(boolean) - Method in class org.hibernate.query.hql.internal.QualifiedJoinPathConsumer
 
setNested(Component.Nested) - Method in class org.hibernate.testing.orm.domain.gambit.Component
 
setNestedValue(String) - Method in class org.hibernate.testing.orm.domain.gambit.Component.Nested
 
setNestingFetchParent(FetchParent) - Method in class org.hibernate.query.sqm.sql.internal.SqlAstQueryPartProcessingStateImpl
 
setNickName(String) - Method in class org.hibernate.testing.orm.domain.animal.Human
 
setNickName(String) - Method in class org.hibernate.testing.orm.domain.userguide.Person
 
setNickNames(Set<String>) - Method in class org.hibernate.testing.orm.domain.animal.Human
 
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the node property.
setNode(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Sets the value of the node property.
setNonJtaDataSource(Object) - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
setNonJtaDataSource(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
Sets the value of the nonJtaDataSource property.
setNote(String) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfDynamicComponent
 
setNotFound(JaxbHbmNotFoundEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Sets the value of the notFound property.
setNotFound(JaxbHbmNotFoundEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the notFound property.
setNotFound(JaxbHbmNotFoundEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToManyCollectionElementType
Sets the value of the notFound property.
setNotFoundAction(NotFoundAction) - Method in class org.hibernate.boot.model.internal.CollectionBinder
 
setNotFoundAction(NotFoundAction) - Method in class org.hibernate.mapping.ManyToOne
 
setNotFoundAction(NotFoundAction) - Method in class org.hibernate.mapping.OneToMany
 
setNotNull(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the notNull property.
setNotNull(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Sets the value of the notNull property.
setNotNull(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Sets the value of the notNull property.
setNotNull(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Sets the value of the notNull property.
setNotNull(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
Sets the value of the notNull property.
setNotNull(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the notNull property.
setNullable(boolean) - Method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
setNullable(boolean) - Method in class org.hibernate.mapping.Column
 
setNullable(boolean) - Method in class org.hibernate.mapping.DependantValue
 
setNullable(boolean) - Method in class org.hibernate.tuple.BaselineAttributeInformation.Builder
Deprecated.
 
setNullable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.transform.TargetColumnAdapterJaxbColumn
 
setNullable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.transform.TargetColumnAdapterJaxbJoinColumn
 
setNullable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbColumn
Sets the value of the nullable property.
setNullable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbJoinColumn
Sets the value of the nullable property.
setNullable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbMapKeyColumn
Sets the value of the nullable property.
setNullable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbMapKeyJoinColumn
Sets the value of the nullable property.
setNullable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbOrderColumn
Sets the value of the nullable property.
setNullable(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
Sets the value of the nullable property.
setNullable(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
Sets the value of the nullable property.
setNullable(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
Sets the value of the nullable property.
setNullable(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
Sets the value of the nullable property.
setNullable(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OrderColumn
Sets the value of the nullable property.
setNullPrecedence(NullPrecedence) - Method in class org.hibernate.metamodel.mapping.ordering.ast.OrderingSpecification
 
setNullValue(String) - Method in class org.hibernate.mapping.SimpleValue
Sets the nullValue.
setNumberByNumber(Map<Integer, Double>) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
setNumberOfCollectionsProcessed(int) - Method in class org.hibernate.event.spi.FlushEvent
 
setNumberOfEntitiesProcessed(int) - Method in class org.hibernate.event.spi.FlushEvent
 
setObject(Object) - Method in class org.hibernate.event.spi.EvictEvent
 
setObject(Object) - Method in class org.hibernate.event.spi.LockEvent
 
setObject(Object) - Method in class org.hibernate.event.spi.PersistEvent
 
setObject(Object) - Method in class org.hibernate.event.spi.ReplicateEvent
 
setObject(Object) - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
setOf(T...) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
 
setOffset(JpaExpression<? extends Number>) - Method in interface org.hibernate.query.criteria.JpaQueryGroup
 
setOffset(JpaExpression<? extends Number>) - Method in interface org.hibernate.query.criteria.JpaQueryPart
 
setOffset(JpaExpression<? extends Number>) - Method in interface org.hibernate.query.criteria.JpaQueryStructure
 
setOffset(JpaExpression<? extends Number>) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryGroup
 
setOffset(JpaExpression<? extends Number>) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
 
setOffset(JpaExpression<? extends Number>) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
setOffsetClauseExpression(Expression) - Method in class org.hibernate.sql.ast.tree.select.QueryPart
 
setOffsetExpression(SqmExpression<? extends Number>) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
 
setOffsetParameter(JdbcParameter) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
setOffspring(Set) - Method in class org.hibernate.testing.orm.domain.animal.Animal
 
setOfSize(int) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
Build a properly sized set, especially handling load size and load factor to prevent immediate resizing.
setOnDelete(String) - Method in class org.hibernate.envers.boot.model.ManyToOneAttribute
 
setOnDelete(OnDeleteAction) - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToOne
Sets the value of the onDelete property.
setOnDelete(OnDeleteAction) - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
Sets the value of the onDelete property.
setOnDelete(JaxbHbmOnDeleteEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
Sets the value of the onDelete property.
setOnDelete(JaxbHbmOnDeleteEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
Sets the value of the onDelete property.
setOnDelete(JaxbHbmOnDeleteEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the onDelete property.
setOnDelete(JaxbHbmOnDeleteEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Sets the value of the onDelete property.
setOnDeleteAction(OnDeleteAction) - Method in class org.hibernate.mapping.ForeignKey
 
setOnDeleteAction(OnDeleteAction) - Method in class org.hibernate.mapping.SimpleValue
 
setOnDeleteActionAction(OnDeleteAction) - Method in class org.hibernate.boot.model.internal.CollectionBinder
 
setOneToMany(boolean) - Method in class org.hibernate.boot.model.internal.CollectionBinder
 
setOneToMany(JaxbHbmOneToManyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the oneToMany property.
setOneToMany(JaxbHbmOneToManyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the oneToMany property.
setOneToMany(JaxbHbmOneToManyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the oneToMany property.
setOneToMany(JaxbHbmOneToManyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the oneToMany property.
setOneToMany(JaxbHbmOneToManyCollectionElementType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the oneToMany property.
setOneToManyByBasic(Map<String, SimpleEntity>) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
setOperatedOn(Object, boolean) - Method in class org.hibernate.event.spi.MergeContext
Set flag to indicate if the listener is performing the merge operation on the specified merge entity.
setOperator() - Method in class org.hibernate.grammars.hql.HqlParser
 
setOperator() - Method in class org.hibernate.grammars.hql.HqlParser.SetQueryGroupContext
 
setOperator(int) - Method in class org.hibernate.grammars.hql.HqlParser.SetQueryGroupContext
 
SetOperator - Enum in org.hibernate.query.sqm
The SQL set operators.
SetOperatorContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.SetOperatorContext
 
setOptimisticLock(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Sets the value of the optimisticLock property.
setOptimisticLock(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the optimisticLock property.
setOptimisticLock(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the optimisticLock property.
setOptimisticLock(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the optimisticLock property.
setOptimisticLock(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Sets the value of the optimisticLock property.
setOptimisticLock(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
Sets the value of the optimisticLock property.
setOptimisticLock(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the optimisticLock property.
setOptimisticLock(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the optimisticLock property.
setOptimisticLock(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the optimisticLock property.
setOptimisticLock(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the optimisticLock property.
setOptimisticLock(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the optimisticLock property.
setOptimisticLock(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
Sets the value of the optimisticLock property.
setOptimisticLock(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the optimisticLock property.
setOptimisticLock(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbBasic
Sets the value of the optimisticLock property.
setOptimisticLock(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
Sets the value of the optimisticLock property.
setOptimisticLock(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEmbedded
Sets the value of the optimisticLock property.
setOptimisticLock(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbHbmAnyMapping
Sets the value of the optimisticLock property.
setOptimisticLock(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbHbmManyToAny
Sets the value of the optimisticLock property.
setOptimisticLock(OptimisticLockStyle) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the optimisticLock property.
setOptimisticLock(OptimisticLockStyle) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Sets the value of the optimisticLock property.
setOptimisticLocked(boolean) - Method in class org.hibernate.mapping.Collection
 
setOptimisticLocked(boolean) - Method in class org.hibernate.mapping.Property
 
setOptimisticLockMode(int) - Method in class org.hibernate.mapping.PersistentClass
Deprecated, for removal: This API element is subject to removal in a future version.
setOptimisticLockStyle(OptimisticLockStyle) - Method in class org.hibernate.mapping.PersistentClass
 
setOptional(boolean) - Method in class org.hibernate.envers.boot.model.Join
 
setOptional(boolean) - Method in class org.hibernate.mapping.Join
 
setOptional(boolean) - Method in class org.hibernate.mapping.Property
 
setOptional(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Sets the value of the optional property.
setOptional(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbBasic
Sets the value of the optional property.
setOptional(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToOne
Sets the value of the optional property.
setOptional(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToOne
Sets the value of the optional property.
setOptional(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbSecondaryTable
Sets the value of the optional property.
setOptional(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
Sets the value of the optional property.
setOptional(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
Sets the value of the optional property.
setOptional(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Sets the value of the optional property.
setOptionalEntityName(String) - Method in class org.hibernate.query.spi.AbstractQuery
 
setOptionalEntityName(String) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setOptionalEntityName(String) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setOptionalId(Serializable) - Method in class org.hibernate.query.spi.AbstractQuery
 
setOptionalId(Serializable) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setOptionalId(Serializable) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setOptionalObject(Object) - Method in class org.hibernate.query.spi.AbstractQuery
 
setOptionalObject(Object) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setOptionalObject(Object) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setOrder(List<Order<? super R>>) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
setOrder(List<Order<? super R>>) - Method in interface org.hibernate.query.Query
 
setOrder(List<Order<? super R>>) - Method in interface org.hibernate.query.SelectionQuery
If the result type of this query is an entity class, add one or more rules for ordering the query results.
setOrder(List<Order<? super R>>) - Method in class org.hibernate.query.spi.AbstractQuery
 
setOrder(List<Order<? super R>>) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setOrder(List<Order<? super R>>) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setOrder(List<Order<? super R>>) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
setOrder(List<Order<? super R>>) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setOrder(Order<? super R>) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
setOrder(Order<? super R>) - Method in interface org.hibernate.query.Query
 
setOrder(Order<? super R>) - Method in interface org.hibernate.query.SelectionQuery
If the result type of this query is an entity class, add a rule for ordering the query results.
setOrder(Order<? super R>) - Method in class org.hibernate.query.spi.AbstractQuery
 
setOrder(Order<? super R>) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setOrder(Order<? super R>) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setOrder(Order<? super R>) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
setOrder(Order<? super R>) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setOrder(Order) - Method in class org.hibernate.testing.orm.domain.retail.LineItem
 
setOrderBy(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the orderBy property.
setOrderBy(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the orderBy property.
setOrderBy(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Sets the value of the orderBy property.
setOrderBy(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the orderBy property.
setOrderBy(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the orderBy property.
setOrderBy(String) - Method in interface org.hibernate.boot.jaxb.mapping.CollectionAttribute
 
setOrderBy(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
Sets the value of the orderBy property.
setOrderBy(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
Sets the value of the orderBy property.
setOrderBy(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
Sets the value of the orderBy property.
setOrderBy(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Sets the value of the orderBy property.
setOrderBy(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Sets the value of the orderBy property.
setOrderBy(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Sets the value of the orderBy property.
setOrderBy(String) - Method in class org.hibernate.mapping.Collection
 
setOrderBy(String) - Method in class org.hibernate.sql.SimpleSelect
 
setOrderByClause(SqmOrderByClause) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
 
setOrderByMappingCompliance(boolean) - Method in class org.hibernate.jpa.internal.JpaComplianceImpl.JpaComplianceBuilder
 
setOrderByMappingCompliance(boolean) - Method in class org.hibernate.jpa.internal.MutableJpaComplianceImpl
 
setOrderByMappingCompliance(boolean) - Method in interface org.hibernate.jpa.spi.MutableJpaCompliance
 
setOrderByValue(String) - Method in class org.hibernate.metamodel.mapping.ordering.ast.OrderingSpecification
 
setOrderColumn(JaxbOrderColumn) - Method in interface org.hibernate.boot.jaxb.mapping.CollectionAttribute
 
setOrderColumn(JaxbOrderColumn) - Method in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
Sets the value of the orderColumn property.
setOrderColumn(JaxbOrderColumn) - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
Sets the value of the orderColumn property.
setOrderColumn(JaxbOrderColumn) - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
Sets the value of the orderColumn property.
setOrderColumn(OrderColumn) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Sets the value of the orderColumn property.
setOrderColumn(OrderColumn) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Sets the value of the orderColumn property.
setOrderColumn(OrderColumn) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Sets the value of the orderColumn property.
setOrderedSetOfBasics(Set<String>) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfSets
 
setOrderingUniqueKey(UniqueKey) - Method in class org.hibernate.mapping.PrimaryKey
 
setOrdinalGender(EntityOfBasics.Gender) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
setOriginal(Object) - Method in class org.hibernate.event.spi.MergeEvent
 
setOrphanDelete(boolean) - Method in class org.hibernate.mapping.Collection
 
setOrphanRemoval(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
Sets the value of the orphanRemoval property.
setOrphanRemoval(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
Sets the value of the orphanRemoval property.
setOrphanRemoval(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToOne
Sets the value of the orphanRemoval property.
setOrphanRemoval(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Sets the value of the orphanRemoval property.
setOrphanRemoval(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Sets the value of the orphanRemoval property.
setOther(EntityWithLazyManyToOneSelfReference) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithLazyManyToOneSelfReference
 
setOther(EntityWithManyToOneSelfReference) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneSelfReference
 
setOther(SimpleEntity) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithLazyOneToOne
 
setOther(SimpleEntity) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneJoinTable
 
setOther(SimpleEntity) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOne
 
setOther(SimpleEntity) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneJoinTable
 
setOther(SimpleEntity) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneSharingPrimaryKey
 
setOthers(Set<SimpleEntity>) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToMany
 
setOthersIdentifierBag(List<SimpleEntity>) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToMany
 
setOuterJoin(JaxbHbmOuterJoinEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the outerJoin property.
setOuterJoin(JaxbHbmOuterJoinEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the outerJoin property.
setOuterJoin(JaxbHbmOuterJoinEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the outerJoin property.
setOuterJoin(JaxbHbmOuterJoinEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the outerJoin property.
setOuterJoin(JaxbHbmOuterJoinEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Sets the value of the outerJoin property.
setOuterJoin(JaxbHbmOuterJoinEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the outerJoin property.
setOuterJoin(JaxbHbmOuterJoinEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the outerJoin property.
setOuterJoin(JaxbHbmOuterJoinEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Sets the value of the outerJoin property.
setOuterJoin(JaxbHbmOuterJoinEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the outerJoin property.
setOuterJoin(JaxbHbmOuterJoinEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the outerJoin property.
setOwner(Object) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
setOwner(Object) - Method in interface org.hibernate.collection.spi.PersistentCollection
Set the reference to the owning entity
setOwner(PersistentClass) - Method in class org.hibernate.mapping.Component
 
setOwner(Human) - Method in class org.hibernate.testing.orm.domain.animal.DomesticAnimal
 
setOwner(EntityWithOneToManyNotOwned) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneWithoutJoinTable
 
setOwner(Person) - Method in class org.hibernate.testing.orm.domain.userguide.Account
 
setPackage(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
Sets the value of the package property.
setPackage(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Sets the value of the package property.
setPackage(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
Sets the value of the package property.
setPackage(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Sets the value of the package property.
setPackageName(String) - Method in class org.hibernate.boot.model.internal.XMLContext.Default
 
setPage(Page) - Method in interface org.hibernate.query.Query
 
setPage(Page) - Method in interface org.hibernate.query.SelectionQuery
Set the page of results to return.
setPage(Page) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
setPage(Page) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setParameter(int, Object) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
setParameter(int, Object) - Method in interface org.hibernate.procedure.ProcedureCall
 
setParameter(int, Object) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
setParameter(int, Object) - Method in interface org.hibernate.query.CommonQueryContract
Bind the given argument to an ordinal query parameter.
setParameter(int, Object) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameter(int, Object) - Method in interface org.hibernate.query.MutationQuery
 
setParameter(int, Object) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(int, Object) - Method in interface org.hibernate.query.Query
Bind the given argument to an ordinal query parameter.
setParameter(int, Object) - Method in interface org.hibernate.query.SelectionQuery
 
setParameter(int, Object) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameter(int, Object) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(int, Object) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameter(int, Object) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameter(int, Object) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameter(int, Object) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setParameter(int, Object) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(int, Object) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setParameter(int, Object) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
setParameter(int, Object) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setParameter(int, Object) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameter(int, Instant, TemporalType) - Method in interface org.hibernate.query.CommonQueryContract
Bind an Instant to an ordinal query parameter using just the portion indicated by the given TemporalType.
setParameter(int, Instant, TemporalType) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameter(int, Instant, TemporalType) - Method in interface org.hibernate.query.MutationQuery
 
setParameter(int, Instant, TemporalType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(int, Instant, TemporalType) - Method in interface org.hibernate.query.Query
Bind an Instant value to the ordinal query parameter using just the portion indicated by the given TemporalType.
setParameter(int, Instant, TemporalType) - Method in interface org.hibernate.query.SelectionQuery
 
setParameter(int, Instant, TemporalType) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameter(int, Instant, TemporalType) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(int, Instant, TemporalType) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameter(int, Instant, TemporalType) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameter(int, Instant, TemporalType) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameter(int, Instant, TemporalType) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setParameter(int, Instant, TemporalType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(int, Instant, TemporalType) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setParameter(int, Instant, TemporalType) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
setParameter(int, Instant, TemporalType) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setParameter(int, Instant, TemporalType) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameter(int, Calendar, TemporalType) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.procedure.ProcedureCall
 
setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.query.CommonQueryContract
 
setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.query.MutationQuery
 
setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.query.Query
Query override
setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.query.SelectionQuery
 
setParameter(int, Calendar, TemporalType) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameter(int, Calendar, TemporalType) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(int, Calendar, TemporalType) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameter(int, Calendar, TemporalType) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(int, Calendar, TemporalType) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setParameter(int, Calendar, TemporalType) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
setParameter(int, Calendar, TemporalType) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setParameter(int, Calendar, TemporalType) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameter(int, Date, TemporalType) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
setParameter(int, Date, TemporalType) - Method in interface org.hibernate.procedure.ProcedureCall
 
setParameter(int, Date, TemporalType) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
setParameter(int, Date, TemporalType) - Method in interface org.hibernate.query.CommonQueryContract
 
setParameter(int, Date, TemporalType) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameter(int, Date, TemporalType) - Method in interface org.hibernate.query.MutationQuery
 
setParameter(int, Date, TemporalType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(int, Date, TemporalType) - Method in interface org.hibernate.query.Query
Query override
setParameter(int, Date, TemporalType) - Method in interface org.hibernate.query.SelectionQuery
 
setParameter(int, Date, TemporalType) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameter(int, Date, TemporalType) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(int, Date, TemporalType) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameter(int, Date, TemporalType) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameter(int, Date, TemporalType) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameter(int, Date, TemporalType) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setParameter(int, Date, TemporalType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(int, Date, TemporalType) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setParameter(int, Date, TemporalType) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
setParameter(int, Date, TemporalType) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setParameter(int, Date, TemporalType) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameter(int, P, Class<P>) - Method in interface org.hibernate.query.CommonQueryContract
Bind the given argument to an ordinal query parameter using the given Class reference to attempt to infer the BindableType.
setParameter(int, P, Class<P>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameter(int, P, Class<P>) - Method in interface org.hibernate.query.MutationQuery
 
setParameter(int, P, Class<P>) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(int, P, Class<P>) - Method in interface org.hibernate.query.Query
Bind the given argument to an ordinal query parameter using the given Class reference to attempt to determine the BindableType to use.
setParameter(int, P, Class<P>) - Method in interface org.hibernate.query.SelectionQuery
 
setParameter(int, P, Class<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameter(int, P, Class<P>) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(int, P, Class<P>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameter(int, P, Class<P>) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameter(int, P, Class<P>) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameter(int, P, Class<P>) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setParameter(int, P, Class<P>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(int, P, Class<P>) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setParameter(int, P, Class<P>) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
setParameter(int, P, Class<P>) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setParameter(int, P, Class<P>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameter(int, P, BindableType<P>) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
setParameter(int, P, BindableType<P>) - Method in interface org.hibernate.query.CommonQueryContract
Bind the given argument to an ordinal query parameter using the given BindableType.
setParameter(int, P, BindableType<P>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameter(int, P, BindableType<P>) - Method in interface org.hibernate.query.MutationQuery
 
setParameter(int, P, BindableType<P>) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(int, P, BindableType<P>) - Method in interface org.hibernate.query.Query
Bind the given argument to an ordinal query parameter using the given BindableType.
setParameter(int, P, BindableType<P>) - Method in interface org.hibernate.query.SelectionQuery
 
setParameter(int, P, BindableType<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameter(int, P, BindableType<P>) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(int, P, BindableType<P>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameter(int, P, BindableType<P>) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameter(int, P, BindableType<P>) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameter(int, P, BindableType<P>) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setParameter(int, P, BindableType<P>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(int, P, BindableType<P>) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setParameter(int, P, BindableType<P>) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
setParameter(int, P, BindableType<P>) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setParameter(int, P, BindableType<P>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.procedure.ProcedureCall
 
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.query.CommonQueryContract
 
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.query.MutationQuery
 
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.query.Query
Query override
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.query.SelectionQuery
 
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setParameter(Parameter<Calendar>, Calendar, TemporalType) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameter(Parameter<Date>, Date, TemporalType) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.procedure.ProcedureCall
 
setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.query.CommonQueryContract
 
setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.query.MutationQuery
 
setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.query.Query
Query override
setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.query.SelectionQuery
 
setParameter(Parameter<Date>, Date, TemporalType) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameter(Parameter<Date>, Date, TemporalType) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(Parameter<Date>, Date, TemporalType) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameter(Parameter<Date>, Date, TemporalType) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(Parameter<Date>, Date, TemporalType) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setParameter(Parameter<Date>, Date, TemporalType) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
setParameter(Parameter<Date>, Date, TemporalType) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setParameter(Parameter<Date>, Date, TemporalType) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameter(Parameter<P>, P) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
setParameter(Parameter<P>, P) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(Parameter<P>, P) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameter(Parameter<P>, P) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(Parameter<P>, P) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameter(Parameter<P>, P) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setParameter(Parameter<P>, P) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(Parameter<P>, P) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setParameter(Parameter<P>, P) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
setParameter(Parameter<T>, T) - Method in interface org.hibernate.procedure.ProcedureCall
 
setParameter(Parameter<T>, T) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
setParameter(Parameter<T>, T) - Method in interface org.hibernate.query.CommonQueryContract
 
setParameter(Parameter<T>, T) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameter(Parameter<T>, T) - Method in interface org.hibernate.query.MutationQuery
 
setParameter(Parameter<T>, T) - Method in interface org.hibernate.query.Query
Query override
setParameter(Parameter<T>, T) - Method in interface org.hibernate.query.SelectionQuery
 
setParameter(Parameter<T>, T) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameter(Parameter<T>, T) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameter(Parameter<T>, T) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setParameter(Parameter<T>, T) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameter(String, Object) - Method in interface org.hibernate.Filter
Set the named parameter's value for this filter.
setParameter(String, Object) - Method in class org.hibernate.internal.FilterImpl
Set the named parameter's value for this filter.
setParameter(String, Object) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
setParameter(String, Object) - Method in interface org.hibernate.procedure.ProcedureCall
 
setParameter(String, Object) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
setParameter(String, Object) - Method in interface org.hibernate.query.CommonQueryContract
Bind the given argument to a named query parameter.
setParameter(String, Object) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameter(String, Object) - Method in interface org.hibernate.query.MutationQuery
 
setParameter(String, Object) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(String, Object) - Method in interface org.hibernate.query.Query
Bind the given argument to a named query parameter.
setParameter(String, Object) - Method in interface org.hibernate.query.SelectionQuery
 
setParameter(String, Object) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameter(String, Object) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(String, Object) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameter(String, Object) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameter(String, Object) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameter(String, Object) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setParameter(String, Object) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(String, Object) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setParameter(String, Object) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
setParameter(String, Object) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setParameter(String, Object) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameter(String, String) - Method in interface org.hibernate.envers.boot.model.ConfigParameterContainer
Set a parameter
setParameter(String, String) - Method in class org.hibernate.envers.boot.model.SimpleIdentifier
 
setParameter(String, String) - Method in class org.hibernate.envers.boot.model.TypeSpecification
 
setParameter(String, Instant, TemporalType) - Method in interface org.hibernate.query.CommonQueryContract
Bind an Instant to the named query parameter using just the portion indicated by the given TemporalType.
setParameter(String, Instant, TemporalType) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameter(String, Instant, TemporalType) - Method in interface org.hibernate.query.MutationQuery
 
setParameter(String, Instant, TemporalType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(String, Instant, TemporalType) - Method in interface org.hibernate.query.Query
Bind an Instant value to the named query parameter using just the portion indicated by the given TemporalType.
setParameter(String, Instant, TemporalType) - Method in interface org.hibernate.query.SelectionQuery
 
setParameter(String, Instant, TemporalType) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameter(String, Instant, TemporalType) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(String, Instant, TemporalType) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameter(String, Instant, TemporalType) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameter(String, Instant, TemporalType) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameter(String, Instant, TemporalType) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setParameter(String, Instant, TemporalType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(String, Instant, TemporalType) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setParameter(String, Instant, TemporalType) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
setParameter(String, Instant, TemporalType) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setParameter(String, Instant, TemporalType) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameter(String, Calendar, TemporalType) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.procedure.ProcedureCall
 
setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.query.CommonQueryContract
 
setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.query.MutationQuery
 
setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.query.Query
Query override
setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.query.SelectionQuery
 
setParameter(String, Calendar, TemporalType) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameter(String, Calendar, TemporalType) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(String, Calendar, TemporalType) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameter(String, Calendar, TemporalType) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(String, Calendar, TemporalType) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setParameter(String, Calendar, TemporalType) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
setParameter(String, Calendar, TemporalType) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setParameter(String, Calendar, TemporalType) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameter(String, Date, TemporalType) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
setParameter(String, Date, TemporalType) - Method in interface org.hibernate.procedure.ProcedureCall
 
setParameter(String, Date, TemporalType) - Method in interface org.hibernate.procedure.spi.ProcedureCallImplementor
 
setParameter(String, Date, TemporalType) - Method in interface org.hibernate.query.CommonQueryContract
 
setParameter(String, Date, TemporalType) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameter(String, Date, TemporalType) - Method in interface org.hibernate.query.MutationQuery
 
setParameter(String, Date, TemporalType) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(String, Date, TemporalType) - Method in interface org.hibernate.query.Query
Query override
setParameter(String, Date, TemporalType) - Method in interface org.hibernate.query.SelectionQuery
 
setParameter(String, Date, TemporalType) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameter(String, Date, TemporalType) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(String, Date, TemporalType) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameter(String, Date, TemporalType) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameter(String, Date, TemporalType) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameter(String, Date, TemporalType) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setParameter(String, Date, TemporalType) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(String, Date, TemporalType) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setParameter(String, Date, TemporalType) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
setParameter(String, Date, TemporalType) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setParameter(String, Date, TemporalType) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameter(String, P, Class<P>) - Method in interface org.hibernate.query.CommonQueryContract
Bind the given argument to a named query parameter using the given Class reference to attempt to infer the BindableType.
setParameter(String, P, Class<P>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameter(String, P, Class<P>) - Method in interface org.hibernate.query.MutationQuery
 
setParameter(String, P, Class<P>) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(String, P, Class<P>) - Method in interface org.hibernate.query.Query
Bind the given argument to a named query parameter using the given Class reference to attempt to determine the BindableType to use.
setParameter(String, P, Class<P>) - Method in interface org.hibernate.query.SelectionQuery
 
setParameter(String, P, Class<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameter(String, P, Class<P>) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(String, P, Class<P>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameter(String, P, Class<P>) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameter(String, P, Class<P>) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameter(String, P, Class<P>) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setParameter(String, P, Class<P>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(String, P, Class<P>) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setParameter(String, P, Class<P>) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
setParameter(String, P, Class<P>) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setParameter(String, P, Class<P>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameter(String, P, BindableType<P>) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
setParameter(String, P, BindableType<P>) - Method in interface org.hibernate.query.CommonQueryContract
Bind the given argument to a named query parameter using the given BindableType.
setParameter(String, P, BindableType<P>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameter(String, P, BindableType<P>) - Method in interface org.hibernate.query.MutationQuery
 
setParameter(String, P, BindableType<P>) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(String, P, BindableType<P>) - Method in interface org.hibernate.query.Query
Bind the given argument to a named query parameter using the given BindableType.
setParameter(String, P, BindableType<P>) - Method in interface org.hibernate.query.SelectionQuery
 
setParameter(String, P, BindableType<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameter(String, P, BindableType<P>) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(String, P, BindableType<P>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameter(String, P, BindableType<P>) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameter(String, P, BindableType<P>) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameter(String, P, BindableType<P>) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setParameter(String, P, BindableType<P>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(String, P, BindableType<P>) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setParameter(String, P, BindableType<P>) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
setParameter(String, P, BindableType<P>) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setParameter(String, P, BindableType<P>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameter(QueryParameter<P>, P) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
setParameter(QueryParameter<P>, P) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(QueryParameter<P>, P) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameter(QueryParameter<P>, P) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(QueryParameter<P>, P) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameter(QueryParameter<P>, P) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setParameter(QueryParameter<P>, P) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(QueryParameter<P>, P) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setParameter(QueryParameter<P>, P) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
setParameter(QueryParameter<P>, P, Class<P>) - Method in interface org.hibernate.query.CommonQueryContract
Bind an argument to the query parameter represented by the given QueryParameter, using the given Class reference to attempt to infer the BindableType to use.
setParameter(QueryParameter<P>, P, Class<P>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameter(QueryParameter<P>, P, Class<P>) - Method in interface org.hibernate.query.MutationQuery
 
setParameter(QueryParameter<P>, P, Class<P>) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(QueryParameter<P>, P, Class<P>) - Method in interface org.hibernate.query.Query
Bind an argument to the query parameter represented by the given QueryParameter using the given Class reference to attempt to determine the BindableType to use.
setParameter(QueryParameter<P>, P, Class<P>) - Method in interface org.hibernate.query.SelectionQuery
 
setParameter(QueryParameter<P>, P, Class<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameter(QueryParameter<P>, P, Class<P>) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(QueryParameter<P>, P, Class<P>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameter(QueryParameter<P>, P, Class<P>) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameter(QueryParameter<P>, P, Class<P>) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameter(QueryParameter<P>, P, Class<P>) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setParameter(QueryParameter<P>, P, Class<P>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(QueryParameter<P>, P, Class<P>) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setParameter(QueryParameter<P>, P, Class<P>) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
setParameter(QueryParameter<P>, P, Class<P>) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setParameter(QueryParameter<P>, P, Class<P>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameter(QueryParameter<P>, P, BindableType<P>) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
setParameter(QueryParameter<P>, P, BindableType<P>) - Method in interface org.hibernate.query.CommonQueryContract
Bind an argument to the query parameter represented by the given QueryParameter, using the given BindableType.
setParameter(QueryParameter<P>, P, BindableType<P>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameter(QueryParameter<P>, P, BindableType<P>) - Method in interface org.hibernate.query.MutationQuery
 
setParameter(QueryParameter<P>, P, BindableType<P>) - Method in interface org.hibernate.query.NativeQuery
 
setParameter(QueryParameter<P>, P, BindableType<P>) - Method in interface org.hibernate.query.Query
Bind an argument to the query parameter represented by the given QueryParameter using the given BindableType.
setParameter(QueryParameter<P>, P, BindableType<P>) - Method in interface org.hibernate.query.SelectionQuery
 
setParameter(QueryParameter<P>, P, BindableType<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameter(QueryParameter<P>, P, BindableType<P>) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameter(QueryParameter<P>, P, BindableType<P>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameter(QueryParameter<P>, P, BindableType<P>) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameter(QueryParameter<P>, P, BindableType<P>) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameter(QueryParameter<P>, P, BindableType<P>) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setParameter(QueryParameter<P>, P, BindableType<P>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameter(QueryParameter<P>, P, BindableType<P>) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setParameter(QueryParameter<P>, P, BindableType<P>) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
setParameter(QueryParameter<P>, P, BindableType<P>) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setParameter(QueryParameter<P>, P, BindableType<P>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameter(QueryParameter<T>, T) - Method in interface org.hibernate.query.CommonQueryContract
Bind an argument to the query parameter represented by the given QueryParameter.
setParameter(QueryParameter<T>, T) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameter(QueryParameter<T>, T) - Method in interface org.hibernate.query.MutationQuery
 
setParameter(QueryParameter<T>, T) - Method in interface org.hibernate.query.Query
Bind an argument to the query parameter represented by the given QueryParameter.
setParameter(QueryParameter<T>, T) - Method in interface org.hibernate.query.SelectionQuery
 
setParameter(QueryParameter<T>, T) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameter(QueryParameter<T>, T) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameter(QueryParameter<T>, T) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setParameter(QueryParameter<T>, T) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameterList(int, Object[]) - Method in interface org.hibernate.query.CommonQueryContract
Bind multiple arguments to an ordinal query parameter.
setParameterList(int, Object[]) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameterList(int, Object[]) - Method in interface org.hibernate.query.MutationQuery
 
setParameterList(int, Object[]) - Method in interface org.hibernate.query.NativeQuery
 
setParameterList(int, Object[]) - Method in interface org.hibernate.query.Query
Bind multiple arguments to an ordinal query parameter.
setParameterList(int, Object[]) - Method in interface org.hibernate.query.SelectionQuery
 
setParameterList(int, Object[]) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameterList(int, Object[]) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameterList(int, Object[]) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameterList(int, Object[]) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameterList(int, Object[]) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameterList(int, Object[]) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setParameterList(int, Object[]) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameterList(int, Object[]) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setParameterList(int, Object[]) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
setParameterList(int, Object[]) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setParameterList(int, Object[]) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameterList(int, Collection) - Method in interface org.hibernate.query.CommonQueryContract
Bind multiple arguments to an ordinal query parameter.
setParameterList(int, Collection) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameterList(int, Collection) - Method in interface org.hibernate.query.MutationQuery
 
setParameterList(int, Collection) - Method in interface org.hibernate.query.NativeQuery
 
setParameterList(int, Collection) - Method in interface org.hibernate.query.Query
Bind multiple arguments to an ordinal query parameter.
setParameterList(int, Collection) - Method in interface org.hibernate.query.SelectionQuery
 
setParameterList(int, Collection) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameterList(int, Collection) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameterList(int, Collection) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameterList(int, Collection) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameterList(int, Collection) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameterList(int, Collection) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setParameterList(int, Collection) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameterList(int, Collection) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setParameterList(int, Collection) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
setParameterList(int, Collection) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setParameterList(int, Collection) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameterList(int, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.CommonQueryContract
Bind multiple arguments to an ordinal query parameter using the given Class reference to attempt to infer the BindableType.
setParameterList(int, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameterList(int, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.MutationQuery
 
setParameterList(int, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.NativeQuery
 
setParameterList(int, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.Query
Bind multiple arguments to an ordinal query parameter using the given Class reference to attempt to determine the BindableType to use.
setParameterList(int, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.SelectionQuery
 
setParameterList(int, Collection<? extends P>, Class<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameterList(int, Collection<? extends P>, Class<P>) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameterList(int, Collection<? extends P>, Class<P>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameterList(int, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameterList(int, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameterList(int, Collection<? extends P>, Class<P>) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setParameterList(int, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameterList(int, Collection<? extends P>, Class<P>) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setParameterList(int, Collection<? extends P>, Class<P>) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
setParameterList(int, Collection<? extends P>, Class<P>) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setParameterList(int, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameterList(int, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.CommonQueryContract
Bind multiple arguments to an ordinal query parameter using the given BindableType.
setParameterList(int, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameterList(int, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.MutationQuery
 
setParameterList(int, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.NativeQuery
 
setParameterList(int, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.Query
Bind multiple arguments to an ordinal query parameter using the given BindableType.
setParameterList(int, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.SelectionQuery
 
setParameterList(int, Collection<? extends P>, BindableType<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameterList(int, Collection<? extends P>, BindableType<P>) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameterList(int, Collection<? extends P>, BindableType<P>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameterList(int, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameterList(int, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameterList(int, Collection<? extends P>, BindableType<P>) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setParameterList(int, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameterList(int, Collection<? extends P>, BindableType<P>) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setParameterList(int, Collection<? extends P>, BindableType<P>) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
setParameterList(int, Collection<? extends P>, BindableType<P>) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setParameterList(int, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameterList(int, P[], Class<P>) - Method in interface org.hibernate.query.CommonQueryContract
Bind multiple arguments to an ordinal query parameter using the given Class reference to attempt to infer the BindableType.
setParameterList(int, P[], Class<P>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameterList(int, P[], Class<P>) - Method in interface org.hibernate.query.MutationQuery
 
setParameterList(int, P[], Class<P>) - Method in interface org.hibernate.query.NativeQuery
 
setParameterList(int, P[], Class<P>) - Method in interface org.hibernate.query.Query
Bind multiple arguments to an ordinal query parameter using the given Class reference to attempt to determine the BindableType to use.
setParameterList(int, P[], Class<P>) - Method in interface org.hibernate.query.SelectionQuery
 
setParameterList(int, P[], Class<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameterList(int, P[], Class<P>) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameterList(int, P[], Class<P>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameterList(int, P[], Class<P>) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameterList(int, P[], Class<P>) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameterList(int, P[], Class<P>) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setParameterList(int, P[], Class<P>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameterList(int, P[], Class<P>) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setParameterList(int, P[], Class<P>) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
setParameterList(int, P[], Class<P>) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setParameterList(int, P[], Class<P>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameterList(int, P[], BindableType<P>) - Method in interface org.hibernate.query.CommonQueryContract
Bind multiple arguments to an ordinal query parameter using the given BindableType.
setParameterList(int, P[], BindableType<P>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameterList(int, P[], BindableType<P>) - Method in interface org.hibernate.query.MutationQuery
 
setParameterList(int, P[], BindableType<P>) - Method in interface org.hibernate.query.NativeQuery
 
setParameterList(int, P[], BindableType<P>) - Method in interface org.hibernate.query.Query
Bind multiple arguments to an ordinal query parameter using the given BindableType.
setParameterList(int, P[], BindableType<P>) - Method in interface org.hibernate.query.SelectionQuery
 
setParameterList(int, P[], BindableType<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameterList(int, P[], BindableType<P>) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameterList(int, P[], BindableType<P>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameterList(int, P[], BindableType<P>) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameterList(int, P[], BindableType<P>) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameterList(int, P[], BindableType<P>) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setParameterList(int, P[], BindableType<P>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameterList(int, P[], BindableType<P>) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setParameterList(int, P[], BindableType<P>) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
setParameterList(int, P[], BindableType<P>) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setParameterList(int, P[], BindableType<P>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameterList(String, Object[]) - Method in interface org.hibernate.Filter
Set the named parameter's value list for this filter.
setParameterList(String, Object[]) - Method in class org.hibernate.internal.FilterImpl
Set the named parameter's value list for this filter.
setParameterList(String, Object[]) - Method in interface org.hibernate.query.CommonQueryContract
Bind multiple arguments to a named query parameter.
setParameterList(String, Object[]) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameterList(String, Object[]) - Method in interface org.hibernate.query.MutationQuery
 
setParameterList(String, Object[]) - Method in interface org.hibernate.query.NativeQuery
 
setParameterList(String, Object[]) - Method in interface org.hibernate.query.Query
Bind multiple arguments to a named query parameter.
setParameterList(String, Object[]) - Method in interface org.hibernate.query.SelectionQuery
 
setParameterList(String, Object[]) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameterList(String, Object[]) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameterList(String, Object[]) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameterList(String, Object[]) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameterList(String, Object[]) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameterList(String, Object[]) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setParameterList(String, Object[]) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameterList(String, Object[]) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setParameterList(String, Object[]) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
setParameterList(String, Object[]) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setParameterList(String, Object[]) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameterList(String, Collection) - Method in interface org.hibernate.query.CommonQueryContract
Bind multiple arguments to a named query parameter.
setParameterList(String, Collection) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameterList(String, Collection) - Method in interface org.hibernate.query.MutationQuery
 
setParameterList(String, Collection) - Method in interface org.hibernate.query.NativeQuery
 
setParameterList(String, Collection) - Method in interface org.hibernate.query.Query
Bind multiple arguments to a named query parameter.
setParameterList(String, Collection) - Method in interface org.hibernate.query.SelectionQuery
 
setParameterList(String, Collection) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameterList(String, Collection) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameterList(String, Collection) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameterList(String, Collection) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameterList(String, Collection) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameterList(String, Collection) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setParameterList(String, Collection) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameterList(String, Collection) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setParameterList(String, Collection) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
setParameterList(String, Collection) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setParameterList(String, Collection) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameterList(String, Collection<?>) - Method in interface org.hibernate.Filter
Set the named parameter's value list for this filter.
setParameterList(String, Collection<?>) - Method in class org.hibernate.internal.FilterImpl
Set the named parameter's value list for this filter.
setParameterList(String, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.CommonQueryContract
Bind multiple arguments to a named query parameter using the given Class reference to attempt to infer the BindableType If unable to infer an appropriate BindableType, fall back to CommonQueryContract.setParameterList(String, Collection).
setParameterList(String, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameterList(String, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.MutationQuery
 
setParameterList(String, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.NativeQuery
 
setParameterList(String, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.Query
Bind multiple arguments to a named query parameter using the given Class reference to attempt to determine the BindableType to use.
setParameterList(String, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.SelectionQuery
 
setParameterList(String, Collection<? extends P>, Class<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameterList(String, Collection<? extends P>, Class<P>) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameterList(String, Collection<? extends P>, Class<P>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameterList(String, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameterList(String, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameterList(String, Collection<? extends P>, Class<P>) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setParameterList(String, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameterList(String, Collection<? extends P>, Class<P>) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setParameterList(String, Collection<? extends P>, Class<P>) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
setParameterList(String, Collection<? extends P>, Class<P>) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setParameterList(String, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameterList(String, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.CommonQueryContract
Bind multiple arguments to a named query parameter using the given BindableType.
setParameterList(String, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameterList(String, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.MutationQuery
 
setParameterList(String, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.NativeQuery
 
setParameterList(String, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.Query
Bind multiple arguments to a named query parameter using the given BindableType.
setParameterList(String, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.SelectionQuery
 
setParameterList(String, Collection<? extends P>, BindableType<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameterList(String, Collection<? extends P>, BindableType<P>) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameterList(String, Collection<? extends P>, BindableType<P>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameterList(String, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameterList(String, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameterList(String, Collection<? extends P>, BindableType<P>) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setParameterList(String, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameterList(String, Collection<? extends P>, BindableType<P>) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setParameterList(String, Collection<? extends P>, BindableType<P>) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
setParameterList(String, Collection<? extends P>, BindableType<P>) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setParameterList(String, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameterList(String, P[], Class<P>) - Method in interface org.hibernate.query.CommonQueryContract
Bind multiple arguments to a named query parameter using the given Class reference to attempt to determine the BindableType to use.
setParameterList(String, P[], Class<P>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameterList(String, P[], Class<P>) - Method in interface org.hibernate.query.MutationQuery
 
setParameterList(String, P[], Class<P>) - Method in interface org.hibernate.query.NativeQuery
 
setParameterList(String, P[], Class<P>) - Method in interface org.hibernate.query.Query
Bind multiple arguments to a named query parameter using the given Class reference to attempt to determine the BindableType to use.
setParameterList(String, P[], Class<P>) - Method in interface org.hibernate.query.SelectionQuery
 
setParameterList(String, P[], Class<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameterList(String, P[], Class<P>) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameterList(String, P[], Class<P>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameterList(String, P[], Class<P>) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameterList(String, P[], Class<P>) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameterList(String, P[], Class<P>) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setParameterList(String, P[], Class<P>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameterList(String, P[], Class<P>) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setParameterList(String, P[], Class<P>) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
setParameterList(String, P[], Class<P>) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setParameterList(String, P[], Class<P>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameterList(String, P[], BindableType<P>) - Method in interface org.hibernate.query.CommonQueryContract
Bind multiple arguments to a named query parameter using the given BindableType.
setParameterList(String, P[], BindableType<P>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameterList(String, P[], BindableType<P>) - Method in interface org.hibernate.query.MutationQuery
 
setParameterList(String, P[], BindableType<P>) - Method in interface org.hibernate.query.NativeQuery
 
setParameterList(String, P[], BindableType<P>) - Method in interface org.hibernate.query.Query
Bind multiple arguments to a named query parameter using the given BindableType.
setParameterList(String, P[], BindableType<P>) - Method in interface org.hibernate.query.SelectionQuery
 
setParameterList(String, P[], BindableType<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameterList(String, P[], BindableType<P>) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameterList(String, P[], BindableType<P>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameterList(String, P[], BindableType<P>) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameterList(String, P[], BindableType<P>) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameterList(String, P[], BindableType<P>) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setParameterList(String, P[], BindableType<P>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameterList(String, P[], BindableType<P>) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setParameterList(String, P[], BindableType<P>) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
setParameterList(String, P[], BindableType<P>) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setParameterList(String, P[], BindableType<P>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameterList(QueryParameter<P>, Collection<? extends P>) - Method in interface org.hibernate.query.CommonQueryContract
Bind multiple arguments to the query parameter represented by the given QueryParameter.
setParameterList(QueryParameter<P>, Collection<? extends P>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameterList(QueryParameter<P>, Collection<? extends P>) - Method in interface org.hibernate.query.MutationQuery
 
setParameterList(QueryParameter<P>, Collection<? extends P>) - Method in interface org.hibernate.query.NativeQuery
 
setParameterList(QueryParameter<P>, Collection<? extends P>) - Method in interface org.hibernate.query.Query
Bind multiple arguments to the query parameter represented by the given QueryParameter.
setParameterList(QueryParameter<P>, Collection<? extends P>) - Method in interface org.hibernate.query.SelectionQuery
 
setParameterList(QueryParameter<P>, Collection<? extends P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameterList(QueryParameter<P>, Collection<? extends P>) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameterList(QueryParameter<P>, Collection<? extends P>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameterList(QueryParameter<P>, Collection<? extends P>) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameterList(QueryParameter<P>, Collection<? extends P>) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameterList(QueryParameter<P>, Collection<? extends P>) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setParameterList(QueryParameter<P>, Collection<? extends P>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameterList(QueryParameter<P>, Collection<? extends P>) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setParameterList(QueryParameter<P>, Collection<? extends P>) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
setParameterList(QueryParameter<P>, Collection<? extends P>) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setParameterList(QueryParameter<P>, Collection<? extends P>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameterList(QueryParameter<P>, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.CommonQueryContract
Bind multiple arguments to the query parameter represented by the given QueryParameter using the given Class reference to attempt to infer the BindableType to use.
setParameterList(QueryParameter<P>, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameterList(QueryParameter<P>, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.MutationQuery
 
setParameterList(QueryParameter<P>, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.NativeQuery
 
setParameterList(QueryParameter<P>, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.Query
Bind multiple arguments to the query parameter represented by the given QueryParameter using the given Class reference to attempt to determine the BindableType to use.
setParameterList(QueryParameter<P>, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.SelectionQuery
 
setParameterList(QueryParameter<P>, Collection<? extends P>, Class<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameterList(QueryParameter<P>, Collection<? extends P>, Class<P>) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameterList(QueryParameter<P>, Collection<? extends P>, Class<P>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameterList(QueryParameter<P>, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameterList(QueryParameter<P>, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameterList(QueryParameter<P>, Collection<? extends P>, Class<P>) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setParameterList(QueryParameter<P>, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameterList(QueryParameter<P>, Collection<? extends P>, Class<P>) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setParameterList(QueryParameter<P>, Collection<? extends P>, Class<P>) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
setParameterList(QueryParameter<P>, Collection<? extends P>, Class<P>) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setParameterList(QueryParameter<P>, Collection<? extends P>, Class<P>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameterList(QueryParameter<P>, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.CommonQueryContract
Bind multiple arguments to the query parameter represented by the given QueryParameter, using the given BindableType.
setParameterList(QueryParameter<P>, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameterList(QueryParameter<P>, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.MutationQuery
 
setParameterList(QueryParameter<P>, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.NativeQuery
 
setParameterList(QueryParameter<P>, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.Query
Bind multiple arguments to the query parameter represented by the given QueryParameter, inferring the BindableType.
setParameterList(QueryParameter<P>, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.SelectionQuery
 
setParameterList(QueryParameter<P>, Collection<? extends P>, BindableType<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameterList(QueryParameter<P>, Collection<? extends P>, BindableType<P>) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameterList(QueryParameter<P>, Collection<? extends P>, BindableType<P>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameterList(QueryParameter<P>, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameterList(QueryParameter<P>, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameterList(QueryParameter<P>, Collection<? extends P>, BindableType<P>) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setParameterList(QueryParameter<P>, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameterList(QueryParameter<P>, Collection<? extends P>, BindableType<P>) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setParameterList(QueryParameter<P>, Collection<? extends P>, BindableType<P>) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
setParameterList(QueryParameter<P>, Collection<? extends P>, BindableType<P>) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setParameterList(QueryParameter<P>, Collection<? extends P>, BindableType<P>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameterList(QueryParameter<P>, P[]) - Method in interface org.hibernate.query.CommonQueryContract
Bind multiple arguments to the query parameter represented by the given QueryParameter.
setParameterList(QueryParameter<P>, P[]) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameterList(QueryParameter<P>, P[]) - Method in interface org.hibernate.query.MutationQuery
 
setParameterList(QueryParameter<P>, P[]) - Method in interface org.hibernate.query.NativeQuery
 
setParameterList(QueryParameter<P>, P[]) - Method in interface org.hibernate.query.Query
Bind multiple arguments to the query parameter represented by the given QueryParameter.
setParameterList(QueryParameter<P>, P[]) - Method in interface org.hibernate.query.SelectionQuery
 
setParameterList(QueryParameter<P>, P[]) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameterList(QueryParameter<P>, P[]) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameterList(QueryParameter<P>, P[]) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameterList(QueryParameter<P>, P[]) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameterList(QueryParameter<P>, P[]) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameterList(QueryParameter<P>, P[]) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setParameterList(QueryParameter<P>, P[]) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameterList(QueryParameter<P>, P[]) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setParameterList(QueryParameter<P>, P[]) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
setParameterList(QueryParameter<P>, P[]) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setParameterList(QueryParameter<P>, P[]) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameterList(QueryParameter<P>, P[], Class<P>) - Method in interface org.hibernate.query.CommonQueryContract
Bind multiple arguments to the query parameter represented by the given QueryParameter using the given Class reference to attempt to infer the BindableType to use.
setParameterList(QueryParameter<P>, P[], Class<P>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameterList(QueryParameter<P>, P[], Class<P>) - Method in interface org.hibernate.query.MutationQuery
 
setParameterList(QueryParameter<P>, P[], Class<P>) - Method in interface org.hibernate.query.NativeQuery
 
setParameterList(QueryParameter<P>, P[], Class<P>) - Method in interface org.hibernate.query.Query
Bind multiple arguments to the query parameter represented by the given QueryParameter using the given Class reference to attempt to determine the BindableType to use.
setParameterList(QueryParameter<P>, P[], Class<P>) - Method in interface org.hibernate.query.SelectionQuery
 
setParameterList(QueryParameter<P>, P[], Class<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameterList(QueryParameter<P>, P[], Class<P>) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameterList(QueryParameter<P>, P[], Class<P>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameterList(QueryParameter<P>, P[], Class<P>) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameterList(QueryParameter<P>, P[], Class<P>) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameterList(QueryParameter<P>, P[], Class<P>) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setParameterList(QueryParameter<P>, P[], Class<P>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameterList(QueryParameter<P>, P[], Class<P>) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setParameterList(QueryParameter<P>, P[], Class<P>) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
setParameterList(QueryParameter<P>, P[], Class<P>) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setParameterList(QueryParameter<P>, P[], Class<P>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameterList(QueryParameter<P>, P[], BindableType<P>) - Method in interface org.hibernate.query.CommonQueryContract
Bind multiple arguments to the query parameter represented by the given QueryParameter, using the given the BindableType.
setParameterList(QueryParameter<P>, P[], BindableType<P>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setParameterList(QueryParameter<P>, P[], BindableType<P>) - Method in interface org.hibernate.query.MutationQuery
 
setParameterList(QueryParameter<P>, P[], BindableType<P>) - Method in interface org.hibernate.query.NativeQuery
 
setParameterList(QueryParameter<P>, P[], BindableType<P>) - Method in interface org.hibernate.query.Query
Bind multiple arguments to the query parameter represented by the given QueryParameter, inferring the BindableType.
setParameterList(QueryParameter<P>, P[], BindableType<P>) - Method in interface org.hibernate.query.SelectionQuery
 
setParameterList(QueryParameter<P>, P[], BindableType<P>) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setParameterList(QueryParameter<P>, P[], BindableType<P>) - Method in class org.hibernate.query.spi.AbstractQuery
 
setParameterList(QueryParameter<P>, P[], BindableType<P>) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setParameterList(QueryParameter<P>, P[], BindableType<P>) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setParameterList(QueryParameter<P>, P[], BindableType<P>) - Method in interface org.hibernate.query.spi.SqmQuery
 
setParameterList(QueryParameter<P>, P[], BindableType<P>) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setParameterList(QueryParameter<P>, P[], BindableType<P>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setParameterList(QueryParameter<P>, P[], BindableType<P>) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setParameterList(QueryParameter<P>, P[], BindableType<P>) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
setParameterList(QueryParameter<P>, P[], BindableType<P>) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setParameterList(QueryParameter<P>, P[], BindableType<P>) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setParameterName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterParameterType
Sets the value of the parameterName property.
setParameterTypes(FunctionParameterType...) - Method in class org.hibernate.query.sqm.produce.function.NamedFunctionDescriptorBuilder
 
setParameterTypes(FunctionParameterType...) - Method in class org.hibernate.query.sqm.produce.function.PatternFunctionDescriptorBuilder
 
setParameterValue(Query) - Method in class org.hibernate.envers.internal.entities.mapper.id.QueryParameterData
 
setParameterValues(Properties) - Method in class org.hibernate.type.EnumType
Deprecated.
An instance of this class is "configured" by a call to EnumType.setParameterValues(java.util.Properties), where configuration parameters are given as entries in a Properties object.
setParameterValues(Properties) - Method in class org.hibernate.type.SerializableToBlobType
 
setParameterValues(Properties) - Method in interface org.hibernate.usertype.ParameterizedType
Gets called by Hibernate to pass the configured type parameters to the implementation.
setParameterValues(Properties) - Method in class org.hibernate.usertype.UserTypeLegacyBridge
 
setParameterValueTypeName(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterParameterType
Sets the value of the parameterValueTypeName property.
setParent(JaxbHbmParentType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Sets the value of the parent property.
setParent(JaxbHbmParentType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
Sets the value of the parent property.
setParent(JaxbHbmParentType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
Sets the value of the parent property.
setParent(AnnotatedColumns) - Method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
setParent(AnnotatedColumns) - Method in class org.hibernate.boot.model.internal.AnnotatedJoinColumn
 
setParent(AnnotatedJoinColumns) - Method in class org.hibernate.boot.model.internal.AnnotatedJoinColumn
 
setParentAggregateColumn(AggregateColumn) - Method in class org.hibernate.mapping.Component
 
setParentProperty(String) - Method in class org.hibernate.boot.model.internal.AbstractPropertyHolder
 
setParentProperty(String) - Method in class org.hibernate.boot.model.internal.ComponentPropertyHolder
 
setParentProperty(String) - Method in interface org.hibernate.boot.model.internal.PropertyHolder
 
setParentProperty(String) - Method in class org.hibernate.mapping.Component
 
setPartitionKey(boolean) - Method in class org.hibernate.mapping.SimpleValue
 
setPayment(Payment) - Method in class org.hibernate.testing.orm.domain.retail.Order
 
setPayment(Payment) - Method in class org.hibernate.testing.orm.domain.userguide.Call
 
setPerformed(Object) - Method in class org.hibernate.envers.internal.synchronization.work.AbstractAuditWorkUnit
 
setPersistenceUnitDefaultAccessType(AccessType) - Method in class org.hibernate.jpamodelgen.Context
 
setPersistenceUnitDefaults(JaxbPersistenceUnitDefaults) - Method in class org.hibernate.boot.jaxb.mapping.JaxbPersistenceUnitMetadata
Sets the value of the persistenceUnitDefaults property.
setPersistenceUnitDefaults(PersistenceUnitDefaults) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitMetadata
Sets the value of the persistenceUnitDefaults property.
setPersistenceUnitMetadata(JaxbPersistenceUnitMetadata) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
Sets the value of the persistenceUnitMetadata property.
setPersistenceUnitMetadata(PersistenceUnitMetadata) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Sets the value of the persistenceUnitMetadata property.
SetPersistentAttribute<D,​E> - Interface in org.hibernate.metamodel.model.domain
Hibernate extension to the JPA SetAttribute descriptor
setPersistentClass(PersistentClass) - Method in class org.hibernate.mapping.Join
 
setPersistentClass(PersistentClass) - Method in class org.hibernate.mapping.Property
 
setPersistentClassName(String) - Method in class org.hibernate.boot.model.internal.BasicValueBinder
 
setPersister(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the persister property.
setPersister(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the persister property.
setPersister(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Sets the value of the persister property.
setPersister(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the persister property.
setPersister(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the persister property.
setPersister(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the persister property.
setPersister(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the persister property.
setPersister(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the persister property.
setPersister(EntityPersister) - Method in class org.hibernate.event.spi.PostLoadEvent
 
setPersister(EntityPersister) - Method in class org.hibernate.event.spi.PreLoadEvent
 
setPerson(Person) - Method in class org.hibernate.testing.orm.domain.userguide.Payment
 
setPerson(Person) - Method in class org.hibernate.testing.orm.domain.userguide.Phone
 
setPets(Collection<DomesticAnimal>) - Method in class org.hibernate.testing.orm.domain.animal.Human
 
setPhone(Phone) - Method in class org.hibernate.testing.orm.domain.userguide.Call
 
setPhoneNumbers(List<PhoneNumber>) - Method in class org.hibernate.testing.orm.domain.contacts.Contact
 
setPhysicalNamingStrategy(PhysicalNamingStrategy) - Method in class org.hibernate.cfg.Configuration
Set a PhysicalNamingStrategy to use in this configuration.
setPk(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithNonIdAttributeNamedId
 
setPkColumnName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbTableGenerator
Sets the value of the pkColumnName property.
setPkColumnName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
Sets the value of the pkColumnName property.
setPkColumnValue(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbTableGenerator
Sets the value of the pkColumnValue property.
setPkColumnValue(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
Sets the value of the pkColumnValue property.
setPluralAttributesImplicitlyLazy(boolean) - Method in class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults.Builder
 
setPlus4(int) - Method in class org.hibernate.testing.orm.domain.contacts.Address.PostalCode
 
setPolymorphic(boolean) - Method in class org.hibernate.mapping.RootClass
 
setPolymorphism(PolymorphismType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Sets the value of the polymorphism property.
setPolymorphism(JaxbHbmPolymorphismEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the polymorphism property.
setPositionMappedBy(String) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
setPostalCode(String) - Method in class org.hibernate.testing.orm.domain.animal.Address
 
setPostalCode(Address.PostalCode) - Method in class org.hibernate.testing.orm.domain.contacts.Address
 
setPostLoad(JaxbPostLoad) - Method in interface org.hibernate.boot.jaxb.mapping.EntityOrMappedSuperclass
 
setPostLoad(JaxbPostLoad) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Sets the value of the postLoad property.
setPostLoad(JaxbPostLoad) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityListener
Sets the value of the postLoad property.
setPostLoad(JaxbPostLoad) - Method in class org.hibernate.boot.jaxb.mapping.JaxbMappedSuperclass
Sets the value of the postLoad property.
setPostLoad(JaxbPostLoad) - Method in interface org.hibernate.boot.jaxb.mapping.LifecycleCallbackContainer
 
setPostLoad(PostLoad) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Sets the value of the postLoad property.
setPostLoad(PostLoad) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
Sets the value of the postLoad property.
setPostLoad(PostLoad) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Sets the value of the postLoad property.
setPostLoadEvent(PostLoadEvent) - Method in class org.hibernate.event.spi.LoadEvent
 
setPostPersist(JaxbPostPersist) - Method in interface org.hibernate.boot.jaxb.mapping.EntityOrMappedSuperclass
 
setPostPersist(JaxbPostPersist) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Sets the value of the postPersist property.
setPostPersist(JaxbPostPersist) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityListener
Sets the value of the postPersist property.
setPostPersist(JaxbPostPersist) - Method in class org.hibernate.boot.jaxb.mapping.JaxbMappedSuperclass
Sets the value of the postPersist property.
setPostPersist(JaxbPostPersist) - Method in interface org.hibernate.boot.jaxb.mapping.LifecycleCallbackContainer
 
setPostPersist(PostPersist) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Sets the value of the postPersist property.
setPostPersist(PostPersist) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
Sets the value of the postPersist property.
setPostPersist(PostPersist) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Sets the value of the postPersist property.
setPostRemove(JaxbPostRemove) - Method in interface org.hibernate.boot.jaxb.mapping.EntityOrMappedSuperclass
 
setPostRemove(JaxbPostRemove) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Sets the value of the postRemove property.
setPostRemove(JaxbPostRemove) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityListener
Sets the value of the postRemove property.
setPostRemove(JaxbPostRemove) - Method in class org.hibernate.boot.jaxb.mapping.JaxbMappedSuperclass
Sets the value of the postRemove property.
setPostRemove(JaxbPostRemove) - Method in interface org.hibernate.boot.jaxb.mapping.LifecycleCallbackContainer
 
setPostRemove(PostRemove) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Sets the value of the postRemove property.
setPostRemove(PostRemove) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
Sets the value of the postRemove property.
setPostRemove(PostRemove) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Sets the value of the postRemove property.
setPostUpdate(JaxbPostUpdate) - Method in interface org.hibernate.boot.jaxb.mapping.EntityOrMappedSuperclass
 
setPostUpdate(JaxbPostUpdate) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Sets the value of the postUpdate property.
setPostUpdate(JaxbPostUpdate) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityListener
Sets the value of the postUpdate property.
setPostUpdate(JaxbPostUpdate) - Method in class org.hibernate.boot.jaxb.mapping.JaxbMappedSuperclass
Sets the value of the postUpdate property.
setPostUpdate(JaxbPostUpdate) - Method in interface org.hibernate.boot.jaxb.mapping.LifecycleCallbackContainer
 
setPostUpdate(PostUpdate) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Sets the value of the postUpdate property.
setPostUpdate(PostUpdate) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
Sets the value of the postUpdate property.
setPostUpdate(PostUpdate) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Sets the value of the postUpdate property.
setPrecision(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Sets the value of the precision property.
setPrecision(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Sets the value of the precision property.
setPrecision(Integer) - Method in class org.hibernate.boot.jaxb.hbm.transform.TargetColumnAdapterJaxbColumn
 
setPrecision(Integer) - Method in class org.hibernate.boot.jaxb.hbm.transform.TargetColumnAdapterJaxbJoinColumn
 
setPrecision(Integer) - Method in class org.hibernate.boot.jaxb.mapping.JaxbColumn
Sets the value of the precision property.
setPrecision(Integer) - Method in class org.hibernate.boot.jaxb.mapping.JaxbMapKeyColumn
Sets the value of the precision property.
setPrecision(Integer) - Method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
setPrecision(Integer) - Method in class org.hibernate.engine.jdbc.Size
 
setPrecision(Integer) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
Sets the value of the precision property.
setPrecision(Integer) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
Sets the value of the precision property.
setPrecision(Integer) - Method in class org.hibernate.mapping.Column
 
setPrecision(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the precision property.
setPredicate(SqmPredicate) - Method in class org.hibernate.query.sqm.tree.predicate.SqmWhereClause
 
setPrefix(int) - Method in class org.hibernate.testing.orm.domain.contacts.PhoneNumber
 
setPrefix(String) - Method in class org.hibernate.testing.orm.domain.retail.Name
 
setPregnant(boolean) - Method in class org.hibernate.testing.orm.domain.animal.Mammal
 
setPrePersist(JaxbPrePersist) - Method in interface org.hibernate.boot.jaxb.mapping.EntityOrMappedSuperclass
 
setPrePersist(JaxbPrePersist) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Sets the value of the prePersist property.
setPrePersist(JaxbPrePersist) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityListener
Sets the value of the prePersist property.
setPrePersist(JaxbPrePersist) - Method in class org.hibernate.boot.jaxb.mapping.JaxbMappedSuperclass
Sets the value of the prePersist property.
setPrePersist(JaxbPrePersist) - Method in interface org.hibernate.boot.jaxb.mapping.LifecycleCallbackContainer
 
setPrePersist(PrePersist) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Sets the value of the prePersist property.
setPrePersist(PrePersist) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
Sets the value of the prePersist property.
setPrePersist(PrePersist) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Sets the value of the prePersist property.
setPreRemove(JaxbPreRemove) - Method in interface org.hibernate.boot.jaxb.mapping.EntityOrMappedSuperclass
 
setPreRemove(JaxbPreRemove) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Sets the value of the preRemove property.
setPreRemove(JaxbPreRemove) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityListener
Sets the value of the preRemove property.
setPreRemove(JaxbPreRemove) - Method in class org.hibernate.boot.jaxb.mapping.JaxbMappedSuperclass
Sets the value of the preRemove property.
setPreRemove(JaxbPreRemove) - Method in interface org.hibernate.boot.jaxb.mapping.LifecycleCallbackContainer
 
setPreRemove(PreRemove) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Sets the value of the preRemove property.
setPreRemove(PreRemove) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
Sets the value of the preRemove property.
setPreRemove(PreRemove) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Sets the value of the preRemove property.
setPreUpdate(JaxbPreUpdate) - Method in interface org.hibernate.boot.jaxb.mapping.EntityOrMappedSuperclass
 
setPreUpdate(JaxbPreUpdate) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Sets the value of the preUpdate property.
setPreUpdate(JaxbPreUpdate) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityListener
Sets the value of the preUpdate property.
setPreUpdate(JaxbPreUpdate) - Method in class org.hibernate.boot.jaxb.mapping.JaxbMappedSuperclass
Sets the value of the preUpdate property.
setPreUpdate(JaxbPreUpdate) - Method in interface org.hibernate.boot.jaxb.mapping.LifecycleCallbackContainer
 
setPreUpdate(PreUpdate) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Sets the value of the preUpdate property.
setPreUpdate(PreUpdate) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityListener
Sets the value of the preUpdate property.
setPreUpdate(PreUpdate) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MappedSuperclass
Sets the value of the preUpdate property.
setPrimaryKey(PrimaryKey) - Method in class org.hibernate.mapping.Table
 
setPrimaryKeyForeignKey(JaxbForeignKey) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Sets the value of the primaryKeyForeignKey property.
setPrimaryKeyForeignKey(JaxbForeignKey) - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToOne
Sets the value of the primaryKeyForeignKey property.
setPrimaryKeyForeignKey(JaxbForeignKey) - Method in class org.hibernate.boot.jaxb.mapping.JaxbSecondaryTable
Sets the value of the primaryKeyForeignKey property.
setPrimaryKeyForeignKey(ForeignKey) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Sets the value of the primaryKeyForeignKey property.
setPrimaryKeyForeignKey(ForeignKey) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Sets the value of the primaryKeyForeignKey property.
setPrimaryKeyForeignKey(ForeignKey) - Method in class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
Sets the value of the primaryKeyForeignKey property.
setProcedureName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedStoredProcedureQuery
Sets the value of the procedureName property.
setProcedureName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedStoredProcedureQuery
Sets the value of the procedureName property.
setProcessed(boolean) - Method in class org.hibernate.engine.spi.CollectionEntry
 
setProduct(Product) - Method in class org.hibernate.testing.orm.domain.retail.LineItem
 
setProperties(Object) - Method in interface org.hibernate.query.CommonQueryContract
Bind the property values of the given bean to named parameters of the query, matching property names with parameter names and mapping property types to Hibernate types using heuristics.
setProperties(Object) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setProperties(Object) - Method in interface org.hibernate.query.MutationQuery
 
setProperties(Object) - Method in interface org.hibernate.query.NativeQuery
 
setProperties(Object) - Method in interface org.hibernate.query.Query
Bind the property values of the given bean to named parameters of the query, matching property names with parameter names and mapping property types to Hibernate types using heuristics.
setProperties(Object) - Method in interface org.hibernate.query.SelectionQuery
 
setProperties(Object) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setProperties(Object) - Method in class org.hibernate.query.spi.AbstractQuery
 
setProperties(Object) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setProperties(Object) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setProperties(Object) - Method in interface org.hibernate.query.spi.SqmQuery
 
setProperties(Object) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setProperties(Object) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setProperties(Object) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setProperties(Object) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
setProperties(Object) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setProperties(Object) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setProperties(Map) - Method in interface org.hibernate.query.CommonQueryContract
Bind the values of the given Map to named parameters of the query, matching key names with parameter names and mapping value types to Hibernate types using heuristics.
setProperties(Map) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setProperties(Map) - Method in interface org.hibernate.query.MutationQuery
 
setProperties(Map) - Method in interface org.hibernate.query.NativeQuery
 
setProperties(Map) - Method in interface org.hibernate.query.Query
Bind the values of the given Map for each named parameters of the query, matching key names with parameter names and mapping value types to Hibernate types using heuristics.
setProperties(Map) - Method in interface org.hibernate.query.SelectionQuery
 
setProperties(Map) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setProperties(Map) - Method in class org.hibernate.query.spi.AbstractQuery
 
setProperties(Map) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setProperties(Map) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setProperties(Map) - Method in interface org.hibernate.query.spi.SqmQuery
 
setProperties(Map) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setProperties(Map) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setProperties(Map) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setProperties(Map) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
setProperties(Map) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setProperties(Map) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setProperties(Properties) - Method in class org.hibernate.cfg.Configuration
Specify a completely new set of properties
setProperties(Persistence.PersistenceUnit.Properties) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
Sets the value of the properties property.
setProperty(Object, String, Object) - Static method in class org.hibernate.testing.util.ReflectionUtil
Invoke setter method with the given parameter
setProperty(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryJoinReturnType
Sets the value of the property property.
setProperty(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
setProperty(String, Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
setProperty(String, Object) - Method in class org.hibernate.internal.SessionImpl
 
setProperty(String, String) - Method in class org.hibernate.cfg.Configuration
Set a property value by name
setProperty(XProperty) - Method in class org.hibernate.boot.model.internal.CollectionBinder
 
setProperty(XProperty) - Method in class org.hibernate.boot.model.internal.PropertyBinder
 
setPropertyAccessorName(String) - Method in class org.hibernate.mapping.Property
 
setPropertyAccessStrategy(PropertyAccessStrategy) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
setPropertyAccessStrategy(PropertyAccessStrategy) - Method in class org.hibernate.mapping.Property
 
setPropertyAccessType(AccessType) - Method in class org.hibernate.boot.model.internal.EntityBinder
 
setPropertyHolder(PropertyHolder) - Method in class org.hibernate.boot.model.internal.AnnotatedColumns
 
setPropertyHolder(PropertyHolder) - Method in class org.hibernate.boot.model.internal.CollectionBinder
 
setPropertyName(String) - Method in class org.hibernate.boot.model.internal.AnnotatedColumns
 
setPropertyName(String) - Method in class org.hibernate.boot.model.internal.AnnotatedJoinColumns
 
setPropertyName(String) - Method in class org.hibernate.boot.model.internal.BasicValueBinder
 
setPropertyName(String) - Method in class org.hibernate.boot.model.internal.CollectionBinder
 
setPropertyName(String) - Method in class org.hibernate.mapping.OneToOne
 
setPropertyName(String) - Method in class org.hibernate.mapping.ToOne
 
setPropertyRef(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
Sets the value of the propertyRef property.
setPropertyRef(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Sets the value of the propertyRef property.
setPropertyRef(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the propertyRef property.
setPropertyRef(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
Sets the value of the propertyRef property.
setPropertyType(Type) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
setPropertyValue(Object, int, Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
setPropertyValue(Object, int, Object) - Method in interface org.hibernate.persister.entity.EntityPersister
setPropertyValue(Object, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractToOneMapper
 
setPropertyValue(Object, String, Object) - Method in interface org.hibernate.metadata.ClassMetadata
Deprecated.
Set the value of a particular (named) property
setPropertyValue(Object, String, Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
setPropertyValues(Object[]) - Method in class org.hibernate.event.spi.FlushEntityEvent
 
setPropertyValues(Object, Object[]) - Method in interface org.hibernate.bytecode.spi.ReflectionOptimizer.AccessOptimizer
Set all property values into an entity instance.
setPropertyValues(Object, Object[]) - Method in interface org.hibernate.metadata.ClassMetadata
Deprecated.
Set the given values to the mapped properties of the given object
setPropertyValues(Object, Object[]) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
setPropertyValues(Object, Object[]) - Method in interface org.hibernate.persister.entity.EntityPersister
setPropertyValues(Object, Object[]) - Method in class org.hibernate.type.AnyType
 
setPropertyValues(Object, Object[]) - Method in class org.hibernate.type.ComponentType
 
setPropertyValues(Object, Object[]) - Method in interface org.hibernate.type.CompositeType
Inject property values onto the given component instance
setProvider(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
Sets the value of the provider property.
setProviderClassName(String) - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
setProxy(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Sets the value of the proxy property.
setProxy(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Sets the value of the proxy property.
SetProxy<U> - Class in org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy
 
SetProxy() - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SetProxy
 
SetProxy(Collection<E>) - Constructor for class org.hibernate.collection.spi.AbstractPersistentCollection.SetProxy
 
SetProxy(Initializor<Set<U>>) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SetProxy
 
setProxyCompliance(boolean) - Method in class org.hibernate.jpa.internal.JpaComplianceImpl.JpaComplianceBuilder
 
setProxyCompliance(boolean) - Method in class org.hibernate.jpa.internal.MutableJpaComplianceImpl
 
setProxyCompliance(boolean) - Method in interface org.hibernate.jpa.spi.MutableJpaCompliance
 
setProxyInterfaceName(String) - Method in class org.hibernate.mapping.PersistentClass
 
setPrunedTableExpression(String) - Method in class org.hibernate.sql.ast.tree.from.NamedTableReference
 
setQuantity(int) - Method in class org.hibernate.testing.orm.domain.retail.LineItem
 
setQuery(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedNativeQuery
Sets the value of the query property.
setQuery(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedQuery
Sets the value of the query property.
setQuery(String) - Method in interface org.hibernate.boot.jaxb.mapping.NamedQuery
 
setQuery(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedNativeQuery
Sets the value of the query property.
setQuery(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedQuery
Sets the value of the query property.
setQuery(String) - Method in class org.hibernate.query.sql.spi.NamedNativeQueryMemento.Builder
 
setQueryCompliance(boolean) - Method in class org.hibernate.jpa.internal.JpaComplianceImpl.JpaComplianceBuilder
 
setQueryCompliance(boolean) - Method in class org.hibernate.jpa.internal.MutableJpaComplianceImpl
 
setQueryCompliance(boolean) - Method in interface org.hibernate.jpa.spi.MutableJpaCompliance
 
SetQueryGroupContext(HqlParser.QueryExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.SetQueryGroupContext
 
setQueryPart(SqmQueryPart<T>) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
setQueryPlanCacheable(boolean) - Method in interface org.hibernate.query.SelectionQuery
Enable/disable query plan caching for this query.
setQueryPlanCacheable(boolean) - Method in class org.hibernate.query.spi.AbstractQuery
 
setQueryPlanCacheable(boolean) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setQueryPlanCacheable(boolean) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setQueryPlanCacheable(boolean) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setQueryPlanCacheable(boolean) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
setQueryPlanCacheable(boolean) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setQueryPlanCachingEnabled(Boolean) - Method in class org.hibernate.query.internal.QueryOptionsImpl
 
setQueryPlanCachingEnabled(Boolean) - Method in interface org.hibernate.query.spi.MutableQueryOptions
setQueryProperties(Query) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
setQueryRef(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLoaderType
Sets the value of the queryRef property.
setQueryRef(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbCustomLoader
Sets the value of the queryRef property.
setQuerySpaces(Set) - Method in class org.hibernate.event.spi.AutoFlushEvent
 
setQuerySpaces(Set<String>) - Method in class org.hibernate.boot.query.NamedNativeQueryDefinitionBuilder
 
setQuerySpaces(Set<String>) - Method in class org.hibernate.query.sql.spi.NamedNativeQueryMemento.Builder
 
setQuoted(boolean) - Method in class org.hibernate.mapping.Table
 
setQuoted(boolean) - Method in class org.hibernate.mapping.UserDefinedType
 
setQuotedCaseStrategy(IdentifierCaseStrategy) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
setReached(boolean) - Method in class org.hibernate.engine.spi.CollectionEntry
 
setRead(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Sets the value of the read property.
setRead(String) - Method in class org.hibernate.boot.jaxb.hbm.transform.TargetColumnAdapterJaxbColumn
 
setRead(String) - Method in class org.hibernate.boot.jaxb.hbm.transform.TargetColumnAdapterJaxbJoinColumn
 
setRead(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbColumn
Sets the value of the read property.
setReadOnly(boolean) - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
setReadOnly(boolean) - Method in interface org.hibernate.proxy.LazyInitializer
Set an associated modifiable proxy to read-only mode, or a read-only proxy to modifiable mode.
setReadOnly(boolean) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setReadOnly(boolean) - Method in class org.hibernate.query.internal.QueryOptionsImpl
 
setReadOnly(boolean) - Method in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
setReadOnly(boolean) - Method in interface org.hibernate.query.NativeQuery
 
setReadOnly(boolean) - Method in interface org.hibernate.query.Query
 
setReadOnly(boolean) - Method in interface org.hibernate.query.SelectionQuery
Set the read-only/modifiable mode for entities and proxies loaded by this Query.
setReadOnly(boolean) - Method in class org.hibernate.query.spi.AbstractQuery
 
setReadOnly(boolean) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setReadOnly(boolean) - Method in interface org.hibernate.query.spi.MutableQueryOptions
setReadOnly(boolean) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setReadOnly(boolean) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setReadOnly(boolean) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setReadOnly(boolean) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
setReadOnly(boolean) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setReadOnly(boolean) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setReadOnly(boolean, Object) - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
setReadOnly(boolean, Object) - Method in interface org.hibernate.engine.spi.EntityEntry
 
setReadOnly(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Sets the value of the readOnly property.
setReadOnly(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Sets the value of the readOnly property.
setReadOnly(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedNativeQuery
Sets the value of the readOnly property.
setReadOnly(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedQuery
Sets the value of the readOnly property.
setReadOnly(Boolean) - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
 
setReadOnly(Boolean) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
setReadOnly(Boolean) - Method in class org.hibernate.event.spi.LoadEvent
 
setReadOnly(Boolean) - Method in class org.hibernate.query.internal.NamedQueryHelper.NamedQueryDescriptorBuilder
 
setReadOnly(Boolean) - Method in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
setReadOnly(Object, boolean) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
setReadOnly(Object, boolean) - Method in interface org.hibernate.engine.spi.PersistenceContext
Set an unmodified persistent object to read-only mode, or a read-only object to modifiable mode.
setReadOnly(Object, boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
setReadOnly(Object, boolean) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
setReadOnly(Object, boolean) - Method in class org.hibernate.internal.SessionImpl
 
setReadOnly(Object, boolean) - Method in interface org.hibernate.Session
Set an unmodified persistent object to read-only mode, or a read-only object to modifiable mode.
setRecursive() - Method in class org.hibernate.sql.ast.tree.cte.CteStatement
 
setReferencedColumn(String) - Method in class org.hibernate.boot.model.internal.AnnotatedJoinColumn
 
setReferencedColumnName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbJoinColumn
Sets the value of the referencedColumnName property.
setReferencedColumnName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbMapKeyJoinColumn
Sets the value of the referencedColumnName property.
setReferencedColumnName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbPrimaryKeyJoinColumn
Sets the value of the referencedColumnName property.
setReferencedColumnName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
Sets the value of the referencedColumnName property.
setReferencedColumnName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
Sets the value of the referencedColumnName property.
setReferencedColumnName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PrimaryKeyJoinColumn
Sets the value of the referencedColumnName property.
setReferencedEntityName(String) - Method in class org.hibernate.boot.model.internal.BasicValueBinder
 
setReferencedEntityName(String) - Method in class org.hibernate.boot.model.internal.PropertyBinder
 
setReferencedEntityName(String) - Method in class org.hibernate.mapping.ForeignKey
 
setReferencedEntityName(String) - Method in class org.hibernate.mapping.OneToMany
Associated entity on the "many" side
setReferencedEntityName(String) - Method in class org.hibernate.mapping.ToOne
 
setReferencedPropertyName(String) - Method in class org.hibernate.mapping.Collection
 
setReferencedPropertyName(String) - Method in class org.hibernate.mapping.ToOne
 
setReferencedTable(Table) - Method in class org.hibernate.mapping.ForeignKey
 
setReferenceToPrimaryKey(boolean) - Method in class org.hibernate.mapping.ToOne
 
setRegion(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCollectionCacheType
Sets the value of the region property.
setRegion(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEntityCacheType
Sets the value of the region property.
setRegion(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheType
Sets the value of the region property.
setRegion(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNaturalIdCacheType
Sets the value of the region property.
setRegion(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbCaching
Sets the value of the region property.
setRegion(String) - Method in class org.hibernate.boot.model.Caching
Deprecated.
 
setRelationMappedBy(String) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
setRelationTargetAuditMode(RelationTargetAuditMode) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
Set the relationTargetAuditMode property value.
setRelationTargetNotFoundAction(RelationTargetNotFoundAction) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
setRename(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmClassRenameType
Sets the value of the rename property.
setRename(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbHqlImport
Sets the value of the rename property.
setReplicationMode(ReplicationMode) - Method in class org.hibernate.event.spi.ReplicateEvent
 
setReported(Instant) - Method in class org.hibernate.testing.orm.domain.helpdesk.Incident
 
setRequested(TruthValue) - Method in class org.hibernate.boot.model.Caching
Deprecated.
 
setRequestedId(Object) - Method in class org.hibernate.event.spi.MergeEvent
 
setRequestedId(Object) - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
setReservedWords(Set<String>) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
setResolvedCustomRead(String) - Method in class org.hibernate.mapping.Column
 
setResolvedEntityState(Object[]) - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
setResolvingCircularFetch(boolean) - Method in class org.hibernate.loader.ast.internal.LoaderSqlAstCreationState
 
setResolvingCircularFetch(boolean) - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
setResolvingCircularFetch(boolean) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
setResolvingCircularFetch(boolean) - Method in interface org.hibernate.sql.results.graph.DomainResultCreationState
 
setResource(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
Sets the value of the resource property.
setRestriction(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaQueryStructure
 
setRestriction(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
setRestriction(Predicate...) - Method in interface org.hibernate.query.criteria.JpaQueryStructure
 
setRestriction(Predicate...) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
setRestriction(JpaPredicate) - Method in interface org.hibernate.query.criteria.JpaQueryStructure
 
setRestriction(JpaPredicate) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
setRestriction(Predicate) - Method in class org.hibernate.sql.ast.tree.delete.DeleteStatement.DeleteStatementBuilder
 
setRestriction(Predicate) - Method in class org.hibernate.sql.ast.tree.update.UpdateStatement.UpdateStatementBuilder
 
setResult(Object) - Method in class org.hibernate.event.spi.LoadEvent
 
setResult(Object) - Method in class org.hibernate.event.spi.MergeEvent
 
setResultCacheRegionName(String) - Method in class org.hibernate.query.internal.QueryOptionsImpl
 
setResultCacheRegionName(String) - Method in interface org.hibernate.query.spi.MutableQueryOptions
setResultCachingEnabled(boolean) - Method in class org.hibernate.query.internal.QueryOptionsImpl
 
setResultCachingEnabled(boolean) - Method in interface org.hibernate.query.spi.MutableQueryOptions
setResultClass(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedNativeQuery
Sets the value of the resultClass property.
setResultClass(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedNativeQuery
Sets the value of the resultClass property.
setResultId(Object) - Method in class org.hibernate.event.spi.SaveOrUpdateEvent
 
setResultListTransformer(ResultListTransformer) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setResultListTransformer(ResultListTransformer<?>) - Method in class org.hibernate.query.internal.QueryOptionsImpl
 
setResultListTransformer(ResultListTransformer<?>) - Method in interface org.hibernate.query.spi.MutableQueryOptions
 
setResultListTransformer(ResultListTransformer<R>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setResultListTransformer(ResultListTransformer<R>) - Method in interface org.hibernate.query.Query
setResultListTransformer(ResultListTransformer<R>) - Method in class org.hibernate.query.spi.AbstractQuery
 
setResultListTransformer(ResultListTransformer<R>) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setResultListTransformer(ResultListTransformer<R>) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setResultListTransformer(ResultListTransformer<R>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setResultListTransformer(ResultListTransformer<T>) - Method in interface org.hibernate.query.NativeQuery
 
setResultSetMapping(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedNativeQuery
Sets the value of the resultSetMapping property.
setResultSetMapping(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedNativeQuery
Sets the value of the resultSetMapping property.
setResultSetMappingClassName(String) - Method in class org.hibernate.boot.query.NamedNativeQueryDefinitionBuilder
 
setResultSetMappingClassName(String) - Method in class org.hibernate.query.sql.spi.NamedNativeQueryMemento.Builder
 
setResultSetMappingName(String) - Method in class org.hibernate.boot.query.NamedNativeQueryDefinitionBuilder
 
setResultSetMappingName(String) - Method in class org.hibernate.query.sql.spi.NamedNativeQueryMemento.Builder
 
setResultsetRef(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Sets the value of the resultsetRef property.
setResultTransformer(ResultTransformer<S>) - Method in interface org.hibernate.query.NativeQuery
Deprecated.
setResultTransformer(ResultTransformer<S>) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
Deprecated.
setResultTransformer(ResultTransformer<T>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
Deprecated.
setResultTransformer(ResultTransformer<T>) - Method in interface org.hibernate.query.Query
setResultTransformer(ResultTransformer<T>) - Method in interface org.hibernate.query.spi.QueryImplementor
Deprecated.
setResultTransformer(ResultTransformer<T>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
Deprecated.
setResultType(Class<T>) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
Don't use this method.
setReturnDiscriminator(JaxbHbmNativeQueryReturnType.JaxbHbmReturnDiscriminator) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryReturnType
Sets the value of the returnDiscriminator property.
setReturnedClass(XClass) - Method in class org.hibernate.boot.model.internal.PropertyBinder
 
setReturnedClassName(String) - Method in class org.hibernate.boot.model.internal.BasicValueBinder
 
setReturnedClassName(String) - Method in class org.hibernate.boot.model.internal.PropertyBinder
 
setReturnedClassName(String) - Method in class org.hibernate.mapping.Property
 
setReturnTypeResolver(FunctionReturnTypeResolver) - Method in class org.hibernate.query.sqm.produce.function.NamedFunctionDescriptorBuilder
 
setReturnTypeResolver(FunctionReturnTypeResolver) - Method in class org.hibernate.query.sqm.produce.function.PatternFunctionDescriptorBuilder
 
setRevisionInfoNumberReader(RevisionInfoNumberReader) - Method in class org.hibernate.envers.internal.revisioninfo.DefaultRevisionInfoGenerator
 
setRevisionInfoNumberReader(RevisionInfoNumberReader) - Method in interface org.hibernate.envers.internal.revisioninfo.RevisionInfoGenerator
Set the revision entity number reader instance.
setRevisionTimestampGetter(Getter) - Method in class org.hibernate.envers.strategy.internal.ValidityAuditStrategy
Deprecated.
with no replacement.
setRole(String) - Method in class org.hibernate.engine.spi.CollectionEntry
 
setRole(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant
Sets the value of the role property.
setRole(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryCollectionLoadReturnType
Sets the value of the role property.
setRole(String) - Method in class org.hibernate.mapping.Collection
 
setRoleName(String) - Method in class org.hibernate.mapping.Component
 
setRollbackOnly() - Method in class org.hibernate.engine.transaction.internal.TransactionImpl
 
setRollbackOnly() - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter
 
setRollbackOnly() - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter.TransactionAdapter
 
setRoots(List<SqmRoot<?>>) - Method in class org.hibernate.query.sqm.tree.from.SqmFromClause
Inject the complete set of domain roots
setRowid(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the rowid property.
setRowid(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Sets the value of the rowid property.
setRowId(String) - Method in class org.hibernate.mapping.Table
 
setRowNumber(int) - Method in class org.hibernate.internal.EmptyScrollableResults
 
setRowNumber(int) - Method in class org.hibernate.internal.FetchingScrollableResultsImpl
 
setRowNumber(int) - Method in class org.hibernate.internal.ScrollableResultsImpl
 
setRowNumber(int) - Method in interface org.hibernate.ScrollableResults
Set the current position in the result set.
setSalesAssociate(SalesAssociate) - Method in class org.hibernate.testing.orm.domain.retail.Order
 
setScale(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Sets the value of the scale property.
setScale(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Sets the value of the scale property.
setScale(Integer) - Method in class org.hibernate.boot.jaxb.hbm.transform.TargetColumnAdapterJaxbColumn
 
setScale(Integer) - Method in class org.hibernate.boot.jaxb.hbm.transform.TargetColumnAdapterJaxbJoinColumn
 
setScale(Integer) - Method in class org.hibernate.boot.jaxb.mapping.JaxbColumn
Sets the value of the scale property.
setScale(Integer) - Method in class org.hibernate.boot.jaxb.mapping.JaxbMapKeyColumn
Sets the value of the scale property.
setScale(Integer) - Method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
setScale(Integer) - Method in class org.hibernate.engine.jdbc.Size
 
setScale(Integer) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
Sets the value of the scale property.
setScale(Integer) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
Sets the value of the scale property.
setScale(Integer) - Method in class org.hibernate.mapping.Column
 
setScale(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the scale property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbCollectionTable
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbJoinTable
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbPersistenceUnitDefaults
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbSecondaryTable
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbSequenceGenerator
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbTable
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbTableGenerator
Sets the value of the schema property.
setSchema(String) - Method in interface org.hibernate.boot.jaxb.mapping.SchemaAware
 
setSchema(String) - Method in class org.hibernate.boot.model.internal.TableBinder
 
setSchema(String) - Method in class org.hibernate.boot.model.internal.XMLContext.Default
 
setSchema(String) - Method in class org.hibernate.envers.boot.model.Join
 
setSchema(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitDefaults
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Table
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
Sets the value of the schema property.
setSchema(String) - Method in class org.hibernate.mapping.Table
 
setSchema(String) - Method in class org.hibernate.mapping.UserDefinedType
 
setScope(boolean) - Method in class org.hibernate.LockOptions
setScope(boolean) - Method in interface org.hibernate.Session.LockRequest
setSecondNestedValue(String) - Method in class org.hibernate.testing.orm.domain.gambit.Component.Nested
 
setSecurity(JaxbCfgHibernateConfiguration.JaxbCfgSecurity) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration
Sets the value of the security property.
setSelectable(boolean) - Method in class org.hibernate.mapping.Property
 
setSelectBeforeUpdate(boolean) - Method in class org.hibernate.mapping.PersistentClass
 
setSelectBeforeUpdate(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
Sets the value of the selectBeforeUpdate property.
setSelectBeforeUpdate(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Sets the value of the selectBeforeUpdate property.
setSelectClause(SqmSelectClause) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
setSelection(JpaSelection<T>) - Method in interface org.hibernate.query.criteria.JpaQueryStructure
 
setSelection(JpaSelection<T>) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
setSelection(SqmSelectableNode<?>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectClause
 
setSelection(SqmSelection<?>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectClause
 
setSelectQueryPart(SqmQueryPart<?>) - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertSelectStatement
 
setSequenceGenerator(JaxbSequenceGenerator) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Sets the value of the sequenceGenerator property.
setSequenceGenerator(JaxbSequenceGenerator) - Method in class org.hibernate.boot.jaxb.mapping.JaxbId
Sets the value of the sequenceGenerator property.
setSequenceGenerator(SequenceGenerator) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Sets the value of the sequenceGenerator property.
setSequenceGenerator(SequenceGenerator) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Id
Sets the value of the sequenceGenerator property.
setSequenceName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbSequenceGenerator
Sets the value of the sequenceName property.
setSequenceName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator
Sets the value of the sequenceName property.
setSerialNumber(String) - Method in class org.hibernate.testing.orm.domain.animal.Animal
 
setService(R) - Method in class org.hibernate.service.spi.ServiceBinding
 
setServiceStatus(Status) - Method in class org.hibernate.testing.orm.domain.helpdesk.Account
 
setSession(SharedSessionContractImplementor) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
setSession(SharedSessionContractImplementor) - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.SessionAssociableInterceptor
 
setSession(SharedSessionContractImplementor) - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
setSession(SharedSessionContractImplementor) - Method in interface org.hibernate.proxy.LazyInitializer
Associate the proxy with the given session.
setSessionFactory(JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration
Sets the value of the sessionFactory property.
setSessionFactoryObserver(SessionFactoryObserver) - Method in class org.hibernate.cfg.Configuration
Specify a SessionFactoryObserver to be added to this configuration.
setSetClause(SqmSetClause) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
setSetOfBasics(Set<String>) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfSets
 
setSetOfComponents(Set<SimpleComponent>) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfSets
 
setSetOfConvertedEnums(Set<EnumValue>) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfSets
 
setSetOfEnums(Set<EnumValue>) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfSets
 
setSetOfManyToMany(Set<SimpleEntity>) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfSets
 
setSetOfOneToMany(Set<SimpleEntity>) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfSets
 
setSetOperator(SetOperator) - Method in interface org.hibernate.query.criteria.JpaQueryGroup
 
setSetOperator(SetOperator) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryGroup
 
setShared(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
Sets the value of the shared property.
setShared(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbMultiTenancy
Sets the value of the shared property.
setSharedCacheMode(SharedCacheMode) - Method in class org.hibernate.cfg.Configuration
Sets the SharedCacheMode to use.
setSharedCacheMode(String) - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
setSharedCacheMode(PersistenceUnitCachingType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
Sets the value of the sharedCacheMode property.
setSingleCharGender(EntityOfBasics.Gender) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
setSize(Shirt.Size) - Method in class org.hibernate.testing.orm.domain.gambit.Shirt
 
setSkipGlobalQuotingForColumnDefinitions(boolean) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
setSku(UUID) - Method in class org.hibernate.testing.orm.domain.retail.Product
 
setSnapshot(Object, String, Serializable) - Method in interface org.hibernate.collection.spi.PersistentCollection
After flushing, re-init snapshot state.
setSnapshot(Object, String, Serializable) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
setSomeDate(Date) - Method in class org.hibernate.testing.orm.domain.gambit.SimpleEntity
 
setSomeInstant(Instant) - Method in class org.hibernate.testing.orm.domain.gambit.SimpleEntity
 
setSomeInteger(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithLazyManyToOneSelfReference
 
setSomeInteger(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithLazyOneToOne
 
setSomeInteger(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneJoinTable
 
setSomeInteger(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneSelfReference
 
setSomeInteger(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneWithoutJoinTable
 
setSomeInteger(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToMany
 
setSomeInteger(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOne
 
setSomeInteger(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneJoinTable
 
setSomeInteger(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToOneSharingPrimaryKey
 
setSomeInteger(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.SimpleEntity
 
setSomeLong(Long) - Method in class org.hibernate.testing.orm.domain.gambit.SimpleEntity
 
setSomeString(String) - Method in class org.hibernate.testing.orm.domain.gambit.SimpleEntity
 
setSort(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the sort property.
setSort(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the sort property.
setSort(String) - Method in interface org.hibernate.boot.jaxb.mapping.CollectionAttribute
 
setSort(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
Sets the value of the sort property.
setSort(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
Sets the value of the sort property.
setSort(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
Sets the value of the sort property.
setSorted(boolean) - Method in class org.hibernate.mapping.Collection
 
setSorted(boolean) - Method in class org.hibernate.mapping.DependantValue
 
setSorted(boolean) - Method in class org.hibernate.mapping.ToOne
 
setSortedBasicByBasic(SortedMap<String, String>) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
setSortedBasicByBasicWithComparator(SortedMap<String, String>) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
setSortedBasicByBasicWithSortNaturalByDefault(SortedMap<String, String>) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
setSortedManyToManyByBasic(SortedMap<String, SimpleEntity>) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
setSortedManyToManyByBasicWithComparator(SortedMap<String, SimpleEntity>) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
setSortedManyToManyByBasicWithSortNaturalByDefault(SortedMap<String, SimpleEntity>) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
setSortedSetOfBasics(SortedSet<String>) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfSets
 
setSortedSetOfBasicsWithComparator(SortedSet<String>) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfSets
 
setSortedSetOfBasicsWithSortNaturalByDefault(SortedSet<String>) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfSets
 
setSortOrder(SortDirection) - Method in class org.hibernate.metamodel.mapping.ordering.ast.OrderingSpecification
 
setSortSpecifications(List<? extends JpaOrder>) - Method in interface org.hibernate.query.criteria.JpaQueryGroup
 
setSortSpecifications(List<? extends JpaOrder>) - Method in interface org.hibernate.query.criteria.JpaQueryPart
 
setSortSpecifications(List<? extends JpaOrder>) - Method in interface org.hibernate.query.criteria.JpaQueryStructure
 
setSortSpecifications(List<? extends JpaOrder>) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryGroup
 
setSortSpecifications(List<? extends JpaOrder>) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
 
setSortSpecifications(List<? extends JpaOrder>) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
setSortSpecifications(List<SqmSortSpecification>) - Method in class org.hibernate.query.sqm.tree.select.SqmOrderByClause
 
setSource(JaxbHbmTimestampSourceEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTimestampAttributeType
Sets the value of the source property.
setSourceSelectStatement(QueryPart) - Method in class org.hibernate.sql.ast.tree.insert.InsertSelectStatement
 
setSqlComment(String) - Method in class org.hibernate.sql.model.ast.builder.AbstractTableInsertBuilder
 
setSqlComment(String) - Method in class org.hibernate.sql.model.ast.builder.AbstractTableUpdateBuilder
 
setSqlComment(String) - Method in class org.hibernate.sql.model.ast.builder.TableDeleteBuilderStandard
 
setSqlDelete(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the sqlDelete property.
setSqlDelete(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the sqlDelete property.
setSqlDelete(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Sets the value of the sqlDelete property.
setSqlDelete(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the sqlDelete property.
setSqlDelete(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Sets the value of the sqlDelete property.
setSqlDelete(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the sqlDelete property.
setSqlDelete(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the sqlDelete property.
setSqlDelete(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the sqlDelete property.
setSqlDelete(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the sqlDelete property.
setSqlDelete(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Sets the value of the sqlDelete property.
setSqlDelete(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the sqlDelete property.
setSqlDelete(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Sets the value of the sqlDelete property.
setSqlDelete(JaxbCustomSql) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Sets the value of the sqlDelete property.
setSqlDeleteAll(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the sqlDeleteAll property.
setSqlDeleteAll(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the sqlDeleteAll property.
setSqlDeleteAll(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the sqlDeleteAll property.
setSqlDeleteAll(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the sqlDeleteAll property.
setSqlDeleteAll(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the sqlDeleteAll property.
setSqlDeleteAll(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the sqlDeleteAll property.
setSqlDeleteAll(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the sqlDeleteAll property.
setSqlExceptionConverter(SQLExceptionConverter) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
Inject the exception converter to use.
setSqlInsert(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the sqlInsert property.
setSqlInsert(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the sqlInsert property.
setSqlInsert(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Sets the value of the sqlInsert property.
setSqlInsert(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the sqlInsert property.
setSqlInsert(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Sets the value of the sqlInsert property.
setSqlInsert(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the sqlInsert property.
setSqlInsert(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the sqlInsert property.
setSqlInsert(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the sqlInsert property.
setSqlInsert(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the sqlInsert property.
setSqlInsert(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Sets the value of the sqlInsert property.
setSqlInsert(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the sqlInsert property.
setSqlInsert(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Sets the value of the sqlInsert property.
setSqlInsert(JaxbCustomSql) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Sets the value of the sqlInsert property.
setSqlKeywords(String) - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
 
setSqlOrder(SQLOrder) - Method in class org.hibernate.boot.model.internal.CollectionBinder
 
setSqlOrderBy(OrderBy) - Method in class org.hibernate.boot.model.internal.CollectionBinder
 
setSqlOrderBy(OrderBy) - Method in class org.hibernate.boot.model.internal.ListBinder
 
setSqlOrderBy(OrderBy) - Method in class org.hibernate.boot.model.internal.SetBinder
 
setSqlStateType(int) - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
 
setSqlStateType(SQLStateType) - Method in class org.hibernate.engine.jdbc.env.internal.ExtractedDatabaseMetaDataImpl.Builder
 
setSqlString(String) - Method in class org.hibernate.boot.query.NamedNativeQueryDefinitionBuilder
 
setSqlType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Sets the value of the sqlType property.
setSqlType(String) - Method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
setSqlType(String) - Method in class org.hibernate.mapping.Column
 
setSqlTypeCode(Integer) - Method in class org.hibernate.mapping.Column
 
setSqlUpdate(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the sqlUpdate property.
setSqlUpdate(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the sqlUpdate property.
setSqlUpdate(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
Sets the value of the sqlUpdate property.
setSqlUpdate(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the sqlUpdate property.
setSqlUpdate(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Sets the value of the sqlUpdate property.
setSqlUpdate(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the sqlUpdate property.
setSqlUpdate(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the sqlUpdate property.
setSqlUpdate(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the sqlUpdate property.
setSqlUpdate(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the sqlUpdate property.
setSqlUpdate(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Sets the value of the sqlUpdate property.
setSqlUpdate(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the sqlUpdate property.
setSqlUpdate(JaxbHbmCustomSqlDmlType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Sets the value of the sqlUpdate property.
setSqlUpdate(JaxbCustomSql) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Sets the value of the sqlUpdate property.
setSqmAliasedNodeCollector(BaseSqmToSqlAstConverter.SqmAliasedNodeCollector) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.DelegatingSqmAliasedNodeCollector
 
setStartTime(int) - Method in class org.hibernate.envers.internal.tools.graph.Vertex
 
setState(Object[]) - Method in class org.hibernate.event.spi.PreLoadEvent
 
setState(String) - Method in class org.hibernate.testing.orm.domain.gambit.MutableValue
 
setStatementInspector(StatementInspector) - Method in class org.hibernate.cfg.Configuration
Specify a StatementInspector to be added to this configuration.
setStaticField(Class<?>, String, Object) - Static method in class org.hibernate.testing.util.ReflectionUtil
Set target Class field to a certain value
setStatisticsEnabled(boolean) - Method in class org.hibernate.stat.internal.StatisticsImpl
 
setStatisticsEnabled(boolean) - Method in interface org.hibernate.stat.Statistics
Enable or disable statistics collection.
setStatus(Status) - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
setStatus(Status) - Method in interface org.hibernate.engine.spi.EntityEntry
 
setStoresLowerCaseIdentifiers(boolean) - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
 
setStoresUpperCaseIdentifiers(boolean) - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
 
setStrategy(GenerationType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbGeneratedValue
Sets the value of the strategy property.
setStrategy(InheritanceType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbInheritance
Sets the value of the strategy property.
setStrategy(String) - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition.Builder
 
setStrategy(GenerationType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.GeneratedValue
Sets the value of the strategy property.
setStrategy(InheritanceType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Inheritance
Sets the value of the strategy property.
setStreet(String) - Method in class org.hibernate.testing.orm.domain.animal.Address
 
setStructColumnNames(String[]) - Method in class org.hibernate.mapping.Component
 
setStructName(String) - Method in class org.hibernate.mapping.Component
 
setStyle(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbFetchProfile.JaxbFetch
Sets the value of the style property.
setStyle(UuidGenerator.Style) - Method in class org.hibernate.boot.jaxb.mapping.JaxbUuidGenerator
Sets the value of the style property.
setStyle(JaxbHbmFetchStyleEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType.JaxbHbmFetch
Sets the value of the style property.
setSubgraph(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedAttributeNode
Sets the value of the subgraph property.
setSubgraph(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.NamedAttributeNode
Sets the value of the subgraph property.
setSubselect(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the subselect property.
setSubselect(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the subselect property.
setSubselect(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the subselect property.
setSubselect(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Sets the value of the subselect property.
setSubselect(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the subselect property.
setSubselect(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the subselect property.
setSubselect(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the subselect property.
setSubselect(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the subselect property.
setSubselect(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Sets the value of the subselect property.
setSubselect(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the subselect property.
setSubselect(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Sets the value of the subselect property.
setSubselect(String) - Method in class org.hibernate.mapping.Table
 
setSubselectAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the subselectAttribute property.
setSubselectAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the subselectAttribute property.
setSubselectAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the subselectAttribute property.
setSubselectAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Sets the value of the subselectAttribute property.
setSubselectAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the subselectAttribute property.
setSubselectAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the subselectAttribute property.
setSubselectAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the subselectAttribute property.
setSubselectAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the subselectAttribute property.
setSubselectAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Sets the value of the subselectAttribute property.
setSubselectAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the subselectAttribute property.
setSubselectAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Sets the value of the subselectAttribute property.
setSubselectFetchEnabled(boolean) - Method in class org.hibernate.engine.spi.LoadQueryInfluencers
 
setSubselectFetchingEnabled(boolean) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
setSubselectFetchingEnabled(boolean) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
setSubselectFetchingEnabled(boolean) - Method in class org.hibernate.internal.SessionImpl
 
setSubselectFetchingEnabled(boolean) - Method in interface org.hibernate.Session
Enable or disable subselect fetching in this session.
setSubselectLoadable(boolean) - Method in class org.hibernate.mapping.Collection
 
setSubselectLoadableCollections(boolean) - Method in class org.hibernate.mapping.PersistentClass
 
setSubTotal(MonetaryAmount) - Method in class org.hibernate.testing.orm.domain.retail.LineItem
 
setSuffix(String) - Method in class org.hibernate.testing.orm.domain.retail.Name
 
setSuperclass(PersistentClass) - Method in class org.hibernate.mapping.Subclass
 
setSuperMappedSuperclass(MappedSuperclass) - Method in class org.hibernate.mapping.PersistentClass
 
setSupplementalDetail(String) - Method in class org.hibernate.testing.orm.domain.retail.Vendor
 
setSupportsBatchUpdates(boolean) - Method in class org.hibernate.engine.jdbc.env.internal.ExtractedDatabaseMetaDataImpl.Builder
 
setSupportsBatchUpdates(boolean) - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
 
setSupportsDataDefinitionInTransaction(boolean) - Method in class org.hibernate.engine.jdbc.env.internal.ExtractedDatabaseMetaDataImpl.Builder
 
setSupportsGetGeneratedKeys(boolean) - Method in class org.hibernate.engine.jdbc.env.internal.ExtractedDatabaseMetaDataImpl.Builder
 
setSupportsGetGeneratedKeys(boolean) - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
 
setSupportsNamedParameters(boolean) - Method in class org.hibernate.engine.jdbc.env.internal.ExtractedDatabaseMetaDataImpl.Builder
 
setSupportsNamedParameters(boolean) - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
 
setSupportsRefCursors(boolean) - Method in class org.hibernate.engine.jdbc.env.internal.ExtractedDatabaseMetaDataImpl.Builder
 
setSupportsRefCursors(boolean) - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
 
setSupportsResultSetType(boolean) - Method in class org.hibernate.testing.jdbc.JdbcMocks.ConnectionBuilder
 
setSupportsScrollableResults(boolean) - Method in class org.hibernate.engine.jdbc.env.internal.ExtractedDatabaseMetaDataImpl.Builder
 
setSynchronizationEnabled(boolean) - Method in class org.hibernate.loader.internal.NaturalIdLoadAccessImpl
 
setSynchronizationEnabled(boolean) - Method in class org.hibernate.loader.internal.SimpleNaturalIdLoadAccessImpl
 
setSynchronizationEnabled(boolean) - Method in interface org.hibernate.NaturalIdLoadAccess
Determines if cached natural id cross-references are synchronized before query execution with unflushed modifications made in memory to mutable natural ids.
setSynchronizationEnabled(boolean) - Method in interface org.hibernate.SimpleNaturalIdLoadAccess
For entities with mutable natural ids, should Hibernate perform "synchronization" prior to performing lookups? The default is to perform "synchronization" (for correctness).
setSystemAccessStatus(Status) - Method in class org.hibernate.testing.orm.domain.helpdesk.Account
 
setTable(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSynchronizeType
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.boot.jaxb.hbm.transform.TargetColumnAdapterJaxbColumn
 
setTable(String) - Method in class org.hibernate.boot.jaxb.hbm.transform.TargetColumnAdapterJaxbJoinColumn
 
setTable(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbColumn
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbHbmFilter.JaxbAliases
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbJoinColumn
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbMapKeyColumn
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbMapKeyJoinColumn
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbSynchronizedTable
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbTableGenerator
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.envers.boot.model.Join
 
setTable(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
Sets the value of the table property.
setTable(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
Sets the value of the table property.
setTable(JaxbTable) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Sets the value of the table property.
setTable(Table) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Sets the value of the table property.
setTable(Table) - Method in class org.hibernate.boot.model.internal.AnnotatedColumns
 
setTable(Table) - Method in class org.hibernate.boot.model.internal.BasicValueBinder
 
setTable(Table) - Method in class org.hibernate.mapping.Constraint
 
setTable(Table) - Method in class org.hibernate.mapping.Index
 
setTable(Table) - Method in class org.hibernate.mapping.Join
 
setTable(Table) - Method in class org.hibernate.mapping.JoinedSubclass
 
setTable(Table) - Method in class org.hibernate.mapping.RootClass
 
setTable(Table) - Method in class org.hibernate.mapping.SimpleValue
 
setTable(Table) - Method in interface org.hibernate.mapping.TableOwner
 
setTable(Table) - Method in class org.hibernate.mapping.UnionSubclass
 
setTableBinder(TableBinder) - Method in class org.hibernate.boot.model.internal.CollectionBinder
 
setTableExpression(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Sets the value of the tableExpression property.
setTableGenerator(JaxbTableGenerator) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Sets the value of the tableGenerator property.
setTableGenerator(JaxbTableGenerator) - Method in class org.hibernate.boot.jaxb.mapping.JaxbId
Sets the value of the tableGenerator property.
setTableGenerator(TableGenerator) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Entity
Sets the value of the tableGenerator property.
setTableGenerator(TableGenerator) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Id
Sets the value of the tableGenerator property.
setTableGroupInitializerCallback(Consumer<TableGroup>) - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
setTableName(String) - Method in class org.hibernate.sql.Delete
 
setTableName(String) - Method in class org.hibernate.sql.Insert
 
setTableName(String) - Method in class org.hibernate.sql.SimpleSelect
Sets the name of the table we are selecting from
setTableName(String) - Method in class org.hibernate.sql.Update
 
setTarget(JpaRoot<E>) - Method in interface org.hibernate.query.criteria.JpaManipulationCriteria
Set the root path
setTarget(JpaRoot<E>) - Method in class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
 
setTarget(JpaRoot<E>) - Method in interface org.hibernate.query.sqm.tree.SqmDmlStatement
Set the root path
setTargetClass(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbConstructorResult
Sets the value of the targetClass property.
setTargetClass(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
Sets the value of the targetClass property.
setTargetClass(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ConstructorResult
Sets the value of the targetClass property.
setTargetClass(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Sets the value of the targetClass property.
setTargetEntity(String) - Method in interface org.hibernate.boot.jaxb.mapping.AssociationAttribute
 
setTargetEntity(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
Sets the value of the targetEntity property.
setTargetEntity(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbManyToOne
Sets the value of the targetEntity property.
setTargetEntity(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
Sets the value of the targetEntity property.
setTargetEntity(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbOneToOne
Sets the value of the targetEntity property.
setTargetEntity(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
Sets the value of the targetEntity property.
setTargetEntity(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
Sets the value of the targetEntity property.
setTargetEntity(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
Sets the value of the targetEntity property.
setTargetEntity(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
Sets the value of the targetEntity property.
setTargetEntity(XClass) - Method in class org.hibernate.boot.model.internal.CollectionBinder
 
setTemporal(TemporalType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbBasic
Sets the value of the temporal property.
setTemporal(TemporalType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
Sets the value of the temporal property.
setTemporal(TemporalType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbId
Sets the value of the temporal property.
setTemporal(TemporalType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbVersion
Sets the value of the temporal property.
setTemporal(TemporalType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Basic
Sets the value of the temporal property.
setTemporal(TemporalType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
Sets the value of the temporal property.
setTemporal(TemporalType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Id
Sets the value of the temporal property.
setTemporal(TemporalType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Version
Sets the value of the temporal property.
setTemporalPrecision(TemporalType) - Method in class org.hibernate.mapping.BasicValue
 
setTenantId(JaxbTenantId) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Sets the value of the tenantId property.
Setter - Interface in org.hibernate.property.access.spi
The contract for setting the value of a persistent attribute on its container/owner.
SetterFieldImpl - Class in org.hibernate.property.access.spi
Field-based implementation of Setter
SetterFieldImpl(Class<?>, String, Field) - Constructor for class org.hibernate.property.access.spi.SetterFieldImpl
 
SetterImpl(String) - Constructor for class org.hibernate.property.access.internal.PropertyAccessMapImpl.SetterImpl
 
SetterMethodImpl - Class in org.hibernate.property.access.spi
 
SetterMethodImpl(Class<?>, String, Method) - Constructor for class org.hibernate.property.access.spi.SetterMethodImpl
 
setterMethodOrNull(Class, String, Class) - Static method in class org.hibernate.internal.util.ReflectHelper
 
setterMethodOrNullBySetterName(Class, String, Class) - Static method in class org.hibernate.internal.util.ReflectHelper
 
setTheBoolean(Boolean) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
setTheClob(Clob) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
setTheDate(Date) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
setTheDouble(double) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
setTheDuration(Duration) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
setTheInstant(Instant) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
setTheInt(int) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
setTheInteger(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
setTheLocalDate(LocalDate) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
setTheLocalDateTime(LocalDateTime) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
setTheLocalTime(LocalTime) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
setTheNumericBoolean(Boolean) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
setTheOffsetDateTime(OffsetDateTime) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
setTheShort(short) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
setTheString(String) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
setTheStringBoolean(Boolean) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
setTheTime(Date) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
setTheTimestamp(Date) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
setTheUrl(URL) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
setTheZonedDateTime(ZonedDateTime) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfBasics
 
setTimeout(int) - Method in class org.hibernate.engine.transaction.internal.TransactionImpl
 
setTimeout(int) - Method in interface org.hibernate.envers.query.AuditAssociationQuery
 
setTimeout(int) - Method in interface org.hibernate.envers.query.AuditQuery
 
setTimeout(int) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditAssociationQuery
 
setTimeout(int) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
setTimeout(int) - Method in interface org.hibernate.query.CommonQueryContract
Set the query timeout in seconds.
setTimeout(int) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setTimeout(int) - Method in class org.hibernate.query.internal.QueryOptionsImpl
 
setTimeout(int) - Method in interface org.hibernate.query.MutationQuery
 
setTimeout(int) - Method in interface org.hibernate.query.NativeQuery
 
setTimeout(int) - Method in interface org.hibernate.query.Query
 
setTimeout(int) - Method in interface org.hibernate.query.SelectionQuery
 
setTimeout(int) - Method in class org.hibernate.query.spi.AbstractCommonQueryContract
 
setTimeout(int) - Method in class org.hibernate.query.spi.AbstractQuery
 
setTimeout(int) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
setTimeout(int) - Method in interface org.hibernate.query.spi.MutableQueryOptions
setTimeout(int) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setTimeout(int) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setTimeout(int) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setTimeout(int) - Method in class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
setTimeout(int) - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
setTimeout(int) - Method in interface org.hibernate.query.sqm.SqmSelectionQuery
 
setTimeout(int) - Method in interface org.hibernate.Transaction
Set the transaction timeout for any transaction started by any subsequent call to EntityTransaction.begin() on this instance.
setTimeout(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
Sets the value of the timeout property.
setTimeout(Integer) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
Sets the value of the timeout property.
setTimeout(Integer) - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedNativeQuery
Sets the value of the timeout property.
setTimeout(Integer) - Method in class org.hibernate.boot.jaxb.mapping.JaxbNamedQuery
Sets the value of the timeout property.
setTimeout(Integer) - Method in interface org.hibernate.boot.jaxb.mapping.NamedQuery
 
setTimeout(Integer) - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
 
setTimeout(Integer) - Method in class org.hibernate.query.internal.NamedQueryHelper.NamedQueryDescriptorBuilder
 
setTimeout(Integer) - Method in class org.hibernate.query.internal.QueryOptionsImpl
 
setTimeout(Integer) - Method in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
setTimeOut(int) - Method in class org.hibernate.LockOptions
Set the timeout, that is, the maximum amount of time in milliseconds that the database should wait to obtain a pessimistic lock before returning an error to the client.
setTimeOut(int) - Method in class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl
 
setTimeOut(int) - Method in interface org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionAdapter
 
setTimeOut(int) - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionAdapterTransactionManagerImpl
 
setTimeOut(int) - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionAdapterUserTransactionImpl
 
setTimeOut(int) - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl
 
setTimeOut(int) - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
 
setTimeOut(int) - Method in interface org.hibernate.Session.LockRequest
Deprecated.
Specify the pessimistic lock timeout.
setTimestamp(long) - Method in class org.hibernate.envers.DefaultRevisionEntity
 
setTimestamp(long) - Method in class org.hibernate.envers.enhanced.SequenceIdRevisionEntity
 
setTimestamp(LocalDateTime) - Method in class org.hibernate.testing.orm.domain.userguide.Call
 
setTimestamp(JaxbHbmTimestampAttributeType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the timestamp property.
setTimestampVersionType(String) - Method in class org.hibernate.boot.model.internal.BasicValueBinder
 
setTimeZoneStorageType(TimeZoneStorageType) - Method in class org.hibernate.mapping.BasicValue
 
Setting - Annotation Type in org.hibernate.testing.orm.junit
A setting for use in other annotations to define settings for various things.
settingName() - Method in annotation type org.hibernate.testing.orm.junit.SettingProvider
The name of the setting whose value is being provided
SettingProvider - Annotation Type in org.hibernate.testing.orm.junit
Annotation to allow providing settings whose values can be types other than String.
SettingProvider.Provider<S> - Interface in org.hibernate.testing.orm.junit
Contract for providing a value
settingProviders() - Method in annotation type org.hibernate.testing.orm.junit.Jpa
 
settingProviders() - Method in annotation type org.hibernate.testing.orm.junit.ServiceRegistry
 
settings() - Method in class org.hibernate.engine.jdbc.internal.MutationStatementPreparerImpl
 
settings() - Method in annotation type org.hibernate.testing.orm.junit.ServiceRegistry
 
setToMany(boolean) - Method in class org.hibernate.boot.model.internal.PropertyBinder
 
setTrackEntitiesChanged(boolean) - Method in class org.hibernate.envers.configuration.Configuration
 
setTransacted(Instant) - Method in class org.hibernate.testing.orm.domain.retail.Order
 
setTransactionCompletionProcesses(ActionQueue.TransactionCompletionProcesses, boolean) - Method in class org.hibernate.engine.spi.ActionQueue
Bind transaction completion processes to make them shared between primary and secondary session.
setTransactionCompliance(boolean) - Method in class org.hibernate.jpa.internal.JpaComplianceImpl.JpaComplianceBuilder
 
setTransactionCompliance(boolean) - Method in class org.hibernate.jpa.internal.MutableJpaComplianceImpl
 
setTransactionCompliance(boolean) - Method in interface org.hibernate.jpa.spi.MutableJpaCompliance
 
setTransactionId(Integer) - Method in class org.hibernate.testing.orm.domain.retail.CardPayment
 
setTransactionTimeout(int) - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter
 
setTransactionTimeout(int) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.XAResourceWrapper
 
setTransactionTimeOut(int) - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
setTransactionTimeOut(int) - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorOwner
Set the effective transaction timeout period for the current transaction, in seconds.
setTransactionType(PersistenceUnitTransactionType) - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
setTransactionType(PersistenceUnitTransactionType) - Method in class org.hibernate.testing.orm.jpa.PersistenceUnitInfoImpl
 
setTransactionType(PersistenceUnitTransactionType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
Sets the value of the transactionType property.
setTupleTransformer(TupleTransformer<?>) - Method in class org.hibernate.query.internal.QueryOptionsImpl
 
setTupleTransformer(TupleTransformer<?>) - Method in interface org.hibernate.query.spi.MutableQueryOptions
 
setTupleTransformer(TupleTransformer<R>) - Method in interface org.hibernate.query.NativeQuery
 
setTupleTransformer(TupleTransformer<T>) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
setTupleTransformer(TupleTransformer<T>) - Method in interface org.hibernate.query.Query
setTupleTransformer(TupleTransformer<T>) - Method in class org.hibernate.query.spi.AbstractQuery
 
setTupleTransformer(TupleTransformer<T>) - Method in interface org.hibernate.query.spi.QueryImplementor
 
setTupleTransformer(TupleTransformer<T>) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
setTupleTransformer(TupleTransformer<T>) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
setTupleTransformer(TupleTransformer<T>) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
setType(InheritanceType) - Method in class org.hibernate.boot.model.internal.InheritanceState
 
setType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
Sets the value of the type property.
setType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
Sets the value of the type property.
setType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexType
Sets the value of the type property.
setType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryScalarReturnType
Sets the value of the type property.
setType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmQueryParamType
Sets the value of the type property.
setType(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmVersionAttributeType
Sets the value of the type property.
setType(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbFilterDef.JaxbFilterParam
Sets the value of the type property.
setType(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbHbmAnyDiscriminator
Sets the value of the type property.
setType(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbHbmAnyKey
Sets the value of the type property.
setType(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbQueryParamType
Sets the value of the type property.
setType(XProperty, XClass, String, ConverterDescriptor) - Method in class org.hibernate.boot.model.internal.BasicValueBinder
 
setType(JaxbCfgEventTypeEnum) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerGroupType
Sets the value of the type property.
setType(JaxbCfgEventTypeEnum) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerType
Sets the value of the type property.
setType(JaxbHbmTypeSpecificationType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the type property.
setType(JaxbHbmTypeSpecificationType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Sets the value of the type property.
setType(JaxbHbmTypeSpecificationType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
Sets the value of the type property.
setType(JaxbHbmTypeSpecificationType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
Sets the value of the type property.
setType(JaxbHbmTypeSpecificationType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Sets the value of the type property.
setType(JaxbColumnType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbBasic
Sets the value of the type property.
setType(JaxbColumnType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbId
Sets the value of the type property.
setType(TypeSpecification) - Method in class org.hibernate.envers.boot.model.BasicAttribute
 
setType(MappingModelExpressible<T>) - Method in class org.hibernate.query.internal.QueryParameterBindingImpl
 
setType(MappingModelExpressible<T>) - Method in interface org.hibernate.query.spi.QueryParameterBinding
Sets the mapping model expressible for this parameter.
setType(PhoneType) - Method in class org.hibernate.testing.orm.domain.userguide.Phone
 
SetType - Class in org.hibernate.type
 
SetType(String, String) - Constructor for class org.hibernate.type.SetType
 
setTypeAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the typeAttribute property.
setTypeAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Sets the value of the typeAttribute property.
setTypeAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
Sets the value of the typeAttribute property.
setTypeAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
Sets the value of the typeAttribute property.
setTypeAttribute(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Sets the value of the typeAttribute property.
setTypeConfiguration(TypeConfiguration) - Method in class org.hibernate.type.EnumType
Deprecated.
 
setTypeConfiguration(TypeConfiguration) - Method in interface org.hibernate.type.spi.TypeConfigurationAware
 
setTypeConfiguration(TypeConfiguration) - Method in class org.hibernate.usertype.UserTypeLegacyBridge
 
setTypeConfiguration(TypeConfiguration) - Method in class org.hibernate.usertype.UserTypeSupport
 
setTypeIndex(int) - Method in class org.hibernate.mapping.Column
 
setTypeName(String) - Method in class org.hibernate.mapping.Any.KeyValue
 
setTypeName(String) - Method in class org.hibernate.mapping.Any.MetaValue
 
setTypeName(String) - Method in class org.hibernate.mapping.BasicValue
 
setTypeName(String) - Method in class org.hibernate.mapping.Collection
 
setTypeName(String) - Method in class org.hibernate.mapping.SimpleValue
 
setTypeParameters(Map) - Method in class org.hibernate.mapping.Collection
 
setTypeParameters(Map<String, ?>) - Method in class org.hibernate.mapping.SimpleValue
 
setTypeParameters(Properties) - Method in class org.hibernate.mapping.Collection
 
setTypeParameters(Properties) - Method in class org.hibernate.mapping.SimpleValue
 
setTypeUsingReflection(String, String) - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
setTypeUsingReflection(String, String) - Method in class org.hibernate.mapping.Any
 
setTypeUsingReflection(String, String) - Method in class org.hibernate.mapping.BasicValue
 
setTypeUsingReflection(String, String) - Method in class org.hibernate.mapping.Collection
 
setTypeUsingReflection(String, String) - Method in class org.hibernate.mapping.Component
 
setTypeUsingReflection(String, String) - Method in class org.hibernate.mapping.DependantValue
 
setTypeUsingReflection(String, String) - Method in class org.hibernate.mapping.OneToMany
 
setTypeUsingReflection(String, String) - Method in class org.hibernate.mapping.SimpleValue
 
setTypeUsingReflection(String, String) - Method in class org.hibernate.mapping.ToOne
 
setTypeUsingReflection(String, String) - Method in interface org.hibernate.mapping.Value
 
setUnique(boolean) - Method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
setUnique(boolean) - Method in class org.hibernate.mapping.Column
 
setUnique(boolean) - Method in class org.hibernate.mapping.Index
 
setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.transform.TargetColumnAdapterJaxbColumn
 
setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.transform.TargetColumnAdapterJaxbJoinColumn
 
setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbColumn
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbIndex
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbJoinColumn
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbMapKeyColumn
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbMapKeyJoinColumn
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Index
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
Sets the value of the unique property.
setUnique(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
Sets the value of the unique property.
setUniqueConstraints(UniqueConstraint[]) - Method in class org.hibernate.boot.model.internal.TableBinder
 
setUniqueConstraintStrategy(UniqueConstraintSchemaUpdateStrategy) - Method in class org.hibernate.tool.schema.internal.AbstractSchemaMigrator
For testing.
setUniqueInteger(int) - Method in class org.hibernate.mapping.Table
 
setUniqueKey(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the uniqueKey property.
setUniqueKey(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Sets the value of the uniqueKey property.
setUniqueKey(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the uniqueKey property.
setUnquotedCaseStrategy(IdentifierCaseStrategy) - Method in class org.hibernate.engine.jdbc.env.spi.IdentifierHelperBuilder
 
setUnsavedValue(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
Sets the value of the unsavedValue property.
setUnsavedValue(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbId
Sets the value of the unsavedValue property.
setUnsavedValue(JaxbHbmUnsavedValueCompositeIdEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
Sets the value of the unsavedValue property.
setUnsavedValue(JaxbHbmUnsavedValueTimestampEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTimestampAttributeType
Sets the value of the unsavedValue property.
setUnsavedValue(JaxbHbmUnsavedValueVersionEnum) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmVersionAttributeType
Sets the value of the unsavedValue property.
setUnwrap(boolean) - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
setUnwrap(boolean) - Method in interface org.hibernate.proxy.LazyInitializer
 
setUnwrapProxies(boolean) - Method in class org.hibernate.boot.model.source.internal.hbm.FetchCharacteristicsSingularAssociationImpl.Builder
 
setUnwrapProxy(boolean) - Method in class org.hibernate.mapping.ToOne
 
setUnwrapProxyImplicit(boolean) - Method in class org.hibernate.mapping.ToOne
Related to HHH-13658 - keep track of whether `unwrapProxy` is an implicit value for reference later
setUpdatable(boolean) - Method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
setUpdatable(boolean) - Method in class org.hibernate.boot.model.internal.CollectionBinder
 
setUpdatable(boolean) - Method in class org.hibernate.boot.model.internal.PropertyBinder
 
setUpdatable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.transform.TargetColumnAdapterJaxbColumn
 
setUpdatable(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.transform.TargetColumnAdapterJaxbJoinColumn
 
setUpdatable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbColumn
Sets the value of the updatable property.
setUpdatable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbJoinColumn
Sets the value of the updatable property.
setUpdatable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbMapKeyColumn
Sets the value of the updatable property.
setUpdatable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbMapKeyJoinColumn
Sets the value of the updatable property.
setUpdatable(Boolean) - Method in class org.hibernate.boot.jaxb.mapping.JaxbOrderColumn
Sets the value of the updatable property.
setUpdatable(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Column
Sets the value of the updatable property.
setUpdatable(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
Sets the value of the updatable property.
setUpdatable(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
Sets the value of the updatable property.
setUpdatable(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
Sets the value of the updatable property.
setUpdatable(Boolean) - Method in class org.hibernate.jpamodelgen.xml.jaxb.OrderColumn
Sets the value of the updatable property.
setUpdate(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
Sets the value of the update property.
setUpdate(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
Sets the value of the update property.
setUpdate(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
Sets the value of the update property.
setUpdate(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
Sets the value of the update property.
setUpdate(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
Sets the value of the update property.
setUpdate(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
Sets the value of the update property.
setUpdate(Boolean) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
Sets the value of the update property.
setUpdateable(boolean) - Method in class org.hibernate.mapping.DependantValue
 
setUpdateable(boolean) - Method in class org.hibernate.mapping.Property
 
setUpdateable(boolean) - Method in class org.hibernate.tuple.BaselineAttributeInformation.Builder
Deprecated.
 
setUpMultitenancy(SessionFactoryImplementor, LoadQueryInfluencers) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
setUsage(JaxbCfgCacheUsageEnum) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCollectionCacheType
Sets the value of the usage property.
setUsage(JaxbCfgCacheUsageEnum) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEntityCacheType
Sets the value of the usage property.
setUsage(AccessType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheType
Sets the value of the usage property.
setUseParenthesesWhenNoArgs(boolean) - Method in class org.hibernate.query.sqm.produce.function.NamedFunctionDescriptorBuilder
 
setUseQuotedIdentifiers(boolean) - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
setUsingModifiedFlag(boolean) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
setUuidGenerator(JaxbUuidGenerator) - Method in class org.hibernate.boot.jaxb.mapping.JaxbId
Sets the value of the uuidGenerator property.
setValidationMode(ValidationMode) - Method in class org.hibernate.testing.orm.jpa.PersistenceUnitInfoImpl
 
setValidationMode(String) - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
setValidationMode(PersistenceUnitValidationModeType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
Sets the value of the validationMode property.
setValue(boolean) - Method in class org.hibernate.internal.util.MutableBoolean
 
setValue(Object, int, Object) - Method in interface org.hibernate.metamodel.mapping.ManagedMappingType
Inject a specific attribute value into the entity instance, by position
setValue(Object, int, Object) - Method in interface org.hibernate.persister.entity.EntityPersister
 
setValue(Object, int, Object) - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddableValuedModelPart
 
setValue(Object, int, Object) - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
setValue(Object, Object) - Method in interface org.hibernate.metamodel.mapping.AttributeMapping
Convenient access to setting the value for this attribute on the declarer
setValue(String) - Method in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgConfigPropertyType
Sets the value of the value property.
setValue(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyValueMappingType
Sets the value of the value property.
setValue(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmConfigParameterType
Sets the value of the value property.
setValue(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCustomSqlDmlType
Sets the value of the value property.
setValue(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDialectScopeType
Sets the value of the value property.
setValue(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
Sets the value of the value property.
setValue(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintType
Sets the value of the value property.
setValue(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbColumnType
Sets the value of the value property.
setValue(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbConfigurationParameter
Sets the value of the value property.
setValue(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbCustomSql
Sets the value of the value property.
setValue(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbHbmFilter.JaxbAliases
Sets the value of the value property.
setValue(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbQueryHint
Sets the value of the value property.
setValue(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit.Properties.Property
Sets the value of the value property.
setValue(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.QueryHint
Sets the value of the value property.
setValue(Value) - Method in class org.hibernate.boot.model.internal.PropertyBinder
 
setValue(Value) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
setValue(Value) - Method in class org.hibernate.mapping.Column
 
setValue(Value) - Method in class org.hibernate.mapping.Property
 
setValue1(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.EmbeddedIdEntity.EmbeddedIdEntityId
 
setValue1(Integer) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithNotAggregateId.PK
 
setValue1(String) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithAggregateId.Key
 
setValue2(String) - Method in class org.hibernate.testing.orm.domain.gambit.EmbeddedIdEntity.EmbeddedIdEntityId
 
setValue2(String) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithAggregateId.Key
 
setValue2(String) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithNotAggregateId.PK
 
setValueColumnName(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbTableGenerator
Sets the value of the valueColumnName property.
setValueColumnName(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
Sets the value of the valueColumnName property.
setValueGeneratorCreator(GeneratorCreator) - Method in class org.hibernate.mapping.Property
 
setValueOnObject(PropertyData, Object, Object) - Method in class org.hibernate.envers.internal.entities.mapper.id.AbstractIdMapper
 
setValueOnObject(PropertyData, Object, Object, ServiceRegistry) - Method in class org.hibernate.envers.internal.entities.mapper.AbstractMapper
Set the specified value on the object.
setValues(Object, Object[]) - Method in class org.hibernate.metamodel.mapping.internal.AbstractEmbeddableMapping
 
setValues(Object, Object[]) - Method in interface org.hibernate.metamodel.mapping.ManagedMappingType
Inject the attribute values into the entity instance
setValues(Object, Object[]) - Method in interface org.hibernate.persister.entity.EntityPersister
 
setValues(Object, Object[]) - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddableValuedModelPart
 
setValues(Object, Object[]) - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
setValues(Map) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfDynamicComponent
 
setValuesList(List<Values>) - Method in class org.hibernate.sql.ast.tree.insert.InsertSelectStatement
 
setValuesWithProperties(Map) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfDynamicComponent
 
setVendor(Vendor) - Method in class org.hibernate.testing.orm.domain.retail.Product
 
setVersion(boolean) - Method in class org.hibernate.boot.model.internal.BasicValueBinder
 
setVersion(Object) - Method in class org.hibernate.action.internal.EntityInsertAction
 
setVersion(Object[], Object, EntityPersister) - Static method in class org.hibernate.engine.internal.Versioning
Inject the optimistic locking value into the entity state snapshot.
setVersion(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
Sets the value of the version property.
setVersion(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
Sets the value of the version property.
setVersion(String) - Method in class org.hibernate.jpamodelgen.xml.jaxb.Persistence
Sets the value of the version property.
setVersion(JaxbHbmVersionAttributeType) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the version property.
setVersion(Property) - Method in class org.hibernate.mapping.RootClass
 
setVersionable(boolean) - Method in class org.hibernate.tuple.BaselineAttributeInformation.Builder
Deprecated.
 
setVersionColumnName(String) - Method in class org.hibernate.sql.Delete
 
setVeto(boolean) - Method in class org.hibernate.action.internal.EntityAction
 
setViewQuery(String) - Method in class org.hibernate.mapping.Table
 
setVirtualPropertyType(Type) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
setWhere(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
 
setWhere(Predicate...) - Method in class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
 
setWhere(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
Sets the value of the where property.
setWhere(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
Sets the value of the where property.
setWhere(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
Sets the value of the where property.
setWhere(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
Sets the value of the where property.
setWhere(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
Sets the value of the where property.
setWhere(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
Sets the value of the where property.
setWhere(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
Sets the value of the where property.
setWhere(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
Sets the value of the where property.
setWhere(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
Sets the value of the where property.
setWhere(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbEntity
Sets the value of the where property.
setWhere(String) - Method in class org.hibernate.mapping.Collection
 
setWhere(String) - Method in class org.hibernate.mapping.RootClass
 
setWhere(String) - Method in class org.hibernate.sql.model.ast.builder.AbstractRestrictedTableMutationBuilder
 
setWhere(String) - Method in interface org.hibernate.sql.model.ast.builder.RestrictedTableMutationBuilder
 
setWhere(String) - Method in class org.hibernate.sql.model.ast.builder.TableDeleteBuilderSkipped
 
setWhere(String) - Method in class org.hibernate.sql.model.ast.builder.TableDeleteBuilderStandard
 
setWhere(String) - Method in interface org.hibernate.sql.model.ast.builder.TableUpdateBuilder
 
setWhere(String) - Method in class org.hibernate.sql.model.ast.builder.TableUpdateBuilderSkipped
 
setWhereClause(String) - Method in class org.hibernate.envers.boot.model.RootPersistentEntity
 
setWhereClause(SqmWhereClause) - Method in class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
 
setWhereClause(SqmWhereClause) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
setWrapIdsInEmbeddedComponents(boolean) - Method in class org.hibernate.boot.model.internal.EntityBinder
 
setWrite(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
Sets the value of the write property.
setWrite(String) - Method in class org.hibernate.boot.jaxb.hbm.transform.TargetColumnAdapterJaxbColumn
 
setWrite(String) - Method in class org.hibernate.boot.jaxb.hbm.transform.TargetColumnAdapterJaxbJoinColumn
 
setWrite(String) - Method in class org.hibernate.boot.jaxb.mapping.JaxbColumn
Sets the value of the write property.
setXmlMappingMetadataComplete(JaxbEmptyType) - Method in class org.hibernate.boot.jaxb.mapping.JaxbPersistenceUnitMetadata
Sets the value of the xmlMappingMetadataComplete property.
setXmlMappingMetadataComplete(EmptyType) - Method in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitMetadata
Sets the value of the xmlMappingMetadataComplete property.
setZipCode(int) - Method in class org.hibernate.testing.orm.domain.contacts.Address.PostalCode
 
setZoo(Zoo) - Method in class org.hibernate.testing.orm.domain.animal.Animal
 
sha() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
sha1() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
sha2() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
shallowCopy(Property) - Static method in class org.hibernate.boot.model.internal.BinderHelper
Create a copy of the Property, reusing the same Value and other attributes.
shared - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMultiTenancyType
 
shared - Variable in class org.hibernate.boot.jaxb.mapping.JaxbMultiTenancy
 
SHARED_DATABASE_NAME - Static variable in class org.hibernate.testing.env.ConnectionProviderBuilder
 
sharedCacheMode - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
 
sharedCacheMode() - Method in annotation type org.hibernate.testing.orm.junit.DomainModel
 
sharedCacheMode() - Method in annotation type org.hibernate.testing.orm.junit.Jpa
 
SharedDriverManagerConnectionProviderImpl - Class in org.hibernate.testing.jdbc
A special connection provider that is shared across test runs for better performance.
SharedDriverManagerConnectionProviderImpl() - Constructor for class org.hibernate.testing.jdbc.SharedDriverManagerConnectionProviderImpl
 
SharedDriverManagerTypeCacheClearingIntegrator - Class in org.hibernate.testing.jdbc
 
SharedDriverManagerTypeCacheClearingIntegrator() - Constructor for class org.hibernate.testing.jdbc.SharedDriverManagerTypeCacheClearingIntegrator
 
SharedSessionBuilder - Interface in org.hibernate
Specialized SessionBuilder with access to stuff from another session.
SharedSessionContract - Interface in org.hibernate
Declares operations that are common between Session and StatelessSession.
SharedSessionContractImplementor - Interface in org.hibernate.engine.spi
Defines the internal contract shared between Session and StatelessSession as used by other parts of Hibernate, including implementors of Type, EntityPersister, and CollectionPersister.
SharedSessionCreationOptions - Interface in org.hibernate.internal
An extension of SessionCreationOptions for cases where the Session to be created shares some part of the "transaction context" of another Session.
SharedSessionDelegatorBaseImpl - Class in org.hibernate.engine.spi
A wrapper class that delegates all method invocations to a delegate instance of SharedSessionContractImplementor.
SharedSessionDelegatorBaseImpl(SessionImplementor) - Constructor for class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
sharper() - Method in enum org.hibernate.query.sqm.ComparisonOperator
 
Shirt - Class in org.hibernate.testing.orm.domain.gambit
 
Shirt() - Constructor for class org.hibernate.testing.orm.domain.gambit.Shirt
 
Shirt.Color - Enum in org.hibernate.testing.orm.domain.gambit
 
Shirt.ShirtStringToIntegerConverter - Class in org.hibernate.testing.orm.domain.gambit
 
Shirt.Size - Enum in org.hibernate.testing.orm.domain.gambit
 
ShirtStringToIntegerConverter() - Constructor for class org.hibernate.testing.orm.domain.gambit.Shirt.ShirtStringToIntegerConverter
 
SHORT - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Short to JDBC SMALLINT.
SHORT_CIRCUIT_INDICATOR - Static variable in class org.hibernate.id.IdentifierGeneratorHelper
Deprecated, for removal: This API element is subject to removal in a future version.
This is not an elegant way to do anything
SHORT_NAME - Static variable in class org.hibernate.cache.internal.DefaultCacheKeysFactory
 
SHORT_NAME - Static variable in class org.hibernate.cache.internal.SimpleCacheKeysFactory
 
SHORT_NAME - Static variable in class org.hibernate.event.internal.EntityCopyAllowedLoggedObserver
 
SHORT_NAME - Static variable in class org.hibernate.event.internal.EntityCopyAllowedObserver
 
SHORT_NAME - Static variable in class org.hibernate.event.internal.EntityCopyNotAllowedObserver
 
SHORT_NAME - Static variable in class org.hibernate.query.sqm.mutation.internal.cte.CteInsertStrategy
 
SHORT_NAME - Static variable in class org.hibernate.query.sqm.mutation.internal.cte.CteMutationStrategy
 
SHORT_NAME - Static variable in class org.hibernate.query.sqm.mutation.internal.temptable.GlobalTemporaryTableStrategy
 
SHORT_NAME - Static variable in class org.hibernate.query.sqm.mutation.internal.temptable.LocalTemporaryTableStrategy
 
SHORT_NAME - Static variable in class org.hibernate.query.sqm.mutation.internal.temptable.PersistentTableStrategy
 
SHORT_NAME - Static variable in class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorBuilderImpl
 
SHORT_NAME - Static variable in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorBuilderImpl
 
SHORT_NAME - Static variable in class org.hibernate.tool.schema.internal.script.MultiLineSqlScriptExtractor
 
SHORT_NAME - Static variable in class org.hibernate.tool.schema.internal.script.SingleLineSqlScriptExtractor
 
SHORT_NAME - Static variable in class org.hibernate.type.format.jackson.JacksonJsonFormatMapper
 
SHORT_NAME - Static variable in class org.hibernate.type.format.jackson.JacksonXmlFormatMapper
 
SHORT_NAME - Static variable in class org.hibernate.type.format.jakartajson.JsonBJsonFormatMapper
 
SHORT_NAME - Static variable in class org.hibernate.type.format.jaxb.JaxbXmlFormatMapper
 
ShortJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for Short handling.
ShortJavaType() - Constructor for class org.hibernate.type.descriptor.java.ShortJavaType
 
ShortPrimitiveArrayJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for short[] handling.
ShortPrimitiveArrayJavaType(JavaType<Short>) - Constructor for class org.hibernate.type.descriptor.java.ShortPrimitiveArrayJavaType
 
shouldAutoClear() - Method in interface org.hibernate.internal.SessionCreationOptions
 
shouldAutoClear() - Method in class org.hibernate.internal.SessionFactoryImpl.SessionBuilderImpl
 
shouldAutoClear() - Method in class org.hibernate.internal.SessionFactoryImpl.StatelessSessionBuilderImpl
 
shouldAutoClose() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
shouldAutoClose() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Deprecated.
there's no reason to expose this here
shouldAutoClose() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
shouldAutoClose() - Method in interface org.hibernate.internal.SessionCreationOptions
 
shouldAutoClose() - Method in class org.hibernate.internal.SessionFactoryImpl.SessionBuilderImpl
 
shouldAutoClose() - Method in class org.hibernate.internal.SessionFactoryImpl.StatelessSessionBuilderImpl
 
shouldAutoClose() - Method in class org.hibernate.internal.SessionImpl
 
shouldAutoClose() - Method in class org.hibernate.internal.StatelessSessionImpl
 
shouldAutoInjectAliases() - Method in class org.hibernate.boot.model.source.internal.hbm.FilterSourceImpl
 
shouldAutoInjectAliases() - Method in interface org.hibernate.boot.model.source.spi.FilterSource
Should Hibernate perform automatic alias injection into the supplied condition string? The default is to perform auto injection *unless* explicit alias(es) are supplied.
shouldAutoJoinTransaction() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
shouldAutoJoinTransaction() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
shouldAutoJoinTransaction() - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
shouldAutoJoinTransaction() - Method in class org.hibernate.internal.StatelessSessionImpl
 
shouldAutoJoinTransaction() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorBuilder.Options
Indicates whether an active transaction should be automatically joined.
shouldAutoJoinTransactions() - Method in interface org.hibernate.internal.SessionCreationOptions
 
shouldAutoJoinTransactions() - Method in class org.hibernate.internal.SessionFactoryImpl.SessionBuilderImpl
 
shouldAutoJoinTransactions() - Method in class org.hibernate.internal.SessionFactoryImpl.StatelessSessionBuilderImpl
 
shouldBeMappedToLatestJpaDescriptor(String) - Static method in class org.hibernate.boot.xsd.ConfigXsdSupport
 
shouldBeMappedToLatestJpaDescriptor(String) - Static method in class org.hibernate.boot.xsd.MappingXsdSupport
 
shouldBindAggregateMapping() - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType
 
shouldBindAggregateMapping() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddableMappingTypeImpl
 
shouldCloseJdbcCoordinatorOnClose(boolean) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
shouldCloseJdbcCoordinatorOnClose(boolean) - Method in class org.hibernate.internal.SessionImpl
 
shouldEmulateFetchClause(QueryPart) - Method in class org.hibernate.dialect.CockroachSqlAstTranslator
 
shouldEmulateFetchClause(QueryPart) - Method in class org.hibernate.dialect.DB2iSqlAstTranslator
 
shouldEmulateFetchClause(QueryPart) - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
shouldEmulateFetchClause(QueryPart) - Method in class org.hibernate.dialect.DB2zSqlAstTranslator
 
shouldEmulateFetchClause(QueryPart) - Method in class org.hibernate.dialect.HANASqlAstTranslator
 
shouldEmulateFetchClause(QueryPart) - Method in class org.hibernate.dialect.MariaDBSqlAstTranslator
 
shouldEmulateFetchClause(QueryPart) - Method in class org.hibernate.dialect.MySQLSqlAstTranslator
 
shouldEmulateFetchClause(QueryPart) - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
shouldEmulateFetchClause(QueryPart) - Method in class org.hibernate.dialect.PostgreSQLSqlAstTranslator
 
shouldEmulateFetchClause(QueryPart) - Method in class org.hibernate.dialect.SQLServerSqlAstTranslator
 
shouldEmulateFetchClause(QueryPart) - Method in class org.hibernate.dialect.TiDBSqlAstTranslator
 
shouldEmulateLateralWithIntersect(QueryPart) - Method in class org.hibernate.dialect.MariaDBSqlAstTranslator
 
shouldEmulateLateralWithIntersect(QueryPart) - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
shouldEmulateLateralWithIntersect(QueryPart) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
shouldGenerateRevision(AbstractCollectionEvent) - Method in class org.hibernate.envers.event.spi.BaseEnversCollectionEventListener
Checks whether modification of not-owned relation field triggers new revision and owner entity is versioned.
shouldGetAllProperties(Object) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
shouldImplicitlyForceDiscriminatorInSelect() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
 
shouldImplicitlyForceDiscriminatorInSelect() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
shouldImplicitlyForceDiscriminatorInSelect() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
Whether we should implicitly force discriminators into SQL selects.
shouldImplicitlyQuoteIdentifiers() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MappingDefaultsImpl
 
shouldImplicitlyQuoteIdentifiers() - Method in class org.hibernate.boot.model.source.internal.OverriddenMappingDefaults
 
shouldImplicitlyQuoteIdentifiers() - Method in interface org.hibernate.boot.spi.JpaOrmXmlPersistenceUnitDefaultAware.JpaOrmXmlPersistenceUnitDefaults
 
shouldImplicitlyQuoteIdentifiers() - Method in interface org.hibernate.boot.spi.MappingDefaults
Should all database identifiers encountered in this context be implicitly quoted? true indicates that all identifier encountered within this context should be quoted.
shouldInlineCte(TableGroup) - Method in class org.hibernate.dialect.H2SqlAstTranslator
 
shouldInlineCte(TableGroup) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
Whether CTEs should be inlined rather than rendered as CTEs.
shouldInnerJoinSubclassTable(int, Set<String>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
shouldManageNamespaces() - Method in interface org.hibernate.tool.schema.spi.ExecutionOptions
 
shouldMutateAggregateMapping() - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType
 
shouldOverwriteCurrentVersion(Object, Object, Object, BasicType<Object>) - Method in enum org.hibernate.ReplicationMode
Deprecated.
Determine whether the mode dictates that the data being replicated should overwrite the data found.
shouldProcessSuperMapping() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
shouldProcessSuperMapping() - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
shouldProcessSuperMapping() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
shouldReturnProxies() - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesSourceProcessingOptions
 
shouldSelectAggregateMapping() - Method in interface org.hibernate.metamodel.mapping.EmbeddableMappingType
 
shouldSelectAggregateMapping() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddableMappingTypeImpl
 
shouldSkipResolveInstance(RowProcessingState) - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
shouldUseMaterializedLob(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.jdbc.NVarcharJdbcType
 
shouldUseMaterializedLob(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.jdbc.VarbinaryJdbcType
 
shouldUseMaterializedLob(JdbcTypeIndicators) - Method in class org.hibernate.type.descriptor.jdbc.VarcharJdbcType
 
SHOW_SQL - Static variable in interface org.hibernate.cfg.JdbcSettings
Enables logging of generated SQL to the console.
shutDown() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
sign(Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create an expression that returns the sign of its argument, that is, 1 if its argument is positive, -1 if its argument is negative, or 0 if its argument is exactly zero.
sign(Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
sign(Expression<? extends Number>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
signOperator() - Method in class org.hibernate.grammars.hql.HqlParser
 
signOperator() - Method in class org.hibernate.grammars.hql.HqlParser.UnaryExpressionContext
 
signOperator() - Method in class org.hibernate.grammars.hql.HqlParser.UnaryNumericLiteralExpressionContext
 
SignOperatorContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.SignOperatorContext
 
SIMPLE - org.hibernate.id.EntityIdentifierNature
A simple identifier.
SIMPLE - org.hibernate.metamodel.mapping.EntityIdentifierMapping.Nature
Simple, single-column identifier.
SIMPLE_FACTORY_NAME - Static variable in interface org.hibernate.cache.jcache.ConfigSettings
 
SimpleAdd(E) - Constructor for class org.hibernate.collection.spi.PersistentList.SimpleAdd
 
SimpleAttributeMetadata - Class in org.hibernate.metamodel.mapping.internal
 
SimpleAttributeMetadata(PropertyAccess, MutabilityPlan, boolean, boolean, boolean, boolean, boolean) - Constructor for class org.hibernate.metamodel.mapping.internal.SimpleAttributeMetadata
 
SimpleAttributeMetadata(PropertyAccess, MutabilityPlan, boolean, boolean, boolean, boolean, boolean, CascadeStyle) - Constructor for class org.hibernate.metamodel.mapping.internal.SimpleAttributeMetadata
 
SimpleAttributeMetadata(PropertyAccess, MutabilityPlan, Property, Value) - Constructor for class org.hibernate.metamodel.mapping.internal.SimpleAttributeMetadata
 
SimpleAuditExpression - Class in org.hibernate.envers.query.criteria.internal
 
SimpleAuditExpression(String, PropertyNameGetter, Object, String) - Constructor for class org.hibernate.envers.query.criteria.internal.SimpleAuditExpression
 
SimpleAuxiliaryDatabaseObject - Class in org.hibernate.boot.model.relational
A simple implementation of AbstractAuxiliaryDatabaseObject in which the CREATE and DROP strings are provided up front.
SimpleAuxiliaryDatabaseObject(Set<String>, String, String, String[], String[]) - Constructor for class org.hibernate.boot.model.relational.SimpleAuxiliaryDatabaseObject
 
SimpleAuxiliaryDatabaseObject(Set<String>, String, String, String[], String[], boolean) - Constructor for class org.hibernate.boot.model.relational.SimpleAuxiliaryDatabaseObject
 
SimpleAuxiliaryDatabaseObject(Namespace, String[], String[], Set<String>) - Constructor for class org.hibernate.boot.model.relational.SimpleAuxiliaryDatabaseObject
 
SimpleAuxiliaryDatabaseObject(Namespace, String[], String[], Set<String>, boolean) - Constructor for class org.hibernate.boot.model.relational.SimpleAuxiliaryDatabaseObject
 
SimpleAuxiliaryDatabaseObject(Namespace, String, String, Set<String>) - Constructor for class org.hibernate.boot.model.relational.SimpleAuxiliaryDatabaseObject
 
SimpleAuxiliaryDatabaseObject(Namespace, String, String, Set<String>, boolean) - Constructor for class org.hibernate.boot.model.relational.SimpleAuxiliaryDatabaseObject
 
SimpleBasicSortComparator - Class in org.hibernate.testing.orm.domain.gambit
 
SimpleBasicSortComparator() - Constructor for class org.hibernate.testing.orm.domain.gambit.SimpleBasicSortComparator
 
SimpleCacheKeysFactory - Class in org.hibernate.cache.internal
Factory that does not fill in the entityName or role
SimpleCacheKeysFactory() - Constructor for class org.hibernate.cache.internal.SimpleCacheKeysFactory
 
simpleCaseList() - Method in class org.hibernate.grammars.hql.HqlParser.CaseListContext
 
simpleCaseList() - Method in class org.hibernate.grammars.hql.HqlParser
 
SimpleCaseListContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.SimpleCaseListContext
 
simpleCaseWhen() - Method in class org.hibernate.grammars.hql.HqlParser.SimpleCaseListContext
 
simpleCaseWhen() - Method in class org.hibernate.grammars.hql.HqlParser
 
simpleCaseWhen(int) - Method in class org.hibernate.grammars.hql.HqlParser.SimpleCaseListContext
 
SimpleCaseWhenContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.SimpleCaseWhenContext
 
SimpleCollectionTracker - Class in org.hibernate.bytecode.enhance.internal.tracker
small low memory class to keep track of the number of elements in a collection
SimpleCollectionTracker() - Constructor for class org.hibernate.bytecode.enhance.internal.tracker.SimpleCollectionTracker
 
simpleColumnWriteFragmentRendering(ColumnWriteFragment) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
SimpleComponent - Class in org.hibernate.testing.orm.domain.gambit
 
SimpleComponent() - Constructor for class org.hibernate.testing.orm.domain.gambit.SimpleComponent
 
SimpleComponent(String, String) - Constructor for class org.hibernate.testing.orm.domain.gambit.SimpleComponent
 
simpleContext() - Static method in interface org.hibernate.query.sqm.tree.SqmCopyContext
 
SimpleDatabaseVersion - Class in org.hibernate.dialect
Simple version of DatabaseVersion
SimpleDatabaseVersion(int, int) - Constructor for class org.hibernate.dialect.SimpleDatabaseVersion
 
SimpleDatabaseVersion(int, int, int) - Constructor for class org.hibernate.dialect.SimpleDatabaseVersion
 
SimpleDatabaseVersion(Integer, Integer) - Constructor for class org.hibernate.dialect.SimpleDatabaseVersion
 
SimpleDatabaseVersion(DatabaseVersion) - Constructor for class org.hibernate.dialect.SimpleDatabaseVersion
 
SimpleDatabaseVersion(DatabaseVersion, boolean) - Constructor for class org.hibernate.dialect.SimpleDatabaseVersion
 
SimpleDeleteQueryPlan - Class in org.hibernate.query.sqm.internal
 
SimpleDeleteQueryPlan(EntityMappingType, SqmDeleteStatement<?>, DomainParameterXref) - Constructor for class org.hibernate.query.sqm.internal.SimpleDeleteQueryPlan
 
SimpleDomainType<J> - Interface in org.hibernate.metamodel.model.domain
Describes any non-collection type
SimpleEntity - Class in org.hibernate.testing.orm.domain.gambit
 
SimpleEntity() - Constructor for class org.hibernate.testing.orm.domain.gambit.SimpleEntity
 
SimpleEntity(Integer, String) - Constructor for class org.hibernate.testing.orm.domain.gambit.SimpleEntity
 
SimpleEntity(Integer, String, Long) - Constructor for class org.hibernate.testing.orm.domain.gambit.SimpleEntity
 
SimpleEntity(Integer, String, Long, Integer) - Constructor for class org.hibernate.testing.orm.domain.gambit.SimpleEntity
 
SimpleEntity(Integer, Date, Instant, Integer, Long, String) - Constructor for class org.hibernate.testing.orm.domain.gambit.SimpleEntity
 
SimpleFieldTracker - Class in org.hibernate.bytecode.enhance.internal.tracker
small low memory class to keep track of changed fields
SimpleFieldTracker() - Constructor for class org.hibernate.bytecode.enhance.internal.tracker.SimpleFieldTracker
 
SimpleForeignKeyDescriptor - Class in org.hibernate.metamodel.mapping.internal
 
SimpleForeignKeyDescriptor(BasicValuedModelPart, BasicValuedModelPart, boolean, boolean, boolean) - Constructor for class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
SimpleForeignKeyDescriptor(ManagedMappingType, BasicValuedModelPart, PropertyAccess, SelectableMapping, BasicValuedModelPart, boolean, boolean, boolean, boolean) - Constructor for class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
SimpleForeignKeyDescriptor(ManagedMappingType, SelectableMapping, BasicValuedModelPart, boolean, boolean) - Constructor for class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
SimpleForeignKeyDescriptor(ManagedMappingType, SelectableMapping, PropertyAccess, BasicValuedModelPart, boolean, boolean, boolean) - Constructor for class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
SimpleForeignKeyDescriptorSide - Class in org.hibernate.metamodel.mapping.internal
 
SimpleForeignKeyDescriptorSide(ForeignKeyDescriptor.Nature, BasicValuedModelPart) - Constructor for class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptorSide
 
SimpleFromClauseAccessImpl - Class in org.hibernate.sql.ast.spi
Simple implementation of FromClauseAccess
SimpleFromClauseAccessImpl() - Constructor for class org.hibernate.sql.ast.spi.SimpleFromClauseAccessImpl
 
SimpleFromClauseAccessImpl(FromClauseAccess) - Constructor for class org.hibernate.sql.ast.spi.SimpleFromClauseAccessImpl
 
simpleFunction() - Method in class org.hibernate.grammars.ordering.OrderingParser.FunctionContext
 
simpleFunction() - Method in class org.hibernate.grammars.ordering.OrderingParser
 
SimpleFunctionAuditExpression - Class in org.hibernate.envers.query.criteria.internal
An audit query criterion that compares a function call with a scalar value.
SimpleFunctionAuditExpression(AuditFunction, Object, String) - Constructor for class org.hibernate.envers.query.criteria.internal.SimpleFunctionAuditExpression
 
SimpleFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.ordering.OrderingParser.SimpleFunctionContext
 
SimpleHqlInterpretationImpl - Class in org.hibernate.query.spi
 
SimpleHqlInterpretationImpl(SqmStatement<?>, ParameterMetadataImplementor, DomainParameterXref) - Constructor for class org.hibernate.query.spi.SimpleHqlInterpretationImpl
 
SimpleIdentifier - Class in org.hibernate.envers.boot.model
Represents a simple identifier mapping.
SimpleIdentifier(String, String) - Constructor for class org.hibernate.envers.boot.model.SimpleIdentifier
 
SimpleIdMapperBuilder - Interface in org.hibernate.envers.internal.entities.mapper.id
A simple identifier builder contract.
SimpleInsertQueryPlan - Class in org.hibernate.query.sqm.internal
 
SimpleInsertQueryPlan(SqmInsertStatement<?>, DomainParameterXref) - Constructor for class org.hibernate.query.sqm.internal.SimpleInsertQueryPlan
 
SimpleMapperBuilder - Interface in org.hibernate.envers.internal.entities.mapper
 
SimpleNaturalIdLoadAccess<T> - Interface in org.hibernate
Loads an entity by its natural identifier.
SimpleNaturalIdLoadAccessImpl<T> - Class in org.hibernate.loader.internal
 
SimpleNaturalIdLoadAccessImpl(LoadAccessContext, EntityMappingType) - Constructor for class org.hibernate.loader.internal.SimpleNaturalIdLoadAccessImpl
 
SimpleNaturalIdLoader<T> - Class in org.hibernate.loader.ast.internal
NaturalIdLoader for simple natural-ids
SimpleNaturalIdLoader(SimpleNaturalIdMapping, EntityMappingType) - Constructor for class org.hibernate.loader.ast.internal.SimpleNaturalIdLoader
 
SimpleNaturalIdMapping - Class in org.hibernate.metamodel.mapping.internal
Single-attribute NaturalIdMapping implementation
SimpleNaturalIdMapping(SingularAttributeMapping, EntityMappingType, MappingModelCreationProcess) - Constructor for class org.hibernate.metamodel.mapping.internal.SimpleNaturalIdMapping
 
simplePath() - Method in class org.hibernate.grammars.hql.HqlParser.AnyFunctionContext
 
simplePath() - Method in class org.hibernate.grammars.hql.HqlParser.AssignmentContext
 
simplePath() - Method in class org.hibernate.grammars.hql.HqlParser.CollationContext
 
simplePath() - Method in class org.hibernate.grammars.hql.HqlParser.EveryFunctionContext
 
simplePath() - Method in class org.hibernate.grammars.hql.HqlParser.ExistsCollectionPartPredicateContext
 
simplePath() - Method in class org.hibernate.grammars.hql.HqlParser.GeneralPathFragmentContext
 
simplePath() - Method in class org.hibernate.grammars.hql.HqlParser.GenericFunctionNameContext
 
simplePath() - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationTargetContext
 
simplePath() - Method in class org.hibernate.grammars.hql.HqlParser.PathContinuationContext
 
simplePath() - Method in class org.hibernate.grammars.hql.HqlParser.PersistentCollectionReferenceInListContext
 
simplePath() - Method in class org.hibernate.grammars.hql.HqlParser
 
simplePath() - Method in class org.hibernate.grammars.hql.HqlParser.SyntacticDomainPathContext
 
simplePath() - Method in class org.hibernate.grammars.hql.HqlParser.TargetFieldsContext
 
simplePath() - Method in class org.hibernate.grammars.hql.HqlParser.TreatedNavigablePathContext
 
simplePath(int) - Method in class org.hibernate.grammars.hql.HqlParser.TargetFieldsContext
 
SimplePathContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.SimplePathContext
 
simplePathElement() - Method in class org.hibernate.grammars.hql.HqlParser.SimplePathContext
 
simplePathElement() - Method in class org.hibernate.grammars.hql.HqlParser
 
simplePathElement(int) - Method in class org.hibernate.grammars.hql.HqlParser.SimplePathContext
 
SimplePathElementContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.SimplePathElementContext
 
SimpleQueryGroupContext(HqlParser.QueryExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.SimpleQueryGroupContext
 
SimpleQueryOptions - Class in org.hibernate.query.internal
 
SimpleQueryOptions(LockOptions, Boolean) - Constructor for class org.hibernate.query.internal.SimpleQueryOptions
 
SimpleResourceLocator - Class in org.hibernate.boot.internal
Simple ResourceLocator impl using its own ClassLoader to locate the resource
SimpleResourceLocator() - Constructor for class org.hibernate.boot.internal.SimpleResourceLocator
 
SimpleSelect - Class in org.hibernate.sql
A SQL SELECT statement with no table joins.
SimpleSelect(SessionFactoryImplementor) - Constructor for class org.hibernate.sql.SimpleSelect
 
SimpleSqmCopyContext - Class in org.hibernate.query.sqm.internal
 
SimpleSqmCopyContext() - Constructor for class org.hibernate.query.sqm.internal.SimpleSqmCopyContext
 
SimpleStrategyRegistrationImpl<T> - Class in org.hibernate.boot.registry.selector
A simple implementation of StrategyRegistration.
SimpleStrategyRegistrationImpl(Class<T>, Class<? extends T>, Iterable<String>) - Constructor for class org.hibernate.boot.registry.selector.SimpleStrategyRegistrationImpl
Constructs a SimpleStrategyRegistrationImpl.
SimpleStrategyRegistrationImpl(Class<T>, Class<? extends T>, String...) - Constructor for class org.hibernate.boot.registry.selector.SimpleStrategyRegistrationImpl
Constructs a SimpleStrategyRegistrationImpl.
SimpleTimestamper - Class in org.hibernate.cache.spi.support
Generates increasing identifiers (in a single VM only).
SimpleToOneFkSecondPass - Class in org.hibernate.boot.model.internal
A simple second pass that just creates the foreign key
SimpleToOneFkSecondPass(ToOne) - Constructor for class org.hibernate.boot.model.internal.SimpleToOneFkSecondPass
 
SimpleUpdateQueryPlan - Class in org.hibernate.query.sqm.internal
 
SimpleUpdateQueryPlan(SqmUpdateStatement<?>, DomainParameterXref) - Constructor for class org.hibernate.query.sqm.internal.SimpleUpdateQueryPlan
 
SimpleValue - Class in org.hibernate.mapping
A mapping model object that represents any value that maps to columns.
SimpleValue(MetadataBuildingContext) - Constructor for class org.hibernate.mapping.SimpleValue
 
SimpleValue(MetadataBuildingContext, Table) - Constructor for class org.hibernate.mapping.SimpleValue
 
SimpleValue(SimpleValue) - Constructor for class org.hibernate.mapping.SimpleValue
 
SimpleValueTypeInfo - Interface in org.hibernate.boot.jaxb.hbm.spi
 
sin(Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create an expression that returns the sine of its argument.
sin(Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
sin(Expression<? extends Number>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
SINGLE - org.hibernate.envers.configuration.internal.metadata.InheritanceType
 
SINGLE_OBJECT_PARAM_SIGNATURE - Static variable in class org.hibernate.internal.util.ReflectHelper
 
SINGLE_TABLE - org.hibernate.jpamodelgen.xml.jaxb.InheritanceType
 
SingleAttributeIdentifierMapping - Interface in org.hibernate.metamodel.mapping.internal
 
SingleEntityLoader<T> - Interface in org.hibernate.loader.ast.spi
Loader for loading a single entity by primary or unique key
SingleEntityLoadPlan - Interface in org.hibernate.loader.ast.internal
Defines a plan for loading a single entity - by id, by uk, etc
SingleIdArrayLoadPlan - Class in org.hibernate.loader.ast.internal
A load plan for loading an array of state by a single restrictive part.
SingleIdArrayLoadPlan(EntityMappingType, ModelPart, SelectStatement, JdbcParametersList, LockOptions, SessionFactoryImplementor) - Constructor for class org.hibernate.loader.ast.internal.SingleIdArrayLoadPlan
 
SingleIdEntityLoader<T> - Interface in org.hibernate.loader.ast.spi
Loader for loading an entity by a single identifier value.
SingleIdEntityLoaderProvidedQueryImpl<T> - Class in org.hibernate.loader.ast.internal
Implementation of SingleIdEntityLoader for cases where the application has provided the select load query
SingleIdEntityLoaderProvidedQueryImpl(EntityMappingType, NamedQueryMemento) - Constructor for class org.hibernate.loader.ast.internal.SingleIdEntityLoaderProvidedQueryImpl
 
SingleIdEntityLoaderStandardImpl<T> - Class in org.hibernate.loader.ast.internal
Standard implementation of SingleIdEntityLoader.
SingleIdEntityLoaderStandardImpl(EntityMappingType, SessionFactoryImplementor) - Constructor for class org.hibernate.loader.ast.internal.SingleIdEntityLoaderStandardImpl
 
SingleIdEntityLoaderStandardImpl(EntityMappingType, SessionFactoryImplementor, BiFunction<LockOptions, LoadQueryInfluencers, SingleIdLoadPlan<T>>) - Constructor for class org.hibernate.loader.ast.internal.SingleIdEntityLoaderStandardImpl
For Hibernate Reactive.
SingleIdEntityLoaderSupport<T> - Class in org.hibernate.loader.ast.internal
 
SingleIdEntityLoaderSupport(EntityMappingType, SessionFactoryImplementor) - Constructor for class org.hibernate.loader.ast.internal.SingleIdEntityLoaderSupport
 
SingleIdLoadPlan<T> - Class in org.hibernate.loader.ast.internal
Describes a plan for loading an entity by identifier.
SingleIdLoadPlan(EntityMappingType, ModelPart, SelectStatement, JdbcParametersList, LockOptions, SessionFactoryImplementor) - Constructor for class org.hibernate.loader.ast.internal.SingleIdLoadPlan
 
SingleIdMapper - Class in org.hibernate.envers.internal.entities.mapper.id
An implementation of an identifier mapper for a single basic attribute property.
SingleIdMapper(ServiceRegistry) - Constructor for class org.hibernate.envers.internal.entities.mapper.id.SingleIdMapper
 
SingleIdMapper(ServiceRegistry, PropertyData) - Constructor for class org.hibernate.envers.internal.entities.mapper.id.SingleIdMapper
 
SingleLineSqlScriptExtractor - Class in org.hibernate.tool.schema.internal.script
Class responsible for extracting SQL statements from import script.
SingleLineSqlScriptExtractor() - Constructor for class org.hibernate.tool.schema.internal.script.SingleLineSqlScriptExtractor
 
SingleNamingStrategy - Class in org.hibernate.id.enhanced
An ImplicitDatabaseObjectNamingStrategy using a single structure for all implicit names: "hibernate_sequence" for sequences "hibernate_sequences" for tables
SingleNamingStrategy() - Constructor for class org.hibernate.id.enhanced.SingleNamingStrategy
 
singleOperation(MutationGroup, MutationOperation) - Static method in class org.hibernate.sql.model.internal.MutationOperationGroupFactory
 
singleOperation(MutationType, MutationTarget, MutationOperation) - Static method in class org.hibernate.sql.model.internal.MutationOperationGroupFactory
 
SinglePropertyMapper - Class in org.hibernate.envers.internal.entities.mapper
TODO: diff
SinglePropertyMapper() - Constructor for class org.hibernate.envers.internal.entities.mapper.SinglePropertyMapper
 
SinglePropertyMapper(PropertyData) - Constructor for class org.hibernate.envers.internal.entities.mapper.SinglePropertyMapper
 
singleTableEntityPersister() - Method in class org.hibernate.persister.internal.StandardPersisterClassResolver
 
SingleTableEntityPersister - Class in org.hibernate.persister.entity
The default implementation of the EntityPersister interface.
SingleTableEntityPersister(PersistentClass, EntityDataAccess, NaturalIdDataAccess, RuntimeModelCreationContext) - Constructor for class org.hibernate.persister.entity.SingleTableEntityPersister
 
SingleTableEntityPersister(PersistentClass, EntityDataAccess, NaturalIdDataAccess, PersisterCreationContext) - Constructor for class org.hibernate.persister.entity.SingleTableEntityPersister
Deprecated.
SingleTableSubclass - Class in org.hibernate.mapping
A mapping model object that represents a subclass in a single table inheritance hierarchy.
SingleTableSubclass(PersistentClass, MetadataBuildingContext) - Constructor for class org.hibernate.mapping.SingleTableSubclass
 
singleton(JdbcParameter) - Static method in interface org.hibernate.sql.exec.spi.JdbcParametersList
 
SingleUniqueKeyEntityLoader<T> - Interface in org.hibernate.loader.ast.spi
Loader subtype for loading an entity by a single unique-key value.
SingleUniqueKeyEntityLoaderStandard<T> - Class in org.hibernate.loader.ast.internal
 
SingleUniqueKeyEntityLoaderStandard(EntityMappingType, SingularAttributeMapping) - Constructor for class org.hibernate.loader.ast.internal.SingleUniqueKeyEntityLoaderStandard
 
SINGULAR_ATTRIBUTE - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
SingularAttribute - Interface in org.hibernate.envers.boot.model
Contract for an attribute that represents a singular value.
SingularAttributeImpl<D,​J> - Class in org.hibernate.metamodel.model.domain.internal
 
SingularAttributeImpl(ManagedDomainType<D>, String, AttributeClassification, DomainType<J>, JavaType<?>, Member, boolean, boolean, boolean, boolean, MetadataContext) - Constructor for class org.hibernate.metamodel.model.domain.internal.SingularAttributeImpl
 
SingularAttributeImpl.Identifier<D,​J> - Class in org.hibernate.metamodel.model.domain.internal
Subclass used to simplify instantiation of singular attributes representing an entity's identifier.
SingularAttributeImpl.Version<X,​Y> - Class in org.hibernate.metamodel.model.domain.internal
Subclass used to simply instantiation of singular attributes representing an entity's version.
SingularAttributeInfo - Interface in org.hibernate.boot.jaxb.hbm.spi
 
SingularAttributeMapping - Interface in org.hibernate.metamodel.mapping
Mapping for a singular (non-collection) attribute.
SingularAttributeMetadata<X,​Y> - Interface in org.hibernate.metamodel.internal
Attribute metadata contract for a non-plural attribute.
SingularAttributeMetadataImpl<X,​Y> - Class in org.hibernate.metamodel.internal
 
SingularAttributeNature - Enum in org.hibernate.boot.model.source.spi
Describes possible natures of a singular attribute.
SingularAttributeSource - Interface in org.hibernate.boot.model.source.spi
Source-agnostic description of information needed to bind a singular attribute.
SingularAttributeSourceAny - Interface in org.hibernate.boot.model.source.spi
Describes an <any/> mapping
SingularAttributeSourceAnyImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
SingularAttributeSourceAnyImpl(MappingDocument, AttributeSourceContainer, JaxbHbmAnyAssociationType, String, NaturalIdMutability) - Constructor for class org.hibernate.boot.model.source.internal.hbm.SingularAttributeSourceAnyImpl
 
SingularAttributeSourceBasic - Interface in org.hibernate.boot.model.source.spi
 
SingularAttributeSourceEmbedded - Interface in org.hibernate.boot.model.source.spi
Represents the binding source for a singular attribute that is "embedded" or "composite".
SingularAttributeSourceManyToOne - Interface in org.hibernate.boot.model.source.spi
 
SingularAttributeSourceOneToOne - Interface in org.hibernate.boot.model.source.spi
 
SingularAttributeSourceToOne - Interface in org.hibernate.boot.model.source.spi
Further contract for sources of singular associations (one-to-one and many-to-one).
SingularPersistentAttribute<D,​J> - Interface in org.hibernate.metamodel.model.domain
Extension of the JPA-defined SingularAttribute interface.
sinh() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
sinh(Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create an expression that returns the hyperbolic sine of its argument.
sinh(Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
sinh(Expression<? extends Number>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
sinh_exp() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
size() - Method in annotation type org.hibernate.annotations.BatchSize
The maximum batch size, a strictly positive integer.
size() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
 
size() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.SetProxy
 
size() - Method in class org.hibernate.collection.spi.PersistentBag
 
size() - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
size() - Method in class org.hibernate.collection.spi.PersistentList
 
size() - Method in class org.hibernate.collection.spi.PersistentMap
 
size() - Method in class org.hibernate.collection.spi.PersistentSet
 
size() - Method in class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl.PooledConnections
 
size() - Method in class org.hibernate.engine.spi.ExecutableList
 
size() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
 
size() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.MapProxy
 
size() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
size() - Method in class org.hibernate.event.spi.MergeContext
Returns the number of merge-to-managed entity cross-references in this MergeContext
size() - Method in class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
Returns the number of key-value mappings in this map.
size() - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Returns the number of key-value mappings in this map.
size() - Method in class org.hibernate.internal.util.collections.IdentityMap
 
size() - Method in class org.hibernate.internal.util.collections.IdentitySet
 
size() - Method in class org.hibernate.internal.util.collections.JoinedList
 
size() - Method in interface org.hibernate.metamodel.mapping.AttributeMappingsList
 
size() - Method in interface org.hibernate.metamodel.mapping.AttributeMappingsMap
 
size() - Method in class org.hibernate.metamodel.mapping.internal.EmptyAttributeMappingsMap
 
size() - Method in class org.hibernate.metamodel.mapping.internal.ImmutableAttributeMappingList
 
size() - Method in class org.hibernate.metamodel.mapping.internal.ImmutableAttributeMappingsMap
 
size() - Method in class org.hibernate.metamodel.mapping.internal.MutableAttributeMappingList
Deprecated.
 
size() - Method in class org.hibernate.proxy.map.MapProxy
 
size() - Method in class org.hibernate.sql.exec.spi.JdbcParametersList.JdbcParametersListMulti
 
size() - Method in class org.hibernate.sql.exec.spi.JdbcParametersList.JdbcParametersListSingleton
 
size() - Method in interface org.hibernate.sql.exec.spi.JdbcParametersList
 
size() - Method in interface org.hibernate.sql.results.graph.FetchList
 
size() - Method in class org.hibernate.sql.results.graph.internal.ImmutableFetchList
 
size(C) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
size(C) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
size(C) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
size(C) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
size(Expression<C>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
size(Expression<C>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
size(Expression<C>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
size(Expression<C>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
size(Collection<?>) - Static method in class org.hibernate.Hibernate
Obtain the size of a persistent collection, without fetching its state from the database.
size(Collection<?>) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
 
size(List<?>) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
 
size(Map<?, ?>) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
 
Size - Class in org.hibernate.engine.jdbc
Models size restrictions/requirements on a column's datatype.
Size() - Constructor for class org.hibernate.engine.jdbc.Size
 
Size(Integer, Integer, Integer, Size.LobMultiplier) - Constructor for class org.hibernate.engine.jdbc.Size
 
Size(Integer, Integer, Long, Size.LobMultiplier) - Constructor for class org.hibernate.engine.jdbc.Size
Complete constructor.
SIZE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
SIZE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
SIZE() - Method in class org.hibernate.grammars.hql.HqlParser.CollectionSizeFunctionContext
 
SIZE() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
Size.LobMultiplier - Enum in org.hibernate.engine.jdbc
 
SizeSource - Interface in org.hibernate.boot.model.source.spi
 
SizeSourceImpl - Class in org.hibernate.boot.model.source.internal.hbm
Implementation of SizeSource
SizeSourceImpl(Integer, Integer, Integer) - Constructor for class org.hibernate.boot.model.source.internal.hbm.SizeSourceImpl
 
SizeStrategyImpl() - Constructor for class org.hibernate.dialect.Dialect.SizeStrategyImpl
 
Skip - Annotation Type in org.hibernate.testing
Deprecated, for removal: This API element is subject to removal in a future version.
Use JUnit 5 and DisabledOnOs or DisabledIf.
SKIP - org.hibernate.tool.schema.UniqueConstraintSchemaUpdateStrategy
Do not attempt to create unique constraints on a schema update
SKIP_LOCKED - Static variable in class org.hibernate.LockOptions
SKIP_UNSUPPORTED - org.hibernate.metamodel.internal.JpaStaticMetaModelPopulationSetting
SKIP_UNSUPPORTED works as ENABLED but ignores any non-JPA features that would otherwise result in the population failing.
Skip.AlwaysSkip - Class in org.hibernate.testing
Deprecated.
 
Skip.Matcher - Interface in org.hibernate.testing
Deprecated.
Simple boolean assertion
Skip.OperatingSystem - Interface in org.hibernate.testing
Deprecated.
 
Skip.OperatingSystem.Windows - Class in org.hibernate.testing
Deprecated.
 
SkipForDialect - Annotation Type in org.hibernate.testing.orm.junit
Indicates that the annotated test class/method should be skipped when the indicated Dialect is being used.
SkipForDialect - Annotation Type in org.hibernate.testing
Deprecated, for removal: This API element is subject to removal in a future version.
Use JUnit 5 and SkipForDialect instead.
SkipForDialectGroup - Annotation Type in org.hibernate.testing.orm.junit
Grouping annotation for SkipForDialect
SkipForDialects - Annotation Type in org.hibernate.testing
Deprecated, for removal: This API element is subject to removal in a future version.
Use JUnit 5 and SkipForDialectGroup instead.
skipInitialization(Object, RowProcessingState) - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
SkipLog - Class in org.hibernate.testing
Well-known-location lookup for the test-skip log...
SkipNullableUniqueDelegate - Class in org.hibernate.dialect.unique
A UniqueDelegate that only creates unique constraints on not-null columns, and ignores requests for uniqueness for nullable columns.
SkipNullableUniqueDelegate(Dialect) - Constructor for class org.hibernate.dialect.unique.SkipNullableUniqueDelegate
 
skipRows(ResultSet) - Method in class org.hibernate.sql.results.jdbc.internal.DeferredResultSetAccess
 
SLASH - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
SLASH - Static variable in class org.hibernate.grammars.hql.HqlParser
 
SLASH() - Method in class org.hibernate.grammars.hql.HqlParser.MultiplicativeOperatorContext
 
SLASH() - Method in class org.hibernate.grammars.hql.HqlParser.ZoneIdContext
 
sleep(long) - Method in class org.hibernate.testing.junit4.BaseUnitTestCase
 
sleepASecond() - Method in class org.hibernate.testing.byteman.BytemanHelper
 
slice(Object[], int, int) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
slice(String[], int, int) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
slowQuery(String, long) - Method in class org.hibernate.stat.internal.StatisticsImpl
 
slowQuery(String, long) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Register the execution of a slow SQL query.
SMALL - org.hibernate.testing.orm.domain.gambit.Shirt.Size
 
SMALLEST - org.hibernate.dialect.NullOrdering
Null is treated as the smallest value.
SMALLINT - Static variable in class org.hibernate.type.SqlTypes
A type code representing the generic SQL type SMALLINT.
SmallIntJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for SMALLINT handling.
SmallIntJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.SmallIntJdbcType
 
snapshot(BasicCollectionPersister) - Method in class org.hibernate.collection.spi.PersistentSortedMap
 
snapshot(BasicCollectionPersister) - Method in class org.hibernate.collection.spi.PersistentSortedSet
 
snaptogrid - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
SOFT - org.hibernate.internal.util.collections.ConcurrentReferenceHashMap.ReferenceType
Indicates a SoftReference should be used
SoftDeletable - Interface in org.hibernate.mapping
 
SoftDeletableModelPart - Interface in org.hibernate.metamodel.mapping
Model part which can be soft-deleted
SoftDelete - Annotation Type in org.hibernate.annotations
Describes a soft-delete indicator mapping.
SoftDelete.UnspecifiedConversion - Interface in org.hibernate.annotations
Used as the default for SoftDelete.converter(), indicating that dialect and settings resolution should be used.
SoftDeleteExecutionDelegate - Class in org.hibernate.query.sqm.mutation.internal.temptable
 
SoftDeleteExecutionDelegate(EntityMappingType, TemporaryTable, AfterUseAction, SqmDeleteStatement<?>, DomainParameterXref, QueryOptions, LoadQueryInfluencers, QueryParameterBindings, Function<SharedSessionContractImplementor, String>, SessionFactoryImplementor) - Constructor for class org.hibernate.query.sqm.mutation.internal.temptable.SoftDeleteExecutionDelegate
 
SoftDeleteHelper - Class in org.hibernate.boot.model.internal
Helper for dealing with SoftDelete
SoftDeleteHelper() - Constructor for class org.hibernate.boot.model.internal.SoftDeleteHelper
 
SoftDeleteMapping - Interface in org.hibernate.metamodel.mapping
Metadata about the indicator column for entities and collections enabled for soft delete
SoftDeleteMappingImpl - Class in org.hibernate.metamodel.mapping.internal
SoftDeleteMapping implementation
SoftDeleteMappingImpl(SoftDeletableModelPart, String, String, Object, String, Object, String, JdbcMapping) - Constructor for class org.hibernate.metamodel.mapping.internal.SoftDeleteMappingImpl
 
SoftDeleteType - Enum in org.hibernate.annotations
Enumeration of defines styles of soft-delete
SoftLock - Interface in org.hibernate.cache.spi.access
Memento object for use by synchronous concurrency strategies
softLockedCacheExpired(String, Object) - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
Log a message (WARN) about expiry of soft-locked region.
some(Subquery<Y>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
some(Subquery<Y>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
some(Subquery<Y>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
some(Subquery<Y>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
SOME - org.hibernate.query.sqm.tree.expression.SqmModifiedSubQueryExpression.Modifier
 
SOME - org.hibernate.sql.ast.tree.expression.ModifiedSubQueryExpression.Modifier
 
SOME - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
SOME - Static variable in class org.hibernate.grammars.hql.HqlParser
 
SOME() - Method in class org.hibernate.grammars.hql.HqlParser.AnySomeQuantifierContext
 
SOME() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
sometimesNeedsStartingValue() - Method in class org.hibernate.dialect.sequence.HANASequenceSupport
 
sometimesNeedsStartingValue() - Method in class org.hibernate.dialect.sequence.MariaDBSequenceSupport
 
sometimesNeedsStartingValue() - Method in class org.hibernate.dialect.sequence.OracleSequenceSupport
 
sometimesNeedsStartingValue() - Method in class org.hibernate.dialect.sequence.PostgreSQLSequenceSupport
 
sometimesNeedsStartingValue() - Method in interface org.hibernate.dialect.sequence.SequenceSupport
Do we need to explicitly specify minvalue or maxvalue when the initial value doesn't have the same sign as the increment?
sometimesNeedsStartingValue() - Method in class org.hibernate.dialect.sequence.TiDBSequenceSupport
 
sort - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
sort - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
sort - Variable in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
 
sort - Variable in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
 
sort - Variable in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
 
sort() - Method in class org.hibernate.engine.spi.ExecutableList
Sorts the list using the natural ordering or using the ExecutableList.Sorter if it's not null.
sort(Collection<Vertex<R>>) - Method in class org.hibernate.envers.internal.tools.graph.TopologicalSort
 
sort(List<ComparableExecutable>) - Method in interface org.hibernate.engine.spi.ExecutableList.Sorter
Sorts the list.
sort(GraphDefiner<V, R>) - Static method in class org.hibernate.envers.internal.tools.graph.GraphTopologicalSort
Sorts a graph topologically.
sort(JpaExpression<?>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
sort(JpaExpression<?>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
sort(JpaExpression<?>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
sort(JpaExpression<?>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
sort(JpaExpression<?>, SortDirection) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
sort(JpaExpression<?>, SortDirection) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
sort(JpaExpression<?>, SortDirection) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
sort(JpaExpression<?>, SortDirection) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
sort(JpaExpression<?>, SortDirection, NullPrecedence) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
sort(JpaExpression<?>, SortDirection, NullPrecedence) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
sort(JpaExpression<?>, SortDirection, NullPrecedence) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
sort(JpaExpression<?>, SortDirection, NullPrecedence) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
Sortable - Interface in org.hibernate.boot.model.source.spi
Contact to define if the source of plural attribute is sortable or not.
SortableValue - Interface in org.hibernate.mapping
 
sortActions() - Method in class org.hibernate.engine.spi.ActionQueue
 
sortAnnotationIndexedCollection() - Method in interface org.hibernate.internal.CoreMessageLogger
 
sortCollectionActions() - Method in class org.hibernate.engine.spi.ActionQueue
 
sortColumns(int[]) - Method in class org.hibernate.mapping.SimpleValue
 
SortComparator - Annotation Type in org.hibernate.annotations
Sort a Set or Map using the given Comparator.
sortDirection() - Method in class org.hibernate.grammars.hql.HqlParser.SearchSpecificationContext
 
sortDirection() - Method in class org.hibernate.grammars.hql.HqlParser
 
sortDirection() - Method in class org.hibernate.grammars.hql.HqlParser.SortSpecificationContext
 
SortDirection - Enum in org.hibernate.query
Enumerates the directions in which query results may be sorted.
SortDirectionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.SortDirectionContext
 
SORTED_MAP - org.hibernate.metamodel.CollectionClassification
A sorted CollectionClassification.MAP using either natural sorting of the keys or a specified Comparator.
SORTED_SET - org.hibernate.metamodel.CollectionClassification
A sorted CollectionClassification.SET using either natural sorting of the elements or a specified Comparator.
SortedFieldTracker - Class in org.hibernate.bytecode.enhance.internal.tracker
small low memory class to keep track of changed fields similar to BasicTracker but where the array is kept ordered to reduce the cost of verifying duplicates
SortedFieldTracker() - Constructor for class org.hibernate.bytecode.enhance.internal.tracker.SortedFieldTracker
 
sortedMap() - Static method in class org.hibernate.Hibernate
Obtain an instance of Hibernate.CollectionInterface representing sorted persistent maps of a given key and value types.
SortedMapCollectionInitializor - Class in org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor
Initializes SortedMap collection with proper Comparator
SortedMapCollectionInitializor(EnversService, AuditReaderImplementor, RelationQueryGenerator, Object, Number, boolean, Class<? extends SortedMap>, MiddleComponentData, MiddleComponentData, Comparator) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.SortedMapCollectionInitializor
 
SortedMapCollectionMapper - Class in org.hibernate.envers.internal.entities.mapper.relation
 
SortedMapCollectionMapper(Configuration, CommonCollectionMapperData, Class<? extends SortedMap>, Class<? extends SortedMap>, MiddleComponentData, MiddleComponentData, Comparator, boolean) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.SortedMapCollectionMapper
 
SortedMapProxy<K,​V> - Class in org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy
 
SortedMapProxy() - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
SortedMapProxy(Initializor<SortedMap<K, V>>) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
SortedMapType - Class in org.hibernate.type
 
SortedMapType(String, String, Comparator<?>) - Constructor for class org.hibernate.type.SortedMapType
 
sortedSet() - Static method in class org.hibernate.Hibernate
Obtain an instance of Hibernate.CollectionInterface representing sorted persistent sets of a given element type.
SortedSetCollectionInitializor - Class in org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor
Initializes SortedSet collection with proper Comparator
SortedSetCollectionInitializor(EnversService, AuditReaderImplementor, RelationQueryGenerator, Object, Number, boolean, Class<? extends SortedSet>, MiddleComponentData, Comparator) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.SortedSetCollectionInitializor
 
SortedSetCollectionMapper - Class in org.hibernate.envers.internal.entities.mapper.relation
 
SortedSetCollectionMapper(Configuration, CommonCollectionMapperData, Class<? extends SortedSet>, Class<? extends SortedSet>, MiddleComponentData, Comparator, boolean, boolean) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.SortedSetCollectionMapper
 
SortedSetProxy<U> - Class in org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy
 
SortedSetProxy() - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedSetProxy
 
SortedSetProxy(Initializor<SortedSet<U>>) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedSetProxy
 
SortedSetType - Class in org.hibernate.type
 
SortedSetType(String, String, Comparator<?>) - Constructor for class org.hibernate.type.SortedSetType
 
sortExpression() - Method in class org.hibernate.grammars.hql.HqlParser
 
sortExpression() - Method in class org.hibernate.grammars.hql.HqlParser.SortSpecificationContext
 
SortExpressionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.SortExpressionContext
 
sortMethods(List<FrameworkMethod>) - Method in class org.hibernate.testing.junit4.CustomRunner
 
SortNatural - Annotation Type in org.hibernate.annotations
Sort a Set or Map in its natural order
sortProperties() - Method in class org.hibernate.mapping.Component
 
sortProperties() - Method in class org.hibernate.mapping.DependantValue
 
sortProperties() - Method in interface org.hibernate.mapping.SortableValue
 
sortProperties() - Method in class org.hibernate.mapping.ToOne
 
sortSpecification() - Method in class org.hibernate.grammars.hql.HqlParser.OrderByClauseContext
 
sortSpecification() - Method in class org.hibernate.grammars.hql.HqlParser.OrderByFragmentContext
 
sortSpecification() - Method in class org.hibernate.grammars.hql.HqlParser
 
sortSpecification() - Method in class org.hibernate.grammars.ordering.OrderingParser.OrderByFragmentContext
 
sortSpecification() - Method in class org.hibernate.grammars.ordering.OrderingParser
 
sortSpecification(int) - Method in class org.hibernate.grammars.hql.HqlParser.OrderByClauseContext
 
sortSpecification(int) - Method in class org.hibernate.grammars.hql.HqlParser.OrderByFragmentContext
 
sortSpecification(int) - Method in class org.hibernate.grammars.ordering.OrderingParser.OrderByFragmentContext
 
SortSpecification - Class in org.hibernate.sql.ast.tree.select
 
SortSpecification(Expression, SortDirection) - Constructor for class org.hibernate.sql.ast.tree.select.SortSpecification
 
SortSpecification(Expression, SortDirection, NullPrecedence) - Constructor for class org.hibernate.sql.ast.tree.select.SortSpecification
 
SortSpecificationContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.SortSpecificationContext
 
SortSpecificationContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.ordering.OrderingParser.SortSpecificationContext
 
soundex() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
source - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTimestampAttributeType
 
source() - Method in annotation type org.hibernate.annotations.CreationTimestamp
Specifies how the timestamp is generated.
source() - Method in annotation type org.hibernate.annotations.CurrentTimestamp
Specifies how the timestamp is generated.
source() - Method in annotation type org.hibernate.annotations.UpdateTimestamp
Specifies how the timestamp is generated.
source() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
Deprecated.
 
Source - Annotation Type in org.hibernate.annotations
Deprecated.
use CurrentTimestamp instead
SOURCE - org.hibernate.dialect.ResultColumnReferenceStrategy
This strategy says to reference the result columns by the qualified column name found in the result source.
SourceColumnAdapter - Interface in org.hibernate.boot.jaxb.hbm.transform
 
SourceColumnAdapterJaxbHbmColumnType - Class in org.hibernate.boot.jaxb.hbm.transform
 
SourceColumnAdapterJaxbHbmColumnType(JaxbHbmColumnType) - Constructor for class org.hibernate.boot.jaxb.hbm.transform.SourceColumnAdapterJaxbHbmColumnType
 
SourceDescriptor - Interface in org.hibernate.tool.schema.spi
Describes a source for schema create, drop and migrate actions.
SourceGeneration - Class in org.hibernate.generator.internal
Deprecated.
because both Source and hbm.xml are deprecated, though this implementation is instructive
SourceGeneration(Source, Member, GeneratorCreationContext) - Constructor for class org.hibernate.generator.internal.SourceGeneration
Deprecated.
 
SourceGeneration(SourceType, Class<?>, GeneratorCreationContext) - Constructor for class org.hibernate.generator.internal.SourceGeneration
Deprecated.
 
sourceMappingDocument() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractHbmSourceNode
 
SourceType - Enum in org.hibernate.annotations
Specifies the source of a generated value, either the virtual machine, or the database.
SourceType - Enum in org.hibernate.boot.jaxb
From what type of source did we obtain the data
SourceType - Enum in org.hibernate.tool.schema
Enumerates the various types of sources understood by the schema management tooling.
space() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
SPACE - Static variable in class org.hibernate.grammars.importsql.SqlScriptLexer
 
SPACE - Static variable in class org.hibernate.grammars.importsql.SqlScriptParser
 
SPACE() - Method in class org.hibernate.grammars.importsql.SqlScriptParser.CommandContext
 
SPACE() - Method in class org.hibernate.grammars.importsql.SqlScriptParser.ScriptContext
 
SPACE(int) - Method in class org.hibernate.grammars.importsql.SqlScriptParser.CommandContext
 
SPACE(int) - Method in class org.hibernate.grammars.importsql.SqlScriptParser.ScriptContext
 
SPANNER - org.hibernate.dialect.Database
 
SpannerDialect - Class in org.hibernate.dialect
A SQL dialect for Cloud Spanner.
SpannerDialect() - Constructor for class org.hibernate.dialect.SpannerDialect
 
SpannerDialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.SpannerDialect
 
SpannerSqlAstTranslator<T extends JdbcOperation> - Class in org.hibernate.dialect
A SQL AST translator for Spanner.
SpannerSqlAstTranslator(SessionFactoryImplementor, Statement) - Constructor for class org.hibernate.dialect.SpannerSqlAstTranslator
 
Spatial - Interface in org.hibernate.spatial
A marker interface for spatial (geometric/geographic) types.
SPATIAL - org.hibernate.query.sqm.produce.function.FunctionParameterType
Indicates that the argument should be a spatial type
SPATIAL_MSG_LOGGER - Static variable in interface org.hibernate.spatial.HSMessageLogger
 
SpatialCriteriaBuilder<T> - Interface in org.hibernate.spatial.criteria
An extended HibernateCriteriaBuilder with spatial functionality
SpatialCriteriaBuilderImpl<T> - Class in org.hibernate.spatial.criteria.internal
 
SpatialCriteriaBuilderImpl(HibernateCriteriaBuilder) - Constructor for class org.hibernate.spatial.criteria.internal.SpatialCriteriaBuilderImpl
 
SpatialDialect - Interface in org.hibernate.spatial
Deprecated.
SpatialDialects are no longer needed since Hibernate 6.0
spatialEnabled(boolean) - Method in interface org.hibernate.spatial.HSMessageLogger
 
SpatialFunction - Enum in org.hibernate.spatial
Deprecated.
To be replaced by CommonSpatialFunction
SpatialFunctionContributor - Class in org.hibernate.spatial.contributor
 
SpatialFunctionContributor() - Constructor for class org.hibernate.spatial.contributor.SpatialFunctionContributor
 
SpatialInitializer - Class in org.hibernate.spatial.integration
Manages initialization of the hibernate-spatial integration
SpatialInitializer() - Constructor for class org.hibernate.spatial.integration.SpatialInitializer
 
SpatialRelation - Interface in org.hibernate.spatial
Deprecated.
Will be removed in 6
SpatialService - Class in org.hibernate.spatial.integration
Central service for spatial integration
SpatialService(StandardServiceRegistryBuilder) - Constructor for class org.hibernate.spatial.integration.SpatialService
 
SpatialTypeContributor - Class in org.hibernate.spatial.contributor
 
SpatialTypeContributor() - Constructor for class org.hibernate.spatial.contributor.SpatialTypeContributor
 
SPEC_ACTION_CREATE - Static variable in enum org.hibernate.tool.schema.Action
 
SPEC_ACTION_DROP - Static variable in enum org.hibernate.tool.schema.Action
 
SPEC_ACTION_DROP_AND_CREATE - Static variable in enum org.hibernate.tool.schema.Action
 
SPEC_ACTION_NONE - Static variable in enum org.hibernate.tool.schema.Action
 
SPEC_HINT_TIMEOUT - Static variable in class org.hibernate.jpa.QueryHints
Deprecated.
 
SpecHints - Interface in org.hibernate.jpa
The hints explicitly defined by the Jakarta Persistence specification which are available for both queries and loading.
specialOneToOne(String, ForeignKeyDirection, boolean, String, boolean, boolean, String, String, boolean, MetadataBuildingContext) - Static method in class org.hibernate.mapping.MappingHelper
 
SpecialOneToOneType - Class in org.hibernate.type
A one-to-one association that maps to specific formula(s) instead of the primary key column of the owning entity.
SpecialOneToOneType(SpecialOneToOneType, String) - Constructor for class org.hibernate.type.SpecialOneToOneType
 
SpecialOneToOneType(TypeConfiguration, String, ForeignKeyDirection, boolean, String, boolean, boolean, String, String, boolean) - Constructor for class org.hibernate.type.SpecialOneToOneType
 
split(String) - Static method in class org.hibernate.boot.model.source.internal.hbm.CommaSeparatedStringHelper
 
split(String, String) - Static method in class org.hibernate.internal.util.StringHelper
 
split(String, String, boolean) - Static method in class org.hibernate.internal.util.StringHelper
 
split(SqmDeleteStatement<R>, SessionFactoryImplementor) - Static method in class org.hibernate.query.hql.internal.QuerySplitter
 
split(SqmSelectStatement<R>, SessionFactoryImplementor) - Static method in class org.hibernate.query.hql.internal.QuerySplitter
 
splitAndCombine(Set<String>, String) - Static method in class org.hibernate.boot.model.source.internal.hbm.CommaSeparatedStringHelper
 
splitFull(String, String) - Static method in class org.hibernate.internal.util.StringHelper
 
splitQueries(String, int) - Method in interface org.hibernate.internal.CoreMessageLogger
 
splitTrimmingTokens(String, String, boolean) - Static method in class org.hibernate.internal.util.StringHelper
 
spy(Connection, JdbcSpies.SpyContext) - Static method in class org.hibernate.testing.jdbc.JdbcSpies
 
spyContext - Variable in class org.hibernate.testing.orm.jdbc.PreparedStatementSpyConnectionProvider
 
SpyContext() - Constructor for class org.hibernate.testing.jdbc.JdbcSpies.SpyContext
 
sql - Variable in class org.hibernate.sql.exec.spi.AbstractJdbcOperationQuery
 
sql() - Method in annotation type org.hibernate.annotations.Generated
A SQL expression used to generate the value of the column mapped by the annotated property.
sql() - Method in annotation type org.hibernate.annotations.SQLDelete
Procedure name or SQL DELETE statement.
sql() - Method in annotation type org.hibernate.annotations.SQLDeleteAll
Procedure name or SQL DELETE statement.
sql() - Method in annotation type org.hibernate.annotations.SQLInsert
Procedure name or SQL INSERT statement.
sql() - Method in annotation type org.hibernate.annotations.SQLSelect
The SQL SELECT statement.
sql() - Method in annotation type org.hibernate.annotations.SQLUpdate
Procedure name or SQL UPDATE statement.
sql(String, Class<T>, Expression<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Embed native pattern that will be unquoted and embedded in the generated SQL.
sql(String, Class<T>, Expression<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
sql(String, Class<T>, Expression<?>...) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
SQL - Annotation Type in org.hibernate.annotations.processing
Identifies a method of an abstract class or interface as defining the signature of a method which is used to execute the given SQL query, with an implementation generated automatically by the Hibernate Metamodel Generator.
SQL - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
SQL_EXEC_LOGGER - Static variable in interface org.hibernate.sql.exec.SqlExecLogger
 
SQL_RESULT_SET_MAPPING - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
SQL_RESULT_SET_MAPPINGS - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
sql2003() - Method in class org.hibernate.engine.jdbc.env.spi.AnsiSqlKeywords
Retrieve all keywords defined by ANSI SQL:2003 All keywords returned by this implementation are in lowercase.
SQL99 - org.hibernate.engine.jdbc.env.spi.SQLStateType
The reported codes follow the SQL spec
SqlAliasBase - Interface in org.hibernate.sql.ast.spi
A generator for new incremental SQL aliases based on a stem
SqlAliasBaseConstant - Class in org.hibernate.sql.ast.spi
A SqlAliasBase that always returns the same constant.
SqlAliasBaseConstant(String) - Constructor for class org.hibernate.sql.ast.spi.SqlAliasBaseConstant
 
SqlAliasBaseGenerator - Interface in org.hibernate.sql.ast.spi
Generator for SqlAliasBase instances based on a stem.
SqlAliasBaseImpl - Class in org.hibernate.sql.ast.spi
Standard SqlAliasBase impl
SqlAliasBaseImpl(String) - Constructor for class org.hibernate.sql.ast.spi.SqlAliasBaseImpl
 
SqlAliasBaseManager - Class in org.hibernate.sql.ast.spi
Helper used in creating unique SQL table aliases for a SQL AST
SqlAliasBaseManager() - Constructor for class org.hibernate.sql.ast.spi.SqlAliasBaseManager
 
SqlAliasBaseManager(Set<String>) - Constructor for class org.hibernate.sql.ast.spi.SqlAliasBaseManager
 
SqlAliasStemHelper - Class in org.hibernate.sql.ast.spi
 
SqlAliasStemHelper() - Constructor for class org.hibernate.sql.ast.spi.SqlAliasStemHelper
 
sqlAlterStrings(Dialect, Metadata, TableInformation, SqlStringGenerationContext) - Method in class org.hibernate.mapping.Table
Deprecated.
sqlAlterStrings(Table, Dialect, Metadata, TableInformation, SqlStringGenerationContext) - Static method in class org.hibernate.tool.schema.internal.StandardTableMigrator
 
SqlAppender - Interface in org.hibernate.sql.ast.spi
Access to appending SQL fragments to an in-flight buffer
SqlArrayMultiKeyLoader - Interface in org.hibernate.loader.ast.spi
MultiKeyLoader implementation based on a SQL ARRAY valued parameter
SqlAstCreationContext - Interface in org.hibernate.sql.ast.spi
The "context" in which creation of SQL AST occurs.
SqlAstCreationState - Interface in org.hibernate.sql.ast.spi
Access to stuff used while creating a SQL AST
SqlAstHelper - Class in org.hibernate.sql.ast.spi
 
SqlAstJoinType - Enum in org.hibernate.sql.ast
 
SqlAstNode - Interface in org.hibernate.sql.ast.tree
 
SqlAstNodeRenderingMode - Enum in org.hibernate.sql.ast
The rendering mode to use for SqlAstNode.
SqlAstProcessingState - Interface in org.hibernate.sql.ast.spi
Generalized access to state information relative to the "current process" of creating a SQL AST.
SqlAstProcessingStateImpl - Class in org.hibernate.query.sqm.sql.internal
Implementation of ProcessingState used on its own as the impl for DML statements and as the base for QuerySpec state
SqlAstProcessingStateImpl(SqlAstProcessingState, SqlAstCreationState, Function<SqlExpressionResolver, SqlExpressionResolver>, Supplier<Clause>) - Constructor for class org.hibernate.query.sqm.sql.internal.SqlAstProcessingStateImpl
 
SqlAstProcessingStateImpl(SqlAstProcessingState, SqlAstCreationState, Supplier<Clause>) - Constructor for class org.hibernate.query.sqm.sql.internal.SqlAstProcessingStateImpl
 
SqlAstQueryPartProcessingState - Interface in org.hibernate.sql.ast.spi
SqlAstProcessingState specialization for query parts
SqlAstQueryPartProcessingStateImpl - Class in org.hibernate.query.sqm.sql.internal
 
SqlAstQueryPartProcessingStateImpl(QueryPart, SqlAstProcessingState, SqlAstCreationState, Function<SqlExpressionResolver, SqlExpressionResolver>, Supplier<Clause>, boolean) - Constructor for class org.hibernate.query.sqm.sql.internal.SqlAstQueryPartProcessingStateImpl
 
SqlAstQueryPartProcessingStateImpl(QueryPart, SqlAstProcessingState, SqlAstCreationState, Supplier<Clause>, boolean) - Constructor for class org.hibernate.query.sqm.sql.internal.SqlAstQueryPartProcessingStateImpl
 
SqlAstTranslator<T extends JdbcOperation> - Interface in org.hibernate.sql.ast
 
SqlAstTranslatorFactory - Interface in org.hibernate.sql.ast
Factory for obtaining single-use SQL AST translators
SqlAstTranslatorWithMerge<T extends JdbcOperation> - Class in org.hibernate.dialect
Base for translators which support a full insert-or-update-or-delete (MERGE) command.
SqlAstTranslatorWithMerge(SessionFactoryImplementor, Statement) - Constructor for class org.hibernate.dialect.SqlAstTranslatorWithMerge
 
SqlAstTranslatorWithUpsert<T extends JdbcOperation> - Class in org.hibernate.dialect
Base SqlAstTranslator for translators which support an insert-or-update (UPSERT) command
SqlAstTranslatorWithUpsert(SessionFactoryImplementor, Statement) - Constructor for class org.hibernate.dialect.SqlAstTranslatorWithUpsert
 
SqlAstTreeHelper - Class in org.hibernate.sql.ast.spi
 
SqlAstTreeLogger - Interface in org.hibernate.sql.ast.tree
Dedicated logger for rendering a SQL AST
SqlAstWalker - Interface in org.hibernate.sql.ast
 
sqlConstraintString(SqlStringGenerationContext, String, String, String) - Method in class org.hibernate.mapping.Constraint
Deprecated, for removal: This API element is subject to removal in a future version.
this method is no longer called
sqlConstraintString(SqlStringGenerationContext, String, String, String) - Method in class org.hibernate.mapping.ForeignKey
Deprecated, for removal: This API element is subject to removal in a future version.
sqlConstraintString(SqlStringGenerationContext, String, String, String) - Method in class org.hibernate.mapping.PrimaryKey
Deprecated, for removal: This API element is subject to removal in a future version.
sqlConstraintString(SqlStringGenerationContext, String, String, String) - Method in class org.hibernate.mapping.UniqueKey
Deprecated, for removal: This API element is subject to removal in a future version.
sqlConstraintString(Dialect) - Method in class org.hibernate.mapping.PrimaryKey
 
sqlCreateStrings(SqlStringGenerationContext) - Method in interface org.hibernate.boot.model.relational.AuxiliaryDatabaseObject
Gets the SQL strings for creating the database object.
sqlCreateStrings(SqlStringGenerationContext) - Method in class org.hibernate.boot.model.relational.SimpleAuxiliaryDatabaseObject
 
sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
 
sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
 
sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
sqlDelete - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
sqlDelete - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
sqlDelete() - Method in annotation type org.hibernate.annotations.Table
Deprecated.
use SQLInsert.table() to specify the secondary table
SQLDelete - Annotation Type in org.hibernate.annotations
Specifies a custom SQL DML statement to be used in place of the default SQL generated by Hibernate when an entity or collection row is deleted from the database.
sqlDeleteAll - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
sqlDeleteAll - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
sqlDeleteAll - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
sqlDeleteAll - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
sqlDeleteAll - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
sqlDeleteAll - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
sqlDeleteAll - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
SQLDeleteAll - Annotation Type in org.hibernate.annotations
Specifies a custom SQL DML statement to be used in place of the default SQL generated by Hibernate when an entire collection is deleted from the database.
SQLDeletes - Annotation Type in org.hibernate.annotations
A grouping of SQLDeletes.
sqlDropStrings(SqlStringGenerationContext) - Method in interface org.hibernate.boot.model.relational.AuxiliaryDatabaseObject
Gets the SQL strings for dropping the database object.
sqlDropStrings(SqlStringGenerationContext) - Method in class org.hibernate.boot.model.relational.SimpleAuxiliaryDatabaseObject
 
SQLExceptionConversionDelegate - Interface in org.hibernate.exception.spi
Allow a SQLExceptionConverter to work by chaining together multiple delegates.
SQLExceptionConverter - Interface in org.hibernate.exception.spi
An object that interprets JDBC SQLExceptions and converts them to subtypes of Hibernate JDBCExceptions.
sqlExceptionHelper - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
sqlExceptionHelper() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
Access to the SqlExceptionHelper
sqlExceptionHelper() - Method in class org.hibernate.engine.jdbc.internal.MutationStatementPreparerImpl
 
sqlExceptionHelper() - Method in class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcIsolationDelegate
 
SqlExceptionHelper - Class in org.hibernate.engine.jdbc.spi
Helper for handling SQLExceptions in various manners.
SqlExceptionHelper(boolean) - Constructor for class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
Create an exception helper with a default exception converter.
SqlExceptionHelper(SQLExceptionConverter, boolean) - Constructor for class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
Create an exception helper with a specific exception converter.
SqlExceptionHelper.StandardWarningHandler - Class in org.hibernate.engine.jdbc.spi
Standard SQLWarning handler for logging warnings
SqlExceptionHelper.WarningHandler - Interface in org.hibernate.engine.jdbc.spi
Contract for handling warnings
SqlExceptionHelper.WarningHandlerLoggingSupport - Class in org.hibernate.engine.jdbc.spi
Basic support for SqlExceptionHelper.WarningHandler implementations which handle warnings
SQLExceptionTypeDelegate - Class in org.hibernate.exception.internal
A SQLExceptionConverter implementation that does conversion based on the SQLException subtype hierarchy defined by JDBC 4.
SQLExceptionTypeDelegate(ConversionContext) - Constructor for class org.hibernate.exception.internal.SQLExceptionTypeDelegate
 
SqlExecLogger - Interface in org.hibernate.sql.exec
 
SqlExpressible - Interface in org.hibernate.metamodel.mapping
Unifying contract for things that are capable of being an expression in the SQL AST.
SqlExpressionAccess - Interface in org.hibernate.sql.ast.spi
 
SqlExpressionResolver - Interface in org.hibernate.sql.ast.spi
Resolution of a SqlSelection reference for a given SqlSelectable.
SqlExpressionResolver.ColumnReferenceKey - Class in org.hibernate.sql.ast.spi
 
SqlFragmentAlias - Annotation Type in org.hibernate.annotations
Defines an interpolated alias occurring in a SQL filter condition.
SqlFragmentPredicate - Class in org.hibernate.persister.internal
Predicate based on a SQL fragment
SqlFragmentPredicate(String) - Constructor for class org.hibernate.persister.internal.SqlFragmentPredicate
 
SqlFunction - Class in org.hibernate.dialect.function
A function to pass through a SQL fragment.
SqlFunction() - Constructor for class org.hibernate.dialect.function.SqlFunction
 
SQLGrammarException - Exception in org.hibernate.exception
Specialization of JDBCException indicating that the SQL sent to the database server was invalid, either due to a syntax error, unrecognized name, or similar problem.
SQLGrammarException(String, SQLException) - Constructor for exception org.hibernate.exception.SQLGrammarException
Constructor for JDBCException.
SQLGrammarException(String, SQLException, String) - Constructor for exception org.hibernate.exception.SQLGrammarException
Constructor for JDBCException.
SqlInPredicateMultiKeyLoader - Interface in org.hibernate.loader.ast.spi
MultiKeyLoader implementation based on SQL IN predicate
sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
 
sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
 
sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
sqlInsert - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
sqlInsert - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
sqlInsert() - Method in annotation type org.hibernate.annotations.Table
Deprecated.
use SQLInsert.table() to specify the secondary table
SQLInsert - Annotation Type in org.hibernate.annotations
Specifies a custom SQL DML statement to be used in place of the default SQL generated by Hibernate when an entity or collection row is inserted in the database.
SQLInserts - Annotation Type in org.hibernate.annotations
A grouping of SQLInserts.
SQLJoinTableRestriction - Annotation Type in org.hibernate.annotations
Specifies a restriction written in native SQL to add to the generated SQL when querying the join table of a collection.
SQLLoadable - Interface in org.hibernate.persister.entity
Deprecated, for removal: This API element is subject to removal in a future version.
SQLLoadableCollection - Interface in org.hibernate.persister.collection
Deprecated.
SqlOmittingQueryOptions - Class in org.hibernate.query.spi
 
SqlOmittingQueryOptions(QueryOptions, boolean, boolean) - Constructor for class org.hibernate.query.spi.SqlOmittingQueryOptions
 
SqlOmittingQueryOptions(QueryOptions, boolean, boolean, ListResultsConsumer.UniqueSemantic) - Constructor for class org.hibernate.query.spi.SqlOmittingQueryOptions
 
SQLOrder - Annotation Type in org.hibernate.annotations
Order a collection using an expression or list of expression written in native SQL.
sqlQuery - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
 
sqlQuery - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
sqlQuery - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
sqlQuery - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
sqlQuery - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
SQLQueryParser - Class in org.hibernate.query.sql.internal
 
SQLQueryParser(String, SQLQueryParser.ParserContext, SessionFactoryImplementor) - Constructor for class org.hibernate.query.sql.internal.SQLQueryParser
 
SQLQueryParser.ParserContext - Interface in org.hibernate.query.sql.internal
 
SQLRestriction - Annotation Type in org.hibernate.annotations
Specifies a restriction written in native SQL to add to the generated SQL for entities or collections.
sqlResultSetMapping - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
sqlResultSetMapping - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
sqlResultSetMapping - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
 
SqlResultSetMapping - Class in org.hibernate.jpamodelgen.xml.jaxb
 
SqlResultSetMapping() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.SqlResultSetMapping
 
SqlResultSetMappingDescriptor - Class in org.hibernate.boot.query
 
SqlResultSetMappingDescriptor.EntityResultDescriptor - Class in org.hibernate.boot.query
 
sqlResultSetMappings - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
 
SqlScriptCommandExtractor - Interface in org.hibernate.tool.schema.spi
Contract for extracting statements from source/import/init scripts.
SqlScriptException - Exception in org.hibernate.tool.schema.spi
Indicates a problem
SqlScriptException(String) - Constructor for exception org.hibernate.tool.schema.spi.SqlScriptException
 
SqlScriptException(String, Throwable) - Constructor for exception org.hibernate.tool.schema.spi.SqlScriptException
 
SqlScriptExtractorInitiator - Class in org.hibernate.tool.schema.internal.script
 
SqlScriptExtractorInitiator() - Constructor for class org.hibernate.tool.schema.internal.script.SqlScriptExtractorInitiator
 
SqlScriptLexer - Class in org.hibernate.grammars.importsql
 
SqlScriptLexer(CharStream) - Constructor for class org.hibernate.grammars.importsql.SqlScriptLexer
 
SqlScriptParser - Class in org.hibernate.grammars.importsql
 
SqlScriptParser(TokenStream) - Constructor for class org.hibernate.grammars.importsql.SqlScriptParser
 
SqlScriptParser.CommandBlockContext - Class in org.hibernate.grammars.importsql
 
SqlScriptParser.CommandContext - Class in org.hibernate.grammars.importsql
 
SqlScriptParser.ScriptContext - Class in org.hibernate.grammars.importsql
 
SqlScriptParserBaseListener - Class in org.hibernate.grammars.importsql
This class provides an empty implementation of SqlScriptParserListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
SqlScriptParserBaseListener() - Constructor for class org.hibernate.grammars.importsql.SqlScriptParserBaseListener
 
SqlScriptParserBaseVisitor<T> - Class in org.hibernate.grammars.importsql
This class provides an empty implementation of SqlScriptParserVisitor, which can be extended to create a visitor which only needs to handle a subset of the available methods.
SqlScriptParserBaseVisitor() - Constructor for class org.hibernate.grammars.importsql.SqlScriptParserBaseVisitor
 
SqlScriptParserListener - Interface in org.hibernate.grammars.importsql
This interface defines a complete listener for a parse tree produced by SqlScriptParser.
SqlScriptParserVisitor<T> - Interface in org.hibernate.grammars.importsql
This interface defines a complete generic visitor for a parse tree produced by SqlScriptParser.
SqlScriptVisitor - Class in org.hibernate.tool.schema.internal.script
 
SqlScriptVisitor(Dialect) - Constructor for class org.hibernate.tool.schema.internal.script.SqlScriptVisitor
 
SQLSelect - Annotation Type in org.hibernate.annotations
Specifies a custom SQL query to be used in place of the default SQL generated by Hibernate when an entity or collection is loaded from the database by id.
SqlSelection - Interface in org.hibernate.sql.ast.spi
 
SqlSelectionExpression - Class in org.hibernate.sql.ast.tree.expression
Represents a selection that is "re-used" in certain parts of the query other than the select-clause (mainly important for order-by, group-by and having).
SqlSelectionExpression(SqlSelection) - Constructor for class org.hibernate.sql.ast.tree.expression.SqlSelectionExpression
 
SqlSelectionImpl - Class in org.hibernate.sql.results.internal
 
SqlSelectionImpl(int, int, Expression, boolean) - Constructor for class org.hibernate.sql.results.internal.SqlSelectionImpl
 
SqlSelectionImpl(int, int, Expression, JavaType<?>, boolean, ValueExtractor) - Constructor for class org.hibernate.sql.results.internal.SqlSelectionImpl
 
SqlSelectionImpl(int, int, JavaType<?>, Expression, boolean) - Constructor for class org.hibernate.sql.results.internal.SqlSelectionImpl
 
SqlSelectionImpl(int, Expression) - Constructor for class org.hibernate.sql.results.internal.SqlSelectionImpl
 
SqlSelectionImpl(Expression) - Constructor for class org.hibernate.sql.results.internal.SqlSelectionImpl
 
SqlSelectionProducer - Interface in org.hibernate.sql.ast.spi
 
SQLSERVER - org.hibernate.dialect.Database
 
SQLServer16SequenceSupport - Class in org.hibernate.dialect.sequence
 
SQLServer16SequenceSupport() - Constructor for class org.hibernate.dialect.sequence.SQLServer16SequenceSupport
 
SQLServer2005LimitHandler - Class in org.hibernate.dialect.pagination
A LimitHandler compatible with SQL Server 2005 and later that uses top() and rownumber().
SQLServer2005LimitHandler() - Constructor for class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
 
SQLServer2012Dialect - Class in org.hibernate.dialect
Deprecated.
use SQLServerDialect(11)
SQLServer2012Dialect() - Constructor for class org.hibernate.dialect.SQLServer2012Dialect
Deprecated.
 
SQLServer2012LimitHandler - Class in org.hibernate.dialect.pagination
A LimitHandler compatible with SQL Server 2012 which introduced support for the ANSI SQL standard syntax OFFSET m ROWS FETCH NEXT n ROWS ONLY, though this syntax is considered part of the ORDER BY clause, and with the wrinkle that both ORDER BY and the OFFSET clause are required.
SQLServer2012LimitHandler() - Constructor for class org.hibernate.dialect.pagination.SQLServer2012LimitHandler
 
SqlServer2012SpatialDialect - Class in org.hibernate.spatial.dialect.sqlserver
Deprecated.
A SpatialDialect is no longer required. Use the standard Dialect for this database.
SqlServer2012SpatialDialect() - Constructor for class org.hibernate.spatial.dialect.sqlserver.SqlServer2012SpatialDialect
Deprecated.
 
SQLServer2016Dialect - Class in org.hibernate.dialect
Deprecated.
use SQLServerDialect(13)
SQLServer2016Dialect() - Constructor for class org.hibernate.dialect.SQLServer2016Dialect
Deprecated.
 
SqlServerConvertTruncFunction - Class in org.hibernate.dialect.function
Custom TruncFunction for SQL Server versions < 16 which uses the custom SqlServerConvertTruncFunction.DateTruncConvertEmulation
SqlServerConvertTruncFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.SqlServerConvertTruncFunction
 
SQLServerDatabaseCleaner - Class in org.hibernate.testing.cleaner
 
SQLServerDatabaseCleaner() - Constructor for class org.hibernate.testing.cleaner.SQLServerDatabaseCleaner
 
SQLServerDialect - Class in org.hibernate.dialect
A dialect for Microsoft SQL Server 2008 and above
SQLServerDialect() - Constructor for class org.hibernate.dialect.SQLServerDialect
 
SQLServerDialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.SQLServerDialect
 
SQLServerDialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.SQLServerDialect
 
SqlServerDialectContributor - Class in org.hibernate.spatial.dialect.sqlserver
 
SqlServerDialectContributor(ServiceRegistry) - Constructor for class org.hibernate.spatial.dialect.sqlserver.SqlServerDialectContributor
 
SQLServerEveryAnyEmulation - Class in org.hibernate.dialect.function
SQL Server doesn't have a function like every() or any().
SQLServerEveryAnyEmulation(TypeConfiguration, boolean) - Constructor for class org.hibernate.dialect.function.SQLServerEveryAnyEmulation
 
SQLServerFormatEmulation - Class in org.hibernate.dialect.function
SQL Server behaves strangely when the first argument to format is of the type time, so we cast to datetime.
SQLServerFormatEmulation(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.SQLServerFormatEmulation
 
SqlServerGeographyType - Class in org.hibernate.spatial.dialect.sqlserver
Type descriptor for the SQL Server 2008 Geography type.
SqlServerGeographyType() - Constructor for class org.hibernate.spatial.dialect.sqlserver.SqlServerGeographyType
 
SqlServerGeometryType - Class in org.hibernate.spatial.dialect.sqlserver
Type descriptor for the SQL Server 2008 Geometry type.
SqlServerGeometryType() - Constructor for class org.hibernate.spatial.dialect.sqlserver.SqlServerGeometryType
 
SQLServerIdentityColumnSupport - Class in org.hibernate.dialect.identity
 
SQLServerIdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.SQLServerIdentityColumnSupport
 
SQLServerSequenceSupport - Class in org.hibernate.dialect.sequence
Sequence support for SQLServerDialect.
SQLServerSequenceSupport() - Constructor for class org.hibernate.dialect.sequence.SQLServerSequenceSupport
 
SQLServerSnapshotIsolationConnectionProvider - Class in org.hibernate.testing.jdbc
This ConnectionProvider extends any other ConnectionProvider that would be used by default taken the current configuration properties, and it just sets the READ_COMMITTED_SNAPSHOT isolation level for SQL Server.
SQLServerSnapshotIsolationConnectionProvider() - Constructor for class org.hibernate.testing.jdbc.SQLServerSnapshotIsolationConnectionProvider
 
SQLServerSqlAstTranslator<T extends JdbcOperation> - Class in org.hibernate.dialect
A SQL AST translator for SQL Server.
SQLServerSqlAstTranslator(SessionFactoryImplementor, Statement) - Constructor for class org.hibernate.dialect.SQLServerSqlAstTranslator
 
SqlServerSqmFunctionDescriptors - Class in org.hibernate.spatial.dialect.sqlserver
 
SqlServerSqmFunctionDescriptors(FunctionContributions) - Constructor for class org.hibernate.spatial.dialect.sqlserver.SqlServerSqmFunctionDescriptors
 
SQLStateConversionDelegate - Class in org.hibernate.exception.internal
A SQLExceptionConverter implementation which performs conversion based on the underlying SQLState.
SQLStateConversionDelegate(ConversionContext) - Constructor for class org.hibernate.exception.internal.SQLStateConversionDelegate
 
SQLStatementInspector - Class in org.hibernate.testing.jdbc
 
SQLStatementInspector() - Constructor for class org.hibernate.testing.jdbc.SQLStatementInspector
 
SQLStatementInterceptor - Class in org.hibernate.testing.jdbc
Deprecated.
SQLStatementInterceptor(Map<String, Object>) - Constructor for class org.hibernate.testing.jdbc.SQLStatementInterceptor
Deprecated.
 
SQLStatementInterceptor(StandardServiceRegistryBuilder) - Constructor for class org.hibernate.testing.jdbc.SQLStatementInterceptor
Deprecated.
 
SQLStatementInterceptor(SessionFactoryBuilder) - Constructor for class org.hibernate.testing.jdbc.SQLStatementInterceptor
Deprecated.
 
SQLStatementInterceptor(Configuration) - Constructor for class org.hibernate.testing.jdbc.SQLStatementInterceptor
Deprecated.
 
SqlStatementLogger - Class in org.hibernate.engine.jdbc.spi
Centralize logging for SQL statements.
SqlStatementLogger() - Constructor for class org.hibernate.engine.jdbc.spi.SqlStatementLogger
Constructs a new SqlStatementLogger instance.
SqlStatementLogger(boolean, boolean) - Constructor for class org.hibernate.engine.jdbc.spi.SqlStatementLogger
Constructs a new SqlStatementLogger instance.
SqlStatementLogger(boolean, boolean, boolean) - Constructor for class org.hibernate.engine.jdbc.spi.SqlStatementLogger
Constructs a new SqlStatementLogger instance.
SqlStatementLogger(boolean, boolean, boolean, long) - Constructor for class org.hibernate.engine.jdbc.spi.SqlStatementLogger
Constructs a new SqlStatementLogger instance.
SqlStatementLoggerInitiator - Class in org.hibernate.engine.jdbc.internal
The SqlStatementLogger is accessible via JdbcServices, but during service initialization, it might be needed before the JdbcServices service is initialized.
SqlStatementLoggerInitiator() - Constructor for class org.hibernate.engine.jdbc.internal.SqlStatementLoggerInitiator
 
SQLStateType - Enum in org.hibernate.engine.jdbc.env.spi
Enum interpretation of the valid values from DatabaseMetaData.getSQLStateType()
sqlString() - Method in enum org.hibernate.query.sqm.SetOperator
 
SqlStringGenerationContext - Interface in org.hibernate.boot.model.relational
A context provided to methods responsible for generating SQL strings on startup.
SqlStringGenerationContextImpl - Class in org.hibernate.boot.model.relational.internal
 
sqlText() - Method in enum org.hibernate.query.sqm.ComparisonOperator
 
sqlText() - Method in enum org.hibernate.sql.ast.tree.expression.Summarization.Kind
 
SqlTreeCreationException - Exception in org.hibernate.sql.ast
Base exception type for problems building a SQL tree.
SqlTreeCreationException(String) - Constructor for exception org.hibernate.sql.ast.SqlTreeCreationException
 
SqlTreeCreationException(String, Throwable) - Constructor for exception org.hibernate.sql.ast.SqlTreeCreationException
 
SqlTreeCreationLogger - Interface in org.hibernate.sql.ast
 
SqlTreePrinter - Class in org.hibernate.sql.ast
Logs a debug representation of the SQL AST.
SqlTuple - Class in org.hibernate.sql.ast.tree.expression
 
SqlTuple(List<? extends Expression>, MappingModelExpressible) - Constructor for class org.hibernate.sql.ast.tree.expression.SqlTuple
 
SqlTuple.Builder - Class in org.hibernate.sql.ast.tree.expression
 
SqlTupleContainer - Interface in org.hibernate.sql.ast.tree.expression
 
sqlType - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
 
sqlType - Variable in class org.hibernate.boot.model.internal.AnnotatedColumn
 
SqlTypedMapping - Interface in org.hibernate.metamodel.mapping
Models the type of a thing that can be used as an expression in a SQL query
SqlTypedMappingImpl - Class in org.hibernate.metamodel.mapping.internal
 
SqlTypedMappingImpl(String, Long, Integer, Integer, JdbcMapping) - Constructor for class org.hibernate.metamodel.mapping.internal.SqlTypedMappingImpl
 
SqlTypedMappingJdbcParameter - Class in org.hibernate.sql.exec.internal
 
SqlTypedMappingJdbcParameter(SqlTypedMapping) - Constructor for class org.hibernate.sql.exec.internal.SqlTypedMappingJdbcParameter
 
SqlTypes - Class in org.hibernate.type
Defines a list of constant type codes used to identify generic SQL types.
sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
 
sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
 
sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
sqlUpdate - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
sqlUpdate - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
sqlUpdate() - Method in annotation type org.hibernate.annotations.Table
Deprecated.
use SQLInsert.table() to specify the secondary table
SQLUpdate - Annotation Type in org.hibernate.annotations
Specifies a custom SQL DML statement to be used in place of the default SQL generated by Hibernate when an entity or collection row is updated in the database.
SQLUpdates - Annotation Type in org.hibernate.annotations
A grouping of SQLUpdates.
sqlWarning(int, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
sqlWhereString - Variable in class org.hibernate.persister.collection.AbstractCollectionPersister
 
SQLXML - Static variable in class org.hibernate.type.SqlTypes
A type code representing the generic SQL type XML.
SqmAggregateFunction<T> - Interface in org.hibernate.query.sqm.tree.expression
A SQM aggregate function.
SqmAliasedExpressionContainer<T extends SqmAliasedNode<?>> - Interface in org.hibernate.query.sqm.tree.select
 
SqmAliasedNode<T> - Interface in org.hibernate.query.sqm.tree.select
Models any aliased expression.
SqmAliasedNodePositionTracker(SqlExpressionResolver, List<? extends SqmAliasedNode<?>>) - Constructor for class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.SqmAliasedNodePositionTracker
 
SqmAliasedNodeRef - Class in org.hibernate.query.sqm.tree.expression
Models a reference to a SqmAliasedNode used in the order-by or group-by clause by either position or alias, though the reference is normalized here to a positional ref
SqmAliasedNodeRef(int, SqmExpressible<Integer>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmAliasedNodeRef
 
SqmAliasedNodeRef(int, NavigablePath, SqmExpressible<Integer>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmAliasedNodeRef
 
SqmAny<T> - Class in org.hibernate.query.sqm.tree.expression
 
SqmAny(SqmSubQuery<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmAny
 
SqmAnyDiscriminatorValue<T> - Class in org.hibernate.query.sqm.tree.expression
 
SqmAnyDiscriminatorValue(String, EntityDomainType, BasicType<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmAnyDiscriminatorValue
 
SqmAnyValuedSimplePath<T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmAnyValuedSimplePath(NavigablePath, SqmPathSource<T>, SqmPath<?>, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmAnyValuedSimplePath
 
SqmAnyValuedSimplePath(NavigablePath, SqmPathSource<T>, SqmPath<?>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmAnyValuedSimplePath
 
SqmAssignment<T> - Class in org.hibernate.query.sqm.tree.update
 
SqmAssignment(SqmPath<T>, SqmExpression<? extends T>) - Constructor for class org.hibernate.query.sqm.tree.update.SqmAssignment
 
SqmAttributeJoin<O,​T> - Interface in org.hibernate.query.sqm.tree.from
Models a join based on a mapped attribute reference.
SqmBagJoin<O,​E> - Class in org.hibernate.query.sqm.tree.domain
 
SqmBagJoin(SqmFrom<?, O>, BagPersistentAttribute<O, E>, String, SqmJoinType, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmBagJoin
 
SqmBagJoin(SqmFrom<?, O>, NavigablePath, BagPersistentAttribute<O, E>, String, SqmJoinType, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmBagJoin
 
SqmBasicValuedSimplePath<T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmBasicValuedSimplePath(NavigablePath, SqmPathSource<T>, SqmPath<?>, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmBasicValuedSimplePath
 
SqmBasicValuedSimplePath(NavigablePath, SqmPathSource<T>, SqmPath<?>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmBasicValuedSimplePath
 
SqmBetweenPredicate - Class in org.hibernate.query.sqm.tree.predicate
 
SqmBetweenPredicate(SqmExpression<?>, SqmExpression<?>, SqmExpression<?>, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmBetweenPredicate
 
SqmBinaryArithmetic<T> - Class in org.hibernate.query.sqm.tree.expression
 
SqmBinaryArithmetic(BinaryArithmeticOperator, SqmExpression<?>, SqmExpression<?>, JpaMetamodel, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmBinaryArithmetic
 
SqmBinaryArithmetic(BinaryArithmeticOperator, SqmExpression<?>, SqmExpression<?>, SqmExpressible<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmBinaryArithmetic
 
SqmBooleanExpressionPredicate - Class in org.hibernate.query.sqm.tree.predicate
Represents an expression whose type is boolean, and can therefore be used as a predicate.
SqmBooleanExpressionPredicate(SqmExpression<Boolean>, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmBooleanExpressionPredicate
 
SqmBooleanExpressionPredicate(SqmExpression<Boolean>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmBooleanExpressionPredicate
 
SqmByUnit - Class in org.hibernate.query.sqm.tree.expression
 
SqmByUnit(SqmDurationUnit<?>, SqmExpression<?>, SqmExpressible, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmByUnit
 
SqmCaseSearched<R> - Class in org.hibernate.query.sqm.tree.expression
 
SqmCaseSearched(int, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
 
SqmCaseSearched(NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
 
SqmCaseSearched(SqmExpressible<R>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
 
SqmCaseSearched.WhenFragment<R> - Class in org.hibernate.query.sqm.tree.expression
 
SqmCaseSimple<T,​R> - Class in org.hibernate.query.sqm.tree.expression
 
SqmCaseSimple(SqmExpression<T>, int, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
 
SqmCaseSimple(SqmExpression<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
 
SqmCaseSimple(SqmExpression<T>, SqmExpressible<R>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
 
SqmCaseSimple.WhenFragment<T,​R> - Class in org.hibernate.query.sqm.tree.expression
 
SqmCastTarget<T> - Class in org.hibernate.query.sqm.tree.expression
 
SqmCastTarget(ReturnableType<T>, Integer, Integer, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCastTarget
 
SqmCastTarget(ReturnableType<T>, Long, Integer, Integer, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCastTarget
 
SqmCastTarget(ReturnableType<T>, Long, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCastTarget
 
SqmCastTarget(ReturnableType<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCastTarget
 
SqmCoalesce<T> - Class in org.hibernate.query.sqm.tree.expression
 
SqmCoalesce(NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCoalesce
 
SqmCoalesce(SqmExpressible<T>, int, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCoalesce
 
SqmCoalesce(SqmExpressible<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCoalesce
 
SqmCollation - Class in org.hibernate.query.sqm.tree.expression
 
SqmCollation(String, SqmExpressible<String>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCollation
 
SqmCollectionSize - Class in org.hibernate.query.sqm.tree.expression
Represents the SIZE() function.
SqmCollectionSize(SqmPath<?>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCollectionSize
 
SqmCollectionSize(SqmPath<?>, SqmExpressible<Integer>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCollectionSize
 
SqmComparisonPredicate - Class in org.hibernate.query.sqm.tree.predicate
 
SqmComparisonPredicate(SqmExpression<?>, ComparisonOperator, SqmExpression<?>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmComparisonPredicate
 
SqmCopyContext - Interface in org.hibernate.query.sqm.tree
 
SqmCorrelatedBagJoin<O,​T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmCorrelatedBagJoin(SqmBagJoin<O, T>) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmCorrelatedBagJoin
 
SqmCorrelatedCrossJoin<T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmCorrelatedCrossJoin(SqmCrossJoin<T>) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmCorrelatedCrossJoin
 
SqmCorrelatedEntityJoin<T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmCorrelatedEntityJoin(EntityDomainType<T>, String, SqmJoinType, SqmRoot<?>, SqmCorrelatedRootJoin<T>, SqmEntityJoin<T>) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmCorrelatedEntityJoin
 
SqmCorrelatedEntityJoin(SqmEntityJoin<T>) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmCorrelatedEntityJoin
 
SqmCorrelatedListJoin<O,​T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmCorrelatedListJoin(SqmListJoin<O, T>) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmCorrelatedListJoin
 
SqmCorrelatedMapJoin<O,​K,​V> - Class in org.hibernate.query.sqm.tree.domain
 
SqmCorrelatedMapJoin(SqmMapJoin<O, K, V>) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmCorrelatedMapJoin
 
SqmCorrelatedPluralPartJoin<O,​T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmCorrelatedPluralPartJoin(SqmPluralPartJoin<O, T>) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmCorrelatedPluralPartJoin
 
SqmCorrelatedRoot<T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmCorrelatedRoot(SqmRoot<T>) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRoot
 
SqmCorrelatedRootJoin<T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmCorrelatedRootJoin(NavigablePath, SqmPathSource<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmCorrelatedRootJoin
 
SqmCorrelatedSetJoin<O,​T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmCorrelatedSetJoin(SqmSetJoin<O, T>) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmCorrelatedSetJoin
 
SqmCorrelatedSingularJoin<O,​T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmCorrelatedSingularJoin(SqmSingularJoin<O, T>) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmCorrelatedSingularJoin
 
SqmCorrelation<O,​T> - Interface in org.hibernate.query.sqm.tree.domain
Specialization of SqmFrom for sub-query correlations
SqmCreationContext - Interface in org.hibernate.query.sqm.spi
The context in which all SQM creations occur (think SessionFactory).
SqmCreationHelper - Class in org.hibernate.query.sqm.spi
 
SqmCreationOptions - Interface in org.hibernate.query.hql.spi
Options for semantic analysis
SqmCreationOptionsStandard - Class in org.hibernate.query.sqm.internal
 
SqmCreationOptionsStandard(QueryEngineOptions) - Constructor for class org.hibernate.query.sqm.internal.SqmCreationOptionsStandard
 
SqmCreationProcessingState - Interface in org.hibernate.query.hql.spi
State related to SQM creation, like SqmCreationState, but specific to its "current processing" - which generally means specific to each statement and sub-query
SqmCreationProcessingStateImpl - Class in org.hibernate.query.sqm.internal
 
SqmCreationProcessingStateImpl(SqmQuery<?>, SqmCreationState) - Constructor for class org.hibernate.query.sqm.internal.SqmCreationProcessingStateImpl
 
SqmCreationState - Interface in org.hibernate.query.hql.spi
Models the state pertaining to the creation of a single SQM.
SqmCriteriaNodeBuilder - Class in org.hibernate.query.sqm.internal
Acts as a JPA CriteriaBuilder by using SQM nodes as the JPA Criteria nodes
SqmCriteriaNodeBuilder(String, String, QueryEngine, boolean, ValueHandlingMode, Supplier<SessionFactoryImplementor>) - Constructor for class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
SqmCrossJoin<T> - Class in org.hibernate.query.sqm.tree.from
 
SqmCrossJoin(EntityDomainType<T>, String, SqmRoot<?>) - Constructor for class org.hibernate.query.sqm.tree.from.SqmCrossJoin
 
SqmCrossJoin(NavigablePath, EntityDomainType<T>, String, SqmRoot<?>) - Constructor for class org.hibernate.query.sqm.tree.from.SqmCrossJoin
 
SqmCteContainer - Interface in org.hibernate.query.sqm.tree.cte
 
SqmCteJoin<T> - Class in org.hibernate.query.sqm.tree.from
 
SqmCteJoin(SqmCteStatement<T>, String, SqmJoinType, SqmRoot<?>) - Constructor for class org.hibernate.query.sqm.tree.from.SqmCteJoin
 
SqmCteJoin(NavigablePath, SqmCteStatement<T>, SqmPathSource<T>, String, SqmJoinType, SqmRoot<?>) - Constructor for class org.hibernate.query.sqm.tree.from.SqmCteJoin
 
SqmCteRoot<T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmCteRoot(SqmCteStatement<T>, String) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmCteRoot
 
SqmCteRoot(NavigablePath, SqmCteStatement<T>, SqmPathSource<T>, String) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmCteRoot
 
SqmCteStatement<T> - Class in org.hibernate.query.sqm.tree.cte
 
SqmCteStatement(String, SqmSelectQuery<T>, boolean, Function<JpaCteCriteria<T>, AbstractQuery<T>>, SqmCteContainer, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.cte.SqmCteStatement
 
SqmCteStatement(String, SqmSelectQuery<T>, SqmCteContainer, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.cte.SqmCteStatement
 
SqmCteTable<T> - Class in org.hibernate.query.sqm.tree.cte
 
SqmCteTableColumn - Class in org.hibernate.query.sqm.tree.cte
 
SqmCteTableColumn(SqmCteTable<?>, String, SqmExpressible<?>) - Constructor for class org.hibernate.query.sqm.tree.cte.SqmCteTableColumn
 
SqmDeleteOrUpdateStatement<T> - Interface in org.hibernate.query.sqm.tree
In some cases it is useful to be able to handle UPDATE or DELETE SQM trees using a single contract.
SqmDeleteStatement<T> - Class in org.hibernate.query.sqm.tree.delete
 
SqmDeleteStatement(Class<T>, SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.delete.SqmDeleteStatement
 
SqmDeleteStatement(NodeBuilder, SqmQuerySource, Set<SqmParameter<?>>, Map<String, SqmCteStatement<?>>, SqmRoot<T>) - Constructor for class org.hibernate.query.sqm.tree.delete.SqmDeleteStatement
 
SqmDeleteStatement(SqmRoot<T>, SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.delete.SqmDeleteStatement
 
SqmDerivedJoin<T> - Class in org.hibernate.query.sqm.tree.from
 
SqmDerivedJoin(SqmSubQuery<T>, String, SqmJoinType, boolean, SqmRoot<?>) - Constructor for class org.hibernate.query.sqm.tree.from.SqmDerivedJoin
 
SqmDerivedJoin(NavigablePath, SqmSubQuery<T>, boolean, SqmPathSource<T>, String, SqmJoinType, SqmRoot<?>) - Constructor for class org.hibernate.query.sqm.tree.from.SqmDerivedJoin
 
SqmDerivedRoot<T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmDerivedRoot(SqmSubQuery<T>, String) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmDerivedRoot
 
SqmDerivedRoot(NavigablePath, SqmSubQuery<T>, SqmPathSource<T>, String) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmDerivedRoot
 
SqmDistinct<T> - Class in org.hibernate.query.sqm.tree.expression
 
SqmDistinct(SqmExpression<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmDistinct
 
SqmDmlCreationProcessingState - Class in org.hibernate.query.sqm.internal
QuerySpecProcessingState implementation for DML statements
SqmDmlCreationProcessingState(SqmQuery<?>, SqmCreationState) - Constructor for class org.hibernate.query.sqm.internal.SqmDmlCreationProcessingState
 
SqmDmlStatement<E> - Interface in org.hibernate.query.sqm.tree
Common extension of SqmStatement for DML (delete, update and insert-select) statements.
SqmDurationUnit<T> - Class in org.hibernate.query.sqm.tree.expression
 
SqmDurationUnit(TemporalUnit, ReturnableType<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmDurationUnit
 
SqmDynamicInstantiation<T> - Class in org.hibernate.query.sqm.tree.select
Represents a dynamic instantiation (select new XYZ(...) ...) as part of the SQM.
SqmDynamicInstantiationArgument<T> - Class in org.hibernate.query.sqm.tree.select
Represents an individual argument to a dynamic instantiation.
SqmDynamicInstantiationArgument(SqmSelectableNode<T>, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiationArgument
 
SqmDynamicInstantiationTarget<T> - Interface in org.hibernate.query.sqm.tree.select
Represents the thing-to-be-instantiated in a dynamic instantiation expression.
SqmElementAggregateFunction<T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmElementAggregateFunction(SqmPath<?>, String) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmElementAggregateFunction
 
SqmEmbeddedValuedSimplePath<T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmEmbeddedValuedSimplePath(NavigablePath, SqmPathSource<T>, SqmPath<?>, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmEmbeddedValuedSimplePath
 
SqmEmbeddedValuedSimplePath(NavigablePath, SqmPathSource<T>, SqmPath<?>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmEmbeddedValuedSimplePath
 
SqmEmptinessPredicate - Class in org.hibernate.query.sqm.tree.predicate
 
SqmEmptinessPredicate(SqmPluralValuedSimplePath, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmEmptinessPredicate
 
SqmEntityJoin<T> - Class in org.hibernate.query.sqm.tree.from
 
SqmEntityJoin(EntityDomainType<T>, String, SqmJoinType, SqmRoot<?>) - Constructor for class org.hibernate.query.sqm.tree.from.SqmEntityJoin
 
SqmEntityJoin(NavigablePath, EntityDomainType<T>, String, SqmJoinType, SqmRoot<?>) - Constructor for class org.hibernate.query.sqm.tree.from.SqmEntityJoin
 
SqmEntityValuedSimplePath<T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmEntityValuedSimplePath(NavigablePath, SqmPathSource<T>, SqmPath<?>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmEntityValuedSimplePath
 
SqmEnumLiteral<E extends Enum<E>> - Class in org.hibernate.query.sqm.tree.expression
Specialized SQM literal defined by an enum reference.
SqmEnumLiteral(E, EnumJavaType<E>, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmEnumLiteral
 
SqmEvery<T> - Class in org.hibernate.query.sqm.tree.expression
 
SqmEvery(SqmSubQuery<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmEvery
 
SqmExistsPredicate - Class in org.hibernate.query.sqm.tree.predicate
 
SqmExistsPredicate(SqmExpression<?>, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmExistsPredicate
 
SqmExistsPredicate(SqmExpression<?>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmExistsPredicate
 
SqmExpressible<J> - Interface in org.hibernate.query.sqm
Anything in the application domain model that can be used in an SQM query as an expression
SqmExpressibleAccessor<T> - Interface in org.hibernate.query.sqm.tree
Accessor for SqmExpressible.
SqmExpression<T> - Interface in org.hibernate.query.sqm.tree.expression
The base contract for any kind of expression node in the SQM tree.
SqmExpressionHelper - Class in org.hibernate.query.sqm.tree.expression
 
SqmExpressionHelper() - Constructor for class org.hibernate.query.sqm.tree.expression.SqmExpressionHelper
 
SqmExtractUnit<T> - Class in org.hibernate.query.sqm.tree.expression
 
SqmExtractUnit(TemporalUnit, ReturnableType<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmExtractUnit
 
SqmFieldLiteral<T> - Class in org.hibernate.query.sqm.tree.expression
 
SqmFieldLiteral(Field, JavaType<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
SqmFieldLiteral(T, JavaType<T>, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmFieldLiteral
 
SqmFkExpression<T> - Class in org.hibernate.query.sqm.tree.domain
Reference to the key-side (as opposed to the target-side) of the foreign-key of a to-one association.
SqmFkExpression(SqmEntityValuedSimplePath<?>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmFkExpression
 
SqmFormat - Class in org.hibernate.query.sqm.tree.expression
Effectively a query-literal but we want to handle it specially in the SQM to SQL AST conversion
SqmFormat(String, SqmExpressible<String>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmFormat
 
SqmFrom<O,​T> - Interface in org.hibernate.query.sqm.tree.from
Models a Bindable's inclusion in the FROM clause.
SqmFromClause - Class in org.hibernate.query.sqm.tree.from
Contract representing a from clause.
SqmFromClause() - Constructor for class org.hibernate.query.sqm.tree.from.SqmFromClause
 
SqmFromClause(int) - Constructor for class org.hibernate.query.sqm.tree.from.SqmFromClause
 
SqmFromClauseContainer - Interface in org.hibernate.query.sqm.tree.from
Unified contract for things that can contain a SqmFromClause.
SqmFunction<T> - Class in org.hibernate.query.sqm.tree.expression
A SQM function
SqmFunction(String, SqmFunctionDescriptor, SqmExpressible<T>, List<? extends SqmTypedNode<?>>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmFunction
 
SqmFunctionDescriptor - Interface in org.hibernate.query.sqm.function
A factory for SQM nodes representing invocations of a certain named function.
SqmFunctionRegistry - Class in org.hibernate.query.sqm.function
Defines a registry for SqmFunctionDescriptor instances.
SqmFunctionRegistry() - Constructor for class org.hibernate.query.sqm.function.SqmFunctionRegistry
 
SqmGroupedPredicate - Class in org.hibernate.query.sqm.tree.predicate
 
SqmGroupedPredicate(SqmPredicate, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmGroupedPredicate
 
SqmHqlNumericLiteral<N extends Number> - Class in org.hibernate.query.sqm.tree.expression
Used to model numeric literals found in HQL queries.
SqmHqlNumericLiteral(String, BasicDomainType<N>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmHqlNumericLiteral
 
SqmHqlNumericLiteral(String, NumericTypeCategory, BasicDomainType<N>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmHqlNumericLiteral
 
SqmHqlNumericLiteral.TypeException - Exception in org.hibernate.query.sqm.tree.expression
 
SqmIndexAggregateFunction<T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmIndexAggregateFunction(SqmPath<?>, String) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmIndexAggregateFunction
 
SqmIndexedCollectionAccessPath<T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmIndexedCollectionAccessPath(NavigablePath, SqmPath<?>, SqmExpression<?>) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmIndexedCollectionAccessPath
 
SqmInListPredicate<T> - Class in org.hibernate.query.sqm.tree.predicate
 
SqmInListPredicate(SqmExpression<T>, List<? extends SqmExpression<T>>, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
 
SqmInListPredicate(SqmExpression<T>, List<? extends SqmExpression<T>>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
 
SqmInListPredicate(SqmExpression<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
 
SqmInListPredicate(SqmExpression<T>, NodeBuilder, SqmExpression<T>...) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
 
SqmInPredicate<T> - Interface in org.hibernate.query.sqm.tree.predicate
 
SqmInsertSelectStatement<T> - Class in org.hibernate.query.sqm.tree.insert
 
SqmInsertSelectStatement(Class<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.insert.SqmInsertSelectStatement
 
SqmInsertSelectStatement(SqmRoot<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.insert.SqmInsertSelectStatement
 
SqmInsertStatement<T> - Interface in org.hibernate.query.sqm.tree.insert
The general contract for INSERT statements.
SqmInsertStrategyHelper - Class in org.hibernate.query.sqm.mutation.internal
 
SqmInsertValuesStatement<T> - Class in org.hibernate.query.sqm.tree.insert
 
SqmInsertValuesStatement(Class<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.insert.SqmInsertValuesStatement
 
SqmInsertValuesStatement(SqmRoot<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.insert.SqmInsertValuesStatement
 
SqmInSubQueryPredicate<T> - Class in org.hibernate.query.sqm.tree.predicate
 
SqmInSubQueryPredicate(SqmExpression<T>, SqmSubQuery<T>, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmInSubQueryPredicate
 
SqmInSubQueryPredicate(SqmExpression<T>, SqmSubQuery<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmInSubQueryPredicate
 
SqmInterpretationsKey - Class in org.hibernate.query.sqm.internal
 
SqmInterpretationsKey.CacheabilityInfluencers - Interface in org.hibernate.query.sqm.internal
 
SqmInterpretationsKey.InterpretationsKeySource - Interface in org.hibernate.query.sqm.internal
 
SqmJdbcExecutionContextAdapter - Class in org.hibernate.query.sqm.internal
ExecutionContext adapter delegating to a DomainQueryExecutionContext
SqmJdbcExecutionContextAdapter(DomainQueryExecutionContext, JdbcOperationQuerySelect) - Constructor for class org.hibernate.query.sqm.internal.SqmJdbcExecutionContextAdapter
 
SqmJoin<O,​T> - Interface in org.hibernate.query.sqm.tree.from
 
SqmJoinable<O,​E> - Interface in org.hibernate.query.sqm
Specialization for attributes that that can be used in creating SQM joins todo (6.0) : should we define this for entities as well to handle cross joins and "entity joins"? - the result type would need to change to just SqmJoin...
SqmJoinType - Enum in org.hibernate.query.sqm.tree
Represents a canonical join type.
SqmJpaCompoundSelection<T> - Class in org.hibernate.query.sqm.tree.select
 
SqmJpaCompoundSelection(List<SqmSelectableNode<?>>, JavaType<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.SqmJpaCompoundSelection
 
SqmJpaCriteriaParameterWrapper<T> - Class in org.hibernate.query.sqm.tree.expression
Acts as the per-use wrapper for a JpaCriteriaParameter (CriteriaBuilder.parameter(java.lang.Class<T>)).
SqmJpaCriteriaParameterWrapper(BindableType<T>, JpaCriteriaParameter<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper
 
SqmJunctionPredicate - Class in org.hibernate.query.sqm.tree.predicate
 
SqmJunctionPredicate(Predicate.BooleanOperator, List<SqmPredicate>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmJunctionPredicate
 
SqmJunctionPredicate(Predicate.BooleanOperator, SqmPredicate, SqmPredicate, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmJunctionPredicate
 
SqmLikePredicate - Class in org.hibernate.query.sqm.tree.predicate
 
SqmLikePredicate(SqmExpression<?>, SqmExpression<?>, boolean, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmLikePredicate
 
SqmLikePredicate(SqmExpression<?>, SqmExpression<?>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmLikePredicate
 
SqmLikePredicate(SqmExpression<?>, SqmExpression<?>, SqmExpression<?>, boolean, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmLikePredicate
 
SqmLikePredicate(SqmExpression<?>, SqmExpression<?>, SqmExpression<?>, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmLikePredicate
 
SqmLikePredicate(SqmExpression<?>, SqmExpression<?>, SqmExpression<?>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmLikePredicate
 
SqmListJoin<O,​E> - Class in org.hibernate.query.sqm.tree.domain
 
SqmListJoin(SqmFrom<?, O>, ListPersistentAttribute<O, E>, String, SqmJoinType, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmListJoin
 
SqmListJoin(SqmFrom<?, O>, NavigablePath, ListPersistentAttribute<O, E>, String, SqmJoinType, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmListJoin
 
SqmLiteral<T> - Class in org.hibernate.query.sqm.tree.expression
Represents a literal value in the sqm, e.g. 1 'some string' some.JavaClass.CONSTANT some.JavaEnum.VALUE etc
SqmLiteral(SqmExpressible<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmLiteral
 
SqmLiteral(T, SqmExpressible<? super T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmLiteral
 
SqmLiteralEntityType<T> - Class in org.hibernate.query.sqm.tree.expression
Represents an reference to an entity type as a literal.
SqmLiteralEntityType(EntityDomainType<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmLiteralEntityType
 
SqmLiteralNull<T> - Class in org.hibernate.query.sqm.tree.expression
 
SqmLiteralNull(NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmLiteralNull
 
SqmLiteralNull(SqmExpressible<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmLiteralNull
 
SqmMapEntryReference<K,​V> - Class in org.hibernate.query.sqm.tree.domain
Represents the reference to a Map attribute's Map.Entry entries in a select clause
SqmMapEntryReference(SqmPath<?>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
SqmMapEntryResult<K,​V,​R extends Map.Entry<K,​V>> - Class in org.hibernate.query.sqm.sql.internal
 
SqmMapEntryResult(DomainResult<K>, DomainResult<V>, String, JavaType<R>) - Constructor for class org.hibernate.query.sqm.sql.internal.SqmMapEntryResult
 
SqmMapJoin<O,​K,​V> - Class in org.hibernate.query.sqm.tree.domain
 
SqmMapJoin(SqmFrom<?, O>, MapPersistentAttribute<O, K, V>, String, SqmJoinType, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmMapJoin
 
SqmMapJoin(SqmFrom<?, O>, NavigablePath, MapPersistentAttribute<O, K, V>, String, SqmJoinType, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmMapJoin
 
SqmMappingModelHelper - Class in org.hibernate.query.sqm.internal
Helper for dealing with Hibernate's "mapping model" while processing an SQM which is defined in terms of the JPA/SQM metamodel
SqmMemberOfPredicate - Class in org.hibernate.query.sqm.tree.predicate
 
SqmMemberOfPredicate(SqmExpression<?>, SqmPluralValuedSimplePath<?>, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmMemberOfPredicate
 
SqmMemberOfPredicate(SqmExpression<?>, SqmPluralValuedSimplePath<?>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmMemberOfPredicate
 
SqmModifiedSubQueryExpression<T> - Class in org.hibernate.query.sqm.tree.expression
SqmModifiedSubQueryExpression(SqmSubQuery<T>, SqmModifiedSubQueryExpression.Modifier, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmModifiedSubQueryExpression
 
SqmModifiedSubQueryExpression(SqmSubQuery<T>, SqmModifiedSubQueryExpression.Modifier, SqmExpressible<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmModifiedSubQueryExpression
 
SqmModifiedSubQueryExpression.Modifier - Enum in org.hibernate.query.sqm.tree.expression
 
SqmMultiTableInsertStrategy - Interface in org.hibernate.query.sqm.mutation.spi
Pluggable strategy for defining how insertion (`INSERT`) queries should be handled when the target entity is mapped to multiple tables via secondary tables or certain inheritance strategies or uses an identifier generator that uses an optimizer.
SqmMultiTableMutationStrategy - Interface in org.hibernate.query.sqm.mutation.spi
Pluggable strategy for defining how mutation (UPDATE or DELETE) queries should be handled when the target entity is mapped to multiple tables via secondary tables or certain inheritance strategies.
SqmMultiTableMutationStrategyProvider - Interface in org.hibernate.query.sqm.mutation.spi
Pluggable contract for providing custom SqmMultiTableMutationStrategy and SqmMultiTableInsertStrategy implementations.
SqmMultiTableMutationStrategyProviderInitiator - Class in org.hibernate.query.sqm.mutation.internal
Initiator for SqmMultiTableMutationStrategyProvider service
SqmMultiTableMutationStrategyProviderInitiator() - Constructor for class org.hibernate.query.sqm.mutation.internal.SqmMultiTableMutationStrategyProviderInitiator
 
SqmMultiTableMutationStrategyProviderStandard - Class in org.hibernate.query.sqm.mutation.internal
Standard SqmMultiTableMutationStrategyProvider implementation
SqmMultiTableMutationStrategyProviderStandard() - Constructor for class org.hibernate.query.sqm.mutation.internal.SqmMultiTableMutationStrategyProviderStandard
 
SqmMutationStrategyHelper - Class in org.hibernate.query.sqm.mutation.internal
 
SqmNamedParameter<T> - Class in org.hibernate.query.sqm.tree.expression
Represents a named query parameter in the SQM tree.
SqmNamedParameter(String, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmNamedParameter
 
SqmNamedParameter(String, boolean, SqmExpressible<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmNamedParameter
 
SqmNegatablePredicate - Interface in org.hibernate.query.sqm.tree.predicate
Contract for predicates that have a negated form, e.g.
SqmNegatedPredicate - Class in org.hibernate.query.sqm.tree.predicate
 
SqmNegatedPredicate(SqmPredicate, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmNegatedPredicate
 
SqmNegatedPredicate(SqmPredicate, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmNegatedPredicate
 
SqmNode - Interface in org.hibernate.query.sqm.tree
Base contract for any SQM AST node.
SqmNullnessPredicate - Class in org.hibernate.query.sqm.tree.predicate
 
SqmNullnessPredicate(SqmExpression<?>, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmNullnessPredicate
 
SqmNullnessPredicate(SqmExpression<?>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmNullnessPredicate
 
SqmOrderByClause - Class in org.hibernate.query.sqm.tree.select
 
SqmOrderByClause() - Constructor for class org.hibernate.query.sqm.tree.select.SqmOrderByClause
 
SqmOrderByClause(int) - Constructor for class org.hibernate.query.sqm.tree.select.SqmOrderByClause
 
SqmOrderedSetAggregateFunction<T> - Interface in org.hibernate.query.sqm.tree.expression
A SQM ordered set-aggregate function.
SqmOver<T> - Class in org.hibernate.query.sqm.tree.expression
 
SqmOver(SqmExpression<T>, List<SqmExpression<?>>, List<SqmSortSpecification>, FrameMode, FrameKind, SqmExpression<?>, FrameKind, SqmExpression<?>, FrameExclusion) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmOver
 
SqmOver(SqmExpression<T>, SqmWindow) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmOver
 
SqmOverflow<T> - Class in org.hibernate.query.sqm.tree.expression
 
SqmOverflow(SqmExpression<T>, SqmExpression<T>, boolean) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmOverflow
 
SqmParameter<T> - Interface in org.hibernate.query.sqm.tree.expression
Models a parameter expression declared in the query.
SqmParameterInterpretation - Class in org.hibernate.query.sqm.sql.internal
 
SqmParameterInterpretation(List<JdbcParameter>, MappingModelExpressible<?>) - Constructor for class org.hibernate.query.sqm.sql.internal.SqmParameterInterpretation
 
SqmParameterizedEntityType<T> - Class in org.hibernate.query.sqm.tree.expression
Entity type expression based on a parameter - `TYPE( :someParam )`
SqmParameterizedEntityType(SqmParameter<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmParameterizedEntityType
 
SqmParameterMappingModelResolutionAccess - Interface in org.hibernate.query.sqm.spi
 
SqmPath<T> - Interface in org.hibernate.query.sqm.tree.domain
Models a reference to a part of the application's domain model as part of an SQM tree.
SqmPathInterpretation<T> - Interface in org.hibernate.query.sqm.sql.internal
Interpretation of a SqmPath as part of the translation to SQL AST.
SqmPathRegistry - Interface in org.hibernate.query.hql.spi
Registry for SqmPath references providing the ability to access them in multiple ways - by alias, by NavigablePath, etc
SqmPathRegistryImpl - Class in org.hibernate.query.hql.internal
Container for indexing needed while building an SQM tree.
SqmPathRegistryImpl(SqmCreationProcessingState) - Constructor for class org.hibernate.query.hql.internal.SqmPathRegistryImpl
 
SqmPathSource<J> - Interface in org.hibernate.query.sqm
Represents any part of the domain model which can be used to create a SqmPath node.
SqmPathVisitor - Class in org.hibernate.query.sqm.internal
Generic SemanticQueryWalker that applies the provided Consumer to all paths encountered during visitation.
SqmPathVisitor(Consumer<SqmPath<?>>) - Constructor for class org.hibernate.query.sqm.internal.SqmPathVisitor
 
SqmPathWrapper<W,​T> - Interface in org.hibernate.query.sqm.tree.domain
SqmPath specialization for an SqmPath that wraps another SqmPath
SqmPluralPartJoin<O,​T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmPluralPartJoin(SqmFrom<?, O>, SqmPathSource<T>, String, SqmJoinType, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmPluralPartJoin
 
SqmPluralPartJoin(SqmFrom<?, O>, NavigablePath, SqmPathSource<T>, String, SqmJoinType, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmPluralPartJoin
 
SqmPluralValuedSimplePath<E> - Class in org.hibernate.query.sqm.tree.domain
An SqmPath for plural attribute paths
SqmPluralValuedSimplePath(NavigablePath, PluralPersistentAttribute<?, ?, E>, SqmPath<?>, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmPluralValuedSimplePath
 
SqmPluralValuedSimplePath(NavigablePath, PluralPersistentAttribute<?, ?, E>, SqmPath<?>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmPluralValuedSimplePath
 
SqmPolymorphicRootDescriptor<T> - Class in org.hibernate.query.sqm.tree.domain
Acts as the EntityDomainType for a "polymorphic query" grouping.
SqmPolymorphicRootDescriptor(JavaType<T>, Set<EntityDomainType<? extends T>>) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
SqmPositionalParameter<T> - Class in org.hibernate.query.sqm.tree.expression
Models a positional parameter expression
SqmPositionalParameter(int, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmPositionalParameter
 
SqmPositionalParameter(int, boolean, SqmExpressible<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmPositionalParameter
 
SqmPredicate - Interface in org.hibernate.query.sqm.tree.predicate
 
SqmQualifiedJoin<O,​T> - Interface in org.hibernate.query.sqm.tree.from
Common contract for qualified/restricted/predicated joins.
SqmQuery - Interface in org.hibernate.query.spi
Query based on an SQM tree.
SqmQuery<T> - Interface in org.hibernate.query.sqm.tree
Commonality between a top-level statement and a sub-query
SqmQueryGroup<T> - Class in org.hibernate.query.sqm.tree.select
A grouped list of queries connected through a certain set operator.
SqmQueryGroup(NodeBuilder, SetOperator, List<SqmQueryPart<T>>) - Constructor for class org.hibernate.query.sqm.tree.select.SqmQueryGroup
 
SqmQueryGroup(SqmQueryPart<T>) - Constructor for class org.hibernate.query.sqm.tree.select.SqmQueryGroup
 
SqmQueryImplementor<R> - Interface in org.hibernate.query.hql.spi
QueryImplementor specialization for SQM-based Query references
SqmQueryPart<T> - Class in org.hibernate.query.sqm.tree.select
Defines the ordering and fetch/offset part of a query which is shared with query groups.
SqmQueryPart(NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.SqmQueryPart
 
SqmQueryPart(SqmQueryPart<T>, SqmCopyContext) - Constructor for class org.hibernate.query.sqm.tree.select.SqmQueryPart
 
SqmQueryPartCreationProcessingStateStandardImpl - Class in org.hibernate.query.sqm.internal
Models the state related to parsing a sqm spec.
SqmQueryPartCreationProcessingStateStandardImpl(SqmCreationProcessingState, SqmQuery<?>, SqmCreationState) - Constructor for class org.hibernate.query.sqm.internal.SqmQueryPartCreationProcessingStateStandardImpl
 
SqmQuerySource - Enum in org.hibernate.query.sqm
Informational - used to identify the source of an SQM statement.
SqmQuerySpec<T> - Class in org.hibernate.query.sqm.tree.select
Defines the commonality between a root query and a subquery.
SqmQuerySpec(NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
SqmQuerySpec(SqmQuerySpec<T>, SqmCopyContext) - Constructor for class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
SqmRoot<E> - Class in org.hibernate.query.sqm.tree.from
 
SqmRoot(EntityDomainType<E>, String, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.from.SqmRoot
 
SqmRoot(NavigablePath, EntityDomainType<E>, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.from.SqmRoot
 
SqmRoot(NavigablePath, SqmPathSource<E>, String, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.from.SqmRoot
 
SqmRoot(NavigablePath, SqmPathSource<E>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.from.SqmRoot
 
SqmSearchClauseSpecification - Class in org.hibernate.query.sqm.tree.cte
 
SqmSearchClauseSpecification(SqmCteTableColumn, SortDirection, NullPrecedence) - Constructor for class org.hibernate.query.sqm.tree.cte.SqmSearchClauseSpecification
 
SqmSelectableNode<T> - Interface in org.hibernate.query.sqm.tree.select
Defines a SQM AST node that can be used as a selection in the query, or as an argument to a dynamic-instantiation.
SqmSelectClause - Class in org.hibernate.query.sqm.tree.select
The semantic select clause.
SqmSelectClause(boolean, int, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSelectClause
 
SqmSelectClause(boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSelectClause
 
SqmSelection<T> - Class in org.hibernate.query.sqm.tree.select
Represents an individual selection within a select clause.
SqmSelection(SqmSelectableNode<T>, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSelection
 
SqmSelection(SqmSelectableNode<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSelection
 
SqmSelectionQuery<R> - Interface in org.hibernate.query.sqm
 
SqmSelectionQueryImpl<R> - Class in org.hibernate.query.sqm.internal
 
SqmSelectionQueryImpl(String, HqlInterpretation, Class<R>, SharedSessionContractImplementor) - Constructor for class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
SqmSelectionQueryImpl(NamedCriteriaQueryMementoImpl, Class<R>, SharedSessionContractImplementor) - Constructor for class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
SqmSelectionQueryImpl(NamedHqlQueryMementoImpl, Class<R>, SharedSessionContractImplementor) - Constructor for class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
SqmSelectionQueryImpl(SqmSelectStatement<R>, Class<R>, SharedSessionContractImplementor) - Constructor for class org.hibernate.query.sqm.internal.SqmSelectionQueryImpl
 
SqmSelectionQueryImplementor<R> - Interface in org.hibernate.query.sqm.spi
 
SqmSelectQuery<T> - Interface in org.hibernate.query.sqm.tree.select
Common contract between a root and a sub-query
SqmSelectStatement<T> - Class in org.hibernate.query.sqm.tree.select
 
SqmSelectStatement(Class<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
SqmSelectStatement(Class<T>, SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
SqmSelectStatement(NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
SqmSelectStatement(SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
SqmSelectStatement(SqmQueryPart<T>, Class<T>, Map<String, SqmCteStatement<?>>, SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
SqmSelectStatement(SqmQueryPart<T>, Class<T>, SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
SqmSelectStatement(SqmSelectStatement<T>) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
SqmSelfRenderingExpression<T> - Class in org.hibernate.query.sqm.tree.expression
 
SqmSelfRenderingExpression(Function<SemanticQueryWalker, Expression>, SqmExpressible<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmSelfRenderingExpression
 
SqmSetClause - Class in org.hibernate.query.sqm.tree.update
 
SqmSetClause() - Constructor for class org.hibernate.query.sqm.tree.update.SqmSetClause
 
SqmSetJoin<O,​E> - Class in org.hibernate.query.sqm.tree.domain
 
SqmSetJoin(SqmFrom<?, O>, SetPersistentAttribute<O, E>, String, SqmJoinType, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmSetJoin
 
SqmSetJoin(SqmFrom<?, O>, NavigablePath, SetPersistentAttribute<O, E>, String, SqmJoinType, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmSetJoin
 
SqmSimplePath<T> - Interface in org.hibernate.query.sqm.tree.domain
Specialization of SqmPath for paths that are not explicitly defined in the from-clause (SqmFrom}
SqmSingularJoin<O,​T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmSingularJoin(SqmFrom<?, O>, SingularPersistentAttribute<O, T>, String, SqmJoinType, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmSingularJoin
 
SqmSingularJoin(SqmFrom<?, O>, SqmJoinable, String, SqmJoinType, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmSingularJoin
 
SqmSingularJoin(SqmFrom<?, O>, NavigablePath, SingularPersistentAttribute<O, T>, String, SqmJoinType, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmSingularJoin
 
SqmSortSpecification - Class in org.hibernate.query.sqm.tree.select
 
SqmSortSpecification(SqmExpression) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSortSpecification
 
SqmSortSpecification(SqmExpression, SortDirection) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSortSpecification
 
SqmSortSpecification(SqmExpression, SortDirection, NullPrecedence) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSortSpecification
 
SqmStar - Class in org.hibernate.query.sqm.tree.expression
 
SqmStar(NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmStar
 
SqmStatement<T> - Interface in org.hibernate.query.sqm.tree
The basic SQM statement contract for top-level statements
SqmStatement.ParameterResolutions - Interface in org.hibernate.query.sqm.tree
 
SqmSubQuery<T> - Class in org.hibernate.query.sqm.tree.select
 
SqmSubQuery(SqmQuery<?>, Class<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
SqmSubQuery(SqmQuery<?>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
SqmSubQuery(SqmQuery<?>, SqmQueryPart<T>, Class<T>, Map<String, SqmCteStatement<?>>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
SqmSubQuery(SqmQuery<?>, SqmQueryPart<T>, Class<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
SqmSummarization<T> - Class in org.hibernate.query.sqm.tree.expression
 
SqmSummarization(SqmSummarization.Kind, List<SqmExpression<?>>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmSummarization
 
SqmSummarization.Kind - Enum in org.hibernate.query.sqm.tree.expression
 
SqmToDuration<T> - Class in org.hibernate.query.sqm.tree.expression
 
SqmToDuration(SqmExpression<?>, SqmDurationUnit<?>, ReturnableType<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmToDuration
 
SqmToSqlAstConverter - Interface in org.hibernate.query.sqm.sql
Specialized SemanticQueryWalker (SQM visitor) for producing SQL AST.
SqmTranslation<T extends Statement> - Interface in org.hibernate.query.sqm.sql
Information obtained from the interpretation of an SqmStatement
SqmTranslator<T extends Statement> - Interface in org.hibernate.query.sqm.sql
 
SqmTranslatorFactory - Interface in org.hibernate.query.sqm.sql
Factory for various
SqmTreatedBagJoin<O,​T,​S extends T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmTreatedBagJoin(SqmBagJoin<O, T>, EntityDomainType<S>, String) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmTreatedBagJoin
 
SqmTreatedBagJoin(SqmBagJoin<O, T>, EntityDomainType<S>, String, boolean) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmTreatedBagJoin
 
SqmTreatedCrossJoin<T,​S extends T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmTreatedCrossJoin(SqmCrossJoin<T>, EntityDomainType<S>, String) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmTreatedCrossJoin
 
SqmTreatedEntityJoin<T,​S extends T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmTreatedEntityJoin(SqmEntityJoin<T>, EntityDomainType<S>, String) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmTreatedEntityJoin
 
SqmTreatedListJoin<O,​T,​S extends T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmTreatedListJoin(SqmListJoin<O, T>, EntityDomainType<S>, String) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmTreatedListJoin
 
SqmTreatedListJoin(SqmListJoin<O, T>, EntityDomainType<S>, String, boolean) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmTreatedListJoin
 
SqmTreatedMapJoin<O,​K,​V,​S extends V> - Class in org.hibernate.query.sqm.tree.domain
 
SqmTreatedMapJoin(SqmMapJoin<O, K, V>, EntityDomainType<S>, String) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmTreatedMapJoin
 
SqmTreatedMapJoin(SqmMapJoin<O, K, V>, EntityDomainType<S>, String, boolean) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmTreatedMapJoin
 
SqmTreatedPath<T,​S extends T> - Interface in org.hibernate.query.sqm.tree.domain
 
SqmTreatedPluralPartJoin<O,​T,​S extends T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmTreatedPluralPartJoin(SqmPluralPartJoin<O, T>, EntityDomainType<S>, String) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmTreatedPluralPartJoin
 
SqmTreatedRoot<T,​S extends T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmTreatedRoot(SqmRoot<T>, EntityDomainType<S>) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmTreatedRoot
 
SqmTreatedSetJoin<O,​T,​S extends T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmTreatedSetJoin(SqmSetJoin<O, T>, EntityDomainType<S>, String) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmTreatedSetJoin
 
SqmTreatedSetJoin(SqmSetJoin<O, T>, EntityDomainType<S>, String, boolean) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmTreatedSetJoin
 
SqmTreatedSimplePath<T,​S extends T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmTreatedSimplePath(SqmPath<T>, EntityDomainType<S>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmTreatedSimplePath
 
SqmTreatedSimplePath(SqmPluralValuedSimplePath<T>, EntityDomainType<S>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmTreatedSimplePath
 
SqmTreatedSingularJoin<O,​T,​S extends T> - Class in org.hibernate.query.sqm.tree.domain
 
SqmTreatedSingularJoin(SqmSingularJoin<O, T>, EntityDomainType<S>, String) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmTreatedSingularJoin
 
SqmTreatedSingularJoin(SqmSingularJoin<O, T>, EntityDomainType<S>, String, boolean) - Constructor for class org.hibernate.query.sqm.tree.domain.SqmTreatedSingularJoin
 
SqmTreeCreationHelper - Class in org.hibernate.query.hql.internal
Helper for dealing with SQM tree creation
SqmTreeCreationHelper() - Constructor for class org.hibernate.query.hql.internal.SqmTreeCreationHelper
 
SqmTreeCreationLogger - Interface in org.hibernate.query.sqm
Logger used to log information about the creation of an SQM tree.
SqmTreePrinter - Class in org.hibernate.query.sqm.internal
Printer for an SQM tree - for debugging purpose
SqmTreePrinter() - Constructor for class org.hibernate.query.sqm.internal.SqmTreePrinter
 
SqmTreeTransformationLogger - Interface in org.hibernate.query.sqm
 
SqmTrimSpecification - Class in org.hibernate.query.sqm.tree.expression
Needed to pass TrimSpecification as an SqmExpression when we call out to SqmFunctionTemplates handling TRIM calls as a function argument.
SqmTrimSpecification(TrimSpec, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmTrimSpecification
 
SqmTruthnessPredicate - Class in org.hibernate.query.sqm.tree.predicate
 
SqmTruthnessPredicate(SqmExpression<?>, boolean, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmTruthnessPredicate
 
SqmTuple<T> - Class in org.hibernate.query.sqm.tree.expression
A tuple constructor, that is, a list of expressions wrapped in parentheses, for example, (x, y, z).
SqmTuple(List<SqmExpression<?>>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmTuple
 
SqmTuple(List<SqmExpression<?>>, SqmExpressible<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmTuple
 
SqmTuple(NodeBuilder, SqmExpressible<T>, SqmExpression<?>...) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmTuple
 
SqmTuple(NodeBuilder, SqmExpression<?>...) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmTuple
 
SqmTypedNode<T> - Interface in org.hibernate.query.sqm.tree
Optional contract for SqmNode implementations which are typed
SqmUnaryOperation<T> - Class in org.hibernate.query.sqm.tree.expression
 
SqmUnaryOperation(UnaryArithmeticOperator, SqmExpression<T>) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmUnaryOperation
 
SqmUnaryOperation(UnaryArithmeticOperator, SqmExpression<T>, SqmExpressible<T>) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmUnaryOperation
 
SqmUpdateStatement<T> - Class in org.hibernate.query.sqm.tree.update
 
SqmUpdateStatement(Class<T>, SqmCriteriaNodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
SqmUpdateStatement(NodeBuilder, SqmQuerySource, Set<SqmParameter<?>>, Map<String, SqmCteStatement<?>>, SqmRoot<T>) - Constructor for class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
SqmUpdateStatement(SqmRoot<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
SqmUpdateStatement(SqmRoot<T>, SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
SqmUtil - Class in org.hibernate.query.sqm.internal
Helper utilities for dealing with SQM
SqmValues - Class in org.hibernate.query.sqm.tree.insert
 
SqmValues() - Constructor for class org.hibernate.query.sqm.tree.insert.SqmValues
 
SqmVisitableNode - Interface in org.hibernate.query.sqm.tree
Optional contract for SqmNode implementations that can be visited by a SemanticQueryWalker.
SqmWhereClause - Class in org.hibernate.query.sqm.tree.predicate
 
SqmWhereClause(NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmWhereClause
 
SqmWhereClause(SqmPredicate, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.SqmWhereClause
 
SqmWhereClauseContainer - Interface in org.hibernate.query.sqm.tree.predicate
Unified contract for things that can contain a SqmWhereClause.
SqmWindow - Class in org.hibernate.query.sqm.tree.expression
 
SqmWindow(NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmWindow
 
SqmWindow(NodeBuilder, List<SqmExpression<?>>, List<SqmSortSpecification>, FrameMode, FrameKind, SqmExpression<?>, FrameKind, SqmExpression<?>, FrameExclusion) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmWindow
 
SqmWindowFrame - Class in org.hibernate.query.sqm.tree.expression
 
SqmWindowFrame(NodeBuilder, FrameKind) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmWindowFrame
 
SqmWindowFrame(NodeBuilder, FrameKind, SqmExpression<?>) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmWindowFrame
 
SqmWindowFunction<T> - Interface in org.hibernate.query.sqm.tree.expression
A SQM window function.
sqrt(Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
sqrt(Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
sqrt(Expression<? extends Number>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
sqrt(Expression<? extends Number>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
square() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
srid - org.hibernate.spatial.SpatialFunction
Deprecated.
The SRID function, cfr.
ST_ASBINARY - org.hibernate.spatial.CommonSpatialFunction
 
ST_ASTEXT - org.hibernate.spatial.CommonSpatialFunction
 
ST_BOUNDARY - org.hibernate.spatial.CommonSpatialFunction
 
ST_BUFFER - org.hibernate.spatial.CommonSpatialFunction
 
ST_CONTAINS - org.hibernate.spatial.CommonSpatialFunction
 
ST_CONVEXHULL - org.hibernate.spatial.CommonSpatialFunction
 
ST_CROSSES - org.hibernate.spatial.CommonSpatialFunction
 
ST_DIFFERENCE - org.hibernate.spatial.CommonSpatialFunction
 
ST_DIMENSION - org.hibernate.spatial.CommonSpatialFunction
 
ST_DISJOINT - org.hibernate.spatial.CommonSpatialFunction
 
ST_DISTANCE - org.hibernate.spatial.CommonSpatialFunction
 
ST_ENVELOPE - org.hibernate.spatial.CommonSpatialFunction
 
ST_EQUALS - org.hibernate.spatial.CommonSpatialFunction
 
ST_GEOMETRYTYPE - org.hibernate.spatial.CommonSpatialFunction
 
ST_INTERSECTION - org.hibernate.spatial.CommonSpatialFunction
 
ST_INTERSECTS - org.hibernate.spatial.CommonSpatialFunction
 
ST_ISEMPTY - org.hibernate.spatial.CommonSpatialFunction
 
ST_ISSIMPLE - org.hibernate.spatial.CommonSpatialFunction
 
ST_OVERLAPS - org.hibernate.spatial.CommonSpatialFunction
 
ST_RELATE - org.hibernate.spatial.CommonSpatialFunction
 
ST_SRID - org.hibernate.spatial.CommonSpatialFunction
 
ST_SYMDIFFERENCE - org.hibernate.spatial.CommonSpatialFunction
 
ST_TOUCHES - org.hibernate.spatial.CommonSpatialFunction
 
ST_UNION - org.hibernate.spatial.CommonSpatialFunction
 
ST_WITHIN - org.hibernate.spatial.CommonSpatialFunction
 
Stack<T> - Interface in org.hibernate.internal.util.collections
Stack implementation exposing useful methods for Hibernate needs.
StaleObjectStateException - Exception in org.hibernate
A specialized StaleStateException that carries information about the particular entity instance that was the source of the failure.
StaleObjectStateException(String, Object) - Constructor for exception org.hibernate.StaleObjectStateException
Constructs a StaleObjectStateException using the supplied information.
stalePersistenceContextInEntityEntry(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
StaleStateException - Exception in org.hibernate
Thrown when a version number or timestamp check failed, indicating that the Session contained stale data (when using long transactions with versioning).
StaleStateException(String) - Constructor for exception org.hibernate.StaleStateException
Constructs a StaleStateException using the supplied message.
STANDARD - Static variable in class org.hibernate.property.access.internal.PropertyAccessStrategyEnhancedImpl
 
STANDARD_MULTI_KEY_LOAD_SIZING_STRATEGY - Variable in class org.hibernate.dialect.Dialect
 
STANDARD_WARNING_HANDLER - Static variable in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
Static access to the standard handler for logging warnings
StandardArchiveDescriptorFactory - Class in org.hibernate.boot.archive.internal
Standard implementation of ArchiveDescriptorFactory
StandardArchiveDescriptorFactory() - Constructor for class org.hibernate.boot.archive.internal.StandardArchiveDescriptorFactory
 
StandardArgumentsValidators - Class in org.hibernate.query.sqm.produce.function
 
StandardArraySemantics<E> - Class in org.hibernate.collection.internal
CollectionSemantics implementation for arrays
StandardAuxiliaryDatabaseObjectExporter - Class in org.hibernate.tool.schema.internal
 
StandardAuxiliaryDatabaseObjectExporter(Dialect) - Constructor for class org.hibernate.tool.schema.internal.StandardAuxiliaryDatabaseObjectExporter
 
StandardBagSemantics<E> - Class in org.hibernate.collection.internal
CollectionSemantics for bags
standardBasicTypeForJavaType(Class<J>) - Method in class org.hibernate.type.spi.TypeConfiguration
 
standardBasicTypeForJavaType(Class<J>, Function<JavaType<J>, BasicType<J>>) - Method in class org.hibernate.type.spi.TypeConfiguration
 
standardBasicTypeForJavaType(Type) - Method in class org.hibernate.type.spi.TypeConfiguration
 
standardBasicTypeForJavaType(Type, Function<JavaType<J>, BasicType<J>>) - Method in class org.hibernate.type.spi.TypeConfiguration
 
StandardBasicTypes - Class in org.hibernate.type
References to common BasicTypeReference instances
StandardBasicTypeTemplate<J> - Class in org.hibernate.type
A BasicType adapter targeting partial portability to 6.0's type system changes.
StandardBasicTypeTemplate(JdbcType, JavaType<J>, String...) - Constructor for class org.hibernate.type.StandardBasicTypeTemplate
 
StandardBatchLoaderFactory - Class in org.hibernate.loader.ast.internal
Standard BatchLoaderFactory implementation
StandardBatchLoaderFactory(Map<String, Object>, ServiceRegistryImplementor) - Constructor for class org.hibernate.loader.ast.internal.StandardBatchLoaderFactory
 
StandardBooleanConverter<R> - Interface in org.hibernate.type
Marker for Hibernate defined converters of Boolean-typed domain values
StandardCacheEntryImpl - Class in org.hibernate.cache.spi.entry
Standard representation of entity cached data using the "disassembled state".
StandardCacheEntryImpl(Object[], EntityPersister, Object, SharedSessionContractImplementor, Object) - Constructor for class org.hibernate.cache.spi.entry.StandardCacheEntryImpl
Constructs a StandardCacheEntryImpl
StandardCacheTransactionSynchronization - Class in org.hibernate.cache.spi
 
StandardCacheTransactionSynchronization(RegionFactory) - Constructor for class org.hibernate.cache.spi.StandardCacheTransactionSynchronization
 
StandardCallableStatementSupport - Class in org.hibernate.procedure.internal
Standard implementation of CallableStatementSupport.
StandardCallableStatementSupport(boolean) - Constructor for class org.hibernate.procedure.internal.StandardCallableStatementSupport
 
StandardCollectionSemanticsResolver - Class in org.hibernate.collection.internal
Standard implementation of CollectionSemanticsResolver
StandardCollectionSemanticsResolver() - Constructor for class org.hibernate.collection.internal.StandardCollectionSemanticsResolver
 
StandardConverter<O,​R> - Interface in org.hibernate.type
Marker for Hibernate supplied converter classes.
StandardConverters - Class in org.hibernate.engine.config.spi
Standard set of setting converters.
StandardDialectResolver - Class in org.hibernate.engine.jdbc.dialect.internal
The standard DialectResolver implementation
StandardDialectResolver() - Constructor for class org.hibernate.engine.jdbc.dialect.internal.StandardDialectResolver
 
StandardDomainModel - Enum in org.hibernate.testing.orm.domain
 
StandardEmbeddableInstantiator - Interface in org.hibernate.metamodel.internal
Marker interface for standard EmbeddableInstantiator implementations.
StandardEntityGraphTraversalStateImpl - Class in org.hibernate.sql.results.internal
 
StandardEntityGraphTraversalStateImpl(GraphSemantic, RootGraphImplementor<?>, JpaMetamodel) - Constructor for class org.hibernate.sql.results.internal.StandardEntityGraphTraversalStateImpl
 
StandardEntityInstanceResolver - Class in org.hibernate.sql.exec.spi
 
StandardEntityNotFoundDelegate - Class in org.hibernate.boot.internal
Standard non-JPA implementation of EntityNotFoundDelegate, throwing the Hibernate-specific ObjectNotFoundException.
StandardEntityNotFoundDelegate() - Constructor for class org.hibernate.boot.internal.StandardEntityNotFoundDelegate
 
StandardForeignKeyExporter - Class in org.hibernate.tool.schema.internal
StandardForeignKeyExporter(Dialect) - Constructor for class org.hibernate.tool.schema.internal.StandardForeignKeyExporter
 
standardFunction() - Method in class org.hibernate.grammars.hql.HqlParser.FunctionContext
 
standardFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
StandardFunctionArgumentTypeResolvers - Class in org.hibernate.query.sqm.produce.function
 
StandardFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
StandardFunctionReturnTypeResolvers - Class in org.hibernate.query.sqm.produce.function
 
StandardGenerationContextLocator(String) - Constructor for class org.hibernate.mapping.Component.StandardGenerationContextLocator
 
StandardGenerator - Interface in org.hibernate.id.factory.spi
Marker interface for Hibernate-provided implementations of Generator.
StandardHqlTranslator - Class in org.hibernate.query.hql.internal
Standard implementation of HqlTranslator.
StandardHqlTranslator(SqmCreationContext, SqmCreationOptions) - Constructor for class org.hibernate.query.hql.internal.StandardHqlTranslator
 
StandardIdentifierBagSemantics<E> - Class in org.hibernate.collection.internal
CollectionSemantics implementation for id-bags
StandardIdentifierGeneratorFactory - Class in org.hibernate.id.factory.internal
Basic implementation of IdentifierGeneratorFactory, responsible for instantiating the predefined built-in id generators, and generators declared using GenericGenerator.
StandardIdentifierGeneratorFactory(ServiceRegistry) - Constructor for class org.hibernate.id.factory.internal.StandardIdentifierGeneratorFactory
Constructs a new factory
StandardIdentifierGeneratorFactory(ServiceRegistry, boolean) - Constructor for class org.hibernate.id.factory.internal.StandardIdentifierGeneratorFactory
Constructs a new factory, explicitly controlling whether to use CDI or not
StandardIdentifierGeneratorFactoryInitiator - Class in org.hibernate.id.factory.internal
 
StandardIdentifierGeneratorFactoryInitiator() - Constructor for class org.hibernate.id.factory.internal.StandardIdentifierGeneratorFactoryInitiator
 
StandardIndexExporter - Class in org.hibernate.tool.schema.internal
StandardIndexExporter(Dialect) - Constructor for class org.hibernate.tool.schema.internal.StandardIndexExporter
 
StandardJdbcMutationExecutor - Class in org.hibernate.sql.exec.internal
 
StandardJdbcMutationExecutor() - Constructor for class org.hibernate.sql.exec.internal.StandardJdbcMutationExecutor
 
StandardJdbcValuesMapping - Class in org.hibernate.sql.results.jdbc.internal
 
StandardJdbcValuesMapping(List<SqlSelection>, List<DomainResult<?>>) - Constructor for class org.hibernate.sql.results.jdbc.internal.StandardJdbcValuesMapping
 
StandardJpaScanEnvironmentImpl - Class in org.hibernate.jpa.boot.internal
Implementation of ScanEnvironment leveraging a JPA deployment descriptor.
StandardJpaScanEnvironmentImpl(PersistenceUnitDescriptor) - Constructor for class org.hibernate.jpa.boot.internal.StandardJpaScanEnvironmentImpl
 
StandardJtaPlatformResolver - Class in org.hibernate.engine.transaction.jta.platform.internal
 
StandardJtaPlatformResolver() - Constructor for class org.hibernate.engine.transaction.jta.platform.internal.StandardJtaPlatformResolver
 
StandardListSemantics<E> - Class in org.hibernate.collection.internal
Hibernate's standard CollectionSemantics for Lists
StandardLobCreator - Class in org.hibernate.engine.jdbc.env.internal
LobCreator implementation using Connection.createBlob(), Connection.createClob() and Connection.createNClob() to create the LOB references.
StandardLobCreator(LobCreationContext) - Constructor for class org.hibernate.engine.jdbc.env.internal.StandardLobCreator
 
StandardMapSemantics<K,​V> - Class in org.hibernate.collection.internal
CollectionSemantics for maps
standardModels() - Method in annotation type org.hibernate.testing.orm.junit.DomainModel
 
standardModels() - Method in annotation type org.hibernate.testing.orm.junit.Jpa
 
StandardMutationExecutorService - Class in org.hibernate.engine.jdbc.mutation.internal
Standard MutationExecutorService implementation
StandardMutationExecutorService(int) - Constructor for class org.hibernate.engine.jdbc.mutation.internal.StandardMutationExecutorService
 
StandardMutationExecutorService(Map<String, Object>) - Constructor for class org.hibernate.engine.jdbc.mutation.internal.StandardMutationExecutorService
 
StandardNamingStrategy - Class in org.hibernate.id.enhanced
The standard implicit naming strategy for identifier sequences and tables.
StandardNamingStrategy() - Constructor for class org.hibernate.id.enhanced.StandardNamingStrategy
 
StandardOptimizerDescriptor - Enum in org.hibernate.id.enhanced
Enumeration of the standard Hibernate id generation optimizers.
StandardOrderedMapSemantics<K,​V> - Class in org.hibernate.collection.internal
 
StandardOrderedSetSemantics<E> - Class in org.hibernate.collection.internal
 
StandardPersisterClassResolver - Class in org.hibernate.persister.internal
 
StandardPersisterClassResolver() - Constructor for class org.hibernate.persister.internal.StandardPersisterClassResolver
 
standardPreparation(PreparableMutationOperation, SharedSessionContractImplementor) - Static method in class org.hibernate.engine.jdbc.mutation.internal.ModelMutationHelper
 
StandardProperty - Class in org.hibernate.tuple
Deprecated, for removal: This API element is subject to removal in a future version.
Replaced by AttributeMapping
StandardProperty(String, Type, boolean, boolean, boolean, boolean, boolean, boolean, CascadeStyle, FetchMode) - Constructor for class org.hibernate.tuple.StandardProperty
Deprecated.
Constructs NonIdentifierProperty instances.
StandardRandomStrategy - Class in org.hibernate.id.uuid
Implements a "random" UUID generation strategy as defined by the UUID.randomUUID() method.
StandardRandomStrategy() - Constructor for class org.hibernate.id.uuid.StandardRandomStrategy
 
StandardRefCursorSupport - Class in org.hibernate.engine.jdbc.cursor.internal
Standard implementation of RefCursorSupport
StandardRefCursorSupport(JdbcServices) - Constructor for class org.hibernate.engine.jdbc.cursor.internal.StandardRefCursorSupport
 
StandardResourceLocator - Class in org.hibernate.boot.internal
Standard implementation of ResourceLocator delegating to the ClassLoaderService
StandardResourceLocator(ClassLoaderService) - Constructor for class org.hibernate.boot.internal.StandardResourceLocator
 
StandardRowReader<T> - Class in org.hibernate.sql.results.internal
 
StandardRowReader(List<DomainResultAssembler<?>>, InitializersList, RowTransformer<T>, Class<T>) - Constructor for class org.hibernate.sql.results.internal.StandardRowReader
 
StandardScanner - Class in org.hibernate.boot.archive.scan.internal
Standard implementation of the Scanner contract, supporting typical archive walking support where the urls we are processing can be treated using normal file handling.
StandardScanner() - Constructor for class org.hibernate.boot.archive.scan.internal.StandardScanner
 
StandardScanner(ArchiveDescriptorFactory) - Constructor for class org.hibernate.boot.archive.scan.internal.StandardScanner
 
StandardScanOptions - Class in org.hibernate.boot.archive.scan.internal
 
StandardScanOptions() - Constructor for class org.hibernate.boot.archive.scan.internal.StandardScanOptions
 
StandardScanOptions(String, boolean) - Constructor for class org.hibernate.boot.archive.scan.internal.StandardScanOptions
 
StandardScanParameters - Class in org.hibernate.boot.archive.scan.internal
 
StandardSequenceExporter - Class in org.hibernate.tool.schema.internal
StandardSequenceExporter(Dialect) - Constructor for class org.hibernate.tool.schema.internal.StandardSequenceExporter
 
StandardServiceInitiator<R extends Service> - Interface in org.hibernate.boot.registry
Contract for an initiator of services that target the standard ServiceRegistry.
StandardServiceInitiators - Class in org.hibernate.service
Central definition of the standard set of service initiators defined by Hibernate.
StandardServiceRegistry - Interface in org.hibernate.boot.registry
Specialization of the ServiceRegistry contract mainly for type safety.
StandardServiceRegistryBuilder - Class in org.hibernate.boot.registry
Builder for standard ServiceRegistry instances.
StandardServiceRegistryBuilder() - Constructor for class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Create a default builder.
StandardServiceRegistryBuilder(BootstrapServiceRegistry) - Constructor for class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Create a builder with the specified bootstrap services.
StandardServiceRegistryBuilder(BootstrapServiceRegistry, Map<String, Object>, ConfigLoader, LoadedConfig, List<StandardServiceInitiator<?>>) - Constructor for class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Intended for use exclusively from Quarkus bootstrapping, or extensions of this class which need to override the standard ServiceInitiator list.
StandardServiceRegistryBuilder(BootstrapServiceRegistry, Map<String, Object>, LoadedConfig) - Constructor for class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Intended for use exclusively from JPA bootstrapping, or extensions of this class.
StandardServiceRegistryBuilder(BootstrapServiceRegistry, LoadedConfig) - Constructor for class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Create a builder with the specified bootstrap services.
StandardServiceRegistryImpl - Class in org.hibernate.boot.registry.internal
Standard Hibernate implementation of the standard service registry.
StandardServiceRegistryImpl(boolean, BootstrapServiceRegistry, Map<String, Object>) - Constructor for class org.hibernate.boot.registry.internal.StandardServiceRegistryImpl
 
StandardSessionFactoryServiceInitiators - Class in org.hibernate.service.internal
Central definition of the standard set of initiators defined by Hibernate for the SessionFactoryServiceRegistry
StandardSetSemantics<E> - Class in org.hibernate.collection.internal
 
StandardSortedMapSemantics<K,​V> - Class in org.hibernate.collection.internal
 
StandardSortedSetSemantics<E> - Class in org.hibernate.collection.internal
 
StandardSqlAstTranslator<T extends JdbcOperation> - Class in org.hibernate.sql.ast.spi
The final phase of query translation.
StandardSqlAstTranslator(SessionFactoryImplementor, Statement) - Constructor for class org.hibernate.sql.ast.spi.StandardSqlAstTranslator
 
StandardSqlAstTranslatorFactory - Class in org.hibernate.sql.ast.spi
Standard implementation of SqlAstTranslatorFactory
StandardSqlAstTranslatorFactory() - Constructor for class org.hibernate.sql.ast.spi.StandardSqlAstTranslatorFactory
 
StandardSQLExceptionConverter - Class in org.hibernate.exception.internal
StandardSQLExceptionConverter() - Constructor for class org.hibernate.exception.internal.StandardSQLExceptionConverter
StandardSQLExceptionConverter(SQLExceptionConversionDelegate...) - Constructor for class org.hibernate.exception.internal.StandardSQLExceptionConverter
 
StandardSQLFunction - Class in org.hibernate.dialect.function
Simplified API allowing users to contribute SqmFunctionDescriptors to HQL.
StandardSQLFunction(String) - Constructor for class org.hibernate.dialect.function.StandardSQLFunction
 
StandardSQLFunction(String, boolean, BasicTypeReference<?>) - Constructor for class org.hibernate.dialect.function.StandardSQLFunction
 
StandardSQLFunction(String, BasicTypeReference<?>) - Constructor for class org.hibernate.dialect.function.StandardSQLFunction
 
StandardSqmTranslation<T extends Statement> - Class in org.hibernate.query.sqm.sql
 
StandardSqmTranslation(T, Map<SqmParameter<?>, List<List<JdbcParameter>>>, Map<SqmParameter<?>, MappingModelExpressible<?>>, SqlExpressionResolver, FromClauseAccess) - Constructor for class org.hibernate.query.sqm.sql.StandardSqmTranslation
 
StandardSqmTranslator<T extends Statement> - Class in org.hibernate.query.sqm.sql.internal
The standard translator for SQM to SQL ASTs.
StandardSqmTranslator(SqmStatement<?>, QueryOptions, DomainParameterXref, QueryParameterBindings, LoadQueryInfluencers, SqlAstCreationContext, boolean) - Constructor for class org.hibernate.query.sqm.sql.internal.StandardSqmTranslator
 
StandardSqmTranslatorFactory - Class in org.hibernate.query.sqm.sql
Standard implementation of the SqmTranslatorFactory
StandardSqmTranslatorFactory() - Constructor for class org.hibernate.query.sqm.sql.StandardSqmTranslatorFactory
 
StandardStack<T> - Class in org.hibernate.internal.util.collections
A general-purpose stack impl supporting null values.
StandardStack(Class<T>) - Constructor for class org.hibernate.internal.util.collections.StandardStack
 
StandardStack(Class<T>, T) - Constructor for class org.hibernate.internal.util.collections.StandardStack
 
standardStatementPreparation(PreparableMutationOperation, SharedSessionContractImplementor) - Static method in class org.hibernate.engine.jdbc.mutation.internal.ModelMutationHelper
 
StandardTableCleaner - Class in org.hibernate.tool.schema.internal
The basic implementation of Cleaner.
StandardTableCleaner(Dialect) - Constructor for class org.hibernate.tool.schema.internal.StandardTableCleaner
 
StandardTableExporter - Class in org.hibernate.tool.schema.internal
StandardTableExporter(Dialect) - Constructor for class org.hibernate.tool.schema.internal.StandardTableExporter
 
StandardTableGroup - Class in org.hibernate.sql.ast.tree.from
 
StandardTableGroup(boolean, NavigablePath, TableGroupProducer, boolean, String, TableReference, boolean, SqlAliasBase, Predicate<String>, BiFunction<String, TableGroup, TableReferenceJoin>, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.StandardTableGroup
 
StandardTableGroup(boolean, NavigablePath, TableGroupProducer, String, TableReference, boolean, SqlAliasBase, Predicate<String>, BiFunction<String, TableGroup, TableReferenceJoin>, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.StandardTableGroup
 
StandardTableGroup(boolean, NavigablePath, TableGroupProducer, String, TableReference, SqlAliasBase, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.StandardTableGroup
 
StandardTableMigrator - Class in org.hibernate.tool.schema.internal
A TableMigrator that only knows how to add new columns.
StandardTableMigrator(Dialect) - Constructor for class org.hibernate.tool.schema.internal.StandardTableMigrator
 
StandardTemporaryTableExporter - Class in org.hibernate.dialect.temptable
 
StandardTemporaryTableExporter(Dialect) - Constructor for class org.hibernate.dialect.temptable.StandardTemporaryTableExporter
 
StandardTimestampsCacheFactory - Class in org.hibernate.cache.internal
Standard Hibernate implementation of the QueryCacheFactory interface.
StandardTimestampsCacheFactory() - Constructor for class org.hibernate.cache.internal.StandardTimestampsCacheFactory
 
StandardUniqueKeyExporter - Class in org.hibernate.tool.schema.internal
StandardUniqueKeyExporter(Dialect) - Constructor for class org.hibernate.tool.schema.internal.StandardUniqueKeyExporter
 
StandardUserDefinedTypeExporter - Class in org.hibernate.tool.schema.internal
 
StandardUserDefinedTypeExporter(Dialect) - Constructor for class org.hibernate.tool.schema.internal.StandardUserDefinedTypeExporter
 
StandardVirtualTableGroup - Class in org.hibernate.sql.ast.tree.from
 
StandardVirtualTableGroup(NavigablePath, ModelPartContainer, TableGroup, boolean) - Constructor for class org.hibernate.sql.ast.tree.from.StandardVirtualTableGroup
 
StandardWarningHandler(String) - Constructor for class org.hibernate.engine.jdbc.spi.SqlExceptionHelper.StandardWarningHandler
Creates a StandardWarningHandler
Star - Class in org.hibernate.sql.ast.tree.expression
 
Star() - Constructor for class org.hibernate.sql.ast.tree.expression.Star
 
start() - Method in interface org.hibernate.service.spi.Startable
Start phase notification
start() - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
 
start(Xid, int) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.XAResourceWrapper
 
start(SessionFactoryOptions, Map<String, Object>) - Method in class org.hibernate.cache.internal.NoCachingRegionFactory
 
start(SessionFactoryOptions, Map<String, Object>) - Method in class org.hibernate.cache.spi.AbstractRegionFactory
 
start(SessionFactoryOptions, Map<String, Object>) - Method in interface org.hibernate.cache.spi.RegionFactory
Lifecycle callback to perform any necessary initialization of the underlying cache provider.
START - org.hibernate.envers.query.criteria.MatchMode
Match the start of the string to the pattern.
Startable - Interface in org.hibernate.service.spi
Lifecycle contract for services which wish to be notified when it is time to start.
startingAttribute(AttributeMapping) - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard.UpdateValuesAnalysisImpl
Callback at start of processing an attribute
startingDelayedSchemaDrop() - Method in interface org.hibernate.internal.CoreMessageLogger
 
startingProperty(XProperty) - Method in class org.hibernate.boot.model.internal.ClassPropertyHolder
 
startingProperty(XProperty) - Method in class org.hibernate.boot.model.internal.CollectionPropertyHolder
 
startingProperty(XProperty) - Method in class org.hibernate.boot.model.internal.ComponentPropertyHolder
 
startingProperty(XProperty) - Method in interface org.hibernate.boot.model.internal.PropertyHolder
Called during binding to allow the PropertyHolder to inspect its discovered properties.
startingQueryCache(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
startingServiceAtJndiName(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
startingUpdateTimestampsCache(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
startingValue(int, int) - Method in interface org.hibernate.dialect.sequence.SequenceSupport
 
startpoint - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
startService(ServiceBinding<R>) - Method in class org.hibernate.boot.registry.internal.BootstrapServiceRegistryImpl
 
startService(ServiceBinding<R>) - Method in class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
startService(ServiceBinding<R>) - Method in interface org.hibernate.service.spi.ServiceBinding.ServiceLifecycleOwner
 
startsWith(String) - Static method in class org.hibernate.testing.hamcrest.CaseInsensitiveStartsWithMatcher
 
startTime(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
startTransactionBoundary() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
startTransactionBoundary() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
startTransactionBoundary() - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
startTransactionBoundary() - Method in class org.hibernate.internal.SessionImpl
 
startTransactionBoundary() - Method in interface org.hibernate.resource.jdbc.spi.JdbcSessionOwner
Callback indicating recognition of entering into a transactional context whether that is explicitly via the Hibernate Transaction API or via registration of Hibernate's JTA Synchronization impl with a JTA Transaction
startTransactionBoundary() - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinatorOwner
Callback indicating recognition of entering into a transactional context whether that is explicitly via the Hibernate Transaction API or via registration of Hibernate's JTA Synchronization impl with a JTA Transaction
startUp() - Method in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
stashInvalidNaturalIdReference(EntityPersister, Object) - Method in class org.hibernate.engine.internal.NaturalIdResolutionsImpl
As part of "load synchronization process", if a particular natural id is found to have changed we need to track its invalidity until after the next flush.
state - Variable in class org.hibernate.sql.results.graph.entity.internal.AbstractBatchEntitySelectFetchInitializer
 
state - Variable in class org.hibernate.sql.results.graph.entity.internal.EntitySelectFetchInitializer
 
StatefulPersistenceContext - Class in org.hibernate.engine.internal
A stateful implementation of the PersistenceContext contract, meaning that we maintain this state throughout the life of the persistence context.
StatefulPersistenceContext(SharedSessionContractImplementor) - Constructor for class org.hibernate.engine.internal.StatefulPersistenceContext
Constructs a PersistentContext, bound to the given session.
StatelessSession - Interface in org.hibernate
A command-oriented API often used for performing bulk operations against the database.
StatelessSessionBuilder - Interface in org.hibernate
Allows creation of a new StatelessSession with specific options.
StatelessSessionBuilderImpl(SessionFactoryImpl) - Constructor for class org.hibernate.internal.SessionFactoryImpl.StatelessSessionBuilderImpl
 
StatelessSessionImpl - Class in org.hibernate.internal
Concrete implementation of the StatelessSession API.
StatelessSessionImpl(SessionFactoryImpl, SessionCreationOptions) - Constructor for class org.hibernate.internal.StatelessSessionImpl
 
statement() - Method in class org.hibernate.grammars.hql.HqlParser
 
Statement - Interface in org.hibernate.sql.ast.tree
Base contract for any statement
STATEMENT_BATCH_SIZE - Static variable in interface org.hibernate.cfg.BatchSettings
Specifies the maximum number of statements to batch together.
STATEMENT_FETCH_SIZE - Static variable in interface org.hibernate.cfg.JdbcSettings
Gives the JDBC driver a hint as to the number of rows that should be fetched from the database when more rows are needed.
STATEMENT_INSPECTOR - Static variable in interface org.hibernate.cfg.JdbcSettings
Specifies a StatementInspector implementation associated with the SessionFactory, either: an instance of StatementInspector, a Class representing an class that implements StatementInspector, or the name of a class that implements StatementInspector.
StatementContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.StatementContext
 
StatementCreatorHelper - Class in org.hibernate.sql.exec.spi
Helper for creating JDBC statements.
StatementCreatorHelper() - Constructor for class org.hibernate.sql.exec.spi.StatementCreatorHelper
 
statementInspector(StatementInspector) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
statementInspector(StatementInspector) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
statementInspector(StatementInspector) - Method in class org.hibernate.internal.SessionFactoryImpl.SessionBuilderImpl
 
statementInspector(StatementInspector) - Method in interface org.hibernate.SessionBuilder
Applies the given StatementInspector to the session.
StatementInspector - Interface in org.hibernate.resource.jdbc.spi
Implementors may inspect and even process each SQL command issued by a session, before a JDBC statement is prepared.
statementInspectorClass() - Method in annotation type org.hibernate.testing.orm.junit.SessionFactory
 
StatementOptions - Class in org.hibernate.sql.exec.spi
Options for the creation of a JDBC statement
StatementOptions(Integer, Integer, Integer, Integer) - Constructor for class org.hibernate.sql.exec.spi.StatementOptions
 
statementPrepared() - Method in interface org.hibernate.engine.jdbc.spi.ConnectionObserver
Notification of a statement being prepared
statementPrepared() - Method in class org.hibernate.engine.jdbc.spi.ConnectionObserverAdapter
 
statementPrepared() - Method in class org.hibernate.internal.ConnectionObserverStatsBridge
 
StatementPreparer - Interface in org.hibernate.engine.jdbc.spi
Interface to the object that prepares JDBC Statements and PreparedStatements on behalf of a JdbcCoordinator.
statementsClosed(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
statementsPrepared(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
StateProvince - Class in org.hibernate.testing.orm.domain.animal
 
StateProvince() - Constructor for class org.hibernate.testing.orm.domain.animal.StateProvince
 
STATIC_METAMODEL_POPULATION - Static variable in interface org.hibernate.cfg.MappingSettings
Setting that controls whether we seek out JPA "static metamodel" classes and populate them, either: enabled - Do the population disabled - Do not do the population skipUnsupported - Do the population, but ignore any non-JPA features that would otherwise result in the population failing.
staticCreateCollectionKey(Object, CollectionPersister, SessionFactoryImplementor, String) - Static method in class org.hibernate.cache.internal.DefaultCacheKeysFactory
 
staticCreateEntityKey(Object, EntityPersister, SessionFactoryImplementor, String) - Static method in class org.hibernate.cache.internal.DefaultCacheKeysFactory
 
staticCreateNaturalIdKey(Object, EntityPersister, SharedSessionContractImplementor) - Static method in class org.hibernate.cache.internal.DefaultCacheKeysFactory
 
staticFetchableList - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
StaticFilterAliasGenerator - Class in org.hibernate.internal
 
StaticFilterAliasGenerator(String) - Constructor for class org.hibernate.internal.StaticFilterAliasGenerator
 
staticGetCollectionId(Object) - Static method in class org.hibernate.cache.internal.DefaultCacheKeysFactory
 
staticGetEntityId(Object) - Static method in class org.hibernate.cache.internal.DefaultCacheKeysFactory
 
staticGetNaturalIdValues(Object) - Static method in class org.hibernate.cache.internal.DefaultCacheKeysFactory
 
staticImport(String, String) - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
 
staticImport(String, String) - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaPackage
 
staticImport(String, String) - Method in class org.hibernate.jpamodelgen.ImportContextImpl
 
staticImport(String, String) - Method in interface org.hibernate.jpamodelgen.model.ImportContext
 
staticImport(String, String) - Method in interface org.hibernate.jpamodelgen.model.Metamodel
 
staticImport(String, String) - Method in class org.hibernate.jpamodelgen.xml.XmlMetaEntity
 
StaticUserTypeSupport<T> - Class in org.hibernate.usertype
 
StaticUserTypeSupport(BasicJavaType<T>, JdbcType) - Constructor for class org.hibernate.usertype.StaticUserTypeSupport
 
StaticUserTypeSupport(BasicJavaType<T>, JdbcType, BasicValueConverter<T, Object>) - Constructor for class org.hibernate.usertype.StaticUserTypeSupport
 
StaticUserTypeSupport(BasicJavaType<T>, JdbcType, MutabilityPlan<T>) - Constructor for class org.hibernate.usertype.StaticUserTypeSupport
 
StaticUserTypeSupport(BasicJavaType<T>, JdbcType, MutabilityPlan<T>, BasicValueConverter<T, Object>) - Constructor for class org.hibernate.usertype.StaticUserTypeSupport
 
StatisticalLoggingSessionEventListener - Class in org.hibernate.engine.internal
 
StatisticalLoggingSessionEventListener() - Constructor for class org.hibernate.engine.internal.StatisticalLoggingSessionEventListener
 
Statistics - Interface in org.hibernate.stat
Exposes statistics collected from all sessions belonging to a particular SessionFactory.
StatisticsFactory - Interface in org.hibernate.stat.spi
Factory for custom implementations of StatisticsImplementor.
StatisticsImpl - Class in org.hibernate.stat.internal
Implementation of Statistics based on the java.util.concurrent package.
StatisticsImpl(SessionFactoryImplementor) - Constructor for class org.hibernate.stat.internal.StatisticsImpl
 
StatisticsImplementor - Interface in org.hibernate.stat.spi
A service SPI for collecting statistics about various events that occur at runtime.
StatisticsInitiator - Class in org.hibernate.stat.internal
 
StatisticsInitiator() - Constructor for class org.hibernate.stat.internal.StatisticsInitiator
 
StatisticsSettings - Interface in org.hibernate.cfg
 
STATS_BUILDER - Static variable in interface org.hibernate.cfg.StatisticsSettings
When statistics are enabled, names the StatisticsFactory to use.
StatsHelper - Class in org.hibernate.stat.internal
Utilities useful when dealing with stats.
StatsNamedContainer<V> - Class in org.hibernate.stat.internal
Decorates a ConcurrentHashMap implementation to make sure the methods are being used correctly for the purpose of Hibernate's statistics.
StatsNamedContainer() - Constructor for class org.hibernate.stat.internal.StatsNamedContainer
Creates an unbounded container - based on ConcurrentHashMap
StatsNamedContainer(int, int) - Constructor for class org.hibernate.stat.internal.StatsNamedContainer
Creates a bounded container - based on BoundedConcurrentHashMap
Status - Enum in org.hibernate.engine.spi
Represents the status of an entity with respect to this session.
Status - Enum in org.hibernate.testing.orm.domain.helpdesk
 
STATUS - Static variable in class org.hibernate.engine.internal.AbstractEntityEntry.EnumState
 
StatusTranslator - Class in org.hibernate.resource.transaction.backend.jta.internal
 
StatusTranslator() - Constructor for class org.hibernate.resource.transaction.backend.jta.internal.StatusTranslator
 
stddev() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Warning: the semantics of this function are inconsistent between DBs.
stddevPopSamp() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
stddevPopSamp_stdevp() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
SQL Server-style
stddevSamp_sumCount() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
DB2 before 11
STDOUT - org.hibernate.tool.schema.TargetType
Write to System.out
stop() - Method in class org.hibernate.agroal.internal.AgroalConnectionProvider
 
stop() - Method in class org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl
 
stop() - Method in class org.hibernate.c3p0.internal.C3P0ConnectionProvider
 
stop() - Method in class org.hibernate.cache.internal.NoCachingRegionFactory
 
stop() - Method in class org.hibernate.cache.spi.AbstractRegionFactory
 
stop() - Method in class org.hibernate.engine.jdbc.connections.internal.DatasourceConnectionProviderImpl
 
stop() - Method in class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl
 
stop() - Method in class org.hibernate.engine.jdbc.connections.spi.DataSourceBasedMultiTenantConnectionProviderImpl
 
stop() - Method in class org.hibernate.envers.boot.internal.EnversServiceImpl
 
stop() - Method in class org.hibernate.event.spi.EventEngine
 
stop() - Method in class org.hibernate.hikaricp.internal.HikariCPConnectionProvider
 
stop() - Method in class org.hibernate.proxool.internal.ProxoolConnectionProvider
 
stop() - Method in class org.hibernate.resource.beans.container.spi.AbstractCdiBeanContainer
 
stop() - Method in class org.hibernate.resource.beans.internal.ManagedBeanRegistryImpl
 
stop() - Method in interface org.hibernate.service.spi.Stoppable
Stop phase notification
stop() - Method in class org.hibernate.testing.boot.BasicTestingJdbcServiceImpl
 
stop() - Method in class org.hibernate.testing.jdbc.ConnectionProviderDelegate
 
stop() - Method in class org.hibernate.testing.jdbc.SharedDriverManagerConnectionProviderImpl
 
stop() - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl
 
stop() - Method in class org.hibernate.testing.orm.jdbc.PreparedStatementSpyConnectionProvider
 
stop() - Method in class org.hibernate.testing.orm.jdbc.TimeZoneConnectionProvider
 
stop() - Method in class org.hibernate.vibur.internal.ViburDBCPConnectionProvider
 
Stoppable - Interface in org.hibernate.service.spi
Lifecycle contract for services which wish to be notified when it is time to stop.
stoppingBeanContainer(BeanContainer) - Method in interface org.hibernate.resource.beans.internal.BeansMessageLogger
 
stoppingManagedBeanRegistry(ManagedBeanRegistry) - Method in interface org.hibernate.resource.beans.internal.BeansMessageLogger
 
stoppingService() - Method in interface org.hibernate.internal.CoreMessageLogger
 
stopService(ServiceBinding<R>) - Method in class org.hibernate.boot.registry.internal.BootstrapServiceRegistryImpl
 
stopService(ServiceBinding<R>) - Method in class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
stopService(ServiceBinding<R>) - Method in interface org.hibernate.service.spi.ServiceBinding.ServiceLifecycleOwner
 
STORAGE_ENGINE - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
Specifies the default storage engine for a relational databases that supports multiple storage engines.
StorageAccess - Interface in org.hibernate.cache.spi.support
A general read/write abstraction over the specific "cache" object from the caching provider.
STORE_DATA_AT_DELETE - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Indicates whether entity data should be stored during removal.
StoredProcedureParameter - Class in org.hibernate.jpamodelgen.xml.jaxb
 
StoredProcedureParameter() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.StoredProcedureParameter
 
strategy - Variable in class org.hibernate.boot.jaxb.mapping.JaxbGeneratedValue
 
strategy - Variable in class org.hibernate.boot.jaxb.mapping.JaxbInheritance
 
strategy - Variable in class org.hibernate.jpamodelgen.xml.jaxb.GeneratedValue
 
strategy - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Inheritance
 
strategy() - Method in annotation type org.hibernate.annotations.AttributeAccessor
A class implementing PropertyAccessStrategy.
strategy() - Method in annotation type org.hibernate.annotations.GenericGenerator
Deprecated.
use GenericGenerator.type() for typesafety
strategy() - Method in annotation type org.hibernate.annotations.SoftDelete
The strategy to use for storing/reading values to/from the database.
strategy() - Method in interface org.hibernate.internal.util.collections.BoundedConcurrentHashMap.EvictionPolicy
Returns type of eviction algorithm (strategy).
STRATEGY_INTERPRETER - Static variable in class org.hibernate.boot.internal.GenerationStrategyInterpreter
 
STRATEGY_NAME - Static variable in class org.hibernate.id.enhanced.LegacyNamingStrategy
 
STRATEGY_NAME - Static variable in class org.hibernate.id.enhanced.SingleNamingStrategy
 
STRATEGY_NAME - Static variable in class org.hibernate.id.enhanced.StandardNamingStrategy
 
STRATEGY_REGISTRATION_PROVIDERS - Static variable in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl
STRATEGY_REGISTRATION_PROVIDERS - Static variable in class org.hibernate.jpa.boot.spi.JpaSettings
StrategyCreator<T> - Interface in org.hibernate.boot.registry.selector.spi
 
StrategyCreatorRegionFactoryImpl - Class in org.hibernate.cache.internal
 
StrategyCreatorRegionFactoryImpl(Properties) - Constructor for class org.hibernate.cache.internal.StrategyCreatorRegionFactoryImpl
 
StrategyRegistration<T> - Interface in org.hibernate.boot.registry.selector
Describes the registration of a named strategy implementation.
StrategyRegistrationProvider - Interface in org.hibernate.boot.registry.selector
Responsible for providing the registrations of one or more strategy selectors.
StrategyRegistrationProviderImpl - Class in org.hibernate.agroal.internal
Provides the AgroalConnectionProvider to the StrategySelector service.
StrategyRegistrationProviderImpl - Class in org.hibernate.c3p0.internal
Provides the C3P0ConnectionProvider to the StrategySelector service.
StrategyRegistrationProviderImpl - Class in org.hibernate.cache.jcache.internal
Makes the JCache RegionFactory available to the Hibernate StrategySelector service under a number of keys.
StrategyRegistrationProviderImpl - Class in org.hibernate.hikaricp.internal
Provides the HikariCPConnectionProvider to the StrategySelector service.
StrategyRegistrationProviderImpl - Class in org.hibernate.proxool.internal
Provides the ProxoolConnectionProvider to the StrategySelector service.
StrategyRegistrationProviderImpl - Class in org.hibernate.testing.cache
Makes the JCache RegionFactory available to the Hibernate StrategySelector service under a number of keys.
StrategyRegistrationProviderImpl - Class in org.hibernate.vibur.internal
Provides the ViburDBCPConnectionProvider to the StrategySelector service.
StrategyRegistrationProviderImpl() - Constructor for class org.hibernate.agroal.internal.StrategyRegistrationProviderImpl
 
StrategyRegistrationProviderImpl() - Constructor for class org.hibernate.c3p0.internal.StrategyRegistrationProviderImpl
 
StrategyRegistrationProviderImpl() - Constructor for class org.hibernate.cache.jcache.internal.StrategyRegistrationProviderImpl
 
StrategyRegistrationProviderImpl() - Constructor for class org.hibernate.hikaricp.internal.StrategyRegistrationProviderImpl
 
StrategyRegistrationProviderImpl() - Constructor for class org.hibernate.proxool.internal.StrategyRegistrationProviderImpl
 
StrategyRegistrationProviderImpl() - Constructor for class org.hibernate.testing.cache.StrategyRegistrationProviderImpl
 
StrategyRegistrationProviderImpl() - Constructor for class org.hibernate.vibur.internal.StrategyRegistrationProviderImpl
 
StrategyRegistrationProviderList - Interface in org.hibernate.jpa.boot.spi
An object that provides a list of StrategyRegistrationProviders to the JPA persistence provider.
StrategySelectionException - Exception in org.hibernate.boot.registry.selector.spi
Indicates a problem performing the selection/resolution.
StrategySelectionException(String) - Constructor for exception org.hibernate.boot.registry.selector.spi.StrategySelectionException
Constructs a StrategySelectionException using the specified message.
StrategySelectionException(String, Throwable) - Constructor for exception org.hibernate.boot.registry.selector.spi.StrategySelectionException
Constructs a StrategySelectionException using the specified message and cause.
StrategySelector - Interface in org.hibernate.boot.registry.selector.spi
Service which acts as a registry for named strategy implementations.
StrategySelectorBuilder - Class in org.hibernate.boot.registry.selector.internal
Builder for StrategySelector instances.
StrategySelectorBuilder() - Constructor for class org.hibernate.boot.registry.selector.internal.StrategySelectorBuilder
 
StrategySelectorImpl - Class in org.hibernate.boot.registry.selector.internal
Standard implementation of the StrategySelector contract.
StrategySelectorImpl(ClassLoaderService) - Constructor for class org.hibernate.boot.registry.selector.internal.StrategySelectorImpl
Constructs a StrategySelectorImpl using the given class loader service.
strategySelectorService() - Method in class org.hibernate.property.access.internal.PropertyAccessStrategyResolverStandardImpl
 
stream() - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
stream() - Method in interface org.hibernate.query.Query
Execute the query and return the query results as a Stream.
stream() - Method in interface org.hibernate.query.SelectionQuery
Execute the query and return the query results as a Stream.
stream() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
stream() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
stream() - Method in interface org.hibernate.sql.results.graph.FetchList
 
STREAM_BINDING - Static variable in class org.hibernate.type.descriptor.jdbc.BlobJdbcType
 
STREAM_BINDING - Static variable in class org.hibernate.type.descriptor.jdbc.ClobJdbcType
 
STREAM_BINDING - Static variable in class org.hibernate.type.descriptor.jdbc.NClobJdbcType
 
STREAM_BINDING_EXTRACTING - Static variable in class org.hibernate.type.descriptor.jdbc.ClobJdbcType
 
STREAM_XFER_LOB_MERGE_STRATEGY - Static variable in class org.hibernate.dialect.Dialect
A LobMergeStrategy based on transferring contents using streams.
streamCollectionDescriptors() - Method in interface org.hibernate.metamodel.MappingMetamodel
 
streamCollectionDescriptors() - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
StreamCopier - Class in org.hibernate.internal.util.io
Utilities for copying I/O streams.
streamEntityDescriptors() - Method in interface org.hibernate.metamodel.MappingMetamodel
 
streamEntityDescriptors() - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
STRelateFunction - Class in org.hibernate.spatial.dialect.oracle
 
STRelateFunction(BasicTypeRegistry) - Constructor for class org.hibernate.spatial.dialect.oracle.STRelateFunction
 
strictJpaCompliance() - Method in class org.hibernate.testing.orm.junit.EntityManagerFactoryBasedFunctionalTest
 
StrictJpaComplianceViolation - Exception in org.hibernate.query.sqm
Indicates violations of strict JPQL syntax while strict JPQL syntax checking was enabled.
StrictJpaComplianceViolation(String, StrictJpaComplianceViolation.Type) - Constructor for exception org.hibernate.query.sqm.StrictJpaComplianceViolation
 
StrictJpaComplianceViolation(StrictJpaComplianceViolation.Type) - Constructor for exception org.hibernate.query.sqm.StrictJpaComplianceViolation
 
StrictJpaComplianceViolation.Type - Enum in org.hibernate.query.sqm
 
strictMatching() - Method in annotation type org.hibernate.testing.RequiresDialect
Deprecated.
Used to indicate if the dialects should be matched strictly (classes equal) or non-strictly (instanceof).
strictMatching() - Method in annotation type org.hibernate.testing.SkipForDialect
Deprecated.
Used to indicate if the dialects should be matched strictly (classes equal) or non-strictly (instanceof).
STRING - org.hibernate.boot.jaxb.SourceType
 
STRING - org.hibernate.jpamodelgen.xml.jaxb.DiscriminatorType
 
STRING - org.hibernate.jpamodelgen.xml.jaxb.EnumType
 
STRING - org.hibernate.query.sqm.CastType
 
STRING - org.hibernate.query.sqm.produce.function.FunctionParameterType
 
STRING - Static variable in class org.hibernate.engine.config.spi.StandardConverters
 
STRING - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping String to JDBC VARCHAR.
STRING_BINDING - Static variable in class org.hibernate.type.descriptor.jdbc.ClobJdbcType
 
STRING_LITERAL - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
STRING_LITERAL - Static variable in class org.hibernate.grammars.hql.HqlParser
 
STRING_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
STRING_LITERAL - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
STRING_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.FormatContext
 
STRING_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.GeneralizedLiteralTextContext
 
STRING_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.GeneralizedLiteralTypeContext
 
STRING_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.GenericTemporalLiteralTextContext
 
STRING_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.JpaNonstandardFunctionNameContext
 
STRING_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.LikeEscapeContext
 
STRING_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.LiteralContext
 
STRING_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.PadCharacterContext
 
STRING_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.TrimCharacterContext
 
STRING_LITERAL() - Method in class org.hibernate.grammars.hql.HqlParser.ZoneIdContext
 
STRING_LITERAL() - Method in class org.hibernate.grammars.ordering.OrderingParser.LiteralContext
 
STRING_OR_CLOB - org.hibernate.query.sqm.produce.function.FunctionParameterType
 
StringBuilderSqlAppender - Class in org.hibernate.sql.ast.spi
Access to appending SQL fragments to a StringBuilder
StringBuilderSqlAppender() - Constructor for class org.hibernate.sql.ast.spi.StringBuilderSqlAppender
 
StringBuilderSqlAppender(StringBuilder) - Constructor for class org.hibernate.sql.ast.spi.StringBuilderSqlAppender
 
StringHelper - Class in org.hibernate.internal.util
 
StringHelper.Renderer<T> - Interface in org.hibernate.internal.util
 
StringJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for String handling.
StringJavaType() - Constructor for class org.hibernate.type.descriptor.java.StringJavaType
 
StringTools - Class in org.hibernate.envers.internal.tools
 
StringTools() - Constructor for class org.hibernate.envers.internal.tools.StringTools
 
StringUtil - Class in org.hibernate.jpamodelgen.util
 
stripCollectionElementMarker() - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
 
STRONG - org.hibernate.internal.util.collections.ConcurrentReferenceHashMap.ReferenceType
Indicates a normal Java strong reference should be used
stronger(EntityNameUse) - Method in class org.hibernate.persister.entity.EntityNameUse
 
stronger(EntityNameUse.UseKind) - Method in enum org.hibernate.persister.entity.EntityNameUse.UseKind
 
Struct - Annotation Type in org.hibernate.annotations
Specifies the UDT (user defined type) name for the annotated embeddable type or embedded attribute.
STRUCT - Static variable in class org.hibernate.type.SqlTypes
A type code representing the generic SQL type STRUCT.
StructHelper - Class in org.hibernate.dialect
A Helper for serializing and deserializing struct, based on an EmbeddableMappingType.
StructHelper() - Constructor for class org.hibernate.dialect.StructHelper
 
StructJdbcType - Class in org.hibernate.dialect
 
StructJdbcType(EmbeddableMappingType, String, int[]) - Constructor for class org.hibernate.dialect.StructJdbcType
 
structure(Object) - Method in interface org.hibernate.cache.spi.entry.CacheEntryStructure
Convert the cache item into its "structured" form.
structure(Object) - Method in class org.hibernate.cache.spi.entry.StructuredCacheEntry
 
structure(Object) - Method in class org.hibernate.cache.spi.entry.StructuredCollectionCacheEntry
 
structure(Object) - Method in class org.hibernate.cache.spi.entry.StructuredMapCacheEntry
 
structure(Object) - Method in class org.hibernate.cache.spi.entry.UnstructuredCacheEntry
 
StructuredCacheEntry - Class in org.hibernate.cache.spi.entry
Structured CacheEntry format for entities.
StructuredCacheEntry(EntityPersister) - Constructor for class org.hibernate.cache.spi.entry.StructuredCacheEntry
Constructs a StructuredCacheEntry strategy
StructuredCollectionCacheEntry - Class in org.hibernate.cache.spi.entry
Structured CacheEntry format for persistent collections (other than Maps, see StructuredMapCacheEntry).
StructuredMapCacheEntry - Class in org.hibernate.cache.spi.entry
Structured CacheEntry format for persistent Maps.
style - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchProfileType.JaxbHbmFetch
 
style - Variable in class org.hibernate.boot.jaxb.mapping.JaxbFetchProfile.JaxbFetch
 
style - Variable in class org.hibernate.boot.jaxb.mapping.JaxbUuidGenerator
 
style() - Method in annotation type org.hibernate.annotations.UuidGenerator
Specifies which style of UUID generation should be used.
SUB_NAME - Static variable in interface org.hibernate.bytecode.enhance.spi.interceptor.BytecodeInterceptorLogging
 
subclass - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
 
subclass - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
subclass - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
Subclass - Class in org.hibernate.mapping
A mapping model object that represents a subclass in an entity class inheritance hierarchy.
Subclass(PersistentClass, MetadataBuildingContext) - Constructor for class org.hibernate.mapping.Subclass
 
SUBCLASS - Static variable in class org.hibernate.persister.entity.Queryable.Declarer
Deprecated.
 
SUBCLASS_KEY - Static variable in class org.hibernate.cache.spi.entry.StructuredCacheEntry
 
SubclassEntitySource - Interface in org.hibernate.boot.model.source.spi
 
SubclassEntitySourceImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
SubclassEntitySourceImpl(MappingDocument, JaxbHbmEntityBaseDefinition, EntitySource) - Constructor for class org.hibernate.boot.model.source.internal.hbm.SubclassEntitySourceImpl
 
SubclassPersistentEntity - Class in org.hibernate.envers.boot.model
 
SubclassPersistentEntity(AuditTableData, PersistentClass) - Constructor for class org.hibernate.envers.boot.model.SubclassPersistentEntity
 
SubclassPropertyMapper - Class in org.hibernate.envers.internal.entities.mapper
A mapper which maps from a parent mapper and a "main" one, but adds only to the "main".
SubclassPropertyMapper(ExtendedPropertyMapper, ExtendedPropertyMapper) - Constructor for class org.hibernate.envers.internal.entities.mapper.SubclassPropertyMapper
 
subclassSubgraph - Variable in class org.hibernate.boot.jaxb.mapping.JaxbNamedEntityGraph
 
subclassSubgraph - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedEntityGraph
 
SubEntityInfo - Interface in org.hibernate.boot.jaxb.hbm.spi
Common interface for all sub-entity mappings.
subgraph - Variable in class org.hibernate.boot.jaxb.mapping.JaxbNamedAttributeNode
 
subgraph - Variable in class org.hibernate.boot.jaxb.mapping.JaxbNamedEntityGraph
 
subgraph - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedAttributeNode
 
subgraph - Variable in class org.hibernate.jpamodelgen.xml.jaxb.NamedEntityGraph
 
subGraph() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.AttributeNodeContext
 
subGraph() - Method in class org.hibernate.grammars.graph.GraphLanguageParser
 
SubGraph<J> - Interface in org.hibernate.graph
Extends the JPA-defined Subgraph with additional operations.
SubGraphContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.graph.GraphLanguageParser.SubGraphContext
 
SubGraphGenerator - Interface in org.hibernate.graph.internal.parse
 
SubGraphImpl<J> - Class in org.hibernate.graph.internal
Implementation of the JPA-defined Subgraph interface.
SubGraphImpl(AbstractGraph<J>, boolean) - Constructor for class org.hibernate.graph.internal.SubGraphImpl
 
SubGraphImpl(ManagedDomainType<J>, boolean) - Constructor for class org.hibernate.graph.internal.SubGraphImpl
 
SubGraphImplementor<J> - Interface in org.hibernate.graph.spi
Integration version of the SubGraph contract.
subList(int, int) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
 
subList(int, int) - Method in class org.hibernate.collection.spi.PersistentBag
 
subList(int, int) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
subList(int, int) - Method in class org.hibernate.collection.spi.PersistentList
 
subList(int, int) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.ListProxy
 
subLogger(String) - Static method in interface org.hibernate.envers.boot.EnversBootLogger
 
subLogger(String) - Static method in interface org.hibernate.query.hql.HqlLogging
 
subLogger(String) - Static method in interface org.hibernate.query.QueryLogging
 
subLogger(String) - Static method in interface org.hibernate.sql.results.LoadingLogger
 
subLogger(String) - Static method in interface org.hibernate.sql.results.ResultsLogger
 
subLogger(String, Class<T>) - Static method in interface org.hibernate.query.hql.HqlLogging
 
subLogger(String, Class<T>) - Static method in interface org.hibernate.query.QueryLogging
 
subLoggerName(String) - Static method in interface org.hibernate.envers.boot.EnversBootLogger
 
subLoggerName(String) - Static method in interface org.hibernate.query.hql.HqlLogging
 
subLoggerName(String) - Static method in interface org.hibernate.query.QueryLogging
 
subLoggerName(String) - Static method in interface org.hibernate.sql.results.LoadingLogger
 
subLoggerName(String) - Static method in interface org.hibernate.sql.results.ResultsLogger
 
subMap(K, K) - Method in class org.hibernate.collection.spi.PersistentSortedMap
 
subMap(K, K) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
subquery() - Method in class org.hibernate.grammars.hql.HqlParser.AnyFunctionContext
 
subquery() - Method in class org.hibernate.grammars.hql.HqlParser.EveryFunctionContext
 
subquery() - Method in class org.hibernate.grammars.hql.HqlParser.JoinSubqueryContext
 
subquery() - Method in class org.hibernate.grammars.hql.HqlParser.RootSubqueryContext
 
subquery() - Method in class org.hibernate.grammars.hql.HqlParser
 
subquery() - Method in class org.hibernate.grammars.hql.HqlParser.SubqueryExpressionContext
 
subquery() - Method in class org.hibernate.grammars.hql.HqlParser.SubqueryInListContext
 
subquery(Class<U>) - Method in class org.hibernate.query.criteria.CriteriaDefinition
 
subquery(Class<U>) - Method in interface org.hibernate.query.criteria.JpaCriteriaBase
 
subquery(Class<U>) - Method in class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
 
subquery(Class<U>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
subquery(Class<U>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
SUBQUERY - org.hibernate.dialect.GroupByConstantRenderingStrategy
Renders a subquery e.g.
SUBQUERY_ORDER_BY - org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
 
SubqueryContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.SubqueryContext
 
SubqueryExpressionContext(HqlParser.ExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.SubqueryExpressionContext
 
SubqueryInListContext(HqlParser.InListContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.SubqueryInListContext
 
subResolverException(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
subselect - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
subselect - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
subselect - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
subselect - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
subselect - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
subselect - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
subselect - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
subselect - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
subselect - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
 
subselect - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
subselect - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
Subselect - Annotation Type in org.hibernate.annotations
Maps an immutable and read-only entity to a given SQL select expression.
SUBSELECT - org.hibernate.annotations.FetchMode
Use a secondary select with a subselect that re-executes an initial query to load all instances of the related entity or collection at once, at some point after the initial query is executed.
SUBSELECT - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchStyleWithSubselectEnum
 
SUBSELECT - org.hibernate.boot.jaxb.mapping.JaxbPluralFetchMode
 
SUBSELECT - org.hibernate.engine.FetchStyle
Performs fetching of associated data (currently limited to only collections) based on the sql restriction used to load the owner.
SUBSELECT - org.hibernate.engine.profile.Fetch.Style
Deprecated.
Fetch via a subsequent subselect
subselectAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
subselectAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
subselectAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
subselectAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
subselectAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
subselectAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
subselectAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
subselectAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
subselectAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
 
subselectAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
subselectAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
SubselectFetch - Class in org.hibernate.engine.spi
Encapsulates details related to entities which contain sub-select-fetchable collections and which were loaded in a Session so that those collections may be sub-select fetched later during initialization
SubselectFetch(QuerySpec, TableGroup, JdbcParametersList, JdbcParameterBindings, Set<EntityKey>) - Constructor for class org.hibernate.engine.spi.SubselectFetch
 
SubselectFetch.RegistrationHandler - Interface in org.hibernate.engine.spi
 
SubselectFetch.StandardRegistrationHandler - Class in org.hibernate.engine.spi
 
subSequence(int, int) - Method in class org.hibernate.internal.util.SubSequence
 
subSequence(CharSequence, int, int) - Static method in class org.hibernate.internal.util.CharSequenceHelper
 
SubSequence - Class in org.hibernate.internal.util
 
SubSequence(CharSequence, int, int) - Constructor for class org.hibernate.internal.util.SubSequence
 
subSet(E, E) - Method in class org.hibernate.collection.spi.PersistentSortedSet
 
subSet(U, U) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedSetProxy
 
substituteBrackets(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
substituteBrackets(String) - Method in class org.hibernate.query.sql.internal.SQLQueryParser
 
substituteValuesIfNecessary(Object, Object, Object[], EntityPersister, SessionImplementor) - Method in class org.hibernate.event.internal.AbstractSaveEventListener
Perform any property value substitution that is necessary (interceptor callback, version initialization...)
substituteValuesIfNecessary(Object, Object, Object[], EntityPersister, SessionImplementor) - Method in class org.hibernate.event.internal.DefaultReplicateEventListener
Deprecated.
 
substr() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
subStream(InputStream, long, int) - Static method in class org.hibernate.type.descriptor.java.DataHelper
Extract a portion of the bytes from the given stream, wrapping them in a new stream.
subStream(InputStream, long, int) - Static method in class org.hibernate.type.descriptor.java.LobStreamDataHelper
Extract a portion of the bytes from the given stream., wrapping them in a new stream.
subStream(Reader, long, int) - Static method in class org.hibernate.type.descriptor.java.DataHelper
Extract a portion of a reader, wrapping the portion in a new reader.
subStream(Reader, long, int) - Static method in class org.hibernate.type.descriptor.java.LobStreamDataHelper
Extract a portion of a reader, wrapping the portion in a new reader.
substring() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Not the same as ANSI-style substring!
substring(Expression<String>, int) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
substring(Expression<String>, int) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
substring(Expression<String>, int) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
substring(Expression<String>, int) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
substring(Expression<String>, int, int) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
substring(Expression<String>, int, int) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
substring(Expression<String>, int, int) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
substring(Expression<String>, int, int) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
substring(Expression<String>, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
substring(Expression<String>, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
substring(Expression<String>, Expression<Integer>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
substring(Expression<String>, Expression<Integer>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
substring(Expression<String>, Expression<Integer>, Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
substring(Expression<String>, Expression<Integer>, Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
substring(Expression<String>, Expression<Integer>, Expression<Integer>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
substring(Expression<String>, Expression<Integer>, Expression<Integer>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
SUBSTRING - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
SUBSTRING - Static variable in class org.hibernate.grammars.hql.HqlParser
 
SUBSTRING() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
SUBSTRING() - Method in class org.hibernate.grammars.hql.HqlParser.SubstringFunctionContext
 
substring_substr() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Oracle, and many others
substring_substringLen() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Transact SQL-style (3 required args)
substringFromFor() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
ANSI-style substring
substringFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
substringFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
SubstringFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.SubstringFunctionContext
 
substringFunctionLengthArgument() - Method in class org.hibernate.grammars.hql.HqlParser.SubstringFunctionContext
 
substringFunctionLengthArgument() - Method in class org.hibernate.grammars.hql.HqlParser
 
SubstringFunctionLengthArgumentContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.SubstringFunctionLengthArgumentContext
 
substringFunctionStartArgument() - Method in class org.hibernate.grammars.hql.HqlParser.SubstringFunctionContext
 
substringFunctionStartArgument() - Method in class org.hibernate.grammars.hql.HqlParser
 
SubstringFunctionStartArgumentContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.SubstringFunctionStartArgumentContext
 
subStringNullIfEmpty(String, Character) - Static method in class org.hibernate.internal.util.StringHelper
 
SubSystemLogging - Annotation Type in org.hibernate.internal.log
Used to annotate classes which define sub-system style logging where loggers are hierarchically defined around functionalities rather than class and package names
subtract(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
subtract(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
subtract(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
subtract(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Perform a subtraction
SUBTRACT - org.hibernate.query.sqm.BinaryArithmeticOperator
 
subtractDuration(Expression<T>, Expression<Duration>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Subtract a duration to a date or datetime, that is, return an earlier date or datetime which is separated from the given date or datetime by the given duration.
subtractDuration(Expression<T>, Expression<Duration>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
subtractDuration(Expression<T>, Expression<Duration>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
subtractDuration(Expression<T>, Duration) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Subtract a duration to a date or datetime, that is, return an earlier date or datetime which is separated from the given date or datetime by the given duration.
subtractDuration(Expression<T>, Duration) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
subtractDuration(Expression<T>, Duration) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
subtractDuration(T, Expression<Duration>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Subtract a duration to a date or datetime, that is, return an earlier date or datetime which is separated from the given date or datetime by the given duration.
subtractDuration(T, Expression<Duration>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
subtractDuration(T, Expression<Duration>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
subType() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.SubGraphContext
 
subType() - Method in class org.hibernate.grammars.graph.GraphLanguageParser
 
SubTypeContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.graph.GraphLanguageParser.SubTypeContext
 
success() - Method in interface org.hibernate.metamodel.mapping.internal.AbstractEmbeddableMapping.SuccessfulCompletionCallback
 
successfulTransactions(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
suffix(String[], String) - Static method in class org.hibernate.internal.util.StringHelper
 
sum(Expression<? extends N>, Expression<? extends N>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
sum(Expression<? extends N>, Expression<? extends N>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
sum(Expression<? extends N>, Expression<? extends N>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
sum(Expression<? extends N>, Expression<? extends N>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
sum(Expression<? extends N>, N) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
sum(Expression<? extends N>, N) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
sum(Expression<? extends N>, N) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
sum(Expression<? extends N>, N) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
sum(Expression<N>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
sum(Expression<N>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
sum(Expression<N>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
sum(Expression<N>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
sum(Expression<N>, JpaPredicate) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
sum(Expression<N>, JpaPredicate) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
sum(Expression<N>, JpaPredicate) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
sum(Expression<N>, JpaPredicate, JpaWindow) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create a sum aggregate function expression.
sum(Expression<N>, JpaPredicate, JpaWindow) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
sum(Expression<N>, JpaPredicate, JpaWindow) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
sum(Expression<N>, JpaWindow) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
sum(Expression<N>, JpaWindow) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
sum(Expression<N>, JpaWindow) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
sum(N, Expression<? extends N>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
sum(N, Expression<? extends N>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
sum(N, Expression<? extends N>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
sum(N, Expression<? extends N>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
SUM - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
SUM - Static variable in class org.hibernate.grammars.hql.HqlParser
 
SUM() - Method in class org.hibernate.grammars.hql.HqlParser.ElementAggregateFunctionContext
 
SUM() - Method in class org.hibernate.grammars.hql.HqlParser.IndexAggregateFunctionContext
 
SUM() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
sumAsDouble(Expression<Float>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
sumAsDouble(Expression<Float>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
sumAsDouble(Expression<Float>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
sumAsDouble(Expression<Float>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
sumAsLong(Expression<Integer>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
sumAsLong(Expression<Integer>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
sumAsLong(Expression<Integer>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
sumAsLong(Expression<Integer>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
Summarization - Class in org.hibernate.sql.ast.tree.expression
 
Summarization(Summarization.Kind, List<Expression>) - Constructor for class org.hibernate.sql.ast.tree.expression.Summarization
 
Summarization.Kind - Enum in org.hibernate.sql.ast.tree.expression
 
SunOneJtaPlatform - Class in org.hibernate.engine.transaction.jta.platform.internal
JtaPlatform implementation for Sun ONE Application Server 7 and above
SunOneJtaPlatform() - Constructor for class org.hibernate.engine.transaction.jta.platform.internal.SunOneJtaPlatform
 
SUPERCLASS - Static variable in class org.hibernate.persister.entity.Queryable.Declarer
Deprecated.
 
SupportCatalogCreation() - Constructor for class org.hibernate.testing.DialectChecks.SupportCatalogCreation
 
SupportCatalogCreation() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportCatalogCreation
 
SupportDropConstraints() - Constructor for class org.hibernate.testing.DialectChecks.SupportDropConstraints
 
SupportDropConstraints() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportDropConstraints
 
SupportFollowOnLocking() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportFollowOnLocking
 
SupportLimitAndOffsetCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportLimitAndOffsetCheck
 
SupportLimitAndOffsetCheck() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportLimitAndOffsetCheck
 
SupportLimitCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportLimitCheck
 
SupportLimitCheck() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportLimitCheck
 
SupportNoWait() - Constructor for class org.hibernate.testing.DialectChecks.SupportNoWait
 
SupportNoWait() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportNoWait
 
SupportNullPrecedence() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportNullPrecedence
 
SupportPartitionBy() - Constructor for class org.hibernate.testing.DialectChecks.SupportPartitionBy
 
SupportPartitionBy() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportPartitionBy
 
supportsAggressiveRelease() - Method in class org.hibernate.agroal.internal.AgroalConnectionProvider
 
supportsAggressiveRelease() - Method in class org.hibernate.c3p0.internal.C3P0ConnectionProvider
 
supportsAggressiveRelease() - Method in class org.hibernate.engine.jdbc.connections.internal.DatasourceConnectionProviderImpl
 
supportsAggressiveRelease() - Method in class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl
 
supportsAggressiveRelease() - Method in class org.hibernate.engine.jdbc.connections.internal.UserSuppliedConnectionProviderImpl
 
supportsAggressiveRelease() - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
 
supportsAggressiveRelease() - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
 
supportsAggressiveRelease() - Method in interface org.hibernate.engine.jdbc.connections.spi.ConnectionProvider
Does this connection provider support aggressive release of JDBC connections and later re-acquisition of those connections if needed?
supportsAggressiveRelease() - Method in interface org.hibernate.engine.jdbc.connections.spi.JdbcConnectionAccess
Does the underlying provider of connections support aggressive releasing of connections (and re-acquisition of those connections later, if need be) in JTA environments?
supportsAggressiveRelease() - Method in interface org.hibernate.engine.jdbc.connections.spi.MultiTenantConnectionProvider
Does this connection provider support aggressive release of JDBC connections and later re-acquisition of those connections if needed?
supportsAggressiveRelease() - Method in class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.ConnectionProviderJdbcConnectionAccess
 
supportsAggressiveRelease() - Method in class org.hibernate.engine.jdbc.env.internal.JdbcEnvironmentInitiator.MultiTenantConnectionProviderJdbcConnectionAccess
 
supportsAggressiveRelease() - Method in class org.hibernate.hikaricp.internal.HikariCPConnectionProvider
 
supportsAggressiveRelease() - Method in class org.hibernate.internal.ContextualJdbcConnectionAccess
 
supportsAggressiveRelease() - Method in class org.hibernate.internal.NonContextualJdbcConnectionAccess
 
supportsAggressiveRelease() - Method in class org.hibernate.proxool.internal.ProxoolConnectionProvider
 
supportsAggressiveRelease() - Method in class org.hibernate.testing.boot.JdbcConnectionAccessImpl
 
supportsAggressiveRelease() - Method in class org.hibernate.testing.jdbc.ConnectionProviderDelegate
 
supportsAggressiveRelease() - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl
 
supportsAggressiveRelease() - Method in class org.hibernate.tool.schema.internal.exec.JdbcConnectionAccessConnectionProviderImpl
 
supportsAggressiveRelease() - Method in class org.hibernate.tool.schema.internal.exec.JdbcConnectionAccessProvidedConnectionImpl
 
supportsAggressiveRelease() - Method in class org.hibernate.vibur.internal.ViburDBCPConnectionProvider
 
supportsAlterColumnType() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsAlterColumnType() - Method in class org.hibernate.dialect.Dialect
Does this dialect support modifying the type of an existing column?
supportsAlterColumnType() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
supportsAlterColumnType() - Method in class org.hibernate.dialect.H2Dialect
 
supportsAlterColumnType() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsAlterColumnType() - Method in class org.hibernate.dialect.OracleDialect
 
supportsAlterColumnType() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
supportsAlterColumnType() - Method in class org.hibernate.dialect.SQLServerDialect
 
supportsAlterColumnType() - Method in class org.hibernate.dialect.SybaseDialect
 
supportsAnalysis() - Method in interface org.hibernate.dialect.FunctionalDependencyAnalysisSupport
Supports primary key functional dependency analysis
supportsAnalysis() - Method in class org.hibernate.dialect.FunctionalDependencyAnalysisSupportImpl
 
supportsArrayConstructor() - Method in class org.hibernate.dialect.CockroachSqlAstTranslator
 
supportsArrayConstructor() - Method in class org.hibernate.dialect.H2SqlAstTranslator
 
supportsArrayConstructor() - Method in class org.hibernate.dialect.HSQLSqlAstTranslator
 
supportsArrayConstructor() - Method in class org.hibernate.dialect.PostgreSQLSqlAstTranslator
 
supportsArrayConstructor() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
Whether the SQL array constructor is supported.
SupportsArrayDataTypes() - Constructor for class org.hibernate.testing.DialectChecks.SupportsArrayDataTypes
 
supportsAsciiStringTypes() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsAsciiStringTypes() - Method in class org.hibernate.dialect.HANACloudColumnStoreDialect
Deprecated.
 
supportsAsciiStringTypes() - Method in class org.hibernate.dialect.HANAColumnStoreDialect
 
supportsAsciiStringTypes() - Method in class org.hibernate.dialect.HANARowStoreDialect
 
supportsBatchUpdates() - Method in class org.hibernate.dialect.Dialect
Whether this Dialect supports batch updates.
supportsBatchUpdates() - Method in class org.hibernate.engine.jdbc.env.internal.ExtractedDatabaseMetaDataImpl
 
supportsBatchUpdates() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
Did the driver report to supporting batched updates?
supportsBindAsCallableArgument() - Method in class org.hibernate.dialect.Dialect
Does this dialect support using a JDBC bind parameter as an argument to a function or procedure call?
supportsBindAsCallableArgument() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
supportsBitType() - Method in class org.hibernate.dialect.Dialect
Does this dialect have a true SQL BIT type with just two values (0 and 1) or, even better, a proper SQL BOOLEAN type, or does Types.BIT get mapped to a numeric type with more than two values?
supportsBitType() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
supportsBitType() - Method in class org.hibernate.dialect.OracleDialect
Oracle has neither BIT nor BOOLEAN.
supportsBitType() - Method in class org.hibernate.dialect.SybaseASEDialect
The Sybase ASE BIT type does not allow null values, so we don't use it.
supportsBulkInsertionIdentifierGeneration() - Method in interface org.hibernate.id.BulkInsertionCapableIdentifierGenerator
Given the configuration of this generator, is identifier generation as part of bulk insertion supported?
supportsBulkInsertionIdentifierGeneration() - Method in class org.hibernate.id.enhanced.SequenceStyleGenerator
 
supportsCascadeDelete() - Method in class org.hibernate.dialect.Dialect
Does this dialect support on delete actions in foreign key definitions?
supportsCascadeDelete() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
supportsCascadeDelete() - Method in class org.hibernate.dialect.InnoDBStorageEngine
 
supportsCascadeDelete() - Method in class org.hibernate.dialect.MyISAMStorageEngine
 
supportsCascadeDelete() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsCascadeDelete() - Method in interface org.hibernate.dialect.MySQLStorageEngine
 
supportsCascadeDelete() - Method in class org.hibernate.dialect.SpannerDialect
 
supportsCascadeDelete() - Method in class org.hibernate.dialect.SybaseASEDialect
 
supportsCascadeDelete() - Method in class org.hibernate.dialect.TiDBDialect
 
SupportsCascadeDeleteCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportsCascadeDeleteCheck
 
SupportsCascadeDeleteCheck() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsCascadeDeleteCheck
 
supportsCaseInsensitiveLike() - Method in class org.hibernate.dialect.CockroachDialect
 
supportsCaseInsensitiveLike() - Method in class org.hibernate.dialect.Dialect
Does this dialect support case-insensitive LIKE comparisons?
supportsCaseInsensitiveLike() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
supportsCaseInsensitiveLike() - Method in class org.hibernate.dialect.H2Dialect
 
supportsCaseInsensitiveLike() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
SupportsCaseInsensitiveLike() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsCaseInsensitiveLike
 
supportsCatalogs() - Method in enum org.hibernate.engine.jdbc.env.spi.NameQualifierSupport
 
SupportsCharCodeConversion() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsCharCodeConversion
 
SupportSchemaCreation() - Constructor for class org.hibernate.testing.DialectChecks.SupportSchemaCreation
 
SupportSchemaCreation() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportSchemaCreation
 
SupportsCircularCascadeDeleteCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportsCircularCascadeDeleteCheck
 
SupportsCircularCascadeDeleteCheck() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsCircularCascadeDeleteCheck
 
supportsCircularCascadeDeleteConstraints() - Method in class org.hibernate.dialect.Dialect
Does this dialect support definition of cascade delete constraints which can cause circular chains?
supportsCircularCascadeDeleteConstraints() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
supportsCircularCascadeDeleteConstraints() - Method in class org.hibernate.dialect.SpannerDialect
 
supportsCircularCascadeDeleteConstraints() - Method in class org.hibernate.dialect.SQLServerDialect
 
supportsColumnCheck() - Method in class org.hibernate.dialect.AbstractHANADialect
HANA currently does not support check constraints.
supportsColumnCheck() - Method in class org.hibernate.dialect.Dialect
Does this dialect support column-level check constraints?
supportsColumnCheck() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
supportsColumnCheck() - Method in class org.hibernate.dialect.MariaDBDialect
 
supportsColumnCheck() - Method in class org.hibernate.dialect.MySQLDialect
 
SupportsColumnCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportsColumnCheck
 
SupportsColumnCheck() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsColumnCheck
 
supportsCommentOn() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsCommentOn() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsCommentOn() - Method in class org.hibernate.dialect.DerbyDialect
 
supportsCommentOn() - Method in class org.hibernate.dialect.Dialect
Does this dialect support commenting on tables and columns?
supportsCommentOn() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
supportsCommentOn() - Method in class org.hibernate.dialect.H2Dialect
 
supportsCommentOn() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsCommentOn() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsCommentOn() - Method in class org.hibernate.dialect.OracleDialect
 
supportsCommentOn() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
SupportsCommentOn() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsCommentOn
 
supportsComponentCheckConstraints() - Method in interface org.hibernate.dialect.aggregate.AggregateSupport
Returns whether the database supports the use of a check constraint on tables, to implement not-null and other constraints of an aggregate type.
supportsComponentCheckConstraints() - Method in class org.hibernate.dialect.aggregate.AggregateSupportImpl
 
supportsComponentCheckConstraints() - Method in class org.hibernate.dialect.aggregate.OracleAggregateSupport
 
supportsConstants() - Method in interface org.hibernate.dialect.FunctionalDependencyAnalysisSupport
Also supports functional dependency analysis for constant values other than table columns
supportsConstants() - Method in class org.hibernate.dialect.FunctionalDependencyAnalysisSupportImpl
 
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.CockroachDialect
 
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.DerbyDialect
 
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.Dialect
Does this dialect support some way to retrieve the current timestamp value from the database?
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.H2Dialect
 
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.OracleDialect
 
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
supportsCurrentTimestampSelection() - Method in class org.hibernate.dialect.SpannerDialect
 
supportsDataDefinitionInTransaction() - Method in class org.hibernate.engine.jdbc.env.internal.ExtractedDatabaseMetaDataImpl
 
supportsDataDefinitionInTransaction() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
Did the driver report to support performing DDL within transactions?
supportsDistinctFromPredicate() - Method in class org.hibernate.dialect.CockroachDialect
 
supportsDistinctFromPredicate() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsDistinctFromPredicate() - Method in class org.hibernate.dialect.DB2iDialect
 
supportsDistinctFromPredicate() - Method in class org.hibernate.dialect.DB2zDialect
 
supportsDistinctFromPredicate() - Method in class org.hibernate.dialect.Dialect
Does this dialect support some kind of distinct from predicate?
supportsDistinctFromPredicate() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
supportsDistinctFromPredicate() - Method in class org.hibernate.dialect.H2Dialect
 
supportsDistinctFromPredicate() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsDistinctFromPredicate() - Method in class org.hibernate.dialect.MariaDBSqlAstTranslator
 
supportsDistinctFromPredicate() - Method in class org.hibernate.dialect.MySQLSqlAstTranslator
 
supportsDistinctFromPredicate() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
supportsDistinctFromPredicate() - Method in class org.hibernate.dialect.SQLServerDialect
 
supportsDistinctFromPredicate() - Method in class org.hibernate.dialect.SybaseASEDialect
 
supportsDistinctFromPredicate() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
Is this SQL dialect known to support some kind of distinct from predicate.
supportsDuplicateSelectItemsInQueryGroup() - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
supportsDuplicateSelectItemsInQueryGroup() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
supportsEntityNameUsage() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
supportsEntityNameUsage() - Method in interface org.hibernate.sql.ast.spi.SqlAstCreationState
 
supportsExistsInSelect() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsExistsInSelect() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
supportsExistsInSelect() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsExistsInSelect() - Method in class org.hibernate.dialect.DerbyDialect
 
supportsExistsInSelect() - Method in class org.hibernate.dialect.Dialect
Does the dialect support an exists statement in the select clause?
supportsExistsInSelect() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
supportsExistsInSelect() - Method in class org.hibernate.dialect.OracleDialect
 
SupportsExistsInSelectCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportsExistsInSelectCheck
 
SupportsExistsInSelectCheck() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsExistsInSelectCheck
 
supportsExpectedLobUsagePattern() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsExpectedLobUsagePattern() - Method in class org.hibernate.dialect.Dialect
"Expected" LOB usage pattern is such that I can perform an insert via prepared statement with a parameter binding for a LOB value without crazy casting to JDBC driver implementation-specific classes.
supportsExpectedLobUsagePattern() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
SupportsExpectedLobUsagePattern() - Constructor for class org.hibernate.testing.DialectChecks.SupportsExpectedLobUsagePattern
 
SupportsExpectedLobUsagePattern() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsExpectedLobUsagePattern
 
supportsFetchClause(FetchClauseType) - Method in class org.hibernate.dialect.Dialect
Does this dialect support the given FETCH clause type.
supportsFetchClause(FetchClauseType) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
supportsFetchClause(FetchClauseType) - Method in class org.hibernate.dialect.H2Dialect
 
supportsFetchClause(FetchClauseType) - Method in class org.hibernate.dialect.OracleDialect
 
supportsFetchClause(FetchClauseType) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
supportsFetchClause(FetchClauseType) - Method in class org.hibernate.dialect.SQLServerDialect
 
supportsFilterClause() - Method in class org.hibernate.dialect.HSQLSqlAstTranslator
 
supportsFilterClause() - Method in class org.hibernate.dialect.PostgreSQLSqlAstTranslator
 
supportsFilterClause() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
supportsFilterClause() - Method in interface org.hibernate.sql.ast.SqlAstTranslator
Whether the FILTER clause for aggregate functions is supported.
SupportsFilterClause() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsFilterClause
 
SupportsFormat() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsFormat
 
supportsFractionalTimestampArithmetic() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsFractionalTimestampArithmetic() - Method in class org.hibernate.dialect.Dialect
Whether the database supports adding a fractional interval to a timestamp, for example timestamp + 0.5 second.
supportsFractionalTimestampArithmetic() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
supportsFractionalTimestampArithmetic() - Method in class org.hibernate.dialect.SybaseDialect
 
SupportsFullJoin() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsFullJoin
 
supportsGetGeneratedKeys() - Method in class org.hibernate.engine.jdbc.env.internal.ExtractedDatabaseMetaDataImpl
 
supportsGetGeneratedKeys() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
Did the driver report to supporting retrieval of generated keys?
SupportsGroupByGroupingSets() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsGroupByGroupingSets
 
SupportsGroupByRollup() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsGroupByRollup
 
SupportsHypotheticalSetFunctions() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsHypotheticalSetFunctions
 
supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.AbstractTransactSQLIdentityColumnSupport
 
supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.CockroachDBIdentityColumnSupport
 
supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.DB2IdentityColumnSupport
 
supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.H2IdentityColumnSupport
 
supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.HANAIdentityColumnSupport
 
supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.HSQLIdentityColumnSupport
 
supportsIdentityColumns() - Method in interface org.hibernate.dialect.identity.IdentityColumnSupport
Does this dialect support identity column key generation?
supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.IdentityColumnSupportImpl
 
supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.MySQLIdentityColumnSupport
 
supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.Oracle12cIdentityColumnSupport
 
supportsIdentityColumns() - Method in class org.hibernate.dialect.identity.PostgreSQLIdentityColumnSupport
 
SupportsIdentityColumns() - Constructor for class org.hibernate.testing.DialectChecks.SupportsIdentityColumns
 
SupportsIdentityColumns() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsIdentityColumns
 
supportsIfExistsAfterAlterTable() - Method in class org.hibernate.dialect.CockroachDialect
 
supportsIfExistsAfterAlterTable() - Method in class org.hibernate.dialect.Dialect
For an alter table, can the phrase if exists be applied?
supportsIfExistsAfterAlterTable() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
supportsIfExistsAfterAlterTable() - Method in class org.hibernate.dialect.H2Dialect
 
supportsIfExistsAfterAlterTable() - Method in class org.hibernate.dialect.MariaDBDialect
 
supportsIfExistsAfterAlterTable() - Method in class org.hibernate.dialect.OracleDialect
 
supportsIfExistsAfterAlterTable() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
supportsIfExistsAfterConstraintName() - Method in class org.hibernate.dialect.Dialect
For dropping a constraint with an alter table, can the phrase if exists be applied after the constraint name?
supportsIfExistsAfterConstraintName() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
supportsIfExistsAfterTableName() - Method in class org.hibernate.dialect.Dialect
For dropping a table, can the phrase if exists be applied after the table name?
supportsIfExistsAfterTableName() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
supportsIfExistsAfterTableName() - Method in class org.hibernate.dialect.H2Dialect
 
supportsIfExistsAfterTableName() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsIfExistsAfterTypeName() - Method in class org.hibernate.dialect.Dialect
For dropping a type, can the phrase if exists be applied after the type name?
supportsIfExistsAfterTypeName() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
supportsIfExistsBeforeConstraintName() - Method in class org.hibernate.dialect.CockroachDialect
 
supportsIfExistsBeforeConstraintName() - Method in class org.hibernate.dialect.Dialect
For dropping a constraint with an alter table statement, can the phrase if exists be applied before the constraint name?
supportsIfExistsBeforeConstraintName() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
supportsIfExistsBeforeConstraintName() - Method in class org.hibernate.dialect.H2Dialect
 
supportsIfExistsBeforeConstraintName() - Method in class org.hibernate.dialect.MariaDBDialect
 
supportsIfExistsBeforeConstraintName() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
supportsIfExistsBeforeConstraintName() - Method in class org.hibernate.dialect.SQLServer2016Dialect
Deprecated.
 
supportsIfExistsBeforeConstraintName() - Method in class org.hibernate.dialect.SQLServerDialect
 
supportsIfExistsBeforeTableName() - Method in class org.hibernate.dialect.CockroachDialect
 
supportsIfExistsBeforeTableName() - Method in class org.hibernate.dialect.Dialect
For dropping a table, can the phrase if exists be applied before the table name?
supportsIfExistsBeforeTableName() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
supportsIfExistsBeforeTableName() - Method in class org.hibernate.dialect.H2Dialect
 
supportsIfExistsBeforeTableName() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsIfExistsBeforeTableName() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsIfExistsBeforeTableName() - Method in class org.hibernate.dialect.OracleDialect
 
supportsIfExistsBeforeTableName() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
supportsIfExistsBeforeTableName() - Method in class org.hibernate.dialect.SQLServer2016Dialect
Deprecated.
 
supportsIfExistsBeforeTableName() - Method in class org.hibernate.dialect.SQLServerDialect
 
supportsIfExistsBeforeTypeName() - Method in class org.hibernate.dialect.Dialect
For dropping a type, can the phrase if exists be applied before the type name?
supportsIfExistsBeforeTypeName() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
supportsIfExistsBeforeTypeName() - Method in class org.hibernate.dialect.OracleDialect
 
supportsIfExistsBeforeTypeName() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
supportsInsertReturning() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsInsertReturning() - Method in class org.hibernate.dialect.Dialect
Does this dialect fully support returning arbitrary generated column values after execution of an insert statement, using native SQL syntax?
supportsInsertReturning() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
supportsInsertReturning() - Method in class org.hibernate.dialect.H2Dialect
 
supportsInsertReturning() - Method in class org.hibernate.dialect.MariaDBDialect
 
supportsInsertReturning() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
supportsInsertReturningGeneratedKeys() - Method in class org.hibernate.dialect.Dialect
Does this dialect fully support returning arbitrary generated column values after execution of an insert statement, using the JDBC method Connection.prepareStatement(String, String[]).
supportsInsertReturningGeneratedKeys() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
supportsInsertReturningGeneratedKeys() - Method in class org.hibernate.dialect.OracleDialect
 
supportsInsertSelectIdentity() - Method in class org.hibernate.dialect.identity.AbstractTransactSQLIdentityColumnSupport
 
supportsInsertSelectIdentity() - Method in class org.hibernate.dialect.identity.DB2IdentityColumnSupport
 
supportsInsertSelectIdentity() - Method in class org.hibernate.dialect.identity.H2FinalTableIdentityColumnSupport
 
supportsInsertSelectIdentity() - Method in interface org.hibernate.dialect.identity.IdentityColumnSupport
Does the dialect support some form of inserting and selecting the generated IDENTITY value all in the same statement.
supportsInsertSelectIdentity() - Method in class org.hibernate.dialect.identity.IdentityColumnSupportImpl
 
supportsIntersect() - Method in class org.hibernate.dialect.MariaDBSqlAstTranslator
 
supportsIntersect() - Method in class org.hibernate.dialect.MySQLSqlAstTranslator
 
supportsIntersect() - Method in class org.hibernate.dialect.SybaseASESqlAstTranslator
 
supportsIntersect() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
SupportsInverseDistributionFunctions() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsInverseDistributionFunctions
 
supportsIsTrue() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsIsTrue() - Method in class org.hibernate.dialect.Dialect
Does this dialect support the is true and is false operators?
supportsIsTrue() - Method in class org.hibernate.dialect.H2Dialect
 
supportsIsTrue() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsIsTrue() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
supportsJdbcBatchInserts() - Method in interface org.hibernate.id.IdentifierGenerator
Deprecated.
this method is no longer called
supportsJdbcConnectionLobCreation(DatabaseMetaData) - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsJdbcConnectionLobCreation(DatabaseMetaData) - Method in class org.hibernate.dialect.Dialect
Check whether the JDBC Connection supports creating LOBs via Connection.createBlob(), Connection.createNClob(), or Connection.createClob().
supportsJdbcConnectionLobCreation(DatabaseMetaData) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
supportsJdbcConnectionLobCreation(DatabaseMetaData) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
SupportsJdbcDriverProxying() - Constructor for class org.hibernate.testing.DialectChecks.SupportsJdbcDriverProxying
 
SupportsJdbcDriverProxying() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsJdbcDriverProxying
 
supportsJoinInMutationStatementSubquery() - Method in class org.hibernate.dialect.DerbySqlAstTranslator
 
supportsJoinInMutationStatementSubquery() - Method in class org.hibernate.dialect.H2SqlAstTranslator
 
supportsJoinInMutationStatementSubquery() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
If the dialect supports using joins in mutation statement subquery that could also use columns from the mutation target table
SupportsJsonAggregate() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsJsonAggregate
 
SupportsJsonComponentUpdate() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsJsonComponentUpdate
 
supportsLateral() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsLateral() - Method in class org.hibernate.dialect.CockroachDialect
 
supportsLateral() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsLateral() - Method in class org.hibernate.dialect.DB2iDialect
 
supportsLateral() - Method in class org.hibernate.dialect.DB2zDialect
 
supportsLateral() - Method in class org.hibernate.dialect.Dialect
Does this dialect support the SQL lateral keyword or a proprietary alternative?
supportsLateral() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
supportsLateral() - Method in class org.hibernate.dialect.HANACloudColumnStoreDialect
Deprecated.
 
supportsLateral() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsLateral() - Method in class org.hibernate.dialect.MariaDBDialect
 
supportsLateral() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsLateral() - Method in class org.hibernate.dialect.OracleDialect
 
supportsLateral() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
supportsLateral() - Method in class org.hibernate.dialect.SQLServerDialect
 
supportsLimit() - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
 
supportsLimit() - Method in class org.hibernate.dialect.pagination.AbstractNoOffsetLimitHandler
 
supportsLimit() - Method in class org.hibernate.dialect.pagination.AbstractSimpleLimitHandler
 
supportsLimit() - Method in class org.hibernate.dialect.pagination.LegacyDB2LimitHandler
 
supportsLimit() - Method in class org.hibernate.dialect.pagination.LegacyOracleLimitHandler
 
supportsLimit() - Method in interface org.hibernate.dialect.pagination.LimitHandler
Does this handler support limiting query results?
supportsLimit() - Method in class org.hibernate.dialect.pagination.OffsetFetchLimitHandler
 
supportsLimit() - Method in class org.hibernate.dialect.pagination.Oracle12LimitHandler
 
supportsLimit() - Method in class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
 
supportsLimitOffset() - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
 
supportsLimitOffset() - Method in class org.hibernate.dialect.pagination.AbstractNoOffsetLimitHandler
 
supportsLimitOffset() - Method in interface org.hibernate.dialect.pagination.LimitHandler
Does this handler support combinations of limit and offset?
supportsLobValueChangePropagation() - Method in class org.hibernate.dialect.CockroachDialect
 
supportsLobValueChangePropagation() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsLobValueChangePropagation() - Method in class org.hibernate.dialect.DerbyDialect
 
supportsLobValueChangePropagation() - Method in class org.hibernate.dialect.Dialect
Does the dialect support propagating changes to LOB values back to the database? Talking about mutating the internal value of the locator, as opposed to supplying a new locator instance.
supportsLobValueChangePropagation() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
supportsLobValueChangePropagation() - Method in class org.hibernate.dialect.H2Dialect
 
supportsLobValueChangePropagation() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsLobValueChangePropagation() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsLobValueChangePropagation() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
supportsLobValueChangePropagation() - Method in class org.hibernate.dialect.SQLServerDialect
 
supportsLobValueChangePropagation() - Method in class org.hibernate.dialect.SybaseASEDialect
 
SupportsLobValueChangePropagation() - Constructor for class org.hibernate.testing.DialectChecks.SupportsLobValueChangePropagation
 
SupportsLobValueChangePropogation() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsLobValueChangePropogation
 
supportsLockTimeouts() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsLockTimeouts() - Method in class org.hibernate.dialect.DerbyDialect
 
supportsLockTimeouts() - Method in class org.hibernate.dialect.Dialect
Does this dialect support specifying timeouts when requesting locks.
supportsLockTimeouts() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
supportsLockTimeouts() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsLockTimeouts() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsLockTimeouts() - Method in class org.hibernate.dialect.SpannerDialect
 
supportsLockTimeouts() - Method in class org.hibernate.dialect.SybaseASEDialect
 
SupportsLockTimeouts() - Constructor for class org.hibernate.testing.DialectChecks.SupportsLockTimeouts
 
SupportsLockTimeouts() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsLockTimeouts
 
supportsMaterializedLobAccess() - Method in class org.hibernate.dialect.Dialect
supportsMaterializedLobAccess() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
supportsMaterializedLobAccess() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
SupportsMedian() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsMedian
 
supportsMinMaxOnUuid() - Method in class org.hibernate.dialect.PostgreSQLDialect
Whether PostgreSQL supports min(uuid)/max(uuid), which it doesn't by default.
supportsNamedParameters() - Method in class org.hibernate.engine.jdbc.env.internal.ExtractedDatabaseMetaDataImpl
 
supportsNamedParameters() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
Does the driver report supporting named parameters?
supportsNamedParameters(DatabaseMetaData) - Method in class org.hibernate.dialect.Dialect
supportsNamedParameters(DatabaseMetaData) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
supportsNamedParameters(DatabaseMetaData) - Method in class org.hibernate.dialect.HSQLDialect
 
supportsNamedParameters(DatabaseMetaData) - Method in class org.hibernate.dialect.OracleDialect
 
supportsNamedParameters(DatabaseMetaData) - Method in class org.hibernate.dialect.SQLServerDialect
 
supportsNamedParameters(DatabaseMetaData) - Method in class org.hibernate.dialect.SybaseDialect
 
SupportsNationalizedData() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsNationalizedData
 
SupportsNationalizedDataTypes() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsNationalizedDataTypes
 
SupportsNClob() - Constructor for class org.hibernate.testing.DialectChecks.SupportsNClob
 
supportsNestedSubqueryCorrelation() - Method in class org.hibernate.dialect.MariaDBSqlAstTranslator
 
supportsNestedSubqueryCorrelation() - Method in class org.hibernate.dialect.MySQLSqlAstTranslator
 
supportsNestedSubqueryCorrelation() - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
supportsNestedSubqueryCorrelation() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
supportsNestedWithClause() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
Whether the SQL with clause is supported within a CTE.
SupportsNoColumnInsert() - Constructor for class org.hibernate.testing.DialectChecks.SupportsNoColumnInsert
 
SupportsNoColumnInsert() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsNoColumnInsert
 
supportsNoColumnsInsert() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsNoColumnsInsert() - Method in class org.hibernate.dialect.Dialect
Is the INSERT statement is allowed to contain no columns?
supportsNoColumnsInsert() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
supportsNonQueryWithCTE() - Method in class org.hibernate.dialect.CockroachDialect
 
supportsNonQueryWithCTE() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsNonQueryWithCTE() - Method in class org.hibernate.dialect.Dialect
Does this dialect support insert, update, and delete statements with Common Table Expressions (CTEs)?
supportsNonQueryWithCTE() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
supportsNonQueryWithCTE() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
supportsNonQueryWithCTE() - Method in class org.hibernate.dialect.SQLServerDialect
 
supportsNoWait() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsNoWait() - Method in class org.hibernate.dialect.CockroachDialect
 
supportsNoWait() - Method in class org.hibernate.dialect.Dialect
Does this dialect support NO_WAIT timeout.
supportsNoWait() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
supportsNoWait() - Method in class org.hibernate.dialect.MariaDBDialect
 
supportsNoWait() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsNoWait() - Method in class org.hibernate.dialect.OracleDialect
 
supportsNoWait() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
supportsNoWait() - Method in class org.hibernate.dialect.SQLServerDialect
 
supportsNoWait() - Method in class org.hibernate.dialect.TiDBDialect
 
supportsNullPrecedence() - Method in class org.hibernate.dialect.CockroachDialect
 
supportsNullPrecedence() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsNullPrecedence() - Method in class org.hibernate.dialect.Dialect
Does this dialect support nulls first and nulls last?
supportsNullPrecedence() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
supportsNullPrecedence() - Method in class org.hibernate.dialect.H2SqlAstTranslator
 
supportsNullPrecedence() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsNullPrecedence() - Method in class org.hibernate.dialect.SQLServerDialect
 
supportsNullPrecedence() - Method in class org.hibernate.dialect.SybaseDialect
 
supportsNullPrecedence() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
supportsOffset() - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
 
supportsOffset() - Method in class org.hibernate.dialect.pagination.AbstractSimpleLimitHandler
 
supportsOffset() - Method in class org.hibernate.dialect.pagination.LegacyOracleLimitHandler
 
supportsOffset() - Method in interface org.hibernate.dialect.pagination.LimitHandler
Does this handler support offsetting query results without also specifying a limit?
supportsOffset() - Method in class org.hibernate.dialect.pagination.LimitLimitHandler
 
supportsOffset() - Method in class org.hibernate.dialect.pagination.LimitOffsetLimitHandler
 
supportsOffset() - Method in class org.hibernate.dialect.pagination.OffsetFetchLimitHandler
 
supportsOffset() - Method in class org.hibernate.dialect.pagination.Oracle12LimitHandler
 
supportsOffsetClause() - Method in class org.hibernate.dialect.DB2iSqlAstTranslator
 
supportsOffsetClause() - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
supportsOffsetClause() - Method in class org.hibernate.dialect.DB2zSqlAstTranslator
 
supportsOffsetInSubquery() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsOffsetInSubquery() - Method in class org.hibernate.dialect.CockroachDialect
 
supportsOffsetInSubquery() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsOffsetInSubquery() - Method in class org.hibernate.dialect.Dialect
Does this dialect support offset in subqueries?
supportsOffsetInSubquery() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
supportsOffsetInSubquery() - Method in class org.hibernate.dialect.H2Dialect
 
supportsOffsetInSubquery() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsOffsetInSubquery() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsOffsetInSubquery() - Method in class org.hibernate.dialect.OracleDialect
 
supportsOffsetInSubquery() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
supportsOffsetInSubquery() - Method in class org.hibernate.dialect.SpannerDialect
 
supportsOffsetInSubquery() - Method in class org.hibernate.dialect.SQLServerDialect
 
SupportsOffsetInSubquery() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsOffsetInSubquery
 
SupportsOrderByInCorrelatedSubquery() - Constructor for class org.hibernate.testing.DialectChecks.SupportsOrderByInCorrelatedSubquery
 
SupportsOrderByInCorrelatedSubquery() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsOrderByInCorrelatedSubquery
 
supportsOrderByInSubquery() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsOrderByInSubquery() - Method in class org.hibernate.dialect.DerbyDialect
 
supportsOrderByInSubquery() - Method in class org.hibernate.dialect.Dialect
Does this dialect support the order by clause in subqueries?
supportsOrderByInSubquery() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
supportsOrderByInSubquery() - Method in class org.hibernate.dialect.SybaseASEDialect
 
SupportsOrderByInSubquery() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsOrderByInSubquery
 
supportsOrdinalSelectItemReference() - Method in class org.hibernate.dialect.Dialect
Does this dialect support references to result variables (i.e, select items) by column positions (1-origin) as defined by the select clause?
supportsOrdinalSelectItemReference() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
supportsOuterJoinForUpdate() - Method in class org.hibernate.dialect.CockroachDialect
 
supportsOuterJoinForUpdate() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsOuterJoinForUpdate() - Method in class org.hibernate.dialect.DerbyDialect
 
supportsOuterJoinForUpdate() - Method in class org.hibernate.dialect.Dialect
Does this dialect support FOR UPDATE in conjunction with outer-joined rows?
supportsOuterJoinForUpdate() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
supportsOuterJoinForUpdate() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
supportsOuterJoinForUpdate() - Method in class org.hibernate.dialect.SpannerDialect
 
SupportsPadWithChar() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsPadWithChar
 
supportsParameter(ParameterContext, ExtensionContext) - Method in class org.hibernate.testing.orm.junit.DomainModelParameterResolver
 
supportsParameter(ParameterContext, ExtensionContext) - Method in class org.hibernate.testing.orm.junit.EntityManagerFactoryParameterResolver
 
supportsParameter(ParameterContext, ExtensionContext) - Method in class org.hibernate.testing.orm.junit.LoggingInspectionsScopeResolver
 
supportsParameter(ParameterContext, ExtensionContext) - Method in class org.hibernate.testing.orm.junit.MessageKeyWatcherResolver
 
supportsParameter(ParameterContext, ExtensionContext) - Method in class org.hibernate.testing.orm.junit.ServiceRegistryParameterResolver
 
supportsParameter(ParameterContext, ExtensionContext) - Method in class org.hibernate.testing.orm.junit.SessionFactoryParameterResolver
 
supportsParameter(ParameterContext, ExtensionContext) - Method in class org.hibernate.testing.orm.junit.SessionFactoryScopeParameterResolver
 
supportsParameterInjection(ParameterContext, Class<?>...) - Static method in class org.hibernate.testing.orm.junit.JUnitHelper
 
supportsParameterOffsetFetchExpression() - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
supportsParametersInInsertSelect() - Method in class org.hibernate.dialect.Dialect
Deprecated, for removal: This API element is subject to removal in a future version.
This seems to be supported on all platforms, and we don't call this except in test suite
supportsParametersInInsertSelect() - Method in class org.hibernate.dialect.DialectDelegateWrapper
Deprecated, for removal: This API element is subject to removal in a future version.
SupportsParametersInInsertSelectCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportsParametersInInsertSelectCheck
 
SupportsParametersInInsertSelectCheck() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsParametersInInsertSelectCheck
 
supportsPartitionBy() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsPartitionBy() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
supportsPartitionBy() - Method in class org.hibernate.dialect.CockroachDialect
 
supportsPartitionBy() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsPartitionBy() - Method in class org.hibernate.dialect.DerbyDialect
 
supportsPartitionBy() - Method in class org.hibernate.dialect.Dialect
Does is dialect support partition by?
supportsPartitionBy() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
supportsPartitionBy() - Method in class org.hibernate.dialect.OracleDialect
 
supportsPartitionBy() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
supportsPartitionBy() - Method in class org.hibernate.dialect.SybaseASEDialect
 
supportsPooledSequences() - Method in class org.hibernate.dialect.sequence.NoSequenceSupport
 
supportsPooledSequences() - Method in interface org.hibernate.dialect.sequence.SequenceSupport
Does this dialect support "pooled" sequences.
supportsPredicateAsExpression() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsPredicateAsExpression() - Method in class org.hibernate.dialect.Dialect
Whether a predicate like a > 0 can appear in an expression context, for example, in a select list item.
supportsPredicateAsExpression() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
supportsQuantifiedPredicates() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
Is this dialect known to support quantified predicates.
supportsRecursiveClauseArrayAndRowEmulation() - Method in class org.hibernate.dialect.HSQLSqlAstTranslator
 
supportsRecursiveClauseArrayAndRowEmulation() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
Whether the recursive search and cycle clause emulations based on the array and row constructor is supported.
supportsRecursiveCTE() - Method in class org.hibernate.dialect.CockroachDialect
 
supportsRecursiveCTE() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsRecursiveCTE() - Method in class org.hibernate.dialect.DB2iDialect
 
supportsRecursiveCTE() - Method in class org.hibernate.dialect.DB2zDialect
 
supportsRecursiveCTE() - Method in class org.hibernate.dialect.Dialect
Does this dialect/database support recursive CTEs?
supportsRecursiveCTE() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
supportsRecursiveCTE() - Method in class org.hibernate.dialect.H2Dialect
 
supportsRecursiveCTE() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsRecursiveCTE() - Method in class org.hibernate.dialect.MariaDBDialect
 
supportsRecursiveCTE() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsRecursiveCTE() - Method in class org.hibernate.dialect.OracleDialect
 
supportsRecursiveCTE() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
supportsRecursiveCTE() - Method in class org.hibernate.dialect.SQLServerDialect
 
supportsRecursiveCTE() - Method in class org.hibernate.dialect.TiDBDialect
 
SupportsRecursiveCtes() - Constructor for class org.hibernate.testing.DialectChecks.SupportsRecursiveCtes
 
SupportsRecursiveCtes() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsRecursiveCtes
 
supportsRecursiveCycleClause() - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
supportsRecursiveCycleClause() - Method in class org.hibernate.dialect.PostgreSQLSqlAstTranslator
 
supportsRecursiveCycleClause() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
Whether the SQL cycle clause is supported, which can be used for recursive CTEs.
supportsRecursiveCycleUsingClause() - Method in class org.hibernate.dialect.PostgreSQLSqlAstTranslator
 
supportsRecursiveCycleUsingClause() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
Whether the SQL cycle clause supports the using sub-clause.
supportsRecursiveSearchClause() - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
supportsRecursiveSearchClause() - Method in class org.hibernate.dialect.PostgreSQLSqlAstTranslator
 
supportsRecursiveSearchClause() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
Whether the SQL search clause is supported, which can be used for recursive CTEs.
supportsRefCursors() - Method in class org.hibernate.dialect.Dialect
Whether this Dialect supports the JDBC Types.REF_CURSOR type.
supportsRefCursors() - Method in class org.hibernate.engine.jdbc.env.internal.ExtractedDatabaseMetaDataImpl
 
supportsRefCursors() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
Does the driver report supporting Types.REF_CURSOR?
supportsRefCursors(DatabaseMetaData) - Static method in class org.hibernate.engine.jdbc.cursor.internal.StandardRefCursorSupport
Does this JDBC metadata indicate that the driver defines REF_CURSOR support?
SupportsRepeat() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsRepeat
 
SupportsReplace() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsReplace
 
SupportsResultSetPositioningOnForwardOnlyCursorCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportsResultSetPositioningOnForwardOnlyCursorCheck
 
SupportsResultSetPositioningOnForwardOnlyCursorCheck() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsResultSetPositioningOnForwardOnlyCursorCheck
 
supportsResultSetPositionQueryMethodsOnForwardOnlyCursor() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsResultSetPositionQueryMethodsOnForwardOnlyCursor() - Method in class org.hibernate.dialect.DerbyDialect
 
supportsResultSetPositionQueryMethodsOnForwardOnlyCursor() - Method in class org.hibernate.dialect.Dialect
Does this dialect support asking the result set its positioning information on forward-only cursors?
supportsResultSetPositionQueryMethodsOnForwardOnlyCursor() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
supportsResultSetPositionQueryMethodsOnForwardOnlyCursor() - Method in class org.hibernate.dialect.SQLServerDialect
 
supportsRowConstructor() - Method in class org.hibernate.dialect.CockroachSqlAstTranslator
 
supportsRowConstructor() - Method in class org.hibernate.dialect.H2SqlAstTranslator
 
supportsRowConstructor() - Method in class org.hibernate.dialect.PostgreSQLSqlAstTranslator
 
supportsRowConstructor() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
Whether the SQL row constructor is supported.
SupportsRowId() - Constructor for class org.hibernate.testing.DialectChecks.SupportsRowId
 
supportsRowValueConstructorDistinctFromSyntax() - Method in class org.hibernate.dialect.H2SqlAstTranslator
 
supportsRowValueConstructorDistinctFromSyntax() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
Is this dialect known to support what ANSI-SQL terms "row value constructor" syntax; sometimes called tuple syntax with is distinct from and is not distinct from operators.
supportsRowValueConstructorGtLtSyntax() - Method in class org.hibernate.dialect.HANASqlAstTranslator
 
supportsRowValueConstructorGtLtSyntax() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
Is this dialect known to support what ANSI-SQL terms "row value constructor" syntax; sometimes called tuple syntax with <, >, and operators.
supportsRowValueConstructorSyntax() - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
supportsRowValueConstructorSyntax() - Method in class org.hibernate.dialect.DerbySqlAstTranslator
 
supportsRowValueConstructorSyntax() - Method in class org.hibernate.dialect.H2SqlAstTranslator
 
supportsRowValueConstructorSyntax() - Method in class org.hibernate.dialect.HSQLSqlAstTranslator
 
supportsRowValueConstructorSyntax() - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
supportsRowValueConstructorSyntax() - Method in class org.hibernate.dialect.SpannerSqlAstTranslator
 
supportsRowValueConstructorSyntax() - Method in class org.hibernate.dialect.SQLServerSqlAstTranslator
 
supportsRowValueConstructorSyntax() - Method in class org.hibernate.dialect.SybaseASESqlAstTranslator
 
supportsRowValueConstructorSyntax() - Method in class org.hibernate.dialect.SybaseSqlAstTranslator
 
supportsRowValueConstructorSyntax() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
Is this dialect known to support what ANSI-SQL terms "row value constructor" syntax; sometimes called tuple syntax.
SupportsRowValueConstructorSyntaxCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportsRowValueConstructorSyntaxCheck
 
SupportsRowValueConstructorSyntaxCheck() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsRowValueConstructorSyntaxCheck
 
supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.DerbySqlAstTranslator
 
supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.H2SqlAstTranslator
 
supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.HSQLSqlAstTranslator
 
supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.MySQLSqlAstTranslator
 
supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.SpannerSqlAstTranslator
 
supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.SQLServerSqlAstTranslator
 
supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.SybaseASESqlAstTranslator
 
supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.SybaseSqlAstTranslator
 
supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.dialect.TiDBSqlAstTranslator
 
supportsRowValueConstructorSyntaxInInList() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
If the dialect supports row values, does it offer such support in IN lists as well?
supportsRowValueConstructorSyntaxInInSubQuery() - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
supportsRowValueConstructorSyntaxInInSubQuery() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
If the dialect supports row values, does it offer such support in IN subqueries as well?
supportsRowValueConstructorSyntaxInQuantifiedPredicates() - Method in class org.hibernate.dialect.CockroachSqlAstTranslator
 
supportsRowValueConstructorSyntaxInQuantifiedPredicates() - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
supportsRowValueConstructorSyntaxInQuantifiedPredicates() - Method in class org.hibernate.dialect.DerbySqlAstTranslator
 
supportsRowValueConstructorSyntaxInQuantifiedPredicates() - Method in class org.hibernate.dialect.H2SqlAstTranslator
 
supportsRowValueConstructorSyntaxInQuantifiedPredicates() - Method in class org.hibernate.dialect.HANASqlAstTranslator
 
supportsRowValueConstructorSyntaxInQuantifiedPredicates() - Method in class org.hibernate.dialect.HSQLSqlAstTranslator
 
supportsRowValueConstructorSyntaxInQuantifiedPredicates() - Method in class org.hibernate.dialect.MariaDBSqlAstTranslator
 
supportsRowValueConstructorSyntaxInQuantifiedPredicates() - Method in class org.hibernate.dialect.MySQLSqlAstTranslator
 
supportsRowValueConstructorSyntaxInQuantifiedPredicates() - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
supportsRowValueConstructorSyntaxInQuantifiedPredicates() - Method in class org.hibernate.dialect.SpannerSqlAstTranslator
 
supportsRowValueConstructorSyntaxInQuantifiedPredicates() - Method in class org.hibernate.dialect.SQLServerSqlAstTranslator
 
supportsRowValueConstructorSyntaxInQuantifiedPredicates() - Method in class org.hibernate.dialect.SybaseASESqlAstTranslator
 
supportsRowValueConstructorSyntaxInQuantifiedPredicates() - Method in class org.hibernate.dialect.SybaseSqlAstTranslator
 
supportsRowValueConstructorSyntaxInQuantifiedPredicates() - Method in class org.hibernate.dialect.TiDBSqlAstTranslator
 
supportsRowValueConstructorSyntaxInQuantifiedPredicates() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
Is this dialect known to support what ANSI-SQL terms "row value constructor" syntax; sometimes called tuple syntax with quantified predicates.
supportsRowValueConstructorSyntaxInSet() - Method in class org.hibernate.dialect.MariaDBSqlAstTranslator
 
supportsRowValueConstructorSyntaxInSet() - Method in class org.hibernate.dialect.MySQLSqlAstTranslator
 
supportsRowValueConstructorSyntaxInSet() - Method in class org.hibernate.dialect.TiDBSqlAstTranslator
 
supportsRowValueConstructorSyntaxInSet() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
Is this dialect known to support what ANSI-SQL terms "row value constructor" syntax, sometimes called tuple syntax, in the SET clause;
supportsSchemas() - Method in enum org.hibernate.engine.jdbc.env.spi.NameQualifierSupport
 
supportsScrollableResults() - Method in class org.hibernate.engine.jdbc.env.internal.ExtractedDatabaseMetaDataImpl
 
supportsScrollableResults() - Method in interface org.hibernate.engine.jdbc.env.spi.ExtractedDatabaseMetaData
Did the driver report to supporting scrollable result sets?
supportsSequences() - Method in class org.hibernate.dialect.sequence.NoSequenceSupport
 
supportsSequences() - Method in interface org.hibernate.dialect.sequence.SequenceSupport
Does this dialect support sequences?
SupportsSequences() - Constructor for class org.hibernate.testing.DialectChecks.SupportsSequences
 
SupportsSequences() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsSequences
 
supportsSimpleQueryGrouping() - Method in class org.hibernate.dialect.MariaDBSqlAstTranslator
 
supportsSimpleQueryGrouping() - Method in class org.hibernate.dialect.MySQLSqlAstTranslator
 
supportsSimpleQueryGrouping() - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
supportsSimpleQueryGrouping() - Method in class org.hibernate.dialect.SQLServerSqlAstTranslator
 
supportsSimpleQueryGrouping() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
supportsSkipLocked() - Method in class org.hibernate.dialect.CockroachDialect
 
supportsSkipLocked() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsSkipLocked() - Method in class org.hibernate.dialect.DB2iDialect
 
supportsSkipLocked() - Method in class org.hibernate.dialect.DB2zDialect
 
supportsSkipLocked() - Method in class org.hibernate.dialect.Dialect
Does this dialect support SKIP_LOCKED timeout.
supportsSkipLocked() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
supportsSkipLocked() - Method in class org.hibernate.dialect.MariaDB106Dialect
Deprecated.
 
supportsSkipLocked() - Method in class org.hibernate.dialect.MariaDBDialect
 
supportsSkipLocked() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsSkipLocked() - Method in class org.hibernate.dialect.OracleDialect
 
supportsSkipLocked() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
supportsSkipLocked() - Method in class org.hibernate.dialect.SQLServerDialect
 
supportsSkipLocked() - Method in class org.hibernate.dialect.SybaseASEDialect
 
supportsSkipLocked() - Method in class org.hibernate.dialect.TiDBDialect
 
SupportsSkipLocked() - Constructor for class org.hibernate.testing.DialectChecks.SupportsSkipLocked
 
SupportsSkipLocked() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsSkipLocked
 
supportsSqlArrayType(Dialect) - Static method in class org.hibernate.loader.ast.internal.MultiKeyLoadHelper
 
supportsStandardArrays() - Method in class org.hibernate.dialect.CockroachDialect
 
supportsStandardArrays() - Method in class org.hibernate.dialect.Dialect
Does this database have native support for ANSI SQL standard arrays which are expressed in terms of the element type name: integer array.
supportsStandardArrays() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
supportsStandardArrays() - Method in class org.hibernate.dialect.H2Dialect
 
supportsStandardArrays() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsStandardArrays() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
supportsStandardArrays() - Method in class org.hibernate.dialect.SpannerDialect
 
supportsStandardCurrentTimestampFunction() - Method in class org.hibernate.dialect.Dialect
Does this dialect have an ANSI SQL current_timestamp function?
supportsStandardCurrentTimestampFunction() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
supportsStandardCurrentTimestampFunction() - Method in class org.hibernate.dialect.SybaseDialect
 
SupportsStringAggregation() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsStringAggregation
 
SupportsStructAggregate() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsStructAggregate
 
SupportsStructuralArrays() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsStructuralArrays
 
SupportsSubqueryAsLeftHandSideInPredicate() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsSubqueryAsLeftHandSideInPredicate
 
SupportsSubqueryInOnClause() - Constructor for class org.hibernate.testing.DialectChecks.SupportsSubqueryInOnClause
 
SupportsSubqueryInOnClause() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsSubqueryInOnClause
 
supportsSubqueryInSelect() - Method in class org.hibernate.dialect.Dialect
Does this dialect support subqueries in the select clause?
supportsSubqueryInSelect() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
SupportsSubqueryInSelect() - Constructor for class org.hibernate.testing.DialectChecks.SupportsSubqueryInSelect
 
supportsSubqueryOnMutatingTable() - Method in class org.hibernate.dialect.Dialect
Does this dialect support referencing the table being mutated in a subquery? The "table being mutated" is the table referenced in an update or delete query.
supportsSubqueryOnMutatingTable() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
supportsSubqueryOnMutatingTable() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsSubselectAsInPredicateLHS() - Method in class org.hibernate.dialect.Dialect
Is a subselect supported as the left-hand side (LHS) of an IN predicates?
supportsSubselectAsInPredicateLHS() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
supportsTableCheck() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsTableCheck() - Method in class org.hibernate.dialect.Dialect
Does this dialect support table-level check constraints?
supportsTableCheck() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
supportsTableGroups() - Method in interface org.hibernate.dialect.FunctionalDependencyAnalysisSupport
Supports functional dependency analysis through joined tables and result sets (e.g.
supportsTableGroups() - Method in class org.hibernate.dialect.FunctionalDependencyAnalysisSupportImpl
 
supportsTemporalLiteralOffset() - Method in class org.hibernate.dialect.CockroachDialect
 
supportsTemporalLiteralOffset() - Method in class org.hibernate.dialect.Dialect
Does this dialect supports timezone offsets in temporal literals.
supportsTemporalLiteralOffset() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
supportsTemporalLiteralOffset() - Method in class org.hibernate.dialect.H2Dialect
 
supportsTemporalLiteralOffset() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsTemporalLiteralOffset() - Method in class org.hibernate.dialect.OracleDialect
 
supportsTemporalLiteralOffset() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
SupportsTemporaryTable() - Constructor for class org.hibernate.testing.DialectChecks.SupportsTemporaryTable
 
SupportsTemporaryTable() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsTemporaryTable
 
SupportsTemporaryTableIdentity() - Constructor for class org.hibernate.testing.DialectChecks.SupportsTemporaryTableIdentity
 
supportsTemporaryTablePrimaryKey() - Method in class org.hibernate.dialect.DerbyDialect
 
supportsTemporaryTablePrimaryKey() - Method in class org.hibernate.dialect.Dialect
Does this database support primary keys for temporary tables?
supportsTemporaryTablePrimaryKey() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
supportsTemporaryTables() - Method in class org.hibernate.dialect.Dialect
Does this database have some sort of support for temporary tables?
supportsTemporaryTables() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
supportsTimeLiteralOffset() - Method in class org.hibernate.dialect.H2Dialect
 
SupportsTimezoneTypes() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsTimezoneTypes
 
SupportsTruncateTable() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsTruncateTable
 
SupportsTruncateThroughCast() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsTruncateThroughCast
 
supportsTruncateWithCast() - Method in class org.hibernate.dialect.Dialect
Does this dialect support truncation of values to a specified length via a cast?
supportsTruncateWithCast() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
supportsTupleCounts() - Method in class org.hibernate.dialect.CockroachDialect
 
supportsTupleCounts() - Method in class org.hibernate.dialect.Dialect
Does this dialect support count(a,b)?
supportsTupleCounts() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
supportsTupleCounts() - Method in class org.hibernate.dialect.H2Dialect
 
supportsTupleCounts() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsTupleCounts() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
supportsTupleDistinctCounts() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsTupleDistinctCounts() - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
supportsTupleDistinctCounts() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsTupleDistinctCounts() - Method in class org.hibernate.dialect.DerbyDialect
 
supportsTupleDistinctCounts() - Method in class org.hibernate.dialect.Dialect
Does this dialect support count(distinct a,b)?
supportsTupleDistinctCounts() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
supportsTupleDistinctCounts() - Method in class org.hibernate.dialect.HSQLDialect
 
supportsTupleDistinctCounts() - Method in class org.hibernate.dialect.OracleDialect
 
SupportSubqueryAsLeftHandSideInPredicate() - Constructor for class org.hibernate.testing.DialectChecks.SupportSubqueryAsLeftHandSideInPredicate
 
supportsUnboundedLobLocatorMaterialization() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsUnboundedLobLocatorMaterialization() - Method in class org.hibernate.dialect.DerbyDialect
 
supportsUnboundedLobLocatorMaterialization() - Method in class org.hibernate.dialect.Dialect
Is it supported to materialize a LOB locator outside the transaction in which it was created?
supportsUnboundedLobLocatorMaterialization() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
supportsUnboundedLobLocatorMaterialization() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
SupportsUnboundedLobLocatorMaterializationCheck() - Constructor for class org.hibernate.testing.DialectChecks.SupportsUnboundedLobLocatorMaterializationCheck
 
SupportsUnboundedLobLocatorMaterializationCheck() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsUnboundedLobLocatorMaterializationCheck
 
SupportsUnion() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsUnion
 
supportsUnionAll() - Method in class org.hibernate.dialect.Dialect
Does this dialect support UNION ALL?
supportsUnionAll() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
supportsUnionInSubquery() - Method in class org.hibernate.dialect.Dialect
Does this dialect support UNION in a subquery.
supportsUnionInSubquery() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
supportsUnionInSubquery() - Method in class org.hibernate.dialect.SybaseASEDialect
 
SupportsUnionInSubquery() - Constructor for class org.hibernate.testing.DialectChecks.SupportsUnionInSubquery
 
supportsValuesList() - Method in class org.hibernate.dialect.CockroachDialect
 
supportsValuesList() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsValuesList() - Method in class org.hibernate.dialect.Dialect
Does this dialect support values lists of form VALUES (1), (2), (3)?
supportsValuesList() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
supportsValuesList() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
supportsValuesList() - Method in class org.hibernate.dialect.SQLServerDialect
 
supportsValuesListForInsert() - Method in class org.hibernate.dialect.Dialect
Does this dialect support values lists of form VALUES (1), (2), (3) in insert statements?
supportsValuesListForInsert() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
SupportsValuesListForInsert() - Constructor for class org.hibernate.testing.DialectChecks.SupportsValuesListForInsert
 
SupportsValuesListForInsert() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsValuesListForInsert
 
supportsVariableLimit() - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
Does this handler support bind variables (JDBC prepared statement parameters) for its limit/offset?
supportsVariableLimit() - Method in class org.hibernate.dialect.pagination.AbstractNoOffsetLimitHandler
 
supportsVariableLimit() - Method in class org.hibernate.dialect.pagination.AbstractSimpleLimitHandler
 
supportsVariableLimit() - Method in class org.hibernate.dialect.pagination.LegacyDB2LimitHandler
 
supportsVariableLimit() - Method in class org.hibernate.dialect.pagination.OffsetFetchLimitHandler
 
supportsVariableLimit() - Method in class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
 
supportsWait() - Method in class org.hibernate.dialect.CockroachDialect
 
supportsWait() - Method in class org.hibernate.dialect.Dialect
Does this dialect support WAIT timeout.
supportsWait() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
supportsWait() - Method in class org.hibernate.dialect.MariaDBDialect
 
supportsWait() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsWait() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
supportsWait() - Method in class org.hibernate.dialect.SQLServerDialect
 
supportsWait() - Method in class org.hibernate.dialect.TiDBDialect
 
supportsWindowFunctions() - Method in class org.hibernate.dialect.AbstractHANADialect
 
supportsWindowFunctions() - Method in class org.hibernate.dialect.CockroachDialect
 
supportsWindowFunctions() - Method in class org.hibernate.dialect.DB2Dialect
 
supportsWindowFunctions() - Method in class org.hibernate.dialect.DerbyDialect
 
supportsWindowFunctions() - Method in class org.hibernate.dialect.Dialect
Does this dialect support window functions like row_number() over (..)?
supportsWindowFunctions() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
supportsWindowFunctions() - Method in class org.hibernate.dialect.H2Dialect
 
supportsWindowFunctions() - Method in class org.hibernate.dialect.MariaDBDialect
 
supportsWindowFunctions() - Method in class org.hibernate.dialect.MySQLDialect
 
supportsWindowFunctions() - Method in class org.hibernate.dialect.OracleDialect
 
supportsWindowFunctions() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
supportsWindowFunctions() - Method in class org.hibernate.dialect.SQLServerDialect
 
SupportsWindowFunctions() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsWindowFunctions
 
supportsWithClause() - Method in class org.hibernate.dialect.DerbySqlAstTranslator
 
supportsWithClause() - Method in class org.hibernate.dialect.MySQLSqlAstTranslator
 
supportsWithClause() - Method in class org.hibernate.dialect.SybaseASESqlAstTranslator
 
supportsWithClause() - Method in class org.hibernate.dialect.SybaseSqlAstTranslator
 
supportsWithClause() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
Whether the SQL with clause is supported.
supportsWithClauseInSubquery() - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
supportsWithClauseInSubquery() - Method in class org.hibernate.dialect.H2SqlAstTranslator
 
supportsWithClauseInSubquery() - Method in class org.hibernate.dialect.HANASqlAstTranslator
 
supportsWithClauseInSubquery() - Method in class org.hibernate.dialect.HSQLSqlAstTranslator
 
supportsWithClauseInSubquery() - Method in class org.hibernate.dialect.MariaDBSqlAstTranslator
 
supportsWithClauseInSubquery() - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
supportsWithClauseInSubquery() - Method in class org.hibernate.dialect.SQLServerSqlAstTranslator
 
supportsWithClauseInSubquery() - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
Whether the SQL with clause is supported within a subquery.
SupportsWithTies() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.SupportsWithTies
 
SupportWait() - Constructor for class org.hibernate.testing.DialectChecks.SupportWait
 
suspend() - Method in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform.TransactionManagerAdapter
 
suspend(boolean) - Method in interface org.hibernate.bytecode.enhance.internal.tracker.DirtyTracker
 
suspend(boolean) - Method in class org.hibernate.bytecode.enhance.internal.tracker.SimpleFieldTracker
 
suspend(boolean) - Method in class org.hibernate.bytecode.enhance.internal.tracker.SortedFieldTracker
 
SYBASE - org.hibernate.dialect.Database
 
SYBASE_ANSI_NULL - Static variable in interface org.hibernate.cfg.DialectSpecificSettings
Specifies whether this database's ansinull setting is enabled.
SybaseASEDialect - Class in org.hibernate.dialect
A SQL dialect for Sybase Adaptive Server Enterprise 16 and above.
SybaseASEDialect() - Constructor for class org.hibernate.dialect.SybaseASEDialect
 
SybaseASEDialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.SybaseASEDialect
 
SybaseASEDialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.SybaseASEDialect
 
SybaseASESqlAstTranslator<T extends JdbcOperation> - Class in org.hibernate.dialect
A SQL AST translator for Sybase ASE.
SybaseASESqlAstTranslator(SessionFactoryImplementor, Statement) - Constructor for class org.hibernate.dialect.SybaseASESqlAstTranslator
 
SybaseCallableStatementSupport - Class in org.hibernate.procedure.internal
Sybase implementation of CallableStatementSupport.
SybaseCallableStatementSupport() - Constructor for class org.hibernate.procedure.internal.SybaseCallableStatementSupport
 
SybaseDialect - Class in org.hibernate.dialect
Superclass for all Sybase dialects.
SybaseDialect() - Constructor for class org.hibernate.dialect.SybaseDialect
 
SybaseDialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.SybaseDialect
 
SybaseDialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.SybaseDialect
 
SybaseDriverKind - Enum in org.hibernate.dialect
 
SybaseJConnGetGeneratedKeysDelegate - Class in org.hibernate.id.insert
Specialized IdentifierGeneratingInsert which appends the database specific clause which signifies to return generated IDENTITY values to the end of the insert statement.
SybaseJConnGetGeneratedKeysDelegate(PostInsertIdentityPersister, Dialect) - Constructor for class org.hibernate.id.insert.SybaseJConnGetGeneratedKeysDelegate
 
SybaseJconnIdentityColumnSupport - Class in org.hibernate.dialect.identity
 
SybaseJconnIdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.SybaseJconnIdentityColumnSupport
 
SybaseSqlAstTranslator<T extends JdbcOperation> - Class in org.hibernate.dialect
A SQL AST translator for Sybase.
SybaseSqlAstTranslator(SessionFactoryImplementor, Statement) - Constructor for class org.hibernate.dialect.SybaseSqlAstTranslator
 
SybaseSqmToSqlAstConverter<T extends Statement> - Class in org.hibernate.dialect
A SQM to SQL AST translator for Sybase ASE.
SybaseSqmToSqlAstConverter(SqmStatement<?>, QueryOptions, DomainParameterXref, QueryParameterBindings, LoadQueryInfluencers, SqlAstCreationContext, boolean) - Constructor for class org.hibernate.dialect.SybaseSqmToSqlAstConverter
 
SybaseTruncFunction - Class in org.hibernate.dialect.function
Custom TruncFunction for Sybase which uses a dialect-specific emulation function for datetimes
SybaseTruncFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.SybaseTruncFunction
 
symdifference - org.hibernate.spatial.SpatialFunction
Deprecated.
The symDifference function, cfr.
synchronizationAlreadyRegistered(Synchronization) - Method in interface org.hibernate.internal.CoreMessageLogger
 
SynchronizationCallbackCoordinator - Interface in org.hibernate.resource.transaction.backend.jta.internal.synchronization
Manages funneling JTA Synchronization callbacks back into the Hibernate transaction engine.
SynchronizationCallbackCoordinatorNonTrackingImpl - Class in org.hibernate.resource.transaction.backend.jta.internal.synchronization
Manages callbacks from the Synchronization registered by Hibernate.
SynchronizationCallbackCoordinatorNonTrackingImpl(SynchronizationCallbackTarget) - Constructor for class org.hibernate.resource.transaction.backend.jta.internal.synchronization.SynchronizationCallbackCoordinatorNonTrackingImpl
 
SynchronizationCallbackCoordinatorTrackingImpl - Class in org.hibernate.resource.transaction.backend.jta.internal.synchronization
Extension of SynchronizationCallbackCoordinatorNonTrackingImpl that adds checking of whether a rollback comes from a thread other than the application thread (thread used to register the Synchronization)
SynchronizationCallbackCoordinatorTrackingImpl(SynchronizationCallbackTarget) - Constructor for class org.hibernate.resource.transaction.backend.jta.internal.synchronization.SynchronizationCallbackCoordinatorTrackingImpl
 
SynchronizationCallbackTarget - Interface in org.hibernate.resource.transaction.backend.jta.internal.synchronization
Defines "inflow" for JTA transactions from the perspective of Hibernate's registered JTA Synchronization back into the TransactionCoordinator by means of the SynchronizationCallbackCoordinator.
synchronizationEnabled(boolean) - Method in class org.hibernate.loader.internal.BaseNaturalIdLoadAccessImpl
 
synchronizationFailed(Synchronization, Throwable) - Method in interface org.hibernate.internal.CoreMessageLogger
 
synchronizationRegistered() - Method in interface org.hibernate.resource.transaction.backend.jta.internal.synchronization.SynchronizationCallbackCoordinator
Called by the TransactionCoordinator when it registers the Synchronization with the JTA system
synchronizationRegistered() - Method in class org.hibernate.resource.transaction.backend.jta.internal.synchronization.SynchronizationCallbackCoordinatorNonTrackingImpl
 
synchronizationRegistered() - Method in class org.hibernate.resource.transaction.backend.jta.internal.synchronization.SynchronizationCallbackCoordinatorTrackingImpl
 
synchronizationRegistry() - Static method in class org.hibernate.testing.jta.TestingJtaPlatformImpl
 
SynchronizationRegistry - Interface in org.hibernate.resource.transaction.spi
Manages a registry of (local) JTA Synchronization instances
SynchronizationRegistryAccess - Interface in org.hibernate.engine.transaction.jta.platform.internal
SynchronizationRegistryBasedSynchronizationStrategy - Class in org.hibernate.engine.transaction.jta.platform.internal
Implementation of the JtaSynchronizationStrategy contract based on using a TransactionSynchronizationRegistry
SynchronizationRegistryBasedSynchronizationStrategy(SynchronizationRegistryAccess) - Constructor for class org.hibernate.engine.transaction.jta.platform.internal.SynchronizationRegistryBasedSynchronizationStrategy
 
SynchronizationRegistryImplementor - Interface in org.hibernate.resource.transaction.spi
SPI contract for SynchronizationRegistry implementors.
SynchronizationRegistryStandardImpl - Class in org.hibernate.resource.transaction.internal
The standard implementation of the SynchronizationRegistry contract.
SynchronizationRegistryStandardImpl() - Constructor for class org.hibernate.resource.transaction.internal.SynchronizationRegistryStandardImpl
 
synchronizations - Variable in class org.hibernate.boot.jaxb.mapping.JaxbNamedNativeQuery
 
synchronize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
synchronize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
synchronize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
 
synchronize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
synchronize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
synchronize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
synchronize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
synchronize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
synchronize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
synchronize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
synchronize - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
synchronize - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
Synchronize - Annotation Type in org.hibernate.annotations
Specifies a table or tables that hold state mapped by the annotated entity or collection.
SynchronizeableQuery - Interface in org.hibernate.query
Represents the abstract notion of a query whose results are affected by the data stored in a given set of named query spaces.
synchronizedQuerySpaces() - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
Use this form instead of ProcedureCallImpl.getSynchronizedQuerySpaces() when you want to make sure the underlying Set is instantiated (aka, on add)
synchronizedTables - Variable in class org.hibernate.mapping.PersistentClass
 
syntacticDomainPath() - Method in class org.hibernate.grammars.hql.HqlParser.PathContext
 
syntacticDomainPath() - Method in class org.hibernate.grammars.hql.HqlParser
 
syntacticDomainPath() - Method in class org.hibernate.grammars.hql.HqlParser.SyntacticPathExpressionContext
 
SyntacticDomainPathContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.SyntacticDomainPathContext
 
SyntacticPathExpressionContext(HqlParser.PrimaryExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.SyntacticPathExpressionContext
 
syntaxError(Recognizer<?, ?>, Object, int, int, String, RecognitionException) - Method in class org.hibernate.tool.schema.internal.script.MultiLineSqlScriptExtractor.VerboseListener
 
SyntaxException - Exception in org.hibernate.query
Represents a syntax error in a HQL/JPQL query.
SyntaxException(String) - Constructor for exception org.hibernate.query.SyntaxException
 
SyntaxException(String, String) - Constructor for exception org.hibernate.query.SyntaxException
 
SyntheticProperty - Class in org.hibernate.mapping
Models a property which does not actually exist in the model.
SyntheticProperty() - Constructor for class org.hibernate.mapping.SyntheticProperty
 
sysdate() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
sysdateExplicitMicros() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
MySQL 5.7 precision defaults to seconds, but microseconds is better
sysdateParens() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
MySQL requires the parens in sysdate()
SystemSecurityManager - Class in org.hibernate.internal.util.securitymanager
Encapsulates access to System.getSecurityManager(), in preparation of it being phased out by the JDK.
SystemSecurityManager() - Constructor for class org.hibernate.internal.util.securitymanager.SystemSecurityManager
 
systimestamp() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 

T

TAB - Static variable in class org.hibernate.grammars.importsql.SqlScriptLexer
 
TAB - Static variable in class org.hibernate.grammars.importsql.SqlScriptParser
 
TAB() - Method in class org.hibernate.grammars.importsql.SqlScriptParser.CommandContext
 
TAB() - Method in class org.hibernate.grammars.importsql.SqlScriptParser.ScriptContext
 
TAB(int) - Method in class org.hibernate.grammars.importsql.SqlScriptParser.CommandContext
 
TAB(int) - Method in class org.hibernate.grammars.importsql.SqlScriptParser.ScriptContext
 
table - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
table - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
table - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
 
table - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
table - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
table - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
table - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
table - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
table - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
table - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSecondaryTableType
 
table - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
table - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSynchronizeType
 
table - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
table - Variable in class org.hibernate.boot.jaxb.mapping.JaxbColumn
 
table - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
table - Variable in class org.hibernate.boot.jaxb.mapping.JaxbHbmFilter.JaxbAliases
 
table - Variable in class org.hibernate.boot.jaxb.mapping.JaxbJoinColumn
 
table - Variable in class org.hibernate.boot.jaxb.mapping.JaxbMapKeyColumn
 
table - Variable in class org.hibernate.boot.jaxb.mapping.JaxbMapKeyJoinColumn
 
table - Variable in class org.hibernate.boot.jaxb.mapping.JaxbSynchronizedTable
 
table - Variable in class org.hibernate.boot.jaxb.mapping.JaxbTableGenerator
 
table - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Column
 
table - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
table - Variable in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
 
table - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
 
table - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
 
table - Variable in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
 
table() - Method in annotation type org.hibernate.annotations.SecondaryRow
The name of the secondary table, as specified by SecondaryTable.name().
table() - Method in annotation type org.hibernate.annotations.SQLDelete
The name of the table in the case of an entity with secondary tables, defaults to the primary table.
table() - Method in annotation type org.hibernate.annotations.SQLDeleteAll
The name of the table in the case of an entity with secondary tables, defaults to the primary table.
table() - Method in annotation type org.hibernate.annotations.SqlFragmentAlias
The table corresponding to the alias.
table() - Method in annotation type org.hibernate.annotations.SQLInsert
The name of the table in the case of an entity with secondary tables, defaults to the primary table.
table() - Method in annotation type org.hibernate.annotations.SQLUpdate
The name of the table in the case of an entity with secondary tables, defaults to the primary table.
table() - Method in annotation type org.hibernate.annotations.TimeZoneColumn
(Optional) The name of the table that contains the column.
table() - Method in class org.hibernate.boot.model.internal.MapKeyColumnDelegator
 
table() - Method in class org.hibernate.boot.model.internal.MapKeyJoinColumnDelegator
 
Table - Class in org.hibernate.jpamodelgen.xml.jaxb
 
Table - Class in org.hibernate.mapping
A mapping model object representing a relational database table.
Table - Annotation Type in org.hibernate.annotations
Deprecated, for removal: This API element is subject to removal in a future version.
The options available here are all now offered by other newer and better-designed annotations in this package. This annotation will soon be removed, since it's very annoying to have two annotations named @Table.
Table() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.Table
 
Table() - Constructor for class org.hibernate.mapping.Table
Deprecated, for removal: This API element is subject to removal in a future version.
Table(String) - Constructor for class org.hibernate.mapping.Table
 
Table(String, String) - Constructor for class org.hibernate.mapping.Table
 
Table(String, Namespace, String, boolean) - Constructor for class org.hibernate.mapping.Table
 
Table(String, Namespace, Identifier, boolean) - Constructor for class org.hibernate.mapping.Table
 
Table(String, Namespace, Identifier, String, boolean) - Constructor for class org.hibernate.mapping.Table
 
TABLE - org.hibernate.dialect.RowLockStrategy
Use a table alias.
TABLE - org.hibernate.DuplicateMappingException.Type
A duplicate table definition was encountered.
TABLE - org.hibernate.jpamodelgen.xml.jaxb.GenerationType
 
TABLE - Static variable in interface org.hibernate.id.PersistentIdentifierGenerator
The configuration parameter holding the table name for the generated id
TABLE - Static variable in class org.hibernate.type.SqlTypes
A type code representing an Oracle-style nested table.
TABLE_ALIAS - org.hibernate.dialect.DmlTargetColumnQualifierSupport
Qualify the column using the table alias, whenever available, and fallback to the table expression.
TABLE_EXPRESSION - org.hibernate.dialect.DmlTargetColumnQualifierSupport
Qualify the column using the table expression, ignoring a possible table alias.
TABLE_GENERATOR_STORE_LAST_USED - Static variable in interface org.hibernate.cfg.MappingSettings
Determines if the identifier value stored in the database table backing a table generator is the last value returned by the identifier generator, or the next value to be returned.
TABLE_GROUP - Static variable in class org.hibernate.dialect.FunctionalDependencyAnalysisSupportImpl
Supports the analysis for single tables, a group of joined tables or a result set (e.g.
TABLE_GROUP_AND_CONSTANTS - Static variable in class org.hibernate.dialect.FunctionalDependencyAnalysisSupportImpl
Fully supports the analysis for joined / union table groups, including any constant value (e.g.
TABLE_PARAM - Static variable in class org.hibernate.id.enhanced.TableGenerator
Configures the name of the table to use.
TABLE_PER_CLASS - org.hibernate.envers.configuration.internal.metadata.InheritanceType
 
TABLE_PER_CLASS - org.hibernate.jpamodelgen.xml.jaxb.InheritanceType
 
TABLE_REFERENCE - Static variable in class org.hibernate.dialect.FunctionalDependencyAnalysisSupportImpl
Only supports the analysis for a single table reference, i.e.
Table.ForeignKeyKey - Class in org.hibernate.mapping
 
TableAliasResolver - Interface in org.hibernate.sql.ast.tree.from
 
TableBasedDeleteHandler - Class in org.hibernate.query.sqm.mutation.internal.temptable
 
TableBasedDeleteHandler(SqmDeleteStatement<?>, DomainParameterXref, TemporaryTable, AfterUseAction, Function<SharedSessionContractImplementor, String>, SessionFactoryImplementor) - Constructor for class org.hibernate.query.sqm.mutation.internal.temptable.TableBasedDeleteHandler
 
TableBasedDeleteHandler.ExecutionDelegate - Interface in org.hibernate.query.sqm.mutation.internal.temptable
 
TableBasedInsertHandler - Class in org.hibernate.query.sqm.mutation.internal.temptable
 
TableBasedInsertHandler(SqmInsertStatement<?>, DomainParameterXref, TemporaryTable, AfterUseAction, Function<SharedSessionContractImplementor, String>, SessionFactoryImplementor) - Constructor for class org.hibernate.query.sqm.mutation.internal.temptable.TableBasedInsertHandler
 
TableBasedInsertHandler.ExecutionDelegate - Interface in org.hibernate.query.sqm.mutation.internal.temptable
 
TableBasedUpdateHandler - Class in org.hibernate.query.sqm.mutation.internal.temptable
 
TableBasedUpdateHandler(SqmUpdateStatement<?>, DomainParameterXref, TemporaryTable, AfterUseAction, Function<SharedSessionContractImplementor, String>, SessionFactoryImplementor) - Constructor for class org.hibernate.query.sqm.mutation.internal.temptable.TableBasedUpdateHandler
 
TableBasedUpdateHandler.ExecutionDelegate - Interface in org.hibernate.query.sqm.mutation.internal.temptable
 
TableBinder - Class in org.hibernate.boot.model.internal
Stateful binder responsible for producing instances of Table.
TableBinder() - Constructor for class org.hibernate.boot.model.internal.TableBinder
 
TableContainer - Interface in org.hibernate.mapping
Container for Table and Join reference
tableCreateString(boolean) - Method in class org.hibernate.tool.schema.internal.StandardTableExporter
 
TableDelete - Interface in org.hibernate.sql.model.ast
Models an update to a model (entity or collection) table, triggered from flush
TableDeleteBuilder - Interface in org.hibernate.sql.model.ast.builder
TableMutationBuilder implementation for delete statements.
TableDeleteBuilderSkipped - Class in org.hibernate.sql.model.ast.builder
 
TableDeleteBuilderSkipped(TableMapping) - Constructor for class org.hibernate.sql.model.ast.builder.TableDeleteBuilderSkipped
 
TableDeleteBuilderStandard - Class in org.hibernate.sql.model.ast.builder
Standard TableDeleteBuilder implementation used when Hibernate generates the delete statement
TableDeleteBuilderStandard(MutationTarget<?>, MutatingTableReference, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.model.ast.builder.TableDeleteBuilderStandard
 
TableDeleteBuilderStandard(MutationTarget<?>, MutatingTableReference, SessionFactoryImplementor, String) - Constructor for class org.hibernate.sql.model.ast.builder.TableDeleteBuilderStandard
 
TableDeleteBuilderStandard(MutationTarget<?>, TableMapping, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.model.ast.builder.TableDeleteBuilderStandard
 
TableDeleteCustomSql - Class in org.hibernate.sql.model.internal
Deletion defined using custom sql-delete
TableDeleteCustomSql(MutatingTableReference, MutationTarget<?>, String, List<ColumnValueBinding>, List<ColumnValueBinding>, List<ColumnValueParameter>) - Constructor for class org.hibernate.sql.model.internal.TableDeleteCustomSql
 
TableDeleteStandard - Class in org.hibernate.sql.model.internal
 
TableDeleteStandard(MutatingTableReference, MutationTarget<?>, String, List<ColumnValueBinding>, List<ColumnValueBinding>, List<ColumnValueParameter>) - Constructor for class org.hibernate.sql.model.internal.TableDeleteStandard
 
TableDeleteStandard(MutatingTableReference, MutationTarget<?>, String, List<ColumnValueBinding>, List<ColumnValueBinding>, List<ColumnValueParameter>, String) - Constructor for class org.hibernate.sql.model.internal.TableDeleteStandard
 
TableDetails - Interface in org.hibernate.metamodel.mapping
Details about a table
TableDetails.KeyColumn - Interface in org.hibernate.metamodel.mapping
Details about a column within the key group
TableDetails.KeyColumnConsumer - Interface in org.hibernate.metamodel.mapping
 
TableDetails.KeyDetails - Interface in org.hibernate.metamodel.mapping
Details about the primary key of a table
tableExpression - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
tableFound(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
TableGenerationTypeStrategy - Class in org.hibernate.id.factory.internal
 
TableGenerationTypeStrategy() - Constructor for class org.hibernate.id.factory.internal.TableGenerationTypeStrategy
 
tableGenerator - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
tableGenerator - Variable in class org.hibernate.boot.jaxb.mapping.JaxbId
 
tableGenerator - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Entity
 
tableGenerator - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
 
tableGenerator - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Id
 
TableGenerator - Class in org.hibernate.id.enhanced
An enhanced version of table-based id generation.
TableGenerator - Class in org.hibernate.jpamodelgen.xml.jaxb
 
TableGenerator() - Constructor for class org.hibernate.id.enhanced.TableGenerator
 
TableGenerator() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
 
tableGenerators - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
 
TableGroup - Interface in org.hibernate.sql.ast.tree.from
Group together TableReference references related to a single entity or collection, along with joins to other TableGroups
TableGroupFilterAliasGenerator - Class in org.hibernate.internal
 
TableGroupFilterAliasGenerator(String, TableGroup) - Constructor for class org.hibernate.internal.TableGroupFilterAliasGenerator
 
TableGroupImpl - Class in org.hibernate.query.results
A TableGroup created with regards to a SQL ResultSet mapping
TableGroupImpl(NavigablePath, String, TableReference, ModelPartContainer) - Constructor for class org.hibernate.query.results.TableGroupImpl
 
TableGroupJoin - Class in org.hibernate.sql.ast.tree.from
 
TableGroupJoin(NavigablePath, SqlAstJoinType, TableGroup) - Constructor for class org.hibernate.sql.ast.tree.from.TableGroupJoin
 
TableGroupJoin(NavigablePath, SqlAstJoinType, TableGroup, Predicate) - Constructor for class org.hibernate.sql.ast.tree.from.TableGroupJoin
 
TableGroupJoinHelper - Class in org.hibernate.sql.ast.internal
 
TableGroupJoinHelper() - Constructor for class org.hibernate.sql.ast.internal.TableGroupJoinHelper
 
TableGroupJoinProducer - Interface in org.hibernate.sql.ast.tree.from
 
tableGroupMap - Variable in class org.hibernate.sql.ast.spi.SimpleFromClauseAccessImpl
 
TableGroupProducer - Interface in org.hibernate.sql.ast.tree.from
Marker interface for anything which produces a TableGroup
TableInclusionChecker - Interface in org.hibernate.engine.jdbc.mutation
Used to check if a table should be included in the current execution
TableInformation - Interface in org.hibernate.tool.schema.extract.spi
Provides access to information about existing tables in the database
TableInformationContainer - Interface in org.hibernate.boot.jaxb.hbm.spi
Common interface for all mappings that contain relational table information
TableInformationImpl - Class in org.hibernate.tool.schema.extract.internal
Provides access to information about existing schema objects (tables, sequences etc) of existing database.
TableInformationImpl(InformationExtractor, IdentifierHelper, QualifiedTableName, boolean, String) - Constructor for class org.hibernate.tool.schema.extract.internal.TableInformationImpl
 
TableInsert - Interface in org.hibernate.sql.model.ast
Models an insert into a model (entity or collection) table, triggered from flush
TableInsertBuilder - Interface in org.hibernate.sql.model.ast.builder
TableMutationBuilder implementation for insert statements.
TableInsertBuilderStandard - Class in org.hibernate.sql.model.ast.builder
Standard TableInsertBuilder
TableInsertBuilderStandard(MutationTarget<?>, MutatingTableReference, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.model.ast.builder.TableInsertBuilderStandard
 
TableInsertBuilderStandard(MutationTarget<?>, TableMapping, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.model.ast.builder.TableInsertBuilderStandard
 
TableInsertCustomSql - Class in org.hibernate.sql.model.internal
Insertion defined using custom sql-insert
TableInsertCustomSql(MutatingTableReference, MutationTarget<?>, List<ColumnValueBinding>, List<ColumnValueParameter>) - Constructor for class org.hibernate.sql.model.internal.TableInsertCustomSql
 
TableInsertReturningBuilder - Class in org.hibernate.id.insert
 
TableInsertReturningBuilder(PostInsertIdentityPersister, SessionFactoryImplementor) - Constructor for class org.hibernate.id.insert.TableInsertReturningBuilder
 
TableInsertStandard - Class in org.hibernate.sql.model.internal
 
TableInsertStandard(MutatingTableReference, MutationTarget<?>, List<ColumnValueBinding>, List<ColumnReference>, List<ColumnValueParameter>) - Constructor for class org.hibernate.sql.model.internal.TableInsertStandard
 
TableJoin - Interface in org.hibernate.sql.ast.tree.from
The commonalities between TableGroupJoin and TableReferenceJoin.
TableKeyExpressionCollector - Class in org.hibernate.query.sqm.mutation.internal
 
TableKeyExpressionCollector(EntityMappingType) - Constructor for class org.hibernate.query.sqm.mutation.internal.TableKeyExpressionCollector
 
TableMapping - Interface in org.hibernate.sql.model
Describes a table as far as Hibernate understands it from mapping details
TableMapping.MutationDetails - Class in org.hibernate.sql.model
Details for the mutation of a table
TableMergeBuilder<O extends MutationOperation> - Class in org.hibernate.sql.model.ast.builder
 
TableMergeBuilder(MutationTarget<?>, MutatingTableReference, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.model.ast.builder.TableMergeBuilder
 
TableMergeBuilder(MutationTarget<?>, TableMapping, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.model.ast.builder.TableMergeBuilder
 
TableMigrator - Interface in org.hibernate.tool.schema.internal
An object that produces an alter table statements needed to update the definition of a table.
TableMutation<O extends MutationOperation> - Interface in org.hibernate.sql.model.ast
Describes the mutation of a model table (mapped by an entity or collection) triggered from flush.
TableMutationBuilder<M extends TableMutation<?>> - Interface in org.hibernate.sql.model.ast.builder
Generalized contract for building TableMutation instances
tableName - Variable in class org.hibernate.sql.Delete
 
tableName - Variable in class org.hibernate.sql.Insert
 
tableName - Variable in class org.hibernate.sql.SimpleSelect
 
tableName - Variable in class org.hibernate.sql.Update
 
tableName(String) - Method in class org.hibernate.cfg.DefaultNamingStrategy
Deprecated.
Return the argument
tableName(String) - Method in class org.hibernate.cfg.ImprovedNamingStrategy
Deprecated.
Convert mixed case to underscores
tableName(String) - Method in interface org.hibernate.cfg.NamingStrategy
Deprecated.
Alter the table name given in the mapping document
tableName(String) - Method in class org.hibernate.cfg.PersistenceStandardNamingStrategy
Deprecated.
 
tableNotFound(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
TableOwner - Interface in org.hibernate.mapping
Optional contract implemented by some subtypes of PersistentClass.
TableReference - Interface in org.hibernate.sql.ast.tree.from
Represents a reference to a table (derived or physical) in a query's from clause.
TableReferenceJoin - Class in org.hibernate.sql.ast.tree.from
Represents a join to a TableReference; roughly equivalent to a SQL join.
TableReferenceJoin(boolean, NamedTableReference, Predicate) - Constructor for class org.hibernate.sql.ast.tree.from.TableReferenceJoin
 
TableReferenceJoinPredicateProducer - Interface in org.hibernate.sql.ast.tree.from
Functional contract for producing the join-predicate related to a TableReferenceJoin.
Tables - Annotation Type in org.hibernate.annotations
Deprecated, for removal: This API element is subject to removal in a future version.
since Table is deprecated
TABLES - Static variable in class org.hibernate.id.IncrementGenerator
A parameter specifying a list of tables over which the generated id should be unique.
TABLES - Static variable in interface org.hibernate.id.PersistentIdentifierGenerator
The configuration parameter holding the table names for all tables for which the id must be unique
TableSet - Class in org.hibernate.persister.entity.mutation
Represents a Set of TableMapping(s); table mappings are identified by an ordered unique id: the order in which they are updated within the scope of a particular persister.
TableSet() - Constructor for class org.hibernate.persister.entity.mutation.TableSet
 
TableSource - Interface in org.hibernate.boot.model.source.spi
Contract describing source of table information
TableSourceImpl - Class in org.hibernate.boot.model.source.internal.hbm
Models a table mapping source.
TableSpecificationSource - Interface in org.hibernate.boot.model.source.spi
Contract describing source of "table specification" information.
TableStructure - Class in org.hibernate.id.enhanced
Describes a table used to mimic sequence behavior
TableStructure(JdbcEnvironment, String, QualifiedName, Identifier, int, int, Class) - Constructor for class org.hibernate.id.enhanced.TableStructure
 
TableUpdate<O extends MutationOperation> - Interface in org.hibernate.sql.model.ast
Models an update to a model (entity or collection) table, triggered from flush
TableUpdateBuilder<O extends MutationOperation> - Interface in org.hibernate.sql.model.ast.builder
TableMutationBuilder implementation for update statements.
TableUpdateBuilderSkipped - Class in org.hibernate.sql.model.ast.builder
 
TableUpdateBuilderSkipped(MutatingTableReference) - Constructor for class org.hibernate.sql.model.ast.builder.TableUpdateBuilderSkipped
 
TableUpdateBuilderStandard<O extends MutationOperation> - Class in org.hibernate.sql.model.ast.builder
Standard TableUpdateBuilder implementation
TableUpdateBuilderStandard(MutationTarget<?>, MutatingTableReference, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.model.ast.builder.TableUpdateBuilderStandard
 
TableUpdateBuilderStandard(MutationTarget<?>, MutatingTableReference, SessionFactoryImplementor, String) - Constructor for class org.hibernate.sql.model.ast.builder.TableUpdateBuilderStandard
 
TableUpdateBuilderStandard(MutationTarget<?>, TableMapping, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.model.ast.builder.TableUpdateBuilderStandard
 
TableUpdateCustomSql - Class in org.hibernate.sql.model.internal
Update defined using custom sql-update
TableUpdateCustomSql(MutatingTableReference, MutationTarget<?>, String, List<ColumnValueBinding>, List<ColumnValueBinding>, List<ColumnValueBinding>) - Constructor for class org.hibernate.sql.model.internal.TableUpdateCustomSql
 
TableUpdateCustomSql(MutatingTableReference, MutationTarget<?>, String, List<ColumnValueBinding>, List<ColumnValueBinding>, List<ColumnValueBinding>, List<ColumnValueParameter>) - Constructor for class org.hibernate.sql.model.internal.TableUpdateCustomSql
 
TableUpdateNoSet - Class in org.hibernate.sql.model.internal
A skipped update
TableUpdateNoSet(MutatingTableReference, MutationTarget<?>) - Constructor for class org.hibernate.sql.model.internal.TableUpdateNoSet
 
TableUpdateStandard - Class in org.hibernate.sql.model.internal
 
TableUpdateStandard(MutatingTableReference, MutationTarget<?>, String, List<ColumnValueBinding>, List<ColumnValueBinding>, List<ColumnValueBinding>) - Constructor for class org.hibernate.sql.model.internal.TableUpdateStandard
 
TableUpdateStandard(MutatingTableReference, MutationTarget<?>, String, List<ColumnValueBinding>, List<ColumnValueBinding>, List<ColumnValueBinding>, String, Expectation) - Constructor for class org.hibernate.sql.model.internal.TableUpdateStandard
 
TableUpdateStandard(MutatingTableReference, MutationTarget<?>, String, List<ColumnValueBinding>, List<ColumnValueBinding>, List<ColumnValueBinding>, List<ColumnValueParameter>) - Constructor for class org.hibernate.sql.model.internal.TableUpdateStandard
 
TableUpdateStandard(MutatingTableReference, MutationTarget<?>, String, List<ColumnValueBinding>, List<ColumnValueBinding>, List<ColumnValueBinding>, List<ColumnValueParameter>, String, Expectation) - Constructor for class org.hibernate.sql.model.internal.TableUpdateStandard
 
tailMap(K) - Method in class org.hibernate.collection.spi.PersistentSortedMap
 
tailMap(K) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
tailSet(E) - Method in class org.hibernate.collection.spi.PersistentSortedSet
 
tailSet(U) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedSetProxy
 
takeResponsibility(RowProcessingState, CollectionKey) - Method in class org.hibernate.sql.results.graph.collection.internal.AbstractImmediateCollectionInitializer
 
takeSnapshot(RowProcessingState, SharedSessionContractImplementor, PersistenceContext, EntityEntry) - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
tan(Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create an expression that returns the tangent of its argument.
tan(Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
tan(Expression<? extends Number>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
TAN - org.hibernate.testing.orm.domain.gambit.Shirt.Color
 
tanh() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
tanh(Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create an expression that returns the hyperbolic tangent of its argument.
tanh(Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
tanh(Expression<? extends Number>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
tanh_exp() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
Target - Annotation Type in org.hibernate.annotations
Deprecated.
use annotation members of JPA association mapping annotations, for example, OneToMany.targetEntity()
TARGET - org.hibernate.metamodel.mapping.ForeignKeyDescriptor.Nature
 
TARGET_PART_NAME - Static variable in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
 
targetAuditMode() - Method in annotation type org.hibernate.envers.Audited
Specifies if the entity that is the target of the relation should be audited or not.
targetClass - Variable in class org.hibernate.boot.jaxb.mapping.JaxbConstructorResult
 
targetClass - Variable in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
 
targetClass - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ConstructorResult
 
targetClass - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
 
TargetColumnAdapterJaxbColumn - Class in org.hibernate.boot.jaxb.hbm.transform
 
TargetColumnAdapterJaxbColumn(ColumnDefaults) - Constructor for class org.hibernate.boot.jaxb.hbm.transform.TargetColumnAdapterJaxbColumn
 
TargetColumnAdapterJaxbColumn(JaxbColumn, ColumnDefaults) - Constructor for class org.hibernate.boot.jaxb.hbm.transform.TargetColumnAdapterJaxbColumn
 
TargetColumnAdapterJaxbJoinColumn - Class in org.hibernate.boot.jaxb.hbm.transform
 
TargetColumnAdapterJaxbJoinColumn(ColumnDefaults) - Constructor for class org.hibernate.boot.jaxb.hbm.transform.TargetColumnAdapterJaxbJoinColumn
 
TargetColumnAdapterJaxbJoinColumn(JaxbJoinColumn, ColumnDefaults) - Constructor for class org.hibernate.boot.jaxb.hbm.transform.TargetColumnAdapterJaxbJoinColumn
 
TargetDescriptor - Interface in org.hibernate.tool.schema.spi
Describes the target(s) of schema create, drop and migrate actions.
targetEntity - Variable in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
 
targetEntity - Variable in class org.hibernate.boot.jaxb.mapping.JaxbManyToOne
 
targetEntity - Variable in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
 
targetEntity - Variable in class org.hibernate.boot.jaxb.mapping.JaxbOneToOne
 
targetEntity - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToMany
 
targetEntity - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ManyToOne
 
targetEntity - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToMany
 
targetEntity - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OneToOne
 
targetEntity() - Method in class org.hibernate.grammars.hql.HqlParser.DeleteStatementContext
 
targetEntity() - Method in class org.hibernate.grammars.hql.HqlParser.InsertStatementContext
 
targetEntity() - Method in class org.hibernate.grammars.hql.HqlParser
 
targetEntity() - Method in class org.hibernate.grammars.hql.HqlParser.UpdateStatementContext
 
TargetEntityContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.TargetEntityContext
 
targetFields() - Method in class org.hibernate.grammars.hql.HqlParser.InsertStatementContext
 
targetFields() - Method in class org.hibernate.grammars.hql.HqlParser
 
TargetFieldsContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.TargetFieldsContext
 
targetKeyPropertyNames - Variable in class org.hibernate.metamodel.mapping.internal.AbstractEntityCollectionPart
 
targetNotFoundAction() - Method in annotation type org.hibernate.envers.Audited
Specifies if the entity that is the relation target isn't found, how should the system react.
TargetType - Enum in org.hibernate.tool.schema
Describes the allowable targets (SPI wise) for schema management actions.
TC_CLASSLOADER - Static variable in interface org.hibernate.cfg.EnvironmentSettings
Specifies how the thread context class loader must be used for class lookup.
TcclLookupPrecedence - Enum in org.hibernate.boot.registry.classloading.internal
Defines when the lookup in the current thread context ClassLoader should be done according to the other ones.
Template - Class in org.hibernate.sql
Parses SQL fragments specified in mapping documents.
TEMPLATE - Static variable in class org.hibernate.sql.Template
 
TemplatedViolatedConstraintNameExtractor - Class in org.hibernate.exception.spi
Extracts a violated database constraint name from an error message by matching the error message against a template.
TemplatedViolatedConstraintNameExtractor(Function<SQLException, String>) - Constructor for class org.hibernate.exception.spi.TemplatedViolatedConstraintNameExtractor
 
temporal - Variable in class org.hibernate.boot.jaxb.mapping.JaxbBasic
 
temporal - Variable in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
 
temporal - Variable in class org.hibernate.boot.jaxb.mapping.JaxbId
 
temporal - Variable in class org.hibernate.boot.jaxb.mapping.JaxbVersion
 
temporal - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Basic
 
temporal - Variable in class org.hibernate.jpamodelgen.xml.jaxb.ElementCollection
 
temporal - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Id
 
temporal - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Version
 
TEMPORAL - org.hibernate.query.sqm.produce.function.FunctionParameterType
 
TEMPORAL_UNIT - org.hibernate.query.sqm.produce.function.FunctionParameterType
A temporal unit, used by the extract() function, and some native database functions
TemporalJavaType<T> - Interface in org.hibernate.type.descriptor.java
Specialized JavaType for temporal types.
temporalLiteral() - Method in class org.hibernate.grammars.hql.HqlParser.LiteralContext
 
temporalLiteral() - Method in class org.hibernate.grammars.hql.HqlParser
 
TemporalLiteralContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.TemporalLiteralContext
 
TemporalType - Enum in org.hibernate.jpamodelgen.xml.jaxb
Java class for temporal-type.
TemporalTypeMarshalling - Class in org.hibernate.boot.jaxb.mapping.marshall
JAXB marshalling for TemporalType
TemporalTypeMarshalling() - Constructor for class org.hibernate.boot.jaxb.mapping.marshall.TemporalTypeMarshalling
 
TemporalUnit - Enum in org.hibernate.query.sqm
A temporal field type which can occur as an argument to extract() or as the unit of a duration expression.
TemporaryTable - Class in org.hibernate.dialect.temptable
 
TemporaryTableColumn - Class in org.hibernate.dialect.temptable
A column in a IdTable.
TemporaryTableColumn(TemporaryTable, String, JdbcMapping, String, Size, boolean) - Constructor for class org.hibernate.dialect.temptable.TemporaryTableColumn
 
TemporaryTableColumn(TemporaryTable, String, JdbcMapping, String, Size, boolean, boolean) - Constructor for class org.hibernate.dialect.temptable.TemporaryTableColumn
 
TemporaryTableColumnComparator(Metadata) - Constructor for class org.hibernate.boot.model.relational.ColumnOrderingStrategyStandard.TemporaryTableColumnComparator
 
TemporaryTableCreationWork(TemporaryTable, TemporaryTableExporter, SessionFactoryImplementor) - Constructor for class org.hibernate.dialect.temptable.TemporaryTableHelper.TemporaryTableCreationWork
 
TemporaryTableCreationWork(TemporaryTable, SessionFactoryImplementor) - Constructor for class org.hibernate.dialect.temptable.TemporaryTableHelper.TemporaryTableCreationWork
 
TemporaryTableDropWork(TemporaryTable, TemporaryTableExporter, SessionFactoryImplementor) - Constructor for class org.hibernate.dialect.temptable.TemporaryTableHelper.TemporaryTableDropWork
 
TemporaryTableDropWork(TemporaryTable, SessionFactoryImplementor) - Constructor for class org.hibernate.dialect.temptable.TemporaryTableHelper.TemporaryTableDropWork
 
TemporaryTableExporter - Interface in org.hibernate.dialect.temptable
An exporter for temporary tables.
TemporaryTableHelper - Class in org.hibernate.dialect.temptable
 
TemporaryTableHelper() - Constructor for class org.hibernate.dialect.temptable.TemporaryTableHelper
 
TemporaryTableHelper.TemporaryTableCreationWork - Class in org.hibernate.dialect.temptable
 
TemporaryTableHelper.TemporaryTableDropWork - Class in org.hibernate.dialect.temptable
 
TemporaryTableKind - Enum in org.hibernate.dialect.temptable
Classifies the kinds of temporary table implementations.
TemporaryTableSessionUidColumn - Class in org.hibernate.dialect.temptable
 
TemporaryTableSessionUidColumn(TemporaryTable, JdbcMapping, String, Size) - Constructor for class org.hibernate.dialect.temptable.TemporaryTableSessionUidColumn
 
TempTableDdlTransactionHandling - Enum in org.hibernate.boot
Enum describing how creation and dropping of temporary tables should be done in terms of transaction handling.
TENANT_IDENTIFIER_TO_USE_FOR_ANY_KEY - Static variable in interface org.hibernate.cfg.MultiTenancySettings
During bootstrap, Hibernate needs access to any Connection for access to DatabaseMetaData.
tenantId - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
TenantId - Annotation Type in org.hibernate.annotations
Identifies a field of an entity that holds a tenant id in discriminator-based multitenancy.
TenantIdBinder - Class in org.hibernate.binder.internal
Sets up filters associated with a TenantId field
TenantIdBinder() - Constructor for class org.hibernate.binder.internal.TenantIdBinder
 
tenantIdentifier(Object) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
tenantIdentifier(Object) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
tenantIdentifier(Object) - Method in class org.hibernate.internal.SessionFactoryImpl.SessionBuilderImpl
 
tenantIdentifier(Object) - Method in class org.hibernate.internal.SessionFactoryImpl.StatelessSessionBuilderImpl
 
tenantIdentifier(Object) - Method in interface org.hibernate.SessionBuilder
Define the tenant identifier to be associated with the opened session.
tenantIdentifier(Object) - Method in interface org.hibernate.StatelessSessionBuilder
Define the tenant identifier to be associated with the opened session.
tenantIdentifier(String) - Method in class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
tenantIdentifier(String) - Method in class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
tenantIdentifier(String) - Method in class org.hibernate.internal.SessionFactoryImpl.SessionBuilderImpl
 
tenantIdentifier(String) - Method in class org.hibernate.internal.SessionFactoryImpl.StatelessSessionBuilderImpl
 
tenantIdentifier(String) - Method in interface org.hibernate.SessionBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
tenantIdentifier(String) - Method in interface org.hibernate.StatelessSessionBuilder
Deprecated, for removal: This API element is subject to removal in a future version.
TenantIdentifierMismatchException - Exception in org.hibernate.context
Indicates that tenant identifiers did not match in cases where CurrentTenantIdentifierResolver.validateExistingCurrentSessions() returns true and there is a mismatch found.
TenantIdentifierMismatchException(String) - Constructor for exception org.hibernate.context.TenantIdentifierMismatchException
Constructs a TenantIdentifierMismatchException.
TenantIdentifierMismatchException(String, Throwable) - Constructor for exception org.hibernate.context.TenantIdentifierMismatchException
Constructs a TenantIdentifierMismatchException.
TenantIdGeneration - Class in org.hibernate.generator.internal
A generator that produces the current tenant identifier to be assigned to the TenantId property.
TenantIdGeneration(TenantId, Member, GeneratorCreationContext) - Constructor for class org.hibernate.generator.internal.TenantIdGeneration
 
TerminalPathException - Exception in org.hibernate.query.sqm
Indicates an attempt to dereference a terminal path (usually a path referring to something of basic type)
TerminalPathException(String) - Constructor for exception org.hibernate.query.sqm.TerminalPathException
 
TestableLoggerProvider - Class in org.hibernate.testing.logger
A LoggerProvider for JBoss Logger.
TestableLoggerProvider() - Constructor for class org.hibernate.testing.logger.TestableLoggerProvider
 
TestClassMetadata - Class in org.hibernate.testing.junit4
Metadata about various types of callback methods on a given test class.
TestClassMetadata(Class) - Constructor for class org.hibernate.testing.junit4.TestClassMetadata
 
TestForIssue - Annotation Type in org.hibernate.testing
Deprecated, for removal: This API element is subject to removal in a future version.
Use JiraKey instead.
TestingDatabaseInfo - Class in org.hibernate.testing.env
 
TestingJtaBootstrap - Class in org.hibernate.testing.jta
 
TestingJtaPlatformImpl - Class in org.hibernate.testing.jta
A test-specific implementation of the JtaPlatform contract for testing JTA-based functionality.
TestingJtaPlatformImpl() - Constructor for class org.hibernate.testing.jta.TestingJtaPlatformImpl
 
TestingJtaTransactionCoordinatorBuilder - Class in org.hibernate.testing.jta
 
TestingJtaTransactionCoordinatorBuilder() - Constructor for class org.hibernate.testing.jta.TestingJtaTransactionCoordinatorBuilder
 
TestingPersistenceUnitDescriptorImpl(String) - Constructor for class org.hibernate.testing.orm.junit.EntityManagerFactoryBasedFunctionalTest.TestingPersistenceUnitDescriptorImpl
 
TestingUtil - Class in org.hibernate.testing.orm.junit
 
TestingUtil.TestAnnotationCollector<S> - Interface in org.hibernate.testing.orm.junit
 
testInstance - Variable in class org.hibernate.testing.junit4.CustomRunner
 
TestPathHelper - Class in org.hibernate.testing.util
 
testSettingIsolationAsName() - Method in class org.hibernate.testing.common.connections.BaseTransactionIsolationConfigTest
 
testSettingIsolationAsNameAlt() - Method in class org.hibernate.testing.common.connections.BaseTransactionIsolationConfigTest
 
testSettingIsolationAsNumeric() - Method in class org.hibernate.testing.common.connections.BaseTransactionIsolationConfigTest
 
testSettingIsolationAsNumericString() - Method in class org.hibernate.testing.common.connections.BaseTransactionIsolationConfigTest
 
TEXT - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping String to JDBC LONGVARCHAR.
TF_BOOLEAN - org.hibernate.query.sqm.CastType
 
THEN - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
THEN - Static variable in class org.hibernate.grammars.hql.HqlParser
 
THEN() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
THEN() - Method in class org.hibernate.grammars.hql.HqlParser.SearchedCaseWhenContext
 
THEN() - Method in class org.hibernate.grammars.hql.HqlParser.SimpleCaseWhenContext
 
ThreadLocalSessionContext - Class in org.hibernate.context.internal
A CurrentSessionContext impl which scopes the notion of current session by the current thread of execution.
ThreadLocalSessionContext(SessionFactoryImplementor) - Constructor for class org.hibernate.context.internal.ThreadLocalSessionContext
Constructs a ThreadLocal
ThreadLocalSessionContext.CleanupSync - Class in org.hibernate.context.internal
Transaction sync used for cleanup of the internal session map.
THREE - org.hibernate.testing.orm.domain.gambit.EnumValue
 
ThreeEntityQueryGenerator - Class in org.hibernate.envers.internal.entities.mapper.relation.query
Selects data from a relation middle-table and a two related versions entity.
ThreeEntityQueryGenerator(Configuration, String, MiddleIdData, MiddleIdData, MiddleIdData, boolean, String, MiddleComponentData...) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.query.ThreeEntityQueryGenerator
 
thresholdExpired() - Method in interface org.hibernate.internal.util.collections.BoundedConcurrentHashMap.EvictionPolicy
Returns true if batching threshold has expired, false otherwise.
throwIfNull(Object, Object, String) - Static method in exception org.hibernate.UnresolvableObjectException
Factory method for building and throwing an UnresolvableObjectException if the entity is null.
throwNPE(String) - Method in class org.hibernate.testing.byteman.BytemanHelper
 
throwUnsupportedTypeException(Type, String, String) - Method in class org.hibernate.envers.configuration.internal.metadata.AbstractMetadataGenerator
 
ThruthnessPredicate - Class in org.hibernate.sql.ast.tree.predicate
 
ThruthnessPredicate(Expression, boolean, boolean, JdbcMappingContainer) - Constructor for class org.hibernate.sql.ast.tree.predicate.ThruthnessPredicate
 
Ticket - Class in org.hibernate.testing.orm.domain.helpdesk
 
Ticket() - Constructor for class org.hibernate.testing.orm.domain.helpdesk.Ticket
 
TiDBDialect - Class in org.hibernate.dialect
A SQL dialect for TiDB.
TiDBDialect() - Constructor for class org.hibernate.dialect.TiDBDialect
 
TiDBDialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.TiDBDialect
 
TiDBDialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.TiDBDialect
 
TiDBSequenceSupport - Class in org.hibernate.dialect.sequence
Sequence support for TiDBDialect.
TiDBSequenceSupport() - Constructor for class org.hibernate.dialect.sequence.TiDBSequenceSupport
 
TiDBSqlAstTranslator<T extends JdbcOperation> - Class in org.hibernate.dialect
A SQL AST translator for TiDB.
TiDBSqlAstTranslator(SessionFactoryImplementor, Statement) - Constructor for class org.hibernate.dialect.TiDBSqlAstTranslator
 
TIES - org.hibernate.query.sqm.FrameExclusion
 
TIES - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
TIES - Static variable in class org.hibernate.grammars.hql.HqlParser
 
TIES() - Method in class org.hibernate.grammars.hql.HqlParser.FetchClauseContext
 
TIES() - Method in class org.hibernate.grammars.hql.HqlParser.FrameExclusionContext
 
TIES() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
time() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
time() - Method in class org.hibernate.grammars.hql.HqlParser.JdbcTimeLiteralContext
 
time() - Method in class org.hibernate.grammars.hql.HqlParser.LocalDateTimeContext
 
time() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeContext
 
time() - Method in class org.hibernate.grammars.hql.HqlParser.OffsetDateTimeWithMinutesContext
 
time() - Method in class org.hibernate.grammars.hql.HqlParser
 
time() - Method in class org.hibernate.grammars.hql.HqlParser.TimeLiteralContext
 
time() - Method in class org.hibernate.grammars.hql.HqlParser.ZonedDateTimeContext
 
TIME - org.hibernate.annotations.UuidGenerator.Style
Use a time-based generation strategy consistent with RFC 4122 version 1, but with IP address instead of MAC address.
TIME - org.hibernate.jpamodelgen.xml.jaxb.TemporalType
 
TIME - org.hibernate.query.sqm.CastType
 
TIME - org.hibernate.query.sqm.produce.function.FunctionParameterType
 
TIME - org.hibernate.query.sqm.TemporalUnit
The time part of a timestamp, datetime, or offset datetime, as a LocalTime.
TIME - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
TIME - Static variable in class org.hibernate.grammars.hql.HqlParser
 
TIME - Static variable in class org.hibernate.type.SqlTypes
A type code representing the generic SQL type TIME.
TIME - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Date (Time) to JDBC TIMESTAMP.
TIME() - Method in class org.hibernate.grammars.hql.HqlParser.CurrentTimeFunctionContext
 
TIME() - Method in class org.hibernate.grammars.hql.HqlParser.DateOrTimeFieldContext
 
TIME() - Method in class org.hibernate.grammars.hql.HqlParser.LocalTimeFunctionContext
 
TIME() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
TIME() - Method in class org.hibernate.grammars.hql.HqlParser.TimeLiteralContext
 
TIME_ESCAPE_START - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
TIME_ESCAPE_START - Static variable in class org.hibernate.grammars.hql.HqlParser
 
TIME_ESCAPE_START() - Method in class org.hibernate.grammars.hql.HqlParser.JdbcTimeLiteralContext
 
TIME_FORMAT - Static variable in class org.hibernate.type.descriptor.java.JdbcTimeJavaType
 
TIME_UTC - Static variable in class org.hibernate.type.SqlTypes
A type code representing the generic SQL type TIME, where the value is given in UTC, instead of in the system or JDBC timezone.
TIME_WITH_TIMEZONE - Static variable in class org.hibernate.type.SqlTypes
A type code representing identifies the generic SQL type TIME WITH TIMEZONE.
TimeAsTimestampWithTimeZoneJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for TIMESTAMP_WITH_TIMEZONE handling.
TimeAsTimestampWithTimeZoneJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.TimeAsTimestampWithTimeZoneJdbcType
 
TimeContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.TimeContext
 
TimedExecutor - Class in org.hibernate.testing.async
 
TimedExecutor(long) - Constructor for class org.hibernate.testing.async.TimedExecutor
 
TimedExecutor(long, int) - Constructor for class org.hibernate.testing.async.TimedExecutor
 
timedOut() - Method in interface org.hibernate.testing.async.Executable
Called when the timeout period is exceeded.
TimeJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for TIME handling.
TimeJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.TimeJdbcType
 
timeLiteral() - Method in class org.hibernate.grammars.hql.HqlParser.TemporalLiteralContext
 
timeLiteral() - Method in class org.hibernate.grammars.hql.HqlParser
 
TimeLiteralContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.TimeLiteralContext
 
timeLiteralFrom(String, SqmCreationState) - Static method in class org.hibernate.query.sqm.tree.expression.SqmExpressionHelper
 
TimeMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.JdbcTimeJavaType.TimeMutabilityPlan
 
timeout - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedNativeQueryType
 
timeout - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNamedQueryType
 
timeout - Variable in class org.hibernate.boot.jaxb.mapping.JaxbNamedNativeQuery
 
timeout - Variable in class org.hibernate.boot.jaxb.mapping.JaxbNamedQuery
 
timeout - Variable in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
timeout() - Method in annotation type org.hibernate.annotations.NamedNativeQuery
The query timeout in seconds.
timeout() - Method in annotation type org.hibernate.annotations.NamedQuery
The query timeout in seconds.
timeOut() - Static method in class org.hibernate.cache.spi.support.SimpleTimestamper
 
TIMEOUT_HIBERNATE - Static variable in class org.hibernate.annotations.QueryHints
Deprecated.
 
TIMEOUT_JAKARTA_JPA - Static variable in class org.hibernate.annotations.QueryHints
Deprecated.
 
TIMEOUT_JPA - Static variable in class org.hibernate.annotations.QueryHints
Deprecated.
 
timestamp - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
timestamp() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
TIMESTAMP - org.hibernate.boot.model.source.internal.hbm.XmlElementMetadata
Describes the <timestamp/> element
TIMESTAMP - org.hibernate.jpamodelgen.xml.jaxb.TemporalType
 
TIMESTAMP - org.hibernate.query.sqm.CastType
 
TIMESTAMP - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
TIMESTAMP - Static variable in class org.hibernate.grammars.hql.HqlParser
 
TIMESTAMP - Static variable in class org.hibernate.type.SqlTypes
A type code representing the generic SQL type TIMESTAMP.
TIMESTAMP - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Date (Timestamp) to JDBC TIMESTAMP.
TIMESTAMP() - Method in class org.hibernate.grammars.hql.HqlParser.CurrentTimestampFunctionContext
 
TIMESTAMP() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
TIMESTAMP_ESCAPE_START - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
TIMESTAMP_ESCAPE_START - Static variable in class org.hibernate.grammars.hql.HqlParser
 
TIMESTAMP_ESCAPE_START() - Method in class org.hibernate.grammars.hql.HqlParser.JdbcTimestampLiteralContext
 
TIMESTAMP_FORMAT - Static variable in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
 
TIMESTAMP_INVALIDATE - org.hibernate.event.spi.EventManager.CacheActionDescription
 
TIMESTAMP_PRE_INVALIDATE - org.hibernate.event.spi.EventManager.CacheActionDescription
 
TIMESTAMP_UTC - Static variable in class org.hibernate.type.SqlTypes
A type code representing the generic SQL type TIMESTAMP, where the value is given in UTC, instead of in the system or JDBC timezone.
TIMESTAMP_WITH_TIMEZONE - Static variable in class org.hibernate.type.SqlTypes
A type code representing the generic SQL type TIMESTAMP WITH TIMEZONE.
TimestampaddFunction - Class in org.hibernate.dialect.function
The timestampadd() or dateadd() function has a funny syntax which accepts a TemporalUnit as the first argument, and the actual set of accepted units varies widely.
TimestampaddFunction(Dialect, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.TimestampaddFunction
 
timestampaddPattern(TemporalUnit, TemporalType, IntervalType) - Method in class org.hibernate.dialect.AbstractHANADialect
 
timestampaddPattern(TemporalUnit, TemporalType, IntervalType) - Method in class org.hibernate.dialect.CockroachDialect
 
timestampaddPattern(TemporalUnit, TemporalType, IntervalType) - Method in class org.hibernate.dialect.DB2Dialect
 
timestampaddPattern(TemporalUnit, TemporalType, IntervalType) - Method in class org.hibernate.dialect.DB2zDialect
 
timestampaddPattern(TemporalUnit, TemporalType, IntervalType) - Method in class org.hibernate.dialect.DerbyDialect
 
timestampaddPattern(TemporalUnit, TemporalType, IntervalType) - Method in class org.hibernate.dialect.Dialect
Obtain a pattern for the SQL equivalent to a timestampadd() function call.
timestampaddPattern(TemporalUnit, TemporalType, IntervalType) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
timestampaddPattern(TemporalUnit, TemporalType, IntervalType) - Method in class org.hibernate.dialect.H2Dialect
 
timestampaddPattern(TemporalUnit, TemporalType, IntervalType) - Method in class org.hibernate.dialect.HSQLDialect
 
timestampaddPattern(TemporalUnit, TemporalType, IntervalType) - Method in class org.hibernate.dialect.MySQLDialect
 
timestampaddPattern(TemporalUnit, TemporalType, IntervalType) - Method in class org.hibernate.dialect.OracleDialect
 
timestampaddPattern(TemporalUnit, TemporalType, IntervalType) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
timestampaddPattern(TemporalUnit, TemporalType, IntervalType) - Method in class org.hibernate.dialect.SpannerDialect
 
timestampaddPattern(TemporalUnit, TemporalType, IntervalType) - Method in class org.hibernate.dialect.SQLServerDialect
 
timestampaddPattern(TemporalUnit, TemporalType, IntervalType) - Method in class org.hibernate.dialect.SybaseASEDialect
 
timestampaddPattern(TemporalUnit, TemporalType, IntervalType) - Method in class org.hibernate.dialect.SybaseDialect
 
timestampCacheHits(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
timestampCacheMisses(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
timestampCachePuts(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
TimestampdiffFunction - Class in org.hibernate.dialect.function
The timestampdiff() or datediff() function has a funny syntax which accepts a TemporalUnit as the first argument, and the actual set of accepted units varies widely.
TimestampdiffFunction(Dialect, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.TimestampdiffFunction
 
timestampdiffPattern(TemporalUnit, TemporalType, TemporalType) - Method in class org.hibernate.dialect.AbstractHANADialect
 
timestampdiffPattern(TemporalUnit, TemporalType, TemporalType) - Method in class org.hibernate.dialect.CockroachDialect
 
timestampdiffPattern(TemporalUnit, TemporalType, TemporalType) - Method in class org.hibernate.dialect.DB2Dialect
 
timestampdiffPattern(TemporalUnit, TemporalType, TemporalType) - Method in class org.hibernate.dialect.DerbyDialect
 
timestampdiffPattern(TemporalUnit, TemporalType, TemporalType) - Method in class org.hibernate.dialect.Dialect
Obtain a pattern for the SQL equivalent to a timestampdiff() function call.
timestampdiffPattern(TemporalUnit, TemporalType, TemporalType) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
timestampdiffPattern(TemporalUnit, TemporalType, TemporalType) - Method in class org.hibernate.dialect.H2Dialect
 
timestampdiffPattern(TemporalUnit, TemporalType, TemporalType) - Method in class org.hibernate.dialect.HSQLDialect
 
timestampdiffPattern(TemporalUnit, TemporalType, TemporalType) - Method in class org.hibernate.dialect.MySQLDialect
 
timestampdiffPattern(TemporalUnit, TemporalType, TemporalType) - Method in class org.hibernate.dialect.OracleDialect
 
timestampdiffPattern(TemporalUnit, TemporalType, TemporalType) - Method in class org.hibernate.dialect.PostgresPlusDialect
 
timestampdiffPattern(TemporalUnit, TemporalType, TemporalType) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
timestampdiffPattern(TemporalUnit, TemporalType, TemporalType) - Method in class org.hibernate.dialect.SpannerDialect
 
timestampdiffPattern(TemporalUnit, TemporalType, TemporalType) - Method in class org.hibernate.dialect.SQLServerDialect
 
timestampdiffPattern(TemporalUnit, TemporalType, TemporalType) - Method in class org.hibernate.dialect.SybaseASEDialect
 
timestampdiffPattern(TemporalUnit, TemporalType, TemporalType) - Method in class org.hibernate.dialect.SybaseDialect
 
timestampdiffPatternV10(TemporalUnit, TemporalType, TemporalType) - Static method in class org.hibernate.dialect.DB2Dialect
 
TimestampGenerators - Class in org.hibernate.tuple
Deprecated.
This style of generation has been replaced by org.hibernate.generator
TimestampJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for TIMESTAMP handling.
TimestampJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.TimestampJdbcType
 
timestampLiteralFrom(String, SqmCreationState) - Static method in class org.hibernate.query.sqm.tree.expression.SqmExpressionHelper
 
TimestampMutabilityPlan() - Constructor for class org.hibernate.type.descriptor.java.JdbcTimestampJavaType.TimestampMutabilityPlan
 
TIMESTAMPS - org.hibernate.cache.spi.support.AccessedDataClassification
 
TimestampsCache - Interface in org.hibernate.cache.spi
Tracks invalidation of "query spaces" (tables) for the purpose of determining if a cached query result set is stale.
TimestampsCacheDisabledImpl - Class in org.hibernate.cache.internal
TimestampsRegionAccess implementation for cases where query results caching (or second level caching overall) is disabled.
TimestampsCacheDisabledImpl() - Constructor for class org.hibernate.cache.internal.TimestampsCacheDisabledImpl
 
TimestampsCacheEnabledImpl - Class in org.hibernate.cache.internal
Standard implementation of TimestampsCache
TimestampsCacheEnabledImpl(TimestampsRegion) - Constructor for class org.hibernate.cache.internal.TimestampsCacheEnabledImpl
 
TimestampsCacheFactory - Interface in org.hibernate.cache.spi
Responsible for building the TimestampsCache to use for managing query results with respect to staleness of the underlying tables (sometimes called "query spaces" or "table spaces").
TimestampsRegion - Interface in org.hibernate.cache.spi
Defines the contract for a cache region that stores timestamps.
TimestampsRegionTemplate - Class in org.hibernate.cache.spi.support
 
TimestampsRegionTemplate(String, RegionFactory, StorageAccess) - Constructor for class org.hibernate.cache.spi.support.TimestampsRegionTemplate
TimestampUtcAsInstantJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for TIMESTAMP_UTC handling.
TimestampUtcAsInstantJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.TimestampUtcAsInstantJdbcType
 
TimestampUtcAsJdbcTimestampJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for TIMESTAMP_UTC handling.
TimestampUtcAsJdbcTimestampJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.TimestampUtcAsJdbcTimestampJdbcType
 
TimestampUtcAsOffsetDateTimeJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for TIMESTAMP_UTC handling.
TimestampUtcAsOffsetDateTimeJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.TimestampUtcAsOffsetDateTimeJdbcType
 
TimestampWithTimeZoneJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for TIMESTAMP_WITH_TIMEZONE handling.
TimestampWithTimeZoneJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.TimestampWithTimeZoneJdbcType
 
TimeUtcAsJdbcTimeJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for TIME_UTC handling.
TimeUtcAsJdbcTimeJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.TimeUtcAsJdbcTimeJdbcType
 
TimeUtcAsOffsetTimeJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for TIME_UTC handling.
TimeUtcAsOffsetTimeJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.TimeUtcAsOffsetTimeJdbcType
 
TimeWithTimeZoneJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for TIME_WITH_TIMEZONE handling.
TimeWithTimeZoneJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.TimeWithTimeZoneJdbcType
 
TIMEZONE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping TimeZone to JDBC VARCHAR.
TIMEZONE_DEFAULT_STORAGE - Static variable in interface org.hibernate.cfg.MappingSettings
Specifies the default strategy for storage of the timezone information for the zoned datetime types OffsetDateTime and ZonedDateTime.
TIMEZONE_HOUR - org.hibernate.query.sqm.TemporalUnit
The hour field of the TemporalUnit.OFFSET in an offset datetime.
TIMEZONE_HOUR - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
TIMEZONE_HOUR - Static variable in class org.hibernate.grammars.hql.HqlParser
 
TIMEZONE_HOUR() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
TIMEZONE_HOUR() - Method in class org.hibernate.grammars.hql.HqlParser.TimeZoneFieldContext
 
TIMEZONE_MINUTE - org.hibernate.query.sqm.TemporalUnit
The minute field of the TemporalUnit.OFFSET in an offset datetime.
TIMEZONE_MINUTE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
TIMEZONE_MINUTE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
TIMEZONE_MINUTE() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
TIMEZONE_MINUTE() - Method in class org.hibernate.grammars.hql.HqlParser.TimeZoneFieldContext
 
TimeZoneColumn - Annotation Type in org.hibernate.annotations
Specifies the mapped column for storing the time zone information, for use in conjunction with TimeZoneStorageType.COLUMN or TimeZoneStorageType.AUTO.
TimeZoneComparator() - Constructor for class org.hibernate.type.descriptor.java.TimeZoneJavaType.TimeZoneComparator
 
TimeZoneConnectionProvider - Class in org.hibernate.testing.orm.jdbc
This ConnectionProvider extends any other ConnectionProvider that would be used by default taken the current configuration properties, and it just sets a default TimeZone which is different than the current default one.
TimeZoneConnectionProvider(String) - Constructor for class org.hibernate.testing.orm.jdbc.TimeZoneConnectionProvider
 
timeZoneField() - Method in class org.hibernate.grammars.hql.HqlParser.ExtractFieldContext
 
timeZoneField() - Method in class org.hibernate.grammars.hql.HqlParser
 
TimeZoneFieldContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.TimeZoneFieldContext
 
TimeZoneJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for TimeZone handling.
TimeZoneJavaType() - Constructor for class org.hibernate.type.descriptor.java.TimeZoneJavaType
 
TimeZoneJavaType.TimeZoneComparator - Class in org.hibernate.type.descriptor.java
 
TimeZoneStorage - Annotation Type in org.hibernate.annotations
Specifies how the time zone information of a persistent property or field should be persisted.
TimeZoneStorageHelper - Class in org.hibernate.boot.model.internal
 
TimeZoneStorageHelper() - Constructor for class org.hibernate.boot.model.internal.TimeZoneStorageHelper
 
timeZoneStorageStrategy(TimeZoneStorageType, MetadataBuildingContext) - Static method in class org.hibernate.mapping.BasicValue
 
TimeZoneStorageStrategy - Enum in org.hibernate
Enumerates the possible storage strategies for offset or zoned datetimes.
TimeZoneStorageType - Enum in org.hibernate.annotations
Describes the storage of timezone information for zoned datetime types, in particular, for the types OffsetDateTime and ZonedDateTime.
TimeZoneSupport - Enum in org.hibernate.dialect
Describes the extent to which a given database supports the SQL with time zone types.
timing() - Method in annotation type org.hibernate.annotations.CurrentTimestamp
Deprecated.
This was introduced in error
TINYINT - Static variable in class org.hibernate.type.SqlTypes
A type code representing the generic SQL type TINYINT.
TinyIntAsSmallIntJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for TINYINT handling, when the SMALLINT DDL type code is used.
TinyIntAsSmallIntJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.TinyIntAsSmallIntJdbcType
 
TinyIntJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for TINYINT handling.
TinyIntJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.TinyIntJdbcType
 
TM_CLASS_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.AtomikosJtaPlatform
 
TM_CLASS_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.BitronixJtaPlatform
 
TM_CLASS_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.JOnASJtaPlatform
 
TM_CLASS_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.JOTMJtaPlatform
 
TM_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.BorlandEnterpriseServerJtaPlatform
 
TM_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.JRun4JtaPlatform
 
TM_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.OC4JJtaPlatform
 
TM_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.OrionJtaPlatform
 
TM_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.ResinJtaPlatform
 
TM_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.SapNetWeaverJtaPlatform
 
TM_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.SunOneJtaPlatform
 
TM_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.WeblogicJtaPlatform
 
TMF_CLASS_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereLibertyJtaPlatform
 
to(Geometry) - Static method in class org.hibernate.spatial.dialect.h2gis.H2GISWkb
Encode the specified Geometry into a WKB
TO - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
TO - Static variable in class org.hibernate.grammars.hql.HqlParser
 
TO() - Method in class org.hibernate.grammars.hql.HqlParser.CycleClauseContext
 
TO() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
TO_LIST - Static variable in class org.hibernate.transform.Transformers
Deprecated.
Each row of results is a List
TO_MANY_MIDDLE - org.hibernate.envers.internal.entities.RelationType
A collection-of-references-valued relation.
TO_MANY_MIDDLE_NOT_OWNING - org.hibernate.envers.internal.entities.RelationType
A collection-of-references-valued relation.
TO_MANY_NOT_OWNING - org.hibernate.envers.internal.entities.RelationType
A collection-of-references-valued relation.
TO_ONE - org.hibernate.envers.internal.entities.RelationType
A single-reference-valued relation.
TO_ONE_NOT_OWNING - org.hibernate.envers.internal.entities.RelationType
A single-reference-valued relation.
TO_PARENT - org.hibernate.type.ForeignKeyDirection
A foreign key from child to parent
to2DIntArray(Collection<int[]>) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
to2DStringArray(Collection<String[]>) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
toAccessType() - Method in enum org.hibernate.annotations.CacheConcurrencyStrategy
Get the AccessType corresponding to this concurrency strategy.
toAliasEntityMap(SqlFragmentAlias[]) - Static method in class org.hibernate.boot.model.internal.BinderHelper
 
toAliasString(String) - Method in class org.hibernate.sql.Alias
 
toAliasStrings(String[]) - Method in class org.hibernate.sql.Alias
 
toAliasTableMap(SqlFragmentAlias[]) - Static method in class org.hibernate.boot.model.internal.BinderHelper
 
toArray() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
 
toArray() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.SetProxy
 
toArray() - Method in class org.hibernate.collection.spi.PersistentBag
 
toArray() - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
toArray() - Method in class org.hibernate.collection.spi.PersistentList
 
toArray() - Method in class org.hibernate.collection.spi.PersistentSet
 
toArray() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
 
toArray() - Method in class org.hibernate.internal.util.collections.IdentitySet
 
toArray() - Method in class org.hibernate.sql.results.internal.TupleImpl
 
toArray(A[]) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
 
toArray(A[]) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.SetProxy
 
toArray(A[]) - Method in class org.hibernate.collection.spi.PersistentBag
 
toArray(A[]) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
toArray(A[]) - Method in class org.hibernate.collection.spi.PersistentList
 
toArray(A[]) - Method in class org.hibernate.collection.spi.PersistentSet
 
toArray(T[]) - Method in class org.hibernate.internal.util.collections.IdentitySet
 
toArray(V[]) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
 
toArrayTypeString(ArrayType, Context) - Static method in class org.hibernate.jpamodelgen.util.TypeUtils
 
toBigDecimal(Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
toBigDecimal(Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
toBigDecimal(Expression<? extends Number>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
toBigDecimal(Expression<? extends Number>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
toBigInteger(Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
toBigInteger(Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
toBigInteger(Expression<? extends Number>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
toBigInteger(Expression<? extends Number>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
toBigInteger(Double) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toBigInteger(Float) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toBigInteger(BigDecimal) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toBinaryString(byte) - Static method in class org.hibernate.internal.util.BytesHelper
 
toBinaryString(int) - Static method in class org.hibernate.internal.util.BytesHelper
 
toBinaryString(long) - Static method in class org.hibernate.internal.util.BytesHelper
 
toBoolean(boolean) - Method in enum org.hibernate.boot.model.TruthValue
 
toBoolean(Object, boolean) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
 
toBoolean(TruthValue, boolean) - Static method in enum org.hibernate.boot.model.TruthValue
 
toBoolean(CastType) - Static method in class org.hibernate.dialect.BooleanDecoder
 
toBooleanArray(Collection<Boolean>) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
toBooleanValueString(boolean) - Method in class org.hibernate.dialect.Dialect
The SQL literal expression representing the given boolean value.
toBooleanValueString(boolean) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
toByte(Boolean) - Method in class org.hibernate.type.descriptor.java.BooleanJavaType
 
toByte(Double) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toByte(Float) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toByte(Integer) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toByte(Long) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toByte(Short) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toByte(BigDecimal) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toByte(BigInteger) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toByte(T) - Method in class org.hibernate.type.descriptor.java.EnumJavaType
Convert a value of the enum type to its ordinal value
toBytes(T) - Method in class org.hibernate.type.descriptor.java.SerializableJavaType
 
ToBytesTransformer() - Constructor for class org.hibernate.type.descriptor.java.UUIDJavaType.ToBytesTransformer
 
toCharNumberDateTimestamp() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
toColumnNullness(Object, Mapping) - Method in class org.hibernate.persister.entity.DiscriminatorType
Deprecated.
 
toColumnNullness(Object, Mapping) - Method in class org.hibernate.type.AbstractStandardBasicType
 
toColumnNullness(Object, Mapping) - Method in class org.hibernate.type.AnyType
 
toColumnNullness(Object, Mapping) - Method in class org.hibernate.type.CollectionType
 
toColumnNullness(Object, Mapping) - Method in class org.hibernate.type.ComponentType
 
toColumnNullness(Object, Mapping) - Method in class org.hibernate.type.CustomType
 
toColumnNullness(Object, Mapping) - Method in class org.hibernate.type.internal.ConvertedBasicTypeImpl
 
toColumnNullness(Object, Mapping) - Method in class org.hibernate.type.ManyToOneType
 
toColumnNullness(Object, Mapping) - Method in class org.hibernate.type.MetaType
Deprecated.
 
toColumnNullness(Object, Mapping) - Method in class org.hibernate.type.OneToOneType
 
toColumnNullness(Object, Mapping) - Method in class org.hibernate.type.SerializableToBlobType
 
toColumnNullness(Object, Mapping) - Method in interface org.hibernate.type.Type
Given an instance of the type, return an array of boolean values indicating which mapped columns would be null.
toColumns(String) - Method in class org.hibernate.jpamodelgen.validation.MockCollectionPersister
 
toColumns(String) - Method in class org.hibernate.jpamodelgen.validation.MockEntityPersister
 
toColumns(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
toColumns(String) - Method in class org.hibernate.persister.collection.ElementPropertyMapping
Deprecated.
Given a property path, return the corresponding column name(s).
toColumns(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Given a property path, return the corresponding column name(s).
toColumns(String) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
Deprecated.
 
toColumns(String) - Method in interface org.hibernate.persister.entity.PropertyMapping
Deprecated.
Given a property path, return the corresponding column name(s).
toColumns(String, int) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
toColumns(String, int) - Method in interface org.hibernate.persister.entity.OuterJoinLoadable
Deprecated.
Given the number of a property of a subclass, and a table alias, return the aliased column names.
toConverterDescriptor(MetadataBuildingContext) - Method in interface org.hibernate.boot.AttributeConverterInfo
Deprecated.
 
toDatabaseIdentifierText(String) - Method in class org.hibernate.boot.model.naming.ObjectNameNormalizer
 
toDateFunction - Variable in class org.hibernate.dialect.function.DateTruncEmulation
 
toDescriptiveText() - Method in class org.hibernate.metamodel.mapping.ordering.ast.ColumnReference
 
toDescriptiveText() - Method in interface org.hibernate.metamodel.mapping.ordering.ast.DomainPath
 
toDescriptiveText() - Method in class org.hibernate.metamodel.mapping.ordering.ast.FunctionExpression
 
toDescriptiveText() - Method in interface org.hibernate.metamodel.mapping.ordering.ast.OrderingExpression
 
toDescriptiveText() - Method in class org.hibernate.metamodel.mapping.ordering.ast.SelfRenderingOrderingExpression
 
toDomainValue(R) - Method in interface org.hibernate.type.descriptor.converter.spi.BasicValueConverter
Convert the relational form just retrieved from JDBC ResultSet into the domain form.
toDomainValue(Character) - Method in class org.hibernate.type.TrueFalseConverter
 
toDomainValue(Character) - Method in class org.hibernate.type.YesNoConverter
 
toDomainValue(Integer) - Method in class org.hibernate.type.NumericBooleanConverter
 
toDomainValue(R) - Method in class org.hibernate.metamodel.mapping.DiscriminatorConverter
 
toDomainValue(R) - Method in class org.hibernate.type.descriptor.converter.internal.JpaAttributeConverterImpl
 
toDomainValue(S) - Method in class org.hibernate.type.descriptor.converter.internal.ArrayConverter
 
toDomainValue(Y) - Method in class org.hibernate.type.descriptor.converter.internal.CollectionConverter
 
toDouble(Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
toDouble(Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
toDouble(Expression<? extends Number>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
toDouble(Expression<? extends Number>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
toDouble(Float) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toDouble(BigDecimal) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toDouble(BigInteger) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
ToDurationExpressionContext(HqlParser.ExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.ToDurationExpressionContext
 
toEWKB(Geometry<?>) - Static method in class org.hibernate.spatial.dialect.hana.HANASpatialUtils
 
toExpandableList(T[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
toExternalForm() - Method in enum org.hibernate.LockMode
 
toFetchStyle() - Method in enum org.hibernate.engine.profile.Fetch.Style
Deprecated.
 
toFloat(Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
toFloat(Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
toFloat(Expression<? extends Number>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
toFloat(Expression<? extends Number>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
toFragmentString() - Method in class org.hibernate.sql.ForUpdateFragment
 
toFragmentString() - Method in class org.hibernate.sql.InFragment
 
toGeometry(byte[]) - Method in class org.hibernate.spatial.dialect.mysql.MySQLGeometryJdbcType
 
toGeometry(Object) - Method in class org.hibernate.spatial.dialect.db2.DB2GeometryType
 
toGeometry(Object) - Static method in class org.hibernate.spatial.dialect.hana.HANASpatialUtils
 
toGeometry(Object) - Method in class org.hibernate.spatial.dialect.postgis.AbstractPostGISJdbcType
 
toGeometry(String) - Method in class org.hibernate.spatial.dialect.postgis.AbstractCastingPostGISJdbcType
 
toGeometry(ResultSet, String) - Static method in class org.hibernate.spatial.dialect.hana.HANASpatialUtils
 
toHqlString() - Method in interface org.hibernate.query.sqm.tree.SqmVisitableNode
 
toIdentifier(String) - Static method in class org.hibernate.boot.model.naming.DatabaseIdentifier
 
toIdentifier(String) - Static method in class org.hibernate.boot.model.naming.Identifier
Means to generate an Identifier instance from its simple text form.
toIdentifier(String) - Method in class org.hibernate.boot.model.relational.Database
Wrap the raw name of a database object in its Identifier form accounting for quoting from any of: explicit quoting in the name itself global request to quote all identifiers
toIdentifier(String) - Method in class org.hibernate.boot.model.relational.internal.SqlStringGenerationContextImpl
 
toIdentifier(String) - Method in interface org.hibernate.boot.model.relational.SqlStringGenerationContext
Generate an Identifier instance from its simple name as obtained from mapping information.
toIdentifier(String) - Method in class org.hibernate.engine.jdbc.env.internal.NormalizingIdentifierHelperImpl
 
toIdentifier(String) - Method in interface org.hibernate.engine.jdbc.env.spi.IdentifierHelper
Generate an Identifier instance from its simple name as obtained from mapping information.
toIdentifier(String, boolean) - Static method in class org.hibernate.boot.model.naming.Identifier
Means to generate an Identifier instance from its simple text form.
toIdentifier(String, boolean) - Method in class org.hibernate.engine.jdbc.env.internal.NormalizingIdentifierHelperImpl
 
toIdentifier(String, boolean) - Method in interface org.hibernate.engine.jdbc.env.spi.IdentifierHelper
Generate an Identifier instance from its simple name as obtained from mapping information.
toIdentifier(String, boolean, boolean) - Static method in class org.hibernate.boot.model.naming.Identifier
Means to generate an Identifier instance from its simple text form.
toIdentifier(String, MetadataBuildingContext) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
Easy hook to build an Identifier using the keyword safe IdentifierHelper.
toInt(byte[]) - Static method in class org.hibernate.internal.util.BytesHelper
Custom algorithm used to generate an int from a series of bytes.
toInt(Boolean) - Method in class org.hibernate.type.descriptor.java.BooleanJavaType
 
toIntArray(Collection<Integer>) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
toInteger(Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
toInteger(Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
toInteger(Expression<? extends Number>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
toInteger(Expression<? extends Number>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
toInteger(Boolean) - Method in class org.hibernate.type.descriptor.java.BooleanJavaType
 
toInteger(Byte) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toInteger(Double) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toInteger(Float) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toInteger(Long) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toInteger(Short) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toInteger(BigDecimal) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toInteger(BigInteger) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toInteger(CastType) - Static method in class org.hibernate.dialect.BooleanDecoder
 
toInteger(T) - Method in class org.hibernate.type.descriptor.java.EnumJavaType
Convert a value of the enum type to its ordinal value
toIntegerBoolean(CastType) - Static method in class org.hibernate.dialect.BooleanDecoder
 
toIsolationConnectionConstantName(Integer) - Static method in class org.hibernate.engine.jdbc.connections.internal.ConnectionProviderInitiator
Gets the Connection constant name corresponding to the given isolation.
toIsolationNiceName(Integer) - Static method in class org.hibernate.engine.jdbc.connections.internal.ConnectionProviderInitiator
Get the name of a JDBC transaction isolation level
toJdbcFunctionReturn(SharedSessionContractImplementor) - Method in class org.hibernate.procedure.internal.FunctionReturnImpl
 
toJdbcFunctionReturn(SharedSessionContractImplementor) - Method in interface org.hibernate.procedure.spi.FunctionReturnImplementor
 
toJdbcLiteral(T, Dialect, WrapperOptions) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcLiteralFormatter
Produces a string containing a SQL literal value representing the given Java value.
toJdbcParameterRegistration(int, ProcedureCallImplementor<?>) - Method in class org.hibernate.procedure.internal.ProcedureParameterImpl
 
toJdbcParameterRegistration(int, ProcedureCallImplementor<?>) - Method in interface org.hibernate.procedure.spi.FunctionReturnImplementor
 
toJdbcParameterRegistration(int, ProcedureCallImplementor<?>) - Method in interface org.hibernate.procedure.spi.ProcedureParameterImplementor
 
toJpaClassification() - Method in enum org.hibernate.metamodel.CollectionClassification
 
toJpaFlushMode() - Method in enum org.hibernate.FlushMode
 
toJpaFlushMode(FlushMode) - Static method in enum org.hibernate.FlushMode
 
toJpaLockMode() - Method in enum org.hibernate.LockMode
 
toJpaLockMode(LockMode) - Static method in enum org.hibernate.LockMode
 
tokenNames - Static variable in class org.hibernate.grammars.graph.GraphLanguageLexer
Deprecated.
tokenNames - Static variable in class org.hibernate.grammars.graph.GraphLanguageParser
Deprecated.
tokenNames - Static variable in class org.hibernate.grammars.hql.HqlLexer
Deprecated.
Use HqlLexer.VOCABULARY instead.
tokenNames - Static variable in class org.hibernate.grammars.hql.HqlParser
Deprecated.
tokenNames - Static variable in class org.hibernate.grammars.importsql.SqlScriptLexer
Deprecated.
tokenNames - Static variable in class org.hibernate.grammars.importsql.SqlScriptParser
Deprecated.
tokenNames - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
Deprecated.
tokenNames - Static variable in class org.hibernate.grammars.ordering.OrderingParser
Deprecated.
toList(Iterator<T>) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
ToListResultTransformer - Class in org.hibernate.transform
Deprecated.
since ResultTransformer is deprecated
toLockOptions() - Method in enum org.hibernate.LockMode
 
toLoggableString() - Method in class org.hibernate.engine.jdbc.batch.internal.BasicBatchKey
 
toLoggableString() - Method in interface org.hibernate.engine.jdbc.batch.spi.BatchKey
 
toLoggableString(Object, SessionFactoryImplementor) - Method in interface org.hibernate.type.Type
Generate a representation of the given value for logging purposes.
toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.persister.entity.DiscriminatorType
Deprecated.
 
toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AbstractStandardBasicType
 
toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.AnyType
 
toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.ArrayType
 
toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CollectionType
 
toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.ComponentType
 
toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.CustomType
 
toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.EntityType
Generate a loggable representation of an instance of the value mapped by this type.
toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.EnumType
Deprecated.
 
toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.internal.ConvertedBasicTypeImpl
 
toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.MetaType
Deprecated.
 
toLoggableString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.SerializableToBlobType
 
toLoggableString(Object, SessionFactoryImplementor) - Method in interface org.hibernate.usertype.LoggableUserType
Generate a loggable string representation of the collection (value).
toLoggableString(PersistentCollection<?>) - Static method in class org.hibernate.internal.log.LoggingHelper
 
toLoggableString(CollectionKey) - Static method in class org.hibernate.internal.log.LoggingHelper
 
toLoggableString(EntityKey) - Static method in class org.hibernate.internal.log.LoggingHelper
 
toLoggableString(SharedSessionContractImplementor) - Method in class org.hibernate.engine.internal.NonNullableTransientDependencies
Build a loggable representation of the paths tracked here at the moment.
toLoggableString(NavigableRole) - Static method in class org.hibernate.internal.log.LoggingHelper
 
toLoggableString(NavigableRole, Object) - Static method in class org.hibernate.internal.log.LoggingHelper
 
toLoggableString(NavigablePath) - Static method in class org.hibernate.internal.log.LoggingHelper
 
toLoggableString(NavigablePath, Object) - Static method in class org.hibernate.internal.log.LoggingHelper
 
toLoggableText(String, String) - Method in enum org.hibernate.query.sqm.BinaryArithmeticOperator
 
toLong(Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
toLong(Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
toLong(Expression<? extends Number>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
toLong(Expression<? extends Number>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
toLong(Boolean) - Method in class org.hibernate.type.descriptor.java.BooleanJavaType
 
toLong(Byte) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toLong(Double) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toLong(Float) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toLong(Integer) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toLong(Short) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toLong(BigDecimal) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toLong(BigInteger) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toLong(T) - Method in class org.hibernate.type.descriptor.java.EnumJavaType
Convert a value of the enum type to its ordinal value
toMany(String, RelationType, String, String, IdMapper, PropertyMapper, PropertyMapper, MiddleIdData, MiddleIdData, String, boolean, boolean) - Static method in class org.hibernate.envers.internal.entities.RelationDescription
 
ToManyAssociationPersister(String, CollectionType, String, ProcessorSessionFactory) - Constructor for class org.hibernate.jpamodelgen.validation.ProcessorSessionFactory.ToManyAssociationPersister
 
toMap(Object...) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
 
toMap(String...) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
 
toMap(String, String, Map) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
Constructs a map from a property value.
toMap(String, String, Properties) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
Constructs a map from a property value.
toMatchString(String) - Method in enum org.hibernate.envers.query.criteria.MatchMode
Convert the pattern by prepending/append "%".
toMember(XProperty) - Static method in class org.hibernate.boot.model.convert.internal.ConverterHelper
 
toMemento() - Method in class org.hibernate.procedure.internal.FunctionReturnImpl
 
toMemento() - Method in class org.hibernate.procedure.internal.ProcedureParameterImpl
 
toMemento() - Method in class org.hibernate.query.internal.QueryParameterNamedImpl
 
toMemento() - Method in class org.hibernate.query.internal.QueryParameterPositionalImpl
 
toMemento() - Method in interface org.hibernate.query.spi.QueryParameterImplementor
 
toMemento() - Method in class org.hibernate.query.sqm.tree.expression.JpaCriteriaParameter
 
toMemento(String) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
toMemento(String) - Method in interface org.hibernate.procedure.ProcedureCall
 
toMemento(String) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
toMemento(String) - Method in interface org.hibernate.query.named.NameableQuery
Convert the query into the memento
toMemento(String) - Method in interface org.hibernate.query.results.ResultSetMapping
Create a memento from this mapping.
toMemento(String) - Method in class org.hibernate.query.results.ResultSetMappingImpl
 
toMemento(String) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
toMemento(String) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
toMemento(String) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
toMemento(SessionFactoryImplementor) - Method in class org.hibernate.sql.results.internal.StandardRowReader
 
toMemento(SessionFactoryImplementor) - Method in interface org.hibernate.sql.results.spi.RowReader
Deprecated.
to be removed
toMetaDataCatalogName(Identifier) - Method in class org.hibernate.engine.jdbc.env.internal.NormalizingIdentifierHelperImpl
 
toMetaDataCatalogName(Identifier) - Method in interface org.hibernate.engine.jdbc.env.spi.IdentifierHelper
Render the Identifier representation of a catalog name into the String form needed in DatabaseMetaData calls.
toMetaDataObjectName(Identifier) - Method in class org.hibernate.engine.jdbc.env.internal.NormalizingIdentifierHelperImpl
 
toMetaDataObjectName(Identifier) - Method in interface org.hibernate.engine.jdbc.env.spi.IdentifierHelper
Render the Identifier representation of an object name (table, sequence, etc) into the String form needed in DatabaseMetaData calls.
toMetaDataObjectName(Identifier) - Method in class org.hibernate.tool.schema.extract.internal.AbstractInformationExtractorImpl
 
toMetaDataSchemaName(Identifier) - Method in class org.hibernate.engine.jdbc.env.internal.NormalizingIdentifierHelperImpl
 
toMetaDataSchemaName(Identifier) - Method in interface org.hibernate.engine.jdbc.env.spi.IdentifierHelper
Render the Identifier representation of a schema name into the String form needed in DatabaseMetaData calls.
toName(T) - Method in class org.hibernate.type.descriptor.java.EnumJavaType
Convert a value of the enum type to its name value
toNationalizedTypeCode(int) - Static method in class org.hibernate.type.descriptor.jdbc.NationalizedTypeMappings
 
toNumberOrNull(String) - Static method in class org.hibernate.jpa.internal.util.PessimisticNumberParser
 
toObjectArray(Object) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
toObjectArray(Collection<Object>) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
tool - Variable in class org.hibernate.tool.schema.internal.AbstractSchemaMigrator
 
tool - Variable in class org.hibernate.tool.schema.internal.AbstractSchemaValidator
 
ToolingHint - Class in org.hibernate.boot.model.source.spi
 
ToolingHint(String, boolean) - Constructor for class org.hibernate.boot.model.source.spi.ToolingHint
 
ToolingHintContainer - Interface in org.hibernate.boot.jaxb.hbm.spi
Contract for JAXB bindings which are containers of tooling hints.
ToolingHintContext - Class in org.hibernate.boot.model.source.spi
Represents a collection of "tooling hints" (<meta/> mapping info) keyed by a name.
ToolingHintContext(ToolingHintContext) - Constructor for class org.hibernate.boot.model.source.spi.ToolingHintContext
 
ToolingHintContextContainer - Interface in org.hibernate.boot.model.source.spi
 
toolingHints - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintContainer
 
Tools - Class in org.hibernate.envers.internal.tools
 
Tools() - Constructor for class org.hibernate.envers.internal.tools.Tools
 
tooManyInExpressions(String, int, String, int) - Method in interface org.hibernate.internal.CoreMessageLogger
 
TooManyRowsAffectedException - Exception in org.hibernate.jdbc
Indicates that more rows were affected then we were expecting to be.
TooManyRowsAffectedException(String, int, int) - Constructor for exception org.hibernate.jdbc.TooManyRowsAffectedException
 
toOne(String, RelationType, String, String, IdMapper, PropertyMapper, PropertyMapper, boolean, boolean) - Static method in class org.hibernate.envers.internal.entities.RelationDescription
 
ToOne - Class in org.hibernate.mapping
A mapping model object representing an association where the target side has cardinality one.
ToOne(MetadataBuildingContext, Table) - Constructor for class org.hibernate.mapping.ToOne
 
ToOne(ToOne) - Constructor for class org.hibernate.mapping.ToOne
 
ToOneAttribute - Interface in org.hibernate.boot.jaxb.mapping
 
ToOneAttributeMapping - Class in org.hibernate.metamodel.mapping.internal
 
ToOneAttributeMapping(String, NavigableRole, int, int, ToOne, AttributeMetadata, FetchTiming, FetchStyle, EntityMappingType, ManagedMappingType, EntityPersister, PropertyAccess) - Constructor for class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
ToOneAttributeMapping(String, NavigableRole, int, int, ToOne, AttributeMetadata, FetchOptions, EntityMappingType, ManagedMappingType, EntityPersister, PropertyAccess) - Constructor for class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
ToOneAttributeMapping(ToOneAttributeMapping) - Constructor for class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
For Hibernate Reactive
ToOneAttributeMapping.Cardinality - Enum in org.hibernate.metamodel.mapping.internal
 
ToOneAttributeMapping.NullDomainResult - Class in org.hibernate.metamodel.mapping.internal
 
ToOneBinder - Class in org.hibernate.boot.model.internal
Responsible for interpreting ManyToOne and OneToOne associations and producing mapping model objects of type ManyToOne and OneToOne.
ToOneBinder() - Constructor for class org.hibernate.boot.model.internal.ToOneBinder
 
ToOneDelegateSessionImplementor - Class in org.hibernate.envers.internal.entities.mapper.relation.lazy
 
ToOneDelegateSessionImplementor(AuditReaderImplementor, Class<?>, Object, Number, boolean, EnversService) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.lazy.ToOneDelegateSessionImplementor
 
ToOneEntityLoader - Class in org.hibernate.envers.internal.entities.mapper.relation
 
ToOneFkExpressionContext(HqlParser.PrimaryExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.ToOneFkExpressionContext
 
toOneFkReference() - Method in class org.hibernate.grammars.hql.HqlParser.ToOneFkExpressionContext
 
toOneFkReference() - Method in class org.hibernate.grammars.hql.HqlParser
 
ToOneFkReferenceContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.ToOneFkReferenceContext
 
ToOneFkSecondPass - Class in org.hibernate.boot.model.internal
Enable a proper set of the FK columns in respect with the id column order Allow the correct implementation of the default EJB3 values which needs both sides of the association to be resolved
ToOneFkSecondPass(ToOne, AnnotatedJoinColumns, boolean, PersistentClass, String, MetadataBuildingContext) - Constructor for class org.hibernate.boot.model.internal.ToOneFkSecondPass
 
ToOneIdMapper - Class in org.hibernate.envers.internal.entities.mapper.relation
 
ToOneIdMapper(IdMapper, PropertyData, String, boolean, boolean) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.ToOneIdMapper
 
ToOneRelationMetadataGenerator - Class in org.hibernate.envers.configuration.internal.metadata
Generates metadata for to-one relations (reference-valued properties).
ToOneRelationMetadataGenerator(EnversMetadataBuildingContext) - Constructor for class org.hibernate.envers.configuration.internal.metadata.ToOneRelationMetadataGenerator
 
toOrdinal(T) - Method in class org.hibernate.type.descriptor.java.EnumJavaType
Convert a value of the enum type to its ordinal value
toPackageDescriptor(ArchiveEntry) - Method in class org.hibernate.boot.archive.scan.spi.PackageInfoArchiveEntryHandler
 
toParameterMetadata(SharedSessionContractImplementor) - Method in interface org.hibernate.query.sql.spi.ParameterInterpretation
Create the ParameterMetadata representation of this interpretation
toPhysicalCatalogName(Identifier, JdbcEnvironment) - Method in class org.hibernate.boot.model.naming.CamelCaseToUnderscoresNamingStrategy
 
toPhysicalCatalogName(Identifier, JdbcEnvironment) - Method in interface org.hibernate.boot.model.naming.PhysicalNamingStrategy
Determine the physical catalog name from the given logical name
toPhysicalCatalogName(Identifier, JdbcEnvironment) - Method in class org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
 
toPhysicalColumnName(Identifier, JdbcEnvironment) - Method in class org.hibernate.boot.model.naming.CamelCaseToUnderscoresNamingStrategy
 
toPhysicalColumnName(Identifier, JdbcEnvironment) - Method in interface org.hibernate.boot.model.naming.PhysicalNamingStrategy
Determine the physical column name from the given logical name
toPhysicalColumnName(Identifier, JdbcEnvironment) - Method in class org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
 
toPhysicalName(Identifier, MetadataBuildingContext) - Method in interface org.hibernate.boot.model.naming.NamingStrategyHelper
Handle converting a logical name to a physical name
toPhysicalSchemaName(Identifier, JdbcEnvironment) - Method in class org.hibernate.boot.model.naming.CamelCaseToUnderscoresNamingStrategy
 
toPhysicalSchemaName(Identifier, JdbcEnvironment) - Method in interface org.hibernate.boot.model.naming.PhysicalNamingStrategy
Determine the physical schema name from the given logical name
toPhysicalSchemaName(Identifier, JdbcEnvironment) - Method in class org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
 
toPhysicalSequenceName(Identifier, JdbcEnvironment) - Method in class org.hibernate.boot.model.naming.CamelCaseToUnderscoresNamingStrategy
 
toPhysicalSequenceName(Identifier, JdbcEnvironment) - Method in interface org.hibernate.boot.model.naming.PhysicalNamingStrategy
Determine the physical sequence name from the given logical name
toPhysicalSequenceName(Identifier, JdbcEnvironment) - Method in class org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
 
toPhysicalTableName(Identifier, JdbcEnvironment) - Method in class org.hibernate.boot.model.naming.CamelCaseToUnderscoresNamingStrategy
 
toPhysicalTableName(Identifier, JdbcEnvironment) - Method in interface org.hibernate.boot.model.naming.PhysicalNamingStrategy
Determine the physical table name from the given logical name
toPhysicalTableName(Identifier, JdbcEnvironment) - Method in class org.hibernate.boot.model.naming.PhysicalNamingStrategyStandardImpl
 
toPhysicalTypeName(Identifier, JdbcEnvironment) - Method in interface org.hibernate.boot.model.naming.PhysicalNamingStrategy
Determine the physical UDT type name from the given logical name
topLevelMergeComplete(EventSource) - Method in class org.hibernate.event.internal.EntityCopyAllowedLoggedObserver
 
topLevelMergeComplete(EventSource) - Method in class org.hibernate.event.internal.EntityCopyAllowedObserver
 
topLevelMergeComplete(EventSource) - Method in class org.hibernate.event.internal.EntityCopyNotAllowedObserver
 
topLevelMergeComplete(EventSource) - Method in interface org.hibernate.event.spi.EntityCopyObserver
Called when the top-level merge operation is complete.
TopLimitHandler - Class in org.hibernate.dialect.pagination
A LimitHandler for Transact SQL and similar databases which support the syntax SELECT TOP n.
TopLimitHandler(boolean) - Constructor for class org.hibernate.dialect.pagination.TopLimitHandler
 
TopologicalSort<R> - Class in org.hibernate.envers.internal.tools.graph
Topological sorting of a graph - based on DFS.
TopologicalSort() - Constructor for class org.hibernate.envers.internal.tools.graph.TopologicalSort
 
toPolygon(Envelope, int) - Static method in class org.hibernate.spatial.jts.EnvelopeAdapter
Converts the specified Envelope to a Polygon having the specified srid.
toPreparedStatementGroup(MutationType, MutationTarget<?>, List<PreparableMutationOperation>, SharedSessionContractImplementor) - Static method in class org.hibernate.engine.jdbc.mutation.internal.ModelMutationHelper
 
toProperties(Object...) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
 
toQuery(SharedSessionContractImplementor) - Method in class org.hibernate.procedure.internal.NamedCallableQueryMementoImpl
 
toQuery(SharedSessionContractImplementor) - Method in class org.hibernate.query.criteria.internal.NamedCriteriaQueryMementoImpl
 
toQuery(SharedSessionContractImplementor) - Method in class org.hibernate.query.hql.internal.NamedHqlQueryMementoImpl
 
toQuery(SharedSessionContractImplementor) - Method in interface org.hibernate.query.named.NamedQueryMemento
 
toQuery(SharedSessionContractImplementor) - Method in class org.hibernate.query.sql.internal.NamedNativeQueryMementoImpl
 
toQuery(SharedSessionContractImplementor) - Method in interface org.hibernate.query.sql.spi.NamedNativeQueryMemento
Convert the memento into an untyped executable query
toQuery(SharedSessionContractImplementor) - Method in interface org.hibernate.query.sqm.spi.NamedSqmQueryMemento
Convert the memento into an untyped executable query
toQuery(SharedSessionContractImplementor, Class<T>) - Method in class org.hibernate.procedure.internal.NamedCallableQueryMementoImpl
 
toQuery(SharedSessionContractImplementor, Class<T>) - Method in class org.hibernate.query.criteria.internal.NamedCriteriaQueryMementoImpl
 
toQuery(SharedSessionContractImplementor, Class<T>) - Method in class org.hibernate.query.hql.internal.NamedHqlQueryMementoImpl
 
toQuery(SharedSessionContractImplementor, Class<T>) - Method in interface org.hibernate.query.named.NamedQueryMemento
 
toQuery(SharedSessionContractImplementor, Class<T>) - Method in class org.hibernate.query.sql.internal.NamedNativeQueryMementoImpl
 
toQuery(SharedSessionContractImplementor, Class<T>) - Method in interface org.hibernate.query.sql.spi.NamedNativeQueryMemento
Convert the memento into a typed executable query
toQuery(SharedSessionContractImplementor, Class<T>) - Method in interface org.hibernate.query.sqm.spi.NamedSqmQueryMemento
 
toQuery(SharedSessionContractImplementor, String) - Method in class org.hibernate.query.sql.internal.NamedNativeQueryMementoImpl
 
toQuery(SharedSessionContractImplementor, String) - Method in interface org.hibernate.query.sql.spi.NamedNativeQueryMemento
Convert the memento into a typed executable query
toQuery(Session) - Method in class org.hibernate.envers.internal.tools.query.QueryBuilder
 
toQuery(Session) - Method in class org.hibernate.envers.internal.tools.query.UpdateBuilder
 
toQuotedIdentifier(String) - Method in class org.hibernate.dialect.Dialect
Apply dialect-specific quoting.
toQuotedIdentifier(String) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
toQuotedIdentifier(String) - Method in class org.hibernate.dialect.SybaseASEDialect
 
toRelationalValue(D) - Method in interface org.hibernate.type.descriptor.converter.spi.BasicValueConverter
Convert the domain form into the relational form in preparation for storage into JDBC
toRelationalValue(Boolean) - Method in class org.hibernate.type.NumericBooleanConverter
 
toRelationalValue(Boolean) - Method in class org.hibernate.type.TrueFalseConverter
 
toRelationalValue(Boolean) - Method in class org.hibernate.type.YesNoConverter
 
toRelationalValue(O) - Method in class org.hibernate.metamodel.mapping.DiscriminatorConverter
 
toRelationalValue(O) - Method in class org.hibernate.type.descriptor.converter.internal.JpaAttributeConverterImpl
 
toRelationalValue(T) - Method in class org.hibernate.type.descriptor.converter.internal.ArrayConverter
 
toRelationalValue(X) - Method in class org.hibernate.type.descriptor.converter.internal.CollectionConverter
 
toResultSetType() - Method in enum org.hibernate.ScrollMode
Get the corresponding JDBC scroll type code constant value.
toScanResult() - Method in class org.hibernate.boot.archive.scan.internal.ScanResultCollector
 
toSelectionQuery(Class<T>, SharedSessionContractImplementor) - Method in class org.hibernate.query.criteria.internal.NamedCriteriaQueryMementoImpl
 
toSelectionQuery(Class<T>, SharedSessionContractImplementor) - Method in class org.hibernate.query.hql.internal.NamedHqlQueryMementoImpl
 
toSelectionQuery(Class<T>, SharedSessionContractImplementor) - Method in interface org.hibernate.query.sqm.spi.NamedSqmQueryMemento
 
toSerializableSet(String[]) - Method in class org.hibernate.cache.spi.QuerySpacesHelper
Deprecated.
 
toSet(X...) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
 
toSettingsMap(Object...) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
 
toShort(Boolean) - Method in class org.hibernate.type.descriptor.java.BooleanJavaType
 
toShort(Byte) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toShort(Double) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toShort(Float) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toShort(Integer) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toShort(Long) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toShort(BigDecimal) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toShort(BigInteger) - Static method in class org.hibernate.type.descriptor.java.CoercionHelper
 
toShort(T) - Method in class org.hibernate.type.descriptor.java.EnumJavaType
Convert a value of the enum type to its ordinal value
toSize() - Method in interface org.hibernate.metamodel.mapping.SqlTypedMapping
 
toSmallList(ArrayList<V>) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
Use to convert ArrayList instances which will be retained for a long time, such as for the lifetime of the Hibernate ORM instance.
toSmallMap(Map<K, V>) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
Use to convert Maps which will be retained for a long time, such as for the lifetime of the Hibernate ORM instance.
toSmallSet(Set<T>) - Static method in class org.hibernate.internal.util.collections.CollectionHelper
Use to convert sets which will be retained for a long time, such as for the lifetime of the Hibernate ORM instance.
toSqlExpression(TableGroup, Clause, SqmToSqlAstConverter, SqlAstCreationState) - Method in class org.hibernate.metamodel.internal.AbstractCompositeIdentifierMapping
 
toSqlExpression(TableGroup, Clause, SqmToSqlAstConverter, SqlAstCreationState) - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
 
toSqlExpression(TableGroup, Clause, SqmToSqlAstConverter, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedAttributeMapping
 
toSqlExpression(TableGroup, Clause, SqmToSqlAstConverter, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedCollectionPart
 
toSqlExpression(TableGroup, Clause, SqmToSqlAstConverter, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.internal.InverseNonAggregatedIdentifierMapping
 
toSqlExpression(TableGroup, Clause, SqmToSqlAstConverter, SqlAstCreationState) - Method in class org.hibernate.metamodel.mapping.internal.NonAggregatedIdentifierMappingImpl
 
toSqlExpression(TableGroup, Clause, SqmToSqlAstConverter, SqlAstCreationState) - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddableValuedModelPart
 
toSqlLiteral(J) - Method in interface org.hibernate.usertype.EnhancedUserType
Return an SQL literal representation of the value
toSqlLiteral(T) - Method in class org.hibernate.type.EnumType
Deprecated.
 
toSqlString() - Method in enum org.hibernate.annotations.OnDeleteAction
 
toSqlText() - Method in enum org.hibernate.query.sqm.TrimSpec
 
toSqmType(BindableType<T>, SessionFactoryImplementor) - Static method in class org.hibernate.query.sqm.tree.expression.SqmExpressionHelper
 
toSqmType(BindableType<T>, SqmCreationState) - Static method in class org.hibernate.query.sqm.tree.expression.SqmExpressionHelper
 
toSqmType(BindableType<T>, NodeBuilder) - Static method in class org.hibernate.query.sqm.tree.expression.SqmExpressionHelper
 
toStatementString() - Method in class org.hibernate.id.insert.InsertSelectIdentityInsert
 
toStatementString() - Method in class org.hibernate.sql.Delete
 
toStatementString() - Method in class org.hibernate.sql.Insert
 
toStatementString() - Method in class org.hibernate.sql.SimpleSelect
 
toStatementString() - Method in class org.hibernate.sql.Update
 
toStdout(Metadata) - Static method in class org.hibernate.testing.schema.SchemaUpdateHelper
 
toStdOut(Metadata) - Static method in class org.hibernate.testing.schema.SchemaCreateHelper
 
toString() - Method in class org.hibernate.action.internal.CollectionAction
 
toString() - Method in class org.hibernate.action.internal.DelayedPostInsertIdentifier
 
toString() - Method in class org.hibernate.action.internal.EntityAction
 
toString() - Method in class org.hibernate.action.internal.UnresolvedEntityInsertActions
 
toString() - Method in class org.hibernate.boot.jaxb.Origin
 
toString() - Method in class org.hibernate.boot.model.Caching
Deprecated.
 
toString() - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition
 
toString() - Method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
toString() - Method in class org.hibernate.boot.model.internal.AnnotatedJoinColumn
 
toString() - Method in class org.hibernate.boot.model.internal.ClassPropertyHolder
 
toString() - Method in class org.hibernate.boot.model.internal.CollectionPropertyHolder
 
toString() - Method in class org.hibernate.boot.model.internal.ComponentPropertyHolder
 
toString() - Method in class org.hibernate.boot.model.internal.PropertyInferredData
 
toString() - Method in class org.hibernate.boot.model.naming.Identifier
 
toString() - Method in class org.hibernate.boot.model.process.internal.NamedConverterResolution
 
toString() - Method in class org.hibernate.boot.model.relational.Namespace.Name
 
toString() - Method in class org.hibernate.boot.model.relational.Namespace
 
toString() - Method in class org.hibernate.boot.model.relational.QualifiedNameParser.NameParts
 
toString() - Method in class org.hibernate.boot.model.source.spi.AbstractAttributeKey
 
toString() - Method in class org.hibernate.boot.model.source.spi.JdbcDataType
 
toString() - Method in class org.hibernate.boot.model.source.spi.ToolingHint
 
toString() - Method in class org.hibernate.boot.model.TypeDefinition
 
toString() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.LazyAttributeLoadingInterceptor
 
toString() - Method in class org.hibernate.cache.internal.BasicCacheKeyImplementation
 
toString() - Method in class org.hibernate.cache.internal.CacheKeyImplementation
 
toString() - Method in class org.hibernate.cache.internal.NaturalIdCacheKey
 
toString() - Method in class org.hibernate.cache.internal.QueryResultsCacheImpl
 
toString() - Method in enum org.hibernate.cache.spi.access.AccessType
 
toString() - Method in class org.hibernate.cache.spi.entry.CollectionCacheEntry
 
toString() - Method in class org.hibernate.cache.spi.entry.StandardCacheEntryImpl
 
toString() - Method in class org.hibernate.cache.spi.FilterKey
Deprecated.
 
toString() - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess.Item
 
toString() - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess.SoftLockImpl
 
toString() - Method in enum org.hibernate.cfg.MetadataSourceType
Deprecated.
 
toString() - Method in class org.hibernate.collection.spi.PersistentBag
 
toString() - Method in class org.hibernate.collection.spi.PersistentList
 
toString() - Method in class org.hibernate.collection.spi.PersistentMap
 
toString() - Method in class org.hibernate.collection.spi.PersistentSet
 
toString() - Method in class org.hibernate.dialect.AbstractHANADialect.HANABlobType
 
toString() - Method in class org.hibernate.dialect.Dialect
 
toString() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
toString() - Method in class org.hibernate.dialect.OracleArrayJdbcType
 
toString() - Method in class org.hibernate.dialect.OracleJsonJdbcType
 
toString() - Method in class org.hibernate.dialect.OracleNestedTableJdbcType
 
toString() - Method in class org.hibernate.dialect.PostgreSQLCastingInetJdbcType
 
toString() - Method in class org.hibernate.dialect.PostgreSQLCastingIntervalSecondJdbcType
 
toString() - Method in class org.hibernate.dialect.PostgreSQLEnumJdbcType
 
toString() - Method in class org.hibernate.dialect.SimpleDatabaseVersion
 
toString() - Method in class org.hibernate.dialect.VarcharUUIDJdbcType
 
toString() - Method in class org.hibernate.engine.internal.AbstractEntityEntry
 
toString() - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
toString() - Method in class org.hibernate.engine.jdbc.batch.internal.BasicBatchKey
 
toString() - Method in class org.hibernate.engine.jdbc.batch.internal.BatchImpl
 
toString() - Method in class org.hibernate.engine.jdbc.dialect.spi.DatabaseMetaDataDialectResolutionInfoAdapter
 
toString() - Method in exception org.hibernate.engine.jdbc.mutation.group.UnknownParameterException
 
toString() - Method in class org.hibernate.engine.jdbc.mutation.internal.MutationExecutorPostInsert
 
toString() - Method in class org.hibernate.engine.jdbc.mutation.internal.MutationExecutorPostInsertSingleTable
 
toString() - Method in class org.hibernate.engine.jdbc.mutation.internal.MutationExecutorStandard
 
toString() - Method in class org.hibernate.engine.jdbc.mutation.internal.PreparedStatementDetailsStandard
 
toString() - Method in class org.hibernate.engine.jdbc.mutation.spi.Binding
 
toString() - Method in class org.hibernate.engine.profile.Association
 
toString() - Method in enum org.hibernate.engine.profile.Fetch.Style
Deprecated.
 
toString() - Method in class org.hibernate.engine.profile.Fetch
 
toString() - Method in class org.hibernate.engine.profile.FetchProfile
 
toString() - Method in class org.hibernate.engine.spi.ActionQueue
Returns a string representation of the object.
toString() - Method in class org.hibernate.engine.spi.CascadeStyles.MultipleCascadeStyle
 
toString() - Method in class org.hibernate.engine.spi.CollectionEntry
 
toString() - Method in class org.hibernate.engine.spi.CollectionKey
 
toString() - Method in interface org.hibernate.engine.spi.EntityEntry
 
toString() - Method in class org.hibernate.engine.spi.EntityKey
 
toString() - Method in class org.hibernate.engine.spi.EntityUniqueKey
 
toString() - Method in class org.hibernate.engine.spi.ExecutableList
 
toString() - Method in class org.hibernate.engine.spi.IdentifierValue
 
toString() - Method in interface org.hibernate.engine.spi.PersistenceContext
Returns a string representation of the object.
toString() - Method in class org.hibernate.engine.spi.SubselectFetch
 
toString() - Method in class org.hibernate.engine.spi.TypedValue
 
toString() - Method in class org.hibernate.engine.spi.VersionValue
 
toString() - Method in class org.hibernate.envers.DefaultRevisionEntity
 
toString() - Method in class org.hibernate.envers.DefaultTrackingModifiedEntitiesRevisionEntity
 
toString() - Method in class org.hibernate.envers.enhanced.SequenceIdRevisionEntity
 
toString() - Method in class org.hibernate.envers.enhanced.SequenceIdTrackingModifiedEntitiesRevisionEntity
 
toString() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
 
toString() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.MapProxy
 
toString() - Method in enum org.hibernate.event.spi.EventManager.CacheActionDescription
 
toString() - Method in class org.hibernate.event.spi.EventType
 
toString() - Method in class org.hibernate.event.spi.LoadEventListener.LoadType
 
toString() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
toString() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
toString() - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
toString() - Method in class org.hibernate.internal.SessionImpl
 
toString() - Method in class org.hibernate.internal.util.collections.IdentityMap
 
toString() - Method in class org.hibernate.internal.util.MarkerObject
 
toString() - Method in class org.hibernate.internal.util.SubSequence
 
toString() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaAttribute
 
toString() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaEntity
 
toString() - Method in class org.hibernate.jpamodelgen.annotation.AnnotationMetaPackage
 
toString() - Method in class org.hibernate.jpamodelgen.Context
 
toString() - Method in class org.hibernate.jpamodelgen.util.AccessTypeInformation
 
toString() - Method in class org.hibernate.jpamodelgen.util.FileTimeStampChecker
 
toString() - Method in class org.hibernate.jpamodelgen.validation.MockEntityPersister
 
toString() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaAttribute
 
toString() - Method in class org.hibernate.jpamodelgen.xml.XmlMetaEntity
 
toString() - Method in class org.hibernate.loader.ast.internal.EntityBatchLoaderArrayParam
 
toString() - Method in class org.hibernate.loader.ast.internal.EntityBatchLoaderInPredicate
 
toString() - Method in class org.hibernate.loader.PropertyPath
Deprecated.
 
toString() - Method in class org.hibernate.mapping.Collection
 
toString() - Method in class org.hibernate.mapping.Column
 
toString() - Method in class org.hibernate.mapping.Component
 
toString() - Method in class org.hibernate.mapping.Constraint
 
toString() - Method in class org.hibernate.mapping.ForeignKey
 
toString() - Method in class org.hibernate.mapping.Formula
 
toString() - Method in class org.hibernate.mapping.Index
 
toString() - Method in class org.hibernate.mapping.Join
 
toString() - Method in class org.hibernate.mapping.MetaAttribute
 
toString() - Method in class org.hibernate.mapping.OneToMany
 
toString() - Method in class org.hibernate.mapping.PersistentClass
 
toString() - Method in class org.hibernate.mapping.Property
 
toString() - Method in class org.hibernate.mapping.PropertyGeneration
Deprecated.
 
toString() - Method in class org.hibernate.mapping.SimpleValue
 
toString() - Method in class org.hibernate.mapping.Table.ForeignKeyKey
 
toString() - Method in class org.hibernate.mapping.Table
 
toString() - Method in class org.hibernate.mapping.UserDefinedType
 
toString() - Method in class org.hibernate.metamodel.mapping.AssociationKey
 
toString() - Method in class org.hibernate.metamodel.mapping.DiscriminatorConverter
 
toString() - Method in class org.hibernate.metamodel.mapping.internal.AbstractEntityCollectionPart
 
toString() - Method in class org.hibernate.metamodel.mapping.internal.BasicAttributeMapping
 
toString() - Method in class org.hibernate.metamodel.mapping.internal.BasicEntityIdentifierMappingImpl
 
toString() - Method in class org.hibernate.metamodel.mapping.internal.BasicValuedCollectionPart
 
toString() - Method in class org.hibernate.metamodel.mapping.internal.CollectionIdentifierDescriptorImpl
 
toString() - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationAttributeMapping
 
toString() - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedCollectionPart
 
toString() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedAttributeMapping
 
toString() - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedCollectionPart
 
toString() - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
toString() - Method in class org.hibernate.metamodel.mapping.internal.SelectableMappingImpl
 
toString() - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
toString() - Method in class org.hibernate.metamodel.mapping.internal.SoftDeleteMappingImpl
 
toString() - Method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
toString() - Method in class org.hibernate.metamodel.mapping.SelectablePath
 
toString() - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
toString() - Method in class org.hibernate.metamodel.model.domain.internal.AbstractAttribute
 
toString() - Method in class org.hibernate.metamodel.model.domain.internal.ArrayTupleType
 
toString() - Method in class org.hibernate.metamodel.model.domain.internal.BasicSqmPathSource
 
toString() - Method in class org.hibernate.metamodel.model.domain.internal.EntityTypeImpl
 
toString() - Method in class org.hibernate.metamodel.model.domain.NavigableRole
 
toString() - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
toString() - Method in class org.hibernate.persister.collection.mutation.AbstractUpdateRowsCoordinator
 
toString() - Method in class org.hibernate.persister.collection.mutation.DeleteRowsCoordinatorNoOp
 
toString() - Method in class org.hibernate.persister.collection.mutation.InsertRowsCoordinatorNoOp
 
toString() - Method in class org.hibernate.persister.collection.mutation.InsertRowsCoordinatorStandard
 
toString() - Method in class org.hibernate.persister.collection.mutation.InsertRowsCoordinatorTablePerSubclass
 
toString() - Method in class org.hibernate.persister.collection.mutation.RemoveCoordinatorNoOp
 
toString() - Method in class org.hibernate.persister.collection.mutation.RemoveCoordinatorStandard
 
toString() - Method in class org.hibernate.persister.collection.mutation.RemoveCoordinatorTablePerSubclass
 
toString() - Method in class org.hibernate.persister.collection.mutation.RowMutationOperations
 
toString() - Method in class org.hibernate.persister.collection.mutation.UpdateRowsCoordinatorNoOp
 
toString() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
toString() - Method in class org.hibernate.persister.entity.mutation.EntityTableMapping
 
toString() - Method in class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard
 
toString() - Method in class org.hibernate.persister.entity.Queryable.Declarer
Deprecated.
 
toString() - Method in class org.hibernate.procedure.internal.ProcedureParameterImpl
 
toString() - Method in exception org.hibernate.PropertySetterAccessException
 
toString() - Method in class org.hibernate.query.derived.AnonymousTupleType
 
toString() - Method in class org.hibernate.query.Order
 
toString() - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderBasic
 
toString() - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderDiscriminatedAssociation
 
toString() - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderEmbeddable
 
toString() - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderEntity
 
toString() - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderEntityPart
 
toString() - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderPlural
 
toString() - Method in class org.hibernate.query.sqm.function.NamedSqmFunctionDescriptor
 
toString() - Method in class org.hibernate.query.sqm.sql.internal.BasicValuedPathInterpretation
 
toString() - Method in class org.hibernate.query.sqm.sql.internal.EmbeddableValuedPathInterpretation
 
toString() - Method in enum org.hibernate.query.sqm.TemporalUnit
 
toString() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
 
toString() - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralPartJoin
 
toString() - Method in class org.hibernate.query.sqm.tree.domain.SqmSingularJoin
 
toString() - Method in class org.hibernate.query.sqm.tree.expression.SqmNamedParameter
 
toString() - Method in class org.hibernate.query.sqm.tree.expression.SqmPositionalParameter
 
toString() - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
 
toString() - Method in class org.hibernate.query.sqm.tree.predicate.SqmBooleanExpressionPredicate
 
toString() - Method in class org.hibernate.query.sqm.tree.predicate.SqmWhereClause
 
toString() - Method in enum org.hibernate.query.sqm.tree.SqmJoinType
 
toString() - Method in class org.hibernate.spatial.FunctionKey
 
toString() - Method in class org.hibernate.spi.NavigablePath
 
toString() - Method in class org.hibernate.sql.ast.spi.SqlAliasBaseConstant
 
toString() - Method in class org.hibernate.sql.ast.spi.SqlAliasBaseImpl
 
toString() - Method in class org.hibernate.sql.ast.spi.StringBuilderSqlAppender
 
toString() - Method in enum org.hibernate.sql.ast.SqlAstJoinType
 
toString() - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
 
toString() - Method in class org.hibernate.sql.ast.tree.from.AbstractTableGroup
 
toString() - Method in class org.hibernate.sql.ast.tree.from.NamedTableReference
 
toString() - Method in class org.hibernate.sql.ast.tree.from.TableReferenceJoin
 
toString() - Method in class org.hibernate.sql.model.ast.AbstractTableMutation
 
toString() - Method in class org.hibernate.sql.model.ast.builder.AbstractTableMutationBuilder
 
toString() - Method in class org.hibernate.sql.model.ast.builder.MutationGroupBuilder
 
toString() - Method in class org.hibernate.sql.model.ast.ColumnValueBinding
 
toString() - Method in class org.hibernate.sql.model.ast.ColumnValueBindingList
 
toString() - Method in class org.hibernate.sql.model.ast.ColumnValueParameter
 
toString() - Method in class org.hibernate.sql.model.ast.ColumnWriteFragment
 
toString() - Method in class org.hibernate.sql.model.ast.MutatingTableReference
 
toString() - Method in class org.hibernate.sql.model.internal.MutationGroupNone
 
toString() - Method in class org.hibernate.sql.model.internal.MutationGroupSingle
 
toString() - Method in class org.hibernate.sql.model.jdbc.JdbcDeleteMutation
 
toString() - Method in class org.hibernate.sql.model.jdbc.JdbcInsertMutation
 
toString() - Method in class org.hibernate.sql.model.jdbc.JdbcUpdateMutation
 
toString() - Method in class org.hibernate.sql.model.jdbc.OptionalTableUpdateOperation
 
toString() - Method in class org.hibernate.sql.results.graph.collection.internal.ArrayInitializer
 
toString() - Method in class org.hibernate.sql.results.graph.collection.internal.BagInitializer
 
toString() - Method in class org.hibernate.sql.results.graph.collection.internal.DelayedCollectionInitializer
 
toString() - Method in class org.hibernate.sql.results.graph.collection.internal.ListInitializer
 
toString() - Method in class org.hibernate.sql.results.graph.collection.internal.MapInitializer
 
toString() - Method in class org.hibernate.sql.results.graph.collection.internal.SelectEagerCollectionInitializer
 
toString() - Method in class org.hibernate.sql.results.graph.collection.internal.SetInitializer
 
toString() - Method in class org.hibernate.sql.results.graph.embeddable.AbstractEmbeddableInitializer
 
toString() - Method in class org.hibernate.sql.results.graph.embeddable.internal.AbstractNonAggregatedIdentifierMappingInitializer
 
toString() - Method in class org.hibernate.sql.results.graph.embeddable.internal.EmbeddableResultInitializer
 
toString() - Method in class org.hibernate.sql.results.graph.embeddable.internal.NonAggregatedIdentifierMappingResultInitializer
 
toString() - Method in class org.hibernate.sql.results.graph.entity.internal.BatchEntityInsideEmbeddableSelectFetchInitializer
 
toString() - Method in class org.hibernate.sql.results.graph.entity.internal.BatchEntitySelectFetchInitializer
 
toString() - Method in class org.hibernate.sql.results.graph.entity.internal.BatchInitializeEntitySelectFetchInitializer
 
toString() - Method in class org.hibernate.sql.results.graph.entity.internal.EntityDelayedFetchInitializer
 
toString() - Method in class org.hibernate.sql.results.graph.entity.internal.EntityDelayedResultImpl
 
toString() - Method in class org.hibernate.sql.results.graph.entity.internal.EntityJoinedFetchInitializer
 
toString() - Method in class org.hibernate.sql.results.graph.entity.internal.EntityResultImpl
 
toString() - Method in class org.hibernate.sql.results.graph.entity.internal.EntityResultInitializer
 
toString() - Method in class org.hibernate.sql.results.graph.entity.internal.EntitySelectFetchByUniqueKeyInitializer
 
toString() - Method in class org.hibernate.sql.results.graph.entity.internal.EntitySelectFetchInitializer
 
toString() - Method in class org.hibernate.sql.results.graph.entity.LoadingEntityEntry
Deprecated.
 
toString() - Method in class org.hibernate.sql.results.graph.instantiation.internal.DynamicInstantiation
 
toString() - Method in class org.hibernate.sql.results.internal.LoadingCollectionEntryImpl
 
toString() - Method in class org.hibernate.sql.results.internal.TupleImpl
 
toString() - Method in class org.hibernate.sql.results.spi.ListResultsConsumer
 
toString() - Method in class org.hibernate.stat.internal.CacheRegionStatisticsImpl
 
toString() - Method in class org.hibernate.stat.internal.CollectionStatisticsImpl
 
toString() - Method in class org.hibernate.stat.internal.EntityStatisticsImpl
 
toString() - Method in class org.hibernate.stat.internal.NaturalIdStatisticsImpl
 
toString() - Method in class org.hibernate.stat.internal.QueryStatisticsImpl
 
toString() - Method in class org.hibernate.stat.internal.SessionStatisticsImpl
 
toString() - Method in class org.hibernate.stat.internal.StatisticsImpl
 
toString() - Method in class org.hibernate.testing.jdbc.DataSourceStub
 
toString() - Method in class org.hibernate.testing.orm.domain.animal.StateProvince
 
toString() - Method in class org.hibernate.testing.orm.domain.gambit.EmbeddedIdEntity.EmbeddedIdEntityId
 
toString() - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfDynamicComponent
 
toString() - Method in class org.hibernate.testing.orm.junit.MessageKeyWatcherImpl
 
toString() - Method in enum org.hibernate.tool.schema.Action
 
toString() - Method in class org.hibernate.tool.schema.extract.internal.ColumnInformationImpl
 
toString() - Method in class org.hibernate.tool.schema.extract.internal.TableInformationImpl
 
toString() - Method in class org.hibernate.tool.schema.internal.exec.ScriptSourceInputAggregate
 
toString() - Method in class org.hibernate.tool.schema.internal.exec.ScriptSourceInputFromFile
 
toString() - Method in class org.hibernate.tool.schema.internal.exec.ScriptSourceInputFromReader
 
toString() - Method in class org.hibernate.tool.schema.internal.exec.ScriptSourceInputFromUrl
 
toString() - Method in enum org.hibernate.tool.schema.JdbcMetadaAccessStrategy
 
toString() - Method in class org.hibernate.tuple.AbstractNonIdentifierAttribute
Deprecated.
 
toString() - Method in class org.hibernate.tuple.entity.EntityMetamodel
Deprecated.
 
toString() - Method in class org.hibernate.tuple.IdentifierProperty
Deprecated.
 
toString() - Method in class org.hibernate.type.CollectionType
 
toString() - Method in class org.hibernate.type.descriptor.java.AbstractTemporalJavaType
 
toString() - Method in class org.hibernate.type.descriptor.java.spi.EmbeddableAggregateJavaType
 
toString() - Method in class org.hibernate.type.descriptor.java.spi.EntityJavaType
 
toString() - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeBasicAdaptor
 
toString() - Method in class org.hibernate.type.descriptor.java.spi.JsonJavaType
 
toString() - Method in class org.hibernate.type.descriptor.java.spi.UnknownBasicJavaType
 
toString() - Method in class org.hibernate.type.descriptor.java.spi.XmlJavaType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.ArrayJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.BigIntJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.BlobJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.BooleanJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.CharJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.ClobJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.DateJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.DecimalJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.DoubleJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.DurationJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.FloatJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.H2FormatJsonJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.IntegerJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.JsonAsStringJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.JsonJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.LongNVarcharJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.LongVarbinaryJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.LongVarcharJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.NCharJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.NClobJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.NumericJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.NVarcharJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.ObjectJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.OracleJsonBlobJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.RealJdbcType
Deprecated.
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.RowIdJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.SmallIntJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.TimeAsTimestampWithTimeZoneJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.TimeJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.TimestampJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsInstantJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsJdbcTimestampJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.TimestampUtcAsOffsetDateTimeJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.TimestampWithTimeZoneJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.TimeUtcAsJdbcTimeJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.TimeUtcAsOffsetTimeJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.TimeWithTimeZoneJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.TinyIntJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.UUIDJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.VarbinaryJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.VarcharJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.XmlAsStringJdbcType
 
toString() - Method in class org.hibernate.type.descriptor.jdbc.XmlJdbcType
 
toString() - Method in class org.hibernate.type.EntityType
Generates a string representation of this type.
toString() - Method in class org.hibernate.type.internal.BasicTypeImpl
 
toString() - Method in class org.hibernate.type.internal.ConvertedBasicTypeImpl
 
toString() - Method in class org.hibernate.type.internal.ParameterizedTypeImpl
 
toString(boolean[]) - Method in class org.hibernate.type.descriptor.java.BooleanPrimitiveArrayJavaType
 
toString(byte[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayJavaType
 
toString(byte[]) - Method in class org.hibernate.type.descriptor.java.RowVersionJavaType
Deprecated.
 
toString(char[]) - Method in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayJavaType
 
toString(double[]) - Method in class org.hibernate.type.descriptor.java.DoublePrimitiveArrayJavaType
 
toString(float[]) - Method in class org.hibernate.type.descriptor.java.FloatPrimitiveArrayJavaType
 
toString(int[]) - Method in class org.hibernate.type.descriptor.java.IntegerPrimitiveArrayJavaType
 
toString(long[]) - Method in class org.hibernate.type.descriptor.java.LongPrimitiveArrayJavaType
 
toString(short[]) - Method in class org.hibernate.type.descriptor.java.ShortPrimitiveArrayJavaType
 
toString(C) - Method in class org.hibernate.type.descriptor.java.spi.BasicCollectionJavaType
 
toString(J) - Method in class org.hibernate.type.internal.UserTypeJavaTypeWrapper
 
toString(J) - Method in interface org.hibernate.usertype.EnhancedUserType
Render the value to the string representation.
toString(Expression<Character>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
toString(Expression<Character>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
toString(Expression<Character>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
toString(Expression<Character>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
toString(Boolean) - Method in class org.hibernate.type.descriptor.java.BooleanJavaType
 
toString(Byte) - Method in class org.hibernate.type.descriptor.java.ByteJavaType
 
toString(Byte[]) - Method in class org.hibernate.type.descriptor.java.ByteArrayJavaType
 
toString(Character) - Method in class org.hibernate.type.descriptor.java.CharacterJavaType
 
toString(Character[]) - Method in class org.hibernate.type.descriptor.java.CharacterArrayJavaType
 
toString(Class) - Method in class org.hibernate.type.descriptor.java.ClassJavaType
 
toString(Double) - Method in class org.hibernate.type.descriptor.java.DoubleJavaType
 
toString(Float) - Method in class org.hibernate.type.descriptor.java.FloatJavaType
 
toString(Integer) - Method in class org.hibernate.type.descriptor.java.IntegerJavaType
 
toString(Iterable<Map.Entry<EntityKey, EntityHolder>>) - Method in class org.hibernate.internal.util.EntityPrinter
 
toString(Long) - Method in class org.hibernate.type.descriptor.java.LongJavaType
 
toString(Object[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
toString(Object[]) - Static method in class org.hibernate.internal.util.StringHelper
 
toString(Object[]) - Method in class org.hibernate.type.descriptor.java.ObjectArrayJavaType
 
toString(Short) - Method in class org.hibernate.type.descriptor.java.ShortJavaType
 
toString(String) - Method in class org.hibernate.type.descriptor.java.StringJavaType
 
toString(String, Object) - Method in class org.hibernate.internal.util.EntityPrinter
Renders an entity to a string.
toString(BigDecimal) - Method in class org.hibernate.type.descriptor.java.BigDecimalJavaType
 
toString(BigInteger) - Method in class org.hibernate.type.descriptor.java.BigIntegerJavaType
 
toString(InetAddress) - Method in class org.hibernate.type.descriptor.java.InetAddressJavaType
 
toString(URL) - Method in class org.hibernate.type.descriptor.java.UrlJavaType
 
toString(Blob) - Method in class org.hibernate.type.descriptor.java.BlobJavaType
 
toString(Clob) - Method in class org.hibernate.type.descriptor.java.ClobJavaType
 
toString(NClob) - Method in class org.hibernate.type.descriptor.java.NClobJavaType
 
toString(Duration) - Method in class org.hibernate.type.descriptor.java.DurationJavaType
 
toString(Instant) - Method in class org.hibernate.type.descriptor.java.InstantJavaType
 
toString(LocalDate) - Method in class org.hibernate.type.descriptor.java.LocalDateJavaType
 
toString(LocalDateTime) - Method in class org.hibernate.type.descriptor.java.LocalDateTimeJavaType
 
toString(LocalTime) - Method in class org.hibernate.type.descriptor.java.LocalTimeJavaType
 
toString(OffsetDateTime) - Method in class org.hibernate.type.descriptor.java.OffsetDateTimeJavaType
 
toString(OffsetTime) - Method in class org.hibernate.type.descriptor.java.OffsetTimeJavaType
 
toString(Year) - Method in class org.hibernate.type.descriptor.java.YearJavaType
 
toString(ZonedDateTime) - Method in class org.hibernate.type.descriptor.java.ZonedDateTimeJavaType
 
toString(ZoneId) - Method in class org.hibernate.type.descriptor.java.ZoneIdJavaType
 
toString(ZoneOffset) - Method in class org.hibernate.type.descriptor.java.ZoneOffsetJavaType
 
toString(Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarDateJavaType
 
toString(Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarJavaType
 
toString(Calendar) - Method in class org.hibernate.type.descriptor.java.CalendarTimeJavaType
 
toString(Currency) - Method in class org.hibernate.type.descriptor.java.CurrencyJavaType
 
toString(Date) - Method in class org.hibernate.type.descriptor.java.DateJavaType
 
toString(Date) - Method in class org.hibernate.type.descriptor.java.JdbcDateJavaType
 
toString(Date) - Method in class org.hibernate.type.descriptor.java.JdbcTimeJavaType
 
toString(Date) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
 
toString(Locale) - Method in class org.hibernate.type.descriptor.java.LocaleJavaType
 
toString(Map<String, TypedValue>) - Method in class org.hibernate.internal.util.EntityPrinter
 
toString(TimeZone) - Method in class org.hibernate.type.descriptor.java.TimeZoneJavaType
 
toString(UUID) - Method in class org.hibernate.type.descriptor.java.UUIDJavaType
 
toString(TypeMirror) - Static method in class org.hibernate.jpamodelgen.util.TypeRenderingVisitor
 
toString(Geometry) - Method in class org.hibernate.spatial.GeolatteGeometryJavaType
 
toString(EmbeddableMappingType, Object, WrapperOptions) - Static method in class org.hibernate.dialect.JsonHelper
 
toString(EmbeddableMappingType, Object, WrapperOptions) - Static method in class org.hibernate.dialect.XmlHelper
 
toString(CastType) - Static method in class org.hibernate.dialect.BooleanDecoder
 
toString(Type[], Object[]) - Method in class org.hibernate.internal.util.EntityPrinter
 
toString(Geometry) - Method in class org.hibernate.spatial.JTSGeometryJavaType
 
toString(T) - Method in class org.hibernate.type.descriptor.java.EnumJavaType
 
toString(T) - Method in interface org.hibernate.type.descriptor.java.JavaType
 
toString(T) - Method in class org.hibernate.type.descriptor.java.SerializableJavaType
 
toString(T) - Method in class org.hibernate.type.descriptor.java.spi.EmbeddableAggregateJavaType
 
toString(T) - Method in class org.hibernate.type.descriptor.java.spi.EntityJavaType
 
toString(T) - Method in class org.hibernate.type.descriptor.java.spi.FormatMapperBasedJavaType
 
toString(T) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeBasicAdaptor
 
toString(T) - Method in class org.hibernate.type.descriptor.java.spi.UnknownBasicJavaType
 
toString(T) - Method in class org.hibernate.type.EnumType
Deprecated.
 
toString(T[]) - Method in class org.hibernate.type.descriptor.java.ArrayJavaType
 
toString(T, JavaType<T>, WrapperOptions) - Method in interface org.hibernate.type.format.FormatMapper
Serializes the object to a string.
toString(T, JavaType<T>, WrapperOptions) - Method in class org.hibernate.type.format.jackson.JacksonJsonFormatMapper
 
toString(T, JavaType<T>, WrapperOptions) - Method in class org.hibernate.type.format.jackson.JacksonXmlFormatMapper
 
toString(T, JavaType<T>, WrapperOptions) - Method in class org.hibernate.type.format.jakartajson.JsonBJsonFormatMapper
 
toString(T, JavaType<T>, WrapperOptions) - Method in class org.hibernate.type.format.jaxb.JaxbXmlFormatMapper
 
toString(X, JavaType<X>, WrapperOptions) - Method in class org.hibernate.dialect.AbstractPostgreSQLStructJdbcType
 
toString(X, JavaType<X>, WrapperOptions) - Method in class org.hibernate.dialect.PostgreSQLInetJdbcType
 
toString(X, JavaType<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.JsonJdbcType
 
toString(X, JavaType<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.OracleJsonBlobJdbcType
 
toString(X, JavaType<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.XmlJdbcType
 
toStringArray(Object[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
toStringArray(String, String) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
Convert a string to an array of strings.
toStringArray(String, String, Properties) - Static method in class org.hibernate.internal.util.config.ConfigurationHelper
Get a property value as a string array.
toStringArray(Collection<String>) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
toStringArray(Set) - Method in class org.hibernate.cache.spi.QuerySpacesHelper
Deprecated.
 
toStringLiteral(String) - Static method in class org.hibernate.query.internal.QueryLiteralHelper
 
toStringSet(String[]) - Method in class org.hibernate.cache.spi.QuerySpacesHelper
Deprecated.
 
ToStringTransformer() - Constructor for class org.hibernate.type.descriptor.java.UUIDJavaType.ToStringTransformer
 
toTrueFalseBoolean(CastType) - Static method in class org.hibernate.dialect.BooleanDecoder
 
toType(String) - Method in class org.hibernate.jpamodelgen.validation.MockCollectionPersister
 
toType(String) - Method in class org.hibernate.jpamodelgen.validation.MockEntityPersister
 
toType(String) - Method in class org.hibernate.persister.collection.AbstractCollectionPersister
 
toType(String) - Method in class org.hibernate.persister.collection.ElementPropertyMapping
Deprecated.
 
toType(String) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Given a component path expression, get the type of the property
toType(String) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
Deprecated.
 
toType(String) - Method in interface org.hibernate.persister.entity.PropertyMapping
Deprecated.
Given a component path expression, get the type of the property
toTypeArray(Collection<Type>) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
toTypeString(TypeMirror) - Static method in class org.hibernate.jpamodelgen.util.TypeUtils
 
touches - org.hibernate.spatial.SpatialFunction
Deprecated.
The touches function, cfr.
touches(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 touches" constraint.
touches(CriteriaBuilder, Expression<? extends Geometry>, Geometry) - Static method in class org.hibernate.spatial.predicate.GeolatteSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "spatially touches" constraint.
touches(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 touches" constraint.
touches(CriteriaBuilder, Expression<? extends Geometry>, Geometry) - Static method in class org.hibernate.spatial.predicate.JTSSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "spatially touches" constraint.
touches(Expression<? extends T>, Expression<? extends T>) - Method in class org.hibernate.spatial.criteria.internal.SpatialCriteriaBuilderImpl
 
touches(Expression<? extends T>, Expression<? extends T>) - Method in interface org.hibernate.spatial.criteria.SpatialCriteriaBuilder
Create a predicate for testing the arguments for "spatially touches" constraint.
touches(Expression<? extends T>, T) - Method in class org.hibernate.spatial.criteria.internal.SpatialCriteriaBuilderImpl
 
touches(Expression<? extends T>, T) - Method in interface org.hibernate.spatial.criteria.SpatialCriteriaBuilder
Create a predicate for testing the arguments for "spatially touches" constraint.
TOUCHES - Static variable in interface org.hibernate.spatial.SpatialRelation
Deprecated.
The geometries touch
toUnquotedAliasString(String) - Method in class org.hibernate.sql.Alias
 
toUnquotedAliasStrings(String[]) - Method in class org.hibernate.sql.Alias
 
toWriter(Metadata, Writer) - Static method in class org.hibernate.testing.schema.SchemaCreateHelper
 
toWriter(Metadata, Writer) - Static method in class org.hibernate.testing.schema.SchemaUpdateHelper
 
toXml(AccessType) - Static method in class org.hibernate.boot.jaxb.mapping.marshall.AccessTypeMarshalling
 
toXml(ConstraintMode) - Static method in class org.hibernate.boot.jaxb.mapping.marshall.ConstraintModeMarshalling
 
toXml(DiscriminatorType) - Static method in class org.hibernate.boot.jaxb.mapping.marshall.DiscriminatorTypeMarshalling
 
toXml(EnumType) - Static method in class org.hibernate.boot.jaxb.mapping.marshall.EnumTypeMarshalling
 
toXml(FetchType) - Static method in class org.hibernate.boot.jaxb.mapping.marshall.FetchTypeMarshalling
 
toXml(GenerationType) - Static method in class org.hibernate.boot.jaxb.mapping.marshall.GenerationTypeMarshalling
 
toXml(InheritanceType) - Static method in class org.hibernate.boot.jaxb.mapping.marshall.InheritanceTypeMarshalling
 
toXml(LockModeType) - Static method in class org.hibernate.boot.jaxb.mapping.marshall.LockModeTypeMarshalling
 
toXml(ParameterMode) - Static method in class org.hibernate.boot.jaxb.mapping.marshall.ParameterModeMarshalling
 
toXml(TemporalType) - Static method in class org.hibernate.boot.jaxb.mapping.marshall.TemporalTypeMarshalling
 
toXml(OnDeleteAction) - Static method in class org.hibernate.boot.jaxb.mapping.marshall.OnDeleteActionMarshalling
 
toXml(PolymorphismType) - Static method in class org.hibernate.boot.jaxb.mapping.marshall.PolymorphismTypeMarshalling
 
toXml(UuidGenerator.Style) - Static method in class org.hibernate.boot.jaxb.mapping.marshall.UuidGeneratorStyleMarshalling
 
toXml(AccessType) - Static method in class org.hibernate.boot.jaxb.hbm.internal.CacheAccessTypeConverter
 
toXml(AccessType) - Static method in class org.hibernate.boot.jaxb.mapping.marshall.CacheAccessTypeMarshalling
 
toXml(CacheMode) - Static method in class org.hibernate.boot.jaxb.hbm.internal.CacheModeConverter
 
toXml(CacheMode) - Static method in class org.hibernate.boot.jaxb.mapping.marshall.CacheModeMarshalling
 
toXml(OptimisticLockStyle) - Static method in class org.hibernate.boot.jaxb.hbm.internal.OptimisticLockStyleConverter
 
toXml(OptimisticLockStyle) - Static method in class org.hibernate.boot.jaxb.mapping.marshall.OptimisticLockStyleMarshalling
 
toXml(ExecuteUpdateResultCheckStyle) - Static method in class org.hibernate.boot.jaxb.hbm.internal.ExecuteUpdateResultCheckStyleConverter
 
toXml(ExecuteUpdateResultCheckStyle) - Static method in class org.hibernate.boot.jaxb.mapping.marshall.ResultCheckStyleMarshalling
 
toXml(FlushMode) - Static method in class org.hibernate.boot.jaxb.hbm.internal.FlushModeConverter
 
toXml(FlushMode) - Static method in class org.hibernate.boot.jaxb.mapping.marshall.FlushModeMarshalling
 
toXml(LockMode) - Static method in class org.hibernate.boot.jaxb.hbm.internal.LockModeConverter
 
toXml(CollectionClassification) - Static method in class org.hibernate.boot.jaxb.mapping.marshall.CollectionClassificationMarshalling
 
toXml(RepresentationMode) - Static method in class org.hibernate.boot.jaxb.hbm.internal.RepresentationModeConverter
 
toXml(GenerationTiming) - Static method in class org.hibernate.boot.jaxb.hbm.internal.GenerationTimingConverter
 
toXml(GenerationTiming) - Static method in class org.hibernate.boot.jaxb.mapping.marshall.GenerationTimingMarshalling
 
toXMLString(Object, SessionFactoryImplementor) - Method in class org.hibernate.type.MetaType
Deprecated.
 
toYesNoBoolean(CastType) - Static method in class org.hibernate.dialect.BooleanDecoder
 
TRACE_ENABLED - Static variable in class org.hibernate.boot.jaxb.hbm.transform.HbmTransformationLogging
 
TRACE_ENABLED - Static variable in interface org.hibernate.envers.boot.EnversBootLogger
 
TRACE_ENABLED - Static variable in class org.hibernate.query.sql.NativeQueryLogging
 
TRACE_ENABLED - Static variable in interface org.hibernate.query.sqm.SqmTreeCreationLogger
 
TRACE_ENABLED - Static variable in interface org.hibernate.query.sqm.SqmTreeTransformationLogger
 
TRACE_ENABLED - Static variable in interface org.hibernate.sql.results.LoadingLogger
 
TRACK_ENTITIES_CHANGED_IN_REVISION - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Track entity names that have been changed during each revision.
TRACKER_CHANGER_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of method to add changed fields
TRACKER_CLEAR_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of method to clear stored dirty attributes
TRACKER_COLLECTION_CHANGED_FIELD_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of method to get dirty collection field names
TRACKER_COLLECTION_CHANGED_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of method to check if collection fields are dirty
TRACKER_COLLECTION_CLEAR_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of method to clear dirty attribute on collection fields
TRACKER_COLLECTION_GET_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of method to check if collection fields are dirty
TRACKER_COLLECTION_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of the field that holds the collection tracker
TRACKER_COMPOSITE_CLEAR_OWNER - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Method to clear the owner of the embedded entity
TRACKER_COMPOSITE_FIELD_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Field to hold the track the owner of the embeddable entity
TRACKER_COMPOSITE_SET_OWNER - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Method to set the owner of the embedded entity
TRACKER_FIELD_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of tracker field
TRACKER_GET_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of method to fetch dirty attributes
TRACKER_HAS_CHANGED_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of method to see if any fields has changed
TRACKER_SUSPEND_NAME - Static variable in class org.hibernate.bytecode.enhance.spi.EnhancerConstants
Name of method to suspend dirty tracking
TRAILING - org.hibernate.query.sqm.TrimSpec
 
TRAILING - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
TRAILING - Static variable in class org.hibernate.grammars.hql.HqlParser
 
TRAILING() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
TRAILING() - Method in class org.hibernate.grammars.hql.HqlParser.PadSpecificationContext
 
TRAILING() - Method in class org.hibernate.grammars.hql.HqlParser.TrimSpecificationContext
 
Transaction - Interface in org.hibernate
Represents a resource-local transaction, where resource-local is interpreted by Hibernate to mean any transaction under the control of Hibernate.
TRANSACTION_COORDINATOR_STRATEGY - Static variable in interface org.hibernate.cfg.TransactionSettings
Specify the TransactionCoordinatorBuilder implementation to use for creating instances of TransactionCoordinator which the interface Hibernate uses to manage transactions.
TRANSACTIONAL - org.hibernate.annotations.CacheConcurrencyStrategy
Transactional access to the shared second-level cache.
TRANSACTIONAL - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCacheUsageEnum
 
TRANSACTIONAL - org.hibernate.cache.spi.access.AccessType
Read and write access.
transactionCompleted(boolean) - Method in class org.hibernate.cache.internal.NoCachingTransactionSynchronizationImpl
 
transactionCompleted(boolean) - Method in class org.hibernate.cache.spi.AbstractCacheTransactionSynchronization
 
transactionCompleted(boolean) - Method in interface org.hibernate.cache.spi.CacheTransactionSynchronization
Callback that the underling resource transaction to which the owning Session was joined is in the "completed" stage.
transactionCompleting() - Method in class org.hibernate.cache.internal.NoCachingTransactionSynchronizationImpl
 
transactionCompleting() - Method in class org.hibernate.cache.spi.AbstractCacheTransactionSynchronization
 
transactionCompleting() - Method in interface org.hibernate.cache.spi.CacheTransactionSynchronization
Callback that the underling resource transaction to which the owning Session was joined is in the beginning stages of completing.
transactionCompletion(boolean) - Method in class org.hibernate.BaseSessionEventListener
 
transactionCompletion(boolean) - Method in class org.hibernate.engine.internal.SessionEventListenerManagerImpl
 
transactionCompletion(boolean) - Method in interface org.hibernate.SessionEventListener
 
transactionComplianceEnabled() - Method in annotation type org.hibernate.testing.orm.junit.Jpa
 
TransactionCoordinator - Interface in org.hibernate.resource.transaction.spi
Models the coordination of all transaction related flows.
TransactionCoordinator.TransactionDriver - Interface in org.hibernate.resource.transaction.spi
Provides the means for resource-local transactions (as transaction drivers) to control the underlying "physical transaction" currently associated with the TransactionCoordinator.
TransactionCoordinatorBuilder - Interface in org.hibernate.resource.transaction.spi
Builder for TransactionCoordinator instances.
TransactionCoordinatorBuilder.Options - Interface in org.hibernate.resource.transaction.spi
Access to options to are specific to each TransactionCoordinator instance.
TransactionCoordinatorBuilderInitiator - Class in org.hibernate.resource.transaction.internal
StandardServiceInitiator for initiating the TransactionCoordinatorBuilder service.
TransactionCoordinatorBuilderInitiator() - Constructor for class org.hibernate.resource.transaction.internal.TransactionCoordinatorBuilderInitiator
 
TransactionCoordinatorOwner - Interface in org.hibernate.resource.transaction.spi
Models an owner of a TransactionCoordinator.
TransactionDriverControlImpl(JdbcResourceTransaction) - Constructor for class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl.TransactionDriverControlImpl
 
TransactionDriverControlImpl(JtaTransactionAdapter) - Constructor for class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl.TransactionDriverControlImpl
 
TransactionException - Exception in org.hibernate
Indicates that a transaction could not be begun, committed or rolled back.
TransactionException(String) - Constructor for exception org.hibernate.TransactionException
Constructs a TransactionException using the specified information.
TransactionException(String, Throwable) - Constructor for exception org.hibernate.TransactionException
Constructs a TransactionException using the specified information.
TransactionImpl - Class in org.hibernate.engine.transaction.internal
 
TransactionImpl(TransactionCoordinator, AbstractSharedSessionContract) - Constructor for class org.hibernate.engine.transaction.internal.TransactionImpl
 
TransactionImplementor - Interface in org.hibernate.engine.transaction.spi
Defines the "internal contract" for an implementation of Transaction.
transactionJoined() - Method in class org.hibernate.cache.internal.NoCachingTransactionSynchronizationImpl
 
transactionJoined() - Method in class org.hibernate.cache.spi.AbstractCacheTransactionSynchronization
 
transactionJoined() - Method in interface org.hibernate.cache.spi.CacheTransactionSynchronization
Callback that owning Session has become joined to a resource transaction.
TransactionManagement - Class in org.hibernate.internal
Methods used by SessionFactory to manage transactions.
TransactionManagement() - Constructor for class org.hibernate.internal.TransactionManagement
 
TransactionManagementException - Exception in org.hibernate
Thrown when user code causes the end of a transaction that is being managed by the SessionFactory.
TransactionManagementException(String) - Constructor for exception org.hibernate.TransactionManagementException
 
transactionManager() - Static method in class org.hibernate.testing.jta.TestingJtaPlatformImpl
 
TransactionManagerAccess - Interface in org.hibernate.engine.transaction.jta.platform.internal
Provides access to a TransactionManager for use by TransactionManager-based JtaSynchronizationStrategy implementations.
TransactionObserver - Interface in org.hibernate.engine.transaction.spi
Deprecated.
TransactionObserver - Interface in org.hibernate.resource.transaction.spi
Observer of internal transaction events.
TransactionRequiredForJoinException - Exception in org.hibernate.resource.transaction
Indicates a call to TransactionCoordinator.explicitJoin() that requires an active transaction where there currently is none.
TransactionRequiredForJoinException(String) - Constructor for exception org.hibernate.resource.transaction.TransactionRequiredForJoinException
 
TransactionRequiredForJoinException(String, Throwable) - Constructor for exception org.hibernate.resource.transaction.TransactionRequiredForJoinException
 
transactionResumed() - Method in interface org.hibernate.cache.spi.CacheTransactionSynchronization
Currently not used.
transactions(long) - Method in interface org.hibernate.internal.CoreMessageLogger
 
TransactionSettings - Interface in org.hibernate.cfg
 
transactionStartedOnNonRootSession() - Method in interface org.hibernate.internal.CoreMessageLogger
 
TransactionStatus - Enum in org.hibernate.resource.transaction.spi
Enumeration of statuses in which a transaction facade (Transaction) might be.
transactionStrategy(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
transactionSuspended() - Method in interface org.hibernate.cache.spi.CacheTransactionSynchronization
Currently not used.
transactionType - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
 
transactionType() - Method in annotation type org.hibernate.testing.orm.junit.Jpa
 
TransactionUtil - Class in org.hibernate.testing.orm.transaction
 
TransactionUtil - Class in org.hibernate.testing.transaction
 
TransactionUtil() - Constructor for class org.hibernate.testing.orm.transaction.TransactionUtil
 
TransactionUtil() - Constructor for class org.hibernate.testing.transaction.TransactionUtil
 
TransactionUtil.HibernateTransactionConsumer - Interface in org.hibernate.testing.transaction
Hibernate transaction function without return value
TransactionUtil.HibernateTransactionFunction<T> - Interface in org.hibernate.testing.transaction
Hibernate transaction function
TransactionUtil.JDBCTransactionFunction<T> - Interface in org.hibernate.testing.transaction
JDBC transaction function
TransactionUtil.JDBCTransactionVoidFunction - Interface in org.hibernate.testing.transaction
JDBC transaction function without return value
TransactionUtil.JPATransactionFunction<T> - Interface in org.hibernate.testing.transaction
JPA transaction function
TransactionUtil.JPATransactionVoidFunction - Interface in org.hibernate.testing.transaction
JPA transaction function without return value
TransactionUtil2 - Class in org.hibernate.testing.transaction
 
TransactionUtil2() - Constructor for class org.hibernate.testing.transaction.TransactionUtil2
 
TransactSQLStrFunction - Class in org.hibernate.dialect.function
A special function that renders a T-SQL str() function if more than a single argument is given, or otherwise renders a cast() expression just like CastStrEmulation.
TransactSQLStrFunction(TypeConfiguration) - Constructor for class org.hibernate.dialect.function.TransactSQLStrFunction
 
transform - org.hibernate.spatial.SpatialFunction
Deprecated.
the transform function
transform(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) - Method in interface org.hibernate.bytecode.spi.ClassTransformer
Invoked when a class is being loaded or redefined to add hooks for persistence bytecode manipulation.
transform(ClassLoader, String, Class<?>, ProtectionDomain, byte[]) - Method in class org.hibernate.jpa.internal.enhance.EnhancingClassTransformerImpl
 
transform(UUID) - Method in class org.hibernate.type.descriptor.java.UUIDJavaType.NoDashesStringTransformer
 
transform(UUID) - Method in class org.hibernate.type.descriptor.java.UUIDJavaType.PassThroughTransformer
 
transform(UUID) - Method in class org.hibernate.type.descriptor.java.UUIDJavaType.ToBytesTransformer
 
transform(UUID) - Method in class org.hibernate.type.descriptor.java.UUIDJavaType.ToStringTransformer
 
transform(UUID) - Method in interface org.hibernate.type.descriptor.java.UUIDJavaType.ValueTransformer
 
transform(JaxbHbmHibernateMapping, Origin, HbmXmlTransformer.Options) - Static method in class org.hibernate.boot.jaxb.hbm.transform.HbmXmlTransformer
Main entry into hbm.xml transformation
transform(CteContainer, QuerySpec, SqmToSqlAstConverter) - Method in class org.hibernate.dialect.function.AggregateWindowEmulationQueryTransformer
 
transform(CteContainer, QuerySpec, SqmToSqlAstConverter) - Method in interface org.hibernate.sql.ast.tree.expression.QueryTransformer
 
TRANSFORM_HBM_XML - Static variable in interface org.hibernate.cfg.MappingSettings
Enables processing hbm.xml mappings by transforming them to mapping.xml and using that processor.
TRANSFORM_HBM_XML_FEATURE_HANDLING - Static variable in interface org.hibernate.cfg.MappingSettings
How features in a hbm.xml file which are not supported for transformation should be handled.
TRANSFORMATION_LOGGER - Static variable in class org.hibernate.boot.jaxb.hbm.transform.HbmTransformationLogging
 
TRANSFORMATION_LOGGER_NAME - Static variable in class org.hibernate.boot.jaxb.hbm.transform.HbmTransformationLogging
 
transformAttributePath(AttributePath) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyComponentPathImpl
 
transformAttributePath(AttributePath) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
For JPA standards we typically need the unqualified name.
transformEntityName(EntityNaming) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyJpaCompliantImpl
 
transformEntityName(EntityNaming) - Method in class org.hibernate.boot.model.naming.ImplicitNamingStrategyLegacyHbmImpl
 
Transformers - Class in org.hibernate.transform
Deprecated.
since ResultTransformer is deprecated
transformHbmMappings() - Method in interface org.hibernate.boot.jaxb.internal.MappingBinder.Options
 
transformList(List<T>) - Method in interface org.hibernate.query.ResultListTransformer
Here we have an opportunity to perform transformation on the query result as a whole.
transformList(List<T>) - Method in interface org.hibernate.transform.ResultTransformer
Deprecated.
 
transformRawJdbcValue(Object, WrapperOptions) - Method in class org.hibernate.dialect.OracleReflectionStructJdbcType
 
transformRawJdbcValue(Object, WrapperOptions) - Method in class org.hibernate.dialect.OracleStructJdbcType
 
transformRawJdbcValue(Object, WrapperOptions) - Method in class org.hibernate.dialect.StructJdbcType
 
transformRow(Object[]) - Method in class org.hibernate.sql.results.internal.RowTransformerArrayImpl
 
transformRow(Object[]) - Method in class org.hibernate.sql.results.internal.RowTransformerConstructorImpl
 
transformRow(Object[]) - Method in class org.hibernate.sql.results.internal.RowTransformerDatabaseSnapshotImpl
 
transformRow(Object[]) - Method in class org.hibernate.sql.results.internal.RowTransformerJpaTupleImpl
 
transformRow(Object[]) - Method in class org.hibernate.sql.results.internal.RowTransformerListImpl
 
transformRow(Object[]) - Method in class org.hibernate.sql.results.internal.RowTransformerMapImpl
 
transformRow(Object[]) - Method in class org.hibernate.sql.results.internal.RowTransformerSingularReturnImpl
 
transformRow(Object[]) - Method in class org.hibernate.sql.results.internal.RowTransformerStandardImpl
 
transformRow(Object[]) - Method in class org.hibernate.sql.results.internal.RowTransformerTupleTransformerAdapter
 
transformRow(Object[]) - Method in interface org.hibernate.sql.results.spi.RowTransformer
Transform the "raw" row values into the ultimate query result (for a row)
transformSelectString(String) - Method in class org.hibernate.dialect.Dialect
Meant as a means for end users to affect the select strings being sent to the database and perhaps manipulate them in some fashion.
transformSelectString(String) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
transformTuple(Object[], String[]) - Method in class org.hibernate.jpa.spi.NativeQueryConstructorTransformer
 
transformTuple(Object[], String[]) - Method in class org.hibernate.jpa.spi.NativeQueryListTransformer
 
transformTuple(Object[], String[]) - Method in class org.hibernate.jpa.spi.NativeQueryMapTransformer
 
transformTuple(Object[], String[]) - Method in class org.hibernate.jpa.spi.NativeQueryTupleTransformer
 
transformTuple(Object[], String[]) - Method in interface org.hibernate.query.TupleTransformer
Tuples are the elements making up each "row" of the query result.
transformTuple(Object[], String[]) - Method in class org.hibernate.transform.AliasToBeanConstructorResultTransformer
Deprecated.
Wrap the incoming tuples in a call to our configured constructor.
transformTuple(Object[], String[]) - Method in class org.hibernate.transform.AliasToBeanResultTransformer
Deprecated.
 
transformTuple(Object[], String[]) - Method in class org.hibernate.transform.AliasToEntityMapResultTransformer
Deprecated.
 
transformTuple(Object[], String[]) - Method in class org.hibernate.transform.ToListResultTransformer
Deprecated.
 
Transient - Class in org.hibernate.jpamodelgen.xml.jaxb
 
Transient() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.Transient
 
TRANSIENT - org.hibernate.event.internal.EntityState
 
TRANSIENT - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
TransientObjectException - Exception in org.hibernate
Thrown when the user passes a transient instance to a Session method that expects a persistent instance.
TransientObjectException(String) - Constructor for exception org.hibernate.TransientObjectException
Constructs a TransientObjectException using the supplied message.
TransientPropertyValueException - Exception in org.hibernate
Thrown when a property cannot be persisted because it is an association with a transient unsaved entity instance.
TransientPropertyValueException(String, String, String, String) - Constructor for exception org.hibernate.TransientPropertyValueException
Constructs a TransientPropertyValueException instance.
transients - Variable in class org.hibernate.boot.jaxb.mapping.JaxbAttributes
 
transients - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEmbeddableAttributes
 
translate() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
translate() - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
translate() - Method in interface org.hibernate.query.sqm.sql.SqmTranslator
 
translate(int) - Static method in class org.hibernate.resource.transaction.backend.jta.internal.StatusTranslator
 
translate(String, Class<R>) - Method in interface org.hibernate.query.hql.HqlTranslator
Performs the interpretation of a HQL/JPQL query string to SQM.
translate(String, Class<R>) - Method in class org.hibernate.query.hql.internal.StandardHqlTranslator
 
translate(String, PluralAttributeMapping, TranslationContext) - Static method in class org.hibernate.metamodel.mapping.ordering.OrderByFragmentTranslator
Perform the translation of the user-supplied fragment, returning the translation.
translate(JdbcParameterBindings, QueryOptions) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
translate(JdbcParameterBindings, QueryOptions) - Method in interface org.hibernate.sql.ast.SqlAstTranslator
 
translateDelete(DeleteStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
translateDurationField(TemporalUnit) - Method in class org.hibernate.dialect.CockroachDialect
 
translateDurationField(TemporalUnit) - Method in class org.hibernate.dialect.Dialect
Return the name used to identify the given unit of duration as an argument to #timestampadd() or #timestampdiff(), or of this dialect's equivalent functions.
translateDurationField(TemporalUnit) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
translateDurationField(TemporalUnit) - Method in class org.hibernate.dialect.SQLServerDialect
 
translateExtractField(TemporalUnit) - Method in class org.hibernate.dialect.CockroachDialect
 
translateExtractField(TemporalUnit) - Method in class org.hibernate.dialect.DB2Dialect
 
translateExtractField(TemporalUnit) - Method in class org.hibernate.dialect.DerbyDialect
 
translateExtractField(TemporalUnit) - Method in class org.hibernate.dialect.Dialect
Return the name used to identify the given field as an argument to the extract() function, or of this dialect's equivalent function.
translateExtractField(TemporalUnit) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
translateExtractField(TemporalUnit) - Method in class org.hibernate.dialect.H2Dialect
 
translateExtractField(TemporalUnit) - Method in class org.hibernate.dialect.HSQLDialect
 
translateExtractField(TemporalUnit) - Method in class org.hibernate.dialect.PostgreSQLDialect
 
translateExtractField(TemporalUnit) - Method in class org.hibernate.dialect.SpannerDialect
 
translateExtractField(TemporalUnit) - Method in class org.hibernate.dialect.SQLServerDialect
 
translateExtractField(TemporalUnit) - Method in class org.hibernate.dialect.SybaseDialect
 
translateInsert(InsertSelectStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
translateSelect(SelectStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
translateUpdate(UpdateStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
TranslationContext - Interface in org.hibernate.metamodel.mapping.ordering
Access to information needed while translating a collection's order-by fragment
TraversalResult(GraphImplementor<?>, EntityGraphTraversalState.FetchStrategy) - Constructor for class org.hibernate.sql.results.graph.EntityGraphTraversalState.TraversalResult
 
traverse(FetchParent, Fetchable, boolean) - Method in interface org.hibernate.sql.results.graph.EntityGraphTraversalState
Traverses to the next part of the Jakarta Persistence entity graph relating to the given fetchable.
traverse(FetchParent, Fetchable, boolean) - Method in class org.hibernate.sql.results.internal.StandardEntityGraphTraversalStateImpl
 
traverseRelation(String, JoinType) - Method in interface org.hibernate.envers.query.AuditAssociationQuery
 
traverseRelation(String, JoinType) - Method in interface org.hibernate.envers.query.AuditQuery
 
traverseRelation(String, JoinType) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditAssociationQuery
 
traverseRelation(String, JoinType) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
traverseRelation(String, JoinType, String) - Method in interface org.hibernate.envers.query.AuditAssociationQuery
 
traverseRelation(String, JoinType, String) - Method in interface org.hibernate.envers.query.AuditQuery
 
traverseRelation(String, JoinType, String) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditAssociationQuery
 
traverseRelation(String, JoinType, String) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
traverseRelation(String, JoinType, String, AuditCriterion) - Method in interface org.hibernate.envers.query.AuditQuery
 
traverseRelation(String, JoinType, String, AuditCriterion) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditAssociationQuery
 
traverseRelation(String, JoinType, String, AuditCriterion) - Method in class org.hibernate.envers.query.internal.impl.EntitiesAtRevisionQuery
 
traverseRelation(String, JoinType, String, AuditCriterion) - Method in class org.hibernate.envers.query.internal.impl.EntitiesModifiedAtRevisionQuery
 
traverseRelation(String, JoinType, String, AuditCriterion) - Method in class org.hibernate.envers.query.internal.impl.RevisionsOfEntityQuery
 
treat(CollectionJoin<X, T>, Class<E>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
treat(CollectionJoin<X, T>, Class<E>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
treat(CollectionJoin<X, T>, Class<E>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
treat(CollectionJoin<X, T>, Class<E>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
treat(Join<X, T>, Class<V>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
treat(Join<X, T>, Class<V>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
treat(Join<X, T>, Class<V>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
treat(Join<X, T>, Class<V>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
treat(ListJoin<X, T>, Class<E>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
treat(ListJoin<X, T>, Class<E>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
treat(ListJoin<X, T>, Class<E>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
treat(ListJoin<X, T>, Class<E>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
treat(MapJoin<X, K, T>, Class<V>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
treat(MapJoin<X, K, T>, Class<V>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
treat(MapJoin<X, K, T>, Class<V>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
treat(MapJoin<X, K, T>, Class<V>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
treat(Path<X>, Class<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
treat(Path<X>, Class<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
treat(Path<X>, Class<T>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
treat(Path<X>, Class<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
treat(Root<X>, Class<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
treat(Root<X>, Class<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
treat(Root<X>, Class<T>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
treat(Root<X>, Class<T>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
treat(SetJoin<X, T>, Class<E>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
treat(SetJoin<X, T>, Class<E>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
treat(SetJoin<X, T>, Class<E>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
treat(SetJoin<X, T>, Class<E>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
TREAT - org.hibernate.persister.entity.EntityNameUse.UseKind
An entity type is used through a treat expression.
TREAT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
TREAT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
TREAT - Static variable in class org.hibernate.persister.entity.EntityNameUse
 
TREAT() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
TREAT() - Method in class org.hibernate.grammars.hql.HqlParser.TreatedNavigablePathContext
 
treatAs(Class) - Method in interface org.hibernate.metamodel.model.domain.DiscriminatorSqmPath
 
treatAs(Class<S>) - Method in interface org.hibernate.query.criteria.JpaCollectionJoin
 
treatAs(Class<S>) - Method in interface org.hibernate.query.criteria.JpaJoin
 
treatAs(Class<S>) - Method in interface org.hibernate.query.criteria.JpaListJoin
 
treatAs(Class<S>) - Method in interface org.hibernate.query.criteria.JpaMapJoin
 
treatAs(Class<S>) - Method in interface org.hibernate.query.criteria.JpaPath
Support for JPA's explicit (TREAT) down-casting.
treatAs(Class<S>) - Method in interface org.hibernate.query.criteria.JpaPluralJoin
 
treatAs(Class<S>) - Method in interface org.hibernate.query.criteria.JpaSetJoin
 
treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmSpecificPluralPartPath
 
treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmAnyValuedSimplePath
 
treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmBagJoin
 
treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmBasicValuedSimplePath
 
treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmCteRoot
 
treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmDerivedRoot
 
treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmEmbeddedValuedSimplePath
 
treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmEntityValuedSimplePath
 
treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmIndexedCollectionAccessPath
 
treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmListJoin
 
treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
 
treatAs(Class<S>) - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
 
treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralPartJoin
 
treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralValuedSimplePath
 
treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmSetJoin
 
treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmSingularJoin
 
treatAs(Class<S>) - Method in interface org.hibernate.query.sqm.tree.from.SqmAttributeJoin
 
treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.from.SqmCrossJoin
 
treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.from.SqmCteJoin
 
treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.from.SqmDerivedJoin
 
treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
 
treatAs(Class<S>) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
treatAs(Class<S>) - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
 
treatAs(Class<S>, String) - Method in class org.hibernate.query.sqm.tree.domain.SqmBagJoin
 
treatAs(Class<S>, String) - Method in class org.hibernate.query.sqm.tree.domain.SqmCteRoot
 
treatAs(Class<S>, String) - Method in class org.hibernate.query.sqm.tree.domain.SqmDerivedRoot
 
treatAs(Class<S>, String) - Method in class org.hibernate.query.sqm.tree.domain.SqmListJoin
 
treatAs(Class<S>, String) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
 
treatAs(Class<S>, String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralPartJoin
 
treatAs(Class<S>, String) - Method in class org.hibernate.query.sqm.tree.domain.SqmSetJoin
 
treatAs(Class<S>, String) - Method in class org.hibernate.query.sqm.tree.domain.SqmSingularJoin
 
treatAs(Class<S>, String) - Method in interface org.hibernate.query.sqm.tree.from.SqmAttributeJoin
 
treatAs(Class<S>, String) - Method in class org.hibernate.query.sqm.tree.from.SqmCrossJoin
 
treatAs(Class<S>, String) - Method in class org.hibernate.query.sqm.tree.from.SqmCteJoin
 
treatAs(Class<S>, String) - Method in class org.hibernate.query.sqm.tree.from.SqmDerivedJoin
 
treatAs(Class<S>, String) - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
 
treatAs(Class<S>, String) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
treatAs(Class<S>, String) - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
 
treatAs(Class<S>, String, boolean) - Method in class org.hibernate.query.sqm.tree.domain.SqmBagJoin
 
treatAs(Class<S>, String, boolean) - Method in class org.hibernate.query.sqm.tree.domain.SqmListJoin
 
treatAs(Class<S>, String, boolean) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
 
treatAs(Class<S>, String, boolean) - Method in class org.hibernate.query.sqm.tree.domain.SqmSetJoin
 
treatAs(Class<S>, String, boolean) - Method in class org.hibernate.query.sqm.tree.domain.SqmSingularJoin
 
treatAs(Class<S>, String, boolean) - Method in interface org.hibernate.query.sqm.tree.from.SqmAttributeJoin
 
treatAs(Class<S1>) - Method in class org.hibernate.query.sqm.tree.domain.SqmTreatedSimplePath
 
treatAs(Class<X>) - Method in interface org.hibernate.metamodel.mapping.ValueMapping
Treat operation.
treatAs(String) - Method in class org.hibernate.spi.NavigablePath
 
treatAs(String) - Method in class org.hibernate.spi.TreatedNavigablePath
 
treatAs(String, String) - Method in class org.hibernate.spi.NavigablePath
 
treatAs(String, String) - Method in class org.hibernate.spi.TreatedNavigablePath
 
treatAs(EntityDomainType) - Method in interface org.hibernate.metamodel.model.domain.DiscriminatorSqmPath
 
treatAs(EntityDomainType<S>) - Method in interface org.hibernate.query.criteria.JpaCollectionJoin
 
treatAs(EntityDomainType<S>) - Method in interface org.hibernate.query.criteria.JpaJoin
 
treatAs(EntityDomainType<S>) - Method in interface org.hibernate.query.criteria.JpaListJoin
 
treatAs(EntityDomainType<S>) - Method in interface org.hibernate.query.criteria.JpaMapJoin
 
treatAs(EntityDomainType<S>) - Method in interface org.hibernate.query.criteria.JpaPath
Support for JPA's explicit (TREAT) down-casting.
treatAs(EntityDomainType<S>) - Method in interface org.hibernate.query.criteria.JpaPluralJoin
 
treatAs(EntityDomainType<S>) - Method in interface org.hibernate.query.criteria.JpaSetJoin
 
treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmSpecificPluralPartPath
 
treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.NonAggregatedCompositeSimplePath
 
treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmAnyValuedSimplePath
 
treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmBagJoin
 
treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmBasicValuedSimplePath
 
treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmCteRoot
 
treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmDerivedRoot
 
treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmEmbeddedValuedSimplePath
 
treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmEntityValuedSimplePath
 
treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmIndexedCollectionAccessPath
 
treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmListJoin
 
treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
 
treatAs(EntityDomainType<S>) - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
 
treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralPartJoin
 
treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralValuedSimplePath
 
treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmSetJoin
 
treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.domain.SqmSingularJoin
 
treatAs(EntityDomainType<S>) - Method in interface org.hibernate.query.sqm.tree.from.SqmAttributeJoin
 
treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.from.SqmCrossJoin
 
treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.from.SqmCteJoin
 
treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.from.SqmDerivedJoin
 
treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
 
treatAs(EntityDomainType<S>) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
treatAs(EntityDomainType<S>) - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
 
treatAs(EntityDomainType<S>, String) - Method in class org.hibernate.query.sqm.tree.domain.SqmBagJoin
 
treatAs(EntityDomainType<S>, String) - Method in class org.hibernate.query.sqm.tree.domain.SqmCteRoot
 
treatAs(EntityDomainType<S>, String) - Method in class org.hibernate.query.sqm.tree.domain.SqmDerivedRoot
 
treatAs(EntityDomainType<S>, String) - Method in class org.hibernate.query.sqm.tree.domain.SqmListJoin
 
treatAs(EntityDomainType<S>, String) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
 
treatAs(EntityDomainType<S>, String) - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralPartJoin
 
treatAs(EntityDomainType<S>, String) - Method in class org.hibernate.query.sqm.tree.domain.SqmSetJoin
 
treatAs(EntityDomainType<S>, String) - Method in class org.hibernate.query.sqm.tree.domain.SqmSingularJoin
 
treatAs(EntityDomainType<S>, String) - Method in interface org.hibernate.query.sqm.tree.from.SqmAttributeJoin
 
treatAs(EntityDomainType<S>, String) - Method in class org.hibernate.query.sqm.tree.from.SqmCrossJoin
 
treatAs(EntityDomainType<S>, String) - Method in class org.hibernate.query.sqm.tree.from.SqmCteJoin
 
treatAs(EntityDomainType<S>, String) - Method in class org.hibernate.query.sqm.tree.from.SqmDerivedJoin
 
treatAs(EntityDomainType<S>, String) - Method in class org.hibernate.query.sqm.tree.from.SqmEntityJoin
 
treatAs(EntityDomainType<S>, String) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
 
treatAs(EntityDomainType<S>, String) - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
 
treatAs(EntityDomainType<S>, String, boolean) - Method in class org.hibernate.query.sqm.tree.domain.SqmBagJoin
 
treatAs(EntityDomainType<S>, String, boolean) - Method in class org.hibernate.query.sqm.tree.domain.SqmListJoin
 
treatAs(EntityDomainType<S>, String, boolean) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
 
treatAs(EntityDomainType<S>, String, boolean) - Method in class org.hibernate.query.sqm.tree.domain.SqmSetJoin
 
treatAs(EntityDomainType<S>, String, boolean) - Method in class org.hibernate.query.sqm.tree.domain.SqmSingularJoin
 
treatAs(EntityDomainType<S>, String, boolean) - Method in interface org.hibernate.query.sqm.tree.from.SqmAttributeJoin
 
treatedNavigablePath() - Method in class org.hibernate.grammars.hql.HqlParser.SyntacticDomainPathContext
 
treatedNavigablePath() - Method in class org.hibernate.grammars.hql.HqlParser
 
TreatedNavigablePath - Class in org.hibernate.spi
An implementation of NavigablePath with special handling for treated paths.
TreatedNavigablePath(NavigablePath, String) - Constructor for class org.hibernate.spi.TreatedNavigablePath
 
TreatedNavigablePath(NavigablePath, String, String) - Constructor for class org.hibernate.spi.TreatedNavigablePath
 
TreatedNavigablePathContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.TreatedNavigablePathContext
 
Triggerable - Interface in org.hibernate.testing.logger
 
triggerMessage() - Method in interface org.hibernate.testing.logger.Triggerable
 
triggerMessage() - Method in class org.hibernate.testing.logger.TriggerOnPrefixLogListener
 
triggerMessages() - Method in interface org.hibernate.testing.logger.Triggerable
 
triggerMessages() - Method in class org.hibernate.testing.logger.TriggerOnPrefixLogListener
 
TriggerOnPrefixLogListener - Class in org.hibernate.testing.logger
 
TriggerOnPrefixLogListener(String) - Constructor for class org.hibernate.testing.logger.TriggerOnPrefixLogListener
 
TriggerOnPrefixLogListener(Set<String>) - Constructor for class org.hibernate.testing.logger.TriggerOnPrefixLogListener
 
trigonometry() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
trim(char, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
trim(char, Expression<String>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
trim(char, Expression<String>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
trim(char, Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
trim(int[], int) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
trim(CriteriaBuilder.Trimspec, char, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
trim(CriteriaBuilder.Trimspec, char, Expression<String>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
trim(CriteriaBuilder.Trimspec, char, Expression<String>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
trim(CriteriaBuilder.Trimspec, char, Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
trim(CriteriaBuilder.Trimspec, Expression<Character>, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
trim(CriteriaBuilder.Trimspec, Expression<Character>, Expression<String>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
trim(CriteriaBuilder.Trimspec, Expression<Character>, Expression<String>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
trim(CriteriaBuilder.Trimspec, Expression<Character>, Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
trim(CriteriaBuilder.Trimspec, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
trim(CriteriaBuilder.Trimspec, Expression<String>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
trim(CriteriaBuilder.Trimspec, Expression<String>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
trim(CriteriaBuilder.Trimspec, Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
trim(Expression<Character>, Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
trim(Expression<Character>, Expression<String>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
trim(Expression<Character>, Expression<String>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
trim(Expression<Character>, Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
trim(Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
trim(Expression<String>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
trim(Expression<String>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
trim(Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
TRIM - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
TRIM - Static variable in class org.hibernate.grammars.hql.HqlParser
 
TRIM() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
TRIM() - Method in class org.hibernate.grammars.hql.HqlParser.TrimFunctionContext
 
TRIM_SPEC - org.hibernate.query.sqm.produce.function.FunctionParameterType
A trim specification, for trimming and padding functions
trim1() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
trim2() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
trimCharacter() - Method in class org.hibernate.grammars.hql.HqlParser
 
trimCharacter() - Method in class org.hibernate.grammars.hql.HqlParser.TrimFunctionContext
 
TrimCharacterContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.TrimCharacterContext
 
trimFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
trimFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
TrimFunction - Class in org.hibernate.dialect.function
ANSI SQL-standard trim() function, which has a funny syntax involving a TrimSpec, and portability is achieved using Dialect.trimPattern(TrimSpec, boolean).
TrimFunction(Dialect, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.TrimFunction
 
TrimFunction(Dialect, TypeConfiguration, SqlAstNodeRenderingMode) - Constructor for class org.hibernate.dialect.function.TrimFunction
 
TrimFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.TrimFunctionContext
 
trimPattern(TrimSpec, boolean) - Method in class org.hibernate.dialect.AbstractTransactSQLDialect
 
trimPattern(TrimSpec, boolean) - Method in class org.hibernate.dialect.Dialect
Obtain a pattern for the SQL equivalent to a trim() function call.
trimPattern(TrimSpec, boolean) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
trimPattern(TrimSpec, boolean) - Method in class org.hibernate.dialect.SQLServerDialect
 
trimPattern(TrimSpec, char) - Method in class org.hibernate.dialect.Dialect
Deprecated, for removal: This API element is subject to removal in a future version.
trimPattern(TrimSpec, char) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
TrimSpec - Enum in org.hibernate.query.sqm
 
trimSpecification() - Method in class org.hibernate.grammars.hql.HqlParser.TrimFunctionContext
 
trimSpecification() - Method in class org.hibernate.grammars.hql.HqlParser
 
TrimSpecification - Class in org.hibernate.sql.ast.tree.expression
 
TrimSpecification(TrimSpec) - Constructor for class org.hibernate.sql.ast.tree.expression.TrimSpecification
 
TrimSpecificationContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.TrimSpecificationContext
 
trimSuffix(DotIdentifierSequence) - Method in class org.hibernate.spi.NavigablePath
Removes the suffix part from the NavigablePath, when the NavigablePath does not contain the suffix it returns null;
Triple<T1,​T2,​T3> - Class in org.hibernate.envers.internal.tools
A triple of objects.
Triple(T1, T2, T3) - Constructor for class org.hibernate.envers.internal.tools.Triple
 
TRUE - org.hibernate.annotations.LazyCollectionOption
Deprecated.
TRUE - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyWithExtraEnum
 
TRUE - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOuterJoinEnum
 
TRUE - org.hibernate.boot.model.TruthValue
 
TRUE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
TRUE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
TRUE - Static variable in class org.hibernate.internal.util.collections.ArrayHelper
 
TRUE() - Method in class org.hibernate.grammars.hql.HqlParser.BooleanLiteralContext
 
TRUE() - Method in class org.hibernate.grammars.hql.HqlParser.IsTruePredicateContext
 
TRUE_FALSE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Boolean to JDBC CHAR(1) (using 'T'/'F').
TrueFalseConverter - Class in org.hibernate.type
Handles conversion to/from Boolean as 'T' or 'F'
TrueFalseConverter() - Constructor for class org.hibernate.type.TrueFalseConverter
 
trunc() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
TRUNC - org.hibernate.dialect.function.TruncFunction.DatetimeTrunc
 
TRUNC - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
TRUNC - Static variable in class org.hibernate.grammars.hql.HqlParser
 
TRUNC() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
TRUNC() - Method in class org.hibernate.grammars.hql.HqlParser.TruncFunctionContext
 
trunc_dateTrunc() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
trunc_dateTrunc_trunc() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
trunc_floor() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Derby (only works if the second arg is constant, as it almost always is)
trunc_round_datetrunc() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
SQL Server >= 16
trunc_roundMode() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
SAP HANA
trunc_truncate() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
MySQL
TruncArgumentsValidator() - Constructor for class org.hibernate.dialect.function.TruncFunction.TruncArgumentsValidator
 
truncate(long) - Method in class org.hibernate.engine.jdbc.BlobProxy
 
truncate(Expression<T>, Integer) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create an expression that returns the first argument truncated to the number of decimal places given by the second argument.
truncate(Expression<T>, Integer) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
truncate(Expression<T>, Integer) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
truncate(Expression<T>, TemporalUnit) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Truncates a date, time or datetime expression to the given TemporalUnit.
truncate(Expression<T>, TemporalUnit) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
truncate(Expression<T>, TemporalUnit) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
truncate(String, int) - Static method in class org.hibernate.internal.util.StringHelper
 
TRUNCATE - org.hibernate.tool.schema.Action
Truncate the tables in the schema.
TRUNCATE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
TRUNCATE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
TRUNCATE() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
TRUNCATE() - Method in class org.hibernate.grammars.hql.HqlParser.OnOverflowClauseContext
 
TRUNCATE() - Method in class org.hibernate.grammars.hql.HqlParser.TruncFunctionContext
 
truncateMappedObjects() - Method in class org.hibernate.relational.internal.SchemaManagerImpl
 
truncateMappedObjects() - Method in interface org.hibernate.relational.SchemaManager
Truncate the database tables mapped by Hibernate entities, and then re-import initial data from any configured load script.
truncFunction() - Method in class org.hibernate.grammars.hql.HqlParser.StandardFunctionContext
 
truncFunction() - Method in class org.hibernate.grammars.hql.HqlParser
 
TruncFunction - Class in org.hibernate.dialect.function
Custom function that manages both numeric and datetime truncation
TruncFunction(String, String, TruncFunction.DatetimeTrunc, String, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.TruncFunction
 
TruncFunction.DatetimeTrunc - Enum in org.hibernate.dialect.function
 
TruncFunction.TruncArgumentsValidator - Class in org.hibernate.dialect.function
 
TruncFunction.TruncRenderingSupport - Class in org.hibernate.dialect.function
 
TruncFunctionContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.TruncFunctionContext
 
TruncRenderingSupport(PatternRenderer, PatternRenderer) - Constructor for class org.hibernate.dialect.function.TruncFunction.TruncRenderingSupport
 
TruthValue - Enum in org.hibernate.boot.model
An enumeration of truth values.
tryCommit() - Static method in class org.hibernate.testing.jta.TestingJtaPlatformImpl
Used by envers...
tuple(Selection<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
tuple(Selection<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
tuple(Selection<?>[]) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
tuple(Selection<?>[]) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
tuple(Class<R>, List<? extends SqmExpression<?>>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
tuple(Class<R>, List<? extends SqmExpression<?>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
tuple(Class<R>, SqmExpression<?>...) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
tuple(Class<R>, SqmExpression<?>...) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
tuple(List<? extends JpaSelection<?>>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
tuple(List<? extends JpaSelection<?>>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
tuple(List<? extends JpaSelection<?>>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
tuple(List<? extends JpaSelection<?>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
tuple(SqmExpressible<R>, List<? extends SqmExpression<?>>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
tuple(SqmExpressible<R>, List<? extends SqmExpression<?>>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
tuple(SqmExpressible<R>, SqmExpression<?>...) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
tuple(SqmExpressible<R>, SqmExpression<?>...) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
TUPLE - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
TupleElementImpl<E> - Class in org.hibernate.sql.results.internal
Implementation of the JPA TupleElement contract
TupleElementImpl(Class<? extends E>, String) - Constructor for class org.hibernate.sql.results.internal.TupleElementImpl
 
TupleExpressionContext(HqlParser.ExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.TupleExpressionContext
 
TupleImpl - Class in org.hibernate.sql.results.internal
Implementation of the JPA Tuple contract
TupleImpl(TupleMetadata, Object[]) - Constructor for class org.hibernate.sql.results.internal.TupleImpl
 
TupleMappingModelExpressible - Class in org.hibernate.metamodel.model.domain.internal
 
TupleMappingModelExpressible(MappingModelExpressible<?>[]) - Constructor for class org.hibernate.metamodel.model.domain.internal.TupleMappingModelExpressible
 
TupleMetadata - Class in org.hibernate.sql.results.internal
Metadata about the tuple structure.
TupleMetadata(TupleElement<?>[], String[]) - Constructor for class org.hibernate.sql.results.internal.TupleMetadata
 
TupleResult<T> - Class in org.hibernate.sql.results.graph.tuple
 
TupleResult(int[], String, JavaType<T>) - Constructor for class org.hibernate.sql.results.graph.tuple.TupleResult
 
TupleResult(int[], String, JavaType<T>, NavigablePath) - Constructor for class org.hibernate.sql.results.graph.tuple.TupleResult
 
TupleResultAssembler<J> - Class in org.hibernate.sql.results.graph.tuple
 
TupleResultAssembler(int[], JavaType<J>) - Constructor for class org.hibernate.sql.results.graph.tuple.TupleResultAssembler
 
TUPLES - org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
 
TupleTransformer<T> - Interface in org.hibernate.query
Defines some transformation applied to each result of a Query before the results are packaged as a List and returned to the caller.
TupleType<J> - Interface in org.hibernate.metamodel.model.domain
Describes any structural type without a direct java type representation.
tuplizer - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
 
tuplizer - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeCollectionElementType
 
tuplizer - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDiscriminatorSubclassEntityType
 
tuplizer - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmJoinedSubclassEntityType
 
tuplizer - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
 
tuplizer - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
tuplizer - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
Tuplizer - Interface in org.hibernate.tuple
TWO - org.hibernate.testing.orm.domain.gambit.EnumValue
 
TwoEntityOneAuditedQueryGenerator - Class in org.hibernate.envers.internal.entities.mapper.relation.query
Selects data from a relation middle-table and a related non-audited entity.
TwoEntityOneAuditedQueryGenerator(Configuration, String, MiddleIdData, MiddleIdData, boolean, String, MiddleComponentData...) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.query.TwoEntityOneAuditedQueryGenerator
 
TwoEntityQueryGenerator - Class in org.hibernate.envers.internal.entities.mapper.relation.query
Selects data from a relation middle-table and a related versions entity.
TwoEntityQueryGenerator(Configuration, String, MiddleIdData, MiddleIdData, boolean, String, MiddleComponentData...) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.query.TwoEntityQueryGenerator
 
TwoPhaseLoad - Class in org.hibernate.engine.internal
Functionality relating to the Hibernate two-phase loading process, that may be reused by persisters that do not use the Loader framework
type - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerGroupType
 
type - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventListenerType
 
type - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
type - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
 
type - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCollectionIdType
 
type - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
 
type - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityDiscriminatorType
 
type - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIndexType
 
type - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
 
type - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNativeQueryScalarReturnType
 
type - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmQueryParamType
 
type - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
 
type - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmVersionAttributeType
 
type - Variable in class org.hibernate.boot.jaxb.mapping.JaxbBasic
 
type - Variable in class org.hibernate.boot.jaxb.mapping.JaxbFilterDef.JaxbFilterParam
 
type - Variable in class org.hibernate.boot.jaxb.mapping.JaxbHbmAnyDiscriminator
 
type - Variable in class org.hibernate.boot.jaxb.mapping.JaxbHbmAnyKey
 
type - Variable in class org.hibernate.boot.jaxb.mapping.JaxbId
 
type - Variable in class org.hibernate.boot.jaxb.mapping.JaxbQueryParamType
 
type() - Method in annotation type org.hibernate.annotations.CollectionType
Specifies the UserCollectionType to use when mapping the attribute to which this annotation is attached.
type() - Method in annotation type org.hibernate.annotations.CollectionTypeRegistration
Specifies the UserCollectionType to use when we encounter a plural attribute classified as CollectionTypeRegistration.classification()
type() - Method in annotation type org.hibernate.annotations.GeneratorType
Deprecated.
A class that implements ValueGenerator, which will be called to generate values of the annotated field or property.
type() - Method in annotation type org.hibernate.annotations.GenericGenerator
The type of identifier generator, a class implementing Generator or, more commonly, IdentifierGenerator.
type() - Method in annotation type org.hibernate.annotations.OptimisticLocking
The optimistic lock checking strategy.
type() - Method in annotation type org.hibernate.annotations.ParamDef
The type to use when binding the parameter value.
type() - Method in annotation type org.hibernate.annotations.Polymorphism
Deprecated.
Determines whether implicit polymorphism is enabled or disabled for the annotated entity class.
type() - Method in interface org.hibernate.query.criteria.JpaPath
 
type() - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
 
type() - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
 
Type - Interface in org.hibernate.type
Defines a mapping between a Java type and one or more JDBC types, as well as describing the in-memory semantics of the given Java type, including: how to compare values and check for "dirtiness", how to clone values, and how to assemble/disassemble values for storage in the second-level cache.
Type - Annotation Type in org.hibernate.annotations
Specifies a custom UserType for the annotated attribute mapping.
TYPE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
TYPE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
TYPE - Static variable in class org.hibernate.type.EnumType
Deprecated.
 
TYPE() - Method in class org.hibernate.grammars.hql.HqlParser.EntityTypeReferenceContext
 
TYPE() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
TYPE_CONTRIBUTORS - Static variable in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl
TYPE_CONTRIBUTORS - Static variable in class org.hibernate.jpa.boot.spi.JpaSettings
Deprecated, for removal: This API element is subject to removal in a future version.
Consider using discovery instead to dynamically locate contributors.
TYPE_KEY - Static variable in class org.hibernate.metamodel.internal.AbstractDynamicMapInstantiator
 
TYPE_NAME - Static variable in class org.hibernate.grammars.graph.GraphLanguageLexer
 
TYPE_NAME - Static variable in class org.hibernate.grammars.graph.GraphLanguageParser
 
TYPE_NAME() - Method in class org.hibernate.grammars.graph.GraphLanguageParser.SubTypeContext
 
TYPE_NAME_PARAM_KEY - Static variable in class org.hibernate.usertype.UserTypeLegacyBridge
 
TYPE_NAME_PREFIX - Static variable in interface org.hibernate.boot.model.convert.spi.ConverterDescriptor
 
typeAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
typeAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
 
typeAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
 
typeAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapKeyBasicType
 
typeAttribute - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
 
TypeBeanInstanceProducer - Class in org.hibernate.boot.model
BeanInstanceProducer implementation for building beans related to custom types.
TypeBeanInstanceProducer(ConfigurationService) - Constructor for class org.hibernate.boot.model.TypeBeanInstanceProducer
 
TypeBinder<A extends Annotation> - Interface in org.hibernate.binder
Allows a user-written annotation to drive some customized model binding.
TypeBinderType - Annotation Type in org.hibernate.annotations
Associates a user-defined annotation with a TypeBinder, allowing the annotation to drive some custom model binding.
TypeBootstrapContext - Interface in org.hibernate.type.spi
Provide a way to customize the Type instantiation process.
typecast(Object[], Object[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
TypecheckUtil - Class in org.hibernate.query.sqm.internal
Functions for typechecking comparison expressions and assignments in the SQM tree.
TypecheckUtil() - Constructor for class org.hibernate.query.sqm.internal.TypecheckUtil
 
TypeConfiguration - Class in org.hibernate.type.spi
Each instance defines a set of types available in a given persistence unit, and isolates them from other configurations.
TypeConfiguration() - Constructor for class org.hibernate.type.spi.TypeConfiguration
 
TypeConfigurationAware - Interface in org.hibernate.type.spi
Optional contract for a Type which is aware of its scoping to a TypeConfiguration and which receives access to the TypeConfiguration to which it is scoped.
TypeContainer - Interface in org.hibernate.boot.jaxb.hbm.spi
 
typeContributions(String) - Method in interface org.hibernate.spatial.HSMessageLogger
 
TypeContributions - Interface in org.hibernate.boot.model
Allows custom types and type descriptors to be contributed to the eventual TypeConfiguration, either by a Dialect or by a TypeContributor.
TypeContributor - Interface in org.hibernate.boot.model
On object that contributes custom types and type descriptors, eventually to a TypeConfiguration, via an instance of TypeContributions.
TypeContributorImpl - Class in org.hibernate.envers.boot.internal
Envers specific TypeContributor
TypeContributorImpl() - Constructor for class org.hibernate.envers.boot.internal.TypeContributorImpl
 
TypeContributorList - Interface in org.hibernate.jpa.boot.spi
Deprecated, for removal: This API element is subject to removal in a future version.
Consider using discovery instead to dynamically locate contributors.
typeContributors() - Method in annotation type org.hibernate.testing.orm.junit.DomainModel
 
TYPED_QUERY - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
typedef - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
TypeDef - Class in org.hibernate.mapping
Deprecated.
no longer used
TypeDef(String, Properties) - Constructor for class org.hibernate.mapping.TypeDef
Deprecated.
 
typeDefinedNoRegistrationKeys(Object) - Method in interface org.hibernate.internal.CoreMessageLogger
 
TypeDefinition - Class in org.hibernate.boot.model
Models the information pertaining to a custom type definition supplied by the user.
TypeDefinition(String, Class<?>, String[], Map<String, String>) - Constructor for class org.hibernate.boot.model.TypeDefinition
 
TypeDefinitionBinder - Class in org.hibernate.boot.model.source.internal.hbm
 
TypeDefinitionBinder() - Constructor for class org.hibernate.boot.model.source.internal.hbm.TypeDefinitionBinder
 
TypeDefinitionRegistry - Interface in org.hibernate.boot.model
 
TypeDefinitionRegistry.DuplicationStrategy - Enum in org.hibernate.boot.model
 
TypeDefinitionRegistryStandardImpl - Class in org.hibernate.boot.model
Basic implementation of TypeDefinitionRegistry.
TypeDefinitionRegistryStandardImpl() - Constructor for class org.hibernate.boot.model.TypeDefinitionRegistryStandardImpl
 
TypeDefinitionRegistryStandardImpl(TypeDefinitionRegistry) - Constructor for class org.hibernate.boot.model.TypeDefinitionRegistryStandardImpl
 
TypedParameterValue<J> - Class in org.hibernate.query
Represents a typed argument to a query parameter.
TypedParameterValue(BindableType<J>, J) - Constructor for class org.hibernate.query.TypedParameterValue
 
TypedParameterValue(BasicTypeReference<J>, J) - Constructor for class org.hibernate.query.TypedParameterValue
 
TypedTupleTransformer<T> - Interface in org.hibernate.query
Extension to TupleTransformer exposing the transformation target type.
TypedValue - Class in org.hibernate.engine.spi
An ordered pair of a value and its Hibernate type.
TypedValue(Type, Object) - Constructor for class org.hibernate.engine.spi.TypedValue
 
TypeException(String, Class<?>) - Constructor for exception org.hibernate.query.sqm.tree.expression.SqmHqlNumericLiteral.TypeException
 
TypeHelper - Class in org.hibernate.type
Certain operations for working with arrays of property values.
TypeInfo - Class in org.hibernate.engine.jdbc.spi
Models type info extracted from DatabaseMetaData.getTypeInfo()
TypeMismatchException - Exception in org.hibernate
Used when a user provided type does not match the expected one.
TypeMismatchException(String) - Constructor for exception org.hibernate.TypeMismatchException
Constructs a TypeMismatchException using the supplied message.
TypeNullability - Enum in org.hibernate.engine.jdbc.spi
Describes the intrinsic nullability of a data type as reported by the JDBC driver.
TypeRegistration - Annotation Type in org.hibernate.annotations
Registers a custom user type implementation to be used by default for all references to a particular class of basic type.
typeRegistrationKeyOverridesPrevious(String, Type) - Method in interface org.hibernate.internal.CoreMessageLogger
 
TypeRegistrations - Annotation Type in org.hibernate.annotations
Grouping of TypeRegistration
TypeRenderingVisitor - Class in org.hibernate.jpamodelgen.util
 
TypeSearchability - Enum in org.hibernate.engine.jdbc.spi
Describes the searchability of a data type as reported by the JDBC driver.
typesMatch(ResolvedType, ResolvedType) - Static method in class org.hibernate.boot.model.convert.internal.ConverterHelper
Determine whether 2 types match.
TypeSpecification - Class in org.hibernate.envers.boot.model
Contract for a type specification mapping.
TypeSpecification(String) - Constructor for class org.hibernate.envers.boot.model.TypeSpecification
 
TypeSpecification(TypeSpecification) - Constructor for class org.hibernate.envers.boot.model.TypeSpecification
 
TypeUtils - Class in org.hibernate.jpamodelgen.util
Utility class.

U

unableToAccessEjb3Configuration(NamingException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToAccessSessionFactory(String, NamingException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToAccessTypeInfoResultSet(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToApplyConstraints(String, Exception) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToBindEjb3ConfigurationToJndi(JndiException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToBindFactoryToJndi(JndiException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToBindValueToParameter(String, int, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToBuildEnhancementMetamodel(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToBuildSessionFactoryUsingMBeanClasspath(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCleanUpCallableStatement(SQLException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCleanUpPreparedStatement(SQLException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCleanupTemporaryIdTable(Throwable) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCloseConnection(Exception) - Method in interface org.hibernate.internal.log.ConnectionPoolingLogger
 
unableToCloseInitialContext(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCloseInputFiles(String, IOException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCloseInputStream(IOException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCloseInputStreamForResource(String, IOException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCloseIterator(SQLException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCloseJar(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCloseOutputFile(String, IOException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCloseOutputStream(IOException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToClosePooledConnection(SQLException) - Method in interface org.hibernate.internal.log.ConnectionPoolingLogger
 
unableToCloseSession(HibernateException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCloseSessionButSwallowingError(HibernateException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCloseSessionDuringRollback(Exception) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCloseStream(IOException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCloseStreamError(IOException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCommitJta() - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCompleteSchemaUpdate(Exception) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCompleteSchemaValidation(SQLException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToConfigureProxoolProviderToUseExistingInMemoryPool(String) - Method in interface org.hibernate.proxool.internal.ProxoolMessageLogger
Builds a message about invalid configuration
unableToConfigureProxoolProviderToUseJaxp(String) - Method in interface org.hibernate.proxool.internal.ProxoolMessageLogger
Builds a message about invalid configuration
unableToConfigureProxoolProviderToUsePropertiesFile(String) - Method in interface org.hibernate.proxool.internal.ProxoolMessageLogger
Builds a message about invalid configuration
unableToConfigureSqlExceptionConverter(HibernateException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToConstructCurrentSessionContext(String, Throwable) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToConstructSqlExceptionConverter(Throwable) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCopySystemProperties() - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCreateProxyFactory(String, HibernateException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToCreateSchema(Exception) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToDeserializeCache(String, SerializationException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToDestroyC3p0ConnectionPool(SQLException) - Method in interface org.hibernate.c3p0.internal.C3P0MessageLogger
Log a message (WARN) about not being able to stop the underlying c3p0 pool.
unableToDestroyCache(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToDestroyQueryCache(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToDestroyUpdateTimestampsCache(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToDetermineCockroachDatabaseVersion(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToDetermineLockModeValue(String, Object) - Method in interface org.hibernate.query.QueryLogging
 
unableToDetermineTransactionStatus() - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToDetermineTransactionStatusAfterCommit() - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToDiscoverOsgiService(String, Exception) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToDropTemporaryIdTable(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToExecuteBatch(Exception, String) - Method in interface org.hibernate.engine.jdbc.batch.JdbcBatchLogging
 
unableToExecuteBatch(Exception, String) - Method in interface org.hibernate.internal.CoreMessageLogger
unableToExecuteResolver(DialectResolver, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToFindFile(URL, Exception) - Method in interface org.hibernate.internal.EntityManagerMessageLogger
 
unableToFindPersistenceXmlInClasspath() - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToGenerateReflectionOptimizer(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToGetDatabaseMetadata(SQLException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToInstantiateC3p0ConnectionPool() - Method in interface org.hibernate.c3p0.internal.C3P0MessageLogger
Build a message about not being able to start the underlying c3p0 pool.
unableToInstantiateConfiguredSchemaNameResolver(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToInstantiateOptimizer(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToInstantiateUuidGenerationStrategy(Exception) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToJoinTransaction(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToLoadCommand(HibernateException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToLoadDerbyDriver(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToLoadJaxpConfiguratorFile(String) - Method in interface org.hibernate.proxool.internal.ProxoolMessageLogger
Builds a message about not being able to find or load the XML configuration file
unableToLoadProperties() - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToLoadPropertyConfiguratorFile(String) - Method in interface org.hibernate.proxool.internal.ProxoolMessageLogger
Builds a message about not being able to find or load the properties configuration file
unableToLoadScannedClassOrResource(Exception) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToLocateConfigFile(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToLocateConfiguredSchemaNameResolver(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToLocateCustomOptimizerClass(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToLocateMBeanServer() - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToLocateStaticMetamodelField(String, String) - Method in interface org.hibernate.internal.EntityManagerMessageLogger
 
unableToLocateUuidGenerationStrategy(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToLogSqlWarnings(SQLException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToLogWarnings(SQLException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToMarkForRollbackOnPersistenceException(Exception) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToMarkForRollbackOnTransientObjectException(Exception) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToObtainConnectionMetadata(SQLException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToObtainConnectionToQueryMetadata(Exception) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToObtainInitialContext(NamingException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToParseMetadata(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToPerformJdbcCommit() - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToPerformManagedFlush(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToQueryDatabaseMetadata() - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToReadClass(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToReadColumnValueFromResultSet(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToReadHiValue(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToReadOrInitHiValue(SQLException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToReleaseBatchStatement() - Method in interface org.hibernate.engine.jdbc.batch.JdbcBatchLogging
 
unableToReleaseBatchStatement() - Method in interface org.hibernate.internal.CoreMessageLogger
unableToReleaseCacheLock(CacheException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToReleaseContext(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToReleaseCreatedMBeanServer(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToReleaseIsolatedConnection(Throwable) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToReleaseTypeInfoResultSet() - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToRemoveBagJoinFetch() - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToResolveAggregateFunction(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToResolveMappingFile(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToRetrieveCache(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToRetrieveTypeInfoResultSet(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToRollbackConnection(Exception) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToRollbackIsolatedTransaction(Exception, Exception) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToRollbackJta() - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToRunSchemaUpdate(Exception) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToSetTransactionToRollbackOnly(SystemException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToStopHibernateService(Exception) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToStopService(Class, Exception) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToSwitchToMethodUsingColumnIndex(Method) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToSynchronizeDatabaseStateWithSession(HibernateException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToToggleAutoCommit(Exception) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToTransformClass(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToUnbindFactoryFromJndi(JndiException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToUpdateHiValue(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToUpdateQueryHiValue(String, SQLException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToWrapResultSet(SQLException) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unableToWriteCachedFile(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
UNARY_MINUS - org.hibernate.query.sqm.UnaryArithmeticOperator
 
UNARY_PLUS - org.hibernate.query.sqm.UnaryArithmeticOperator
 
UnaryArithmeticOperator - Enum in org.hibernate.query.sqm
 
UnaryExpressionContext(HqlParser.ExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.UnaryExpressionContext
 
UnaryNumericLiteralExpressionContext(HqlParser.ExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.UnaryNumericLiteralExpressionContext
 
UnaryOperation - Class in org.hibernate.sql.ast.tree.expression
 
UnaryOperation(UnaryArithmeticOperator, Expression, BasicValuedMapping) - Constructor for class org.hibernate.sql.ast.tree.expression.UnaryOperation
 
unbind(String) - Method in interface org.hibernate.engine.jndi.spi.JndiService
Unbind a value from JNDI by name.
unbind(SessionFactory) - Static method in class org.hibernate.context.internal.ManagedSessionContext
Unbinds the session (if one) current associated with the context for the given session.
unbind(SessionFactory) - Static method in class org.hibernate.context.internal.ThreadLocalSessionContext
Disassociates a previously bound session from the current thread of execution.
UNBOUNDED - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
UNBOUNDED - Static variable in class org.hibernate.grammars.hql.HqlParser
 
UNBOUNDED() - Method in class org.hibernate.grammars.hql.HqlParser.FrameEndContext
 
UNBOUNDED() - Method in class org.hibernate.grammars.hql.HqlParser.FrameStartContext
 
UNBOUNDED() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
UNBOUNDED_FOLLOWING - org.hibernate.query.sqm.FrameKind
 
UNBOUNDED_PRECEDING - org.hibernate.query.sqm.FrameKind
 
UnclosedFixtureResourcesLogging - Class in org.hibernate.testing.orm
 
UnclosedFixtureResourcesLogging() - Constructor for class org.hibernate.testing.orm.UnclosedFixtureResourcesLogging
 
UNDEFINED - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueCompositeIdEnum
 
UNDEFINED - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueTimestampEnum
 
UNDEFINED - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueVersionEnum
 
UNDEFINED - org.hibernate.sql.ast.tree.cte.CteMaterialization
It is undefined if the CTE should be materialized.
UNDEFINED - Static variable in class org.hibernate.engine.spi.IdentifierValue
Assume nothing.
UNDEFINED - Static variable in class org.hibernate.engine.spi.VersionValue
Assume the transient instance is newly instantiated if the version is null, otherwise defer to the identifier unsaved-value.
undo(Session) - Method in class org.hibernate.envers.internal.synchronization.work.AbstractAuditWorkUnit
 
undo(Session) - Method in interface org.hibernate.envers.internal.synchronization.work.AuditWorkUnit
 
unexpectedLiteralTokenType(int) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unexpectedRowCounts() - Method in interface org.hibernate.internal.CoreMessageLogger
unexpectedRowCounts(String, int, int) - Method in interface org.hibernate.engine.jdbc.JdbcLogging
 
UNFETCHED_COLLECTION - Static variable in class org.hibernate.type.CollectionType
 
UNFETCHED_PROPERTY - Static variable in interface org.hibernate.bytecode.enhance.spi.LazyPropertyInitializer
Marker value for uninitialized properties.
UnfetchedBasicPartResultAssembler<J> - Class in org.hibernate.sql.results.graph
 
UnfetchedBasicPartResultAssembler(JavaType<J>) - Constructor for class org.hibernate.sql.results.graph.UnfetchedBasicPartResultAssembler
 
UnfetchedCollectionAssembler - Class in org.hibernate.sql.results.graph.collection.internal
 
UnfetchedCollectionAssembler(PluralAttributeMapping) - Constructor for class org.hibernate.sql.results.graph.collection.internal.UnfetchedCollectionAssembler
 
UnfetchedResultAssembler<J> - Class in org.hibernate.sql.results.graph
 
UnfetchedResultAssembler(JavaType<J>) - Constructor for class org.hibernate.sql.results.graph.UnfetchedResultAssembler
 
UNI - Static variable in class org.hibernate.jpamodelgen.util.Constants
 
UNINITIALIZED - org.hibernate.sql.results.graph.entity.internal.EntitySelectFetchInitializer.State
 
UNINITIALIZED_MATCHER - Static variable in class org.hibernate.testing.hamcrest.InitializationCheckMatcher
 
union(boolean, CriteriaQuery<? extends T>, CriteriaQuery<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
union(boolean, CriteriaQuery<? extends T>, CriteriaQuery<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
union(boolean, CriteriaQuery<? extends T>, CriteriaQuery<?>...) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
union(boolean, Subquery<? extends T>, Subquery<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
union(boolean, Subquery<? extends T>, Subquery<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
union(boolean, Subquery<? extends T>, Subquery<?>...) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
union(CriteriaQuery<? extends T>, CriteriaQuery<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
union(CriteriaQuery<? extends T>, CriteriaQuery<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
union(Subquery<? extends T>, Subquery<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
union(Subquery<? extends T>, Subquery<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
UNION - org.hibernate.boot.model.source.spi.InheritanceType
 
UNION - org.hibernate.query.sqm.SetOperator
Union of sets that removes duplicate rows.
UNION - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
UNION - Static variable in class org.hibernate.grammars.hql.HqlParser
 
UNION() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
UNION() - Method in class org.hibernate.grammars.hql.HqlParser.SetOperatorContext
 
UNION_ALL - org.hibernate.query.sqm.SetOperator
Union of bags that retains all elements.
UNION_INHERIT - org.hibernate.testing.orm.domain.MappingFeature
 
unionaggr - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
unionAll(CriteriaQuery<? extends T>, CriteriaQuery<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
unionAll(CriteriaQuery<? extends T>, CriteriaQuery<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
unionAll(Subquery<? extends T>, Subquery<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
unionAll(Subquery<? extends T>, Subquery<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
unionSubclass - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
unionSubclass - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
unionSubclass - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnionSubclassEntityType
 
UnionSubclass - Class in org.hibernate.mapping
A mapping model object that represents a subclass in a "union" or "table per concrete class" inheritance hierarchy.
UnionSubclass(PersistentClass, MetadataBuildingContext) - Constructor for class org.hibernate.mapping.UnionSubclass
 
unionSubclassEntityPersister() - Method in class org.hibernate.persister.internal.StandardPersisterClassResolver
 
UnionSubclassEntityPersister - Class in org.hibernate.persister.entity
An EntityPersister implementing the InheritanceType.TABLE_PER_CLASS mapping strategy for an entity and its inheritance hierarchy.
UnionSubclassEntityPersister(PersistentClass, EntityDataAccess, NaturalIdDataAccess, RuntimeModelCreationContext) - Constructor for class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
UnionSubclassEntityPersister(PersistentClass, EntityDataAccess, NaturalIdDataAccess, PersisterCreationContext) - Constructor for class org.hibernate.persister.entity.UnionSubclassEntityPersister
Deprecated.
UnionSubclassPersistentEntity - Class in org.hibernate.envers.boot.model
A persistent entity mapping that uses the table-per-class inheritance strategy.
UnionSubclassPersistentEntity(AuditTableData, PersistentClass) - Constructor for class org.hibernate.envers.boot.model.UnionSubclassPersistentEntity
 
UnionTableGroup - Class in org.hibernate.sql.ast.tree.from
 
UnionTableGroup(boolean, NavigablePath, UnionTableReference, UnionSubclassEntityPersister, String) - Constructor for class org.hibernate.sql.ast.tree.from.UnionTableGroup
 
UnionTableReference - Class in org.hibernate.sql.ast.tree.from
 
UnionTableReference(String, String[], String) - Constructor for class org.hibernate.sql.ast.tree.from.UnionTableReference
 
UnionTableReference(String, String[], String, boolean) - Constructor for class org.hibernate.sql.ast.tree.from.UnionTableReference
 
unique - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
unique - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicCollectionElementType
 
unique - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
 
unique - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
 
unique - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
 
unique - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
 
unique - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
unique - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
unique - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
 
unique - Variable in class org.hibernate.boot.jaxb.mapping.JaxbColumn
 
unique - Variable in class org.hibernate.boot.jaxb.mapping.JaxbIndex
 
unique - Variable in class org.hibernate.boot.jaxb.mapping.JaxbJoinColumn
 
unique - Variable in class org.hibernate.boot.jaxb.mapping.JaxbMapKeyColumn
 
unique - Variable in class org.hibernate.boot.jaxb.mapping.JaxbMapKeyJoinColumn
 
unique - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Column
 
unique - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Index
 
unique - Variable in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
 
unique - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
 
unique - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
 
unique() - Method in class org.hibernate.boot.model.internal.MapKeyColumnDelegator
 
unique() - Method in class org.hibernate.boot.model.internal.MapKeyJoinColumnDelegator
 
UNIQUE_CONSTRAINT_SCHEMA_UPDATE_STRATEGY - Static variable in interface org.hibernate.cfg.SchemaToolingSettings
Unique columns and unique keys both use unique constraints in most dialects.
uniqueConstraint - Variable in class org.hibernate.boot.jaxb.mapping.JaxbCollectionTable
 
uniqueConstraint - Variable in class org.hibernate.boot.jaxb.mapping.JaxbJoinTable
 
uniqueConstraint - Variable in class org.hibernate.boot.jaxb.mapping.JaxbSecondaryTable
 
uniqueConstraint - Variable in class org.hibernate.boot.jaxb.mapping.JaxbTable
 
uniqueConstraint - Variable in class org.hibernate.boot.jaxb.mapping.JaxbTableGenerator
 
uniqueConstraint - Variable in class org.hibernate.jpamodelgen.xml.jaxb.CollectionTable
 
uniqueConstraint - Variable in class org.hibernate.jpamodelgen.xml.jaxb.JoinTable
 
uniqueConstraint - Variable in class org.hibernate.jpamodelgen.xml.jaxb.SecondaryTable
 
uniqueConstraint - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Table
 
uniqueConstraint - Variable in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
 
UniqueConstraint - Class in org.hibernate.jpamodelgen.xml.jaxb
 
UniqueConstraint() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.UniqueConstraint
 
UniqueConstraintSchemaUpdateStrategy - Enum in org.hibernate.tool.schema
Unique columns and unique keys both use unique constraints in most dialects.
uniqueConstraintSql(UniqueKey) - Method in class org.hibernate.dialect.unique.AlterTableUniqueDelegate
 
UniqueDelegate - Interface in org.hibernate.dialect.unique
Dialect-level delegate responsible for applying unique constraints in DDL.
uniqueElement(List<T>) - Static method in class org.hibernate.query.spi.AbstractSelectionQuery
 
uniqueKey - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
uniqueKey - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
 
uniqueKey - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
UniqueKey - Class in org.hibernate.mapping
A mapping model object representing a unique key constraint on a relational database table.
UniqueKey() - Constructor for class org.hibernate.mapping.UniqueKey
 
uniqueKeyEntries() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
uniqueKeyEntries() - Method in interface org.hibernate.persister.entity.EntityPersister
 
UniqueKeyEntry - Class in org.hibernate.persister.entity
Useful metadata representing a unique key within a Persister
UniqueKeyEntry(String, int, Type) - Constructor for class org.hibernate.persister.entity.UniqueKeyEntry
 
UniqueKeyLoadable - Interface in org.hibernate.persister.entity
uniqueKeyPropertyName - Variable in class org.hibernate.type.EntityType
 
UniqueKeySelectingDelegate - Class in org.hibernate.id.insert
Uses a unique key of the inserted entity to locate the newly inserted row.
UniqueKeySelectingDelegate(PostInsertIdentityPersister, Dialect, String[]) - Constructor for class org.hibernate.id.insert.UniqueKeySelectingDelegate
 
uniqueResult() - Method in interface org.hibernate.query.Query
Execute the query and return the single result of the query, or null if the query returns no results.
uniqueResult() - Method in interface org.hibernate.query.SelectionQuery
Execute the query and return the single result of the query, or null if the query returns no results.
uniqueResult() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
uniqueResult() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
uniqueResultOptional() - Method in interface org.hibernate.query.Query
Execute the query and return the single result of the query as an instance of Optional.
uniqueResultOptional() - Method in interface org.hibernate.query.SelectionQuery
Execute the query and return the single result of the query, as an Optional.
uniqueResultOptional() - Method in class org.hibernate.query.spi.AbstractSelectionQuery
 
uniqueResultOptional() - Method in class org.hibernate.query.sqm.spi.DelegatingSqmSelectionQueryImplementor
 
uniqueSemanticQueryOptions(QueryOptions) - Static method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
UNKNOWN - org.hibernate.boot.model.TruthValue
 
UNKNOWN - org.hibernate.engine.jdbc.env.spi.SQLStateType
It is unknown.
UNKNOWN - org.hibernate.engine.jdbc.spi.TypeNullability
It is unknown if the data type accepts nulls
UNKNOWN - org.hibernate.procedure.spi.ParameterStrategy
We do not (yet) know
UNKNOWN - Static variable in class org.hibernate.collection.spi.AbstractPersistentCollection
 
UNKNOWN - Static variable in class org.hibernate.property.access.internal.PropertyAccessStrategyBackRefImpl
A placeholder for a property value, indicating that we don't know the value of the back reference
UNKNOWN_FILE_PATH - Static variable in class org.hibernate.boot.jaxb.Origin
 
UnknownAccessTypeException - Exception in org.hibernate.cache.spi.access
Indicates that an unknown AccessType external name was encountered or that an AccessType was requested that the underlying cache provider does not support.
UnknownAccessTypeException(String) - Constructor for exception org.hibernate.cache.spi.access.UnknownAccessTypeException
Constructs the UnknownAccessTypeException.
UnknownBasicJavaType<T> - Class in org.hibernate.type.descriptor.java.spi
AbstractJavaType adapter for cases where we do not know a proper JavaType for a given Java type.
UnknownBasicJavaType(Class<T>) - Constructor for class org.hibernate.type.descriptor.java.spi.UnknownBasicJavaType
 
UnknownBasicJavaType(Class<T>, MutabilityPlan<T>) - Constructor for class org.hibernate.type.descriptor.java.spi.UnknownBasicJavaType
 
UnknownBasicJavaType(Type, MutabilityPlan<T>) - Constructor for class org.hibernate.type.descriptor.java.spi.UnknownBasicJavaType
 
unknownBytecodeProvider(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
UnknownEntityException - Exception in org.hibernate.query.sqm
Indicates a failure to resolve an entity name in HQL to a known mapped entity type.
UnknownEntityException(String) - Constructor for exception org.hibernate.query.sqm.UnknownEntityException
 
UnknownEntityException(String, String) - Constructor for exception org.hibernate.query.sqm.UnknownEntityException
 
UnknownEntityException(String, String, Exception) - Constructor for exception org.hibernate.query.sqm.UnknownEntityException
 
UnknownEntityTypeException - Exception in org.hibernate
Indicates an attempt was made to refer to an unknown entity name or class.
UnknownEntityTypeException(String) - Constructor for exception org.hibernate.UnknownEntityTypeException
 
UnknownEntityTypeException(String, Throwable) - Constructor for exception org.hibernate.UnknownEntityTypeException
 
UnknownFilterException - Exception in org.hibernate
Indicates a request against an unknown filter name.
UnknownFilterException(String) - Constructor for exception org.hibernate.UnknownFilterException
Constructs an UnknownFilterException for the given name.
unknownIngresVersion(int) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unknownJavaTypeNoEqualsHashCode(Class) - Method in interface org.hibernate.internal.CoreMessageLogger
 
UnknownNamedQueryException - Exception in org.hibernate.query
Occurs when a named query is requested, and there is no known HQL or native SQL query registered under the given name.
UnknownNamedQueryException(String) - Constructor for exception org.hibernate.query.UnknownNamedQueryException
 
unknownOracleVersion(int) - Method in interface org.hibernate.internal.CoreMessageLogger
 
UnknownParameterException - Exception in org.hibernate.engine.jdbc.mutation.group
Indicates an attempt to access the parameter for an unknown column
UnknownParameterException - Exception in org.hibernate.query
Indicates an attempt to find an unknown query parameter or an attempt to bind a value to an unknown query parameter
UnknownParameterException(String) - Constructor for exception org.hibernate.query.UnknownParameterException
 
UnknownParameterException(MutationType, MutationTarget<?>, String, String, ParameterUsage) - Constructor for exception org.hibernate.engine.jdbc.mutation.group.UnknownParameterException
 
UnknownPathException - Exception in org.hibernate.query.sqm
Indicates a failure to resolve an element of a path expression in HQL/JPQL.
UnknownPathException(String) - Constructor for exception org.hibernate.query.sqm.UnknownPathException
 
UnknownPathException(String, String, Exception) - Constructor for exception org.hibernate.query.sqm.UnknownPathException
 
UnknownPersisterException - Exception in org.hibernate.persister.spi
Indicates that the persister to use is not known and could not be determined.
UnknownPersisterException(String) - Constructor for exception org.hibernate.persister.spi.UnknownPersisterException
 
UnknownPersisterException(String, Throwable) - Constructor for exception org.hibernate.persister.spi.UnknownPersisterException
 
UnknownProfileException - Exception in org.hibernate
Indicates a request against an unknown fetch profile name.
UnknownProfileException(String) - Constructor for exception org.hibernate.UnknownProfileException
Constructs an UnknownProfileException for the given name.
UnknownServiceException - Exception in org.hibernate.service
Indicates that an unknown service was requested from the registry.
UnknownServiceException(Class) - Constructor for exception org.hibernate.service.UnknownServiceException
 
UnknownSqlResultSetMappingException - Exception in org.hibernate.query
Indicates a request for named ResultSet mapping which could not be found
UnknownSqlResultSetMappingException(String) - Constructor for exception org.hibernate.query.UnknownSqlResultSetMappingException
 
unknownSqlServerVersion(int, Class<? extends Dialect>) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unknownSubPath(SqmPath, String) - Static method in exception org.hibernate.query.sqm.UnknownPathException
 
UnknownTableReferenceException - Exception in org.hibernate.sql.ast.tree.from
Thrown when a TableReference cannot be resolved for a table-name.
UnknownTableReferenceException(String, String) - Constructor for exception org.hibernate.sql.ast.tree.from.UnknownTableReferenceException
 
unknownUnwrap(Class<?>) - Method in class org.hibernate.type.descriptor.java.AbstractClassJavaType
 
unknownUnwrap(Class<?>) - Method in class org.hibernate.type.descriptor.java.AbstractJavaType
 
unknownUnwrap(Class<?>, Class<?>, T) - Static method in class org.hibernate.type.descriptor.java.JavaTypeHelper
 
UnknownUnwrapTypeException - Exception in org.hibernate.service
 
UnknownUnwrapTypeException(Class) - Constructor for exception org.hibernate.service.UnknownUnwrapTypeException
 
UnknownUnwrapTypeException(Class, Throwable) - Constructor for exception org.hibernate.service.UnknownUnwrapTypeException
 
unknownWrap(Class<?>) - Method in class org.hibernate.type.descriptor.java.AbstractClassJavaType
 
unknownWrap(Class<?>) - Method in class org.hibernate.type.descriptor.java.AbstractJavaType
 
unknownWrap(Class<?>, Class<?>, T) - Static method in class org.hibernate.type.descriptor.java.JavaTypeHelper
 
UnloadedClass - Interface in org.hibernate.bytecode.enhance.spi
 
UnloadedField - Interface in org.hibernate.bytecode.enhance.spi
 
unlock(long) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess.SoftLockImpl
Unlocks this Lock, and timestamps the unlock event.
unlockCacheItem() - Method in class org.hibernate.action.internal.EntityDeleteAction
 
unlockItem(SharedSessionContractImplementor, Object, SoftLock) - Method in interface org.hibernate.cache.spi.access.CachedDomainDataAccess
Called when we have finished the attempted update/delete (which may or may not have been successful), after transaction completion.
unlockItem(SharedSessionContractImplementor, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.AbstractCollectionDataAccess
 
unlockItem(SharedSessionContractImplementor, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.AbstractEntityDataAccess
 
unlockItem(SharedSessionContractImplementor, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.AbstractNaturalIdDataAccess
 
unlockItem(SharedSessionContractImplementor, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess
 
unlockItem(SharedSessionContractImplementor, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.CollectionNonStrictReadWriteAccess
 
unlockItem(SharedSessionContractImplementor, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.CollectionReadWriteAccess
 
unlockItem(SharedSessionContractImplementor, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.EntityNonStrictReadWriteAccess
Since this is a non-strict read/write strategy item locking is not used.
unlockItem(SharedSessionContractImplementor, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.EntityReadOnlyAccess
 
unlockItem(SharedSessionContractImplementor, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.NaturalIdNonStrictReadWriteAccess
 
unlockItem(SharedSessionContractImplementor, Object, SoftLock) - Method in class org.hibernate.cache.spi.support.NaturalIdReadOnlyAccess
 
unlockRegion(SoftLock) - Method in interface org.hibernate.cache.spi.access.CachedDomainDataAccess
Called after we have finished the attempted invalidation of the entire region
unlockRegion(SoftLock) - Method in class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
 
unlockRegion(SoftLock) - Method in class org.hibernate.cache.spi.support.AbstractCollectionDataAccess
 
unlockRegion(SoftLock) - Method in class org.hibernate.cache.spi.support.AbstractEntityDataAccess
 
unlockRegion(SoftLock) - Method in class org.hibernate.cache.spi.support.AbstractNaturalIdDataAccess
 
UNMAPPED_POLYMORPHISM - org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
 
unmarshal(InputStream, Origin) - Method in class org.hibernate.boot.cfgxml.internal.JaxbCfgProcessor
 
unmarshal(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter1
 
unmarshal(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter2
 
unmarshal(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter3
 
unmarshal(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter4
 
unmarshal(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter5
 
unmarshal(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter6
 
unmarshal(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter7
 
unmarshal(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter8
 
unmarshal(String) - Method in class org.hibernate.boot.jaxb.hbm.spi.Adapter9
 
unmarshal(String) - Method in class org.hibernate.boot.jaxb.mapping.Adapter1
 
unmarshal(String) - Method in class org.hibernate.boot.jaxb.mapping.Adapter10
 
unmarshal(String) - Method in class org.hibernate.boot.jaxb.mapping.Adapter11
 
unmarshal(String) - Method in class org.hibernate.boot.jaxb.mapping.Adapter12
 
unmarshal(String) - Method in class org.hibernate.boot.jaxb.mapping.Adapter13
 
unmarshal(String) - Method in class org.hibernate.boot.jaxb.mapping.Adapter14
 
unmarshal(String) - Method in class org.hibernate.boot.jaxb.mapping.Adapter15
 
unmarshal(String) - Method in class org.hibernate.boot.jaxb.mapping.Adapter16
 
unmarshal(String) - Method in class org.hibernate.boot.jaxb.mapping.Adapter17
 
unmarshal(String) - Method in class org.hibernate.boot.jaxb.mapping.Adapter18
 
unmarshal(String) - Method in class org.hibernate.boot.jaxb.mapping.Adapter19
 
unmarshal(String) - Method in class org.hibernate.boot.jaxb.mapping.Adapter2
 
unmarshal(String) - Method in class org.hibernate.boot.jaxb.mapping.Adapter20
 
unmarshal(String) - Method in class org.hibernate.boot.jaxb.mapping.Adapter3
 
unmarshal(String) - Method in class org.hibernate.boot.jaxb.mapping.Adapter4
 
unmarshal(String) - Method in class org.hibernate.boot.jaxb.mapping.Adapter5
 
unmarshal(String) - Method in class org.hibernate.boot.jaxb.mapping.Adapter6
 
unmarshal(String) - Method in class org.hibernate.boot.jaxb.mapping.Adapter7
 
unmarshal(String) - Method in class org.hibernate.boot.jaxb.mapping.Adapter8
 
unmarshal(String) - Method in class org.hibernate.boot.jaxb.mapping.Adapter9
 
unmodifiableEntrySet() - Method in class org.hibernate.internal.util.collections.CaseInsensitiveDictionary
Contrary to traditional Map, we make the return unmodifiable.
unmodifiableKeySet() - Method in class org.hibernate.internal.util.collections.CaseInsensitiveDictionary
Contrary to traditional Map, we make the return unmodifiable.
UnparsedNumericLiteral<N extends Number> - Class in org.hibernate.sql.ast.tree.expression
A numeric literal coming from an HQL query, which needs special handling
UnparsedNumericLiteral(String, NumericTypeCategory, JdbcMapping) - Constructor for class org.hibernate.sql.ast.tree.expression.UnparsedNumericLiteral
 
unproxy(Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
unproxy(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Get the entity instance underlying the given proxy, throwing an exception if the proxy is uninitialized.
unproxy(Object) - Static method in class org.hibernate.Hibernate
If the given object is not a proxy, return it.
unproxy(T, Class<T>) - Static method in class org.hibernate.Hibernate
If the given object is not a proxy, cast it to the given type, and return it.
unproxyAndReassociate(Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
unproxyAndReassociate(Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Possibly unproxy the given reference and reassociate it with the current session.
unqualify(String) - Static method in class org.hibernate.internal.util.StringHelper
 
unqualify(String) - Static method in class org.hibernate.jpamodelgen.ImportContextImpl
 
unqualifyEntityName(String) - Static method in class org.hibernate.internal.util.StringHelper
 
unquote(String) - Static method in class org.hibernate.internal.util.StringHelper
Return the unquoted version of name (stripping the start and end '`' characters if present).
unquote(String[], Dialect) - Static method in class org.hibernate.internal.util.StringHelper
Return the unquoted version of name stripping the start and end quote characters.
unquote(String, Dialect) - Static method in class org.hibernate.internal.util.StringHelper
Return the unquoted version of name stripping the start and end quote characters.
unQuote(String) - Static method in class org.hibernate.boot.model.naming.Identifier
 
unquoteIdentifier(String) - Static method in class org.hibernate.internal.util.QuotingHelper
 
unquoteJavaStringLiteral(String) - Static method in class org.hibernate.internal.util.QuotingHelper
 
unquoteStringLiteral(String) - Static method in class org.hibernate.internal.util.QuotingHelper
 
UNREFERENCED - Static variable in class org.hibernate.internal.log.LoggingHelper
 
unregister(String...) - Method in class org.hibernate.type.BasicTypeRegistry
 
unregisteredResultSetWithoutStatement() - Method in interface org.hibernate.internal.CoreMessageLogger
 
unregisteredStatement() - Method in interface org.hibernate.internal.CoreMessageLogger
 
unRegisterStrategyImplementor(Class<T>, Class<? extends T>) - Method in class org.hibernate.boot.registry.selector.internal.StrategySelectorImpl
 
unRegisterStrategyImplementor(Class<T>, Class<? extends T>) - Method in interface org.hibernate.boot.registry.selector.spi.StrategySelector
Un-registers a named implementor of a particular strategy contract.
UnresolvableObjectException - Exception in org.hibernate
Thrown when Hibernate could not resolve an object by id, especially when loading an association.
UnresolvableObjectException(Object, String) - Constructor for exception org.hibernate.UnresolvableObjectException
Constructs an UnresolvableObjectException using the specified information.
UnresolvableObjectException(String, Object, String) - Constructor for exception org.hibernate.UnresolvableObjectException
 
UnresolvedEntityInsertActions - Class in org.hibernate.action.internal
Tracks unresolved entity insert actions.
UnresolvedEntityInsertActions() - Constructor for class org.hibernate.action.internal.UnresolvedEntityInsertActions
 
unroot(String) - Static method in class org.hibernate.internal.util.StringHelper
 
unsavedValue - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
 
unsavedValue - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
 
unsavedValue - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTimestampAttributeType
 
unsavedValue - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmVersionAttributeType
 
unsavedValue - Variable in class org.hibernate.boot.jaxb.mapping.JaxbId
 
UnsavedValueFactory - Class in org.hibernate.engine.internal
Helper for dealing with unsaved value handling
UnsavedValueStrategy - Interface in org.hibernate.engine.spi
The base contract for determining transient status versus detached status.
unScheduleDeletion(EntityEntry, Object) - Method in class org.hibernate.engine.spi.ActionQueue
 
unScheduleUnloadedDeletion(Object) - Method in class org.hibernate.engine.spi.ActionQueue
 
unset() - Method in class org.hibernate.envers.internal.tools.MutableBoolean
 
unsetMask - Variable in class org.hibernate.engine.internal.AbstractEntityEntry.EnumState
 
unsetSession() - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
unsetSession() - Method in interface org.hibernate.bytecode.enhance.spi.interceptor.SessionAssociableInterceptor
 
unsetSession() - Method in class org.hibernate.proxy.AbstractLazyInitializer
 
unsetSession() - Method in interface org.hibernate.proxy.LazyInitializer
Unset this initializer's reference to session.
unsetSession(SharedSessionContractImplementor) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
unsetSession(SharedSessionContractImplementor) - Method in interface org.hibernate.collection.spi.PersistentCollection
Disassociate this collection from the given session.
UNSPECIFIED - org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitCachingType
 
unStashInvalidNaturalIdReferences() - Method in class org.hibernate.engine.internal.NaturalIdResolutionsImpl
Again, as part of "load synchronization process" we need to also be able to clear references to these known-invalid natural-ids after flush.
UnstructuredCacheEntry - Class in org.hibernate.cache.spi.entry
Unstructured CacheEntry format (used to store entities and collections).
unsuccessful(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unsuccessfulSchemaManagementCommand(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
UNSUPPORTED - org.hibernate.dialect.NationalizationSupport
The database does not even have support for nationalized character data.
unsupportedAfterStatement() - Method in interface org.hibernate.internal.CoreMessageLogger
 
unsupportedAttributeOverrideWithEntityInheritance(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unsupportedDatabaseVersion(String, String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unsupportedFeatureHandling() - Method in interface org.hibernate.boot.jaxb.hbm.transform.HbmXmlTransformer.Options
 
UnsupportedFeatureHandling - Enum in org.hibernate.boot.jaxb.hbm.transform
How to handle features in the transformed `hbm.xml` which are not supported in the `mapping.xml` XSD
unsupportedIngresVersion() - Method in interface org.hibernate.internal.CoreMessageLogger
 
unsupportedInitialValue(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
UnsupportedLockAttemptException - Exception in org.hibernate
This exception is thrown when an invalid LockMode is selected for an entity.
UnsupportedLockAttemptException(String) - Constructor for exception org.hibernate.UnsupportedLockAttemptException
 
UnsupportedLockAttemptException(String, Throwable) - Constructor for exception org.hibernate.UnsupportedLockAttemptException
 
UnsupportedLockAttemptException(Throwable) - Constructor for exception org.hibernate.UnsupportedLockAttemptException
 
unsupportedMappedSuperclassWithEntityInheritance(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
UnsupportedMappingException - Exception in org.hibernate.metamodel
Indicated a problem with a mapping.
UnsupportedMappingException(String) - Constructor for exception org.hibernate.metamodel.UnsupportedMappingException
 
unsupportedMultiTableBulkHqlJpaql(int, int, int) - Method in interface org.hibernate.internal.CoreMessageLogger
 
unsupportedNamedParameters() - Method in interface org.hibernate.internal.CoreMessageLogger
 
unsupportedOracleVersion() - Method in interface org.hibernate.internal.CoreMessageLogger
 
UnsupportedOrmXsdVersionException - Exception in org.hibernate.boot
Specialized exception indicating that an unsupported orm.xml XSD version was specified
UnsupportedOrmXsdVersionException(String, Origin) - Constructor for exception org.hibernate.boot.UnsupportedOrmXsdVersionException
 
unusedMappedSuperclass(String) - Method in interface org.hibernate.internal.EntityManagerMessageLogger
 
unwrap(boolean[], Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.BooleanPrimitiveArrayJavaType
 
unwrap(byte[], Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayJavaType
 
unwrap(byte[], Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.RowVersionJavaType
Deprecated.
 
unwrap(char[], Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayJavaType
 
unwrap(double[], Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.DoublePrimitiveArrayJavaType
 
unwrap(float[], Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.FloatPrimitiveArrayJavaType
 
unwrap(int[], Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.IntegerPrimitiveArrayJavaType
 
unwrap(long[], Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LongPrimitiveArrayJavaType
 
unwrap(short[], Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ShortPrimitiveArrayJavaType
 
unwrap(C, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.spi.BasicCollectionJavaType
 
unwrap(C, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.spi.CollectionJavaType
 
unwrap(Boolean, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.BooleanJavaType
 
unwrap(Byte[], Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ByteArrayJavaType
 
unwrap(Byte, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ByteJavaType
 
unwrap(Character[], Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CharacterArrayJavaType
 
unwrap(Character, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CharacterJavaType
 
unwrap(Class<T>) - Method in class org.hibernate.agroal.internal.AgroalConnectionProvider
 
unwrap(Class<T>) - Method in class org.hibernate.c3p0.internal.C3P0ConnectionProvider
 
unwrap(Class<T>) - Method in class org.hibernate.cache.internal.DisabledCaching
 
unwrap(Class<T>) - Method in class org.hibernate.cache.internal.EnabledCaching
 
unwrap(Class<T>) - Method in class org.hibernate.engine.jdbc.connections.internal.DatasourceConnectionProviderImpl
 
unwrap(Class<T>) - Method in class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl
 
unwrap(Class<T>) - Method in class org.hibernate.engine.jdbc.connections.internal.UserSuppliedConnectionProviderImpl
 
unwrap(Class<T>) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
 
unwrap(Class<T>) - Method in class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
 
unwrap(Class<T>) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
unwrap(Class<T>) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
unwrap(Class<T>) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
 
unwrap(Class<T>) - Method in class org.hibernate.hikaricp.internal.HikariCPConnectionProvider
 
unwrap(Class<T>) - Method in class org.hibernate.internal.SessionFactoryImpl
 
unwrap(Class<T>) - Method in class org.hibernate.internal.SessionImpl
 
unwrap(Class<T>) - Method in class org.hibernate.procedure.internal.ProcedureCallImpl
 
unwrap(Class<T>) - Method in class org.hibernate.proxool.internal.ProxoolConnectionProvider
 
unwrap(Class<T>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
unwrap(Class<T>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
unwrap(Class<T>) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
unwrap(Class<T>) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
unwrap(Class<T>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
unwrap(Class<T>) - Method in interface org.hibernate.service.spi.Wrapped
Unproxy the service proxy
unwrap(Class<T>) - Method in class org.hibernate.testing.jdbc.ConnectionProviderDelegate
 
unwrap(Class<T>) - Method in class org.hibernate.testing.jdbc.DataSourceStub
 
unwrap(Class<T>) - Method in class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl
 
unwrap(Class<T>) - Method in class org.hibernate.vibur.internal.ViburDBCPConnectionProvider
 
unwrap(Class, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ClassJavaType
 
unwrap(Double, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.DoubleJavaType
 
unwrap(Float, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.FloatJavaType
 
unwrap(Integer, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.IntegerJavaType
 
unwrap(Long, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LongJavaType
 
unwrap(Object[], Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ObjectArrayJavaType
 
unwrap(Object, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ObjectJavaType
 
unwrap(Object, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.jdbc.spi.BasicJdbcLiteralFormatter
 
unwrap(Short, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ShortJavaType
 
unwrap(String, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.StringJavaType
 
unwrap(BigDecimal, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.BigDecimalJavaType
 
unwrap(BigInteger, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.BigIntegerJavaType
 
unwrap(InetAddress, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.InetAddressJavaType
 
unwrap(URL, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.UrlJavaType
 
unwrap(Blob, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.BlobJavaType
 
unwrap(Clob, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ClobJavaType
 
unwrap(NClob, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.NClobJavaType
 
unwrap(Duration, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.DurationJavaType
 
unwrap(Instant, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.InstantJavaType
 
unwrap(LocalDate, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LocalDateJavaType
 
unwrap(LocalDateTime, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LocalDateTimeJavaType
 
unwrap(LocalTime, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LocalTimeJavaType
 
unwrap(OffsetDateTime, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.OffsetDateTimeJavaType
 
unwrap(OffsetTime, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.OffsetTimeJavaType
 
unwrap(Year, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.YearJavaType
 
unwrap(ZonedDateTime, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ZonedDateTimeJavaType
 
unwrap(ZoneId, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ZoneIdJavaType
 
unwrap(ZoneOffset, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ZoneOffsetJavaType
 
unwrap(Calendar, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CalendarDateJavaType
 
unwrap(Calendar, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CalendarJavaType
 
unwrap(Calendar, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CalendarTimeJavaType
 
unwrap(Currency, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CurrencyJavaType
 
unwrap(Date, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.DateJavaType
 
unwrap(Date, Class, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.JdbcDateJavaType
 
unwrap(Date, Class, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.JdbcTimeJavaType
 
unwrap(Date, Class, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
 
unwrap(Locale, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LocaleJavaType
 
unwrap(Map.Entry, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.spi.MapEntryJavaType
 
unwrap(Map<?, ?>, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.spi.DynamicModelJavaType
 
unwrap(TimeZone, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.TimeZoneJavaType
 
unwrap(UUID, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.UUIDJavaType
 
unwrap(J, Class<X>, WrapperOptions) - Method in class org.hibernate.type.internal.CompositeUserTypeJavaTypeWrapper
 
unwrap(J, Class<X>, WrapperOptions) - Method in class org.hibernate.type.internal.UserTypeJavaTypeWrapper
 
unwrap(Geometry, Class<X>, WrapperOptions) - Method in class org.hibernate.spatial.GeolatteGeometryJavaType
 
unwrap(Geometry, Class<X>, WrapperOptions) - Method in class org.hibernate.spatial.JTSGeometryJavaType
 
unwrap(T[], Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ArrayJavaType
 
unwrap(T, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.EnumJavaType
 
unwrap(T, Class<X>, WrapperOptions) - Method in interface org.hibernate.type.descriptor.java.JavaType
Unwrap an instance of our handled Java type into the requested type.
unwrap(T, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.SerializableJavaType
 
unwrap(T, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.spi.EmbeddableAggregateJavaType
 
unwrap(T, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.spi.EntityJavaType
 
unwrap(T, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.spi.FormatMapperBasedJavaType
 
unwrap(T, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeBasicAdaptor
 
unwrap(T, Class<X>, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.spi.UnknownBasicJavaType
 
up() - Method in interface org.hibernate.envers.query.AuditAssociationQuery
 
up() - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditAssociationQuery
 
updatable - Variable in class org.hibernate.boot.jaxb.mapping.JaxbColumn
 
updatable - Variable in class org.hibernate.boot.jaxb.mapping.JaxbJoinColumn
 
updatable - Variable in class org.hibernate.boot.jaxb.mapping.JaxbMapKeyColumn
 
updatable - Variable in class org.hibernate.boot.jaxb.mapping.JaxbMapKeyJoinColumn
 
updatable - Variable in class org.hibernate.boot.jaxb.mapping.JaxbOrderColumn
 
updatable - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Column
 
updatable - Variable in class org.hibernate.jpamodelgen.xml.jaxb.JoinColumn
 
updatable - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyColumn
 
updatable - Variable in class org.hibernate.jpamodelgen.xml.jaxb.MapKeyJoinColumn
 
updatable - Variable in class org.hibernate.jpamodelgen.xml.jaxb.OrderColumn
 
updatable() - Method in annotation type org.hibernate.annotations.TimeZoneColumn
(Optional) Whether the column is included in SQL UPDATE statements generated by the persistence provider.
updatable() - Method in class org.hibernate.boot.model.internal.MapKeyColumnDelegator
 
updatable() - Method in class org.hibernate.boot.model.internal.MapKeyJoinColumnDelegator
 
update - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
 
update - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
update - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
 
update - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
 
update - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmKeyType
 
update - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
update - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPropertiesType
 
update(Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
update(Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
update(Object) - Method in class org.hibernate.internal.SessionImpl
Deprecated.
update(Object) - Method in class org.hibernate.internal.StatelessSessionImpl
 
update(Object) - Method in interface org.hibernate.Session
Deprecated.
update(Object) - Method in interface org.hibernate.StatelessSession
Update a row.
update(Object, Object[], int[], boolean, Object[], Object, Object, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Update an object
update(Object, Object[], int[], boolean, Object[], Object, Object, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.entity.EntityPersister
Update a persistent instance
update(String, Object) - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
update(String, Object) - Method in class org.hibernate.engine.spi.SessionLazyDelegator
Deprecated.
update(String, Object) - Method in class org.hibernate.internal.SessionImpl
Deprecated.
update(String, Object) - Method in class org.hibernate.internal.StatelessSessionImpl
 
update(String, Object) - Method in interface org.hibernate.Session
update(String, Object) - Method in interface org.hibernate.StatelessSession
Update a row.
update(Metadata) - Static method in class org.hibernate.testing.schema.SchemaUpdateHelper
 
update(Metadata, ServiceRegistry) - Static method in class org.hibernate.testing.schema.SchemaUpdateHelper
 
update(SharedSessionContractImplementor, Object, Object) - Method in interface org.hibernate.cache.spi.access.NaturalIdDataAccess
Called afterQuery an item has been updated (beforeQuery the transaction completes), instead of calling evict().
update(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.AbstractNaturalIdDataAccess
 
update(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.NaturalIdNonStrictReadWriteAccess
 
update(SharedSessionContractImplementor, Object, Object) - Method in class org.hibernate.cache.spi.support.NaturalIdReadWriteAccess
 
update(SharedSessionContractImplementor, Object, Object, Object, Object) - Method in interface org.hibernate.cache.spi.access.EntityDataAccess
Called afterQuery an item has been updated (beforeQuery the transaction completes), instead of calling evict().
update(SharedSessionContractImplementor, Object, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.EntityNonStrictReadWriteAccess
 
update(SharedSessionContractImplementor, Object, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.EntityReadOnlyAccess
 
update(SharedSessionContractImplementor, Object, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.EntityReadWriteAccess
 
update(SharedSessionContractImplementor, Object, Object, Object, Object) - Method in class org.hibernate.cache.spi.support.EntityTransactionalAccess
 
Update - Class in org.hibernate.sql
A SQL UPDATE statement.
Update(SessionFactoryImplementor) - Constructor for class org.hibernate.sql.Update
 
Update(ParameterMarkerStrategy) - Constructor for class org.hibernate.sql.Update
 
UPDATE - org.hibernate.annotations.GenerationTime
Deprecated.
Indicates that a new value is generated on update.
UPDATE - org.hibernate.boot.beanvalidation.GroupsPerOperation.Operation
 
UPDATE - org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
UPDATE - org.hibernate.boot.SchemaAutoTooling
Update (alter) the schema on SessionFactory startup.
UPDATE - org.hibernate.engine.internal.Nullability.NullabilityCheckType
 
UPDATE - org.hibernate.engine.spi.CachedNaturalIdValueSource
 
UPDATE - org.hibernate.generator.EventType
An event that occurs when any update statements needed to persist changes to a dirty entity instance are executed.
UPDATE - org.hibernate.sql.ast.Clause
The update clause
UPDATE - org.hibernate.sql.model.MutationType
 
UPDATE - org.hibernate.tool.schema.Action
Update (alter) the database schema.
UPDATE - org.hibernate.tuple.GenerationTiming
Deprecated.
Value generation that occurs when a row is updated in the database.
UPDATE - Static variable in class org.hibernate.engine.spi.CascadeStyles
save / update
UPDATE - Static variable in class org.hibernate.event.spi.EventType
 
UPDATE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
UPDATE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
UPDATE() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
UPDATE() - Method in class org.hibernate.grammars.hql.HqlParser.UpdateStatementContext
 
UPDATE_ONLY - Static variable in class org.hibernate.generator.EventTypeSets
 
UpdateBuilder - Class in org.hibernate.envers.internal.tools.query
 
UpdateBuilder(String, String) - Constructor for class org.hibernate.envers.internal.tools.query.UpdateBuilder
 
updateCache(EntityPersister, Object, Object) - Method in class org.hibernate.action.internal.EntityUpdateAction
 
updateCacheItem(Object, Object, EntityEntry) - Method in class org.hibernate.action.internal.EntityUpdateAction
 
updateCaches(Object, RowProcessingState, SharedSessionContractImplementor, PersistenceContext, Object, Object) - Method in class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
updateCalculatedFields() - Method in class org.hibernate.envers.configuration.internal.ClassesAuditingData
After all meta-data is read, updates calculated fields.
updateCallable - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
Deprecated.
updateCollection(String) - Method in class org.hibernate.stat.internal.StatisticsImpl
 
updateCollection(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a collection was updated.
UpdateCoordinator - Interface in org.hibernate.persister.entity.mutation
Coordinates the updating of an entity.
UpdateCoordinatorNoOp - Class in org.hibernate.persister.entity.mutation
 
UpdateCoordinatorNoOp(AbstractEntityPersister) - Constructor for class org.hibernate.persister.entity.mutation.UpdateCoordinatorNoOp
 
UpdateCoordinatorStandard - Class in org.hibernate.persister.entity.mutation
Coordinates the updating of an entity.
UpdateCoordinatorStandard(AbstractEntityPersister, SessionFactoryImplementor) - Constructor for class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard
 
UpdateCoordinatorStandard(AbstractEntityPersister, SessionFactoryImplementor, MutationOperationGroup, BatchKey, MutationOperationGroup, BatchKey) - Constructor for class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard
 
UpdateCoordinatorStandard.DirtinessChecker - Interface in org.hibernate.persister.entity.mutation
 
UpdateCoordinatorStandard.InclusionChecker - Interface in org.hibernate.persister.entity.mutation
 
UpdateCoordinatorStandard.UpdateValuesAnalysisImpl - Class in org.hibernate.persister.entity.mutation
Contains the aggregated analysis of the update values to determine what SQL UPDATE statement(s) should be used to update the entity and to drive parameter binding
UpdateCountOutput - Interface in org.hibernate.result
Models a return that is an update count (count of rows affected)
updateEntity(String) - Method in class org.hibernate.stat.internal.StatisticsImpl
 
updateEntity(String) - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback about an entity being updated.
UpdateExecutionDelegate - Class in org.hibernate.query.sqm.mutation.internal.temptable
 
UpdateExecutionDelegate(MultiTableSqmMutationConverter, TemporaryTable, AfterUseAction, Function<SharedSessionContractImplementor, String>, DomainParameterXref, TableGroup, Map<String, TableReference>, List<Assignment>, Predicate, Map<SqmParameter<?>, List<List<JdbcParameter>>>, Map<SqmParameter<?>, MappingModelExpressible<?>>, DomainQueryExecutionContext) - Constructor for class org.hibernate.query.sqm.mutation.internal.temptable.UpdateExecutionDelegate
 
updateExpectations - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
Deprecated.
UpdateHandler - Interface in org.hibernate.query.sqm.mutation.internal
Handler for dealing with multi-table SQM UPDATE queries.
UpdateLockingStrategy - Class in org.hibernate.dialect.lock
A locking strategy where a lock is obtained via an update statement.
UpdateLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.lock.UpdateLockingStrategy
Construct a locking strategy based on SQL UPDATE statements.
updateRows(Object, PersistentCollection<?>, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.mutation.AbstractUpdateRowsCoordinator
 
updateRows(Object, PersistentCollection<?>, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.mutation.UpdateRowsCoordinator
 
updateRows(Object, PersistentCollection<?>, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.mutation.UpdateRowsCoordinatorNoOp
 
updateRows(PersistentCollection<?>, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.BasicCollectionPersister
 
updateRows(PersistentCollection<?>, Object, SharedSessionContractImplementor) - Method in interface org.hibernate.persister.collection.CollectionPersister
Update the persistent state of any elements that were modified
updateRows(PersistentCollection<?>, Object, SharedSessionContractImplementor) - Method in class org.hibernate.persister.collection.OneToManyPersister
 
UpdateRowsCoordinator - Interface in org.hibernate.persister.collection.mutation
 
UpdateRowsCoordinatorNoOp - Class in org.hibernate.persister.collection.mutation
 
UpdateRowsCoordinatorNoOp(CollectionMutationTarget) - Constructor for class org.hibernate.persister.collection.mutation.UpdateRowsCoordinatorNoOp
 
UpdateRowsCoordinatorOneToMany - Class in org.hibernate.persister.collection.mutation
 
UpdateRowsCoordinatorOneToMany(CollectionMutationTarget, RowMutationOperations, SessionFactoryImplementor) - Constructor for class org.hibernate.persister.collection.mutation.UpdateRowsCoordinatorOneToMany
 
UpdateRowsCoordinatorStandard - Class in org.hibernate.persister.collection.mutation
UpdateRowsCoordinator implementation for cases with a separate collection table
UpdateRowsCoordinatorStandard(CollectionMutationTarget, RowMutationOperations, SessionFactoryImplementor) - Constructor for class org.hibernate.persister.collection.mutation.UpdateRowsCoordinatorStandard
 
UpdateRowsCoordinatorTablePerSubclass - Class in org.hibernate.persister.collection.mutation
OneToMany update coordinator if the element is a UnionSubclassEntityPersister.
UpdateRowsCoordinatorTablePerSubclass(OneToManyPersister, RowMutationOperations, SessionFactoryImplementor) - Constructor for class org.hibernate.persister.collection.mutation.UpdateRowsCoordinatorTablePerSubclass
 
updateStatement() - Method in class org.hibernate.grammars.hql.HqlParser.StatementContext
 
updateStatement() - Method in class org.hibernate.grammars.hql.HqlParser
 
UpdateStatement - Class in org.hibernate.sql.ast.tree.update
 
UpdateStatement(CteContainer, NamedTableReference, FromClause, List<Assignment>, Predicate, List<ColumnReference>) - Constructor for class org.hibernate.sql.ast.tree.update.UpdateStatement
 
UpdateStatement(NamedTableReference, List<Assignment>, Predicate) - Constructor for class org.hibernate.sql.ast.tree.update.UpdateStatement
 
UpdateStatement(NamedTableReference, List<Assignment>, Predicate, List<ColumnReference>) - Constructor for class org.hibernate.sql.ast.tree.update.UpdateStatement
 
UpdateStatement(NamedTableReference, FromClause, List<Assignment>, Predicate) - Constructor for class org.hibernate.sql.ast.tree.update.UpdateStatement
 
UpdateStatement(NamedTableReference, FromClause, List<Assignment>, Predicate, List<ColumnReference>) - Constructor for class org.hibernate.sql.ast.tree.update.UpdateStatement
 
UpdateStatement.UpdateStatementBuilder - Class in org.hibernate.sql.ast.tree.update
 
UpdateStatementBuilder(NamedTableReference) - Constructor for class org.hibernate.sql.ast.tree.update.UpdateStatement.UpdateStatementBuilder
 
UpdateStatementContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.UpdateStatementContext
 
UpdateTimestamp - Annotation Type in org.hibernate.annotations
Specifies that the annotated field of property is a generated update timestamp. The timestamp is regenerated every time an entity instance is updated in the database.
UpdateTimestampGeneration - Class in org.hibernate.tuple
UpdateTimestampGeneration() - Constructor for class org.hibernate.tuple.UpdateTimestampGeneration
Deprecated.
 
updateTimestampsCacheHit() - Method in class org.hibernate.stat.internal.StatisticsImpl
 
updateTimestampsCacheHit() - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a hit to the timestamp cache
updateTimestampsCacheMiss() - Method in class org.hibernate.stat.internal.StatisticsImpl
 
updateTimestampsCacheMiss() - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a miss to the timestamp cache
updateTimestampsCachePut() - Method in class org.hibernate.stat.internal.StatisticsImpl
 
updateTimestampsCachePut() - Method in interface org.hibernate.stat.spi.StatisticsImplementor
Callback indicating a put to the timestamp cache
updateValue(String, Object) - Method in class org.hibernate.envers.internal.tools.query.UpdateBuilder
 
UpdateValuesAnalysis - Interface in org.hibernate.persister.entity.mutation
Contains an aggregated analysis of the values for an update mutation to determine behavior such as skipping tables which contained no changes, etc.
UpdateValuesAnalysisImpl(Object[], Object[], int[], UpdateCoordinatorStandard.InclusionChecker, Object, boolean) - Constructor for class org.hibernate.persister.entity.mutation.UpdateCoordinatorStandard.UpdateValuesAnalysisImpl
 
updatingSchema() - Method in interface org.hibernate.internal.CoreMessageLogger
 
UPGRADE - Static variable in class org.hibernate.LockOptions
UPGRADE_NOWAIT - org.hibernate.LockMode
A pessimistic upgrade lock, obtained using an Oracle-style select for update nowait.
UPGRADE_SKIPLOCKED - org.hibernate.LockMode
A pessimistic upgrade lock, obtained using an Oracle-style select for update skip locked.
upgradeLock(Object, EntityEntry, LockOptions, EventSource) - Method in class org.hibernate.event.internal.AbstractLockUpgradeEventListener
Performs a pessimistic lock upgrade on a given entity, if needed.
upgradeLock(Object, EntityEntry, LockOptions, EventSource) - Static method in class org.hibernate.loader.ast.internal.LoaderHelper
Ensure the LockMode associated with the entity in relation to a persistence context is great or equal to the requested mode.
upgradeLocks() - Method in class org.hibernate.query.sqm.internal.SqmJdbcExecutionContextAdapter
 
upgradeLocks() - Method in interface org.hibernate.sql.exec.spi.ExecutionContext
Does this query return objects that might be already cached by the session, whose lock mode may need upgrading
upgradeLocks() - Method in class org.hibernate.sql.results.internal.RowProcessingStateStandardImpl
 
upper(Expression<String>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
upper(Expression<String>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
upper(Expression<String>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
upper(Expression<String>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
UPPER - org.hibernate.engine.jdbc.env.spi.IdentifierCaseStrategy
The identifier is stored in upper case.
upsert(Object) - Method in class org.hibernate.internal.StatelessSessionImpl
 
upsert(Object) - Method in interface org.hibernate.StatelessSession
Use a SQL merge into statement to perform an upsert.
upsert(String, Object) - Method in class org.hibernate.internal.StatelessSessionImpl
 
upsert(String, Object) - Method in interface org.hibernate.StatelessSession
Use a SQL merge into statement to perform an upsert.
UpsertOperation - Class in org.hibernate.sql.model.jdbc
JdbcMutation implementation for UPSERT handling
UpsertOperation(TableMapping, MutationTarget<?>, String, List<? extends JdbcParameterBinder>) - Constructor for class org.hibernate.sql.model.jdbc.UpsertOperation
 
URL - org.hibernate.boot.jaxb.SourceType
 
URL - Static variable in interface org.hibernate.cfg.JdbcSettings
Deprecated.
The JPA-standard setting JdbcSettings.JAKARTA_JDBC_URL is now preferred.
URL - Static variable in class org.hibernate.testing.env.ConnectionProviderBuilder
 
URL - Static variable in class org.hibernate.testing.env.TestingDatabaseInfo
 
URL - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping URL to JDBC VARCHAR.
URL_FORMAT - Static variable in class org.hibernate.testing.env.ConnectionProviderBuilder
 
URL_LOGGER - Static variable in interface org.hibernate.internal.log.UrlMessageBundle
 
URL_MESSAGE_LOGGER - Static variable in interface org.hibernate.internal.log.UrlMessageBundle
 
UrlInputStreamAccess - Class in org.hibernate.boot.archive.internal
 
UrlInputStreamAccess(URL) - Constructor for class org.hibernate.boot.archive.internal.UrlInputStreamAccess
 
UrlJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for URL handling.
UrlJavaType() - Constructor for class org.hibernate.type.descriptor.java.UrlJavaType
 
UrlMessageBundle - Interface in org.hibernate.internal.log
Acts as the MessageLogger and MessageBundle for messages related to processing URLs.
UrlXmlSource - Class in org.hibernate.boot.jaxb.internal
 
UrlXmlSource(Origin, URL) - Constructor for class org.hibernate.boot.jaxb.internal.UrlXmlSource
 
usage - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCollectionCacheType
 
usage - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEntityCacheType
 
usage - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheType
 
usage() - Method in annotation type org.hibernate.annotations.Cache
The appropriate concurrency policy for the annotated root entity or collection.
USE_DIRECT_REFERENCE_CACHE_ENTRIES - Static variable in interface org.hibernate.cfg.CacheSettings
Enable direct storage of entity references into the second level cache when applicable.
USE_ENTITY_WHERE_CLAUSE_FOR_COLLECTIONS - Static variable in interface org.hibernate.cfg.MappingSettings
Deprecated, for removal: This API element is subject to removal in a future version.
Originally added as a backwards compatibility flag
USE_GET_GENERATED_KEYS - Static variable in interface org.hibernate.cfg.JdbcSettings
Specifies that generated primary keys may be retrieved using the JDBC 3 Statement.getGeneratedKeys() operation.
USE_IDENTIFIER_ROLLBACK - Static variable in interface org.hibernate.cfg.AvailableSettings
When enabled, specifies that the generated identifier of an entity is unset when the entity is deleted.
USE_MINIMAL_PUTS - Static variable in interface org.hibernate.cfg.CacheSettings
Optimize interaction with the second-level cache to minimize writes, at the cost of an additional read before each write.
USE_NATIONALIZED_CHARACTER_DATA - Static variable in interface org.hibernate.cfg.MappingSettings
By default, Hibernate maps character data represented by Strings and Clobs to the JDBC types Types.VARCHAR and Types.CLOB.
USE_QUERY_CACHE - Static variable in interface org.hibernate.cfg.CacheSettings
Enable the query results cache
USE_REVISION_ENTITY_WITH_NATIVE_ID - Static variable in interface org.hibernate.envers.configuration.EnversSettings
Use revision entity with native identifier generator.
USE_SCROLLABLE_RESULTSET - Static variable in interface org.hibernate.cfg.JdbcSettings
Controls how Hibernate should handle scrollable results - true indicates that insensitive scrolling can be used false indicates that sensitive scrolling must be used
USE_SECOND_LEVEL_CACHE - Static variable in interface org.hibernate.cfg.CacheSettings
When enabled, specifies that the second-level cache may be used.
USE_SQL_COMMENTS - Static variable in interface org.hibernate.cfg.JdbcSettings
Specifies that comments should be added to the generated SQL.
USE_STRUCTURED_CACHE - Static variable in interface org.hibernate.cfg.CacheSettings
Enables the use of structured second-level cache entries.
USE_SUBSELECT_FETCH - Static variable in interface org.hibernate.cfg.FetchSettings
When enabled, Hibernate will use subselect fetching, when possible, to fetch any collection.
useArgType(int) - Static method in class org.hibernate.query.sqm.produce.function.StandardFunctionReturnTypeResolvers
 
useArrayForMultiValuedParameters() - Method in class org.hibernate.dialect.Dialect
Does this database prefer to use array types for multi-valued parameters.
useArrayForMultiValuedParameters() - Method in class org.hibernate.dialect.H2Dialect
 
useAutoAliasInjection() - Method in class org.hibernate.internal.FilterConfiguration
 
useCollectingStatementInspector() - Method in annotation type org.hibernate.testing.orm.junit.Jpa
Shortcut for adding @Setting( name = AvailableSettings.STATEMENT_INSPECTOR, value = "org.hibernate.testing.jdbc.SQLStatementInspector" to the integration settings.
useCollectingStatementInspector() - Method in annotation type org.hibernate.testing.orm.junit.SessionFactory
Shorthand for statementInspectorClass = org.hibernate.testing.jdbc.SQLStatementInspector.class
useDynamicInsert() - Method in class org.hibernate.mapping.PersistentClass
 
useDynamicUpdate() - Method in class org.hibernate.mapping.PersistentClass
 
useEntityWhereClauseForCollections(MetadataBuildingContext) - Static method in class org.hibernate.boot.model.source.internal.hbm.ModelBinder
Deprecated.
Interprets the setting "hibernate.use_entity_where_clause_for_collections", which itself is deprecated
useFirstNonNull() - Static method in class org.hibernate.query.sqm.produce.function.StandardFunctionReturnTypeResolvers
 
useFollowOnLocking(String, QueryOptions) - Method in class org.hibernate.dialect.Dialect
Some dialects have trouble applying pessimistic locking depending upon what other query options are specified (paging, ordering, etc).
useFollowOnLocking(String, QueryOptions) - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
useFollowOnLocking(String, QueryOptions) - Method in class org.hibernate.dialect.OracleDialect
The FOR UPDATE clause cannot be applied when using ORDER BY, DISTINCT or views.
useImpliedTypeIfPossible(BasicValuedMapping, BasicValuedMapping) - Static method in class org.hibernate.query.sqm.produce.function.StandardFunctionReturnTypeResolvers
 
useInputStreamToInsertBlob() - Method in class org.hibernate.dialect.CockroachDialect
 
useInputStreamToInsertBlob() - Method in class org.hibernate.dialect.Dialect
Should LOBs (both BLOB and CLOB) be bound using stream operations, that is, using PreparedStatement.setBinaryStream(int, java.io.InputStream, int)).
useInputStreamToInsertBlob() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
useInputStreamToInsertBlob() - Method in class org.hibernate.dialect.PostgreSQLDialect
 
useJpaCompliantCreation() - Method in class org.hibernate.id.factory.internal.StandardIdentifierGeneratorFactory
 
useJpaCompliantCreation() - Method in interface org.hibernate.resource.beans.container.spi.BeanContainer.LifecycleOptions
 
useJpaCompliantCreation() - Method in class org.hibernate.resource.beans.internal.ManagedBeanRegistryImpl
 
useLHSPrimaryKey() - Method in class org.hibernate.type.AnyType
 
useLHSPrimaryKey() - Method in interface org.hibernate.type.AssociationType
Is the primary key of the owning entity table to be used in the join?
useLHSPrimaryKey() - Method in class org.hibernate.type.CollectionType
 
useLHSPrimaryKey() - Method in class org.hibernate.type.ManyToOneType
 
useLHSPrimaryKey() - Method in class org.hibernate.type.OneToOneType
 
useLHSPrimaryKey() - Method in class org.hibernate.type.SpecialOneToOneType
 
useMaterializedLobWhenCapacityExceeded() - Method in class org.hibernate.dialect.Dialect
Whether to switch: from VARCHAR-like types to SqlTypes.MATERIALIZED_CLOB types when the requested size for a type exceeds the Dialect.getMaxVarcharCapacity(), from NVARCHAR-like types to SqlTypes.MATERIALIZED_NCLOB types when the requested size for a type exceeds the Dialect.getMaxNVarcharCapacity(), and from VARBINARY-like types to SqlTypes.MATERIALIZED_BLOB types when the requested size for a type exceeds the Dialect.getMaxVarbinaryCapacity().
useMaterializedLobWhenCapacityExceeded() - Method in class org.hibernate.dialect.DialectDelegateWrapper
 
useMaterializedLobWhenCapacityExceeded() - Method in class org.hibernate.dialect.MySQLDialect
 
useMaxForLimit() - Method in class org.hibernate.dialect.pagination.AbstractLimitHandler
Does the limit clause expect the number of the last row, or the "page size", the maximum number of rows we want to receive? Hibernate's Query.setMaxResults(int) accepts the page size, so the number of the last row is obtained by adding the number of the first row, which is one greater than Query.setFirstResult(int).
useMaxForLimit() - Method in class org.hibernate.dialect.pagination.LegacyDB2LimitHandler
 
useMaxForLimit() - Method in class org.hibernate.dialect.pagination.LegacyOracleLimitHandler
 
useMaxForLimit() - Method in class org.hibernate.dialect.pagination.Oracle12LimitHandler
 
useMaxForLimit() - Method in class org.hibernate.dialect.pagination.SQLServer2005LimitHandler
 
useNationalizedCharacterData() - Method in class org.hibernate.boot.internal.MetadataBuilderImpl.MetadataBuildingOptionsImpl
 
useNationalizedCharacterData() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
useNationalizedCharacterData() - Method in interface org.hibernate.boot.spi.MetadataBuildingOptions
Should we use nationalized variants of character data by default?
useOffsetFetchClause(QueryPart) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
USER - Static variable in interface org.hibernate.cfg.JdbcSettings
Deprecated.
The JPA-standard setting JdbcSettings.JAKARTA_JDBC_USER is now preferred.
USER - Static variable in class org.hibernate.testing.env.ConnectionProviderBuilder
 
USER - Static variable in class org.hibernate.testing.env.TestingDatabaseInfo
 
UserCollectionType - Interface in org.hibernate.usertype
A custom type for mapping user-written classes which implement PersistentCollection.
UserComponentType<T> - Class in org.hibernate.type
UserComponentType(Component, int[], CompositeUserType<T>) - Constructor for class org.hibernate.type.UserComponentType
 
UserDefinedType - Class in org.hibernate.mapping
A mapping model object representing a relational database UDT.
UserDefinedType(String, Namespace, Identifier) - Constructor for class org.hibernate.mapping.UserDefinedType
 
USERGUIDE - org.hibernate.testing.orm.domain.StandardDomainModel
 
UserguideDomainModel - Class in org.hibernate.testing.orm.domain.userguide
Model used mostly by tests referenced by the documentation project.
UserguideDomainModel() - Constructor for class org.hibernate.testing.orm.domain.userguide.UserguideDomainModel
 
UserSuppliedConnectionProviderImpl - Class in org.hibernate.engine.jdbc.connections.internal
An implementation of the ConnectionProvider interface that simply throws an exception when a connection is requested, the assumption being that the application is responsible for handing the connection to use to the session.
UserSuppliedConnectionProviderImpl() - Constructor for class org.hibernate.engine.jdbc.connections.internal.UserSuppliedConnectionProviderImpl
 
userTransaction() - Static method in class org.hibernate.testing.jta.TestingJtaPlatformImpl
 
userType - Variable in class org.hibernate.type.internal.CompositeUserTypeJavaTypeWrapper
 
userType - Variable in class org.hibernate.type.internal.UserTypeJavaTypeWrapper
 
userType() - Method in annotation type org.hibernate.annotations.CompositeTypeRegistration
userType() - Method in annotation type org.hibernate.annotations.TypeRegistration
UserType<J> - Interface in org.hibernate.usertype
This interface should be implemented by user-defined custom types that extend the set of types defined in org.hibernate.type.
UserTypeJavaTypeWrapper<J> - Class in org.hibernate.type.internal
Adaptor between UserType and JavaType.
UserTypeJavaTypeWrapper(UserType<J>) - Constructor for class org.hibernate.type.internal.UserTypeJavaTypeWrapper
 
UserTypeJavaTypeWrapper.MutabilityPlanWrapper<J> - Class in org.hibernate.type.internal
 
UserTypeLegacyBridge - Class in org.hibernate.usertype
Convenience UserType implementation which mimics the legacy @Type annotation which was based on the hbm.xml mapping's string-based type support.
UserTypeLegacyBridge() - Constructor for class org.hibernate.usertype.UserTypeLegacyBridge
 
UserTypeLegacyBridge(String) - Constructor for class org.hibernate.usertype.UserTypeLegacyBridge
 
UserTypeMutabilityPlanAdapter<T> - Class in org.hibernate.boot.model.process.internal
 
UserTypeMutabilityPlanAdapter(UserType<T>) - Constructor for class org.hibernate.boot.model.process.internal.UserTypeMutabilityPlanAdapter
 
userTypeRegistrations - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
 
UserTypeResolution<T> - Class in org.hibernate.boot.model.process.internal
 
UserTypeResolution(CustomType<T>, MutabilityPlan<T>, Properties) - Constructor for class org.hibernate.boot.model.process.internal.UserTypeResolution
 
UserTypeSqlTypeAdapter<J> - Class in org.hibernate.type.internal
Adapts UserType to the JdbcType contract
UserTypeSqlTypeAdapter(UserType<J>, JavaType<J>, TypeConfiguration) - Constructor for class org.hibernate.type.internal.UserTypeSqlTypeAdapter
 
UserTypeSupport<T> - Class in org.hibernate.usertype
 
UserTypeSupport(Class<?>, int) - Constructor for class org.hibernate.usertype.UserTypeSupport
 
UserTypeVersionJavaTypeWrapper<J> - Class in org.hibernate.type.internal
 
UserTypeVersionJavaTypeWrapper(UserVersionType<J>) - Constructor for class org.hibernate.type.internal.UserTypeVersionJavaTypeWrapper
 
UserVersionType<T> - Interface in org.hibernate.usertype
A user type that may be used for a version property
usesDistinct() - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
usesFollowOnLocking() - Method in class org.hibernate.sql.results.jdbc.internal.DeferredResultSetAccess
 
UsesInputStreamToInsertBlob() - Constructor for class org.hibernate.testing.DialectChecks.UsesInputStreamToInsertBlob
 
UsesInputStreamToInsertBlob() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.UsesInputStreamToInsertBlob
 
usesJoinTable() - Method in class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
usesJoinTable() - Method in interface org.hibernate.boot.model.source.spi.PluralAttributeSource
 
usesLimitParameters() - Method in class org.hibernate.sql.exec.spi.JdbcOperationQuerySelect
 
UsesStandardCurrentTimestampFunction() - Constructor for class org.hibernate.testing.orm.junit.DialectFeatureChecks.UsesStandardCurrentTimestampFunction
 
useStreamForLobBinding() - Method in class org.hibernate.engine.spi.AbstractDelegatingWrapperOptions
 
useStreamForLobBinding() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
useStreamForLobBinding() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
useStreamForLobBinding() - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
useStreamForLobBinding() - Method in class org.hibernate.internal.FastSessionServices
 
useStreamForLobBinding() - Method in class org.hibernate.persister.entity.SessionFactoryBasedWrapperOptions
 
useStreamForLobBinding() - Method in interface org.hibernate.type.descriptor.WrapperOptions
Determines whether streams should be used for binding LOB values.
useStrictJpaCompliance() - Method in interface org.hibernate.query.hql.spi.SqmCreationOptions
Should we interpret the query strictly according to the JPA specification? In other words, should Hibernate "extensions" to the query language be disallowed?
useStrictJpaCompliance() - Method in class org.hibernate.query.sqm.internal.SqmCreationOptionsStandard
 
useUnicodeStringTypesDefault() - Method in class org.hibernate.dialect.AbstractHANADialect
 
useUnicodeStringTypesDefault() - Method in class org.hibernate.dialect.HANACloudColumnStoreDialect
Deprecated.
 
useUnicodeStringTypesDefault() - Method in class org.hibernate.dialect.HANAColumnStoreDialect
 
useUnicodeStringTypesDefault() - Method in class org.hibernate.dialect.HANARowStoreDialect
 
useUnownedCollection(CollectionKey) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
useUnownedCollection(CollectionKey) - Method in interface org.hibernate.engine.spi.PersistenceContext
Take ownership of a previously unowned collection, if one.
using(SingularAttribute<? super T, X>, X) - Method in class org.hibernate.loader.internal.NaturalIdLoadAccessImpl
 
using(SingularAttribute<? super T, X>, X) - Method in interface org.hibernate.NaturalIdLoadAccess
Add a @NaturalId attribute value in a typesafe way.
using(Object...) - Method in class org.hibernate.loader.internal.NaturalIdLoadAccessImpl
Deprecated.
using(Object...) - Method in interface org.hibernate.NaturalIdLoadAccess
Deprecated.
use NaturalIdLoadAccess.using(Map) with Map.of(), which is slightly more typesafe
using(String, Object) - Method in class org.hibernate.loader.internal.NaturalIdLoadAccessImpl
 
using(String, Object) - Method in interface org.hibernate.NaturalIdLoadAccess
Add a @NaturalId attribute value.
using(Supplier<StandardServiceRegistry>, Consumer<ServiceRegistryScope>) - Static method in interface org.hibernate.testing.orm.junit.ServiceRegistryScope
Generalized support for running exception-safe code using a ServiceRegistry to ensure proper shutdown
using(Map<String, ?>) - Method in class org.hibernate.loader.internal.NaturalIdLoadAccessImpl
 
using(Map<String, ?>) - Method in interface org.hibernate.NaturalIdLoadAccess
Set multiple @NaturalId attribute values at once.
USING - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
USING - Static variable in class org.hibernate.grammars.hql.HqlParser
 
USING() - Method in class org.hibernate.grammars.hql.HqlParser.CycleClauseContext
 
USING() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
usingDefaultIdGeneratorSegmentValue(String, String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
usingDefaultTransactionStrategy() - Method in interface org.hibernate.internal.CoreMessageLogger
 
usingDialect(Dialect) - Method in interface org.hibernate.dialect.DialectLogging
 
usingDialect(Dialect) - Method in interface org.hibernate.internal.CoreMessageLogger
usingFollowOnLocking() - Method in interface org.hibernate.internal.CoreMessageLogger
 
usingHibernateBuiltInConnectionPool() - Method in interface org.hibernate.internal.log.ConnectionPoolingLogger
 
usingJtaPlatform(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
usingLegacyCacheName(String, String) - Method in interface org.hibernate.cache.spi.SecondLevelCacheLogger
 
usingLockingAndPaging(DomainQueryExecutionContext) - Static method in class org.hibernate.query.sqm.internal.SqmJdbcExecutionContextAdapter
Creates an adapter which honors any locking or paging details specified in the query options
usingOldDtd() - Method in interface org.hibernate.internal.CoreMessageLogger
 
usingProvidedDataSource() - Method in interface org.hibernate.internal.EntityManagerMessageLogger
 
usingRemovedJavassistBytecodeProvider() - Method in interface org.hibernate.internal.CoreMessageLogger
 
usingStoppedClassLoaderService() - Method in interface org.hibernate.internal.CoreMessageLogger
 
usingUrl(String) - Method in interface org.hibernate.internal.log.ConnectionPoolingLogger
 
usingUuidHexGenerator(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
USUAL_EXPECTED_COUNT - Static variable in class org.hibernate.jdbc.Expectations
 
USUAL_PARAM_POSITION - Static variable in class org.hibernate.jdbc.Expectations
 
UT_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.BorlandEnterpriseServerJtaPlatform
 
UT_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.JBossAppServerJtaPlatform
 
UT_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.JOnASJtaPlatform
 
UT_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.JOTMJtaPlatform
 
UT_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.JRun4JtaPlatform
 
UT_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.OC4JJtaPlatform
 
UT_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.OrionJtaPlatform
 
UT_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.ResinJtaPlatform
 
UT_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.SapNetWeaverJtaPlatform
 
UT_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.SunOneJtaPlatform
 
UT_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.WeblogicJtaPlatform
 
UT_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform
 
UT_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.WebSphereLibertyJtaPlatform
 
utcDateTimeTimestamp() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
Util - Class in org.hibernate.procedure.internal
Utilities used to implement procedure call support.
uuid() - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess
 
UUID - org.hibernate.jpamodelgen.xml.jaxb.GenerationType
 
UUID - Static variable in class org.hibernate.type.SqlTypes
A type code representing the generic SQL type UUID.
UUID - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping UUID to JDBC UUID which maps to a native UUID SQL type if possible and falls back to BINARY.
UUID_BINARY - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping UUID to JDBC BINARY.
UUID_CHAR - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping UUID to JDBC CHAR.
UUID_GEN_STRATEGY - Static variable in class org.hibernate.id.UUIDGenerator
Deprecated.
 
UUID_GEN_STRATEGY_CLASS - Static variable in class org.hibernate.id.UUIDGenerator
Deprecated.
 
UUIDGenerationStrategy - Interface in org.hibernate.id
Deprecated.
UUIDGenerationTypeStrategy - Class in org.hibernate.id.factory.internal
 
UUIDGenerationTypeStrategy() - Constructor for class org.hibernate.id.factory.internal.UUIDGenerationTypeStrategy
 
uuidGenerator - Variable in class org.hibernate.boot.jaxb.mapping.JaxbId
 
UuidGenerator - Class in org.hibernate.id.uuid
Generates UUIDs.
UuidGenerator - Annotation Type in org.hibernate.annotations
Specifies that an entity identifier is generated as an IETF RFC 4122 UUID.
UuidGenerator(UuidGenerator, Member, GeneratorCreationContext) - Constructor for class org.hibernate.id.uuid.UuidGenerator
 
UuidGenerator(UuidGenerator, Member, CustomIdGeneratorCreationContext) - Constructor for class org.hibernate.id.uuid.UuidGenerator
 
UUIDGenerator - Class in org.hibernate.id
Deprecated.
UUIDGenerator() - Constructor for class org.hibernate.id.UUIDGenerator
Deprecated.
 
UuidGenerator.Style - Enum in org.hibernate.annotations
Represents a kind of UUID, that is, what RFC 4122 calls a "version".
UuidGeneratorStyleMarshalling - Class in org.hibernate.boot.jaxb.mapping.marshall
JAXB marshalling for UuidGenerator.Style
UuidGeneratorStyleMarshalling() - Constructor for class org.hibernate.boot.jaxb.mapping.marshall.UuidGeneratorStyleMarshalling
 
UUIDHexGenerator - Class in org.hibernate.id
Deprecated.
This remains around as an implementation detail of hbm.xml mappings.
UUIDHexGenerator() - Constructor for class org.hibernate.id.UUIDHexGenerator
Deprecated.
 
UUIDJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for UUID handling.
UUIDJavaType() - Constructor for class org.hibernate.type.descriptor.java.UUIDJavaType
 
UUIDJavaType.NoDashesStringTransformer - Class in org.hibernate.type.descriptor.java
 
UUIDJavaType.PassThroughTransformer - Class in org.hibernate.type.descriptor.java
 
UUIDJavaType.ToBytesTransformer - Class in org.hibernate.type.descriptor.java
 
UUIDJavaType.ToStringTransformer - Class in org.hibernate.type.descriptor.java
 
UUIDJavaType.ValueTransformer - Interface in org.hibernate.type.descriptor.java
 
UUIDJdbcType - Class in org.hibernate.type.descriptor.jdbc
Specialized type mapping for UUID and the UUID SQL data type.
UUIDJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.UUIDJdbcType
 

V

V10_INSTANCE - Static variable in class org.hibernate.procedure.internal.PostgreSQLCallableStatementSupport
 
validate() - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
validate() - Method in class org.hibernate.boot.internal.MetadataImpl
 
validate() - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
validate() - Method in interface org.hibernate.boot.spi.MetadataImplementor
 
validate() - Method in class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl.PooledConnections
 
validate() - Method in class org.hibernate.engine.query.spi.ParamLocationRecognizer
Deprecated.
 
validate() - Method in interface org.hibernate.Filter
Perform validation of the filter state.
validate() - Method in class org.hibernate.internal.FilterImpl
Perform validation of the filter state.
validate() - Method in class org.hibernate.procedure.internal.ProcedureParamBindings
 
validate() - Method in class org.hibernate.query.internal.QueryParameterBindingsImpl
 
validate() - Method in interface org.hibernate.query.spi.QueryParameterBindings
Validate the bindings.
validate(int, int) - Method in class org.hibernate.boot.model.relational.Sequence
 
validate(String, TypeMirror, boolean, Validation.Handler, SessionFactoryImplementor) - Static method in class org.hibernate.jpamodelgen.validation.Validation
 
validate(String, TypeMirror, boolean, Validation.Handler, SessionFactoryImplementor, int) - Static method in class org.hibernate.jpamodelgen.validation.Validation
 
validate(List<? extends SqmTypedNode<?>>, String, QueryEngine) - Method in interface org.hibernate.query.sqm.produce.function.ArgumentsValidator
validate(List<? extends SqmTypedNode<?>>, String, TypeConfiguration) - Method in class org.hibernate.dialect.function.array.ArrayAndElementArgumentValidator
 
validate(List<? extends SqmTypedNode<?>>, String, TypeConfiguration) - Method in class org.hibernate.dialect.function.array.ArrayArgumentValidator
 
validate(List<? extends SqmTypedNode<?>>, String, TypeConfiguration) - Method in class org.hibernate.dialect.function.array.ArrayContainsArgumentValidator
 
validate(List<? extends SqmTypedNode<?>>, String, TypeConfiguration) - Method in class org.hibernate.dialect.function.array.ArraysOfSameTypeArgumentValidator
 
validate(List<? extends SqmTypedNode<?>>, String, TypeConfiguration) - Method in class org.hibernate.dialect.function.AvgFunction.Validator
 
validate(List<? extends SqmTypedNode<?>>, String, TypeConfiguration) - Method in class org.hibernate.dialect.function.TruncFunction.TruncArgumentsValidator
 
validate(List<? extends SqmTypedNode<?>>, String, TypeConfiguration) - Method in interface org.hibernate.query.sqm.produce.function.ArgumentsValidator
Perform validation that may be done using the SqmTypedNode tree and assigned Java types.
validate(List<? extends SqmTypedNode<?>>, String, TypeConfiguration) - Method in class org.hibernate.query.sqm.produce.function.ArgumentTypesValidator
We do an initial validation phase with just the SQM tree, even though we don't have all typing information available here (in particular, we don't have the final JDBC type codes for things with converters) because this is the phase that is run at startup for named queries, and can be done in an IDE.
validate(List<Throwable>) - Method in class org.hibernate.testing.junit4.TestClassMetadata
 
validate(Metadata) - Method in class org.hibernate.mapping.JoinedSubclass
 
validate(Metadata) - Method in class org.hibernate.mapping.PersistentClass
 
validate(Metadata) - Method in class org.hibernate.mapping.RootClass
 
validate(Metadata) - Method in class org.hibernate.mapping.SingleTableSubclass
 
validate(Metadata) - Static method in class org.hibernate.testing.schema.SchemaValidateHelper
 
validate(Metadata, ServiceRegistry) - Static method in class org.hibernate.testing.schema.SchemaValidateHelper
 
validate(Mapping) - Method in class org.hibernate.mapping.Collection
 
validate(Mapping) - Method in class org.hibernate.mapping.IdentifierCollection
 
validate(Mapping) - Method in class org.hibernate.mapping.IndexedCollection
 
validate(Mapping) - Method in class org.hibernate.mapping.Set
 
validate(BindableType<?>, Object, TemporalType, SessionFactoryImplementor) - Method in class org.hibernate.query.spi.QueryParameterBindingValidator
 
validate(BindableType<?>, Object, SessionFactoryImplementor) - Method in class org.hibernate.query.spi.QueryParameterBindingValidator
 
validate(QueryEngine) - Method in class org.hibernate.procedure.internal.NamedCallableQueryMementoImpl
 
validate(QueryEngine) - Method in class org.hibernate.query.criteria.internal.NamedCriteriaQueryMementoImpl
 
validate(QueryEngine) - Method in class org.hibernate.query.hql.internal.NamedHqlQueryMementoImpl
 
validate(QueryEngine) - Method in interface org.hibernate.query.named.NamedQueryMemento
 
validate(QueryEngine) - Method in class org.hibernate.query.sql.internal.NamedNativeQueryMementoImpl
 
VALIDATE - org.hibernate.boot.SchemaAutoTooling
Validate the schema on SessionFactory startup.
VALIDATE - org.hibernate.tool.schema.Action
Validate the database schema.
VALIDATE_DATA_CLEANUP - Static variable in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
VALIDATE_DATA_CLEANUP - Static variable in class org.hibernate.testing.junit4.BaseNonConfigCoreFunctionalTestCase
 
VALIDATE_FAILURE_EXPECTED - Static variable in annotation type org.hibernate.testing.FailureExpected
Deprecated.
 
VALIDATE_FAILURE_EXPECTED - Static variable in class org.hibernate.testing.junit4.Helper
 
VALIDATE_FAILURE_EXPECTED - Static variable in annotation type org.hibernate.testing.orm.junit.FailureExpected
Setting used to indicate that FailureExpected tests should be run and that we should validate they still fail.
VALIDATE_XML - Static variable in interface org.hibernate.cfg.MappingSettings
Whether XML should be validated against their schema as Hibernate reads them.
validateAsRoot(SqmFrom<?, ?>) - Method in class org.hibernate.query.hql.internal.BasicDotIdentifierConsumer.BaseLocalSequencePart
 
validateColumnType(Table, Column, ColumnInformation, Metadata, ExecutionOptions, Dialect) - Method in class org.hibernate.tool.schema.internal.AbstractSchemaValidator
 
validateConnections(ConnectionValidator) - Method in class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl
 
validateConnectionsReturned() - Method in class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl
 
validateExistingCurrentSessions() - Method in interface org.hibernate.context.spi.CurrentTenantIdentifierResolver
Should we validate that the tenant identifier of a "current sessions" that already exists when CurrentSessionContext.currentSession() is called matches the value returned here from CurrentTenantIdentifierResolver.resolveCurrentTenantIdentifier()?
validateExistingSession(Session) - Method in class org.hibernate.context.spi.AbstractCurrentSessionContext
 
validateFactory(Object) - Static method in class org.hibernate.boot.beanvalidation.BeanValidationIntegrator
Used to validate the type of an explicitly passed ValidatorFactory instance
validateFetchOwners() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
validateGenerator() - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
validateGetterSetterMethodProxyability(String, Method) - Static method in class org.hibernate.proxy.pojo.ProxyFactoryHelper
 
validateInternalForm(Object) - Method in class org.hibernate.metamodel.mapping.internal.CompoundNaturalIdMapping
 
validateInternalForm(Object) - Method in class org.hibernate.metamodel.mapping.internal.SimpleNaturalIdMapping
 
validateInternalForm(Object) - Method in interface org.hibernate.metamodel.mapping.NaturalIdMapping
Validates a natural id value(s) for the described natural-id based on the expected internal representation
validateMappedObjects() - Method in class org.hibernate.relational.internal.SchemaManagerImpl
 
validateMappedObjects() - Method in interface org.hibernate.relational.SchemaManager
Validate that the database objects mapped by Hibernate entities have the expected definitions.
validateMappings() - Method in interface org.hibernate.boot.jaxb.internal.MappingBinder.Options
 
validateNamedQueries() - Method in class org.hibernate.jpamodelgen.validation.MockSessionFactory
 
validateNamedQueries() - Method in class org.hibernate.query.internal.QueryEngineImpl
 
validateNamedQueries() - Method in interface org.hibernate.query.spi.QueryEngine
 
validateNamedQueries(QueryEngine) - Method in class org.hibernate.query.internal.NamedObjectRepositoryImpl
 
validateNamedQueries(QueryEngine) - Method in interface org.hibernate.query.named.NamedObjectRepository
Validate the named queries and throw an exception if any are broken
validateNaturalId(EntityMappingType, Object) - Method in class org.hibernate.engine.internal.NaturalIdResolutionsImpl
Invariant validate of the natural id.
validateNotClosed() - Method in class org.hibernate.internal.SessionFactoryImpl
 
validateProxyability(PersistentClass) - Static method in class org.hibernate.proxy.pojo.ProxyFactoryHelper
 
validatePublicVoid(boolean, List<Throwable>) - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
 
validatePublicVoidNoArg(boolean, List<Throwable>) - Method in class org.hibernate.testing.junit4.ExtendedFrameworkMethod
 
validateQueryStructureAndFetchOwners() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryGroup
 
validateQueryStructureAndFetchOwners() - Method in class org.hibernate.query.sqm.tree.select.SqmQueryPart
 
validateQueryStructureAndFetchOwners() - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
validateReuse(AbstractScannerImpl.ArchiveDescriptorInfo, boolean) - Method in class org.hibernate.boot.archive.scan.spi.AbstractScannerImpl
 
validateSequence(Sequence, SequenceInformation) - Method in class org.hibernate.tool.schema.internal.AbstractSchemaValidator
 
validateSqlTypes(List<? extends SqlAstNode>, String) - Method in interface org.hibernate.query.sqm.produce.function.ArgumentsValidator
Perform validation that requires the SqlAstNode tree and assigned JDBC types.
validateSqlTypes(List<? extends SqlAstNode>, String) - Method in class org.hibernate.query.sqm.produce.function.ArgumentTypesValidator
This is the final validation phase with the fully-typed SQL nodes.
validateTable(Table, TableInformation, Metadata, ExecutionOptions, Dialect) - Method in class org.hibernate.tool.schema.internal.AbstractSchemaValidator
 
validateTables(Metadata, DatabaseInformation, ExecutionOptions, ContributableMatcher, Dialect, Namespace) - Method in class org.hibernate.tool.schema.internal.AbstractSchemaValidator
 
validateTables(Metadata, DatabaseInformation, ExecutionOptions, ContributableMatcher, Dialect, Namespace) - Method in class org.hibernate.tool.schema.internal.GroupedSchemaValidatorImpl
 
validateTables(Metadata, DatabaseInformation, ExecutionOptions, ContributableMatcher, Dialect, Namespace) - Method in class org.hibernate.tool.schema.internal.IndividuallySchemaValidatorImpl
 
VALIDATING - Static variable in class org.hibernate.boot.jaxb.internal.MappingBinder
 
Validation - Class in org.hibernate.jpamodelgen.validation
The entry point for HQL validation.
Validation() - Constructor for class org.hibernate.jpamodelgen.validation.Validation
 
VALIDATION - org.hibernate.spatial.CommonSpatialFunction.Type
Geometry -> Boolean
VALIDATION_INTERVAL - Static variable in class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl
 
Validation.Handler - Interface in org.hibernate.jpamodelgen.validation
 
validationMode - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit
 
validationMode() - Method in annotation type org.hibernate.testing.orm.junit.Jpa
 
ValidationMode - Enum in org.hibernate.boot.beanvalidation
Duplicates the jakarta.validation enum (because javax validation might not be on the runtime classpath)
ValidationSettings - Interface in org.hibernate.cfg
 
validator(ConnectionValidator) - Method in class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl.PooledConnections.Builder
 
Validator() - Constructor for class org.hibernate.dialect.function.AvgFunction.Validator
 
validatorNotFound() - Method in interface org.hibernate.internal.CoreMessageLogger
 
ValidityAuditStrategy - Class in org.hibernate.envers.strategy.internal
An audit strategy implementation that persists and fetches audit information using a validity algorithm, based on the start-revision and end-revision of a row in the audit table schema.
ValidityAuditStrategy - Class in org.hibernate.envers.strategy
Deprecated.
ValidityAuditStrategy() - Constructor for class org.hibernate.envers.strategy.internal.ValidityAuditStrategy
 
ValidityAuditStrategy() - Constructor for class org.hibernate.envers.strategy.ValidityAuditStrategy
Deprecated.
 
value - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgConfigPropertyType
 
value - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyValueMappingType
 
value - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmConfigParameterType
 
value - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCustomSqlDmlType
 
value - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDialectScopeType
 
value - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFilterAliasMappingType
 
value - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmToolingHintType
 
value - Variable in class org.hibernate.boot.jaxb.mapping.JaxbColumnType
 
value - Variable in class org.hibernate.boot.jaxb.mapping.JaxbConfigurationParameter
 
value - Variable in class org.hibernate.boot.jaxb.mapping.JaxbCustomSql
 
value - Variable in class org.hibernate.boot.jaxb.mapping.JaxbHbmFilter.JaxbAliases
 
value - Variable in class org.hibernate.boot.jaxb.mapping.JaxbQueryHint
 
value - Variable in class org.hibernate.boot.model.internal.FkSecondPass
 
value - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Persistence.PersistenceUnit.Properties.Property
 
value - Variable in class org.hibernate.jpamodelgen.xml.jaxb.QueryHint
 
value() - Method in annotation type org.hibernate.annotations.AnyDiscriminator
The type of the discriminator, as a JPA DiscriminatorType.
value() - Method in annotation type org.hibernate.annotations.AnyDiscriminatorValues
The individual value mappings
value() - Method in annotation type org.hibernate.annotations.AnyKeyJavaClass
The Java Class
value() - Method in annotation type org.hibernate.annotations.AnyKeyJavaType
The type descriptor to use
value() - Method in annotation type org.hibernate.annotations.AnyKeyJdbcType
The descriptor to use for the key column
value() - Method in annotation type org.hibernate.annotations.AnyKeyJdbcTypeCode
The code for the descriptor to use for the key column
value() - Method in annotation type org.hibernate.annotations.AttributeAccessor
value() - Method in annotation type org.hibernate.annotations.Cascade
The operations that should be cascaded.
value() - Method in annotation type org.hibernate.annotations.Checks
 
value() - Method in annotation type org.hibernate.annotations.Collate
The name of the collation.
value() - Method in annotation type org.hibernate.annotations.CollectionIdJavaType
The descriptor to use for the id column
value() - Method in annotation type org.hibernate.annotations.CollectionIdJdbcType
The descriptor to use for the mapped column
value() - Method in annotation type org.hibernate.annotations.CollectionIdJdbcTypeCode
The code for the descriptor to use for the collection-id column
value() - Method in annotation type org.hibernate.annotations.CollectionIdMutability
The MutabilityPlan implementation
value() - Method in annotation type org.hibernate.annotations.CollectionIdType
The custom type implementor class
value() - Method in annotation type org.hibernate.annotations.CollectionTypeRegistrations
The individual CollectionTypeRegistration
value() - Method in annotation type org.hibernate.annotations.ColumnDefault
The default value to use in generated DDL.
value() - Method in annotation type org.hibernate.annotations.ColumnTransformers
The aggregated transformers.
value() - Method in annotation type org.hibernate.annotations.Comment
The text of the comment.
value() - Method in annotation type org.hibernate.annotations.Comments
 
value() - Method in annotation type org.hibernate.annotations.CompositeType
The custom type implementor class
value() - Method in annotation type org.hibernate.annotations.CompositeTypeRegistrations
 
value() - Method in annotation type org.hibernate.annotations.ConverterRegistrations
 
value() - Method in annotation type org.hibernate.annotations.DialectOverride.Checks
 
value() - Method in annotation type org.hibernate.annotations.DialectOverride.ColumnDefaults
 
value() - Method in annotation type org.hibernate.annotations.DialectOverride.DiscriminatorFormulas
 
value() - Method in annotation type org.hibernate.annotations.DialectOverride.FilterDefOverrides
 
value() - Method in annotation type org.hibernate.annotations.DialectOverride.FilterOverrides
 
value() - Method in annotation type org.hibernate.annotations.DialectOverride.Formulas
 
value() - Method in annotation type org.hibernate.annotations.DialectOverride.GeneratedColumns
 
value() - Method in annotation type org.hibernate.annotations.DialectOverride.JoinFormulas
 
value() - Method in annotation type org.hibernate.annotations.DialectOverride.OrderBys
 
value() - Method in annotation type org.hibernate.annotations.DialectOverride.OverridesAnnotation
The class of the annotation that is overridden.
value() - Method in annotation type org.hibernate.annotations.DialectOverride.SQLDeleteAlls
 
value() - Method in annotation type org.hibernate.annotations.DialectOverride.SQLDeletes
 
value() - Method in annotation type org.hibernate.annotations.DialectOverride.SQLInserts
 
value() - Method in annotation type org.hibernate.annotations.DialectOverride.SQLOrders
 
value() - Method in annotation type org.hibernate.annotations.DialectOverride.SQLRestrictions
 
value() - Method in annotation type org.hibernate.annotations.DialectOverride.SQLSelects
 
value() - Method in annotation type org.hibernate.annotations.DialectOverride.SQLUpdates
 
value() - Method in annotation type org.hibernate.annotations.DialectOverride.Wheres
 
value() - Method in annotation type org.hibernate.annotations.DiscriminatorFormula
The formula string.
value() - Method in annotation type org.hibernate.annotations.DynamicInsert
Deprecated.
When false, this annotation has no effect.
value() - Method in annotation type org.hibernate.annotations.DynamicUpdate
Deprecated.
When false, this annotation has no effect.
value() - Method in annotation type org.hibernate.annotations.EmbeddableInstantiator
 
value() - Method in annotation type org.hibernate.annotations.EmbeddableInstantiatorRegistrations
 
value() - Method in annotation type org.hibernate.annotations.Fetch
The method that should be used to fetch the association.
value() - Method in annotation type org.hibernate.annotations.FetchProfileOverrides
 
value() - Method in annotation type org.hibernate.annotations.FetchProfiles
The aggregated fetch profiles.
value() - Method in annotation type org.hibernate.annotations.FilterDefs
The aggregated filter definitions.
value() - Method in annotation type org.hibernate.annotations.FilterJoinTables
The aggregated filters.
value() - Method in annotation type org.hibernate.annotations.Filters
The aggregated filters.
value() - Method in annotation type org.hibernate.annotations.Formula
The formula, written in native SQL.
value() - Method in annotation type org.hibernate.annotations.Generated
Deprecated.
value() - Method in annotation type org.hibernate.annotations.GeneratedColumn
The expression to include in the generated DDL.
value() - Method in annotation type org.hibernate.annotations.GenericGenerators
The aggregated generators.
value() - Method in annotation type org.hibernate.annotations.IdGeneratorType
A class which implements Generator.
value() - Method in annotation type org.hibernate.annotations.Instantiator
The persistent attribute names the constructor parameters at the respective index assigns the value to.
value() - Method in annotation type org.hibernate.annotations.JavaType
The BasicJavaType to use for the mapped column
value() - Method in annotation type org.hibernate.annotations.JavaTypeRegistrations
 
value() - Method in annotation type org.hibernate.annotations.JdbcType
The JdbcType to use for the mapped column
value() - Method in annotation type org.hibernate.annotations.JdbcTypeCode
The standard JDBC Types code or a custom code.
value() - Method in annotation type org.hibernate.annotations.JdbcTypeRegistration
The descriptor to register
value() - Method in annotation type org.hibernate.annotations.JdbcTypeRegistrations
 
value() - Method in annotation type org.hibernate.annotations.JoinColumnsOrFormulas
A list of columns and formulas to use in the join condition.
value() - Method in annotation type org.hibernate.annotations.JoinFormula
The formula, in native SQL.
value() - Method in annotation type org.hibernate.annotations.LazyCollection
Deprecated.
The laziness of the collection.
value() - Method in annotation type org.hibernate.annotations.LazyGroup
 
value() - Method in annotation type org.hibernate.annotations.LazyToOne
Deprecated.
A LazyToOneOption which determines how lazy fetching should be handled.
value() - Method in annotation type org.hibernate.annotations.ListIndexBase
The list index base.
value() - Method in annotation type org.hibernate.annotations.ListIndexJavaType
The descriptor to use for the list-index
value() - Method in annotation type org.hibernate.annotations.ListIndexJdbcType
The descriptor to use for the list-index column
value() - Method in annotation type org.hibernate.annotations.ListIndexJdbcTypeCode
The code for the descriptor to use for the list-index column
value() - Method in annotation type org.hibernate.annotations.MapKeyCompositeType
The custom type implementor class
value() - Method in annotation type org.hibernate.annotations.MapKeyJavaType
The descriptor to use for the map-key column
value() - Method in annotation type org.hibernate.annotations.MapKeyJdbcType
The descriptor to use for the map-key column
value() - Method in annotation type org.hibernate.annotations.MapKeyJdbcTypeCode
The code for the descriptor to use for the map-key column
value() - Method in annotation type org.hibernate.annotations.MapKeyMutability
The MutabilityPlan implementation
value() - Method in annotation type org.hibernate.annotations.MapKeyType
The custom type implementor class
value() - Method in annotation type org.hibernate.annotations.Mutability
A class implementing MutabilityPlan.
value() - Method in annotation type org.hibernate.annotations.NamedNativeQueries
The grouping of Hibernate named native SQL queries.
value() - Method in annotation type org.hibernate.annotations.NamedQueries
The grouping of named queries.
value() - Method in annotation type org.hibernate.annotations.Parameter
The parameter value.
value() - Method in annotation type org.hibernate.annotations.processing.HQL
 
value() - Method in annotation type org.hibernate.annotations.processing.SQL
 
value() - Method in annotation type org.hibernate.annotations.RowId
Specifies the name of the rowid-like column for databases where the column is declared explicitly in DDL.
value() - Method in annotation type org.hibernate.annotations.SecondaryRows
 
value() - Method in annotation type org.hibernate.annotations.SelectBeforeUpdate
Deprecated.
When false, this annotation has no effect.
value() - Method in annotation type org.hibernate.annotations.SortComparator
A class which implements Comparator<E> where E is the element type.
value() - Method in annotation type org.hibernate.annotations.Source
Deprecated.
The source of timestamps.
value() - Method in annotation type org.hibernate.annotations.SQLDeletes
 
value() - Method in annotation type org.hibernate.annotations.SQLInserts
 
value() - Method in annotation type org.hibernate.annotations.SQLJoinTableRestriction
A predicate, written in native SQL.
value() - Method in annotation type org.hibernate.annotations.SQLOrder
A comma-separated list native SQL expressions used to sort the collection elements.
value() - Method in annotation type org.hibernate.annotations.SQLRestriction
A predicate, written in native SQL.
value() - Method in annotation type org.hibernate.annotations.SQLUpdates
 
value() - Method in annotation type org.hibernate.annotations.Subselect
The query.
value() - Method in annotation type org.hibernate.annotations.Synchronize
Names of tables that hold state mapped by the annotated entity.
value() - Method in annotation type org.hibernate.annotations.Tables
Deprecated.
The table grouping.
value() - Method in annotation type org.hibernate.annotations.Target
Deprecated.
The target entity type.
value() - Method in annotation type org.hibernate.annotations.TimeZoneStorage
The storage strategy for the time zone information.
value() - Method in annotation type org.hibernate.annotations.Type
The class which implements UserType.
value() - Method in annotation type org.hibernate.annotations.TypeRegistrations
 
value() - Method in enum org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCacheUsageEnum
 
value() - Method in enum org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
 
value() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheInclusionEnum
 
value() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchStyleEnum
 
value() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchStyleWithSubselectEnum
 
value() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyEnum
 
value() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyWithExtraEnum
 
value() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyWithNoProxyEnum
 
value() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNotFoundEnum
 
value() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOnDeleteEnum
 
value() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOuterJoinEnum
 
value() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPolymorphismEnum
 
value() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTimestampSourceEnum
 
value() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueCompositeIdEnum
 
value() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueTimestampEnum
 
value() - Method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueVersionEnum
 
value() - Method in enum org.hibernate.boot.jaxb.mapping.JaxbCacheInclusionType
 
value() - Method in enum org.hibernate.boot.jaxb.mapping.JaxbPluralFetchMode
 
value() - Method in enum org.hibernate.boot.jaxb.mapping.JaxbSingularFetchMode
 
value() - Method in annotation type org.hibernate.envers.AuditOverrides
An array of AuditOverride values, to define the new auditing behavior.
value() - Method in annotation type org.hibernate.envers.AuditTable
The name of the table
value() - Method in annotation type org.hibernate.envers.RevisionEntity
The optional listener that will be used to fill in the custom revision entity.
value() - Method in annotation type org.hibernate.envers.SecondaryAuditTables
 
value() - Method in enum org.hibernate.jpamodelgen.xml.jaxb.AccessType
 
value() - Method in enum org.hibernate.jpamodelgen.xml.jaxb.ConstraintMode
 
value() - Method in enum org.hibernate.jpamodelgen.xml.jaxb.DiscriminatorType
 
value() - Method in enum org.hibernate.jpamodelgen.xml.jaxb.EnumType
 
value() - Method in enum org.hibernate.jpamodelgen.xml.jaxb.FetchType
 
value() - Method in enum org.hibernate.jpamodelgen.xml.jaxb.GenerationType
 
value() - Method in enum org.hibernate.jpamodelgen.xml.jaxb.InheritanceType
 
value() - Method in enum org.hibernate.jpamodelgen.xml.jaxb.LockModeType
 
value() - Method in enum org.hibernate.jpamodelgen.xml.jaxb.ParameterMode
 
value() - Method in enum org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitCachingType
 
value() - Method in enum org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitTransactionType
 
value() - Method in enum org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitValidationModeType
 
value() - Method in enum org.hibernate.jpamodelgen.xml.jaxb.TemporalType
 
value() - Method in class org.hibernate.query.sqm.tree.domain.SqmMapJoin
 
value() - Method in class org.hibernate.resource.beans.container.internal.NamedBeanQualifier
 
value() - Method in annotation type org.hibernate.testing.bytecode.enhancement.ClassEnhancementSelector
 
value() - Method in annotation type org.hibernate.testing.bytecode.enhancement.ClassEnhancementSelectors
 
value() - Method in annotation type org.hibernate.testing.bytecode.enhancement.CustomEnhancementContext
 
value() - Method in annotation type org.hibernate.testing.bytecode.enhancement.ImplEnhancementSelectors
 
value() - Method in annotation type org.hibernate.testing.bytecode.enhancement.PackageEnhancementSelector
 
value() - Method in annotation type org.hibernate.testing.bytecode.enhancement.PackageEnhancementSelectors
 
value() - Method in annotation type org.hibernate.testing.junit4.CustomParameterized.Order
 
value() - Method in class org.hibernate.testing.junit4.CustomRunner.IgnoreImpl
 
value() - Method in annotation type org.hibernate.testing.orm.junit.ExpectedException
 
value() - Method in annotation type org.hibernate.testing.orm.junit.FailureExpectedGroup
 
value() - Method in annotation type org.hibernate.testing.orm.junit.Jira
The URL to the Jira issue
value() - Method in annotation type org.hibernate.testing.orm.junit.JiraGroup
 
value() - Method in annotation type org.hibernate.testing.orm.junit.JiraKey
The key for the referenced Jira issue (e.g., HHH-99999)
value() - Method in annotation type org.hibernate.testing.orm.junit.JiraKeyGroup
 
value() - Method in annotation type org.hibernate.testing.orm.junit.RequiresDialect
The Dialect class to match.
value() - Method in annotation type org.hibernate.testing.orm.junit.RequiresDialectFeatureGroup
 
value() - Method in annotation type org.hibernate.testing.orm.junit.RequiresDialects
 
value() - Method in annotation type org.hibernate.testing.orm.junit.Setting
The setting value
value() - Method in annotation type org.hibernate.testing.orm.junit.SkipForDialectGroup
 
value() - Method in annotation type org.hibernate.testing.RequiresDialect
Deprecated.
The dialects against which to run the test
value() - Method in annotation type org.hibernate.testing.RequiresDialectFeature
Deprecated.
 
value() - Method in annotation type org.hibernate.testing.RequiresDialects
Deprecated.
 
value() - Method in annotation type org.hibernate.testing.SkipForDialect
Deprecated.
The dialects against which to skip the test
value() - Method in annotation type org.hibernate.testing.SkipForDialects
Deprecated.
 
value(Expression) - Method in class org.hibernate.query.sqm.tree.predicate.SqmInSubQueryPredicate
 
value(Expression<? extends T>) - Method in interface org.hibernate.query.criteria.JpaCoalesce
 
value(Expression<? extends T>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCoalesce
 
value(Expression<? extends T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
 
value(Object) - Method in class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
 
value(Object) - Method in class org.hibernate.query.sqm.tree.predicate.SqmInSubQueryPredicate
 
value(JpaExpression<? extends T>) - Method in interface org.hibernate.query.criteria.JpaCoalesce
 
value(JpaExpression<? extends T>) - Method in interface org.hibernate.query.criteria.JpaInPredicate
Add to list of values to be tested against.
value(JpaExpression<? extends T>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCoalesce
 
value(JpaExpression<? extends T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
 
value(JpaExpression<? extends T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmInSubQueryPredicate
 
value(SqmExpression<? extends T>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCoalesce
 
value(T) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
value(T) - Method in interface org.hibernate.query.criteria.JpaCoalesce
 
value(T) - Method in interface org.hibernate.query.criteria.JpaInPredicate
Add to list of values to be tested against.
value(T) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
value(T) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
value(T) - Method in class org.hibernate.query.sqm.tree.expression.SqmCoalesce
 
value(T, SqmExpression<? extends T>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
Creates an expression for the value with the given "type inference" information
Value - Interface in org.hibernate.mapping
A mapping model object which represents something that's persisted "by value", instead of "by reference", that is, anything with no primary key.
VALUE - org.hibernate.graph.internal.parse.PathQualifierType
 
VALUE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
VALUE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
VALUE() - Method in class org.hibernate.grammars.hql.HqlParser.ElementValueQuantifierContext
 
VALUE() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
VALUE_COLUMN_PARAM - Static variable in class org.hibernate.id.enhanced.SequenceStyleGenerator
Indicates the name of the column holding the identifier values.
VALUE_COLUMN_PARAM - Static variable in class org.hibernate.id.enhanced.TableGenerator
The name of column which holds the sequence value.
VALUE_FUNCTION_ON_NON_MAP - org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
 
ValueAccess - Interface in org.hibernate.metamodel.spi
Provides access to the values for a managed type (currently just embeddables).
ValueBinder<X> - Interface in org.hibernate.type.descriptor
Contract for binding values to a JDBC PreparedStatement.
valueBindings - Variable in class org.hibernate.engine.jdbc.mutation.internal.MutationExecutorPostInsert
 
ValueBindJpaCriteriaParameter<T> - Class in org.hibernate.query.sqm.tree.expression
It is a JpaCriteriaParameter created from a value when ValueHandlingMode is equal to BIND
ValueBindJpaCriteriaParameter(BindableType<? super T>, T, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.ValueBindJpaCriteriaParameter
 
ValueClassification - Enum in org.hibernate.metamodel
At the end of the day, any "value mapping" (id, version, attribute, collection element, etc.) can be one of a few classifications.
valueColumnName - Variable in class org.hibernate.boot.jaxb.mapping.JaxbTableGenerator
 
valueColumnName - Variable in class org.hibernate.jpamodelgen.xml.jaxb.TableGenerator
 
ValueContext - Interface in org.hibernate.metamodel.internal
A contract for defining the meta information about a Value
ValuedModelPart - Interface in org.hibernate.metamodel.mapping
Describes a ModelPart that is also a ValueMapping (and therefore also a SelectableMappings).
ValueExtractor<X> - Interface in org.hibernate.type.descriptor
Contract for extracting values from a JDBC ResultSet or from output the parameters of a CallableStatement.
ValueGeneration - Interface in org.hibernate.tuple
Deprecated, for removal: This API element is subject to removal in a future version.
Replaced by Generator
ValueGenerationPlan(Generator, Setter, int) - Constructor for class org.hibernate.mapping.Component.ValueGenerationPlan
 
ValueGenerationType - Annotation Type in org.hibernate.annotations
Meta-annotation used to mark another annotation as providing configuration for a custom value generation strategy.
ValueGenerator<T> - Interface in org.hibernate.tuple
Deprecated, for removal: This API element is subject to removal in a future version.
Replaced by Generator
ValueHandlingMode - Enum in org.hibernate.query.criteria
This enum defines how values passed to JPA Criteria API are handled.
ValueHolder<T> - Class in org.hibernate.internal.util
Represents a "final" value that is initialized either up front or once at some point after declaration.
ValueHolder(ValueHolder.DeferredInitializer<T>) - Constructor for class org.hibernate.internal.util.ValueHolder
Instantiates a ValueHolder with the specified initializer.
ValueHolder(T) - Constructor for class org.hibernate.internal.util.ValueHolder
 
ValueHolder.DeferredInitializer<T> - Interface in org.hibernate.internal.util
The snippet that generates the initialization value.
ValueImpl(ExportableColumn, Table, BasicType, Database) - Constructor for class org.hibernate.id.ExportableColumn.ValueImpl
 
ValueInclusion - Enum in org.hibernate.engine.spi
An enum of the different ways a value might be "included".
valueIterator() - Method in interface org.hibernate.metamodel.mapping.AttributeMappingsMap
 
valueIterator() - Method in class org.hibernate.metamodel.mapping.internal.EmptyAttributeMappingsMap
 
valueIterator() - Method in class org.hibernate.metamodel.mapping.internal.ImmutableAttributeMappingsMap
 
ValueMapping - Interface in org.hibernate.metamodel.mapping
Describes a mapping related to any part of the app's domain model, for example, an attribute, an entity identifier, collection elements, etc.
valueMappings - Variable in class org.hibernate.boot.jaxb.mapping.JaxbHbmAnyDiscriminator
 
valueMappingSources - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmResultSetMappingType
 
ValueMetadataGenerator - Class in org.hibernate.envers.configuration.internal.metadata
 
ValueMetadataGenerator(EnversMetadataBuildingContext, BasicMetadataGenerator) - Constructor for class org.hibernate.envers.configuration.internal.metadata.ValueMetadataGenerator
 
valueOf(Integer) - Static method in enum org.hibernate.testing.orm.domain.animal.Classification
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.CacheConcurrencyStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.CacheModeType
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.CascadeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.FetchMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.FlushModeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.GenerationTime
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.LazyCollectionOption
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.LazyToOneOption
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.NotFoundAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.OnDeleteAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.OptimisticLockType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.PolymorphismType
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.ResultCheckStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.SoftDeleteType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.SourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.TimeZoneStorageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.annotations.UuidGenerator.Style
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.archive.scan.spi.ClassDescriptor.Categorization
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.beanvalidation.GroupsPerOperation.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.beanvalidation.ValidationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.CacheRegionDefinition.CacheRegionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.cfgxml.spi.MappingReference.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCacheUsageEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheInclusionEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchStyleEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchStyleWithSubselectEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyWithExtraEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyWithNoProxyEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNotFoundEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOnDeleteEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOuterJoinEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPolymorphismEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTimestampSourceEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueCompositeIdEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueTimestampEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueVersionEnum
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.jaxb.hbm.transform.UnsupportedFeatureHandling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.jaxb.mapping.JaxbCacheInclusionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.jaxb.mapping.JaxbPluralFetchMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.jaxb.mapping.JaxbSingularFetchMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.jaxb.SourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.model.internal.AnnotatedClassType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.model.internal.BasicValueBinder.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.model.internal.ForeignKeyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.model.internal.Nullability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.model.naming.ImplicitJoinColumnNameSource.Nature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.model.source.internal.hbm.XmlElementMetadata
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.model.source.spi.InheritanceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.model.source.spi.NaturalIdMutability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.model.source.spi.PluralAttributeElementNature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.model.source.spi.PluralAttributeIndexNature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.model.source.spi.PluralAttributeMapKeySource.Nature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.model.source.spi.PluralAttributeNature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.model.source.spi.RelationalValueSource.Nature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.model.source.spi.SingularAttributeNature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.model.TruthValue
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.model.TypeDefinitionRegistry.DuplicationStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.registry.classloading.internal.TcclLookupPrecedence
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.SchemaAutoTooling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.spi.AccessType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.boot.TempTableDdlTransactionHandling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.cache.jcache.MissingCacheStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.cache.spi.access.AccessType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.cache.spi.support.AccessedDataClassification
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.CacheMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.cfg.MetadataSourceType
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.ConnectionAcquisitionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.ConnectionReleaseMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.dialect.Database
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.dialect.DmlTargetColumnQualifierSupport
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.dialect.function.TruncFunction.DatetimeTrunc
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.dialect.GroupByConstantRenderingStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.dialect.GroupBySummarizationRenderingStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.dialect.NationalizationSupport
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.dialect.NullOrdering
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.dialect.PostgreSQLDriverKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.dialect.ResultColumnReferenceStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.dialect.RowLockStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.dialect.SelectItemReferenceStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.dialect.SybaseDriverKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.dialect.temptable.TemporaryTableKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.dialect.TimeZoneSupport
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.DuplicateMappingException.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.FetchStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.FetchTiming
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.internal.AbstractEntityEntry.BooleanState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.internal.CascadePoint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.internal.Nullability.NullabilityCheckType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.jdbc.env.internal.LobTypes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.jdbc.env.spi.IdentifierCaseStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.jdbc.env.spi.NameQualifierSupport
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.jdbc.env.spi.SQLStateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.jdbc.internal.FormatStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.jdbc.mutation.ParameterUsage
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.jdbc.Size.LobMultiplier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.jdbc.spi.TypeNullability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.jdbc.spi.TypeSearchability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.OptimisticLockStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.profile.Fetch.Style
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.spi.CachedNaturalIdValueSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.spi.ExecuteUpdateResultCheckStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.spi.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.spi.ValueInclusion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.engine.transaction.jta.platform.internal.WebSphereJtaPlatform.WebSphereEnvironment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.envers.boot.model.Selection.SelectionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.envers.configuration.internal.metadata.InheritanceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.envers.internal.entities.ComponentDescription.ComponentType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.envers.internal.entities.RelationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.envers.query.criteria.AggregatedAuditExpression.AggregatedMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.envers.query.criteria.MatchMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.envers.query.order.NullPrecedence
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.envers.RelationTargetAuditMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.envers.RelationTargetNotFoundAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.envers.RevisionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.event.internal.EntityState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.event.service.spi.DuplicationStrategy.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.event.spi.EventManager.CacheActionDescription
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.FetchMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.FlushMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.generator.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.graph.GraphSemantic
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.graph.internal.parse.PathQualifierType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.id.enhanced.StandardOptimizerDescriptor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.id.EntityIdentifierNature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.id.SequenceMismatchStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.internal.SessionOwnerBehavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.internal.util.collections.BoundedConcurrentHashMap.Eviction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.internal.util.collections.ConcurrentReferenceHashMap.Option
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.internal.util.collections.ConcurrentReferenceHashMap.ReferenceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.jpa.event.spi.CallbackType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.jpamodelgen.util.AccessType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.AccessType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.ConstraintMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.DiscriminatorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.EnumType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.FetchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.GenerationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.InheritanceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.LockModeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.ParameterMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitCachingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitTransactionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitValidationModeType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.TemporalType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.loader.ast.internal.CacheEntityLoaderHelper.EntityStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.loader.ast.spi.CascadingFetchProfile
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.loader.BatchFetchStyle
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.LockMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.mapping.MetadataSource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.metamodel.AttributeClassification
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.metamodel.CollectionClassification
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.metamodel.internal.JpaMetaModelPopulationSetting
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.metamodel.internal.JpaStaticMetaModelPopulationSetting
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.metamodel.mapping.CollectionPart.Nature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.metamodel.mapping.EntityIdentifierMapping.Nature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.metamodel.mapping.ForeignKeyDescriptor.Nature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.metamodel.mapping.internal.EntityCollectionPart.Cardinality
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping.Cardinality
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.metamodel.RepresentationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.metamodel.ValueClassification
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.persister.entity.EntityNameUse.UseKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.persister.entity.mutation.AttributeAnalysis.DirtynessStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.procedure.spi.ParameterStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.criteria.ValueHandlingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.ImmutableEntityUpdateQueryHandlingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.NullPrecedence
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.SortDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.sqm.BinaryArithmeticOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.sqm.CastType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.sqm.ComparisonOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.sqm.DynamicInstantiationNature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.sqm.FetchClauseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.sqm.FrameExclusion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.sqm.FrameKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.sqm.FrameMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.sqm.function.FunctionKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.sqm.IntervalType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.sqm.mutation.internal.temptable.AfterUseAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.sqm.mutation.internal.temptable.BeforeUseAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.sqm.produce.function.FunctionParameterType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.sqm.SetOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.sqm.SqmQuerySource
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.sqm.TemporalUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.sqm.tree.expression.NumericTypeCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.sqm.tree.expression.SqmModifiedSubQueryExpression.Modifier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.sqm.tree.expression.SqmSummarization.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.sqm.tree.from.DowncastLocation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.sqm.tree.SqmJoinType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.sqm.TrimSpec
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.query.sqm.UnaryArithmeticOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.ReplicationMode
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.resource.jdbc.spi.PhysicalConnectionHandlingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.resource.transaction.spi.TransactionStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.ScrollMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.spatial.CommonSpatialFunction.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.spatial.CommonSpatialFunction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.spatial.dialect.hana.HANASpatialFunctions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.spatial.SpatialFunction
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.sql.ast.Clause
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.LockStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.sql.ast.SqlAstJoinType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.sql.ast.SqlAstNodeRenderingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.sql.ast.tree.cte.CteMaterialization
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.sql.ast.tree.cte.CteSearchClauseKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.sql.ast.tree.expression.ModifiedSubQueryExpression.Modifier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.sql.ast.tree.expression.Summarization.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.sql.ast.tree.predicate.Junction.Nature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.sql.ComparisonRestriction.Operator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.sql.exec.spi.JdbcLockStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.sql.model.MutationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.sql.results.graph.entity.internal.EntitySelectFetchInitializer.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.sql.results.spi.ListResultsConsumer.UniqueSemantic
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.testing.orm.domain.animal.Classification
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.testing.orm.domain.contacts.Address.Classification
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.testing.orm.domain.contacts.Contact.Gender
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.testing.orm.domain.contacts.PhoneNumber.Classification
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.testing.orm.domain.gambit.EntityOfBasics.Gender
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.testing.orm.domain.gambit.EnumValue
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.testing.orm.domain.gambit.Shirt.Color
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.testing.orm.domain.gambit.Shirt.Size
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.testing.orm.domain.helpdesk.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.testing.orm.domain.MappingFeature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.testing.orm.domain.StandardDomainModel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.testing.orm.domain.userguide.AddressType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.testing.orm.domain.userguide.PhoneType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.TimeZoneStorageStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.tool.schema.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.tool.schema.JdbcMetadaAccessStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.tool.schema.SourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.tool.schema.TargetType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.tool.schema.UniqueConstraintSchemaUpdateStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.tuple.GenerationTiming
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.tuple.PropertyFactory.NonIdentifierAttributeNature
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.type.descriptor.jdbc.JdbcTypeFamilyInformation.Family
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType.LobKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.type.ForeignKeyDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.hibernate.type.WrapperArrayHandling
Returns the enum constant of this type with the specified name.
valueOf(Dialect) - Static method in class org.hibernate.dialect.aggregate.OracleAggregateSupport
 
valueOf(Dialect) - Static method in class org.hibernate.dialect.aggregate.PostgreSQLAggregateSupport
 
valueOf(FetchTiming, FetchStyle) - Static method in interface org.hibernate.sql.results.graph.FetchOptions
 
values - Variable in class org.hibernate.collection.spi.PersistentIdentifierBag
 
values - Variable in class org.hibernate.sql.InFragment
 
values() - Static method in enum org.hibernate.annotations.CacheConcurrencyStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.CacheModeType
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.CascadeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.FetchMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.FlushModeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.GenerationTime
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.LazyCollectionOption
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.LazyToOneOption
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.NotFoundAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.OnDeleteAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.OptimisticLockType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.PolymorphismType
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.ResultCheckStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.SoftDeleteType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.SourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.TimeZoneStorageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.annotations.UuidGenerator.Style
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.archive.scan.spi.ClassDescriptor.Categorization
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.beanvalidation.GroupsPerOperation.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.beanvalidation.ValidationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.CacheRegionDefinition.CacheRegionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.cfgxml.spi.MappingReference.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.jaxb.cfg.spi.JaxbCfgCacheUsageEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.jaxb.cfg.spi.JaxbCfgEventTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCacheInclusionEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchStyleEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmFetchStyleWithSubselectEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyWithExtraEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmLazyWithNoProxyEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNotFoundEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOnDeleteEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOuterJoinEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPolymorphismEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTimestampSourceEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueCompositeIdEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueTimestampEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.jaxb.hbm.spi.JaxbHbmUnsavedValueVersionEnum
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.jaxb.hbm.transform.UnsupportedFeatureHandling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.jaxb.mapping.JaxbCacheInclusionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.jaxb.mapping.JaxbPluralFetchMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.jaxb.mapping.JaxbSingularFetchMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.jaxb.SourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.model.internal.AnnotatedClassType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.model.internal.BasicValueBinder.Kind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.model.internal.ForeignKeyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.model.internal.Nullability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.model.naming.ImplicitJoinColumnNameSource.Nature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.model.source.internal.hbm.XmlElementMetadata
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.model.source.spi.InheritanceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.model.source.spi.NaturalIdMutability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.model.source.spi.PluralAttributeElementNature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.model.source.spi.PluralAttributeIndexNature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.model.source.spi.PluralAttributeMapKeySource.Nature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.model.source.spi.PluralAttributeNature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.model.source.spi.RelationalValueSource.Nature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.model.source.spi.SingularAttributeNature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.model.TruthValue
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.model.TypeDefinitionRegistry.DuplicationStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.registry.classloading.internal.TcclLookupPrecedence
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.SchemaAutoTooling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.spi.AccessType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.boot.TempTableDdlTransactionHandling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.cache.jcache.MissingCacheStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.cache.spi.access.AccessType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.cache.spi.support.AccessedDataClassification
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.CacheMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.cfg.MetadataSourceType
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.hibernate.collection.spi.PersistentMap
 
values() - Static method in enum org.hibernate.ConnectionAcquisitionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.ConnectionReleaseMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.dialect.Database
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.dialect.DmlTargetColumnQualifierSupport
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.dialect.function.TruncFunction.DatetimeTrunc
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.dialect.GroupByConstantRenderingStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.dialect.GroupBySummarizationRenderingStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.dialect.NationalizationSupport
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.dialect.NullOrdering
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.dialect.PostgreSQLDriverKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.dialect.ResultColumnReferenceStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.dialect.RowLockStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.dialect.SelectItemReferenceStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.dialect.SybaseDriverKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.dialect.temptable.TemporaryTableKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.dialect.TimeZoneSupport
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.DuplicateMappingException.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.FetchStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.FetchTiming
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.internal.AbstractEntityEntry.BooleanState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.internal.CascadePoint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.internal.Nullability.NullabilityCheckType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.jdbc.env.internal.LobTypes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.jdbc.env.spi.IdentifierCaseStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.jdbc.env.spi.NameQualifierSupport
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.jdbc.env.spi.SQLStateType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.jdbc.internal.FormatStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.jdbc.mutation.ParameterUsage
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.jdbc.Size.LobMultiplier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.jdbc.spi.TypeNullability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.jdbc.spi.TypeSearchability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.OptimisticLockStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.profile.Fetch.Style
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.spi.CachedNaturalIdValueSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.spi.ExecuteUpdateResultCheckStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.spi.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.spi.ValueInclusion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.engine.transaction.jta.platform.internal.WebSphereJtaPlatform.WebSphereEnvironment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.envers.boot.model.Selection.SelectionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.envers.configuration.internal.metadata.InheritanceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.envers.internal.entities.ComponentDescription.ComponentType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.MapProxy
 
values() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
values() - Static method in enum org.hibernate.envers.internal.entities.RelationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.envers.query.criteria.AggregatedAuditExpression.AggregatedMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.envers.query.criteria.MatchMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.envers.query.order.NullPrecedence
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.envers.RelationTargetAuditMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.envers.RelationTargetNotFoundAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.envers.RevisionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.event.internal.EntityState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.event.service.spi.DuplicationStrategy.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.event.spi.EventManager.CacheActionDescription
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class org.hibernate.event.spi.EventType
Get a collection of all the standard EventType instances.
values() - Method in class org.hibernate.event.spi.MergeContext
Returns an unmodifiable Set view of managed entities contained in this MergeContext.
values() - Static method in enum org.hibernate.FetchMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.FlushMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.generator.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.hibernate.grammars.hql.HqlParser
 
values() - Method in class org.hibernate.grammars.hql.HqlParser.ValuesListContext
 
values() - Static method in enum org.hibernate.graph.GraphSemantic
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.graph.internal.parse.PathQualifierType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.id.enhanced.StandardOptimizerDescriptor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.id.EntityIdentifierNature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.id.SequenceMismatchStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.internal.SessionOwnerBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.internal.util.collections.BoundedConcurrentHashMap.Eviction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.hibernate.internal.util.collections.BoundedConcurrentHashMap
Returns a Collection view of the values contained in this map.
values() - Static method in enum org.hibernate.internal.util.collections.ConcurrentReferenceHashMap.Option
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.internal.util.collections.ConcurrentReferenceHashMap.ReferenceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.hibernate.internal.util.collections.ConcurrentReferenceHashMap
Returns a Collection view of the values contained in this map.
values() - Method in class org.hibernate.internal.util.collections.IdentityMap
 
values() - Method in class org.hibernate.internal.util.collections.LinkedIdentityHashMap
 
values() - Static method in enum org.hibernate.jpa.event.spi.CallbackType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.jpamodelgen.util.AccessType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.AccessType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.ConstraintMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.DiscriminatorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.EnumType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.FetchType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.GenerationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.InheritanceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.LockModeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.ParameterMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitCachingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitTransactionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitValidationModeType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.jpamodelgen.xml.jaxb.TemporalType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.loader.ast.internal.CacheEntityLoaderHelper.EntityStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.loader.ast.spi.CascadingFetchProfile
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.loader.BatchFetchStyle
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.LockMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.mapping.MetadataSource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.metamodel.AttributeClassification
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.metamodel.CollectionClassification
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.metamodel.internal.JpaMetaModelPopulationSetting
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.metamodel.internal.JpaStaticMetaModelPopulationSetting
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.metamodel.mapping.CollectionPart.Nature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.metamodel.mapping.EntityIdentifierMapping.Nature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.metamodel.mapping.ForeignKeyDescriptor.Nature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.metamodel.mapping.internal.EntityCollectionPart.Cardinality
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping.Cardinality
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.hibernate.metamodel.model.domain.internal.EntityPersisterConcurrentMap
 
values() - Static method in enum org.hibernate.metamodel.RepresentationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.metamodel.ValueClassification
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.persister.entity.EntityNameUse.UseKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.persister.entity.mutation.AttributeAnalysis.DirtynessStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.procedure.spi.ParameterStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.property.access.spi.BuiltInPropertyAccessStrategies
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.hibernate.proxy.map.MapProxy
 
values() - Static method in enum org.hibernate.query.criteria.ValueHandlingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.query.ImmutableEntityUpdateQueryHandlingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.query.NullPrecedence
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.query.SortDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.query.sqm.BinaryArithmeticOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.query.sqm.CastType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.query.sqm.ComparisonOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.query.sqm.DynamicInstantiationNature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.query.sqm.FetchClauseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.query.sqm.FrameExclusion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.query.sqm.FrameKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.query.sqm.FrameMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.query.sqm.function.FunctionKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.query.sqm.IntervalType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.query.sqm.mutation.internal.temptable.AfterUseAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.query.sqm.mutation.internal.temptable.BeforeUseAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.query.sqm.produce.function.FunctionParameterType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.query.sqm.SetOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.query.sqm.SqmQuerySource
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.query.sqm.StrictJpaComplianceViolation.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.query.sqm.TemporalUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.query.sqm.tree.expression.NumericTypeCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.query.sqm.tree.expression.SqmModifiedSubQueryExpression.Modifier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.query.sqm.tree.expression.SqmSummarization.Kind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.query.sqm.tree.from.DowncastLocation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.query.sqm.tree.SqmJoinType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.query.sqm.TrimSpec
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.query.sqm.UnaryArithmeticOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.ReplicationMode
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.resource.jdbc.spi.PhysicalConnectionHandlingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.resource.transaction.spi.TransactionStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.ScrollMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.spatial.CommonSpatialFunction.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.spatial.CommonSpatialFunction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.spatial.dialect.hana.HANASpatialFunctions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.spatial.SpatialFunction
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.sql.ast.Clause
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.LockStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.sql.ast.SqlAstJoinType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.sql.ast.SqlAstNodeRenderingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.sql.ast.tree.cte.CteMaterialization
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.sql.ast.tree.cte.CteSearchClauseKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.sql.ast.tree.expression.ModifiedSubQueryExpression.Modifier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.sql.ast.tree.expression.Summarization.Kind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.sql.ast.tree.predicate.Junction.Nature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.sql.ComparisonRestriction.Operator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.sql.exec.spi.JdbcLockStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.sql.model.MutationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.sql.results.graph.entity.internal.EntitySelectFetchInitializer.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.sql.results.spi.ListResultsConsumer.UniqueSemantic
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.testing.orm.domain.animal.Classification
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.testing.orm.domain.contacts.Address.Classification
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.testing.orm.domain.contacts.Contact.Gender
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.testing.orm.domain.contacts.PhoneNumber.Classification
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.testing.orm.domain.gambit.EntityOfBasics.Gender
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.testing.orm.domain.gambit.EnumValue
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.testing.orm.domain.gambit.Shirt.Color
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.testing.orm.domain.gambit.Shirt.Size
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.testing.orm.domain.helpdesk.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.testing.orm.domain.MappingFeature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.testing.orm.domain.StandardDomainModel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.testing.orm.domain.userguide.AddressType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.testing.orm.domain.userguide.PhoneType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.TimeZoneStorageStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.tool.schema.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.tool.schema.JdbcMetadaAccessStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.tool.schema.SourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.tool.schema.TargetType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.tool.schema.UniqueConstraintSchemaUpdateStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.tuple.GenerationTiming
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.tuple.PropertyFactory.NonIdentifierAttributeNature
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.type.descriptor.jdbc.JdbcTypeFamilyInformation.Family
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType.LobKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.type.ForeignKeyDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.hibernate.type.WrapperArrayHandling
Returns an array containing the constants of this enum type, in the order they are declared.
values(int) - Method in class org.hibernate.grammars.hql.HqlParser.ValuesListContext
 
values(C) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
values(C) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
values(C) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
values(C) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
values(M) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
values(M) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
values(M) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
values(M) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
values(T...) - Method in interface org.hibernate.query.criteria.JpaCoalesce
 
values(T...) - Method in class org.hibernate.query.sqm.tree.expression.SqmCoalesce
 
Values - Class in org.hibernate.sql.ast.tree.insert
 
Values() - Constructor for class org.hibernate.sql.ast.tree.insert.Values
 
Values(List<Expression>) - Constructor for class org.hibernate.sql.ast.tree.insert.Values
 
VALUES - org.hibernate.sql.ast.Clause
The values clause
VALUES - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
VALUES - Static variable in class org.hibernate.grammars.hql.HqlParser
 
VALUES() - Method in class org.hibernate.grammars.hql.HqlParser.ElementsValuesQuantifierContext
 
VALUES() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
VALUES() - Method in class org.hibernate.grammars.hql.HqlParser.ValuesListContext
 
ValuesAnalysis - Interface in org.hibernate.sql.model
Marker interface for analysis of new/old values.
valuesArrayPosition - Variable in class org.hibernate.sql.results.graph.basic.BasicResultAssembler
 
valuesArrayPositionToJdbcPosition(int) - Static method in class org.hibernate.query.results.ResultsHelper
 
ValuesContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.ValuesContext
 
valuesList() - Method in class org.hibernate.grammars.hql.HqlParser.InsertStatementContext
 
valuesList() - Method in class org.hibernate.grammars.hql.HqlParser
 
ValuesListContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.ValuesListContext
 
ValuesTableGroup - Class in org.hibernate.sql.ast.tree.from
A special table group for a VALUES clause.
ValuesTableGroup(NavigablePath, TableGroupProducer, List<Values>, String, List<String>, boolean, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.ValuesTableGroup
 
ValuesTableReference - Class in org.hibernate.sql.ast.tree.from
 
ValuesTableReference(List<Values>, String, List<String>, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.ValuesTableReference
 
ValueVisitor - Interface in org.hibernate.mapping
 
VARARGS_INSTANCE - Static variable in class org.hibernate.dialect.function.array.ArrayViaElementArgumentReturnTypeResolver
 
VARARGS_LIST_INSTANCE - Static variable in class org.hibernate.dialect.function.array.ArrayViaElementArgumentReturnTypeResolver
 
VARBINARY - Static variable in class org.hibernate.type.SqlTypes
A type code representing the generic SQL type VARBINARY.
VarbinaryJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for VARBINARY handling.
VarbinaryJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.VarbinaryJdbcType
 
VarbinaryJdbcType(boolean) - Constructor for class org.hibernate.type.descriptor.jdbc.VarbinaryJdbcType
 
VARCHAR - Static variable in class org.hibernate.type.SqlTypes
A type code representing the generic SQL type VARCHAR.
VARCHAR_INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.JsonAsStringJdbcType
Singleton access
VARCHAR_INSTANCE - Static variable in class org.hibernate.type.descriptor.jdbc.XmlAsStringJdbcType
Singleton access
VarcharJdbcType - Class in org.hibernate.type.descriptor.jdbc
Descriptor for VARCHAR handling.
VarcharJdbcType() - Constructor for class org.hibernate.type.descriptor.jdbc.VarcharJdbcType
 
VarcharUUIDJdbcType - Class in org.hibernate.dialect
Specialized type mapping for UUID and the UUID SQL data type, which binds and reads the UUID through JDBC getString/setString methods.
VarcharUUIDJdbcType() - Constructor for class org.hibernate.dialect.VarcharUUIDJdbcType
 
variable() - Method in class org.hibernate.grammars.hql.HqlParser.CrossJoinContext
 
variable() - Method in class org.hibernate.grammars.hql.HqlParser.InstantiationArgumentContext
 
variable() - Method in class org.hibernate.grammars.hql.HqlParser.JoinPathContext
 
variable() - Method in class org.hibernate.grammars.hql.HqlParser.JoinSubqueryContext
 
variable() - Method in class org.hibernate.grammars.hql.HqlParser.JpaCollectionJoinContext
 
variable() - Method in class org.hibernate.grammars.hql.HqlParser.RootEntityContext
 
variable() - Method in class org.hibernate.grammars.hql.HqlParser.RootSubqueryContext
 
variable() - Method in class org.hibernate.grammars.hql.HqlParser.SelectionContext
 
variable() - Method in class org.hibernate.grammars.hql.HqlParser.TargetEntityContext
 
variable() - Method in class org.hibernate.grammars.hql.HqlParser
 
VariableContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.VariableContext
 
variadic(Class<T>) - Static method in interface org.hibernate.jpamodelgen.validation.Mocker
 
variance() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Warning: the semantics of this function are inconsistent between DBs.
varianceSamp() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
DB2
varPopSamp() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
varPopSamp_varp() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
SQL Server-style
varSamp_sumCount() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
DB2 before 11
VECTOR - Static variable in class org.hibernate.type.SqlTypes
A type code representing an embedding vector type for databases like PostgreSQL that have special extensions.
VECTOR - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping float[] to JDBC VECTOR, specifically for embedding vectors like provided by the PostgreSQL extension pgvector.
Vendor - Class in org.hibernate.testing.orm.domain.retail
 
Vendor() - Constructor for class org.hibernate.testing.orm.domain.retail.Vendor
 
Vendor(Integer, String, String) - Constructor for class org.hibernate.testing.orm.domain.retail.Vendor
 
Vendor(Integer, String, String, String) - Constructor for class org.hibernate.testing.orm.domain.retail.Vendor
 
VerboseListener() - Constructor for class org.hibernate.tool.schema.internal.script.MultiLineSqlScriptExtractor.VerboseListener
 
verifiedStartStatus() - Method in class org.hibernate.cache.spi.AbstractRegionFactory
 
verifyFlushState(Object, Object[], Object[], SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.CompoundNaturalIdMapping
 
verifyFlushState(Object, Object[], Object[], SharedSessionContractImplementor) - Method in class org.hibernate.metamodel.mapping.internal.SimpleNaturalIdMapping
 
verifyFlushState(Object, Object[], Object[], SharedSessionContractImplementor) - Method in interface org.hibernate.metamodel.mapping.NaturalIdMapping
Verify the natural-id value(s) we are about to flush to the database
verifyHasNaturalId() - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
verifyIsNonSelectStatement(SqmStatement<?>, String) - Static method in class org.hibernate.query.sqm.internal.SqmUtil
 
verifyIsSelectStatement(SqmStatement<?>, String) - Static method in class org.hibernate.query.sqm.internal.SqmUtil
 
verifyMutability() - Method in class org.hibernate.graph.internal.AbstractGraphNode
 
verifyNoGetVariantExists(Class, String, Method, String) - Static method in class org.hibernate.internal.util.ReflectHelper
 
verifyNoIsVariantExists(Class<?>, String, Method, String) - Static method in class org.hibernate.internal.util.ReflectHelper
 
verifyOutcome(int, PreparedStatement, int, String) - Method in interface org.hibernate.jdbc.Expectation
Perform verification of the outcome of the RDBMS operation based on the type of expectation defined.
verifyOutcome(int, PreparedStatement, int, String) - Method in class org.hibernate.jdbc.Expectations.BasicExpectation
 
verifyResultType(Class<T>, SqmExpressible<?>) - Static method in class org.hibernate.query.spi.AbstractSelectionQuery
 
verifySelect() - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
verifyStarted() - Method in class org.hibernate.cache.spi.AbstractRegionFactory
 
verifyUpdate() - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
version - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
version - Variable in class org.hibernate.boot.jaxb.mapping.JaxbAttributes
 
version - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
 
version - Variable in class org.hibernate.engine.internal.AbstractEntityEntry
 
version - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
 
version - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
 
version - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Persistence
 
version() - Method in annotation type org.hibernate.bytecode.enhance.spi.EnhancementInfo
The Hibernate version used for enhancement.
version(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
Version - Class in org.hibernate.jpamodelgen
Information about the Meta Model Generator version.
Version - Class in org.hibernate.jpamodelgen.xml.jaxb
 
Version - Class in org.hibernate
Information about the version of Hibernate.
Version() - Constructor for class org.hibernate.jpamodelgen.xml.jaxb.Version
 
Version(ManagedDomainType<X>, String, AttributeClassification, SimpleDomainType<Y>, Member, MetadataContext) - Constructor for class org.hibernate.metamodel.model.domain.internal.SingularAttributeImpl.Version
 
VERSION - org.hibernate.annotations.OptimisticLockType
Optimistic locking using a dedicated timestamp column or version column.
VERSION - org.hibernate.boot.model.source.internal.hbm.XmlElementMetadata
Describes the <version/> element
VERSION - org.hibernate.engine.OptimisticLockStyle
Optimistic locking via a dedicated version or timestamp column.
VERSION - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
VERSION - Static variable in class org.hibernate.grammars.hql.HqlParser
 
VERSION() - Method in class org.hibernate.grammars.hql.HqlParser.EntityVersionReferenceContext
 
VERSION() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
VERSION_COLUMN_ALIAS - Static variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
VERSION_KEY - Static variable in class org.hibernate.cache.spi.entry.StructuredCacheEntry
 
VersionAttributeSource - Interface in org.hibernate.boot.model.source.spi
 
versioned() - Method in interface org.hibernate.query.criteria.JpaCriteriaUpdate
 
versioned() - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
versioned(boolean) - Method in interface org.hibernate.query.criteria.JpaCriteriaUpdate
 
versioned(boolean) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
VERSIONED - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
VERSIONED - Static variable in class org.hibernate.grammars.hql.HqlParser
 
VERSIONED() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
VERSIONED() - Method in class org.hibernate.grammars.hql.HqlParser.UpdateStatementContext
 
VersionedEntity - Class in org.hibernate.testing.orm.domain.gambit
 
VersionedEntity() - Constructor for class org.hibernate.testing.orm.domain.gambit.VersionedEntity
 
VersionedEntity(Integer, String) - Constructor for class org.hibernate.testing.orm.domain.gambit.VersionedEntity
 
VersionGeneration - Class in org.hibernate.generator.internal
A default Generator for @Version properties.
VersionGeneration(EntityVersionMapping) - Constructor for class org.hibernate.generator.internal.VersionGeneration
 
Versioning - Class in org.hibernate.engine.internal
Utilities for dealing with optimistic locking values.
VersionJavaType<T> - Interface in org.hibernate.type.descriptor.java
Additional contract for types which may be used to version (and optimistic lock) data.
VersionMismatchException - Exception in org.hibernate.bytecode.enhance
Indicates that the version of Hibernate used to enhance a class is different from the version being used at runtime.
VersionMismatchException(TypeDescription, String, String) - Constructor for exception org.hibernate.bytecode.enhance.VersionMismatchException
 
VersionProperty - Class in org.hibernate.tuple.entity
Deprecated, for removal: This API element is subject to removal in a future version.
VersionProperty(EntityPersister, SessionFactoryImplementor, int, String, Type, BaselineAttributeInformation) - Constructor for class org.hibernate.tuple.entity.VersionProperty
Deprecated.
Constructs VersionProperty instances.
VersionResolution<E> - Class in org.hibernate.boot.model.process.internal
 
VersionResolution(JavaType, JdbcType, JdbcMapping, BasicType) - Constructor for class org.hibernate.boot.model.process.internal.VersionResolution
 
versionsEntityName - Variable in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
versionsMatch(int, int, int, Dialect, boolean) - Static method in class org.hibernate.testing.orm.junit.DialectFilterExtension
 
versionsReader - Variable in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
VersionTypeSeedParameterSpecification - Class in org.hibernate.sql.exec.internal
Parameter bind specification used for optimistic lock version seeding (from insert statements).
VersionTypeSeedParameterSpecification(EntityVersionMapping) - Constructor for class org.hibernate.sql.exec.internal.VersionTypeSeedParameterSpecification
Constructs a version seed parameter bind specification.
VersionValue - Class in org.hibernate.engine.spi
A strategy for determining if a version value is a version of a new transient instance or a previously persistent transient instance.
VersionValue() - Constructor for class org.hibernate.engine.spi.VersionValue
 
VersionValue(Object) - Constructor for class org.hibernate.engine.spi.VersionValue
Assume the transient instance is newly instantiated if its version is null or equal to value
VERT_X - org.hibernate.dialect.PostgreSQLDriverKind
 
Vertex<R> - Class in org.hibernate.envers.internal.tools.graph
A graph vertex - stores its representation, neighbours, start and end time in (D|B)FS.
Vertex(R) - Constructor for class org.hibernate.envers.internal.tools.graph.Vertex
 
VETO - Static variable in interface org.hibernate.classic.Lifecycle
Return value to veto the action (true)
VIBUR_STRATEGY - Static variable in class org.hibernate.engine.jdbc.connections.internal.ConnectionProviderInitiator
The strategy for vibur connection pooling
ViburDBCPConnectionProvider - Class in org.hibernate.vibur.internal
ViburDBCP connection provider for Hibernate integration.
ViburDBCPConnectionProvider() - Constructor for class org.hibernate.vibur.internal.ViburDBCPConnectionProvider
 
viburProviderClassNotFound() - Method in interface org.hibernate.internal.CoreMessageLogger
 
View - Annotation Type in org.hibernate.annotations
Maps an entity to a database view.
ViolatedConstraintNameExtractor - Interface in org.hibernate.exception.spi
An object that can extract the name of a violated database constraint from a SQLException that results from the constraint violation.
VIRTUAL - org.hibernate.metamodel.mapping.EntityIdentifierMapping.Nature
Composite identifier defined with multiple Id mappings.
VirtualEmbeddedAttributeMapping - Class in org.hibernate.metamodel.mapping.internal
 
VirtualEmbeddedAttributeMapping(String, NavigableRole, int, int, String, AttributeMetadata, String, FetchTiming, FetchStyle, EmbeddableMappingType, ManagedMappingType, PropertyAccess) - Constructor for class org.hibernate.metamodel.mapping.internal.VirtualEmbeddedAttributeMapping
 
VirtualEmbeddedAttributeMapping(String, NavigableRole, int, int, String, AttributeMetadata, PropertyAccess, FetchTiming, FetchStyle, EmbeddableMappingType, ManagedMappingType, PropertyAccess) - Constructor for class org.hibernate.metamodel.mapping.internal.VirtualEmbeddedAttributeMapping
 
VirtualEntitySingleIdMapper - Class in org.hibernate.envers.internal.entities.mapper.id
An extension to the SingleIdMapper implementation that supports the use case of an @IdClass mapping that contains an entity association where the @IdClass stores the primary key of the associated entity rather than the entity object itself.
VirtualEntitySingleIdMapper(ServiceRegistry, PropertyData) - Constructor for class org.hibernate.envers.internal.entities.mapper.id.VirtualEntitySingleIdMapper
 
VirtualIdEmbeddable - Class in org.hibernate.metamodel.mapping.internal
Embeddable describing the virtual-id aspect of a non-aggregated composite id
VirtualIdEmbeddable(Component, NonAggregatedIdentifierMapping, EntityPersister, String, String[], MappingModelCreationProcess) - Constructor for class org.hibernate.metamodel.mapping.internal.VirtualIdEmbeddable
 
VirtualIdEmbeddable(EmbeddedAttributeMapping, TableGroupProducer, SelectableMappings, VirtualIdEmbeddable, MappingModelCreationProcess) - Constructor for class org.hibernate.metamodel.mapping.internal.VirtualIdEmbeddable
 
VirtualIdRepresentationStrategy - Class in org.hibernate.metamodel.mapping.internal
 
VirtualIdRepresentationStrategy(VirtualIdEmbeddable, EntityMappingType, Component, RuntimeModelCreationContext) - Constructor for class org.hibernate.metamodel.mapping.internal.VirtualIdRepresentationStrategy
 
VirtualModelPart - Interface in org.hibernate.metamodel.mapping
Marker interface for parts of the application domain model that do not actually exist in the model classes.
VirtualTableGroup - Interface in org.hibernate.sql.ast.tree.from
Marker interface for TableGroup impls that are virtual - should not be rendered into the SQL.
visitAdditionExpression(HqlParser.AdditionExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the AdditionExpression labeled alternative in HqlParser.expression().
visitAdditionExpression(HqlParser.AdditionExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the AdditionExpression labeled alternative in HqlParser.expression().
visitAdditionExpression(HqlParser.AdditionExpressionContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitAdditiveOperator(HqlParser.AdditiveOperatorContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.additiveOperator().
visitAdditiveOperator(HqlParser.AdditiveOperatorContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.additiveOperator().
visitAdditiveOperator(HqlParser.AdditiveOperatorContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitAffectedTableNames(Function<String, Boolean>) - Method in class org.hibernate.sql.ast.tree.from.FunctionTableReference
 
visitAffectedTableNames(Function<String, Boolean>) - Method in class org.hibernate.sql.ast.tree.from.NamedTableReference
 
visitAffectedTableNames(Function<String, Boolean>) - Method in class org.hibernate.sql.ast.tree.from.QueryPartTableReference
 
visitAffectedTableNames(Function<String, Boolean>) - Method in interface org.hibernate.sql.ast.tree.from.TableReference
 
visitAffectedTableNames(Function<String, Boolean>) - Method in class org.hibernate.sql.ast.tree.from.UnionTableReference
 
visitAffectedTableNames(Function<String, Boolean>) - Method in class org.hibernate.sql.ast.tree.from.ValuesTableReference
 
visitAffectedTableNames(Function<String, Boolean>) - Method in class org.hibernate.sql.model.ast.MutatingTableReference
 
visitAggregateColumnWriteExpression(AggregateColumnWriteExpression) - Method in class org.hibernate.dialect.SybaseASESqlAstTranslator
 
visitAggregateColumnWriteExpression(AggregateColumnWriteExpression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitAggregateColumnWriteExpression(AggregateColumnWriteExpression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitAggregateColumnWriteExpression(AggregateColumnWriteExpression) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitAggregateColumnWriteExpression(AggregateColumnWriteExpression) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitAggregateFunction(HqlParser.AggregateFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.aggregateFunction().
visitAggregateFunction(HqlParser.AggregateFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.aggregateFunction().
visitAndPredicate(HqlParser.AndPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the AndPredicate labeled alternative in HqlParser.predicate().
visitAndPredicate(HqlParser.AndPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the AndPredicate labeled alternative in HqlParser.predicate().
visitAndPredicate(HqlParser.AndPredicateContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitAnsiCaseSearchedExpression(CaseSearchedExpression, Consumer<Expression>) - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
visitAnsiCaseSearchedExpression(CaseSearchedExpression, Consumer<Expression>) - Method in class org.hibernate.dialect.DerbySqlAstTranslator
 
visitAnsiCaseSearchedExpression(CaseSearchedExpression, Consumer<Expression>) - Method in class org.hibernate.dialect.HSQLSqlAstTranslator
 
visitAnsiCaseSearchedExpression(CaseSearchedExpression, Consumer<Expression>) - Method in class org.hibernate.dialect.SybaseASESqlAstTranslator
 
visitAnsiCaseSearchedExpression(CaseSearchedExpression, Consumer<Expression>) - Method in class org.hibernate.dialect.SybaseSqlAstTranslator
 
visitAnsiCaseSearchedExpression(CaseSearchedExpression, Consumer<Expression>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitAnsiCaseSimpleExpression(CaseSimpleExpression, Consumer<Expression>) - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
visitAnsiCaseSimpleExpression(CaseSimpleExpression, Consumer<Expression>) - Method in class org.hibernate.dialect.DerbySqlAstTranslator
 
visitAnsiCaseSimpleExpression(CaseSimpleExpression, Consumer<Expression>) - Method in class org.hibernate.dialect.HSQLSqlAstTranslator
 
visitAnsiCaseSimpleExpression(CaseSimpleExpression, Consumer<Expression>) - Method in class org.hibernate.dialect.SybaseASESqlAstTranslator
 
visitAnsiCaseSimpleExpression(CaseSimpleExpression, Consumer<Expression>) - Method in class org.hibernate.dialect.SybaseSqlAstTranslator
 
visitAnsiCaseSimpleExpression(CaseSimpleExpression, Consumer<Expression>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitAny(SqmAny<?>) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitAny(SqmAny<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitAny(SqmAny<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitAny(SqmAny<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitAny(Any) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitAny(Any) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitAny(Any) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitAny(Any) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitAny(Any) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitAnyDiscriminatorTypeExpression(AnyDiscriminatorSqmPath<?>) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitAnyDiscriminatorTypeExpression(AnyDiscriminatorSqmPath<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitAnyDiscriminatorTypeExpression(AnyDiscriminatorSqmPath<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitAnyDiscriminatorTypeExpression(AnyDiscriminatorSqmPath<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitAnyDiscriminatorTypeValueExpression(SqmAnyDiscriminatorValue<?>) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitAnyDiscriminatorTypeValueExpression(SqmAnyDiscriminatorValue<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitAnyDiscriminatorTypeValueExpression(SqmAnyDiscriminatorValue<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitAnyDiscriminatorTypeValueExpression(SqmAnyDiscriminatorValue<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitAnyFunction(HqlParser.AnyFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.anyFunction().
visitAnyFunction(HqlParser.AnyFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.anyFunction().
visitAnyFunction(HqlParser.AnyFunctionContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitAnySomeQuantifier(HqlParser.AnySomeQuantifierContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.anySomeQuantifier().
visitAnySomeQuantifier(HqlParser.AnySomeQuantifierContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.anySomeQuantifier().
visitAnyValuedValuedPath(SqmAnyValuedSimplePath<?>) - Method in class org.hibernate.query.sqm.internal.SqmPathVisitor
 
visitAnyValuedValuedPath(SqmAnyValuedSimplePath<?>) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitAnyValuedValuedPath(SqmAnyValuedSimplePath<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitAnyValuedValuedPath(SqmAnyValuedSimplePath<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitAnyValuedValuedPath(SqmAnyValuedSimplePath<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitArchive(ArchiveContext) - Method in class org.hibernate.boot.archive.internal.ExplodedArchiveDescriptor
 
visitArchive(ArchiveContext) - Method in class org.hibernate.boot.archive.internal.JarFileBasedArchiveDescriptor
 
visitArchive(ArchiveContext) - Method in class org.hibernate.boot.archive.internal.JarInputStreamBasedArchiveDescriptor
 
visitArchive(ArchiveContext) - Method in class org.hibernate.boot.archive.internal.JarProtocolArchiveDescriptor
 
visitArchive(ArchiveContext) - Method in interface org.hibernate.boot.archive.spi.ArchiveDescriptor
Perform visitation using the given context
visitArray(ArrayType, Object) - Method in class org.hibernate.jpamodelgen.util.TypeRenderingVisitor
 
visitArray(ArrayType, Element) - Method in class org.hibernate.jpamodelgen.annotation.MetaAttributeGenerationVisitor
 
visitAssignment(HqlParser.AssignmentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.assignment().
visitAssignment(HqlParser.AssignmentContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.assignment().
visitAssignment(SqmAssignment<?>) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitAssignment(SqmAssignment<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitAssignment(SqmAssignment<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitAssignment(Assignment) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitAssignment(Assignment) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitAssignment(Assignment) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitAssignment(Assignment) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitAssignment(Assignment) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitAttributeList(GraphLanguageParser.AttributeListContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseVisitor
Visit a parse tree produced by GraphLanguageParser.attributeList().
visitAttributeList(GraphLanguageParser.AttributeListContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserVisitor
Visit a parse tree produced by GraphLanguageParser.attributeList().
visitAttributeMappings(Consumer<? super AttributeMapping>, EntityMappingType) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
Visit the mappings, but limited to just attributes defined in the targetType or its super-type(s) if any.
visitAttributeMappings(Consumer<? super AttributeMapping>, EntityMappingType) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
visitAttributeNode(GraphLanguageParser.AttributeNodeContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseVisitor
Visit a parse tree produced by GraphLanguageParser.attributeNode().
visitAttributeNode(GraphLanguageParser.AttributeNodeContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserVisitor
Visit a parse tree produced by GraphLanguageParser.attributeNode().
visitAttributeNode(GraphLanguageParser.AttributeNodeContext) - Method in class org.hibernate.graph.internal.parse.GraphParser
 
visitAttributeNodes(Consumer<AttributeNodeImplementor<?>>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
visitAttributePath(GraphLanguageParser.AttributePathContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseVisitor
Visit a parse tree produced by GraphLanguageParser.attributePath().
visitAttributePath(GraphLanguageParser.AttributePathContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserVisitor
Visit a parse tree produced by GraphLanguageParser.attributePath().
visitAttributeQualifier(GraphLanguageParser.AttributeQualifierContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseVisitor
Visit a parse tree produced by GraphLanguageParser.attributeQualifier().
visitAttributeQualifier(GraphLanguageParser.AttributeQualifierContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserVisitor
Visit a parse tree produced by GraphLanguageParser.attributeQualifier().
visitAttributes(Consumer<? super PersistentAttribute<? super J, ?>>) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
visitAttributes(Consumer<? super PersistentAttribute<? super J, ?>>) - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
 
visitAttributes(Consumer<? super PersistentAttribute<? super T, ?>>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
visitBagJoin(SqmBagJoin<?, ?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitBarePrimaryExpression(HqlParser.BarePrimaryExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the BarePrimaryExpression labeled alternative in HqlParser.expression().
visitBarePrimaryExpression(HqlParser.BarePrimaryExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the BarePrimaryExpression labeled alternative in HqlParser.expression().
visitBasicValuedPath(SqmBasicValuedSimplePath) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitBasicValuedPath(SqmBasicValuedSimplePath<?>) - Method in class org.hibernate.query.sqm.internal.SqmPathVisitor
 
visitBasicValuedPath(SqmBasicValuedSimplePath<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitBasicValuedPath(SqmBasicValuedSimplePath<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitBasicValuedPath(SqmBasicValuedSimplePath<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitBeanInfo(Class<?>, BeanInfoHelper.BeanInfoDelegate) - Static method in class org.hibernate.internal.util.beans.BeanInfoHelper
 
visitBeanInfo(Class, Class, BeanInfoHelper.BeanInfoDelegate) - Static method in class org.hibernate.internal.util.beans.BeanInfoHelper
 
visitBeanInfo(Class, Class, BeanInfoHelper.ReturningBeanInfoDelegate<T>) - Static method in class org.hibernate.internal.util.beans.BeanInfoHelper
 
visitBeanInfo(Class, BeanInfoHelper.ReturningBeanInfoDelegate<T>) - Static method in class org.hibernate.internal.util.beans.BeanInfoHelper
 
visitBetweenPredicate(HqlParser.BetweenPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the BetweenPredicate labeled alternative in HqlParser.predicate().
visitBetweenPredicate(HqlParser.BetweenPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the BetweenPredicate labeled alternative in HqlParser.predicate().
visitBetweenPredicate(HqlParser.BetweenPredicateContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitBetweenPredicate(SqmBetweenPredicate) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitBetweenPredicate(SqmBetweenPredicate) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitBetweenPredicate(SqmBetweenPredicate) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitBetweenPredicate(SqmBetweenPredicate) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitBetweenPredicate(SqmBetweenPredicate) - Method in class org.hibernate.query.sqm.tree.jpa.ParameterCollector
 
visitBetweenPredicate(BetweenPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitBetweenPredicate(BetweenPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitBetweenPredicate(BetweenPredicate) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitBetweenPredicate(BetweenPredicate) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitBinaryArithmeticExpression(SqmBinaryArithmetic) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitBinaryArithmeticExpression(SqmBinaryArithmetic<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitBinaryArithmeticExpression(SqmBinaryArithmetic<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitBinaryArithmeticExpression(SqmBinaryArithmetic<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitBinaryArithmeticExpression(BinaryArithmeticExpression) - Method in class org.hibernate.dialect.DerbySqlAstTranslator
 
visitBinaryArithmeticExpression(BinaryArithmeticExpression) - Method in class org.hibernate.dialect.H2SqlAstTranslator
 
visitBinaryArithmeticExpression(BinaryArithmeticExpression) - Method in class org.hibernate.dialect.HSQLSqlAstTranslator
 
visitBinaryArithmeticExpression(BinaryArithmeticExpression) - Method in class org.hibernate.dialect.PostgreSQLSqlAstTranslator
 
visitBinaryArithmeticExpression(BinaryArithmeticExpression) - Method in class org.hibernate.dialect.SQLServerSqlAstTranslator
 
visitBinaryArithmeticExpression(BinaryArithmeticExpression) - Method in class org.hibernate.dialect.SybaseASESqlAstTranslator
 
visitBinaryArithmeticExpression(BinaryArithmeticExpression) - Method in class org.hibernate.dialect.SybaseSqlAstTranslator
 
visitBinaryArithmeticExpression(BinaryArithmeticExpression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitBinaryArithmeticExpression(BinaryArithmeticExpression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitBinaryArithmeticExpression(BinaryArithmeticExpression) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitBinaryArithmeticExpression(BinaryArithmeticExpression) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitBinaryLiteral(HqlParser.BinaryLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.binaryLiteral().
visitBinaryLiteral(HqlParser.BinaryLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.binaryLiteral().
visitBinaryLiteral(HqlParser.BinaryLiteralContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitBindings(BiConsumer) - Method in class org.hibernate.query.internal.QueryParameterBindingsImpl
 
visitBindings(BiConsumer<QueryParameterImplementor<?>, QueryParameterBinding<?>>) - Method in class org.hibernate.procedure.internal.ProcedureParamBindings
 
visitBindings(BiConsumer<QueryParameterImplementor<?>, QueryParameterBinding<?>>) - Method in interface org.hibernate.query.spi.QueryParameterBindings
 
visitBindings(BiConsumer<JdbcParameter, JdbcParameterBinding>) - Method in class org.hibernate.sql.exec.internal.JdbcParameterBindingsImpl
 
visitBindings(BiConsumer<JdbcParameter, JdbcParameterBinding>) - Method in interface org.hibernate.sql.exec.spi.JdbcParameterBindings
 
visitBooleanExpressionPredicate(HqlParser.BooleanExpressionPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the BooleanExpressionPredicate labeled alternative in HqlParser.predicate().
visitBooleanExpressionPredicate(HqlParser.BooleanExpressionPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the BooleanExpressionPredicate labeled alternative in HqlParser.predicate().
visitBooleanExpressionPredicate(HqlParser.BooleanExpressionPredicateContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitBooleanExpressionPredicate(SqmBooleanExpressionPredicate) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitBooleanExpressionPredicate(SqmBooleanExpressionPredicate) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitBooleanExpressionPredicate(SqmBooleanExpressionPredicate) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitBooleanExpressionPredicate(SqmBooleanExpressionPredicate) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitBooleanExpressionPredicate(BooleanExpressionPredicate) - Method in class org.hibernate.dialect.CockroachSqlAstTranslator
 
visitBooleanExpressionPredicate(BooleanExpressionPredicate) - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
visitBooleanExpressionPredicate(BooleanExpressionPredicate) - Method in class org.hibernate.dialect.DerbySqlAstTranslator
 
visitBooleanExpressionPredicate(BooleanExpressionPredicate) - Method in class org.hibernate.dialect.H2SqlAstTranslator
 
visitBooleanExpressionPredicate(BooleanExpressionPredicate) - Method in class org.hibernate.dialect.HSQLSqlAstTranslator
 
visitBooleanExpressionPredicate(BooleanExpressionPredicate) - Method in class org.hibernate.dialect.MariaDBSqlAstTranslator
 
visitBooleanExpressionPredicate(BooleanExpressionPredicate) - Method in class org.hibernate.dialect.MySQLSqlAstTranslator
 
visitBooleanExpressionPredicate(BooleanExpressionPredicate) - Method in class org.hibernate.dialect.PostgreSQLSqlAstTranslator
 
visitBooleanExpressionPredicate(BooleanExpressionPredicate) - Method in class org.hibernate.dialect.TiDBSqlAstTranslator
 
visitBooleanExpressionPredicate(BooleanExpressionPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitBooleanExpressionPredicate(BooleanExpressionPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitBooleanExpressionPredicate(BooleanExpressionPredicate) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitBooleanExpressionPredicate(BooleanExpressionPredicate) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitBooleanLiteral(HqlParser.BooleanLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.booleanLiteral().
visitBooleanLiteral(HqlParser.BooleanLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.booleanLiteral().
visitByUnit(SqmByUnit) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitByUnit(SqmByUnit) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitByUnit(SqmByUnit) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitByUnit(SqmByUnit) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitCallableQueryMementos(Consumer<NamedCallableQueryMemento>) - Method in class org.hibernate.query.internal.NamedObjectRepositoryImpl
 
visitCallableQueryMementos(Consumer<NamedCallableQueryMemento>) - Method in interface org.hibernate.query.named.NamedObjectRepository
 
visitCaseExpression(HqlParser.CaseExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the CaseExpression labeled alternative in HqlParser.primaryExpression().
visitCaseExpression(HqlParser.CaseExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the CaseExpression labeled alternative in HqlParser.primaryExpression().
visitCaseExpression(HqlParser.CaseExpressionContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitCaseList(HqlParser.CaseListContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.caseList().
visitCaseList(HqlParser.CaseListContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.caseList().
visitCaseOtherwise(HqlParser.CaseOtherwiseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.caseOtherwise().
visitCaseOtherwise(HqlParser.CaseOtherwiseContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.caseOtherwise().
visitCaseSearchedExpression(CaseSearchedExpression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitCaseSearchedExpression(CaseSearchedExpression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitCaseSearchedExpression(CaseSearchedExpression) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitCaseSearchedExpression(CaseSearchedExpression) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitCaseSearchedExpression(CaseSearchedExpression, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitCaseSimpleExpression(CaseSimpleExpression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitCaseSimpleExpression(CaseSimpleExpression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitCaseSimpleExpression(CaseSimpleExpression) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitCaseSimpleExpression(CaseSimpleExpression) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitCaseSimpleExpression(CaseSimpleExpression, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitCastFunction(HqlParser.CastFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.castFunction().
visitCastFunction(HqlParser.CastFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.castFunction().
visitCastFunction(HqlParser.CastFunctionContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitCastTarget(HqlParser.CastTargetContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.castTarget().
visitCastTarget(HqlParser.CastTargetContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.castTarget().
visitCastTarget(HqlParser.CastTargetContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitCastTarget(SqmCastTarget<?>) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitCastTarget(SqmCastTarget<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitCastTarget(SqmCastTarget<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitCastTarget(SqmCastTarget<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitCastTarget(CastTarget) - Method in class org.hibernate.dialect.MariaDBSqlAstTranslator
 
visitCastTarget(CastTarget) - Method in class org.hibernate.dialect.MySQLSqlAstTranslator
 
visitCastTarget(CastTarget) - Method in class org.hibernate.dialect.TiDBSqlAstTranslator
 
visitCastTarget(CastTarget) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitCastTarget(CastTarget) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitCastTarget(CastTarget) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitCastTarget(CastTarget) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitCastTarget(CastTarget) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitCastTargetType(HqlParser.CastTargetTypeContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.castTargetType().
visitCastTargetType(HqlParser.CastTargetTypeContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.castTargetType().
visitCoalesce(SqmCoalesce<?>) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitCoalesce(SqmCoalesce<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitCoalesce(SqmCoalesce<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitCoalesce(SqmCoalesce<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitCollateFunction(HqlParser.CollateFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.collateFunction().
visitCollateFunction(HqlParser.CollateFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.collateFunction().
visitCollateFunction(HqlParser.CollateFunctionContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitCollation(HqlParser.CollationContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.collation().
visitCollation(HqlParser.CollationContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.collation().
visitCollation(HqlParser.CollationContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitCollation(SqmCollation) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitCollation(SqmCollation) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitCollation(SqmCollation) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitCollation(SqmCollation) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitCollation(Collation) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitCollation(Collation) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitCollation(Collation) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitCollation(Collation) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitCollationSpecification(OrderingParser.CollationSpecificationContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseVisitor
Visit a parse tree produced by OrderingParser.collationSpecification().
visitCollationSpecification(OrderingParser.CollationSpecificationContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserVisitor
Visit a parse tree produced by OrderingParser.collationSpecification().
visitCollationSpecification(OrderingParser.CollationSpecificationContext) - Method in class org.hibernate.metamodel.mapping.ordering.ast.ParseTreeVisitor
 
visitCollectionFunctionMisuse(HqlParser.CollectionFunctionMisuseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.collectionFunctionMisuse().
visitCollectionFunctionMisuse(HqlParser.CollectionFunctionMisuseContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.collectionFunctionMisuse().
visitCollectionFunctionMisuse(HqlParser.CollectionFunctionMisuseContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitCollectionQuantifier(HqlParser.CollectionQuantifierContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.collectionQuantifier().
visitCollectionQuantifier(HqlParser.CollectionQuantifierContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.collectionQuantifier().
visitCollectionsBeforeSave(Object, Object, Object[], Type[], EventSource) - Method in class org.hibernate.event.internal.AbstractSaveEventListener
 
visitCollectionsBeforeSave(Object, Object, Object[], Type[], EventSource) - Method in class org.hibernate.event.internal.DefaultReplicateEventListener
Deprecated.
 
visitCollectionSizeFunction(HqlParser.CollectionSizeFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.collectionSizeFunction().
visitCollectionSizeFunction(HqlParser.CollectionSizeFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.collectionSizeFunction().
visitCollectionSizeFunction(HqlParser.CollectionSizeFunctionContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitCollectionTables(EntityMappingType, Consumer<PluralAttributeMapping>) - Static method in class org.hibernate.query.sqm.mutation.internal.SqmMutationStrategyHelper
 
visitCollectionValueNavigablePath(HqlParser.CollectionValueNavigablePathContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.collectionValueNavigablePath().
visitCollectionValueNavigablePath(HqlParser.CollectionValueNavigablePathContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.collectionValueNavigablePath().
visitCollectionValueNavigablePath(HqlParser.CollectionValueNavigablePathContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitColumnReference(ColumnReference) - Method in class org.hibernate.dialect.SybaseASESqlAstTranslator
 
visitColumnReference(ColumnReference) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitColumnReference(ColumnReference) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitColumnReference(ColumnReference) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitColumnReference(ColumnReference) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitColumnReference(ColumnReference) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitColumnReferences(Consumer<ColumnReference>) - Method in class org.hibernate.query.sqm.sql.internal.BasicValuedPathInterpretation
 
visitColumnReferences(Consumer<ColumnReference>) - Method in class org.hibernate.query.sqm.sql.internal.DiscriminatedAssociationPathInterpretation
 
visitColumnReferences(Consumer<ColumnReference>) - Method in class org.hibernate.query.sqm.sql.internal.EmbeddableValuedExpression
 
visitColumnReferences(Consumer<ColumnReference>) - Method in class org.hibernate.query.sqm.sql.internal.EmbeddableValuedPathInterpretation
 
visitColumnReferences(Consumer<ColumnReference>) - Method in class org.hibernate.query.sqm.sql.internal.EntityValuedPathInterpretation
 
visitColumnReferences(Consumer<ColumnReference>) - Method in class org.hibernate.sql.ast.tree.expression.ColumnReference
 
visitColumnReferences(Consumer<ColumnReference>) - Method in interface org.hibernate.sql.ast.tree.update.Assignable
 
visitColumnWriteFragment(ColumnWriteFragment) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitColumnWriteFragment(ColumnWriteFragment) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitColumnWriteFragment(ColumnWriteFragment) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitColumnWriteFragment(ColumnWriteFragment) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitCommand(SqlScriptParser.CommandContext) - Method in class org.hibernate.grammars.importsql.SqlScriptParserBaseVisitor
Visit a parse tree produced by SqlScriptParser.command().
visitCommand(SqlScriptParser.CommandContext) - Method in interface org.hibernate.grammars.importsql.SqlScriptParserVisitor
Visit a parse tree produced by SqlScriptParser.command().
visitCommandBlock(SqlScriptParser.CommandBlockContext) - Method in class org.hibernate.grammars.importsql.SqlScriptParserBaseVisitor
Visit a parse tree produced by SqlScriptParser.commandBlock().
visitCommandBlock(SqlScriptParser.CommandBlockContext) - Method in interface org.hibernate.grammars.importsql.SqlScriptParserVisitor
Visit a parse tree produced by SqlScriptParser.commandBlock().
visitComparisonOperator(HqlParser.ComparisonOperatorContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.comparisonOperator().
visitComparisonOperator(HqlParser.ComparisonOperatorContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.comparisonOperator().
visitComparisonOperator(HqlParser.ComparisonOperatorContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitComparisonPredicate(HqlParser.ComparisonPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the ComparisonPredicate labeled alternative in HqlParser.predicate().
visitComparisonPredicate(HqlParser.ComparisonPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the ComparisonPredicate labeled alternative in HqlParser.predicate().
visitComparisonPredicate(HqlParser.ComparisonPredicateContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitComparisonPredicate(SqmComparisonPredicate) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitComparisonPredicate(SqmComparisonPredicate) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitComparisonPredicate(SqmComparisonPredicate) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitComparisonPredicate(SqmComparisonPredicate) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitComparisonPredicate(SqmComparisonPredicate) - Method in class org.hibernate.query.sqm.tree.jpa.ParameterCollector
 
visitConcatenationExpression(HqlParser.ConcatenationExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the ConcatenationExpression labeled alternative in HqlParser.expression().
visitConcatenationExpression(HqlParser.ConcatenationExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the ConcatenationExpression labeled alternative in HqlParser.expression().
visitConcatenationExpression(HqlParser.ConcatenationExpressionContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitConstraintOrderedTables(EntityMappingType.ConstraintOrderedTableConsumer) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
 
visitConstraintOrderedTables(EntityMappingType.ConstraintOrderedTableConsumer) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
visitConstraintOrderedTables(EntityMappingType.ConstraintOrderedTableConsumer) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
visitConstraintOrderedTables(EntityMappingType.ConstraintOrderedTableConsumer) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
visitConstraintOrderedTables(EntityMappingType.ConstraintOrderedTableConsumer) - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
visitConversion(Conversion) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitConversion(Conversion) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitConversion(Conversion) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitConversion(Conversion) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitConversion(Conversion) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitCorrelatedBagJoin(SqmCorrelatedBagJoin<?, ?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitCorrelatedCrossJoin(SqmCorrelatedCrossJoin<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitCorrelatedEntityJoin(SqmCorrelatedEntityJoin<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitCorrelatedListJoin(SqmCorrelatedListJoin<?, ?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitCorrelatedMapJoin(SqmCorrelatedMapJoin<?, ?, ?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitCorrelatedPluralPartJoin(SqmCorrelatedPluralPartJoin<?, ?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitCorrelatedRoot(SqmCorrelatedRoot<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitCorrelatedRootJoin(SqmCorrelatedRootJoin<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitCorrelatedSetJoin(SqmCorrelatedSetJoin<?, ?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitCorrelatedSingularJoin(SqmCorrelatedSingularJoin<?, ?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitCorrelation(SqmCorrelation<?, ?>) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitCorrelation(SqmCorrelation<?, ?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitCorrelation(SqmCorrelation<?, ?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitCorrelation(SqmCorrelation<?, ?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitCrossJoin(HqlParser.CrossJoinContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.crossJoin().
visitCrossJoin(HqlParser.CrossJoinContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.crossJoin().
visitCrossJoin(HqlParser.CrossJoinContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitCrossJoin(SqmCrossJoin) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitCrossJoin(SqmCrossJoin<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitCrossJoin(SqmCrossJoin<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitCrossJoin(SqmCrossJoin<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitCte(HqlParser.CteContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.cte().
visitCte(HqlParser.CteContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.cte().
visitCte(HqlParser.CteContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitCteAttributes(HqlParser.CteAttributesContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.cteAttributes().
visitCteAttributes(HqlParser.CteAttributesContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.cteAttributes().
visitCteContainer(SqmCteContainer) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitCteContainer(SqmCteContainer) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitCteContainer(SqmCteContainer) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitCteContainer(SqmCteContainer) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitCteContainer(CteContainer) - Method in class org.hibernate.dialect.H2SqlAstTranslator
 
visitCteContainer(CteContainer) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitCteDefinition(CteStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitCteObject(CteObject) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitCteStatement(SqmCteStatement) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitCteStatement(SqmCteStatement<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitCteStatement(SqmCteStatement<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitCteStatement(SqmCteStatement<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitCube(HqlParser.CubeContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.cube().
visitCube(HqlParser.CubeContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.cube().
visitCube(HqlParser.CubeContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitCurrentDateFunction(HqlParser.CurrentDateFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.currentDateFunction().
visitCurrentDateFunction(HqlParser.CurrentDateFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.currentDateFunction().
visitCurrentDateFunction(HqlParser.CurrentDateFunctionContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitCurrentTimeFunction(HqlParser.CurrentTimeFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.currentTimeFunction().
visitCurrentTimeFunction(HqlParser.CurrentTimeFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.currentTimeFunction().
visitCurrentTimeFunction(HqlParser.CurrentTimeFunctionContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitCurrentTimestampFunction(HqlParser.CurrentTimestampFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.currentTimestampFunction().
visitCurrentTimestampFunction(HqlParser.CurrentTimestampFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.currentTimestampFunction().
visitCurrentTimestampFunction(HqlParser.CurrentTimestampFunctionContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitCustomTableDelete(TableDeleteCustomSql) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitCustomTableDelete(TableDeleteCustomSql) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitCustomTableDelete(TableDeleteCustomSql) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitCustomTableDelete(TableDeleteCustomSql) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitCustomTableInsert(TableInsertCustomSql) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitCustomTableInsert(TableInsertCustomSql) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitCustomTableInsert(TableInsertCustomSql) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitCustomTableInsert(TableInsertCustomSql) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitCustomTableUpdate(TableUpdateCustomSql) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitCustomTableUpdate(TableUpdateCustomSql) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitCustomTableUpdate(TableUpdateCustomSql) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitCustomTableUpdate(TableUpdateCustomSql) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitCycleClause(HqlParser.CycleClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.cycleClause().
visitCycleClause(HqlParser.CycleClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.cycleClause().
visitCycleColumns(CteTable, List<JpaCteCriteriaAttribute>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitDate(HqlParser.DateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.date().
visitDate(HqlParser.DateContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.date().
visitDate(HqlParser.DateContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitDateLiteral(HqlParser.DateLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.dateLiteral().
visitDateLiteral(HqlParser.DateLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.dateLiteral().
visitDateLiteral(HqlParser.DateLiteralContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitDateOrTimeField(HqlParser.DateOrTimeFieldContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.dateOrTimeField().
visitDateOrTimeField(HqlParser.DateOrTimeFieldContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.dateOrTimeField().
visitDateOrTimeField(HqlParser.DateOrTimeFieldContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitDateTime(HqlParser.DateTimeContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.dateTime().
visitDateTime(HqlParser.DateTimeContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.dateTime().
visitDateTime(HqlParser.DateTimeContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitDatetimeField(HqlParser.DatetimeFieldContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.datetimeField().
visitDatetimeField(HqlParser.DatetimeFieldContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.datetimeField().
visitDatetimeField(HqlParser.DatetimeFieldContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitDateTimeLiteral(HqlParser.DateTimeLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.dateTimeLiteral().
visitDateTimeLiteral(HqlParser.DateTimeLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.dateTimeLiteral().
visitDateTimeLiteral(HqlParser.DateTimeLiteralContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitDay(HqlParser.DayContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.day().
visitDay(HqlParser.DayContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.day().
visitDayField(HqlParser.DayFieldContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.dayField().
visitDayField(HqlParser.DayFieldContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.dayField().
visitDayField(HqlParser.DayFieldContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitDeclared(DeclaredType, Object) - Method in class org.hibernate.jpamodelgen.util.TypeRenderingVisitor
 
visitDeclared(DeclaredType, Element) - Method in class org.hibernate.jpamodelgen.annotation.MetaAttributeGenerationVisitor
 
visitDeclaredAttributeMappings(Consumer<? super AttributeMapping>) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
Visit attributes defined on this class - do not visit attributes defined on the super
visitDeclaredAttributeMappings(Consumer<? super AttributeMapping>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
visitDeclaredAttributeMappings(Consumer<? super AttributeMapping>) - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
visitDeclaredAttributes(Consumer<? super PersistentAttribute<J, ?>>) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
visitDeclaredAttributes(Consumer<? super PersistentAttribute<J, ?>>) - Method in interface org.hibernate.metamodel.model.domain.ManagedDomainType
 
visitDeclaredAttributes(Consumer<? super PersistentAttribute<T, ?>>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
visitDecodeCaseSearchedExpression(CaseSearchedExpression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitDeleteStatement(HqlParser.DeleteStatementContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.deleteStatement().
visitDeleteStatement(HqlParser.DeleteStatementContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.deleteStatement().
visitDeleteStatement(HqlParser.DeleteStatementContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitDeleteStatement(SqmDeleteStatement<?>) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitDeleteStatement(SqmDeleteStatement<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitDeleteStatement(SqmDeleteStatement<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitDeleteStatement(SqmDeleteStatement<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitDeleteStatement(DeleteStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitDeleteStatement(DeleteStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitDeleteStatement(DeleteStatement) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitDeleteStatement(DeleteStatement) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitDeleteStatement(DeleteStatement) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitDeleteStatementOnly(DeleteStatement) - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
visitDeleteStatementOnly(DeleteStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitDirection(OrderingParser.DirectionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseVisitor
Visit a parse tree produced by OrderingParser.direction().
visitDirection(OrderingParser.DirectionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserVisitor
Visit a parse tree produced by OrderingParser.direction().
visitDiscriminatorFetch(EntityResultGraphNode) - Method in interface org.hibernate.sql.results.graph.DomainResultCreationState
 
visitDiscriminatorPath(EntityDiscriminatorSqmPath) - Method in class org.hibernate.query.sqm.internal.SqmPathVisitor
 
visitDiscriminatorPath(EntityDiscriminatorSqmPath) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitDiscriminatorPath(EntityDiscriminatorSqmPath) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitDiscriminatorPath(EntityDiscriminatorSqmPath) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitDiscriminatorPath(EntityDiscriminatorSqmPath) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitDistinct(SqmDistinct<?>) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitDistinct(SqmDistinct<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitDistinct(SqmDistinct<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitDistinct(SqmDistinct<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitDistinct(Distinct) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitDistinct(Distinct) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitDistinct(Distinct) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitDistinct(Distinct) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitDistinct(Distinct) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitDotIdentifier(OrderingParser.DotIdentifierContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseVisitor
Visit a parse tree produced by OrderingParser.dotIdentifier().
visitDotIdentifier(OrderingParser.DotIdentifierContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserVisitor
Visit a parse tree produced by OrderingParser.dotIdentifier().
visitDotIdentifier(OrderingParser.DotIdentifierContext) - Method in class org.hibernate.metamodel.mapping.ordering.ast.ParseTreeVisitor
 
visitDotIdentifierExpression(OrderingParser.DotIdentifierExpressionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseVisitor
Visit a parse tree produced by the DotIdentifierExpression labeled alternative in OrderingParser.expression().
visitDotIdentifierExpression(OrderingParser.DotIdentifierExpressionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserVisitor
Visit a parse tree produced by the DotIdentifierExpression labeled alternative in OrderingParser.expression().
visitDotIdentifierExpression(OrderingParser.DotIdentifierExpressionContext) - Method in class org.hibernate.metamodel.mapping.ordering.ast.ParseTreeVisitor
 
visitDuration(Duration) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitDuration(Duration) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitDuration(Duration) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitDuration(Duration) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitDuration(Duration) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitDurationUnit(SqmDurationUnit<?>) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitDurationUnit(SqmDurationUnit<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitDurationUnit(SqmDurationUnit<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitDurationUnit(SqmDurationUnit<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitDurationUnit(DurationUnit) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitDurationUnit(DurationUnit) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitDurationUnit(DurationUnit) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitDurationUnit(DurationUnit) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitDurationUnit(DurationUnit) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitDynamicInstantiation(SqmDynamicInstantiation) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitDynamicInstantiation(SqmDynamicInstantiation<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitDynamicInstantiation(SqmDynamicInstantiation<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitDynamicInstantiation(SqmDynamicInstantiation<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitElementAggregateFunction(HqlParser.ElementAggregateFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the ElementAggregateFunction labeled alternative in HqlParser.collectionAggregateFunction().
visitElementAggregateFunction(HqlParser.ElementAggregateFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the ElementAggregateFunction labeled alternative in HqlParser.collectionAggregateFunction().
visitElementAggregateFunction(HqlParser.ElementAggregateFunctionContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitElementAggregateFunction(SqmElementAggregateFunction) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitElementAggregateFunction(SqmElementAggregateFunction<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitElementAggregateFunction(SqmElementAggregateFunction<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitElementAggregateFunction(SqmElementAggregateFunction<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitElements(CE, Consumer<? super E>) - Method in class org.hibernate.collection.internal.CustomCollectionTypeSemantics
 
visitElements(CE, Consumer<? super E>) - Method in interface org.hibernate.collection.spi.CollectionSemantics
Visit the elements of the collection
visitElements(E[], Consumer<? super E>) - Method in class org.hibernate.collection.internal.StandardArraySemantics
 
visitElements(Collection<E>, Consumer<? super E>) - Method in class org.hibernate.collection.spi.AbstractBagSemantics
 
visitElements(List<E>, Consumer<? super E>) - Method in class org.hibernate.collection.internal.StandardListSemantics
 
visitElements(MKV, Consumer<? super V>) - Method in class org.hibernate.collection.spi.AbstractMapSemantics
 
visitElements(SE, Consumer<? super E>) - Method in class org.hibernate.collection.spi.AbstractSetSemantics
 
visitElementsValuesQuantifier(HqlParser.ElementsValuesQuantifierContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.elementsValuesQuantifier().
visitElementsValuesQuantifier(HqlParser.ElementsValuesQuantifierContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.elementsValuesQuantifier().
visitElementValueQuantifier(HqlParser.ElementValueQuantifierContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.elementValueQuantifier().
visitElementValueQuantifier(HqlParser.ElementValueQuantifierContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.elementValueQuantifier().
visitEmbeddableValuedPath(SqmEmbeddedValuedSimplePath) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitEmbeddableValuedPath(SqmEmbeddedValuedSimplePath<?>) - Method in class org.hibernate.query.sqm.internal.SqmPathVisitor
 
visitEmbeddableValuedPath(SqmEmbeddedValuedSimplePath<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitEmbeddableValuedPath(SqmEmbeddedValuedSimplePath<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitEmbeddableValuedPath(SqmEmbeddedValuedSimplePath<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitEntityIdExpression(HqlParser.EntityIdExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the EntityIdExpression labeled alternative in HqlParser.primaryExpression().
visitEntityIdExpression(HqlParser.EntityIdExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the EntityIdExpression labeled alternative in HqlParser.primaryExpression().
visitEntityIdExpression(HqlParser.EntityIdExpressionContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitEntityIdReference(HqlParser.EntityIdReferenceContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.entityIdReference().
visitEntityIdReference(HqlParser.EntityIdReferenceContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.entityIdReference().
visitEntityIdReference(HqlParser.EntityIdReferenceContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitEntityName(HqlParser.EntityNameContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.entityName().
visitEntityName(HqlParser.EntityNameContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.entityName().
visitEntityName(HqlParser.EntityNameContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitEntityNameResolvers(Consumer<EntityNameResolver>) - Method in class org.hibernate.metamodel.internal.EntityRepresentationStrategyMap
 
visitEntityNameResolvers(Consumer<EntityNameResolver>) - Method in interface org.hibernate.metamodel.spi.EntityRepresentationStrategy
 
visitEntityNaturalIdExpression(HqlParser.EntityNaturalIdExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the EntityNaturalIdExpression labeled alternative in HqlParser.primaryExpression().
visitEntityNaturalIdExpression(HqlParser.EntityNaturalIdExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the EntityNaturalIdExpression labeled alternative in HqlParser.primaryExpression().
visitEntityNaturalIdExpression(HqlParser.EntityNaturalIdExpressionContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitEntityNaturalIdReference(HqlParser.EntityNaturalIdReferenceContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.entityNaturalIdReference().
visitEntityNaturalIdReference(HqlParser.EntityNaturalIdReferenceContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.entityNaturalIdReference().
visitEntityNaturalIdReference(HqlParser.EntityNaturalIdReferenceContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitEntityTypeExpression(HqlParser.EntityTypeExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the EntityTypeExpression labeled alternative in HqlParser.primaryExpression().
visitEntityTypeExpression(HqlParser.EntityTypeExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the EntityTypeExpression labeled alternative in HqlParser.primaryExpression().
visitEntityTypeExpression(HqlParser.EntityTypeExpressionContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitEntityTypeLiteral(EntityTypeLiteral) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitEntityTypeLiteral(EntityTypeLiteral) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitEntityTypeLiteral(EntityTypeLiteral) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitEntityTypeLiteral(EntityTypeLiteral) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitEntityTypeLiteral(EntityTypeLiteral) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitEntityTypeLiteralExpression(SqmLiteralEntityType) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitEntityTypeLiteralExpression(SqmLiteralEntityType<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitEntityTypeLiteralExpression(SqmLiteralEntityType<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitEntityTypeLiteralExpression(SqmLiteralEntityType<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitEntityTypeReference(HqlParser.EntityTypeReferenceContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.entityTypeReference().
visitEntityTypeReference(HqlParser.EntityTypeReferenceContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.entityTypeReference().
visitEntityValuedPath(SqmEntityValuedSimplePath) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitEntityValuedPath(SqmEntityValuedSimplePath<?>) - Method in class org.hibernate.query.sqm.internal.SqmPathVisitor
 
visitEntityValuedPath(SqmEntityValuedSimplePath<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitEntityValuedPath(SqmEntityValuedSimplePath<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitEntityValuedPath(SqmEntityValuedSimplePath<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitEntityVersionExpression(HqlParser.EntityVersionExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the EntityVersionExpression labeled alternative in HqlParser.primaryExpression().
visitEntityVersionExpression(HqlParser.EntityVersionExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the EntityVersionExpression labeled alternative in HqlParser.primaryExpression().
visitEntityVersionExpression(HqlParser.EntityVersionExpressionContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitEntityVersionReference(HqlParser.EntityVersionReferenceContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.entityVersionReference().
visitEntityVersionReference(HqlParser.EntityVersionReferenceContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.entityVersionReference().
visitEntityVersionReference(HqlParser.EntityVersionReferenceContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitEntityWithJoins(HqlParser.EntityWithJoinsContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.entityWithJoins().
visitEntityWithJoins(HqlParser.EntityWithJoinsContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.entityWithJoins().
visitEntityWithJoins(HqlParser.EntityWithJoinsContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitEntries(MKV, BiConsumer<? super K, ? super V>) - Method in class org.hibernate.collection.spi.AbstractMapSemantics
 
visitEntries(MKV, BiConsumer<? super K, ? super V>) - Method in interface org.hibernate.collection.spi.MapSemantics
 
visitEnumLiteral(SqmEnumLiteral<?>) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitEnumLiteral(SqmEnumLiteral<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitEnumLiteral(SqmEnumLiteral<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitEnumLiteral(SqmEnumLiteral<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitErrorNode(ErrorNode) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
visitErrorNode(ErrorNode) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
visitErrorNode(ErrorNode) - Method in class org.hibernate.grammars.importsql.SqlScriptParserBaseListener
visitErrorNode(ErrorNode) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
visitEvery(SqmEvery<?>) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitEvery(SqmEvery<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitEvery(SqmEvery<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitEvery(SqmEvery<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitEvery(Every) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitEvery(Every) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitEvery(Every) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitEvery(Every) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitEvery(Every) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitEveryAllQuantifier(HqlParser.EveryAllQuantifierContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.everyAllQuantifier().
visitEveryAllQuantifier(HqlParser.EveryAllQuantifierContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.everyAllQuantifier().
visitEveryFunction(HqlParser.EveryFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.everyFunction().
visitEveryFunction(HqlParser.EveryFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.everyFunction().
visitEveryFunction(HqlParser.EveryFunctionContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitExecutable(ExecutableType, Object) - Method in class org.hibernate.jpamodelgen.util.TypeRenderingVisitor
 
visitExecutable(ExecutableType, Element) - Method in class org.hibernate.jpamodelgen.annotation.MetaAttributeGenerationVisitor
 
visitExistsCollectionPartPredicate(HqlParser.ExistsCollectionPartPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the ExistsCollectionPartPredicate labeled alternative in HqlParser.predicate().
visitExistsCollectionPartPredicate(HqlParser.ExistsCollectionPartPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the ExistsCollectionPartPredicate labeled alternative in HqlParser.predicate().
visitExistsCollectionPartPredicate(HqlParser.ExistsCollectionPartPredicateContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitExistsPredicate(HqlParser.ExistsPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the ExistsPredicate labeled alternative in HqlParser.predicate().
visitExistsPredicate(HqlParser.ExistsPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the ExistsPredicate labeled alternative in HqlParser.predicate().
visitExistsPredicate(HqlParser.ExistsPredicateContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitExistsPredicate(SqmExistsPredicate) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitExistsPredicate(SqmExistsPredicate) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitExistsPredicate(SqmExistsPredicate) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitExistsPredicate(SqmExistsPredicate) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitExistsPredicate(ExistsPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitExistsPredicate(ExistsPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitExistsPredicate(ExistsPredicate) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitExistsPredicate(ExistsPredicate) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitExistsPredicate(ExistsPredicate) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitExplicitTupleInList(HqlParser.ExplicitTupleInListContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the ExplicitTupleInList labeled alternative in HqlParser.inList().
visitExplicitTupleInList(HqlParser.ExplicitTupleInListContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the ExplicitTupleInList labeled alternative in HqlParser.inList().
visitExpressionOrPredicate(HqlParser.ExpressionOrPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.expressionOrPredicate().
visitExpressionOrPredicate(HqlParser.ExpressionOrPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.expressionOrPredicate().
visitExtractField(HqlParser.ExtractFieldContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.extractField().
visitExtractField(HqlParser.ExtractFieldContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.extractField().
visitExtractFunction(HqlParser.ExtractFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.extractFunction().
visitExtractFunction(HqlParser.ExtractFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.extractFunction().
visitExtractFunction(HqlParser.ExtractFunctionContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitExtractUnit(SqmExtractUnit<?>) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitExtractUnit(SqmExtractUnit<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitExtractUnit(SqmExtractUnit<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitExtractUnit(SqmExtractUnit<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitExtractUnit(ExtractUnit) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitExtractUnit(ExtractUnit) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitExtractUnit(ExtractUnit) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitExtractUnit(ExtractUnit) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitExtractUnit(ExtractUnit) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitFetchables(int, IndexedConsumer<? super Fetchable>, EntityMappingType) - Method in interface org.hibernate.sql.results.graph.FetchableContainer
 
visitFetchables(Consumer<? super Fetchable>, EntityMappingType) - Method in class org.hibernate.metamodel.mapping.internal.AbstractEmbeddableMapping
 
visitFetchables(Consumer<? super Fetchable>, EntityMappingType) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationAttributeMapping
 
visitFetchables(Consumer<? super Fetchable>, EntityMappingType) - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
visitFetchables(Consumer<? super Fetchable>, EntityMappingType) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
visitFetchables(Consumer<? super Fetchable>, EntityMappingType) - Method in interface org.hibernate.sql.results.graph.FetchableContainer
 
visitFetchables(IndexedConsumer<? super Fetchable>, EntityMappingType) - Method in class org.hibernate.metamodel.mapping.internal.AbstractEmbeddableMapping
 
visitFetchables(IndexedConsumer<? super Fetchable>, EntityMappingType) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationAttributeMapping
 
visitFetchables(IndexedConsumer<? super Fetchable>, EntityMappingType) - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
visitFetchables(IndexedConsumer<? super Fetchable>, EntityMappingType) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
visitFetchables(IndexedConsumer<? super Fetchable>, EntityMappingType) - Method in interface org.hibernate.sql.results.graph.FetchableContainer
 
visitFetchBuilders(BiConsumer<String, FetchBuilder>) - Method in class org.hibernate.query.results.complete.CompleteResultBuilderEntityJpa
 
visitFetchBuilders(BiConsumer<String, FetchBuilder>) - Method in class org.hibernate.query.results.complete.CompleteResultBuilderEntityStandard
 
visitFetchBuilders(BiConsumer<String, FetchBuilder>) - Method in class org.hibernate.query.results.dynamic.DynamicFetchBuilderLegacy
 
visitFetchBuilders(BiConsumer<String, FetchBuilder>) - Method in interface org.hibernate.query.results.FetchBuilder
 
visitFetchBuilders(BiConsumer<String, FetchBuilder>) - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderBasic
 
visitFetchBuilders(BiConsumer<String, FetchBuilder>) - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderEmbeddable
 
visitFetchBuilders(BiConsumer<String, FetchBuilder>) - Method in class org.hibernate.query.results.implicit.ImplicitFetchBuilderEntity
 
visitFetchBuilders(BiConsumer<String, FetchBuilder>) - Method in interface org.hibernate.query.results.ResultBuilder
 
visitFetchClause(HqlParser.FetchClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.fetchClause().
visitFetchClause(HqlParser.FetchClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.fetchClause().
visitFetchClause(HqlParser.FetchClauseContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitFetchCountOrPercent(HqlParser.FetchCountOrPercentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.fetchCountOrPercent().
visitFetchCountOrPercent(HqlParser.FetchCountOrPercentContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.fetchCountOrPercent().
visitFetches(FetchParent) - Method in class org.hibernate.loader.ast.internal.LoaderSqlAstCreationState
 
visitFetches(FetchParent) - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
visitFetches(FetchParent) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitFetches(FetchParent) - Method in interface org.hibernate.sql.results.graph.DomainResultCreationState
Visit fetches for the given parent.
visitFetches(FetchParent, LoaderSqlAstCreationState) - Method in interface org.hibernate.loader.ast.internal.LoaderSqlAstCreationState.FetchProcessor
 
visitFetchExpression(SqmExpression) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitFetchExpression(SqmExpression<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitFetchExpression(SqmExpression<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitFetchExpression(SqmExpression<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitFieldLiteral(SqmFieldLiteral<?>) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitFieldLiteral(SqmFieldLiteral<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitFieldLiteral(SqmFieldLiteral<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitFieldLiteral(SqmFieldLiteral<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitFilterClause(HqlParser.FilterClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.filterClause().
visitFilterClause(HqlParser.FilterClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.filterClause().
visitFilterFragmentPredicate(FilterPredicate.FilterFragmentPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitFilterFragmentPredicate(FilterPredicate.FilterFragmentPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitFilterFragmentPredicate(FilterPredicate.FilterFragmentPredicate) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitFilterFragmentPredicate(FilterPredicate.FilterFragmentPredicate) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitFilterPredicate(FilterPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitFilterPredicate(FilterPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitFilterPredicate(FilterPredicate) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitFilterPredicate(FilterPredicate) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitFilterPredicate(FilterPredicate) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitFkExpression(SqmFkExpression<?>) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitFkExpression(SqmFkExpression<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitFkExpression(SqmFkExpression<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitFkExpression(SqmFkExpression<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitFormat(HqlParser.FormatContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.format().
visitFormat(HqlParser.FormatContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.format().
visitFormat(HqlParser.FormatContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitFormat(SqmFormat) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitFormat(SqmFormat) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitFormat(SqmFormat) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitFormat(SqmFormat) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitFormat(Format) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitFormat(Format) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitFormat(Format) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitFormat(Format) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitFormat(Format) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitFormatFunction(HqlParser.FormatFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.formatFunction().
visitFormatFunction(HqlParser.FormatFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.formatFunction().
visitFormatFunction(HqlParser.FormatFunctionContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitForUpdateClause(QuerySpec) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitFrameClause(HqlParser.FrameClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.frameClause().
visitFrameClause(HqlParser.FrameClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.frameClause().
visitFrameEnd(HqlParser.FrameEndContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.frameEnd().
visitFrameEnd(HqlParser.FrameEndContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.frameEnd().
visitFrameExclusion(HqlParser.FrameExclusionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.frameExclusion().
visitFrameExclusion(HqlParser.FrameExclusionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.frameExclusion().
visitFrameStart(HqlParser.FrameStartContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.frameStart().
visitFrameStart(HqlParser.FrameStartContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.frameStart().
visitFromClause(HqlParser.FromClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.fromClause().
visitFromClause(HqlParser.FromClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.fromClause().
visitFromClause(HqlParser.FromClauseContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitFromClause(SqmFromClause) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitFromClause(SqmFromClause) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitFromClause(SqmFromClause) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitFromClause(SqmFromClause) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitFromClause(FromClause) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitFromClause(FromClause) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitFromClause(FromClause) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitFromClause(FromClause) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitFromClause(FromClause) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitFromDurationExpression(HqlParser.FromDurationExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the FromDurationExpression labeled alternative in HqlParser.expression().
visitFromDurationExpression(HqlParser.FromDurationExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the FromDurationExpression labeled alternative in HqlParser.expression().
visitFromDurationExpression(HqlParser.FromDurationExpressionContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitFullyQualifiedClass(Class) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitFullyQualifiedClass(Class<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitFullyQualifiedClass(Class<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitFullyQualifiedClass(Class<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitFunction(HqlParser.FunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.function().
visitFunction(HqlParser.FunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.function().
visitFunction(OrderingParser.FunctionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseVisitor
Visit a parse tree produced by OrderingParser.function().
visitFunction(OrderingParser.FunctionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserVisitor
Visit a parse tree produced by OrderingParser.function().
visitFunction(OrderingParser.FunctionContext) - Method in class org.hibernate.metamodel.mapping.ordering.ast.ParseTreeVisitor
 
visitFunction(SqmFunction<?>) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitFunction(SqmFunction<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitFunction(SqmFunction<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitFunction(SqmFunction<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitFunction(SqmFunction<?>) - Method in class org.hibernate.query.sqm.tree.jpa.ParameterCollector
 
visitFunctionArgument(OrderingParser.FunctionArgumentContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseVisitor
Visit a parse tree produced by OrderingParser.functionArgument().
visitFunctionArgument(OrderingParser.FunctionArgumentContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserVisitor
Visit a parse tree produced by OrderingParser.functionArgument().
visitFunctionArgument(OrderingParser.FunctionArgumentContext) - Method in class org.hibernate.metamodel.mapping.ordering.ast.ParseTreeVisitor
 
visitFunctionArguments(OrderingParser.FunctionArgumentsContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseVisitor
Visit a parse tree produced by OrderingParser.functionArguments().
visitFunctionArguments(OrderingParser.FunctionArgumentsContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserVisitor
Visit a parse tree produced by OrderingParser.functionArguments().
visitFunctionExpression(HqlParser.FunctionExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the FunctionExpression labeled alternative in HqlParser.primaryExpression().
visitFunctionExpression(HqlParser.FunctionExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the FunctionExpression labeled alternative in HqlParser.primaryExpression().
visitFunctionExpression(HqlParser.FunctionExpressionContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitFunctionExpression(OrderingParser.FunctionExpressionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseVisitor
Visit a parse tree produced by the FunctionExpression labeled alternative in OrderingParser.expression().
visitFunctionExpression(OrderingParser.FunctionExpressionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserVisitor
Visit a parse tree produced by the FunctionExpression labeled alternative in OrderingParser.expression().
visitFunctionExpression(OrderingParser.FunctionExpressionContext) - Method in class org.hibernate.metamodel.mapping.ordering.ast.ParseTreeVisitor
 
visitFunctionTableReference(FunctionTableReference) - Method in class org.hibernate.dialect.DB2zSqlAstTranslator
 
visitFunctionTableReference(FunctionTableReference) - Method in class org.hibernate.dialect.HANASqlAstTranslator
 
visitFunctionTableReference(FunctionTableReference) - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
visitFunctionTableReference(FunctionTableReference) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitFunctionTableReference(FunctionTableReference) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitFunctionTableReference(FunctionTableReference) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitFunctionTableReference(FunctionTableReference) - Method in class org.hibernate.sql.ast.spi.AliasCollector
 
visitFunctionTableReference(FunctionTableReference) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitFunctionTableReference(FunctionTableReference) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitGeneralizedLiteral(HqlParser.GeneralizedLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.generalizedLiteral().
visitGeneralizedLiteral(HqlParser.GeneralizedLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.generalizedLiteral().
visitGeneralizedLiteral(HqlParser.GeneralizedLiteralContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitGeneralizedLiteralText(HqlParser.GeneralizedLiteralTextContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.generalizedLiteralText().
visitGeneralizedLiteralText(HqlParser.GeneralizedLiteralTextContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.generalizedLiteralText().
visitGeneralizedLiteralType(HqlParser.GeneralizedLiteralTypeContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.generalizedLiteralType().
visitGeneralizedLiteralType(HqlParser.GeneralizedLiteralTypeContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.generalizedLiteralType().
visitGeneralPathExpression(HqlParser.GeneralPathExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the GeneralPathExpression labeled alternative in HqlParser.primaryExpression().
visitGeneralPathExpression(HqlParser.GeneralPathExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the GeneralPathExpression labeled alternative in HqlParser.primaryExpression().
visitGeneralPathExpression(HqlParser.GeneralPathExpressionContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitGeneralPathFragment(HqlParser.GeneralPathFragmentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.generalPathFragment().
visitGeneralPathFragment(HqlParser.GeneralPathFragmentContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.generalPathFragment().
visitGeneralPathFragment(HqlParser.GeneralPathFragmentContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitGenericFunction(HqlParser.GenericFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.genericFunction().
visitGenericFunction(HqlParser.GenericFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.genericFunction().
visitGenericFunction(HqlParser.GenericFunctionContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitGenericFunctionArguments(HqlParser.GenericFunctionArgumentsContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.genericFunctionArguments().
visitGenericFunctionArguments(HqlParser.GenericFunctionArgumentsContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.genericFunctionArguments().
visitGenericFunctionArguments(HqlParser.GenericFunctionArgumentsContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitGenericFunctionName(HqlParser.GenericFunctionNameContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.genericFunctionName().
visitGenericFunctionName(HqlParser.GenericFunctionNameContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.genericFunctionName().
visitGenericFunctionName(HqlParser.GenericFunctionNameContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitGenericTemporalLiteralText(HqlParser.GenericTemporalLiteralTextContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.genericTemporalLiteralText().
visitGenericTemporalLiteralText(HqlParser.GenericTemporalLiteralTextContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.genericTemporalLiteralText().
visitGraph(GraphLanguageParser.GraphContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseVisitor
Visit a parse tree produced by GraphLanguageParser.graph().
visitGraph(GraphLanguageParser.GraphContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserVisitor
Visit a parse tree produced by GraphLanguageParser.graph().
visitGroupByClause(List<SqmExpression<?>>) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitGroupByClause(List<SqmExpression<?>>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitGroupByClause(List<SqmExpression<?>>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitGroupByClause(List<SqmExpression<?>>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitGroupByClause(HqlParser.GroupByClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.groupByClause().
visitGroupByClause(HqlParser.GroupByClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.groupByClause().
visitGroupByClause(HqlParser.GroupByClauseContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitGroupByClause(QuerySpec, SelectItemReferenceStrategy) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitGroupByExpression(HqlParser.GroupByExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.groupByExpression().
visitGroupByExpression(HqlParser.GroupByExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.groupByExpression().
visitGroupByExpression(HqlParser.GroupByExpressionContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitGroupedExpression(HqlParser.GroupedExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the GroupedExpression labeled alternative in HqlParser.expression().
visitGroupedExpression(HqlParser.GroupedExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the GroupedExpression labeled alternative in HqlParser.expression().
visitGroupedExpression(HqlParser.GroupedExpressionContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitGroupedPredicate(HqlParser.GroupedPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the GroupedPredicate labeled alternative in HqlParser.predicate().
visitGroupedPredicate(HqlParser.GroupedPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the GroupedPredicate labeled alternative in HqlParser.predicate().
visitGroupedPredicate(HqlParser.GroupedPredicateContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitGroupedPredicate(SqmGroupedPredicate) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitGroupedPredicate(SqmGroupedPredicate) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitGroupedPredicate(SqmGroupedPredicate) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitGroupedPredicate(SqmGroupedPredicate) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitGroupedPredicate(GroupedPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitGroupedPredicate(GroupedPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitGroupedPredicate(GroupedPredicate) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitGroupedPredicate(GroupedPredicate) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitHavingClause(HqlParser.HavingClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.havingClause().
visitHavingClause(HqlParser.HavingClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.havingClause().
visitHavingClause(HqlParser.HavingClauseContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitHavingClause(SqmPredicate) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitHavingClause(SqmPredicate) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitHavingClause(SqmPredicate) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitHavingClause(SqmPredicate) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitHavingClause(QuerySpec) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitHierarchies(Consumer<RootClass>) - Method in interface org.hibernate.testing.orm.junit.DomainModelScope
 
visitHour(HqlParser.HourContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.hour().
visitHour(HqlParser.HourContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.hour().
visitHqlNumericLiteral(SqmHqlNumericLiteral<N>) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitHqlNumericLiteral(SqmHqlNumericLiteral<N>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitHqlNumericLiteral(SqmHqlNumericLiteral<N>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitHqlNumericLiteral(SqmHqlNumericLiteral<N>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitIdClassAttributes(Consumer<SingularPersistentAttribute<? super J, ?>>) - Method in class org.hibernate.metamodel.model.domain.AbstractIdentifiableType
 
visitIdClassAttributes(Consumer<SingularPersistentAttribute<? super J, ?>>) - Method in interface org.hibernate.metamodel.model.domain.IdentifiableDomainType
 
visitIdClassAttributes(Consumer<SingularPersistentAttribute<? super T, ?>>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPolymorphicRootDescriptor
 
visitIdentifier(HqlParser.IdentifierContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.identifier().
visitIdentifier(HqlParser.IdentifierContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.identifier().
visitIdentifier(HqlParser.IdentifierContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitIdentifier(OrderingParser.IdentifierContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseVisitor
Visit a parse tree produced by OrderingParser.identifier().
visitIdentifier(OrderingParser.IdentifierContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserVisitor
Visit a parse tree produced by OrderingParser.identifier().
visitIdentifier(OrderingParser.IdentifierContext) - Method in class org.hibernate.metamodel.mapping.ordering.ast.ParseTreeVisitor
 
visitIdentifierExpression(OrderingParser.IdentifierExpressionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseVisitor
Visit a parse tree produced by the IdentifierExpression labeled alternative in OrderingParser.expression().
visitIdentifierExpression(OrderingParser.IdentifierExpressionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserVisitor
Visit a parse tree produced by the IdentifierExpression labeled alternative in OrderingParser.expression().
visitIdentifierExpression(OrderingParser.IdentifierExpressionContext) - Method in class org.hibernate.metamodel.mapping.ordering.ast.ParseTreeVisitor
 
visitIdentifierFetch(EntityResultGraphNode) - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
visitIdentifierFetch(EntityResultGraphNode) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitIdentifierFetch(EntityResultGraphNode) - Method in interface org.hibernate.sql.results.graph.DomainResultCreationState
 
visitInArrayPredicate(InArrayPredicate) - Method in class org.hibernate.dialect.CockroachSqlAstTranslator
 
visitInArrayPredicate(InArrayPredicate) - Method in class org.hibernate.dialect.HSQLSqlAstTranslator
 
visitInArrayPredicate(InArrayPredicate) - Method in class org.hibernate.dialect.PostgreSQLSqlAstTranslator
 
visitInArrayPredicate(InArrayPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitInArrayPredicate(InArrayPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitInArrayPredicate(InArrayPredicate) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitInArrayPredicate(InArrayPredicate) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitInArrayPredicate(InArrayPredicate) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitIndexAggregateFunction(HqlParser.IndexAggregateFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the IndexAggregateFunction labeled alternative in HqlParser.collectionAggregateFunction().
visitIndexAggregateFunction(HqlParser.IndexAggregateFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the IndexAggregateFunction labeled alternative in HqlParser.collectionAggregateFunction().
visitIndexAggregateFunction(HqlParser.IndexAggregateFunctionContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitIndexAggregateFunction(SqmIndexAggregateFunction) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitIndexAggregateFunction(SqmIndexAggregateFunction<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitIndexAggregateFunction(SqmIndexAggregateFunction<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitIndexAggregateFunction(SqmIndexAggregateFunction<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitIndexedPathAccessFragment(HqlParser.IndexedPathAccessFragmentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.indexedPathAccessFragment().
visitIndexedPathAccessFragment(HqlParser.IndexedPathAccessFragmentContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.indexedPathAccessFragment().
visitIndexedPathAccessFragment(HqlParser.IndexedPathAccessFragmentContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitIndexedPluralAccessPath(SqmIndexedCollectionAccessPath<?>) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitIndexedPluralAccessPath(SqmIndexedCollectionAccessPath<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitIndexedPluralAccessPath(SqmIndexedCollectionAccessPath<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitIndexedPluralAccessPath(SqmIndexedCollectionAccessPath<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitIndexedPluralAccessPath(SqmIndexedCollectionAccessPath<?>) - Method in class org.hibernate.query.sqm.tree.jpa.ParameterCollector
 
visitIndexKeyQuantifier(HqlParser.IndexKeyQuantifierContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.indexKeyQuantifier().
visitIndexKeyQuantifier(HqlParser.IndexKeyQuantifierContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.indexKeyQuantifier().
visitIndicesKeysQuantifier(HqlParser.IndicesKeysQuantifierContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.indicesKeysQuantifier().
visitIndicesKeysQuantifier(HqlParser.IndicesKeysQuantifierContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.indicesKeysQuantifier().
visitInListPredicate(SqmInListPredicate) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitInListPredicate(SqmInListPredicate<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitInListPredicate(SqmInListPredicate<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitInListPredicate(SqmInListPredicate<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitInListPredicate(SqmInListPredicate<?>) - Method in class org.hibernate.query.sqm.tree.jpa.ParameterCollector
 
visitInListPredicate(InListPredicate) - Method in class org.hibernate.dialect.DerbySqlAstTranslator
 
visitInListPredicate(InListPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitInListPredicate(InListPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitInListPredicate(InListPredicate) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitInListPredicate(InListPredicate) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitInListPredicate(InListPredicate) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitInPredicate(HqlParser.InPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the InPredicate labeled alternative in HqlParser.predicate().
visitInPredicate(HqlParser.InPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the InPredicate labeled alternative in HqlParser.predicate().
visitInPredicate(HqlParser.InPredicateContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitInsertionTargetPaths(BiConsumer<Assignable, List<ColumnReference>>, SqmInsertStatement<?>, EntityPersister, TableGroup) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitInsertionTargetPaths(Consumer<SqmPath<?>>) - Method in class org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement
 
visitInsertionTargetPaths(Consumer<SqmPath<?>>) - Method in interface org.hibernate.query.sqm.tree.insert.SqmInsertStatement
 
visitInsertSelectStatement(SqmInsertSelectStatement<?>) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitInsertSelectStatement(SqmInsertSelectStatement<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitInsertSelectStatement(SqmInsertSelectStatement<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitInsertSelectStatement(SqmInsertSelectStatement<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitInsertStatement(HqlParser.InsertStatementContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.insertStatement().
visitInsertStatement(HqlParser.InsertStatementContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.insertStatement().
visitInsertStatement(HqlParser.InsertStatementContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitInsertStatement(InsertSelectStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitInsertStatement(InsertSelectStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitInsertStatement(InsertSelectStatement) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitInsertStatement(InsertSelectStatement) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitInsertStatement(InsertSelectStatement) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitInsertStatementOnly(InsertSelectStatement) - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
visitInsertStatementOnly(InsertSelectStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitInsertValuesStatement(SqmInsertValuesStatement<?>) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitInsertValuesStatement(SqmInsertValuesStatement<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitInsertValuesStatement(SqmInsertValuesStatement<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitInsertValuesStatement(SqmInsertValuesStatement<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitInstantFunction(HqlParser.InstantFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.instantFunction().
visitInstantFunction(HqlParser.InstantFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.instantFunction().
visitInstantFunction(HqlParser.InstantFunctionContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitInstantiation(HqlParser.InstantiationContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.instantiation().
visitInstantiation(HqlParser.InstantiationContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.instantiation().
visitInstantiation(HqlParser.InstantiationContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitInstantiationArgument(HqlParser.InstantiationArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.instantiationArgument().
visitInstantiationArgument(HqlParser.InstantiationArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.instantiationArgument().
visitInstantiationArgument(HqlParser.InstantiationArgumentContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitInstantiationArgumentExpression(HqlParser.InstantiationArgumentExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.instantiationArgumentExpression().
visitInstantiationArgumentExpression(HqlParser.InstantiationArgumentExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.instantiationArgumentExpression().
visitInstantiationArguments(HqlParser.InstantiationArgumentsContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.instantiationArguments().
visitInstantiationArguments(HqlParser.InstantiationArgumentsContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.instantiationArguments().
visitInstantiationTarget(HqlParser.InstantiationTargetContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.instantiationTarget().
visitInstantiationTarget(HqlParser.InstantiationTargetContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.instantiationTarget().
visitInSubQueryPredicate(SqmInSubQueryPredicate) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitInSubQueryPredicate(SqmInSubQueryPredicate<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitInSubQueryPredicate(SqmInSubQueryPredicate<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitInSubQueryPredicate(SqmInSubQueryPredicate<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitInSubQueryPredicate(SqmInSubQueryPredicate<?>) - Method in class org.hibernate.query.sqm.tree.jpa.ParameterCollector
 
visitInSubQueryPredicate(InSubQueryPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitInSubQueryPredicate(InSubQueryPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitInSubQueryPredicate(InSubQueryPredicate) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitInSubQueryPredicate(InSubQueryPredicate) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitInSubQueryPredicate(InSubQueryPredicate) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitIntersection(IntersectionType, Object) - Method in class org.hibernate.jpamodelgen.util.TypeRenderingVisitor
 
visitIsDistinctFromPredicate(HqlParser.IsDistinctFromPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the IsDistinctFromPredicate labeled alternative in HqlParser.predicate().
visitIsDistinctFromPredicate(HqlParser.IsDistinctFromPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the IsDistinctFromPredicate labeled alternative in HqlParser.predicate().
visitIsDistinctFromPredicate(HqlParser.IsDistinctFromPredicateContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitIsEmptyPredicate(HqlParser.IsEmptyPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the IsEmptyPredicate labeled alternative in HqlParser.predicate().
visitIsEmptyPredicate(HqlParser.IsEmptyPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the IsEmptyPredicate labeled alternative in HqlParser.predicate().
visitIsEmptyPredicate(HqlParser.IsEmptyPredicateContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitIsEmptyPredicate(SqmEmptinessPredicate) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitIsEmptyPredicate(SqmEmptinessPredicate) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitIsEmptyPredicate(SqmEmptinessPredicate) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitIsEmptyPredicate(SqmEmptinessPredicate) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitIsEmptyPredicate(SqmEmptinessPredicate) - Method in class org.hibernate.query.sqm.tree.jpa.ParameterCollector
 
visitIsFalsePredicate(HqlParser.IsFalsePredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the IsFalsePredicate labeled alternative in HqlParser.predicate().
visitIsFalsePredicate(HqlParser.IsFalsePredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the IsFalsePredicate labeled alternative in HqlParser.predicate().
visitIsFalsePredicate(HqlParser.IsFalsePredicateContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitIsNullPredicate(HqlParser.IsNullPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the IsNullPredicate labeled alternative in HqlParser.predicate().
visitIsNullPredicate(HqlParser.IsNullPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the IsNullPredicate labeled alternative in HqlParser.predicate().
visitIsNullPredicate(HqlParser.IsNullPredicateContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitIsNullPredicate(SqmNullnessPredicate) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitIsNullPredicate(SqmNullnessPredicate) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitIsNullPredicate(SqmNullnessPredicate) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitIsNullPredicate(SqmNullnessPredicate) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitIsNullPredicate(SqmNullnessPredicate) - Method in class org.hibernate.query.sqm.tree.jpa.ParameterCollector
 
visitIsTruePredicate(HqlParser.IsTruePredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the IsTruePredicate labeled alternative in HqlParser.predicate().
visitIsTruePredicate(HqlParser.IsTruePredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the IsTruePredicate labeled alternative in HqlParser.predicate().
visitIsTruePredicate(HqlParser.IsTruePredicateContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitIsTruePredicate(SqmTruthnessPredicate) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitIsTruePredicate(SqmTruthnessPredicate) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitIsTruePredicate(SqmTruthnessPredicate) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitIsTruePredicate(SqmTruthnessPredicate) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitIsTruePredicate(SqmTruthnessPredicate) - Method in class org.hibernate.query.sqm.tree.jpa.ParameterCollector
 
visitJdbcDateLiteral(HqlParser.JdbcDateLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.jdbcDateLiteral().
visitJdbcDateLiteral(HqlParser.JdbcDateLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.jdbcDateLiteral().
visitJdbcDateLiteral(HqlParser.JdbcDateLiteralContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitJdbcLiteral(JdbcLiteral<?>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitJdbcLiteral(JdbcLiteral<?>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitJdbcLiteral(JdbcLiteral<?>) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitJdbcLiteral(JdbcLiteral<?>) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitJdbcLiteral(JdbcLiteral<?>) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitJdbcParameters(Consumer<JdbcParameter>) - Method in interface org.hibernate.sql.exec.spi.JdbcParameters
 
visitJdbcTimeLiteral(HqlParser.JdbcTimeLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.jdbcTimeLiteral().
visitJdbcTimeLiteral(HqlParser.JdbcTimeLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.jdbcTimeLiteral().
visitJdbcTimeLiteral(HqlParser.JdbcTimeLiteralContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitJdbcTimestampLiteral(HqlParser.JdbcTimestampLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.jdbcTimestampLiteral().
visitJdbcTimestampLiteral(HqlParser.JdbcTimestampLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.jdbcTimestampLiteral().
visitJdbcTimestampLiteral(HqlParser.JdbcTimestampLiteralContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitJoin(HqlParser.JoinContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.join().
visitJoin(HqlParser.JoinContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.join().
visitJoin(HqlParser.JoinContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitJoinPath(HqlParser.JoinPathContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the JoinPath labeled alternative in HqlParser.joinTarget().
visitJoinPath(HqlParser.JoinPathContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the JoinPath labeled alternative in HqlParser.joinTarget().
visitJoinRestriction(HqlParser.JoinRestrictionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.joinRestriction().
visitJoinRestriction(HqlParser.JoinRestrictionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.joinRestriction().
visitJoinSubquery(HqlParser.JoinSubqueryContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the JoinSubquery labeled alternative in HqlParser.joinTarget().
visitJoinSubquery(HqlParser.JoinSubqueryContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the JoinSubquery labeled alternative in HqlParser.joinTarget().
visitJoinType(HqlParser.JoinTypeContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.joinType().
visitJoinType(HqlParser.JoinTypeContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.joinType().
visitJpaCollectionJoin(HqlParser.JpaCollectionJoinContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.jpaCollectionJoin().
visitJpaCollectionJoin(HqlParser.JpaCollectionJoinContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.jpaCollectionJoin().
visitJpaCollectionJoin(HqlParser.JpaCollectionJoinContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitJpaCompoundSelection(SqmJpaCompoundSelection<?>) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitJpaCompoundSelection(SqmJpaCompoundSelection<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitJpaCompoundSelection(SqmJpaCompoundSelection<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitJpaCriteriaParameter(JpaCriteriaParameter) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitJpaCriteriaParameter(JpaCriteriaParameter<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitJpaCriteriaParameter(JpaCriteriaParameter<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitJpaCriteriaParameter(JpaCriteriaParameter<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitJpaCriteriaParameter(JpaCriteriaParameter<?>) - Method in class org.hibernate.query.sqm.tree.jpa.ParameterCollector
This is called while performing an in-flight parameter collection of parameters for CriteriaQuery.getParameters().
visitJpaNonstandardFunction(HqlParser.JpaNonstandardFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.jpaNonstandardFunction().
visitJpaNonstandardFunction(HqlParser.JpaNonstandardFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.jpaNonstandardFunction().
visitJpaNonstandardFunction(HqlParser.JpaNonstandardFunctionContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitJpaNonstandardFunctionName(HqlParser.JpaNonstandardFunctionNameContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.jpaNonstandardFunctionName().
visitJpaNonstandardFunctionName(HqlParser.JpaNonstandardFunctionNameContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.jpaNonstandardFunctionName().
visitJpaSelectObjectSyntax(HqlParser.JpaSelectObjectSyntaxContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.jpaSelectObjectSyntax().
visitJpaSelectObjectSyntax(HqlParser.JpaSelectObjectSyntaxContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.jpaSelectObjectSyntax().
visitJpaSelectObjectSyntax(HqlParser.JpaSelectObjectSyntaxContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitJunction(Junction) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitJunction(Junction) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitJunction(Junction) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitJunction(Junction) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitJunctionPredicate(SqmJunctionPredicate) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitJunctionPredicate(SqmJunctionPredicate) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitJunctionPredicate(SqmJunctionPredicate) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitJunctionPredicate(SqmJunctionPredicate) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitKeyFetchables(int, IndexedConsumer<? super Fetchable>, EntityMappingType) - Method in interface org.hibernate.sql.results.graph.FetchableContainer
 
visitKeyFetchables(Consumer<? super Fetchable>, EntityMappingType) - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
visitKeyFetchables(Consumer<? super Fetchable>, EntityMappingType) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
visitKeyFetchables(Consumer<? super Fetchable>, EntityMappingType) - Method in interface org.hibernate.sql.results.graph.FetchableContainer
 
visitKeyFetchables(IndexedConsumer<? super Fetchable>, EntityMappingType) - Method in interface org.hibernate.metamodel.mapping.PluralAttributeMapping
 
visitKeyFetchables(IndexedConsumer<? super Fetchable>, EntityMappingType) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
visitKeyFetchables(IndexedConsumer<? super Fetchable>, EntityMappingType) - Method in interface org.hibernate.sql.results.graph.FetchableContainer
 
visitKeys(MKV, Consumer<? super K>) - Method in class org.hibernate.collection.spi.AbstractMapSemantics
 
visitKeys(MKV, Consumer<? super K>) - Method in interface org.hibernate.collection.spi.MapSemantics
 
visitKeySelectables(int, SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
 
visitKeySelectables(int, SelectableConsumer) - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedForeignKeyDescriptor
 
visitKeySelectables(int, SelectableConsumer) - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
visitKeySelectables(SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
 
visitKeySubGraphs(BiConsumer<Class<? extends J>, SubGraphImplementor<? extends J>>) - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
 
visitLegacyFetchBuilders(Consumer<DynamicFetchBuilderLegacy>) - Method in interface org.hibernate.query.results.ResultSetMapping
Visit the "legacy" fetch builders.
visitLegacyFetchBuilders(Consumer<DynamicFetchBuilderLegacy>) - Method in class org.hibernate.query.results.ResultSetMappingImpl
 
visitLikeEscape(HqlParser.LikeEscapeContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.likeEscape().
visitLikeEscape(HqlParser.LikeEscapeContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.likeEscape().
visitLikeEscape(HqlParser.LikeEscapeContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitLikePredicate(HqlParser.LikePredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the LikePredicate labeled alternative in HqlParser.predicate().
visitLikePredicate(HqlParser.LikePredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the LikePredicate labeled alternative in HqlParser.predicate().
visitLikePredicate(HqlParser.LikePredicateContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitLikePredicate(SqmLikePredicate) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitLikePredicate(SqmLikePredicate) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitLikePredicate(SqmLikePredicate) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitLikePredicate(SqmLikePredicate) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitLikePredicate(SqmLikePredicate) - Method in class org.hibernate.query.sqm.tree.jpa.ParameterCollector
 
visitLikePredicate(LikePredicate) - Method in class org.hibernate.dialect.CockroachSqlAstTranslator
 
visitLikePredicate(LikePredicate) - Method in class org.hibernate.dialect.H2SqlAstTranslator
 
visitLikePredicate(LikePredicate) - Method in class org.hibernate.dialect.MariaDBSqlAstTranslator
 
visitLikePredicate(LikePredicate) - Method in class org.hibernate.dialect.MySQLSqlAstTranslator
 
visitLikePredicate(LikePredicate) - Method in class org.hibernate.dialect.PostgreSQLSqlAstTranslator
 
visitLikePredicate(LikePredicate) - Method in class org.hibernate.dialect.TiDBSqlAstTranslator
 
visitLikePredicate(LikePredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitLikePredicate(LikePredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitLikePredicate(LikePredicate) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitLikePredicate(LikePredicate) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitLimitClause(HqlParser.LimitClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.limitClause().
visitLimitClause(HqlParser.LimitClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.limitClause().
visitLimitClause(HqlParser.LimitClauseContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitListaggFunction(HqlParser.ListaggFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.listaggFunction().
visitListaggFunction(HqlParser.ListaggFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.listaggFunction().
visitListaggFunction(HqlParser.ListaggFunctionContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitListJoin(SqmListJoin<?, ?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitLiteral(HqlParser.LiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.literal().
visitLiteral(HqlParser.LiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.literal().
visitLiteral(OrderingParser.LiteralContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseVisitor
Visit a parse tree produced by OrderingParser.literal().
visitLiteral(OrderingParser.LiteralContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserVisitor
Visit a parse tree produced by OrderingParser.literal().
visitLiteral(OrderingParser.LiteralContext) - Method in class org.hibernate.metamodel.mapping.ordering.ast.ParseTreeVisitor
 
visitLiteral(SqmLiteral) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitLiteral(SqmLiteral<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitLiteral(SqmLiteral<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitLiteral(SqmLiteral<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitLiteralExpression(HqlParser.LiteralExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the LiteralExpression labeled alternative in HqlParser.primaryExpression().
visitLiteralExpression(HqlParser.LiteralExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the LiteralExpression labeled alternative in HqlParser.primaryExpression().
visitLiteralExpression(HqlParser.LiteralExpressionContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitLocalDateFunction(HqlParser.LocalDateFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.localDateFunction().
visitLocalDateFunction(HqlParser.LocalDateFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.localDateFunction().
visitLocalDateFunction(HqlParser.LocalDateFunctionContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitLocalDateTime(HqlParser.LocalDateTimeContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.localDateTime().
visitLocalDateTime(HqlParser.LocalDateTimeContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.localDateTime().
visitLocalDateTime(HqlParser.LocalDateTimeContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitLocalDateTimeFunction(HqlParser.LocalDateTimeFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.localDateTimeFunction().
visitLocalDateTimeFunction(HqlParser.LocalDateTimeFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.localDateTimeFunction().
visitLocalDateTimeFunction(HqlParser.LocalDateTimeFunctionContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitLocalDateTimeLiteral(HqlParser.LocalDateTimeLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.localDateTimeLiteral().
visitLocalDateTimeLiteral(HqlParser.LocalDateTimeLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.localDateTimeLiteral().
visitLocalDateTimeLiteral(HqlParser.LocalDateTimeLiteralContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitLocalTimeFunction(HqlParser.LocalTimeFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.localTimeFunction().
visitLocalTimeFunction(HqlParser.LocalTimeFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.localTimeFunction().
visitLocalTimeFunction(HqlParser.LocalTimeFunctionContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitMapEntryFunction(SqmMapEntryReference<?, ?>) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitMapEntryFunction(SqmMapEntryReference<?, ?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitMapEntryFunction(SqmMapEntryReference<?, ?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitMapEntryFunction(SqmMapEntryReference<?, ?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitMapEntrySelection(HqlParser.MapEntrySelectionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.mapEntrySelection().
visitMapEntrySelection(HqlParser.MapEntrySelectionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.mapEntrySelection().
visitMapEntrySelection(HqlParser.MapEntrySelectionContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitMapJoin(SqmMapJoin<?, ?, ?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitMapKeyNavigablePath(HqlParser.MapKeyNavigablePathContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.mapKeyNavigablePath().
visitMapKeyNavigablePath(HqlParser.MapKeyNavigablePathContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.mapKeyNavigablePath().
visitMapKeyNavigablePath(HqlParser.MapKeyNavigablePathContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitMemberOfPredicate(HqlParser.MemberOfPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the MemberOfPredicate labeled alternative in HqlParser.predicate().
visitMemberOfPredicate(HqlParser.MemberOfPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the MemberOfPredicate labeled alternative in HqlParser.predicate().
visitMemberOfPredicate(HqlParser.MemberOfPredicateContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitMemberOfPredicate(SqmMemberOfPredicate) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitMemberOfPredicate(SqmMemberOfPredicate) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitMemberOfPredicate(SqmMemberOfPredicate) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitMemberOfPredicate(SqmMemberOfPredicate) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitMemberOfPredicate(SqmMemberOfPredicate) - Method in class org.hibernate.query.sqm.tree.jpa.ParameterCollector
 
visitMinute(HqlParser.MinuteContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.minute().
visitMinute(HqlParser.MinuteContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.minute().
visitModifiedSubQueryExpression(SqmModifiedSubQueryExpression) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitModifiedSubQueryExpression(SqmModifiedSubQueryExpression<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitModifiedSubQueryExpression(SqmModifiedSubQueryExpression<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitModifiedSubQueryExpression(SqmModifiedSubQueryExpression<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitModifiedSubQueryExpression(ModifiedSubQueryExpression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitModifiedSubQueryExpression(ModifiedSubQueryExpression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitModifiedSubQueryExpression(ModifiedSubQueryExpression) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitModifiedSubQueryExpression(ModifiedSubQueryExpression) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitModifiedSubQueryExpression(ModifiedSubQueryExpression) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitMonth(HqlParser.MonthContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.month().
visitMonth(HqlParser.MonthContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.month().
visitMultiplicationExpression(HqlParser.MultiplicationExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the MultiplicationExpression labeled alternative in HqlParser.expression().
visitMultiplicationExpression(HqlParser.MultiplicationExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the MultiplicationExpression labeled alternative in HqlParser.expression().
visitMultiplicationExpression(HqlParser.MultiplicationExpressionContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitMultiplicativeOperator(HqlParser.MultiplicativeOperatorContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.multiplicativeOperator().
visitMultiplicativeOperator(HqlParser.MultiplicativeOperatorContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.multiplicativeOperator().
visitMultiplicativeOperator(HqlParser.MultiplicativeOperatorContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitMutabilityOrderedTables(AbstractEntityPersister.MutabilityOrderedTableConsumer) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
Visit details about each table for this entity, using "mutability ordering".
visitMutabilityOrderedTables(AbstractEntityPersister.MutabilityOrderedTableConsumer) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
visitMutabilityOrderedTables(AbstractEntityPersister.MutabilityOrderedTableConsumer) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
visitMutabilityOrderedTables(AbstractEntityPersister.MutabilityOrderedTableConsumer) - Method in class org.hibernate.persister.entity.UnionSubclassEntityPersister
 
visitNakedIdentifier(HqlParser.NakedIdentifierContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.nakedIdentifier().
visitNakedIdentifier(HqlParser.NakedIdentifierContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.nakedIdentifier().
visitNakedIdentifier(HqlParser.NakedIdentifierContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitNamedHqlQueryDefinitions(Consumer<NamedHqlQueryDefinition>) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
visitNamedHqlQueryDefinitions(Consumer<NamedHqlQueryDefinition>) - Method in class org.hibernate.boot.internal.MetadataImpl
 
visitNamedHqlQueryDefinitions(Consumer<NamedHqlQueryDefinition>) - Method in interface org.hibernate.boot.Metadata
Visit all named HQL query definitions
visitNamedHqlQueryDefinitions(Consumer<NamedHqlQueryDefinition>) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
visitNamedNativeQueryDefinitions(Consumer<NamedNativeQueryDefinition>) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
visitNamedNativeQueryDefinitions(Consumer<NamedNativeQueryDefinition>) - Method in class org.hibernate.boot.internal.MetadataImpl
 
visitNamedNativeQueryDefinitions(Consumer<NamedNativeQueryDefinition>) - Method in interface org.hibernate.boot.Metadata
Visit all named native query definitions
visitNamedNativeQueryDefinitions(Consumer<NamedNativeQueryDefinition>) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
visitNamedParameter(HqlParser.NamedParameterContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the NamedParameter labeled alternative in HqlParser.parameter().
visitNamedParameter(HqlParser.NamedParameterContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the NamedParameter labeled alternative in HqlParser.parameter().
visitNamedParameter(HqlParser.NamedParameterContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitNamedParameterExpression(SqmNamedParameter) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitNamedParameterExpression(SqmNamedParameter<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitNamedParameterExpression(SqmNamedParameter<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitNamedParameterExpression(SqmNamedParameter<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitNamedParameterExpression(SqmNamedParameter<?>) - Method in class org.hibernate.query.sqm.tree.jpa.ParameterCollector
 
visitNamedProcedureCallDefinition(Consumer<NamedProcedureCallDefinition>) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
visitNamedProcedureCallDefinition(Consumer<NamedProcedureCallDefinition>) - Method in class org.hibernate.boot.internal.MetadataImpl
 
visitNamedProcedureCallDefinition(Consumer<NamedProcedureCallDefinition>) - Method in interface org.hibernate.boot.Metadata
Visit all named callable query definitions
visitNamedProcedureCallDefinition(Consumer<NamedProcedureCallDefinition>) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
visitNamedResultSetMappingDefinition(Consumer<NamedResultSetMappingDescriptor>) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
visitNamedResultSetMappingDefinition(Consumer<NamedResultSetMappingDescriptor>) - Method in class org.hibernate.boot.internal.MetadataImpl
 
visitNamedResultSetMappingDefinition(Consumer<NamedResultSetMappingDescriptor>) - Method in interface org.hibernate.boot.Metadata
Visit all named SQL result set mapping definitions
visitNamedResultSetMappingDefinition(Consumer<NamedResultSetMappingDescriptor>) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
visitNamedTableReference(NamedTableReference) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitNamedTableReference(NamedTableReference) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitNamedTableReference(NamedTableReference) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitNamedTableReference(NamedTableReference) - Method in class org.hibernate.sql.ast.spi.AliasCollector
 
visitNamedTableReference(NamedTableReference) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitNamedTableReference(NamedTableReference) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitNativeQueryMementos(Consumer<NamedNativeQueryMemento>) - Method in class org.hibernate.query.internal.NamedObjectRepositoryImpl
 
visitNativeQueryMementos(Consumer<NamedNativeQueryMemento>) - Method in interface org.hibernate.query.named.NamedObjectRepository
 
visitNegatedPredicate(HqlParser.NegatedPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the NegatedPredicate labeled alternative in HqlParser.predicate().
visitNegatedPredicate(HqlParser.NegatedPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the NegatedPredicate labeled alternative in HqlParser.predicate().
visitNegatedPredicate(HqlParser.NegatedPredicateContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitNegatedPredicate(SqmNegatedPredicate) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitNegatedPredicate(SqmNegatedPredicate) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitNegatedPredicate(SqmNegatedPredicate) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitNegatedPredicate(SqmNegatedPredicate) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitNegatedPredicate(NegatedPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitNegatedPredicate(NegatedPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitNegatedPredicate(NegatedPredicate) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitNegatedPredicate(NegatedPredicate) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitNestedFetches(FetchParent) - Method in class org.hibernate.loader.ast.internal.LoaderSqlAstCreationState
 
visitNestedFetches(FetchParent) - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
visitNestedFetches(FetchParent) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitNestedFetches(FetchParent) - Method in interface org.hibernate.sql.results.graph.DomainResultCreationState
 
visitNestedQueryExpression(HqlParser.NestedQueryExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the NestedQueryExpression labeled alternative in HqlParser.orderedQuery().
visitNestedQueryExpression(HqlParser.NestedQueryExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the NestedQueryExpression labeled alternative in HqlParser.orderedQuery().
visitNestedQueryExpression(HqlParser.NestedQueryExpressionContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitNestedTableGroupJoins(Consumer<TableGroupJoin>) - Method in class org.hibernate.sql.ast.tree.from.AbstractTableGroup
 
visitNestedTableGroupJoins(Consumer<TableGroupJoin>) - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
visitNestedTableGroupJoins(Consumer<TableGroupJoin>) - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
visitNestedTableGroupJoins(Consumer<TableGroupJoin>) - Method in class org.hibernate.sql.ast.tree.from.MappedByTableGroup
 
visitNestedTableGroupJoins(Consumer<TableGroupJoin>) - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
 
visitNestedTableGroupJoins(Consumer<TableGroupJoin>) - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
 
visitNestedTableGroupJoins(Consumer<TableGroupJoin>) - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
 
visitNestedTopLevelPredicate(SqmPredicate) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitNestedTopLevelPredicate(SqmPredicate) - Method in class org.hibernate.query.sqm.sql.FakeSqmToSqlAstConverter
 
visitNestedTopLevelPredicate(SqmPredicate) - Method in interface org.hibernate.query.sqm.sql.SqmToSqlAstConverter
 
visitNonAggregatedCompositeValuedPath(NonAggregatedCompositeSimplePath<?>) - Method in class org.hibernate.query.sqm.internal.SqmPathVisitor
 
visitNonAggregatedCompositeValuedPath(NonAggregatedCompositeSimplePath<?>) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitNonAggregatedCompositeValuedPath(NonAggregatedCompositeSimplePath<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitNonAggregatedCompositeValuedPath(NonAggregatedCompositeSimplePath<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitNonAggregatedCompositeValuedPath(NonAggregatedCompositeSimplePath<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitNoType(NoType, Object) - Method in class org.hibernate.jpamodelgen.util.TypeRenderingVisitor
 
visitNthSideClause(HqlParser.NthSideClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.nthSideClause().
visitNthSideClause(HqlParser.NthSideClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.nthSideClause().
visitNull(NullType, Object) - Method in class org.hibernate.jpamodelgen.util.TypeRenderingVisitor
 
visitNullnessPredicate(NullnessPredicate) - Method in class org.hibernate.dialect.PostgreSQLSqlAstTranslator
 
visitNullnessPredicate(NullnessPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitNullnessPredicate(NullnessPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitNullnessPredicate(NullnessPredicate) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitNullnessPredicate(NullnessPredicate) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitNullsClause(HqlParser.NullsClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.nullsClause().
visitNullsClause(HqlParser.NullsClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.nullsClause().
visitNullsPrecedence(HqlParser.NullsPrecedenceContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.nullsPrecedence().
visitNullsPrecedence(HqlParser.NullsPrecedenceContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.nullsPrecedence().
visitNullsPrecedence(OrderingParser.NullsPrecedenceContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseVisitor
Visit a parse tree produced by OrderingParser.nullsPrecedence().
visitNullsPrecedence(OrderingParser.NullsPrecedenceContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserVisitor
Visit a parse tree produced by OrderingParser.nullsPrecedence().
visitNumericLiteral(HqlParser.NumericLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.numericLiteral().
visitNumericLiteral(HqlParser.NumericLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.numericLiteral().
visitOffset(HqlParser.OffsetContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.offset().
visitOffset(HqlParser.OffsetContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.offset().
visitOffsetClause(HqlParser.OffsetClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.offsetClause().
visitOffsetClause(HqlParser.OffsetClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.offsetClause().
visitOffsetClause(HqlParser.OffsetClauseContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitOffsetDateTime(HqlParser.OffsetDateTimeContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.offsetDateTime().
visitOffsetDateTime(HqlParser.OffsetDateTimeContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.offsetDateTime().
visitOffsetDateTime(HqlParser.OffsetDateTimeContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitOffsetDateTimeFunction(HqlParser.OffsetDateTimeFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.offsetDateTimeFunction().
visitOffsetDateTimeFunction(HqlParser.OffsetDateTimeFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.offsetDateTimeFunction().
visitOffsetDateTimeFunction(HqlParser.OffsetDateTimeFunctionContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitOffsetDateTimeLiteral(HqlParser.OffsetDateTimeLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.offsetDateTimeLiteral().
visitOffsetDateTimeLiteral(HqlParser.OffsetDateTimeLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.offsetDateTimeLiteral().
visitOffsetDateTimeLiteral(HqlParser.OffsetDateTimeLiteralContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitOffsetDateTimeWithMinutes(HqlParser.OffsetDateTimeWithMinutesContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.offsetDateTimeWithMinutes().
visitOffsetDateTimeWithMinutes(HqlParser.OffsetDateTimeWithMinutesContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.offsetDateTimeWithMinutes().
visitOffsetDateTimeWithMinutes(HqlParser.OffsetDateTimeWithMinutesContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitOffsetExpression(SqmExpression) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitOffsetExpression(SqmExpression<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitOffsetExpression(SqmExpression<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitOffsetExpression(SqmExpression<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitOffsetFetchClause(QueryPart) - Method in class org.hibernate.dialect.CockroachSqlAstTranslator
 
visitOffsetFetchClause(QueryPart) - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
visitOffsetFetchClause(QueryPart) - Method in class org.hibernate.dialect.DerbySqlAstTranslator
 
visitOffsetFetchClause(QueryPart) - Method in class org.hibernate.dialect.H2SqlAstTranslator
 
visitOffsetFetchClause(QueryPart) - Method in class org.hibernate.dialect.HANASqlAstTranslator
 
visitOffsetFetchClause(QueryPart) - Method in class org.hibernate.dialect.HSQLSqlAstTranslator
 
visitOffsetFetchClause(QueryPart) - Method in class org.hibernate.dialect.MariaDBSqlAstTranslator
 
visitOffsetFetchClause(QueryPart) - Method in class org.hibernate.dialect.MySQLSqlAstTranslator
 
visitOffsetFetchClause(QueryPart) - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
visitOffsetFetchClause(QueryPart) - Method in class org.hibernate.dialect.PostgreSQLSqlAstTranslator
 
visitOffsetFetchClause(QueryPart) - Method in class org.hibernate.dialect.SpannerSqlAstTranslator
 
visitOffsetFetchClause(QueryPart) - Method in class org.hibernate.dialect.SQLServerSqlAstTranslator
 
visitOffsetFetchClause(QueryPart) - Method in class org.hibernate.dialect.SybaseASESqlAstTranslator
 
visitOffsetFetchClause(QueryPart) - Method in class org.hibernate.dialect.SybaseSqlAstTranslator
 
visitOffsetFetchClause(QueryPart) - Method in class org.hibernate.dialect.TiDBSqlAstTranslator
 
visitOffsetFetchClause(QueryPart) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitOffsetFetchClause(QueryPart) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitOffsetFetchClause(QueryPart) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitOffsetFetchClause(QueryPart) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitOffsetFetchClause(QueryPart) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitOffsetWithMinutes(HqlParser.OffsetWithMinutesContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.offsetWithMinutes().
visitOffsetWithMinutes(HqlParser.OffsetWithMinutesContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.offsetWithMinutes().
visitOnOverflowClause(HqlParser.OnOverflowClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.onOverflowClause().
visitOnOverflowClause(HqlParser.OnOverflowClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.onOverflowClause().
visitOptionalTableUpdate(OptionalTableUpdate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitOptionalTableUpdate(OptionalTableUpdate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitOptionalTableUpdate(OptionalTableUpdate) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitOptionalTableUpdate(OptionalTableUpdate) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitOrderBy(List<SortSpecification>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitOrderByClause(HqlParser.OrderByClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.orderByClause().
visitOrderByClause(HqlParser.OrderByClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.orderByClause().
visitOrderByClause(HqlParser.OrderByClauseContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitOrderByClause(SqmOrderByClause) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitOrderByClause(SqmOrderByClause) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitOrderByClause(SqmOrderByClause) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitOrderByClause(SqmOrderByClause) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitOrderByFragment(HqlParser.OrderByFragmentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.orderByFragment().
visitOrderByFragment(HqlParser.OrderByFragmentContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.orderByFragment().
visitOrderByFragment(OrderingParser.OrderByFragmentContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseVisitor
Visit a parse tree produced by OrderingParser.orderByFragment().
visitOrderByFragment(OrderingParser.OrderByFragmentContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserVisitor
Visit a parse tree produced by OrderingParser.orderByFragment().
visitOrderByFragment(OrderingParser.OrderByFragmentContext) - Method in class org.hibernate.metamodel.mapping.ordering.ast.ParseTreeVisitor
 
visitOrderByOffsetAndFetch(SqmQueryPart<?>, QueryPart) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitOrPredicate(HqlParser.OrPredicateContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the OrPredicate labeled alternative in HqlParser.predicate().
visitOrPredicate(HqlParser.OrPredicateContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the OrPredicate labeled alternative in HqlParser.predicate().
visitOrPredicate(HqlParser.OrPredicateContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitOver(SqmOver<?>) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitOver(SqmOver<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitOver(SqmOver<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitOver(SqmOver<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitOver(Over<?>) - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
visitOver(Over<?>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitOver(Over<?>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitOver(Over<?>) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitOver(Over<?>) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitOver(Over<?>) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitOverClause(List<Expression>, List<SortSpecification>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitOverClause(List<Expression>, List<SortSpecification>, FrameMode, FrameKind, Expression, FrameKind, Expression, FrameExclusion, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitOverClause(HqlParser.OverClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.overClause().
visitOverClause(HqlParser.OverClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.overClause().
visitOverflow(SqmOverflow<?>) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitOverflow(SqmOverflow<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitOverflow(SqmOverflow<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitOverflow(SqmOverflow<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitOverflow(Overflow) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitOverflow(Overflow) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitOverflow(Overflow) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitOverflow(Overflow) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitOverflow(Overflow) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitOverlayFunction(HqlParser.OverlayFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.overlayFunction().
visitOverlayFunction(HqlParser.OverlayFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.overlayFunction().
visitOverlayFunction(HqlParser.OverlayFunctionContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitOverlayFunctionLengthArgument(HqlParser.OverlayFunctionLengthArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.overlayFunctionLengthArgument().
visitOverlayFunctionLengthArgument(HqlParser.OverlayFunctionLengthArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.overlayFunctionLengthArgument().
visitOverlayFunctionReplacementArgument(HqlParser.OverlayFunctionReplacementArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.overlayFunctionReplacementArgument().
visitOverlayFunctionReplacementArgument(HqlParser.OverlayFunctionReplacementArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.overlayFunctionReplacementArgument().
visitOverlayFunctionStartArgument(HqlParser.OverlayFunctionStartArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.overlayFunctionStartArgument().
visitOverlayFunctionStartArgument(HqlParser.OverlayFunctionStartArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.overlayFunctionStartArgument().
visitOverlayFunctionStringArgument(HqlParser.OverlayFunctionStringArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.overlayFunctionStringArgument().
visitOverlayFunctionStringArgument(HqlParser.OverlayFunctionStringArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.overlayFunctionStringArgument().
visitPackagedFunction(OrderingParser.PackagedFunctionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseVisitor
Visit a parse tree produced by OrderingParser.packagedFunction().
visitPackagedFunction(OrderingParser.PackagedFunctionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserVisitor
Visit a parse tree produced by OrderingParser.packagedFunction().
visitPadCharacter(HqlParser.PadCharacterContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.padCharacter().
visitPadCharacter(HqlParser.PadCharacterContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.padCharacter().
visitPadCharacter(HqlParser.PadCharacterContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitPadFunction(HqlParser.PadFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.padFunction().
visitPadFunction(HqlParser.PadFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.padFunction().
visitPadFunction(HqlParser.PadFunctionContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitPadLength(HqlParser.PadLengthContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.padLength().
visitPadLength(HqlParser.PadLengthContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.padLength().
visitPadSpecification(HqlParser.PadSpecificationContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.padSpecification().
visitPadSpecification(HqlParser.PadSpecificationContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.padSpecification().
visitPadSpecification(HqlParser.PadSpecificationContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitParameter(JdbcParameter) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitParameter(JdbcParameter) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitParameter(JdbcParameter) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitParameter(JdbcParameter) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitParameter(JdbcParameter) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitParameterAsParameter(JdbcParameter) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitParameterExpression(HqlParser.ParameterExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the ParameterExpression labeled alternative in HqlParser.primaryExpression().
visitParameterExpression(HqlParser.ParameterExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the ParameterExpression labeled alternative in HqlParser.primaryExpression().
visitParameterExpression(HqlParser.ParameterExpressionContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitParameterizedEntityTypeExpression(SqmParameterizedEntityType) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitParameterizedEntityTypeExpression(SqmParameterizedEntityType<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitParameterizedEntityTypeExpression(SqmParameterizedEntityType<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitParameterizedEntityTypeExpression(SqmParameterizedEntityType<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitParameterOrIntegerLiteral(HqlParser.ParameterOrIntegerLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.parameterOrIntegerLiteral().
visitParameterOrIntegerLiteral(HqlParser.ParameterOrIntegerLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.parameterOrIntegerLiteral().
visitParameterOrIntegerLiteral(HqlParser.ParameterOrIntegerLiteralContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitParameterOrNumberLiteral(HqlParser.ParameterOrNumberLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.parameterOrNumberLiteral().
visitParameterOrNumberLiteral(HqlParser.ParameterOrNumberLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.parameterOrNumberLiteral().
visitParameterOrNumberLiteral(HqlParser.ParameterOrNumberLiteralContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitParameters(Consumer<QueryParameterImplementor<?>>) - Method in class org.hibernate.procedure.internal.ProcedureParameterMetadataImpl
 
visitParameters(Consumer<QueryParameterImplementor<?>>) - Method in class org.hibernate.query.internal.ParameterMetadataImpl
 
visitParameters(Consumer<QueryParameterImplementor<?>>) - Method in interface org.hibernate.query.spi.ParameterMetadataImplementor
 
visitParamInList(HqlParser.ParamInListContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the ParamInList labeled alternative in HqlParser.inList().
visitParamInList(HqlParser.ParamInListContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the ParamInList labeled alternative in HqlParser.inList().
visitPartitionByClause(List<Expression>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitPartitionClause(HqlParser.PartitionClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.partitionClause().
visitPartitionClause(HqlParser.PartitionClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.partitionClause().
visitPartitionExpressions(List<Expression>, Function<Expression, Expression>, boolean) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitPartitionExpressions(List<Expression>, SelectItemReferenceStrategy) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitPath(HqlParser.PathContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.path().
visitPath(HqlParser.PathContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.path().
visitPath(HqlParser.PathContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitPathContinuation(HqlParser.PathContinuationContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.pathContinuation().
visitPathContinuation(HqlParser.PathContinuationContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.pathContinuation().
visitPersistentCollectionReferenceInList(HqlParser.PersistentCollectionReferenceInListContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the PersistentCollectionReferenceInList labeled alternative in HqlParser.inList().
visitPersistentCollectionReferenceInList(HqlParser.PersistentCollectionReferenceInListContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the PersistentCollectionReferenceInList labeled alternative in HqlParser.inList().
visitPluralAttributeSizeFunction(SqmCollectionSize) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitPluralAttributeSizeFunction(SqmCollectionSize) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitPluralAttributeSizeFunction(SqmCollectionSize) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitPluralAttributeSizeFunction(SqmCollectionSize) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitPluralPartJoin(SqmPluralPartJoin<?, ?>) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitPluralPartJoin(SqmPluralPartJoin<?, ?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitPluralPartJoin(SqmPluralPartJoin<?, ?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitPluralPartJoin(SqmPluralPartJoin<?, ?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitPluralValuedPath(SqmPluralValuedSimplePath) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitPluralValuedPath(SqmPluralValuedSimplePath<?>) - Method in class org.hibernate.query.sqm.internal.SqmPathVisitor
 
visitPluralValuedPath(SqmPluralValuedSimplePath<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitPluralValuedPath(SqmPluralValuedSimplePath<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitPluralValuedPath(SqmPluralValuedSimplePath<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitPositionalParameter(HqlParser.PositionalParameterContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the PositionalParameter labeled alternative in HqlParser.parameter().
visitPositionalParameter(HqlParser.PositionalParameterContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the PositionalParameter labeled alternative in HqlParser.parameter().
visitPositionalParameter(HqlParser.PositionalParameterContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitPositionalParameterExpression(SqmPositionalParameter) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitPositionalParameterExpression(SqmPositionalParameter<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitPositionalParameterExpression(SqmPositionalParameter<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitPositionalParameterExpression(SqmPositionalParameter<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitPositionalParameterExpression(SqmPositionalParameter<?>) - Method in class org.hibernate.query.sqm.tree.jpa.ParameterCollector
 
visitPositionFunction(HqlParser.PositionFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.positionFunction().
visitPositionFunction(HqlParser.PositionFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.positionFunction().
visitPositionFunction(HqlParser.PositionFunctionContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitPositionFunctionPatternArgument(HqlParser.PositionFunctionPatternArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.positionFunctionPatternArgument().
visitPositionFunctionPatternArgument(HqlParser.PositionFunctionPatternArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.positionFunctionPatternArgument().
visitPositionFunctionStringArgument(HqlParser.PositionFunctionStringArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.positionFunctionStringArgument().
visitPositionFunctionStringArgument(HqlParser.PositionFunctionStringArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.positionFunctionStringArgument().
visitPrimitive(PrimitiveType, Object) - Method in class org.hibernate.jpamodelgen.util.TypeRenderingVisitor
 
visitPrimitive(PrimitiveType, Element) - Method in class org.hibernate.jpamodelgen.annotation.MetaAttributeGenerationVisitor
 
visitQualifiedAttributeJoin(SqmAttributeJoin) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitQualifiedAttributeJoin(SqmAttributeJoin<?, ?>) - Method in class org.hibernate.query.sqm.internal.SqmPathVisitor
 
visitQualifiedAttributeJoin(SqmAttributeJoin<?, ?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitQualifiedAttributeJoin(SqmAttributeJoin<?, ?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitQualifiedAttributeJoin(SqmAttributeJoin<?, ?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitQualifiedCteJoin(SqmCteJoin<?>) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitQualifiedCteJoin(SqmCteJoin<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitQualifiedCteJoin(SqmCteJoin<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitQualifiedCteJoin(SqmCteJoin<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitQualifiedDerivedJoin(SqmDerivedJoin<?>) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitQualifiedDerivedJoin(SqmDerivedJoin<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitQualifiedDerivedJoin(SqmDerivedJoin<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitQualifiedDerivedJoin(SqmDerivedJoin<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitQualifiedEntityJoin(SqmEntityJoin) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitQualifiedEntityJoin(SqmEntityJoin<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitQualifiedEntityJoin(SqmEntityJoin<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitQualifiedEntityJoin(SqmEntityJoin<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitQuery(HqlParser.QueryContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.query().
visitQuery(HqlParser.QueryContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.query().
visitQuery(HqlParser.QueryContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitQueryGroup(SqmQueryGroup<?>) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitQueryGroup(SqmQueryGroup<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitQueryGroup(SqmQueryGroup<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitQueryGroup(SqmQueryGroup<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitQueryGroup(QueryGroup) - Method in class org.hibernate.dialect.CockroachSqlAstTranslator
 
visitQueryGroup(QueryGroup) - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
visitQueryGroup(QueryGroup) - Method in class org.hibernate.dialect.HANASqlAstTranslator
 
visitQueryGroup(QueryGroup) - Method in class org.hibernate.dialect.MariaDBSqlAstTranslator
 
visitQueryGroup(QueryGroup) - Method in class org.hibernate.dialect.MySQLSqlAstTranslator
 
visitQueryGroup(QueryGroup) - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
visitQueryGroup(QueryGroup) - Method in class org.hibernate.dialect.PostgreSQLSqlAstTranslator
 
visitQueryGroup(QueryGroup) - Method in class org.hibernate.dialect.SQLServerSqlAstTranslator
 
visitQueryGroup(QueryGroup) - Method in class org.hibernate.dialect.SybaseASESqlAstTranslator
 
visitQueryGroup(QueryGroup) - Method in class org.hibernate.dialect.TiDBSqlAstTranslator
 
visitQueryGroup(QueryGroup) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitQueryGroup(QueryGroup) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitQueryGroup(QueryGroup) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitQueryGroup(QueryGroup) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitQueryGroup(QueryGroup) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitQueryLiteral(QueryLiteral<?>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitQueryLiteral(QueryLiteral<?>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitQueryLiteral(QueryLiteral<?>) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitQueryLiteral(QueryLiteral<?>) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitQueryLiteral(QueryLiteral<?>) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitQueryOrder(HqlParser.QueryOrderContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.queryOrder().
visitQueryOrder(HqlParser.QueryOrderContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.queryOrder().
visitQueryOrder(SqmQueryPart<?>, HqlParser.QueryOrderContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitQueryOrderExpression(HqlParser.QueryOrderExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the QueryOrderExpression labeled alternative in HqlParser.orderedQuery().
visitQueryOrderExpression(HqlParser.QueryOrderExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the QueryOrderExpression labeled alternative in HqlParser.orderedQuery().
visitQueryOrderExpression(HqlParser.QueryOrderExpressionContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitQueryPart(SqmQueryPart<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitQueryPart(SqmQueryPart<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitQueryPartTableReference(QueryPartTableReference) - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
visitQueryPartTableReference(QueryPartTableReference) - Method in class org.hibernate.dialect.HANASqlAstTranslator
 
visitQueryPartTableReference(QueryPartTableReference) - Method in class org.hibernate.dialect.MariaDBSqlAstTranslator
 
visitQueryPartTableReference(QueryPartTableReference) - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
visitQueryPartTableReference(QueryPartTableReference) - Method in class org.hibernate.dialect.TiDBSqlAstTranslator
 
visitQueryPartTableReference(QueryPartTableReference) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitQueryPartTableReference(QueryPartTableReference) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitQueryPartTableReference(QueryPartTableReference) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitQueryPartTableReference(QueryPartTableReference) - Method in class org.hibernate.sql.ast.spi.AliasCollector
 
visitQueryPartTableReference(QueryPartTableReference) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitQueryPartTableReference(QueryPartTableReference) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitQueryReturnType(SqmQueryPart<R>, Class<R>, SessionFactoryImplementor) - Method in class org.hibernate.query.spi.AbstractSelectionQuery
Used during handling of Criteria queries
visitQuerySpaces(Consumer<String>) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
Visit each "query space" for the mapped entity.
visitQuerySpaces(Consumer<String>) - Method in interface org.hibernate.persister.entity.EntityPersister
 
visitQuerySpaces(Consumer<String>) - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
visitQuerySpec(SqmQuerySpec<?>) - Method in class org.hibernate.dialect.SybaseSqmToSqlAstConverter
 
visitQuerySpec(SqmQuerySpec<?>) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitQuerySpec(SqmQuerySpec<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitQuerySpec(SqmQuerySpec<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitQuerySpec(SqmQuerySpec<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitQuerySpec(QuerySpec) - Method in class org.hibernate.dialect.CockroachSqlAstTranslator
 
visitQuerySpec(QuerySpec) - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
visitQuerySpec(QuerySpec) - Method in class org.hibernate.dialect.HANASqlAstTranslator
 
visitQuerySpec(QuerySpec) - Method in class org.hibernate.dialect.MariaDBSqlAstTranslator
 
visitQuerySpec(QuerySpec) - Method in class org.hibernate.dialect.MySQLSqlAstTranslator
 
visitQuerySpec(QuerySpec) - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
visitQuerySpec(QuerySpec) - Method in class org.hibernate.dialect.PostgreSQLSqlAstTranslator
 
visitQuerySpec(QuerySpec) - Method in class org.hibernate.dialect.SQLServerSqlAstTranslator
 
visitQuerySpec(QuerySpec) - Method in class org.hibernate.dialect.TiDBSqlAstTranslator
 
visitQuerySpec(QuerySpec) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitQuerySpec(QuerySpec) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitQuerySpec(QuerySpec) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitQuerySpec(QuerySpec) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitQuerySpec(QuerySpec) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitQuerySpecExpression(HqlParser.QuerySpecExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the QuerySpecExpression labeled alternative in HqlParser.orderedQuery().
visitQuerySpecExpression(HqlParser.QuerySpecExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the QuerySpecExpression labeled alternative in HqlParser.orderedQuery().
visitQuerySpecExpression(HqlParser.QuerySpecExpressionContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitQuerySpecs(Consumer<QuerySpec>) - Method in class org.hibernate.sql.ast.tree.select.QueryGroup
 
visitQuerySpecs(Consumer<QuerySpec>) - Method in class org.hibernate.sql.ast.tree.select.QueryPart
 
visitQuerySpecs(Consumer<QuerySpec>) - Method in class org.hibernate.sql.ast.tree.select.QuerySpec
 
visitRecursivePath(Expression, int) - Method in class org.hibernate.dialect.HSQLSqlAstTranslator
 
visitRecursivePath(Expression, int) - Method in class org.hibernate.dialect.MariaDBSqlAstTranslator
 
visitRecursivePath(Expression, int) - Method in class org.hibernate.dialect.MySQLSqlAstTranslator
 
visitRecursivePath(Expression, int) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
Renders the recursive path, possibly wrapping a cast expression around it, to make sure a type with proper size is chosen.
visitRegisteredComponents(Consumer<Component>) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
visitRegisteredComponents(Consumer<Component>) - Method in class org.hibernate.boot.internal.MetadataImpl
 
visitRegisteredComponents(Consumer<Component>) - Method in class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
visitRegisteredComponents(Consumer<Component>) - Method in interface org.hibernate.boot.spi.MetadataImplementor
 
visitRegistrations(Consumer<? extends QueryParameter<?>>) - Method in class org.hibernate.procedure.internal.ProcedureParameterMetadataImpl
 
visitRegistrations(Consumer<? extends QueryParameter<?>>) - Method in interface org.hibernate.query.ParameterMetadata
General purpose visitation using functional
visitRegistrations(Consumer<? extends QueryParameter<?>>) - Method in interface org.hibernate.query.spi.ParameterMetadataImplementor
 
visitRelationalPredicate(ComparisonPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitRelationalPredicate(ComparisonPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitRelationalPredicate(ComparisonPredicate) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitRelationalPredicate(ComparisonPredicate) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitResultBuilders(BiConsumer<Integer, ResultBuilder>) - Method in interface org.hibernate.query.results.ResultSetMapping
Visit each result builder
visitResultBuilders(BiConsumer<Integer, ResultBuilder>) - Method in class org.hibernate.query.results.ResultSetMappingImpl
 
visitResultSetMappingMementos(Consumer<NamedResultSetMappingMemento>) - Method in class org.hibernate.query.internal.NamedObjectRepositoryImpl
 
visitResultSetMappingMementos(Consumer<NamedResultSetMappingMemento>) - Method in interface org.hibernate.query.named.NamedObjectRepository
 
visitReturningColumns(Supplier<List<ColumnReference>>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitReturningColumns(List<ColumnReference>) - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
visitReturningColumns(List<ColumnReference>) - Method in class org.hibernate.dialect.H2SqlAstTranslator
 
visitReturningColumns(List<ColumnReference>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitReturningInsertStatement(TableInsertStandard) - Method in class org.hibernate.dialect.H2SqlAstTranslator
 
visitReusablePaths(Consumer<SqmPath<?>>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
 
visitReusablePaths(Consumer<SqmPath<?>>) - Method in interface org.hibernate.query.sqm.tree.domain.SqmPath
Visit each reusable path relative to this path
visitRollup(HqlParser.RollupContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.rollup().
visitRollup(HqlParser.RollupContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.rollup().
visitRollup(HqlParser.RollupContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitRootCte(SqmCteRoot<?>) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitRootCte(SqmCteRoot<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitRootCte(SqmCteRoot<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitRootCte(SqmCteRoot<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitRootDerived(SqmDerivedRoot<?>) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitRootDerived(SqmDerivedRoot<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitRootDerived(SqmDerivedRoot<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitRootDerived(SqmDerivedRoot<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitRootEntity(HqlParser.RootEntityContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the RootEntity labeled alternative in HqlParser.fromRoot().
visitRootEntity(HqlParser.RootEntityContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the RootEntity labeled alternative in HqlParser.fromRoot().
visitRootEntity(HqlParser.RootEntityContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitRootFirst(Consumer<T>) - Method in interface org.hibernate.internal.util.collections.Stack
Visit all elements in the stack, starting with the root and working "forward"
visitRootFirst(Consumer<T>) - Method in class org.hibernate.internal.util.collections.StandardStack
 
visitRootPath(SqmRoot) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitRootPath(SqmRoot<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitRootPath(SqmRoot<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitRootPath(SqmRoot<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitRoots(Consumer<SqmRoot<?>>) - Method in class org.hibernate.query.sqm.tree.from.SqmFromClause
Visit the domain roots
visitRoots(Consumer<TableGroup>) - Method in class org.hibernate.sql.ast.tree.from.FromClause
 
visitRootSubquery(HqlParser.RootSubqueryContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the RootSubquery labeled alternative in HqlParser.fromRoot().
visitRootSubquery(HqlParser.RootSubqueryContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the RootSubquery labeled alternative in HqlParser.fromRoot().
visitRootSubquery(HqlParser.RootSubqueryContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitScript(SqlScriptParser.ScriptContext) - Method in class org.hibernate.grammars.importsql.SqlScriptParserBaseVisitor
Visit a parse tree produced by SqlScriptParser.script().
visitScript(SqlScriptParser.ScriptContext) - Method in interface org.hibernate.grammars.importsql.SqlScriptParserVisitor
Visit a parse tree produced by SqlScriptParser.script().
visitScript(SqlScriptParser.ScriptContext) - Method in class org.hibernate.tool.schema.internal.script.SqlScriptVisitor
 
visitSearchBySpecifications(CteTable, List<JpaSearchOrder>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitSearchClause(HqlParser.SearchClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.searchClause().
visitSearchClause(HqlParser.SearchClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.searchClause().
visitSearchedCaseExpression(SqmCaseSearched) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitSearchedCaseExpression(SqmCaseSearched<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitSearchedCaseExpression(SqmCaseSearched<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitSearchedCaseExpression(SqmCaseSearched<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitSearchedCaseExpression(SqmCaseSearched<?>) - Method in class org.hibernate.query.sqm.tree.jpa.ParameterCollector
 
visitSearchedCaseList(HqlParser.SearchedCaseListContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.searchedCaseList().
visitSearchedCaseList(HqlParser.SearchedCaseListContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.searchedCaseList().
visitSearchedCaseList(HqlParser.SearchedCaseListContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitSearchedCaseWhen(HqlParser.SearchedCaseWhenContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.searchedCaseWhen().
visitSearchedCaseWhen(HqlParser.SearchedCaseWhenContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.searchedCaseWhen().
visitSearchSpecification(HqlParser.SearchSpecificationContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.searchSpecification().
visitSearchSpecification(HqlParser.SearchSpecificationContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.searchSpecification().
visitSearchSpecifications(HqlParser.SearchSpecificationsContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.searchSpecifications().
visitSearchSpecifications(HqlParser.SearchSpecificationsContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.searchSpecifications().
visitSecond(HqlParser.SecondContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.second().
visitSecond(HqlParser.SecondContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.second().
visitSelectClause(HqlParser.SelectClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.selectClause().
visitSelectClause(HqlParser.SelectClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.selectClause().
visitSelectClause(HqlParser.SelectClauseContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitSelectClause(SqmSelectClause) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitSelectClause(SqmSelectClause) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitSelectClause(SqmSelectClause) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitSelectClause(SqmSelectClause) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitSelectClause(SelectClause) - Method in class org.hibernate.dialect.SpannerSqlAstTranslator
 
visitSelectClause(SelectClause) - Method in class org.hibernate.dialect.SQLServerSqlAstTranslator
 
visitSelectClause(SelectClause) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitSelectClause(SelectClause) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitSelectClause(SelectClause) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitSelectClause(SelectClause) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitSelectExpression(HqlParser.SelectExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.selectExpression().
visitSelectExpression(HqlParser.SelectExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.selectExpression().
visitSelection(int, SqmSelection<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitSelection(HqlParser.SelectionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.selection().
visitSelection(HqlParser.SelectionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.selection().
visitSelection(HqlParser.SelectionContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitSelection(SqmSelection) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitSelection(SqmSelection<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitSelection(SqmSelection<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitSelection(SqmSelection<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitSelectionList(HqlParser.SelectionListContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.selectionList().
visitSelectionList(HqlParser.SelectionListContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.selectionList().
visitSelectQuery(SqmSelectQuery<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitSelectStatement(HqlParser.SelectStatementContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.selectStatement().
visitSelectStatement(HqlParser.SelectStatementContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.selectStatement().
visitSelectStatement(HqlParser.SelectStatementContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitSelectStatement(SqmSelectStatement<?>) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitSelectStatement(SqmSelectStatement<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitSelectStatement(SqmSelectStatement<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitSelectStatement(SqmSelectStatement<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitSelectStatement(SelectStatement) - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
visitSelectStatement(SelectStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitSelectStatement(SelectStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitSelectStatement(SelectStatement) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitSelectStatement(SelectStatement) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitSelectStatement(SelectStatement) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitSelfRenderingExpression(SelfRenderingExpression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitSelfRenderingExpression(SelfRenderingExpression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitSelfRenderingExpression(SelfRenderingExpression) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitSelfRenderingExpression(SelfRenderingExpression) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitSelfRenderingExpression(SelfRenderingExpression) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitSelfRenderingPredicate(SelfRenderingPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitSelfRenderingPredicate(SelfRenderingPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitSelfRenderingPredicate(SelfRenderingPredicate) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitSelfRenderingPredicate(SelfRenderingPredicate) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitServiceBindings(Consumer<ServiceBinding<?>>) - Method in class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
visitSetAssignment(Assignment) - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
visitSetAssignment(Assignment) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitSetClause(HqlParser.SetClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.setClause().
visitSetClause(HqlParser.SetClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.setClause().
visitSetClause(SqmSetClause) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitSetClause(SqmSetClause) - Method in class org.hibernate.query.sqm.mutation.internal.MultiTableSqmMutationConverter
 
visitSetClause(SqmSetClause) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitSetClause(SqmSetClause) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitSetClause(SqmSetClause) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitSetClause(SqmSetClause, Consumer<Assignment>, MultiTableSqmMutationConverter.SqmParameterResolutionConsumer) - Method in class org.hibernate.query.sqm.mutation.internal.MultiTableSqmMutationConverter
Specialized hook to visit the assignments defined by the update SQM.
visitSetJoin(SqmSetJoin<?, ?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitSetOperator(HqlParser.SetOperatorContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.setOperator().
visitSetOperator(HqlParser.SetOperatorContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.setOperator().
visitSetOperator(HqlParser.SetOperatorContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitSetQueryGroup(HqlParser.SetQueryGroupContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the SetQueryGroup labeled alternative in HqlParser.queryExpression().
visitSetQueryGroup(HqlParser.SetQueryGroupContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the SetQueryGroup labeled alternative in HqlParser.queryExpression().
visitSetQueryGroup(HqlParser.SetQueryGroupContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitSignOperator(HqlParser.SignOperatorContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.signOperator().
visitSignOperator(HqlParser.SignOperatorContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.signOperator().
visitSignOperator(HqlParser.SignOperatorContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitSimpleCaseExpression(SqmCaseSimple) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitSimpleCaseExpression(SqmCaseSimple<?, ?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitSimpleCaseExpression(SqmCaseSimple<?, ?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitSimpleCaseExpression(SqmCaseSimple<?, ?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitSimpleCaseExpression(SqmCaseSimple<?, ?>) - Method in class org.hibernate.query.sqm.tree.jpa.ParameterCollector
 
visitSimpleCaseList(HqlParser.SimpleCaseListContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.simpleCaseList().
visitSimpleCaseList(HqlParser.SimpleCaseListContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.simpleCaseList().
visitSimpleCaseList(HqlParser.SimpleCaseListContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitSimpleCaseWhen(HqlParser.SimpleCaseWhenContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.simpleCaseWhen().
visitSimpleCaseWhen(HqlParser.SimpleCaseWhenContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.simpleCaseWhen().
visitSimpleFunction(OrderingParser.SimpleFunctionContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseVisitor
Visit a parse tree produced by OrderingParser.simpleFunction().
visitSimpleFunction(OrderingParser.SimpleFunctionContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserVisitor
Visit a parse tree produced by OrderingParser.simpleFunction().
visitSimplePath(HqlParser.SimplePathContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.simplePath().
visitSimplePath(HqlParser.SimplePathContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.simplePath().
visitSimplePath(HqlParser.SimplePathContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitSimplePathElement(HqlParser.SimplePathElementContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.simplePathElement().
visitSimplePathElement(HqlParser.SimplePathElementContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.simplePathElement().
visitSimpleQueryGroup(HqlParser.SimpleQueryGroupContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the SimpleQueryGroup labeled alternative in HqlParser.queryExpression().
visitSimpleQueryGroup(HqlParser.SimpleQueryGroupContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the SimpleQueryGroup labeled alternative in HqlParser.queryExpression().
visitSimpleQueryGroup(HqlParser.SimpleQueryGroupContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitSingularJoin(SqmSingularJoin<?, ?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitSortDirection(HqlParser.SortDirectionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.sortDirection().
visitSortDirection(HqlParser.SortDirectionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.sortDirection().
visitSortExpression(HqlParser.SortExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.sortExpression().
visitSortExpression(HqlParser.SortExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.sortExpression().
visitSortExpression(HqlParser.SortExpressionContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitSortExpression(HqlParser.SortExpressionContext, boolean) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitSortSpecification(HqlParser.SortSpecificationContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.sortSpecification().
visitSortSpecification(HqlParser.SortSpecificationContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.sortSpecification().
visitSortSpecification(HqlParser.SortSpecificationContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitSortSpecification(OrderingParser.SortSpecificationContext) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseVisitor
Visit a parse tree produced by OrderingParser.sortSpecification().
visitSortSpecification(OrderingParser.SortSpecificationContext) - Method in interface org.hibernate.grammars.ordering.OrderingParserVisitor
Visit a parse tree produced by OrderingParser.sortSpecification().
visitSortSpecification(OrderingParser.SortSpecificationContext) - Method in class org.hibernate.metamodel.mapping.ordering.ast.ParseTreeVisitor
 
visitSortSpecification(SqmSortSpecification) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitSortSpecification(SqmSortSpecification) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitSortSpecification(SqmSortSpecification) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitSortSpecification(SqmSortSpecification) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitSortSpecification(Expression, SortDirection, NullPrecedence) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitSortSpecification(SortSpecification) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitSortSpecification(SortSpecification) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitSortSpecification(SortSpecification) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitSortSpecification(SortSpecification) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitSortSpecifications(Consumer<SortSpecification>) - Method in class org.hibernate.sql.ast.tree.select.QueryPart
 
visitSqlFragmentPredicate(SqlFragmentPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitSqlFragmentPredicate(SqlFragmentPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitSqlFragmentPredicate(SqlFragmentPredicate) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitSqlFragmentPredicate(SqlFragmentPredicate) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitSqlSelectExpression(Expression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitSqlSelection(SqlSelection) - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
visitSqlSelection(SqlSelection) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitSqlSelection(SqlSelection) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitSqlSelection(SqlSelection) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitSqlSelection(SqlSelection) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitSqlSelectionExpression(SqlSelectionExpression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitSqlSelectionExpression(SqlSelectionExpression) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitSqlSelectionExpression(SqlSelectionExpression) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitSqlSelectionExpression(SqlSelectionExpression) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitSqlSelectionExpression(SqlSelectionExpression) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitSqlSelections(SelectClause) - Method in class org.hibernate.dialect.H2SqlAstTranslator
 
visitSqlSelections(SelectClause) - Method in class org.hibernate.dialect.SQLServerSqlAstTranslator
 
visitSqlSelections(SelectClause) - Method in class org.hibernate.dialect.SybaseASESqlAstTranslator
 
visitSqlSelections(SelectClause) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitSqmJoins(Consumer<SqmJoin<T, ?>>) - Method in class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
visitSqmJoins(Consumer<SqmJoin<T, ?>>) - Method in interface org.hibernate.query.sqm.tree.from.SqmFrom
Visit all associated joins
visitSqmQueryMementos(Consumer<NamedSqmQueryMemento>) - Method in class org.hibernate.query.internal.NamedObjectRepositoryImpl
 
visitSqmQueryMementos(Consumer<NamedSqmQueryMemento>) - Method in interface org.hibernate.query.named.NamedObjectRepository
 
visitStandardFunction(HqlParser.StandardFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.standardFunction().
visitStandardFunction(HqlParser.StandardFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.standardFunction().
visitStandardTableDelete(TableDeleteStandard) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitStandardTableDelete(TableDeleteStandard) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitStandardTableDelete(TableDeleteStandard) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitStandardTableDelete(TableDeleteStandard) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitStandardTableInsert(TableInsertStandard) - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
visitStandardTableInsert(TableInsertStandard) - Method in class org.hibernate.dialect.H2SqlAstTranslator
 
visitStandardTableInsert(TableInsertStandard) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitStandardTableInsert(TableInsertStandard) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitStandardTableInsert(TableInsertStandard) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitStandardTableInsert(TableInsertStandard) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitStandardTableUpdate(TableUpdateStandard) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitStandardTableUpdate(TableUpdateStandard) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitStandardTableUpdate(TableUpdateStandard) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitStandardTableUpdate(TableUpdateStandard) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitStar(SqmStar) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitStar(SqmStar) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitStar(SqmStar) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitStar(SqmStar) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitStar(Star) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitStar(Star) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitStar(Star) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitStar(Star) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitStar(Star) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitStatement(HqlParser.StatementContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.statement().
visitStatement(HqlParser.StatementContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.statement().
visitStatement(HqlParser.StatementContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitSubGraph(GraphLanguageParser.SubGraphContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseVisitor
Visit a parse tree produced by GraphLanguageParser.subGraph().
visitSubGraph(GraphLanguageParser.SubGraphContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserVisitor
Visit a parse tree produced by GraphLanguageParser.subGraph().
visitSubGraph(GraphLanguageParser.SubGraphContext) - Method in class org.hibernate.graph.internal.parse.GraphParser
 
visitSubGraphs(BiConsumer<Class<? extends J>, SubGraphImplementor<? extends J>>) - Method in interface org.hibernate.graph.spi.AttributeNodeImplementor
 
visitSubParts(Consumer<ModelPart>, EntityMappingType) - Method in class org.hibernate.metamodel.internal.AbstractCompositeIdentifierMapping
 
visitSubParts(Consumer<ModelPart>, EntityMappingType) - Method in interface org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
 
visitSubParts(Consumer<ModelPart>, EntityMappingType) - Method in interface org.hibernate.metamodel.mapping.EntityValuedModelPart
 
visitSubParts(Consumer<ModelPart>, EntityMappingType) - Method in class org.hibernate.metamodel.mapping.internal.AbstractEmbeddableMapping
 
visitSubParts(Consumer<ModelPart>, EntityMappingType) - Method in class org.hibernate.metamodel.mapping.internal.CompoundNaturalIdMapping
 
visitSubParts(Consumer<ModelPart>, EntityMappingType) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedAssociationAttributeMapping
 
visitSubParts(Consumer<ModelPart>, EntityMappingType) - Method in class org.hibernate.metamodel.mapping.internal.DiscriminatedCollectionPart
 
visitSubParts(Consumer<ModelPart>, EntityMappingType) - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedCollectionPart
 
visitSubParts(Consumer<ModelPart>, EntityMappingType) - Method in class org.hibernate.metamodel.mapping.internal.PluralAttributeMappingImpl
 
visitSubParts(Consumer<ModelPart>, EntityMappingType) - Method in interface org.hibernate.metamodel.mapping.ModelPartContainer
 
visitSubParts(Consumer<ModelPart>, EntityMappingType) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
visitSubParts(Consumer<ModelPart>, EntityMappingType) - Method in class org.hibernate.query.derived.AnonymousTupleEmbeddableValuedModelPart
 
visitSubParts(Consumer<ModelPart>, EntityMappingType) - Method in class org.hibernate.query.derived.AnonymousTupleEntityValuedModelPart
 
visitSubParts(Consumer<ModelPart>, EntityMappingType) - Method in class org.hibernate.query.derived.AnonymousTupleTableGroupProducer
 
visitSubquery(HqlParser.SubqueryContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.subquery().
visitSubquery(HqlParser.SubqueryContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.subquery().
visitSubquery(HqlParser.SubqueryContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitSubqueryExpression(HqlParser.SubqueryExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the SubqueryExpression labeled alternative in HqlParser.expression().
visitSubqueryExpression(HqlParser.SubqueryExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the SubqueryExpression labeled alternative in HqlParser.expression().
visitSubqueryExpression(HqlParser.SubqueryExpressionContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitSubQueryExpression(SqmSubQuery) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitSubQueryExpression(SqmSubQuery<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitSubQueryExpression(SqmSubQuery<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitSubQueryExpression(SqmSubQuery<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitSubqueryInList(HqlParser.SubqueryInListContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the SubqueryInList labeled alternative in HqlParser.inList().
visitSubqueryInList(HqlParser.SubqueryInListContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the SubqueryInList labeled alternative in HqlParser.inList().
visitSubSelectableNodes(Consumer<SqmSelectableNode<?>>) - Method in class org.hibernate.query.sqm.tree.domain.SqmMapEntryReference
 
visitSubSelectableNodes(Consumer<SqmSelectableNode<?>>) - Method in interface org.hibernate.query.sqm.tree.expression.SqmExpression
 
visitSubSelectableNodes(Consumer<SqmSelectableNode<?>>) - Method in class org.hibernate.query.sqm.tree.expression.SqmJpaCriteriaParameterWrapper
 
visitSubSelectableNodes(Consumer<SqmSelectableNode<?>>) - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
 
visitSubSelectableNodes(Consumer<SqmSelectableNode<?>>) - Method in class org.hibernate.query.sqm.tree.select.SqmJpaCompoundSelection
 
visitSubSelectableNodes(Consumer<SqmSelectableNode<?>>) - Method in interface org.hibernate.query.sqm.tree.select.SqmSelectableNode
Visit each of this selectable's direct sub-selectables - used to support JPA's Selection model (which is really a "selectable", just poorly named and poorly defined
visitSubstringFunction(HqlParser.SubstringFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.substringFunction().
visitSubstringFunction(HqlParser.SubstringFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.substringFunction().
visitSubstringFunction(HqlParser.SubstringFunctionContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitSubstringFunctionLengthArgument(HqlParser.SubstringFunctionLengthArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.substringFunctionLengthArgument().
visitSubstringFunctionLengthArgument(HqlParser.SubstringFunctionLengthArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.substringFunctionLengthArgument().
visitSubstringFunctionStartArgument(HqlParser.SubstringFunctionStartArgumentContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.substringFunctionStartArgument().
visitSubstringFunctionStartArgument(HqlParser.SubstringFunctionStartArgumentContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.substringFunctionStartArgument().
visitSubType(GraphLanguageParser.SubTypeContext) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseVisitor
Visit a parse tree produced by GraphLanguageParser.subType().
visitSubType(GraphLanguageParser.SubTypeContext) - Method in interface org.hibernate.grammars.graph.GraphLanguageParserVisitor
Visit a parse tree produced by GraphLanguageParser.subType().
visitSubTypeAttributeMappings(Consumer<? super AttributeMapping>) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
Walk this type's attributes as well as its sub-type's
visitSubTypeAttributeMappings(Consumer<? super AttributeMapping>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
visitSummarization(SqmSummarization<?>) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitSummarization(SqmSummarization<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitSummarization(SqmSummarization<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitSummarization(SqmSummarization<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitSummarization(Summarization) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitSummarization(Summarization) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitSummarization(Summarization) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitSummarization(Summarization) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitSummarization(Summarization) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitSuperTypeAttributeMappings(Consumer<? super AttributeMapping>) - Method in interface org.hibernate.metamodel.mapping.EntityMappingType
Walk this type's attributes as well as its super-type's
visitSuperTypeAttributeMappings(Consumer<? super AttributeMapping>) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
visitSyntacticDomainPath(HqlParser.SyntacticDomainPathContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.syntacticDomainPath().
visitSyntacticDomainPath(HqlParser.SyntacticDomainPathContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.syntacticDomainPath().
visitSyntacticDomainPath(HqlParser.SyntacticDomainPathContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitSyntacticPathExpression(HqlParser.SyntacticPathExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the SyntacticPathExpression labeled alternative in HqlParser.primaryExpression().
visitSyntacticPathExpression(HqlParser.SyntacticPathExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the SyntacticPathExpression labeled alternative in HqlParser.primaryExpression().
visitSyntacticPathExpression(HqlParser.SyntacticPathExpressionContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitTableGroup(TableGroup) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitTableGroup(TableGroup) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitTableGroup(TableGroup) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitTableGroup(TableGroup) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitTableGroup(TableGroup) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitTableGroupJoin(TableGroupJoin) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitTableGroupJoin(TableGroupJoin) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitTableGroupJoin(TableGroupJoin) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitTableGroupJoin(TableGroupJoin) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitTableGroupJoin(TableGroupJoin) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitTableGroupJoins(Consumer<TableGroupJoin>) - Method in class org.hibernate.sql.ast.tree.from.AbstractTableGroup
 
visitTableGroupJoins(Consumer<TableGroupJoin>) - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
visitTableGroupJoins(Consumer<TableGroupJoin>) - Method in class org.hibernate.sql.ast.tree.from.FromClause
 
visitTableGroupJoins(Consumer<TableGroupJoin>) - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
visitTableGroupJoins(Consumer<TableGroupJoin>) - Method in class org.hibernate.sql.ast.tree.from.MappedByTableGroup
 
visitTableGroupJoins(Consumer<TableGroupJoin>) - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
 
visitTableGroupJoins(Consumer<TableGroupJoin>) - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
 
visitTableGroupJoins(Consumer<TableGroupJoin>) - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
 
visitTableGroups(Consumer<TableGroup>) - Method in class org.hibernate.sql.ast.tree.from.FromClause
 
visitTableJoins(Consumer<TableJoin>) - Method in class org.hibernate.sql.ast.tree.from.FromClause
 
visitTableReferenceJoin(TableReferenceJoin) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitTableReferenceJoin(TableReferenceJoin) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitTableReferenceJoin(TableReferenceJoin) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitTableReferenceJoin(TableReferenceJoin) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitTableReferenceJoin(TableReferenceJoin) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitTableReferences(Consumer<TableReference>) - Method in class org.hibernate.sql.ast.tree.from.FromClause
 
visitTargetEntity(HqlParser.TargetEntityContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.targetEntity().
visitTargetEntity(HqlParser.TargetEntityContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.targetEntity().
visitTargetEntity(HqlParser.TargetEntityContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitTargetFields(HqlParser.TargetFieldsContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.targetFields().
visitTargetFields(HqlParser.TargetFieldsContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.targetFields().
visitTargetSelectables(int, SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
 
visitTargetSelectables(int, SelectableConsumer) - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedForeignKeyDescriptor
 
visitTargetSelectables(int, SelectableConsumer) - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
visitTargetSelectables(SelectableConsumer) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
 
visitTemporalLiteral(HqlParser.TemporalLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.temporalLiteral().
visitTemporalLiteral(HqlParser.TemporalLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.temporalLiteral().
visitTerminal(TerminalNode) - Method in class org.hibernate.grammars.graph.GraphLanguageParserBaseListener
visitTerminal(TerminalNode) - Method in class org.hibernate.grammars.hql.HqlParserBaseListener
visitTerminal(TerminalNode) - Method in class org.hibernate.grammars.importsql.SqlScriptParserBaseListener
visitTerminal(TerminalNode) - Method in class org.hibernate.grammars.ordering.OrderingParserBaseListener
visitTerminal(TerminalNode) - Method in class org.hibernate.metamodel.mapping.ordering.ast.ParseTreeVisitor
 
visitTerminal(TerminalNode) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitThruthnessPredicate(ThruthnessPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitThruthnessPredicate(ThruthnessPredicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitThruthnessPredicate(ThruthnessPredicate) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitThruthnessPredicate(ThruthnessPredicate) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitTime(HqlParser.TimeContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.time().
visitTime(HqlParser.TimeContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.time().
visitTime(HqlParser.TimeContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitTimeLiteral(HqlParser.TimeLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.timeLiteral().
visitTimeLiteral(HqlParser.TimeLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.timeLiteral().
visitTimeLiteral(HqlParser.TimeLiteralContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitTimeZoneField(HqlParser.TimeZoneFieldContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.timeZoneField().
visitTimeZoneField(HqlParser.TimeZoneFieldContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.timeZoneField().
visitTimeZoneField(HqlParser.TimeZoneFieldContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitToDuration(SqmToDuration<?>) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitToDuration(SqmToDuration<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitToDuration(SqmToDuration<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitToDuration(SqmToDuration<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitToDurationExpression(HqlParser.ToDurationExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the ToDurationExpression labeled alternative in HqlParser.expression().
visitToDurationExpression(HqlParser.ToDurationExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the ToDurationExpression labeled alternative in HqlParser.expression().
visitToDurationExpression(HqlParser.ToDurationExpressionContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitToOneFkExpression(HqlParser.ToOneFkExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the ToOneFkExpression labeled alternative in HqlParser.primaryExpression().
visitToOneFkExpression(HqlParser.ToOneFkExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the ToOneFkExpression labeled alternative in HqlParser.primaryExpression().
visitToOneFkExpression(HqlParser.ToOneFkExpressionContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitToOneFkReference(HqlParser.ToOneFkReferenceContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.toOneFkReference().
visitToOneFkReference(HqlParser.ToOneFkReferenceContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.toOneFkReference().
visitToOneFkReference(HqlParser.ToOneFkReferenceContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitTreatedNavigablePath(HqlParser.TreatedNavigablePathContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.treatedNavigablePath().
visitTreatedNavigablePath(HqlParser.TreatedNavigablePathContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.treatedNavigablePath().
visitTreatedNavigablePath(HqlParser.TreatedNavigablePathContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitTreatedPath(SqmTreatedPath) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitTreatedPath(SqmTreatedPath<?, ?>) - Method in class org.hibernate.query.sqm.internal.SqmPathVisitor
 
visitTreatedPath(SqmTreatedPath<?, ?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitTreatedPath(SqmTreatedPath<?, ?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitTreatedPath(SqmTreatedPath<?, ?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitTrimCharacter(HqlParser.TrimCharacterContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.trimCharacter().
visitTrimCharacter(HqlParser.TrimCharacterContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.trimCharacter().
visitTrimCharacter(HqlParser.TrimCharacterContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitTrimFunction(HqlParser.TrimFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.trimFunction().
visitTrimFunction(HqlParser.TrimFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.trimFunction().
visitTrimFunction(HqlParser.TrimFunctionContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitTrimSpecification(HqlParser.TrimSpecificationContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.trimSpecification().
visitTrimSpecification(HqlParser.TrimSpecificationContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.trimSpecification().
visitTrimSpecification(HqlParser.TrimSpecificationContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitTrimSpecification(SqmTrimSpecification) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitTrimSpecification(SqmTrimSpecification) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitTrimSpecification(SqmTrimSpecification) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitTrimSpecification(SqmTrimSpecification) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitTrimSpecification(TrimSpecification) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitTrimSpecification(TrimSpecification) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitTrimSpecification(TrimSpecification) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitTrimSpecification(TrimSpecification) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitTrimSpecification(TrimSpecification) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitTruncFunction(HqlParser.TruncFunctionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.truncFunction().
visitTruncFunction(HqlParser.TruncFunctionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.truncFunction().
visitTruncFunction(HqlParser.TruncFunctionContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitTuple(SqmTuple) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitTuple(SqmTuple<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitTuple(SqmTuple<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitTuple(SqmTuple<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitTuple(SqlTuple) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitTuple(SqlTuple) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitTuple(SqlTuple) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitTuple(SqlTuple) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitTupleExpression(HqlParser.TupleExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the TupleExpression labeled alternative in HqlParser.expression().
visitTupleExpression(HqlParser.TupleExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the TupleExpression labeled alternative in HqlParser.expression().
visitTupleExpression(HqlParser.TupleExpressionContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitTypeVariable(TypeVariable, Object) - Method in class org.hibernate.jpamodelgen.util.TypeRenderingVisitor
 
visitTypeVariable(TypeVariable, Element) - Method in class org.hibernate.jpamodelgen.annotation.MetaAttributeGenerationVisitor
 
visitUnaryExpression(HqlParser.UnaryExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the UnaryExpression labeled alternative in HqlParser.expression().
visitUnaryExpression(HqlParser.UnaryExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the UnaryExpression labeled alternative in HqlParser.expression().
visitUnaryExpression(HqlParser.UnaryExpressionContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitUnaryNumericLiteralExpression(HqlParser.UnaryNumericLiteralExpressionContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the UnaryNumericLiteralExpression labeled alternative in HqlParser.expression().
visitUnaryNumericLiteralExpression(HqlParser.UnaryNumericLiteralExpressionContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the UnaryNumericLiteralExpression labeled alternative in HqlParser.expression().
visitUnaryNumericLiteralExpression(HqlParser.UnaryNumericLiteralExpressionContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitUnaryOperationExpression(SqmUnaryOperation) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitUnaryOperationExpression(SqmUnaryOperation<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitUnaryOperationExpression(SqmUnaryOperation<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitUnaryOperationExpression(SqmUnaryOperation<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitUnaryOperationExpression(UnaryOperation) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitUnaryOperationExpression(UnaryOperation) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitUnaryOperationExpression(UnaryOperation) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitUnaryOperationExpression(UnaryOperation) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitUnion(UnionType, Object) - Method in class org.hibernate.jpamodelgen.util.TypeRenderingVisitor
 
visitUnparsedNumericLiteral(UnparsedNumericLiteral<N>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitUnparsedNumericLiteral(UnparsedNumericLiteral<N>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitUnparsedNumericLiteral(UnparsedNumericLiteral<N>) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitUnparsedNumericLiteral(UnparsedNumericLiteral<N>) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitUpdateStatement(HqlParser.UpdateStatementContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.updateStatement().
visitUpdateStatement(HqlParser.UpdateStatementContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.updateStatement().
visitUpdateStatement(HqlParser.UpdateStatementContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitUpdateStatement(SqmUpdateStatement<?>) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitUpdateStatement(SqmUpdateStatement<?>) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitUpdateStatement(SqmUpdateStatement<?>) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitUpdateStatement(SqmUpdateStatement<?>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitUpdateStatement(UpdateStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitUpdateStatement(UpdateStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitUpdateStatement(UpdateStatement) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitUpdateStatement(UpdateStatement) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitUpdateStatement(UpdateStatement) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitUpdateStatementOnly(UpdateStatement) - Method in class org.hibernate.dialect.DB2SqlAstTranslator
 
visitUpdateStatementOnly(UpdateStatement) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitValues(HqlParser.ValuesContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by the values labeled alternative in HqlParser#queryExpressionqueryExpressionorderedQueryorderedQueryorderedQueryfromRootfromRootjoinTargetjoinTargetpredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicateinListinListinListinListexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionparameterparametercollectionAggregateFunctioncollectionAggregateFunction.
visitValues(HqlParser.ValuesContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by the values labeled alternative in HqlParser#queryExpressionqueryExpressionorderedQueryorderedQueryorderedQueryfromRootfromRootjoinTargetjoinTargetpredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicatepredicateinListinListinListinListexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionexpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionprimaryExpressionparameterparametercollectionAggregateFunctioncollectionAggregateFunction.
visitValues(SqmValues) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitValues(SqmValues) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitValues(SqmValues) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitValues(SqmValues) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitValuesList(List<Values>) - Method in class org.hibernate.dialect.HANASqlAstTranslator
 
visitValuesList(List<Values>) - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
visitValuesList(List<Values>) - Method in class org.hibernate.dialect.SybaseASESqlAstTranslator
 
visitValuesList(List<Values>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitValuesList(HqlParser.ValuesListContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.valuesList().
visitValuesList(HqlParser.ValuesListContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.valuesList().
visitValuesListEmulateSelectUnion(List<Values>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitValuesListStandard(List<Values>) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitValuesTableReference(ValuesTableReference) - Method in class org.hibernate.dialect.MySQLSqlAstTranslator
 
visitValuesTableReference(ValuesTableReference) - Method in class org.hibernate.dialect.OracleSqlAstTranslator
 
visitValuesTableReference(ValuesTableReference) - Method in class org.hibernate.dialect.TiDBSqlAstTranslator
 
visitValuesTableReference(ValuesTableReference) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitValuesTableReference(ValuesTableReference) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
visitValuesTableReference(ValuesTableReference) - Method in class org.hibernate.sql.ast.spi.AggregateFunctionChecker
 
visitValuesTableReference(ValuesTableReference) - Method in class org.hibernate.sql.ast.spi.AliasCollector
 
visitValuesTableReference(ValuesTableReference) - Method in class org.hibernate.sql.ast.spi.ExpressionReplacementWalker
 
visitValuesTableReference(ValuesTableReference) - Method in interface org.hibernate.sql.ast.SqlAstWalker
 
visitVariable(HqlParser.VariableContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.variable().
visitVariable(HqlParser.VariableContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.variable().
visitVariable(HqlParser.VariableContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitWeekField(HqlParser.WeekFieldContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.weekField().
visitWeekField(HqlParser.WeekFieldContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.weekField().
visitWeekField(HqlParser.WeekFieldContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitWhereClause(HqlParser.WhereClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.whereClause().
visitWhereClause(HqlParser.WhereClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.whereClause().
visitWhereClause(HqlParser.WhereClauseContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitWhereClause(SqmWhereClause) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitWhereClause(SqmWhereClause) - Method in class org.hibernate.query.sqm.mutation.internal.MultiTableSqmMutationConverter
 
visitWhereClause(SqmWhereClause) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitWhereClause(SqmWhereClause) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitWhereClause(SqmWhereClause, Consumer<ColumnReference>, MultiTableSqmMutationConverter.SqmParameterResolutionConsumer) - Method in class org.hibernate.query.sqm.mutation.internal.MultiTableSqmMutationConverter
 
visitWhereClause(Predicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
visitWildcard(WildcardType, Object) - Method in class org.hibernate.jpamodelgen.util.TypeRenderingVisitor
 
visitWindow(SqmWindow) - Method in class org.hibernate.query.sqm.internal.SqmTreePrinter
 
visitWindow(SqmWindow) - Method in interface org.hibernate.query.sqm.SemanticQueryWalker
 
visitWindow(SqmWindow) - Method in class org.hibernate.query.sqm.spi.BaseSemanticQueryWalker
 
visitWithClause(HqlParser.WithClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.withClause().
visitWithClause(HqlParser.WithClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.withClause().
visitWithClause(HqlParser.WithClauseContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitWithInferredType(SqmVisitableNode, Supplier<MappingModelExpressible<?>>) - Method in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
visitWithInferredType(SqmVisitableNode, Supplier<MappingModelExpressible<?>>) - Method in class org.hibernate.query.sqm.sql.FakeSqmToSqlAstConverter
 
visitWithInferredType(SqmVisitableNode, Supplier<MappingModelExpressible<?>>) - Method in interface org.hibernate.query.sqm.sql.SqmToSqlAstConverter
Visits the given node with the given inferred type access.
visitWithinGroupClause(HqlParser.WithinGroupClauseContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.withinGroupClause().
visitWithinGroupClause(HqlParser.WithinGroupClauseContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.withinGroupClause().
visitYear(HqlParser.YearContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.year().
visitYear(HqlParser.YearContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.year().
visitZonedDateTime(HqlParser.ZonedDateTimeContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.zonedDateTime().
visitZonedDateTime(HqlParser.ZonedDateTimeContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.zonedDateTime().
visitZonedDateTime(HqlParser.ZonedDateTimeContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitZonedDateTimeLiteral(HqlParser.ZonedDateTimeLiteralContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.zonedDateTimeLiteral().
visitZonedDateTimeLiteral(HqlParser.ZonedDateTimeLiteralContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.zonedDateTimeLiteral().
visitZonedDateTimeLiteral(HqlParser.ZonedDateTimeLiteralContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
visitZoneId(HqlParser.ZoneIdContext) - Method in class org.hibernate.grammars.hql.HqlParserBaseVisitor
Visit a parse tree produced by HqlParser.zoneId().
visitZoneId(HqlParser.ZoneIdContext) - Method in interface org.hibernate.grammars.hql.HqlParserVisitor
Visit a parse tree produced by HqlParser.zoneId().
visitZoneId(HqlParser.ZoneIdContext) - Method in class org.hibernate.query.hql.internal.SemanticQueryBuilder
 
VM - org.hibernate.annotations.SourceType
Indicates that values are generated in the Java virtual machine.
VM - org.hibernate.boot.jaxb.hbm.spi.JaxbHbmTimestampSourceEnum
 
VmValueGeneration - Class in org.hibernate.tuple
Deprecated.
since GeneratorType is deprecated
VmValueGeneration(GeneratorType) - Constructor for class org.hibernate.tuple.VmValueGeneration
Deprecated.
 
VOCABULARY - Static variable in class org.hibernate.grammars.graph.GraphLanguageLexer
 
VOCABULARY - Static variable in class org.hibernate.grammars.graph.GraphLanguageParser
 
VOCABULARY - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
VOCABULARY - Static variable in class org.hibernate.grammars.hql.HqlParser
 
VOCABULARY - Static variable in class org.hibernate.grammars.importsql.SqlScriptLexer
 
VOCABULARY - Static variable in class org.hibernate.grammars.importsql.SqlScriptParser
 
VOCABULARY - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
VOCABULARY - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 

W

WAIT_FOREVER - Static variable in class org.hibernate.LockOptions
Indicates that there is no timeout for the lock acquisition, that is, that the database should in principle wait forever to obtain the lock.
waitingForAutoClose - Variable in class org.hibernate.internal.AbstractSharedSessionContract
 
walkWarnings(SQLWarning, SqlExceptionHelper.WarningHandler) - Method in class org.hibernate.engine.jdbc.spi.SqlExceptionHelper
Generic algorithm to walk the hierarchy of SQLWarnings
warn(int, int, String) - Method in interface org.hibernate.jpamodelgen.validation.Validation.Handler
 
WARN - org.hibernate.boot.jaxb.hbm.transform.UnsupportedFeatureHandling
Similar to UnsupportedFeatureHandling.IGNORE except that we log a warning
warning(SAXParseException) - Method in class org.hibernate.jpa.boot.internal.PersistenceXmlParser.ErrorHandlerImpl
 
WARNING - org.hibernate.query.ImmutableEntityUpdateQueryHandlingMode
 
WarningHandlerLoggingSupport() - Constructor for class org.hibernate.engine.jdbc.spi.SqlExceptionHelper.WarningHandlerLoggingSupport
 
warningsCreatingTempTable(SQLWarning) - Method in interface org.hibernate.internal.CoreMessageLogger
 
wasDereferenced() - Method in class org.hibernate.engine.spi.CollectionEntry
 
wasDirtyCollectionFound() - Method in class org.hibernate.event.internal.DirtyCollectionSearchVisitor
 
wasInitialized() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
 
wasInitialized() - Method in interface org.hibernate.collection.spi.LazyInitializable
Is this instance initialized?
wasInitialized() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
 
wasInitialized() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.MapProxy
 
wasInitialized() - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.SortedMapProxy
 
wasInsertedDuringTransaction(EntityPersister, Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
wasInsertedDuringTransaction(EntityPersister, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Allows callers to check to see if the identified entity was inserted during the current transaction.
wasJpaBootstrap(boolean) - Method in class org.hibernate.event.internal.AbstractFlushingEventListener
 
wasJpaBootstrap(boolean) - Method in class org.hibernate.event.internal.DefaultDeleteEventListener
 
wasJpaBootstrap(boolean) - Method in interface org.hibernate.event.service.spi.JpaBootstrapSensitive
 
wasLockedConcurrently() - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess.SoftLockImpl
Returns true if this Lock has been concurrently locked by more than one transaction.
wasTriggered() - Method in interface org.hibernate.testing.logger.Triggerable
 
wasTriggered() - Method in class org.hibernate.testing.logger.TriggerOnPrefixLogListener
 
wasTriggered() - Method in interface org.hibernate.testing.orm.junit.MessageKeyWatcher
 
wasTriggered() - Method in class org.hibernate.testing.orm.junit.MessageKeyWatcherImpl
 
watchForLogMessages(String) - Method in class org.hibernate.testing.logger.LoggerInspectionRule
 
watchForLogMessages(String) - Method in class org.hibernate.testing.orm.logger.LoggerInspectionExtension
 
watchForLogMessages(Set<String>) - Method in class org.hibernate.testing.logger.LoggerInspectionRule
 
watchForLogMessages(Set<String>) - Method in class org.hibernate.testing.orm.logger.LoggerInspectionExtension
 
WEAK - org.hibernate.internal.util.collections.ConcurrentReferenceHashMap.ReferenceType
Indicates a WeakReference should be used
weaker(EntityNameUse) - Method in class org.hibernate.persister.entity.EntityNameUse
 
weaker(EntityNameUse.UseKind) - Method in enum org.hibernate.persister.entity.EntityNameUse.UseKind
 
WeblogicJtaPlatform - Class in org.hibernate.engine.transaction.jta.platform.internal
JtaPlatform implementation for Weblogic
WeblogicJtaPlatform() - Constructor for class org.hibernate.engine.transaction.jta.platform.internal.WeblogicJtaPlatform
 
WebSphereExtendedJtaPlatform - Class in org.hibernate.engine.transaction.jta.platform.internal
JTA platform implementation intended for use with WebSphere Application Server (WAS).
WebSphereExtendedJtaPlatform() - Constructor for class org.hibernate.engine.transaction.jta.platform.internal.WebSphereExtendedJtaPlatform
 
WebSphereExtendedJtaPlatform.TransactionManagerAdapter - Class in org.hibernate.engine.transaction.jta.platform.internal
 
WebSphereExtendedJtaPlatform.TransactionManagerAdapter.TransactionAdapter - Class in org.hibernate.engine.transaction.jta.platform.internal
 
WebSphereJtaPlatform - Class in org.hibernate.engine.transaction.jta.platform.internal
JTA platform implementation for WebSphere (versions 4, 5.0 and 5.1)
WebSphereJtaPlatform() - Constructor for class org.hibernate.engine.transaction.jta.platform.internal.WebSphereJtaPlatform
 
WebSphereJtaPlatform(Class, WebSphereJtaPlatform.WebSphereEnvironment) - Constructor for class org.hibernate.engine.transaction.jta.platform.internal.WebSphereJtaPlatform
 
WebSphereJtaPlatform.WebSphereEnvironment - Enum in org.hibernate.engine.transaction.jta.platform.internal
 
WebSphereLibertyJtaPlatform - Class in org.hibernate.engine.transaction.jta.platform.internal
JTA platform implementation intended for use with WebSphere Liberty and OpenLiberty
WebSphereLibertyJtaPlatform() - Constructor for class org.hibernate.engine.transaction.jta.platform.internal.WebSphereLibertyJtaPlatform
 
WEEK - org.hibernate.query.sqm.TemporalUnit
Week, defined to mean 7 days when it occurs as a unit of duration, or to mean the ISO ISO-8601 week number when passed to extract().
WEEK - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
WEEK - Static variable in class org.hibernate.grammars.hql.HqlParser
 
WEEK() - Method in class org.hibernate.grammars.hql.HqlParser.DatetimeFieldContext
 
WEEK() - Method in class org.hibernate.grammars.hql.HqlParser.DayFieldContext
 
WEEK() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
WEEK() - Method in class org.hibernate.grammars.hql.HqlParser.WeekFieldContext
 
WEEK_OF_MONTH - org.hibernate.query.sqm.TemporalUnit
The week of the month, where the first day of the month is in week 1, and a new week starts each Sunday.
WEEK_OF_YEAR - org.hibernate.query.sqm.TemporalUnit
The week of the year, where the first day of the year is in week 1, and a new week starts each Sunday.
week_weekofyear() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
weekField() - Method in class org.hibernate.grammars.hql.HqlParser.ExtractFieldContext
 
weekField() - Method in class org.hibernate.grammars.hql.HqlParser
 
WeekFieldContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.WeekFieldContext
 
weekQuarter() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
when() - Method in annotation type org.hibernate.annotations.GeneratorType
Deprecated.
Specifies when values should be generated: If GenerationTime.INSERT, the value will be generated before each SQL insert statement is executed.
when(C, Expression<? extends R>) - Method in interface org.hibernate.query.criteria.JpaSimpleCase
 
when(C, R) - Method in interface org.hibernate.query.criteria.JpaSimpleCase
 
when(Expression<? extends C>, Expression<? extends R>) - Method in interface org.hibernate.query.criteria.JpaSimpleCase
 
when(Expression<? extends C>, R) - Method in interface org.hibernate.query.criteria.JpaSimpleCase
 
when(Expression<? extends T>, Expression<? extends R>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
 
when(Expression<? extends T>, R) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
 
when(Expression<Boolean>, Expression<? extends R>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
 
when(Expression<Boolean>, Expression<? extends T>) - Method in interface org.hibernate.query.criteria.JpaSearchedCase
 
when(Expression<Boolean>, R) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
 
when(Expression<Boolean>, T) - Method in interface org.hibernate.query.criteria.JpaSearchedCase
 
when(SqmExpression<? extends T>, SqmExpression<? extends R>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
 
when(SqmPredicate, SqmExpression<? extends R>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
 
when(Expression, Expression) - Method in class org.hibernate.sql.ast.tree.expression.CaseSimpleExpression
 
when(Predicate, Expression) - Method in class org.hibernate.sql.ast.tree.expression.CaseSearchedExpression
 
when(T, Expression<? extends R>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
 
when(T, R) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSimple
 
WHEN - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
WHEN - Static variable in class org.hibernate.grammars.hql.HqlParser
 
WHEN() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
WHEN() - Method in class org.hibernate.grammars.hql.HqlParser.SearchedCaseWhenContext
 
WHEN() - Method in class org.hibernate.grammars.hql.HqlParser.SimpleCaseWhenContext
 
WhenFragment(SqmExpression<T>, SqmExpression<R>) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCaseSimple.WhenFragment
 
WhenFragment(SqmPredicate, SqmExpression<R>) - Constructor for class org.hibernate.query.sqm.tree.expression.SqmCaseSearched.WhenFragment
 
WhenFragment(Expression, Expression) - Constructor for class org.hibernate.sql.ast.tree.expression.CaseSimpleExpression.WhenFragment
 
WhenFragment(Predicate, Expression) - Constructor for class org.hibernate.sql.ast.tree.expression.CaseSearchedExpression.WhenFragment
 
where - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
where - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
where - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
where - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
where - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToManyCollectionElementType
 
where - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
where - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
where - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmRootEntityType
 
where - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
where - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
where(Expression<Boolean>) - Method in class org.hibernate.query.criteria.CriteriaDefinition
 
where(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
where(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaSelectCriteria
 
where(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
where(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.delete.SqmDeleteStatement
 
where(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
where(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
where(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
where(Expression<Boolean>) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
where(Predicate...) - Method in class org.hibernate.query.criteria.CriteriaDefinition
 
where(Predicate...) - Method in interface org.hibernate.query.criteria.JpaCriteriaQuery
 
where(Predicate...) - Method in interface org.hibernate.query.criteria.JpaSelectCriteria
 
where(Predicate...) - Method in interface org.hibernate.query.criteria.JpaSubQuery
 
where(Predicate...) - Method in class org.hibernate.query.sqm.tree.delete.SqmDeleteStatement
 
where(Predicate...) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
where(Predicate...) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
where(Predicate...) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
where(Predicate...) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
Where - Annotation Type in org.hibernate.annotations
Deprecated.
WHERE - org.hibernate.query.sqm.tree.from.DowncastLocation
 
WHERE - org.hibernate.sql.ast.Clause
 
WHERE - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
WHERE - Static variable in class org.hibernate.grammars.hql.HqlParser
 
WHERE() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
WHERE() - Method in class org.hibernate.grammars.hql.HqlParser.WhereClauseContext
 
whereClause() - Method in class org.hibernate.grammars.hql.HqlParser.DeleteStatementContext
 
whereClause() - Method in class org.hibernate.grammars.hql.HqlParser.FilterClauseContext
 
whereClause() - Method in class org.hibernate.grammars.hql.HqlParser.QueryContext
 
whereClause() - Method in class org.hibernate.grammars.hql.HqlParser.UpdateStatementContext
 
whereClause() - Method in class org.hibernate.grammars.hql.HqlParser
 
WhereClauseContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.WhereClauseContext
 
WhereJoinTable - Annotation Type in org.hibernate.annotations
Deprecated.
WhereRestrictable - Interface in org.hibernate.metamodel.mapping
Things which can have Where declarations - entities and collections
WHITE - org.hibernate.testing.orm.domain.gambit.Shirt.Color
 
WHITESPACE - Static variable in class org.hibernate.internal.util.StringHelper
 
WHITESPACE - Static variable in interface org.hibernate.sql.ast.spi.SqlAppender
 
WHITESPACE_CHANNEL - Static variable in class org.hibernate.grammars.graph.GraphLanguageLexer
 
WILDFLY_TM_CLASS_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.WildFlyStandAloneJtaPlatform
 
WILDFLY_UT_CLASS_NAME - Static variable in class org.hibernate.engine.transaction.jta.platform.internal.WildFlyStandAloneJtaPlatform
 
WildFlyStandAloneJtaPlatform - Class in org.hibernate.engine.transaction.jta.platform.internal
Return a standalone JTA transaction manager for WildFly transaction client Known to work for WildFly 13+
WildFlyStandAloneJtaPlatform() - Constructor for class org.hibernate.engine.transaction.jta.platform.internal.WildFlyStandAloneJtaPlatform
 
willNotRegisterListeners() - Method in interface org.hibernate.internal.CoreMessageLogger
 
WINDOW - org.hibernate.query.sqm.function.FunctionKind
 
windowFunction(String, Class<T>, JpaWindow, Expression<?>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create a generic window function expression that will be applied over the specified window.
windowFunction(String, Class<T>, JpaWindow, Expression<?>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
windowFunction(String, Class<T>, JpaWindow, Expression<?>...) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
WindowFunctionExpression - Interface in org.hibernate.sql.ast.tree.expression
Models a window function expression at the SQL AST level.
windowFunctions() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
Windows() - Constructor for class org.hibernate.testing.Skip.OperatingSystem.Windows
Deprecated.
 
WireTransferPayment - Class in org.hibernate.testing.orm.domain.userguide
 
WireTransferPayment() - Constructor for class org.hibernate.testing.orm.domain.userguide.WireTransferPayment
 
with(AccessType) - Static method in class org.hibernate.property.access.internal.PropertyAccessStrategyEnhancedImpl
 
with(AbstractQuery<T>) - Method in class org.hibernate.query.criteria.CriteriaDefinition
 
with(AbstractQuery<T>) - Method in interface org.hibernate.query.criteria.JpaCteContainer
Registers the given CriteriaQuery and returns a JpaCteCriteria, which can be used for querying.
with(AbstractQuery<X>) - Method in class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
 
with(AbstractQuery<X>) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
with(String, AbstractQuery<T>) - Method in class org.hibernate.query.criteria.CriteriaDefinition
 
with(String, AbstractQuery<T>) - Method in interface org.hibernate.query.criteria.JpaCteContainer
Like JpaCteContainer.with(AbstractQuery) but assigns an explicit CTE name.
with(String, AbstractQuery<X>) - Method in class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
 
with(String, AbstractQuery<X>) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
with(CacheMode) - Method in interface org.hibernate.IdentifierLoadAccess
Specify the CacheMode to use when obtaining an entity.
with(CacheMode) - Method in class org.hibernate.internal.NaturalIdMultiLoadAccessStandard
 
with(CacheMode) - Method in class org.hibernate.loader.internal.IdentifierLoadAccessImpl
 
with(CacheMode) - Method in interface org.hibernate.MultiIdentifierLoadAccess
Specify the CacheMode to use when obtaining an entity.
with(CacheMode) - Method in interface org.hibernate.NaturalIdMultiLoadAccess
Specify the CacheMode to use when obtaining an entity.
with(RootGraph<T>) - Method in interface org.hibernate.IdentifierLoadAccess
with(RootGraph<T>) - Method in interface org.hibernate.MultiIdentifierLoadAccess
with(RootGraph<T>) - Method in interface org.hibernate.NaturalIdMultiLoadAccess
with(RootGraph<T>, GraphSemantic) - Method in interface org.hibernate.IdentifierLoadAccess
Customize the associations fetched by specifying an entity graph, and how it should be interpreted.
with(RootGraph<T>, GraphSemantic) - Method in class org.hibernate.internal.NaturalIdMultiLoadAccessStandard
 
with(RootGraph<T>, GraphSemantic) - Method in class org.hibernate.loader.internal.BaseNaturalIdLoadAccessImpl
 
with(RootGraph<T>, GraphSemantic) - Method in class org.hibernate.loader.internal.IdentifierLoadAccessImpl
 
with(RootGraph<T>, GraphSemantic) - Method in class org.hibernate.loader.internal.NaturalIdLoadAccessImpl
 
with(RootGraph<T>, GraphSemantic) - Method in class org.hibernate.loader.internal.SimpleNaturalIdLoadAccessImpl
 
with(RootGraph<T>, GraphSemantic) - Method in interface org.hibernate.MultiIdentifierLoadAccess
Customize the associations fetched by specifying an entity graph, and how it should be interpreted.
with(RootGraph<T>, GraphSemantic) - Method in interface org.hibernate.NaturalIdLoadAccess
Customize the associations fetched by specifying an entity graph, and how it should be interpreted.
with(RootGraph<T>, GraphSemantic) - Method in interface org.hibernate.NaturalIdMultiLoadAccess
Customize the associations fetched by specifying an entity graph, and how it should be interpreted.
with(RootGraph<T>, GraphSemantic) - Method in interface org.hibernate.SimpleNaturalIdLoadAccess
Customize the associations fetched by specifying an entity graph, and how it should be interpreted.
with(LockOptions) - Method in interface org.hibernate.IdentifierLoadAccess
Specify the lock options to use when querying the database.
with(LockOptions) - Method in class org.hibernate.internal.NaturalIdMultiLoadAccessStandard
 
with(LockOptions) - Method in class org.hibernate.loader.internal.BaseNaturalIdLoadAccessImpl
 
with(LockOptions) - Method in class org.hibernate.loader.internal.IdentifierLoadAccessImpl
 
with(LockOptions) - Method in class org.hibernate.loader.internal.NaturalIdLoadAccessImpl
 
with(LockOptions) - Method in class org.hibernate.loader.internal.SimpleNaturalIdLoadAccessImpl
 
with(LockOptions) - Method in interface org.hibernate.MultiIdentifierLoadAccess
Specify the lock options to use when querying the database.
with(LockOptions) - Method in interface org.hibernate.NaturalIdLoadAccess
Specify the lock options to use when querying the database.
with(LockOptions) - Method in interface org.hibernate.NaturalIdMultiLoadAccess
Specify the lock options to use when querying the database.
with(LockOptions) - Method in interface org.hibernate.SimpleNaturalIdLoadAccess
Specify the lock options to use when querying the database.
WITH - org.hibernate.sql.ast.Clause
The clause containing CTEs
WITH - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
WITH - Static variable in class org.hibernate.grammars.hql.HqlParser
 
WITH() - Method in class org.hibernate.grammars.hql.HqlParser.FetchClauseContext
 
WITH() - Method in class org.hibernate.grammars.hql.HqlParser.JoinRestrictionContext
 
WITH() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
WITH() - Method in class org.hibernate.grammars.hql.HqlParser.OnOverflowClauseContext
 
WITH() - Method in class org.hibernate.grammars.hql.HqlParser.PadFunctionContext
 
WITH() - Method in class org.hibernate.grammars.hql.HqlParser.WithClauseContext
 
withAfterClasses(Statement) - Method in class org.hibernate.testing.junit4.CustomRunner
 
withBatchSize(int) - Method in class org.hibernate.internal.NaturalIdMultiLoadAccessStandard
 
withBatchSize(int) - Method in interface org.hibernate.MultiIdentifierLoadAccess
Specify a batch size, that is, how many entities should be fetched in each request to the database.
withBatchSize(int) - Method in interface org.hibernate.NaturalIdMultiLoadAccess
Specify a batch size, that is, how many entities should be fetched in each request to the database.
withBeforeClasses(Statement) - Method in class org.hibernate.testing.junit4.CustomRunner
 
withCharset(String) - Static method in class org.hibernate.boot.model.naming.NamingHelper
 
withClause() - Method in class org.hibernate.grammars.hql.HqlParser.SetQueryGroupContext
 
withClause() - Method in class org.hibernate.grammars.hql.HqlParser.SimpleQueryGroupContext
 
withClause() - Method in class org.hibernate.grammars.hql.HqlParser
 
WithClauseContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.WithClauseContext
 
withDataSource(DataSource) - Method in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl
 
withDataSource(DataSource) - Method in interface org.hibernate.jpa.boot.spi.EntityManagerFactoryBuilder
Allows passing in a DataSource (delayed from constructing the builder, AKA phase 2) to be used in building the EntityManagerFactory
withExplicitFetchMementoResolver(Function<String, FetchBuilder>, Runnable) - Method in class org.hibernate.query.results.DomainResultCreationStateImpl
 
withFetchGraph(RootGraph<T>) - Method in interface org.hibernate.IdentifierLoadAccess
Override the associations fetched by default by specifying the complete list of associations to be fetched as an entity graph.
withFetchGraph(RootGraph<T>) - Method in interface org.hibernate.MultiIdentifierLoadAccess
Override the associations fetched by default by specifying the complete list of associations to be fetched as an entity graph.
withFetchGraph(RootGraph<T>) - Method in interface org.hibernate.NaturalIdLoadAccess
Override the associations fetched by default by specifying the complete list of associations to be fetched as an entity graph.
withFetchGraph(RootGraph<T>) - Method in interface org.hibernate.NaturalIdMultiLoadAccess
Override the associations fetched by default by specifying the complete list of associations to be fetched as an entity graph.
withFetchGraph(RootGraph<T>) - Method in interface org.hibernate.SimpleNaturalIdLoadAccess
Override the associations fetched by default by specifying the complete list of associations to be fetched as an entity graph.
withForeignKey(ModelPart, Consumer<ForeignKeyDescriptor>) - Method in class org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess
 
withHierarchy(Class, Consumer<RootClass>) - Method in interface org.hibernate.testing.orm.junit.DomainModelScope
 
withHierarchy(String, Consumer<RootClass>) - Method in interface org.hibernate.testing.orm.junit.DomainModelScope
 
within - org.hibernate.spatial.SpatialFunction
Deprecated.
The within function, cfr.
within(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 within" constraint.
within(CriteriaBuilder, Expression<? extends Geometry>, Geometry) - Static method in class org.hibernate.spatial.predicate.GeolatteSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "spatially within" constraint.
within(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 within" constraint.
within(CriteriaBuilder, Expression<? extends Geometry>, Geometry) - Static method in class org.hibernate.spatial.predicate.JTSSpatialPredicates
Deprecated.
Create a predicate for testing the arguments for "spatially within" constraint.
within(Expression<? extends T>, Expression<? extends T>) - Method in class org.hibernate.spatial.criteria.internal.SpatialCriteriaBuilderImpl
 
within(Expression<? extends T>, Expression<? extends T>) - Method in interface org.hibernate.spatial.criteria.SpatialCriteriaBuilder
Create a predicate for testing the arguments for "spatially within" constraint.
within(Expression<? extends T>, T) - Method in class org.hibernate.spatial.criteria.internal.SpatialCriteriaBuilderImpl
 
within(Expression<? extends T>, T) - Method in interface org.hibernate.spatial.criteria.SpatialCriteriaBuilder
Create a predicate for testing the arguments for "spatially within" constraint.
WITHIN - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
WITHIN - Static variable in class org.hibernate.grammars.hql.HqlParser
 
WITHIN - Static variable in interface org.hibernate.spatial.SpatialRelation
Deprecated.
The first geometry is spatially within the second
WITHIN() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
WITHIN() - Method in class org.hibernate.grammars.hql.HqlParser.WithinGroupClauseContext
 
WITHIN_GROUP - org.hibernate.sql.ast.Clause
 
withinGroupClause() - Method in class org.hibernate.grammars.hql.HqlParser.GenericFunctionContext
 
withinGroupClause() - Method in class org.hibernate.grammars.hql.HqlParser.ListaggFunctionContext
 
withinGroupClause() - Method in class org.hibernate.grammars.hql.HqlParser
 
WithinGroupClauseContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.WithinGroupClauseContext
 
withJdbcTimeout(Session, long, Runnable) - Static method in class org.hibernate.testing.transaction.TransactionUtil
Run the runnable with a session or statement timeout
withJdbcTimeout(Session, Runnable) - Static method in class org.hibernate.testing.transaction.TransactionUtil
Run the runnable with a session or statement timeout
withKeySelectionMapping(ManagedMappingType, TableGroupProducer, IntFunction<SelectableMapping>, MappingModelCreationProcess) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
Return a copy of this foreign key descriptor with the selectable mappings as provided by the given accessor.
withKeySelectionMapping(ManagedMappingType, TableGroupProducer, IntFunction<SelectableMapping>, MappingModelCreationProcess) - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedForeignKeyDescriptor
 
withKeySelectionMapping(ManagedMappingType, TableGroupProducer, IntFunction<SelectableMapping>, MappingModelCreationProcess) - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
withLoadGraph(RootGraph<T>) - Method in interface org.hibernate.IdentifierLoadAccess
Augment the associations fetched by default by specifying a list of additional associations to be fetched as an entity graph.
withLoadGraph(RootGraph<T>) - Method in class org.hibernate.loader.internal.SimpleNaturalIdLoadAccessImpl
 
withLoadGraph(RootGraph<T>) - Method in interface org.hibernate.MultiIdentifierLoadAccess
Augment the associations fetched by default by specifying a list of additional associations to be fetched as an entity graph.
withLoadGraph(RootGraph<T>) - Method in interface org.hibernate.NaturalIdLoadAccess
Augment the associations fetched by default by specifying a list of additional associations to be fetched as an entity graph.
withLoadGraph(RootGraph<T>) - Method in interface org.hibernate.NaturalIdMultiLoadAccess
Augment the associations fetched by default by specifying a list of additional associations to be fetched as an entity graph.
withLoadGraph(RootGraph<T>) - Method in interface org.hibernate.SimpleNaturalIdLoadAccess
Augment the associations fetched by default by specifying a list of additional associations to be fetched as an entity graph.
withModifiedFlag() - Method in annotation type org.hibernate.envers.Audited
Should a modification flag be stored for each property in the annotated class or for the annotated property.
withName(String) - Method in class org.hibernate.sql.ast.tree.cte.CteTable
 
withOptions() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
withOptions() - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
withOptions() - Method in class org.hibernate.internal.SessionFactoryImpl
 
withOptions() - Method in interface org.hibernate.SessionFactory
Obtain a session builder for creating new Sessions with certain customized options.
WITHOUT - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
WITHOUT - Static variable in class org.hibernate.grammars.hql.HqlParser
 
WITHOUT() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
WITHOUT() - Method in class org.hibernate.grammars.hql.HqlParser.OnOverflowClauseContext
 
withParameterRenderingMode(SqlAstNodeRenderingMode, Runnable) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
withReadOnly(boolean) - Method in interface org.hibernate.IdentifierLoadAccess
Specify whether the entity should be loaded in read-only mode.
withReadOnly(boolean) - Method in class org.hibernate.loader.internal.IdentifierLoadAccessImpl
 
withRecursiveUnionAll(AbstractQuery<T>, Function<JpaCteCriteria<T>, AbstractQuery<T>>) - Method in class org.hibernate.query.criteria.CriteriaDefinition
 
withRecursiveUnionAll(AbstractQuery<T>, Function<JpaCteCriteria<T>, AbstractQuery<T>>) - Method in interface org.hibernate.query.criteria.JpaCteContainer
Allows to register a recursive CTE.
withRecursiveUnionAll(AbstractQuery<X>, Function<JpaCteCriteria<X>, AbstractQuery<X>>) - Method in class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
 
withRecursiveUnionAll(AbstractQuery<X>, Function<JpaCteCriteria<X>, AbstractQuery<X>>) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
withRecursiveUnionAll(String, AbstractQuery<T>, Function<JpaCteCriteria<T>, AbstractQuery<T>>) - Method in class org.hibernate.query.criteria.CriteriaDefinition
 
withRecursiveUnionAll(String, AbstractQuery<T>, Function<JpaCteCriteria<T>, AbstractQuery<T>>) - Method in interface org.hibernate.query.criteria.JpaCteContainer
withRecursiveUnionAll(String, AbstractQuery<X>, Function<JpaCteCriteria<X>, AbstractQuery<X>>) - Method in class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
 
withRecursiveUnionAll(String, AbstractQuery<X>, Function<JpaCteCriteria<X>, AbstractQuery<X>>) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
withRecursiveUnionDistinct(AbstractQuery<T>, Function<JpaCteCriteria<T>, AbstractQuery<T>>) - Method in class org.hibernate.query.criteria.CriteriaDefinition
 
withRecursiveUnionDistinct(AbstractQuery<T>, Function<JpaCteCriteria<T>, AbstractQuery<T>>) - Method in interface org.hibernate.query.criteria.JpaCteContainer
Allows to register a recursive CTE.
withRecursiveUnionDistinct(AbstractQuery<X>, Function<JpaCteCriteria<X>, AbstractQuery<X>>) - Method in class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
 
withRecursiveUnionDistinct(AbstractQuery<X>, Function<JpaCteCriteria<X>, AbstractQuery<X>>) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
withRecursiveUnionDistinct(String, AbstractQuery<T>, Function<JpaCteCriteria<T>, AbstractQuery<T>>) - Method in class org.hibernate.query.criteria.CriteriaDefinition
 
withRecursiveUnionDistinct(String, AbstractQuery<T>, Function<JpaCteCriteria<T>, AbstractQuery<T>>) - Method in interface org.hibernate.query.criteria.JpaCteContainer
withRecursiveUnionDistinct(String, AbstractQuery<X>, Function<JpaCteCriteria<X>, AbstractQuery<X>>) - Method in class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
 
withRecursiveUnionDistinct(String, AbstractQuery<X>, Function<JpaCteCriteria<X>, AbstractQuery<X>>) - Method in class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
withRowNumbering(QueryPart, boolean, Runnable) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
withSelectableMapping(ManagedMappingType, BasicValuedModelPart, PropertyAccess, boolean, boolean, SelectableMapping) - Static method in class org.hibernate.metamodel.mapping.internal.BasicAttributeMapping
 
withService(Class<S>, Consumer<S>) - Method in interface org.hibernate.testing.orm.junit.ServiceRegistryScope
 
withSessionFactory(Consumer<SessionFactoryImplementor>) - Method in interface org.hibernate.testing.orm.junit.SessionFactoryScope
 
withStatelessOptions() - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
withStatelessOptions() - Method in class org.hibernate.internal.SessionFactoryImpl
 
withStatelessOptions() - Method in interface org.hibernate.SessionFactory
Obtain a StatelessSession builder.
withTargetPart(ValuedModelPart) - Method in interface org.hibernate.metamodel.mapping.ForeignKeyDescriptor
Return a copy of this foreign key descriptor with the target part as given by the argument.
withTargetPart(ValuedModelPart) - Method in class org.hibernate.metamodel.mapping.internal.EmbeddedForeignKeyDescriptor
 
withTargetPart(ValuedModelPart) - Method in class org.hibernate.metamodel.mapping.internal.SimpleForeignKeyDescriptor
 
withTypeCapacity(long, String) - Method in class org.hibernate.type.descriptor.sql.internal.CapacityDependentDdlType.Builder
 
withValidatorFactory(Object) - Method in class org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl
 
withValidatorFactory(Object) - Method in interface org.hibernate.jpa.boot.spi.EntityManagerFactoryBuilder
Allows passing in a Java EE ValidatorFactory (delayed from constructing the builder, AKA phase 2) to be used in building the EntityManagerFactory
wktDialect - Variable in class org.hibernate.spatial.GeometryLiteralFormatter
 
work(JdbcConnectionContext.ConnectionConsumer) - Static method in class org.hibernate.testing.cleaner.JdbcConnectionContext
 
Work - Interface in org.hibernate.jdbc
A discrete piece of work making use of a JDBC connection.
WORK - org.hibernate.testing.orm.domain.contacts.Address.Classification
 
WORK - org.hibernate.testing.orm.domain.contacts.PhoneNumber.Classification
 
WorkExecutor<T> - Class in org.hibernate.jdbc
A visitor used for executing a discrete piece of work encapsulated in a Work or ReturningWork instance.
WorkExecutor() - Constructor for class org.hibernate.jdbc.WorkExecutor
 
WorkExecutorVisitable<T> - Interface in org.hibernate.jdbc
This interface provides a way to execute unrelated "work" objects using polymorphism.
workReturning(JdbcConnectionContext.ConnectionFunction<R>) - Static method in class org.hibernate.testing.cleaner.JdbcConnectionContext
 
WorkUnitMergeDispatcher - Interface in org.hibernate.envers.internal.synchronization.work
Visitor patter dispatcher.
WorkUnitMergeVisitor - Interface in org.hibernate.envers.internal.synchronization.work
Visitor pattern visitor.
workWithClassLoader(ClassLoaderService.Work<T>) - Method in class org.hibernate.boot.registry.classloading.internal.ClassLoaderServiceImpl
 
workWithClassLoader(ClassLoaderService.Work<T>) - Method in interface org.hibernate.boot.registry.classloading.spi.ClassLoaderService
 
wrap(CE, CollectionPersister, SharedSessionContractImplementor) - Method in class org.hibernate.collection.internal.CustomCollectionTypeSemantics
 
wrap(CE, CollectionPersister, SharedSessionContractImplementor) - Method in interface org.hibernate.collection.spi.CollectionSemantics
Wrap a raw collection in wrapper
wrap(E[], CollectionPersister, SharedSessionContractImplementor) - Method in class org.hibernate.collection.internal.StandardArraySemantics
 
wrap(Expression<Boolean>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
wrap(Expression<Boolean>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
wrap(Expression<Boolean>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
wrap(Expression<Boolean>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
wrap(Expression<Boolean>...) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
wrap(Expression<Boolean>...) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
wrap(Expression<Boolean>...) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
wrap(Expression<Boolean>...) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
wrap(Object, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.JdbcDateJavaType
 
wrap(Object, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.JdbcTimeJavaType
 
wrap(Blob) - Method in class org.hibernate.engine.jdbc.AbstractLobCreator
 
wrap(Blob) - Method in interface org.hibernate.engine.jdbc.LobCreator
Wrap the given blob in a serializable wrapper.
wrap(Clob) - Method in class org.hibernate.engine.jdbc.AbstractLobCreator
 
wrap(Clob) - Method in interface org.hibernate.engine.jdbc.LobCreator
Wrap the given clob in a serializable wrapper.
wrap(NClob) - Method in class org.hibernate.engine.jdbc.AbstractLobCreator
 
wrap(NClob) - Method in interface org.hibernate.engine.jdbc.LobCreator
Wrap the given nclob in a serializable wrapper.
wrap(Collection<E>, CollectionPersister, SharedSessionContractImplementor) - Method in class org.hibernate.collection.internal.StandardBagSemantics
 
wrap(Collection<E>, CollectionPersister, SharedSessionContractImplementor) - Method in class org.hibernate.collection.internal.StandardIdentifierBagSemantics
 
wrap(LinkedHashMap<K, V>, CollectionPersister, SharedSessionContractImplementor) - Method in class org.hibernate.collection.internal.StandardOrderedMapSemantics
 
wrap(LinkedHashSet<E>, CollectionPersister, SharedSessionContractImplementor) - Method in class org.hibernate.collection.internal.StandardOrderedSetSemantics
 
wrap(List<E>, CollectionPersister, SharedSessionContractImplementor) - Method in class org.hibernate.collection.internal.StandardListSemantics
 
wrap(Map<?, ?>) - Static method in class org.hibernate.jpa.HibernatePersistenceProvider
 
wrap(Map<K, V>, CollectionPersister, SharedSessionContractImplementor) - Method in class org.hibernate.collection.internal.StandardMapSemantics
 
wrap(Set<E>, CollectionPersister, SharedSessionContractImplementor) - Method in class org.hibernate.collection.internal.StandardSetSemantics
 
wrap(SortedMap<K, V>, CollectionPersister, SharedSessionContractImplementor) - Method in class org.hibernate.collection.internal.StandardSortedMapSemantics
 
wrap(SortedSet<E>, CollectionPersister, SharedSessionContractImplementor) - Method in class org.hibernate.collection.internal.StandardSortedSetSemantics
 
wrap(SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.ArrayType
 
wrap(SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.BagType
 
wrap(SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.CollectionType
Wrap the naked collection instance in a wrapper, or instantiate a holder.
wrap(SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.CustomCollectionType
 
wrap(SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.IdentifierBagType
 
wrap(SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.ListType
 
wrap(SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.MapType
 
wrap(SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.SetType
 
wrap(SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.SortedMapType
 
wrap(SharedSessionContractImplementor, Object) - Method in class org.hibernate.type.SortedSetType
 
wrap(SharedSessionContractImplementor, Object) - Method in interface org.hibernate.usertype.UserCollectionType
Wrap an instance of a collection
wrap(Session) - Method in class org.hibernate.context.internal.ThreadLocalSessionContext
 
wrap(AggregateEmbeddableInitializer, RowProcessingState) - Static method in class org.hibernate.sql.results.graph.embeddable.internal.NestedRowProcessingState
 
wrap(X, WrapperOptions) - Method in class org.hibernate.spatial.GeolatteGeometryJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.spatial.JTSGeometryJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ArrayJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.BigDecimalJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.BigIntegerJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.BlobJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.BooleanJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.BooleanPrimitiveArrayJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ByteArrayJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ByteJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CalendarDateJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CalendarJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CalendarTimeJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CharacterArrayJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CharacterJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ClassJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ClobJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.CurrencyJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.DateJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.DoubleJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.DoublePrimitiveArrayJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.DurationJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.EnumJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.FloatJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.FloatPrimitiveArrayJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.InetAddressJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.InstantJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.IntegerJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.IntegerPrimitiveArrayJavaType
 
wrap(X, WrapperOptions) - Method in interface org.hibernate.type.descriptor.java.JavaType
Wrap a value as our handled Java type.
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.JdbcTimestampJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LocalDateJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LocalDateTimeJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LocaleJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LocalTimeJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LongJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.LongPrimitiveArrayJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.NClobJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ObjectArrayJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ObjectJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.OffsetDateTimeJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.OffsetTimeJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.PrimitiveByteArrayJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.PrimitiveCharacterArrayJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.RowVersionJavaType
Deprecated.
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.SerializableJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ShortJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ShortPrimitiveArrayJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.spi.BasicCollectionJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.spi.CollectionJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.spi.DynamicModelJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.spi.EmbeddableAggregateJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.spi.EntityJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.spi.FormatMapperBasedJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeBasicAdaptor
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.spi.MapEntryJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.spi.UnknownBasicJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.StringJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.TimeZoneJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.UrlJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.UUIDJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.YearJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ZonedDateTimeJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ZoneIdJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.descriptor.java.ZoneOffsetJavaType
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.internal.CompositeUserTypeJavaTypeWrapper
 
wrap(X, WrapperOptions) - Method in class org.hibernate.type.internal.UserTypeJavaTypeWrapper
 
wrapIdsInEmbeddedComponents() - Method in class org.hibernate.boot.model.internal.EntityBinder
 
wrapInJdbcEscape(String, SqmFunctionDescriptor) - Method in class org.hibernate.query.sqm.function.SqmFunctionRegistry
 
wrapLockException(HibernateException, LockOptions) - Method in class org.hibernate.internal.ExceptionConverterImpl
 
wrapMergeSourceExpression() - Method in class org.hibernate.dialect.SqlAstTranslatorWithUpsert
 
wrapped - Variable in class org.hibernate.dialect.DialectDelegateWrapper
 
Wrapped - Interface in org.hibernate.service.spi
Optional contract for services that wrap stuff that to which it is useful to have access.
WrappedBlob - Interface in org.hibernate.engine.jdbc
Contract for Blob wrappers.
WrappedClob - Interface in org.hibernate.engine.jdbc
Contract for Clob wrappers.
WrappedInferredData - Class in org.hibernate.boot.model.internal
 
WrappedInferredData(PropertyData, String) - Constructor for class org.hibernate.boot.model.internal.WrappedInferredData
 
WrappedNClob - Interface in org.hibernate.engine.jdbc
Contract for NClob wrappers.
WRAPPER_ARRAY_HANDLING - Static variable in interface org.hibernate.cfg.MappingSettings
Configurable control over how to handle Byte[] and Character[] types encountered in the application domain model.
WRAPPER_BINARY - Static variable in class org.hibernate.type.StandardBasicTypes
Deprecated, for removal: This API element is subject to removal in a future version.
WrapperArrayHandling - Enum in org.hibernate.type
Possible options for how to handle Byte[] and Character[] basic mappings encountered in the application domain model.
wrapperEquivalent(Class) - Static method in class org.hibernate.query.sqm.tree.expression.Compatibility
 
WrapperOptions - Interface in org.hibernate.type.descriptor
Options for binding values to and extracting values from JDBC prepared statements and result sets.
wrapProcessingState(RowProcessingState) - Method in interface org.hibernate.sql.results.graph.embeddable.EmbeddableInitializer
 
wrapProcessingState(RowProcessingState) - Method in class org.hibernate.sql.results.graph.embeddable.internal.AggregateEmbeddableFetchInitializer
 
wrapProcessingState(RowProcessingState) - Method in class org.hibernate.sql.results.graph.embeddable.internal.AggregateEmbeddableResultInitializer
 
wrapResultSet(ResultSet) - Method in class org.hibernate.sql.results.jdbc.internal.DeferredResultSetAccess
 
wrapStaleStateException(StaleStateException) - Method in class org.hibernate.internal.ExceptionConverterImpl
 
wrapTopLevelSelectionExpression(Expression) - Method in class org.hibernate.dialect.PostgreSQLCastingIntervalSecondJdbcType
 
wrapTopLevelSelectionExpression(Expression) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
Wraps the top level selection expression to be able to read values with this JdbcType's ValueExtractor.
wrapUp() - Method in class org.hibernate.metamodel.internal.MetadataContext
 
WrapVisitor - Class in org.hibernate.event.internal
Wrap collections in a Hibernate collection wrapper.
WrapVisitor(Object, Object, EventSource) - Constructor for class org.hibernate.event.internal.WrapVisitor
 
wrapWithQueryString(String) - Method in exception org.hibernate.QueryException
Deprecated, for removal: This API element is subject to removal in a future version.
This method is no longer used
wrapWriteExpression(String, Dialect) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
Wraps the write expression to be able to write values with this JdbcType's ValueBinder.
writable() - Method in annotation type org.hibernate.annotations.Generated
Determines if the value currently assigned to the annotated property is included in SQL insert and update statements.
write - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
 
write - Variable in class org.hibernate.boot.jaxb.mapping.JaxbColumn
 
write() - Method in annotation type org.hibernate.annotations.ColumnTransformer
A custom SQL expression used to write to the column.
write() - Method in class org.hibernate.collection.spi.AbstractPersistentCollection
Called by any writer method of the collection interface
WRITE - org.hibernate.jpamodelgen.xml.jaxb.LockModeType
 
WRITE - org.hibernate.LockMode
An exclusive write lock.
writeBoolean(Object, String, boolean, boolean) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
writeBoolean(Object, String, boolean, boolean) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
writeByte(Object, String, byte, byte) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
writeByte(Object, String, byte, byte) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
writeChar(Object, String, char, char) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
writeChar(Object, String, char, char) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
writeDouble(Object, String, double, double) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
writeDouble(Object, String, double, double) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
writeExternal(ObjectOutput) - Method in class org.hibernate.engine.spi.ExecutableList
Write this list out to the given stream as part of serialization
writeFile(Metamodel, Context) - Static method in class org.hibernate.jpamodelgen.ClassWriter
 
writeFloat(Object, String, float, float) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
writeFloat(Object, String, float, float) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
writeInt(Object, String, int, int) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
writeInt(Object, String, int, int) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
writeLock() - Method in class org.hibernate.cache.spi.support.AbstractReadWriteAccess
 
writeLocksNotSupported(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
writeLong(Object, String, long, long) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
writeLong(Object, String, long, long) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
writeObject(Object, String, Object, Object) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
writeObject(Object, String, Object, Object) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
writePropertyValue() - Method in class org.hibernate.generator.internal.CurrentTimestampGeneration
 
writePropertyValue() - Method in class org.hibernate.generator.internal.GeneratedAlwaysGeneration
 
writePropertyValue() - Method in class org.hibernate.generator.internal.GeneratedGeneration
 
writePropertyValue() - Method in interface org.hibernate.generator.OnExecutionGenerator
Determines if the property values are written to JDBC as the argument of a JDBC ? parameter.
writePropertyValue() - Method in interface org.hibernate.id.PostInsertIdentifierGenerator
 
writePropertyValue() - Method in interface org.hibernate.tuple.ValueGeneration
Deprecated.
Determines if the property value is written to JDBC as the argument of a JDBC ? parameter.
writer() - Method in class org.hibernate.tool.schema.internal.exec.AbstractScriptTargetOutput
 
writer() - Method in class org.hibernate.tool.schema.internal.exec.ScriptTargetOutputToFile
 
writer() - Method in class org.hibernate.tool.schema.internal.exec.ScriptTargetOutputToStdout
 
writer() - Method in class org.hibernate.tool.schema.internal.exec.ScriptTargetOutputToUrl
 
writer() - Method in class org.hibernate.tool.schema.internal.exec.ScriptTargetOutputToWriter
 
writeReplace() - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType
 
writeReplace() - Method in class org.hibernate.metamodel.model.domain.internal.AbstractAttribute
 
writeReplace() - Method in class org.hibernate.metamodel.model.domain.internal.EntityTypeImpl
 
writeReplace() - Method in interface org.hibernate.proxy.HibernateProxy
Perform serialization-time write-replacement of this proxy.
writeReplace() - Method in class org.hibernate.proxy.map.MapProxy
 
writeShort(Object, String, short, short) - Method in class org.hibernate.bytecode.enhance.spi.interceptor.AbstractInterceptor
 
writeShort(Object, String, short, short) - Method in interface org.hibernate.engine.spi.PersistentAttributeInterceptor
 
writingGeneratedSchemaToFile(String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
WrongClassException - Exception in org.hibernate
Thrown when loading an entity (by identifier) results in a value that cannot be treated as the subclass type requested by the caller.
WrongClassException(String, Object, String) - Constructor for exception org.hibernate.WrongClassException
Constructs a WrongClassException using the supplied information.
WrongClassException(String, Object, String, Object) - Constructor for exception org.hibernate.WrongClassException
 
WS - Static variable in class org.hibernate.grammars.graph.GraphLanguageLexer
 
WS - Static variable in class org.hibernate.grammars.graph.GraphLanguageParser
 
WS - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
WS - Static variable in class org.hibernate.grammars.hql.HqlParser
 
WS - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
WS - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
WS_4_0 - org.hibernate.engine.transaction.jta.platform.internal.WebSphereJtaPlatform.WebSphereEnvironment
 
WS_5_0 - org.hibernate.engine.transaction.jta.platform.internal.WebSphereJtaPlatform.WebSphereEnvironment
 
WS_5_1 - org.hibernate.engine.transaction.jta.platform.internal.WebSphereJtaPlatform.WebSphereEnvironment
 

X

x - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
XAResourceWrapper(JtaAwareConnectionProviderImpl, Connection) - Constructor for class org.hibernate.testing.jta.JtaAwareConnectionProviderImpl.XAResourceWrapper
 
XLARGE - org.hibernate.testing.orm.domain.gambit.Shirt.Size
 
xmax - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
xmin - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
XML_FORMAT_MAPPER - Static variable in interface org.hibernate.cfg.MappingSettings
Specifies a FormatMapper used for XML serialization and deserialization, either: an instance of FormatMapper, a Class representing a class that implements FormatMapper, the name of a class that implements FormatMapper, or one of the shorthand constants jackson or jaxb.
XML_MAPPING_ENABLED - Static variable in interface org.hibernate.cfg.MappingSettings
Whether XML mappings should be processed.
XmlAsStringJdbcType - Class in org.hibernate.type.descriptor.jdbc
Specialized type mapping for SQLXML and the XML SQL data type.
XmlAsStringJdbcType(int, EmbeddableMappingType) - Constructor for class org.hibernate.type.descriptor.jdbc.XmlAsStringJdbcType
 
XMLContext - Class in org.hibernate.boot.model.internal
A helper for consuming orm.xml mappings.
XMLContext(BootstrapContext) - Constructor for class org.hibernate.boot.model.internal.XMLContext
 
XMLContext(ClassLoaderAccess, ClassmateContext) - Constructor for class org.hibernate.boot.model.internal.XMLContext
 
XMLContext.Default - Class in org.hibernate.boot.model.internal
 
XmlElementMetadata - Enum in org.hibernate.boot.model.source.internal.hbm
Provides meta-information about XML elements.
XmlHelper - Class in org.hibernate.dialect
A Helper for serializing and deserializing XML, based on an EmbeddableMappingType.
XmlHelper() - Constructor for class org.hibernate.dialect.XmlHelper
 
XmlInfrastructureException - Exception in org.hibernate.boot.jaxb.internal.stax
An error using XML infrastructure (jaxp, stax, etc).
XmlInfrastructureException(String) - Constructor for exception org.hibernate.boot.jaxb.internal.stax.XmlInfrastructureException
 
XmlInfrastructureException(String, Throwable) - Constructor for exception org.hibernate.boot.jaxb.internal.stax.XmlInfrastructureException
 
XmlJavaType<T> - Class in org.hibernate.type.descriptor.java.spi
 
XmlJavaType(Type, MutabilityPlan<T>, TypeConfiguration) - Constructor for class org.hibernate.type.descriptor.java.spi.XmlJavaType
 
XmlJdbcType - Class in org.hibernate.type.descriptor.jdbc
Specialized type mapping for SQLXML and the XML SQL data type.
XmlJdbcType(EmbeddableMappingType) - Constructor for class org.hibernate.type.descriptor.jdbc.XmlJdbcType
 
XmlJdbcType.XmlValueBinder<X> - Class in org.hibernate.type.descriptor.jdbc
 
XmlMappingBinderAccess - Class in org.hibernate.boot.spi
Holds the XML binder and a classloader used for binding mappings.
XmlMappingBinderAccess(ServiceRegistry) - Constructor for class org.hibernate.boot.spi.XmlMappingBinderAccess
 
XmlMappingBinderAccess(ServiceRegistry, Function<String, Object>) - Constructor for class org.hibernate.boot.spi.XmlMappingBinderAccess
 
xmlMappingMetadataComplete - Variable in class org.hibernate.boot.jaxb.mapping.JaxbPersistenceUnitMetadata
 
xmlMappingMetadataComplete - Variable in class org.hibernate.jpamodelgen.xml.jaxb.PersistenceUnitMetadata
 
xmlMappings() - Method in annotation type org.hibernate.testing.orm.junit.DomainModel
 
xmlMappings() - Method in annotation type org.hibernate.testing.orm.junit.Jpa
 
XmlMetaAttribute - Class in org.hibernate.jpamodelgen.xml
 
XmlMetaCollection - Class in org.hibernate.jpamodelgen.xml
 
XmlMetaCollection(XmlMetaEntity, String, String, String) - Constructor for class org.hibernate.jpamodelgen.xml.XmlMetaCollection
 
XmlMetaEntity - Class in org.hibernate.jpamodelgen.xml
Collects XML-based meta information about an annotated type (entity, embeddable or mapped superclass).
XmlMetaMap - Class in org.hibernate.jpamodelgen.xml
 
XmlMetaMap(XmlMetaEntity, String, String, String, String) - Constructor for class org.hibernate.jpamodelgen.xml.XmlMetaMap
 
XmlMetaSingleAttribute - Class in org.hibernate.jpamodelgen.xml
 
XmlMetaSingleAttribute(XmlMetaEntity, String, String) - Constructor for class org.hibernate.jpamodelgen.xml.XmlMetaSingleAttribute
 
XmlParserHelper - Class in org.hibernate.jpamodelgen.util.xml
Provides common functionality used for XML parsing.
XmlParserHelper(Context) - Constructor for class org.hibernate.jpamodelgen.util.xml.XmlParserHelper
 
XmlParsingException - Exception in org.hibernate.jpamodelgen.util.xml
Custom exception for all sorts of XML parsing related exceptions.
XmlParsingException(String, Throwable) - Constructor for exception org.hibernate.jpamodelgen.util.xml.XmlParsingException
 
XmlSource - Class in org.hibernate.boot.jaxb.spi
An XML document containing O/R mapping metadata, either: a JPA orm.xml file, or a Hibernate .hbm.xml file.
XmlSource(Origin) - Constructor for class org.hibernate.boot.jaxb.spi.XmlSource
 
XmlSources - Class in org.hibernate.boot.jaxb.internal
Helper for building and handling XmlSource references.
XmlSources() - Constructor for class org.hibernate.boot.jaxb.internal.XmlSources
 
XMLStreamConstantsUtils - Class in org.hibernate.boot.jaxb.internal.stax
Note, copied from the uPortal project by permission of author.
XmlValueBinder(JavaType<X>, JdbcType) - Constructor for class org.hibernate.type.descriptor.jdbc.XmlJdbcType.XmlValueBinder
 
XOpen - org.hibernate.engine.jdbc.env.spi.SQLStateType
The reported codes follow the X/Open spec
XPROPERTY - Static variable in interface org.hibernate.usertype.DynamicParameterizedType
 
XsdDescriptor - Class in org.hibernate.boot.xsd
Representation of a locally resolved XSD
XsdException - Exception in org.hibernate.internal.util.xml
Indicates an issue finding or loading an XSD schema.
XsdException(String, String) - Constructor for exception org.hibernate.internal.util.xml.XsdException
 
XsdException(String, Throwable, String) - Constructor for exception org.hibernate.internal.util.xml.XsdException
 

Y

y - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
year() - Method in class org.hibernate.grammars.hql.HqlParser.DateContext
 
year() - Method in class org.hibernate.grammars.hql.HqlParser
 
year(Expression<? extends TemporalAccessor>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Extracts the TemporalUnit.YEAR of a date, time, or datetime expression.
year(Expression<? extends TemporalAccessor>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
year(Expression<? extends TemporalAccessor>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
YEAR - org.hibernate.query.sqm.TemporalUnit
Calendar year.
YEAR - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
YEAR - Static variable in class org.hibernate.grammars.hql.HqlParser
 
YEAR() - Method in class org.hibernate.grammars.hql.HqlParser.DatetimeFieldContext
 
YEAR() - Method in class org.hibernate.grammars.hql.HqlParser.DayFieldContext
 
YEAR() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
YEAR() - Method in class org.hibernate.grammars.hql.HqlParser.WeekFieldContext
 
YearContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.YearContext
 
YearJavaType - Class in org.hibernate.type.descriptor.java
Describes the Year Java type
YearJavaType() - Constructor for class org.hibernate.type.descriptor.java.YearJavaType
 
yearMonthDay() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
Note that we include these for completeness, but since their names collide with the HQL abbreviations for extract(), they can't actually be called from HQL.
yearsMonthsDaysHoursMinutesSecondsBetween() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
YES_NO - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping Boolean to JDBC CHAR(1) (using 'Y'/'N').
YesNoConverter - Class in org.hibernate.type
Handles conversion to/from Boolean as 'Y' or 'N'
YesNoConverter() - Constructor for class org.hibernate.type.YesNoConverter
 
ymax - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
ymin - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
YN_BOOLEAN - org.hibernate.query.sqm.CastType
 

Z

z - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
ZERO - Static variable in class org.hibernate.type.descriptor.java.IntegerJavaType
 
ZERO_VERSION - Static variable in class org.hibernate.dialect.SimpleDatabaseVersion
 
zmax - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
zmin - org.hibernate.spatial.dialect.hana.HANASpatialFunctions
 
ZONE_OFFSET - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping ZoneOffset to JDBC VARCHAR.
ZONE_OFFSET_NAME - Static variable in class org.hibernate.usertype.internal.AbstractTimeZoneStorageCompositeUserType
 
ZONE_TIMESTAMP - org.hibernate.query.sqm.CastType
 
ZONED - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
ZONED - Static variable in class org.hibernate.grammars.hql.HqlParser
 
ZONED() - Method in class org.hibernate.grammars.hql.HqlParser.NakedIdentifierContext
 
ZONED() - Method in class org.hibernate.grammars.hql.HqlParser.ZonedDateTimeLiteralContext
 
ZONED_DATE_TIME - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping ZonedDateTime to JDBC TIMESTAMP_WITH_TIMEZONE or TIMESTAMP depending on the "hibernate.timezone.default_storage" setting.
ZONED_DATE_TIME_WITH_TIMEZONE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping ZonedDateTime to JDBC TIMESTAMP_WITH_TIMEZONE.
ZONED_DATE_TIME_WITHOUT_TIMEZONE - Static variable in class org.hibernate.type.StandardBasicTypes
The standard Hibernate type for mapping ZonedDateTime to JDBC TIMESTAMP.
zonedDateTime() - Method in class org.hibernate.grammars.hql.HqlParser.DateTimeContext
 
zonedDateTime() - Method in class org.hibernate.grammars.hql.HqlParser
 
zonedDateTime() - Method in class org.hibernate.grammars.hql.HqlParser.ZonedDateTimeLiteralContext
 
ZonedDateTimeComparator - Class in org.hibernate.internal.util
 
ZonedDateTimeComparator() - Constructor for class org.hibernate.internal.util.ZonedDateTimeComparator
 
ZonedDateTimeCompositeUserType - Class in org.hibernate.usertype.internal
 
ZonedDateTimeCompositeUserType() - Constructor for class org.hibernate.usertype.internal.ZonedDateTimeCompositeUserType
 
ZonedDateTimeCompositeUserType.ZonedDateTimeEmbeddable - Class in org.hibernate.usertype.internal
 
ZonedDateTimeContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.ZonedDateTimeContext
 
ZonedDateTimeEmbeddable() - Constructor for class org.hibernate.usertype.internal.ZonedDateTimeCompositeUserType.ZonedDateTimeEmbeddable
 
ZonedDateTimeJavaType - Class in org.hibernate.type.descriptor.java
Java type descriptor for the ZonedDateTime type.
ZonedDateTimeJavaType() - Constructor for class org.hibernate.type.descriptor.java.ZonedDateTimeJavaType
 
zonedDateTimeLiteral() - Method in class org.hibernate.grammars.hql.HqlParser.DateTimeLiteralContext
 
zonedDateTimeLiteral() - Method in class org.hibernate.grammars.hql.HqlParser
 
ZonedDateTimeLiteralContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.ZonedDateTimeLiteralContext
 
zoneId() - Method in class org.hibernate.grammars.hql.HqlParser.ZonedDateTimeContext
 
zoneId() - Method in class org.hibernate.grammars.hql.HqlParser
 
ZoneIdContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.ZoneIdContext
 
ZoneIdJavaType - Class in org.hibernate.type.descriptor.java
Describes the ZoneId Java type.
ZoneIdJavaType() - Constructor for class org.hibernate.type.descriptor.java.ZoneIdJavaType
 
ZoneOffsetComparator() - Constructor for class org.hibernate.type.descriptor.java.ZoneOffsetJavaType.ZoneOffsetComparator
 
ZoneOffsetJavaType - Class in org.hibernate.type.descriptor.java
Descriptor for ZoneOffset handling.
ZoneOffsetJavaType() - Constructor for class org.hibernate.type.descriptor.java.ZoneOffsetJavaType
 
ZoneOffsetJavaType.ZoneOffsetComparator - Class in org.hibernate.type.descriptor.java
 
Zoo - Class in org.hibernate.testing.orm.domain.animal
 
Zoo() - Constructor for class org.hibernate.testing.orm.domain.animal.Zoo
 
Zoo(String, Address) - Constructor for class org.hibernate.testing.orm.domain.animal.Zoo
 

_

_310 - Static variable in class org.hibernate.boot.xsd.MappingXsdSupport
 
_abstract - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmEntityBaseDefinition
 
_ATN - Static variable in class org.hibernate.grammars.graph.GraphLanguageLexer
 
_ATN - Static variable in class org.hibernate.grammars.graph.GraphLanguageParser
 
_ATN - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
_ATN - Static variable in class org.hibernate.grammars.hql.HqlParser
 
_ATN - Static variable in class org.hibernate.grammars.importsql.SqlScriptLexer
 
_ATN - Static variable in class org.hibernate.grammars.importsql.SqlScriptParser
 
_ATN - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
_ATN - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
_decisionToDFA - Static variable in class org.hibernate.grammars.graph.GraphLanguageLexer
 
_decisionToDFA - Static variable in class org.hibernate.grammars.graph.GraphLanguageParser
 
_decisionToDFA - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
_decisionToDFA - Static variable in class org.hibernate.grammars.hql.HqlParser
 
_decisionToDFA - Static variable in class org.hibernate.grammars.importsql.SqlScriptLexer
 
_decisionToDFA - Static variable in class org.hibernate.grammars.importsql.SqlScriptParser
 
_decisionToDFA - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
_decisionToDFA - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
_default - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmColumnType
 
_default - Variable in class org.hibernate.boot.jaxb.mapping.JaxbColumn
 
_extends - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSubclassEntityBaseDefinition
 
_extends - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
_import - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
_package - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgMappingReferenceType
 
_package - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmHibernateMapping
 
_package - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
 
_package - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EntityMappings
 
_serializedATN - Static variable in class org.hibernate.grammars.graph.GraphLanguageLexer
 
_serializedATN - Static variable in class org.hibernate.grammars.graph.GraphLanguageParser
 
_serializedATN - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
_serializedATN - Static variable in class org.hibernate.grammars.hql.HqlParser
 
_serializedATN - Static variable in class org.hibernate.grammars.importsql.SqlScriptLexer
 
_serializedATN - Static variable in class org.hibernate.grammars.importsql.SqlScriptParser
 
_serializedATN - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
_serializedATN - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
_sharedContextCache - Static variable in class org.hibernate.grammars.graph.GraphLanguageLexer
 
_sharedContextCache - Static variable in class org.hibernate.grammars.graph.GraphLanguageParser
 
_sharedContextCache - Static variable in class org.hibernate.grammars.hql.HqlLexer
 
_sharedContextCache - Static variable in class org.hibernate.grammars.hql.HqlParser
 
_sharedContextCache - Static variable in class org.hibernate.grammars.importsql.SqlScriptLexer
 
_sharedContextCache - Static variable in class org.hibernate.grammars.importsql.SqlScriptParser
 
_sharedContextCache - Static variable in class org.hibernate.grammars.ordering.OrderingLexer
 
_sharedContextCache - Static variable in class org.hibernate.grammars.ordering.OrderingParser
 
_transient - Variable in class org.hibernate.jpamodelgen.xml.jaxb.Attributes
 
_transient - Variable in class org.hibernate.jpamodelgen.xml.jaxb.EmbeddableAttributes
 
$ 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