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

$

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

A

abortBatch() - Method in class org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl
 
abortBatch() - Method in interface org.hibernate.engine.jdbc.spi.JdbcCoordinator
Abort the currently managed batch (if any)
abortBatch(Exception) - Method in class org.hibernate.engine.jdbc.batch.internal.BatchImpl
 
abs(Expression<N>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
 
abs(Expression<N>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
abs(Expression<N>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
abs(Expression<N>) - Method in interface org.hibernate.query.sqm.NodeBuilder
 
AbstractAnnotatedMethod - Class in org.hibernate.processor.annotation
 
AbstractAnnotatedMethod(AnnotationMetaEntity, ExecutableElement, String, String) - Constructor for class org.hibernate.processor.annotation.AbstractAnnotatedMethod
 
AbstractArchiveDescriptor - Class in org.hibernate.boot.archive.spi
Base support for ArchiveDescriptor implementors.
AbstractArchiveDescriptor(ArchiveDescriptorFactory, URL, String) - Constructor for class org.hibernate.boot.archive.spi.AbstractArchiveDescriptor
 
AbstractArchiveDescriptorFactory - Class in org.hibernate.boot.archive.spi
 
AbstractArchiveDescriptorFactory() - Constructor for class org.hibernate.boot.archive.spi.AbstractArchiveDescriptorFactory
 
AbstractArrayContainsFunction - Class in org.hibernate.dialect.function.array
Encapsulates the validator, return type and argument type resolvers for the array_contains function.
AbstractArrayContainsFunction(boolean, TypeConfiguration) - Constructor for class org.hibernate.dialect.function.array.AbstractArrayContainsFunction
 
AbstractArrayFillFunction - Class in org.hibernate.dialect.function.array
Encapsulates the validator, return type and argument type resolvers for the array_contains function.
AbstractArrayFillFunction(boolean) - Constructor for class org.hibernate.dialect.function.array.AbstractArrayFillFunction
 
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, AttributeMetadata, int, PropertyAccess) - Constructor for class org.hibernate.metamodel.mapping.internal.AbstractAttributeMapping
 
AbstractAttributeMapping(AbstractAttributeMapping) - Constructor for class org.hibernate.metamodel.mapping.internal.AbstractAttributeMapping
For Hibernate Reactive
AbstractAuditAssociationQuery<Q extends org.hibernate.envers.query.internal.impl.AuditQueryImplementor> - Class in org.hibernate.envers.query.internal.impl
An abstract base class for all AuditAssociationQuery implementations.
AbstractAuditAssociationQuery(EnversService, AuditReaderImplementor, Q, QueryBuilder, String, JoinType, Map<String, String>, Map<String, String>, String, String, AuditCriterion) - Constructor for class org.hibernate.envers.query.internal.impl.AbstractAuditAssociationQuery
 
AbstractAuditQuery - Class in org.hibernate.envers.query.internal.impl
 
AbstractAuditQuery(EnversService, AuditReaderImplementor, Class<?>) - Constructor for class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
AbstractAuditQuery(EnversService, AuditReaderImplementor, Class<?>, String) - Constructor for class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
AbstractAuditWorkUnit - Class in org.hibernate.envers.internal.synchronization.work
 
AbstractAuditWorkUnit(SessionImplementor, String, EnversService, Object, RevisionType) - Constructor for class org.hibernate.envers.internal.synchronization.work.AbstractAuditWorkUnit
 
AbstractAuxiliaryDatabaseObject - Class in org.hibernate.boot.model.relational
Convenience base class for AuxiliaryDatabaseObjects.
AbstractAuxiliaryDatabaseObject() - Constructor for class org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
 
AbstractAuxiliaryDatabaseObject(boolean) - Constructor for class org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
 
AbstractAuxiliaryDatabaseObject(boolean, Set<String>) - Constructor for class org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
 
AbstractAuxiliaryDatabaseObject(Set<String>) - Constructor for class org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
 
AbstractBagSemantics<E> - Class in org.hibernate.collection.spi
 
AbstractBagSemantics() - Constructor for class org.hibernate.collection.spi.AbstractBagSemantics
 
AbstractBatchEntitySelectFetchInitializer - 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
 
AbstractBatchEntitySelectFetchInitializer.State - Enum in org.hibernate.sql.results.graph.entity.internal
 
AbstractBinder<T> - Class in org.hibernate.boot.jaxb.internal
 
AbstractBinder(ResourceStreamLocator) - Constructor for class org.hibernate.boot.jaxb.internal.AbstractBinder
 
AbstractBuilder(String) - Constructor for class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
AbstractCacheableDataStatistics - Class in org.hibernate.stat.internal
 
AbstractCacheableDataStatistics(Supplier<Region>) - Constructor for class org.hibernate.stat.internal.AbstractCacheableDataStatistics
 
AbstractCachedDomainDataAccess - Class in org.hibernate.cache.spi.support
 
AbstractCachedDomainDataAccess(DomainDataRegion, DomainDataStorageAccess) - Constructor for class org.hibernate.cache.spi.support.AbstractCachedDomainDataAccess
 
AbstractCacheTransactionSynchronization - Class in org.hibernate.cache.spi
 
AbstractCacheTransactionSynchronization(RegionFactory) - Constructor for class org.hibernate.cache.spi.AbstractCacheTransactionSynchronization
 
AbstractCastingPostGISJdbcType - Class in org.hibernate.spatial.dialect.postgis
Type Descriptor for the Postgis Geometry type
AbstractCdiBeanContainer - Class in org.hibernate.resource.beans.container.spi
 
AbstractCdiBeanContainer() - Constructor for class org.hibernate.resource.beans.container.spi.AbstractCdiBeanContainer
 
AbstractClassJavaType<T> - Class in org.hibernate.type.descriptor.java
Abstract adapter for Java type descriptors.
AbstractClassJavaType(Class<? extends T>) - Constructor for class org.hibernate.type.descriptor.java.AbstractClassJavaType
Initialize a type descriptor for the given type.
AbstractClassJavaType(Class<? extends T>, MutabilityPlan<? extends T>) - Constructor for class org.hibernate.type.descriptor.java.AbstractClassJavaType
Initialize a type descriptor for the given type and mutability plan.
AbstractClassJavaType(Class<? extends T>, MutabilityPlan<? extends T>, Comparator<? extends T>) - Constructor for class org.hibernate.type.descriptor.java.AbstractClassJavaType
Initialize a type descriptor for the given type, mutability plan and comparator.
AbstractCollectionBatchLoader - Class in org.hibernate.loader.ast.internal
 
AbstractCollectionBatchLoader(int, LoadQueryInfluencers, PluralAttributeMapping, SessionFactoryImplementor) - Constructor for class org.hibernate.loader.ast.internal.AbstractCollectionBatchLoader
 
AbstractCollectionDataAccess - Class in org.hibernate.cache.spi.support
 
AbstractCollectionDataAccess(DomainDataRegion, CacheKeysFactory, DomainDataStorageAccess, CollectionDataCachingConfig) - Constructor for class org.hibernate.cache.spi.support.AbstractCollectionDataAccess
 
AbstractCollectionEvent - Class in org.hibernate.event.spi
Defines a base class for events involving collections.
AbstractCollectionEvent(CollectionPersister, PersistentCollection<?>, EventSource, Object, Object) - Constructor for class org.hibernate.event.spi.AbstractCollectionEvent
Constructs an AbstractCollectionEvent object.
AbstractCollectionInitializer - Class in org.hibernate.sql.results.graph.collection.internal
Base support for CollectionInitializer implementations
AbstractCollectionInitializer(NavigablePath, PluralAttributeMapping, FetchParentAccess, DomainResult<?>, boolean, AssemblerCreationState) - Constructor for class org.hibernate.sql.results.graph.collection.internal.AbstractCollectionInitializer
 
AbstractCollectionInitializer.State - Enum in org.hibernate.sql.results.graph.collection.internal
 
AbstractCollectionInitializor<T> - Class in org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor
Initializes a persistent collection.
AbstractCollectionInitializor(EnversService, AuditReaderImplementor, RelationQueryGenerator, Object, Number, boolean) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.lazy.initializor.AbstractCollectionInitializor
 
AbstractCollectionMapper<T> - Class in org.hibernate.envers.internal.entities.mapper.relation
 
AbstractCollectionMapper(Configuration, CommonCollectionMapperData, Class<? extends T>, Class<? extends T>, boolean, boolean) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.AbstractCollectionMapper
 
AbstractCollectionMetadataGenerator - Class in org.hibernate.envers.configuration.internal.metadata
Abstract base class for various collection-based metadata generators.
AbstractCollectionMetadataGenerator(EnversMetadataBuildingContext, BasicMetadataGenerator, ValueMetadataGenerator) - Constructor for class org.hibernate.envers.configuration.internal.metadata.AbstractCollectionMetadataGenerator
 
AbstractCollectionPersister - Class in org.hibernate.persister.collection
Base implementation of the QueryableCollection interface.
AbstractCollectionPersister(Collection, CollectionDataAccess, RuntimeModelCreationContext) - Constructor for class org.hibernate.persister.collection.AbstractCollectionPersister
 
AbstractCollectionPersister(Collection, CollectionDataAccess, PersisterCreationContext) - Constructor for class org.hibernate.persister.collection.AbstractCollectionPersister
Deprecated.
AbstractColumnReferenceQualifier - Class in org.hibernate.sql.ast.tree.from
 
AbstractColumnReferenceQualifier() - Constructor for class org.hibernate.sql.ast.tree.from.AbstractColumnReferenceQualifier
 
AbstractColumnsAndFormulasSource() - Constructor for class org.hibernate.boot.model.source.internal.hbm.RelationalValueSourceHelper.AbstractColumnsAndFormulasSource
 
AbstractCommonQueryContract - Class in org.hibernate.query.spi
 
AbstractCommonQueryContract(SharedSessionContractImplementor) - Constructor for class org.hibernate.query.spi.AbstractCommonQueryContract
 
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
 
AbstractCriteriaMethod - Class in org.hibernate.processor.annotation
 
AbstractCriteriaMethod(AnnotationMetaEntity, ExecutableElement, String, String, String, boolean, String, String, List<String>, List<String>, List<String>, List<OrderBy>, boolean, boolean, List<Boolean>, List<Boolean>, String, boolean) - Constructor for class org.hibernate.processor.annotation.AbstractCriteriaMethod
 
AbstractCteMutationHandler - Class in org.hibernate.query.sqm.mutation.internal.cte
Defines how identifier values are selected from the updatable/deletable tables.
AbstractCteMutationHandler(CteTable, SqmDeleteOrUpdateStatement<?>, DomainParameterXref, CteMutationStrategy, SessionFactoryImplementor) - Constructor for class org.hibernate.query.sqm.mutation.internal.cte.AbstractCteMutationHandler
 
AbstractCurrentSessionContext - Class in org.hibernate.context.spi
Base support for CurrentSessionContext implementors.
AbstractCurrentSessionContext(SessionFactoryImplementor) - Constructor for class org.hibernate.context.spi.AbstractCurrentSessionContext
 
AbstractDataSourceBasedMultiTenantConnectionProviderImpl<T> - Class in org.hibernate.engine.jdbc.connections.spi
Basic support for implementations of MultiTenantConnectionProvider based on DataSources.
AbstractDataSourceBasedMultiTenantConnectionProviderImpl() - Constructor for class org.hibernate.engine.jdbc.connections.spi.AbstractDataSourceBasedMultiTenantConnectionProviderImpl
 
AbstractDelegateSessionImplementor - Class in org.hibernate.envers.internal.entities.mapper.relation.lazy
 
AbstractDelegateSessionImplementor(SessionImplementor) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.lazy.AbstractDelegateSessionImplementor
 
AbstractDelegatingMetadata - Class in org.hibernate.boot.spi
Convenience base class for custom implementors of MetadataImplementor using delegation.
AbstractDelegatingMetadata(MetadataImplementor) - Constructor for class org.hibernate.boot.spi.AbstractDelegatingMetadata
 
AbstractDelegatingMetadataBuilderImplementor<T extends MetadataBuilderImplementor> - Class in org.hibernate.boot.spi
Convenience base class for custom implementors of MetadataBuilderImplementor using delegation.
AbstractDelegatingMetadataBuilderImplementor(MetadataBuilderImplementor) - Constructor for class org.hibernate.boot.spi.AbstractDelegatingMetadataBuilderImplementor
 
AbstractDelegatingMetadataBuildingOptions - Class in org.hibernate.boot.spi
Convenience base class for custom implementors of MetadataBuildingOptions using delegation.
AbstractDelegatingMetadataBuildingOptions(MetadataBuildingOptions) - Constructor for class org.hibernate.boot.spi.AbstractDelegatingMetadataBuildingOptions
 
AbstractDelegatingSessionBuilder - Class in org.hibernate.engine.spi
Base class for SessionBuilder implementations that wish to implement only parts of that contract themselves while forwarding other method invocations to a delegate instance.
AbstractDelegatingSessionBuilder(SessionBuilder) - Constructor for class org.hibernate.engine.spi.AbstractDelegatingSessionBuilder
 
AbstractDelegatingSessionBuilderImplementor - Class in org.hibernate.engine.spi
Base class for SessionBuilderImplementor implementations that wish to implement only parts of that contract themselves while forwarding other method invocations to a delegate instance.
AbstractDelegatingSessionBuilderImplementor(SessionBuilderImplementor) - Constructor for class org.hibernate.engine.spi.AbstractDelegatingSessionBuilderImplementor
 
AbstractDelegatingSessionFactoryBuilder<T extends SessionFactoryBuilder> - Class in org.hibernate.boot.spi
Convenience base class for custom implementors of SessionFactoryBuilder, using delegation
AbstractDelegatingSessionFactoryBuilder(SessionFactoryBuilder) - Constructor for class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilder
 
AbstractDelegatingSessionFactoryBuilderImplementor<T extends SessionFactoryBuilderImplementor> - Class in org.hibernate.boot.spi
Convenience base class for custom implementors of SessionFactoryBuilderImplementor, using delegation
AbstractDelegatingSessionFactoryBuilderImplementor(SessionFactoryBuilderImplementor) - Constructor for class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryBuilderImplementor
 
AbstractDelegatingSessionFactoryOptions - Class in org.hibernate.boot.spi
Convenience base class for custom implementations of SessionFactoryOptions using delegation.
AbstractDelegatingSessionFactoryOptions(SessionFactoryOptions) - Constructor for class org.hibernate.boot.spi.AbstractDelegatingSessionFactoryOptions
 
AbstractDelegatingSharedSessionBuilder - Class in org.hibernate.engine.spi
Base class for SharedSessionBuilder implementations that wish to implement only parts of that contract themselves while forwarding other method invocations to a delegate instance.
AbstractDelegatingSharedSessionBuilder(SharedSessionBuilder) - Constructor for class org.hibernate.engine.spi.AbstractDelegatingSharedSessionBuilder
 
AbstractDelegatingWrapperOptions - Class in org.hibernate.engine.spi
 
AbstractDelegatingWrapperOptions() - Constructor for class org.hibernate.engine.spi.AbstractDelegatingWrapperOptions
 
AbstractDeleteCoordinator - Class in org.hibernate.persister.entity.mutation
Template support for DeleteCoordinator implementations.
AbstractDeleteCoordinator(AbstractEntityPersister, SessionFactoryImplementor) - Constructor for class org.hibernate.persister.entity.mutation.AbstractDeleteCoordinator
 
AbstractDeleteExecutionDelegate - Class in org.hibernate.query.sqm.mutation.internal.temptable
 
AbstractDeleteExecutionDelegate(EntityMappingType, TemporaryTable, AfterUseAction, SqmDeleteStatement<?>, DomainParameterXref, QueryOptions, LoadQueryInfluencers, QueryParameterBindings, Function<SharedSessionContractImplementor, String>, SessionFactoryImplementor) - Constructor for class org.hibernate.query.sqm.mutation.internal.temptable.AbstractDeleteExecutionDelegate
 
AbstractDiscriminatedEntityResultGraphNode - Class in org.hibernate.sql.results.graph.entity
 
AbstractDiscriminatedEntityResultGraphNode(NavigablePath, DiscriminatedAssociationModelPart, JavaType<?>) - Constructor for class org.hibernate.sql.results.graph.entity.AbstractDiscriminatedEntityResultGraphNode
 
AbstractDiscriminatorMapping - Class in org.hibernate.metamodel.mapping.internal
 
AbstractDiscriminatorMapping(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
Deprecated, for removal: This API element is subject to removal in a future version.
AbstractEntityInitializer(EntityResultGraphNode, NavigablePath, LockMode, Fetch, Fetch, DomainResult<Object>, FetchParentAccess, AssemblerCreationState) - Constructor for class org.hibernate.sql.results.graph.entity.AbstractEntityInitializer
 
AbstractEntityInitializer.State - Enum in org.hibernate.sql.results.graph.entity
 
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.processor.annotation
 
AbstractFlushingEventListener - Class in org.hibernate.event.internal
A convenience base class for listeners whose functionality results in flushing.
AbstractFlushingEventListener() - Constructor for class org.hibernate.event.internal.AbstractFlushingEventListener
 
AbstractGeneratedValuesMutationDelegate - Class in org.hibernate.generator.values
 
AbstractGeneratedValuesMutationDelegate(EntityPersister, EventType) - Constructor for class org.hibernate.generator.values.AbstractGeneratedValuesMutationDelegate
 
AbstractGeneratedValuesMutationDelegate(EntityPersister, EventType, boolean, boolean) - Constructor for class org.hibernate.generator.values.AbstractGeneratedValuesMutationDelegate
 
AbstractGraph<J> - Class in org.hibernate.graph.internal
Base class for RootGraph and SubGraph implementations.
AbstractGraph(GraphImplementor<J>, boolean) - Constructor for class org.hibernate.graph.internal.AbstractGraph
 
AbstractGraph(ManagedDomainType<J>, boolean) - Constructor for class org.hibernate.graph.internal.AbstractGraph
 
AbstractGraphNode<J> - Class in org.hibernate.graph.internal
 
AbstractGraphNode(boolean) - Constructor for class org.hibernate.graph.internal.AbstractGraphNode
 
AbstractHANADialect - Class in org.hibernate.dialect
Deprecated, for removal: This API element is subject to removal in a future version.
Will be replaced with HANADialect in the future.
AbstractHANADialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.AbstractHANADialect
Deprecated.
 
AbstractHANADialect(HANAServerConfiguration, boolean) - Constructor for class org.hibernate.dialect.AbstractHANADialect
Deprecated.
 
AbstractHANADialect.HANABlobType - Class in org.hibernate.dialect
Deprecated.
 
AbstractHbmSourceNode - Class in org.hibernate.boot.model.source.internal.hbm
Base class for any and all source objects coming from hbm.xml parsing.
AbstractHbmSourceNode(MappingDocument) - Constructor for class org.hibernate.boot.model.source.internal.hbm.AbstractHbmSourceNode
 
AbstractIdentifiableType<J> - Class in org.hibernate.metamodel.model.domain
Functionality common to all implementations of IdentifiableType.
AbstractIdentifiableType(String, JavaType<J>, IdentifiableDomainType<? super J>, boolean, boolean, boolean, JpaMetamodelImplementor) - Constructor for class org.hibernate.metamodel.model.domain.AbstractIdentifiableType
 
AbstractIdentifier - Class in org.hibernate.envers.boot.model
Base abstract implementation of Identifier.
AbstractIdentifier(String) - Constructor for class org.hibernate.envers.boot.model.AbstractIdentifier
 
AbstractIdMapper - Class in org.hibernate.envers.internal.entities.mapper.id
The base abstract class implementation for identifier mappers.
AbstractIdMapper(ServiceRegistry) - Constructor for class org.hibernate.envers.internal.entities.mapper.id.AbstractIdMapper
 
AbstractImmediateCollectionInitializer - 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, DomainResult<?>, DomainResult<?>, boolean, AssemblerCreationState) - 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
 
AbstractJavaTimeJdbcType<T extends Temporal> - Class in org.hibernate.type.descriptor.jdbc.internal
 
AbstractJavaTimeJdbcType(Class<T>) - Constructor for class org.hibernate.type.descriptor.jdbc.internal.AbstractJavaTimeJdbcType
 
AbstractJavaType<T> - Class in org.hibernate.type.descriptor.java
Abstract adapter for Java type descriptors.
AbstractJavaType(Type) - Constructor for class org.hibernate.type.descriptor.java.AbstractJavaType
Initialize a type descriptor for the given type.
AbstractJavaType(Type, MutabilityPlan<T>) - Constructor for class org.hibernate.type.descriptor.java.AbstractJavaType
Initialize a type descriptor for the given type.
AbstractJdbcLiteralFormatter<T> - Class in org.hibernate.type.descriptor.jdbc.spi
Abstract JdbcLiteralFormatter implementation managing the JavaType
AbstractJdbcLiteralFormatter(JavaType<T>) - Constructor for class org.hibernate.type.descriptor.jdbc.spi.AbstractJdbcLiteralFormatter
 
AbstractJdbcMutation - Class in org.hibernate.sql.model.jdbc
 
AbstractJdbcMutation(TableMapping, MutationTarget<?>, String, boolean, Expectation, List<? extends JdbcParameterBinder>) - Constructor for class org.hibernate.sql.model.jdbc.AbstractJdbcMutation
 
AbstractJdbcOperationQuery - Class in org.hibernate.sql.exec.spi
Executable JDBC command
AbstractJdbcOperationQuery(String, List<JdbcParameterBinder>, Set<String>) - Constructor for class org.hibernate.sql.exec.spi.AbstractJdbcOperationQuery
 
AbstractJdbcOperationQuery(String, List<JdbcParameterBinder>, Set<String>, Map<JdbcParameter, JdbcParameterBinding>) - Constructor for class org.hibernate.sql.exec.spi.AbstractJdbcOperationQuery
 
AbstractJdbcOperationQuery(String, List<JdbcParameterBinder>, Set<String>, Set<FilterJdbcParameter>) - Constructor for class org.hibernate.sql.exec.spi.AbstractJdbcOperationQuery
Deprecated.
filterJdbcParameters is no longer used
AbstractJdbcOperationQuery(String, List<JdbcParameterBinder>, Set<String>, Set<FilterJdbcParameter>, Map<JdbcParameter, JdbcParameterBinding>) - Constructor for class org.hibernate.sql.exec.spi.AbstractJdbcOperationQuery
Deprecated.
filterJdbcParameters is no longer used
AbstractJdbcOperationQueryInsert - Class in org.hibernate.sql.exec.internal
Base support for JdbcInsertMutation implementations
AbstractJdbcOperationQueryInsert(String, List<JdbcParameterBinder>, Set<String>, String) - Constructor for class org.hibernate.sql.exec.internal.AbstractJdbcOperationQueryInsert
 
AbstractJdbcParameter - Class in org.hibernate.sql.exec.internal
 
AbstractJdbcParameter(JdbcMapping) - Constructor for class org.hibernate.sql.exec.internal.AbstractJdbcParameter
 
AbstractJdbcValues - Class in org.hibernate.sql.results.jdbc.internal
 
AbstractJdbcValues() - Constructor for class org.hibernate.sql.results.jdbc.internal.AbstractJdbcValues
 
AbstractJpaSelection<T> - Class in org.hibernate.query.sqm.tree.jpa
Base support for JpaSelection impls.
AbstractJpaSelection(SqmExpressible<? super T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.jpa.AbstractJpaSelection
 
AbstractJpaTupleElement<T> - Class in org.hibernate.query.sqm.tree.jpa
Base support for JpaTupleElement impls
AbstractJpaTupleElement(SqmExpressible<? super T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.jpa.AbstractJpaTupleElement
 
AbstractJsonFormatMapper - Class in org.hibernate.type.format
 
AbstractJsonFormatMapper() - Constructor for class org.hibernate.type.format.AbstractJsonFormatMapper
 
AbstractJtaPlatform - Class in org.hibernate.engine.transaction.jta.platform.internal
 
AbstractJtaPlatform() - Constructor for class org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
 
AbstractLazyInitializer - Class in org.hibernate.proxy
Convenience base class for lazy initialization handlers.
AbstractLazyInitializer(String, Object, SharedSessionContractImplementor) - Constructor for class org.hibernate.proxy.AbstractLazyInitializer
Main constructor.
AbstractLazyLoadInterceptor - Class in org.hibernate.bytecode.enhance.spi.interceptor
 
AbstractLazyLoadInterceptor(String) - Constructor for class org.hibernate.bytecode.enhance.spi.interceptor.AbstractLazyLoadInterceptor
 
AbstractLazyLoadInterceptor(String, SharedSessionContractImplementor) - Constructor for class org.hibernate.bytecode.enhance.spi.interceptor.AbstractLazyLoadInterceptor
 
AbstractLimitHandler - Class in org.hibernate.dialect.pagination
Default implementation of LimitHandler interface.
AbstractLimitHandler() - Constructor for class org.hibernate.dialect.pagination.AbstractLimitHandler
 
AbstractLobCreator - Class in org.hibernate.engine.jdbc
Convenient base class for proxy-based LobCreator for handling wrapping.
AbstractLobCreator() - Constructor for class org.hibernate.engine.jdbc.AbstractLobCreator
 
AbstractLockUpgradeEventListener - Class in org.hibernate.event.internal
A convenience base class for listeners that respond to requests to perform a pessimistic lock upgrade on an entity.
AbstractLockUpgradeEventListener() - Constructor for class org.hibernate.event.internal.AbstractLockUpgradeEventListener
 
AbstractLogicalConnectionImplementor - Class in org.hibernate.resource.jdbc.internal
 
AbstractLogicalConnectionImplementor() - Constructor for class org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor
 
AbstractManagedType<J> - Class in org.hibernate.metamodel.model.domain
Functionality common to all implementations of ManagedType.
AbstractManagedType(String, JavaType<J>, ManagedDomainType<? super J>, JpaMetamodelImplementor) - Constructor for class org.hibernate.metamodel.model.domain.AbstractManagedType
 
AbstractManagedType.InFlightAccessImpl - Class in org.hibernate.metamodel.model.domain
 
AbstractMapper - Class in org.hibernate.envers.internal.entities.mapper
A base class for all entity mapper implementations.
AbstractMapper() - Constructor for class org.hibernate.envers.internal.entities.mapper.AbstractMapper
 
AbstractMapSemantics<MKV extends Map<K,​V>,​K,​V> - Class in org.hibernate.collection.spi
 
AbstractMapSemantics() - Constructor for class org.hibernate.collection.spi.AbstractMapSemantics
 
AbstractMetadataGenerator - Class in org.hibernate.envers.configuration.internal.metadata
Abstract base class for all metadata generator implementations.
AbstractMetadataGenerator(EnversMetadataBuildingContext) - Constructor for class org.hibernate.envers.configuration.internal.metadata.AbstractMetadataGenerator
 
AbstractMiddleComponentMapper - Class in org.hibernate.envers.internal.entities.mapper.relation.component
An abstract base class for all middle component mappers.
AbstractMiddleComponentMapper() - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.component.AbstractMiddleComponentMapper
 
AbstractModifiedColumnNamingStrategy - Class in org.hibernate.envers.boot.internal
 
AbstractModifiedColumnNamingStrategy() - Constructor for class org.hibernate.envers.boot.internal.AbstractModifiedColumnNamingStrategy
 
AbstractMultiIdEntityLoader<T> - Class in org.hibernate.loader.ast.internal
Base support for MultiIdEntityLoader implementations.
AbstractMultiIdEntityLoader(EntityMappingType, SessionFactoryImplementor) - Constructor for class org.hibernate.loader.ast.internal.AbstractMultiIdEntityLoader
 
AbstractMultiTenantConnectionProvider<T> - Class in org.hibernate.engine.jdbc.connections.spi
Basic support for MultiTenantConnectionProvider implementations using individual ConnectionProvider instances per tenant behind the scenes.
AbstractMultiTenantConnectionProvider() - Constructor for class org.hibernate.engine.jdbc.connections.spi.AbstractMultiTenantConnectionProvider
 
AbstractMutationCoordinator - Class in org.hibernate.persister.entity.mutation
Base support for coordinating mutations against an entity
AbstractMutationCoordinator(AbstractEntityPersister, SessionFactoryImplementor) - Constructor for class org.hibernate.persister.entity.mutation.AbstractMutationCoordinator
 
AbstractMutationExecutor - Class in org.hibernate.engine.jdbc.mutation.internal
Base support for MutationExecutor implementations
AbstractMutationExecutor() - Constructor for class org.hibernate.engine.jdbc.mutation.internal.AbstractMutationExecutor
 
AbstractMutationHandler - Class in org.hibernate.query.sqm.mutation.spi
 
AbstractMutationHandler(SqmDeleteOrUpdateStatement<?>, SessionFactoryImplementor) - Constructor for class org.hibernate.query.sqm.mutation.spi.AbstractMutationHandler
 
AbstractMutationStatement - Class in org.hibernate.sql.ast.tree
 
AbstractMutationStatement(CteContainer, NamedTableReference, List<ColumnReference>) - Constructor for class org.hibernate.sql.ast.tree.AbstractMutationStatement
 
AbstractMySQLDatabaseCleaner - Class in org.hibernate.testing.cleaner
 
AbstractMySQLDatabaseCleaner() - Constructor for class org.hibernate.testing.cleaner.AbstractMySQLDatabaseCleaner
 
AbstractNamedQueryBuilder<T extends AbstractNamedQueryBuilder<T>> - Class in org.hibernate.boot.query
 
AbstractNamedQueryBuilder(String) - Constructor for class org.hibernate.boot.query.AbstractNamedQueryBuilder
 
AbstractNamedQueryDefinition - Class in org.hibernate.boot.spi
 
AbstractNamedQueryDefinition(String, Boolean, String, CacheMode, FlushMode, Boolean, LockOptions, Integer, Integer, String, Map<String, Object>) - Constructor for class org.hibernate.boot.spi.AbstractNamedQueryDefinition
 
AbstractNamedQueryMemento - Class in org.hibernate.query.named
 
AbstractNamedQueryMemento(String, 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, ToOneAttributeMapping, FetchParent, DomainResult<?>, boolean) - Constructor for class org.hibernate.sql.results.graph.entity.internal.AbstractNonJoinedEntityFetch
 
AbstractNonLazyEntityFetch - Class in org.hibernate.sql.results.graph.entity
Deprecated, for removal: This API element is subject to removal in a future version.
Abstraction was not useful, so it was inlined into EntityFetchJoinedImpl directly
AbstractNonLazyEntityFetch(FetchParent, EntityValuedFetchable, NavigablePath) - Constructor for class org.hibernate.sql.results.graph.entity.AbstractNonLazyEntityFetch
Deprecated.
 
AbstractNoOffsetLimitHandler - Class in org.hibernate.dialect.pagination
Superclass for LimitHandlers that don't support offsets at all.
AbstractNoOffsetLimitHandler(boolean) - Constructor for class org.hibernate.dialect.pagination.AbstractNoOffsetLimitHandler
 
AbstractOneToOneMapper - Class in org.hibernate.envers.internal.entities.mapper.relation
Template class for property mappers that manage one-to-one relation.
AbstractOneToOneMapper(String, String, PropertyData, ServiceRegistry) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.AbstractOneToOneMapper
 
AbstractOptimizer - Class in org.hibernate.id.enhanced
Common support for Optimizer implementations.
AbstractParameterDescriptor<T> - Class in org.hibernate.engine.query.spi
 
AbstractParameterDescriptor(int[], BindableType<T>) - Constructor for class org.hibernate.engine.query.spi.AbstractParameterDescriptor
 
AbstractPersistentCollection<E> - Class in org.hibernate.collection.spi
Base class implementing PersistentCollection
AbstractPersistentCollection() - Constructor for class org.hibernate.collection.spi.AbstractPersistentCollection
Not called by Hibernate, but used by non-JDK serialization, eg.
AbstractPersistentCollection(SharedSessionContractImplementor) - Constructor for class org.hibernate.collection.spi.AbstractPersistentCollection
 
AbstractPersistentCollection.AbstractValueDelayedOperation - Class in org.hibernate.collection.spi
 
AbstractPersistentCollection.DelayedOperation<E> - Interface in org.hibernate.collection.spi
Contract for operations which are part of a collection's operation queue.
AbstractPersistentCollection.IteratorProxy<E> - Class in org.hibernate.collection.spi
 
AbstractPersistentCollection.LazyInitializationWork<T> - Interface in org.hibernate.collection.spi
TBH not sure why this is public
AbstractPersistentCollection.ListIteratorProxy - Class in org.hibernate.collection.spi
 
AbstractPersistentCollection.ListProxy - Class in org.hibernate.collection.spi
 
AbstractPersistentCollection.SetProxy<E> - Class in org.hibernate.collection.spi
 
AbstractPersistentCollection.ValueDelayedOperation<E> - Interface in org.hibernate.collection.spi
 
AbstractPluralAssociationElementSourceImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
AbstractPluralAssociationElementSourceImpl(MappingDocument, PluralAttributeSource) - Constructor for class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAssociationElementSourceImpl
 
AbstractPluralAttribute<D,​C,​E> - Class in org.hibernate.metamodel.model.domain.internal
 
AbstractPluralAttribute(PluralAttributeBuilder<D, C, E, ?>, MetadataContext) - Constructor for class org.hibernate.metamodel.model.domain.internal.AbstractPluralAttribute
 
AbstractPluralAttributeSourceImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
AbstractPluralAttributeSourceImpl(MappingDocument, PluralAttributeInfo, AttributeSourceContainer) - Constructor for class org.hibernate.boot.model.source.internal.hbm.AbstractPluralAttributeSourceImpl
 
AbstractPojoInstantiator - Class in org.hibernate.metamodel.internal
Base support for POJO-based instantiation
AbstractPojoInstantiator(Class<?>) - Constructor for class org.hibernate.metamodel.internal.AbstractPojoInstantiator
 
AbstractPostGISJdbcType - Class in org.hibernate.spatial.dialect.postgis
Type Descriptor for the Postgis Geometry type
AbstractPostgreSQLJsonPGObjectType - Class in org.hibernate.dialect
 
AbstractPostgreSQLJsonPGObjectType(EmbeddableMappingType, boolean) - Constructor for class org.hibernate.dialect.AbstractPostgreSQLJsonPGObjectType
 
AbstractPostgreSQLStructJdbcType - Class in org.hibernate.dialect
Implementation for serializing/deserializing an embeddable aggregate to/from the PostgreSQL component format.
AbstractPostgreSQLStructJdbcType(EmbeddableMappingType, String, int[]) - Constructor for class org.hibernate.dialect.AbstractPostgreSQLStructJdbcType
 
AbstractPostInsertGenerator - Class in org.hibernate.id
Deprecated, for removal: This API element is subject to removal in a future version.
Subclasses should now directly inherit PostInsertIdentifierGenerator and BulkInsertionCapableIdentifierGenerator, or even better, simply implement OnExecutionGenerator directly.
AbstractPostInsertGenerator() - Constructor for class org.hibernate.id.AbstractPostInsertGenerator
Deprecated.
 
AbstractPreDatabaseOperationEvent - Class in org.hibernate.event.spi
Represents an operation we are about to perform against the database.
AbstractPreDatabaseOperationEvent(EventSource, Object, Object, EntityPersister) - Constructor for class org.hibernate.event.spi.AbstractPreDatabaseOperationEvent
Constructs an event containing the pertinent information.
AbstractPredicate - Class in org.hibernate.sql.ast.tree.predicate
 
AbstractPredicate(JdbcMappingContainer) - Constructor for class org.hibernate.sql.ast.tree.predicate.AbstractPredicate
 
AbstractPredicate(JdbcMappingContainer, boolean) - Constructor for class org.hibernate.sql.ast.tree.predicate.AbstractPredicate
 
AbstractPropertyHolder - Class in org.hibernate.boot.model.internal
 
AbstractPropertyMapper - Class in org.hibernate.envers.internal.entities.mapper
Abstract implementation of a PropertyMapper.
AbstractPropertyMapper() - Constructor for class org.hibernate.envers.internal.entities.mapper.AbstractPropertyMapper
 
AbstractPropertyMapping - Class in org.hibernate.persister.entity
Deprecated, for removal: This API element is subject to removal in a future version.
Replaced by EntityMappingType
AbstractPropertyMapping() - Constructor for class org.hibernate.persister.entity.AbstractPropertyMapping
Deprecated.
 
AbstractQuery<R> - Class in org.hibernate.query.spi
 
AbstractQuery(SharedSessionContractImplementor) - Constructor for class org.hibernate.query.spi.AbstractQuery
 
AbstractQueryMethod - Class in org.hibernate.processor.annotation
 
AbstractQueryParameter<T> - Class in org.hibernate.query.spi
 
AbstractQueryParameter(boolean, BindableType<T>) - Constructor for class org.hibernate.query.spi.AbstractQueryParameter
 
AbstractReadWriteAccess - Class in org.hibernate.cache.spi.support
 
AbstractReadWriteAccess(DomainDataRegion, DomainDataStorageAccess) - Constructor for class org.hibernate.cache.spi.support.AbstractReadWriteAccess
 
AbstractReadWriteAccess.Item - Class in org.hibernate.cache.spi.support
Wrapper type representing unlocked items.
AbstractReadWriteAccess.Lockable - Interface in org.hibernate.cache.spi.support
Interface type implemented by all wrapper objects in the cache.
AbstractReadWriteAccess.SoftLockImpl - Class in org.hibernate.cache.spi.support
Wrapper type representing locked items.
AbstractReassociateEventListener - Class in org.hibernate.event.internal
A convenience base class for listeners that respond to requests to reassociate an entity to a session ( such as through lock() or update() ).
AbstractReassociateEventListener() - Constructor for class org.hibernate.event.internal.AbstractReassociateEventListener
 
AbstractRegion - Class in org.hibernate.cache.spi.support
 
AbstractRegion(String, RegionFactory) - Constructor for class org.hibernate.cache.spi.support.AbstractRegion
Constructs an AbstractRegion.
AbstractRegionFactory - Class in org.hibernate.cache.spi
 
AbstractRegionFactory() - Constructor for class org.hibernate.cache.spi.AbstractRegionFactory
 
AbstractRelationQueryGenerator - Class in org.hibernate.envers.internal.entities.mapper.relation.query
Base class for implementers of RelationQueryGenerator contract.
AbstractRelationQueryGenerator(Configuration, String, MiddleIdData, boolean, String) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.query.AbstractRelationQueryGenerator
 
AbstractRestrictedTableMutation<O extends MutationOperation> - Class in org.hibernate.sql.model.ast
 
AbstractRestrictedTableMutation(MutatingTableReference, MutationTarget<?>, String, List<ColumnValueBinding>, List<ColumnValueBinding>, List<ColumnValueParameter>) - Constructor for class org.hibernate.sql.model.ast.AbstractRestrictedTableMutation
 
AbstractRestrictedTableMutationBuilder<O extends MutationOperation,​M extends RestrictedTableMutation<O>> - Class in org.hibernate.sql.model.ast.builder
Specialization of TableMutationBuilder for mutations which contain a restriction.
AbstractRestrictedTableMutationBuilder(MutationType, MutationTarget<?>, MutatingTableReference, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.model.ast.builder.AbstractRestrictedTableMutationBuilder
 
AbstractRestrictedTableMutationBuilder(MutationType, MutationTarget<?>, TableMapping, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.model.ast.builder.AbstractRestrictedTableMutationBuilder
 
AbstractResultSetAccess - Class in org.hibernate.sql.results.jdbc.internal
 
AbstractResultSetAccess(SharedSessionContractImplementor) - Constructor for class org.hibernate.sql.results.jdbc.internal.AbstractResultSetAccess
 
AbstractReturningDelegate - Class in org.hibernate.id.insert
Abstract GeneratedValuesMutationDelegate implementation where the underlying strategy causes the generated identifier to be returned as an effect of performing the insert statement.
AbstractReturningDelegate(PostInsertIdentityPersister) - Constructor for class org.hibernate.id.insert.AbstractReturningDelegate
Deprecated, for removal: This API element is subject to removal in a future version.
AbstractReturningDelegate(EntityPersister, EventType, boolean, boolean) - Constructor for class org.hibernate.id.insert.AbstractReturningDelegate
 
AbstractReturningWork<T> - Class in org.hibernate.jdbc
An abstract implementation of ReturningWork that accepts a WorkExecutor visitor for executing a discrete piece of work and returning a result.
AbstractReturningWork() - Constructor for class org.hibernate.jdbc.AbstractReturningWork
 
AbstractSaveEventListener<C> - Class in org.hibernate.event.internal
A convenience base class for listeners responding to save events.
AbstractSaveEventListener() - Constructor for class org.hibernate.event.internal.AbstractSaveEventListener
 
AbstractScannerImpl - Class in org.hibernate.boot.archive.scan.spi
 
AbstractScannerImpl(ArchiveDescriptorFactory) - Constructor for class org.hibernate.boot.archive.scan.spi.AbstractScannerImpl
 
AbstractScannerImpl.ArchiveContextImpl - Class in org.hibernate.boot.archive.scan.spi
 
AbstractScannerImpl.ArchiveDescriptorInfo - Class in org.hibernate.boot.archive.scan.spi
 
AbstractSchemaMigrator - Class in org.hibernate.tool.schema.internal
Base implementation of SchemaMigrator.
AbstractSchemaMigrator(HibernateSchemaManagementTool, SchemaFilter) - Constructor for class org.hibernate.tool.schema.internal.AbstractSchemaMigrator
 
AbstractSchemaValidator - Class in org.hibernate.tool.schema.internal
Base implementation of SchemaValidator.
AbstractSchemaValidator(HibernateSchemaManagementTool, SchemaFilter) - Constructor for class org.hibernate.tool.schema.internal.AbstractSchemaValidator
 
AbstractScriptSourceInput - Class in org.hibernate.tool.schema.internal.exec
Convenience base class for ScriptSourceInput implementations
AbstractScriptSourceInput() - Constructor for class org.hibernate.tool.schema.internal.exec.AbstractScriptSourceInput
 
AbstractScriptTargetOutput - Class in org.hibernate.tool.schema.internal.exec
 
AbstractScriptTargetOutput() - Constructor for class org.hibernate.tool.schema.internal.exec.AbstractScriptTargetOutput
 
AbstractScrollableResults<R> - Class in org.hibernate.internal
Base implementation of the ScrollableResults interface intended for sharing between ScrollableResultsImpl and FetchingScrollableResultsImpl
AbstractScrollableResults(JdbcValues, JdbcValuesSourceProcessingOptions, JdbcValuesSourceProcessingStateStandardImpl, RowProcessingStateStandardImpl, RowReader<R>, SharedSessionContractImplementor) - Constructor for class org.hibernate.internal.AbstractScrollableResults
 
AbstractSelectingDelegate - Class in org.hibernate.id.insert
Abstract GeneratedValuesMutationDelegate implementation where the underlying strategy requires a subsequent select after the insert to determine the generated identifier.
AbstractSelectingDelegate(PostInsertIdentityPersister) - Constructor for class org.hibernate.id.insert.AbstractSelectingDelegate
Deprecated, for removal: This API element is subject to removal in a future version.
AbstractSelectingDelegate(EntityPersister, EventType, boolean, boolean) - Constructor for class org.hibernate.id.insert.AbstractSelectingDelegate
 
AbstractSelectionQuery<R> - Class in org.hibernate.query.spi
 
AbstractSelectionQuery(SharedSessionContractImplementor) - Constructor for class org.hibernate.query.spi.AbstractSelectionQuery
 
AbstractSelectLockingStrategy - Class in org.hibernate.dialect.lock
Base LockingStrategy implementation to support implementations based on issuing SQL SELECT statements
AbstractSelectLockingStrategy(Lockable, LockMode) - Constructor for class org.hibernate.dialect.lock.AbstractSelectLockingStrategy
 
AbstractSerializableProxy - Class in org.hibernate.proxy
Convenience base class for the serialized form of AbstractLazyInitializer.
AbstractSerializableProxy(String, Object, Boolean, String, String, boolean) - Constructor for class org.hibernate.proxy.AbstractSerializableProxy
 
AbstractServiceRegistryImpl - Class in org.hibernate.service.internal
Basic implementation of the ServiceRegistry and ServiceRegistryImplementor contracts.
AbstractServiceRegistryImpl(ServiceRegistryImplementor) - Constructor for class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
AbstractServiceRegistryImpl(ServiceRegistryImplementor, boolean) - Constructor for class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
AbstractServiceRegistryImpl(BootstrapServiceRegistry) - Constructor for class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
AbstractServiceRegistryImpl(BootstrapServiceRegistry, boolean) - Constructor for class org.hibernate.service.internal.AbstractServiceRegistryImpl
 
AbstractSetSemantics<SE extends Set<E>,​E> - Class in org.hibernate.collection.spi
 
AbstractSetSemantics() - Constructor for class org.hibernate.collection.spi.AbstractSetSemantics
 
AbstractSetterMethodSerialForm - Class in org.hibernate.property.access.internal
Base Serializable form for setter methods
AbstractSetterMethodSerialForm(Class<?>, String, Method) - Constructor for class org.hibernate.property.access.internal.AbstractSetterMethodSerialForm
 
AbstractSharedSessionContract - Class in org.hibernate.internal
Base class for implementations of SharedSessionContract and SharedSessionContractImplementor.
AbstractSharedSessionContract(SessionFactoryImpl, SessionCreationOptions) - Constructor for class org.hibernate.internal.AbstractSharedSessionContract
 
AbstractSimpleLimitHandler - Class in org.hibernate.dialect.pagination
Superclass for simple LimitHandlers that don't support specifying an offset without a limit.
AbstractSimpleLimitHandler() - Constructor for class org.hibernate.dialect.pagination.AbstractSimpleLimitHandler
 
AbstractSingleColumnStandardBasicType<T> - Class in org.hibernate.type
TODO : javadoc
AbstractSingleColumnStandardBasicType(JdbcType, JavaType<T>) - Constructor for class org.hibernate.type.AbstractSingleColumnStandardBasicType
 
AbstractSingleMutationExecutor - Class in org.hibernate.engine.jdbc.mutation.internal
 
AbstractSingleMutationExecutor(PreparableMutationOperation, SharedSessionContractImplementor) - Constructor for class org.hibernate.engine.jdbc.mutation.internal.AbstractSingleMutationExecutor
 
AbstractSingularAttributeMapping - Class in org.hibernate.metamodel.mapping.internal
 
AbstractSingularAttributeMapping(String, int, int, AttributeMetadata, FetchTiming, FetchStyle, ManagedMappingType, PropertyAccess) - Constructor for class org.hibernate.metamodel.mapping.internal.AbstractSingularAttributeMapping
 
AbstractSingularAttributeMapping(String, int, int, AttributeMetadata, FetchOptions, ManagedMappingType, PropertyAccess) - Constructor for class org.hibernate.metamodel.mapping.internal.AbstractSingularAttributeMapping
 
AbstractSingularAttributeMapping(AbstractSingularAttributeMapping) - Constructor for class org.hibernate.metamodel.mapping.internal.AbstractSingularAttributeMapping
For Hibernate Reactive
AbstractSingularAttributeSourceEmbeddedImpl - Class in org.hibernate.boot.model.source.internal.hbm
Common base class for and mappings.
AbstractSingularAttributeSourceEmbeddedImpl(MappingDocument, AttributeSourceContainer, EmbeddedAttributeMapping, List, boolean, NaturalIdMutability, String) - Constructor for class org.hibernate.boot.model.source.internal.hbm.AbstractSingularAttributeSourceEmbeddedImpl
 
AbstractSingularAttributeSourceEmbeddedImpl(MappingDocument, EmbeddedAttributeMapping, EmbeddableSource, NaturalIdMutability) - Constructor for class org.hibernate.boot.model.source.internal.hbm.AbstractSingularAttributeSourceEmbeddedImpl
 
AbstractSqlAstQueryNodeProcessingStateImpl - Class in org.hibernate.query.sqm.sql.internal
 
AbstractSqlAstQueryNodeProcessingStateImpl(SqlAstProcessingState, SqlAstCreationState, Function<SqlExpressionResolver, SqlExpressionResolver>, Supplier<Clause>) - Constructor for class org.hibernate.query.sqm.sql.internal.AbstractSqlAstQueryNodeProcessingStateImpl
 
AbstractSqlAstQueryNodeProcessingStateImpl(SqlAstProcessingState, SqlAstCreationState, Supplier<Clause>) - Constructor for class org.hibernate.query.sqm.sql.internal.AbstractSqlAstQueryNodeProcessingStateImpl
 
AbstractSqlAstTranslator<T extends JdbcOperation> - Class in org.hibernate.sql.ast.spi
 
AbstractSqlAstTranslator(SessionFactoryImplementor, Statement) - Constructor for class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
AbstractSqlAstTranslator.ForUpdateClause - Class in org.hibernate.sql.ast.spi
 
AbstractSqlAstTranslator.LockStrategy - Enum in org.hibernate.sql.ast.spi
 
AbstractSqlAstTranslator.SubQueryRelationalRestrictionEmulationRenderer<X extends Expression> - Interface in org.hibernate.sql.ast.spi
 
AbstractSqlAstWalker - Class in org.hibernate.sql.ast.spi
A simple walker that checks for aggregate functions.
AbstractSqlAstWalker() - Constructor for class org.hibernate.sql.ast.spi.AbstractSqlAstWalker
 
AbstractSQLExceptionConversionDelegate - Class in org.hibernate.exception.spi
 
AbstractSQLExceptionConversionDelegate(ConversionContext) - Constructor for class org.hibernate.exception.spi.AbstractSQLExceptionConversionDelegate
 
AbstractSqlServerGISType - Class in org.hibernate.spatial.dialect.sqlserver
Type descriptor for the SQL Server 2008 Geometry type.
AbstractSqlServerGISType() - Constructor for class org.hibernate.spatial.dialect.sqlserver.AbstractSqlServerGISType
 
AbstractSqmAttributeJoin<O,​T> - Class in org.hibernate.query.sqm.tree.domain
Models a join based on a mapped attribute reference.
AbstractSqmAttributeJoin(SqmFrom<?, O>, SqmJoinable, String, SqmJoinType, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
 
AbstractSqmAttributeJoin(SqmFrom<?, O>, NavigablePath, SqmJoinable, String, SqmJoinType, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmAttributeJoin
 
AbstractSqmDmlStatement<E> - Class in org.hibernate.query.sqm.tree
 
AbstractSqmDmlStatement(NodeBuilder, SqmQuerySource, Set<SqmParameter<?>>, Map<String, SqmCteStatement<?>>, SqmRoot<E>) - Constructor for class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
 
AbstractSqmDmlStatement(SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
 
AbstractSqmDmlStatement(SqmRoot<E>, SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.AbstractSqmDmlStatement
 
AbstractSqmExpression<T> - Class in org.hibernate.query.sqm.tree.expression
 
AbstractSqmExpression(SqmExpressible<? super T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.AbstractSqmExpression
 
AbstractSqmFrom<O,​T> - Class in org.hibernate.query.sqm.tree.domain
Convenience base class for SqmFrom implementations
AbstractSqmFrom(EntityDomainType<T>, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
Intended for use with SqmRoot
AbstractSqmFrom(NavigablePath, SqmPathSource<T>, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
Intended for use with SqmTreatedRoot to SqmRoot
AbstractSqmFrom(NavigablePath, SqmPathSource<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
Intended for use with SqmCorrelatedRootJoin through SqmRoot
AbstractSqmFrom(NavigablePath, SqmPathSource<T>, SqmFrom<?, ?>, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmFrom
 
AbstractSqmFunctionDescriptor - Class in org.hibernate.query.sqm.function
 
AbstractSqmFunctionDescriptor(String) - Constructor for class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
 
AbstractSqmFunctionDescriptor(String, ArgumentsValidator) - Constructor for class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
 
AbstractSqmFunctionDescriptor(String, ArgumentsValidator, FunctionArgumentTypeResolver) - Constructor for class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
 
AbstractSqmFunctionDescriptor(String, ArgumentsValidator, FunctionReturnTypeResolver, FunctionArgumentTypeResolver) - Constructor for class org.hibernate.query.sqm.function.AbstractSqmFunctionDescriptor
 
AbstractSqmInsertStatement<T> - Class in org.hibernate.query.sqm.tree.insert
Convenience base class for InsertSqmStatement implementations.
AbstractSqmInsertStatement(NodeBuilder, SqmQuerySource, Set<SqmParameter<?>>, Map<String, SqmCteStatement<?>>, SqmRoot<T>, List<SqmPath<?>>) - Constructor for class org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement
Deprecated, for removal: This API element is subject to removal in a future version.
AbstractSqmInsertStatement(NodeBuilder, SqmQuerySource, Set<SqmParameter<?>>, Map<String, SqmCteStatement<?>>, SqmRoot<T>, List<SqmPath<?>>, SqmConflictClause<T>) - Constructor for class org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement
 
AbstractSqmInsertStatement(SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement
 
AbstractSqmInsertStatement(SqmRoot<T>, SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement
 
AbstractSqmJoin<O,​T> - Class in org.hibernate.query.sqm.tree.domain
 
AbstractSqmJoin(NavigablePath, SqmPathSource<T>, SqmFrom<?, ?>, String, SqmJoinType, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmJoin
 
AbstractSqmNode - Class in org.hibernate.query.sqm.tree
Base implementation of a criteria node.
AbstractSqmNode(NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.AbstractSqmNode
 
AbstractSqmParameter<T> - Class in org.hibernate.query.sqm.tree.expression
Common support for SqmParameter impls
AbstractSqmParameter(boolean, SqmExpressible<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.expression.AbstractSqmParameter
 
AbstractSqmPath<T> - Class in org.hibernate.query.sqm.tree.domain
 
AbstractSqmPath(NavigablePath, SqmPathSource<T>, SqmPath<?>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmPath
 
AbstractSqmPathInterpretation<T> - Class in org.hibernate.query.sqm.sql.internal
 
AbstractSqmPathInterpretation(NavigablePath, ModelPart, TableGroup) - Constructor for class org.hibernate.query.sqm.sql.internal.AbstractSqmPathInterpretation
 
AbstractSqmPathSource<J> - Class in org.hibernate.metamodel.model.domain.internal
 
AbstractSqmPathSource(String, SqmPathSource<J>, DomainType<J>, Bindable.BindableType) - Constructor for class org.hibernate.metamodel.model.domain.internal.AbstractSqmPathSource
 
AbstractSqmPluralJoin<O,​C,​E> - Class in org.hibernate.query.sqm.tree.domain
 
AbstractSqmPluralJoin(SqmFrom<?, O>, PluralPersistentAttribute<O, C, E>, String, SqmJoinType, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmPluralJoin
 
AbstractSqmPluralJoin(SqmFrom<?, O>, NavigablePath, PluralPersistentAttribute<O, C, E>, String, SqmJoinType, boolean, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmPluralJoin
 
AbstractSqmPredicate - Class in org.hibernate.query.sqm.tree.predicate
 
AbstractSqmPredicate(SqmExpressible<Boolean>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.predicate.AbstractSqmPredicate
 
AbstractSqmQualifiedJoin<O,​T> - Class in org.hibernate.query.sqm.tree.domain
 
AbstractSqmQualifiedJoin(NavigablePath, SqmPathSource<T>, SqmFrom<?, ?>, String, SqmJoinType, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmQualifiedJoin
 
AbstractSqmRestrictedDmlStatement<T> - Class in org.hibernate.query.sqm.tree
 
AbstractSqmRestrictedDmlStatement(NodeBuilder, SqmQuerySource, Set<SqmParameter<?>>, Map<String, SqmCteStatement<?>>, SqmRoot<T>) - Constructor for class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
 
AbstractSqmRestrictedDmlStatement(SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
Constructor for HQL statements.
AbstractSqmRestrictedDmlStatement(SqmRoot<T>, SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.AbstractSqmRestrictedDmlStatement
Constructor for Criteria statements.
AbstractSqmSelectQuery<T> - Class in org.hibernate.query.sqm.tree.select
 
AbstractSqmSelectQuery(Class<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
AbstractSqmSelectQuery(NodeBuilder, Map<String, SqmCteStatement<?>>, Class<T>) - Constructor for class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
AbstractSqmSelectQuery(SqmQueryPart<T>, Class<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
AbstractSqmSelectQuery(SqmQueryPart<T>, Map<String, SqmCteStatement<?>>, Class<T>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.select.AbstractSqmSelectQuery
 
AbstractSqmSelfRenderingFunctionDescriptor - Class in org.hibernate.query.sqm.function
 
AbstractSqmSelfRenderingFunctionDescriptor(String, FunctionKind, ArgumentsValidator, FunctionReturnTypeResolver, FunctionArgumentTypeResolver) - Constructor for class org.hibernate.query.sqm.function.AbstractSqmSelfRenderingFunctionDescriptor
 
AbstractSqmSelfRenderingFunctionDescriptor(String, ArgumentsValidator, FunctionReturnTypeResolver, FunctionArgumentTypeResolver) - Constructor for class org.hibernate.query.sqm.function.AbstractSqmSelfRenderingFunctionDescriptor
 
AbstractSqmSimplePath<T> - Class in org.hibernate.query.sqm.tree.domain
 
AbstractSqmSimplePath(NavigablePath, SqmPathSource<T>, SqmPath<?>, String, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmSimplePath
 
AbstractSqmSimplePath(NavigablePath, SqmPathSource<T>, SqmPath<?>, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmSimplePath
 
AbstractSqmSpecificPluralPartPath<T> - Class in org.hibernate.query.sqm.tree.domain
 
AbstractSqmSpecificPluralPartPath(NavigablePath, SqmPath<?>, PluralPersistentAttribute<?, ?, ?>, SqmPathSource<T>) - Constructor for class org.hibernate.query.sqm.tree.domain.AbstractSqmSpecificPluralPartPath
 
AbstractSqmStatement<T> - Class in org.hibernate.query.sqm.tree
 
AbstractSqmStatement(NodeBuilder, SqmQuerySource, Set<SqmParameter<?>>) - Constructor for class org.hibernate.query.sqm.tree.AbstractSqmStatement
 
AbstractSqmStatement(SqmQuerySource, NodeBuilder) - Constructor for class org.hibernate.query.sqm.tree.AbstractSqmStatement
 
AbstractStandardBasicType<T> - Class in org.hibernate.type
Convenience base class for BasicType implementations.
AbstractStandardBasicType(JdbcType, JavaType<T>) - Constructor for class org.hibernate.type.AbstractStandardBasicType
 
AbstractStandardCallableStatementSupport - Class in org.hibernate.procedure.internal
 
AbstractStandardCallableStatementSupport() - Constructor for class org.hibernate.procedure.internal.AbstractStandardCallableStatementSupport
 
AbstractStateArrayContributorMapping - Class in org.hibernate.metamodel.mapping.internal
 
AbstractStateArrayContributorMapping(String, AttributeMetadata, FetchTiming, FetchStyle, int, int, ManagedMappingType, PropertyAccess) - Constructor for class org.hibernate.metamodel.mapping.internal.AbstractStateArrayContributorMapping
 
AbstractStateArrayContributorMapping(String, AttributeMetadata, FetchOptions, int, int, ManagedMappingType, PropertyAccess) - Constructor for class org.hibernate.metamodel.mapping.internal.AbstractStateArrayContributorMapping
 
AbstractStateArrayContributorMapping(AbstractStateArrayContributorMapping) - Constructor for class org.hibernate.metamodel.mapping.internal.AbstractStateArrayContributorMapping
For Hibernate Reactive
AbstractStatement - Class in org.hibernate.sql.ast.tree
 
AbstractStatement(CteContainer) - Constructor for class org.hibernate.sql.ast.tree.AbstractStatement
 
AbstractTableDelete - Class in org.hibernate.sql.model.ast
 
AbstractTableDelete(MutatingTableReference, MutationTarget<?>, String, List<ColumnValueBinding>, List<ColumnValueBinding>, List<ColumnValueParameter>) - Constructor for class org.hibernate.sql.model.ast.AbstractTableDelete
 
AbstractTableDelete(MutatingTableReference, MutationTarget<?>, List<ColumnValueBinding>, List<ColumnValueBinding>, List<ColumnValueParameter>) - Constructor for class org.hibernate.sql.model.ast.AbstractTableDelete
 
AbstractTableGroup - Class in org.hibernate.sql.ast.tree.from
 
AbstractTableGroup(boolean, NavigablePath, ModelPartContainer, String, SqlAliasBase, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.ast.tree.from.AbstractTableGroup
 
AbstractTableInsert - Class in org.hibernate.sql.model.ast
 
AbstractTableInsert(MutatingTableReference, MutationTarget<?>, String, List<ColumnValueParameter>, List<ColumnValueBinding>) - Constructor for class org.hibernate.sql.model.ast.AbstractTableInsert
 
AbstractTableInsert(MutatingTableReference, MutationTarget<?>, List<ColumnValueParameter>, List<ColumnValueBinding>) - Constructor for class org.hibernate.sql.model.ast.AbstractTableInsert
 
AbstractTableInsertBuilder - Class in org.hibernate.sql.model.ast.builder
Base support for TableInsertBuilder implementations
AbstractTableInsertBuilder(MutationTarget<?>, MutatingTableReference, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.model.ast.builder.AbstractTableInsertBuilder
 
AbstractTableInsertBuilder(MutationTarget<?>, TableMapping, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.model.ast.builder.AbstractTableInsertBuilder
 
AbstractTableMutation<O extends MutationOperation> - Class in org.hibernate.sql.model.ast
Base TableMutation support
AbstractTableMutation(MutatingTableReference, MutationTarget<?>, String, List<ColumnValueParameter>) - Constructor for class org.hibernate.sql.model.ast.AbstractTableMutation
 
AbstractTableMutationBuilder<M extends TableMutation<?>> - Class in org.hibernate.sql.model.ast.builder
Base support for TableMutationBuilder implementations
AbstractTableMutationBuilder(MutationType, MutationTarget<?>, MutatingTableReference, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.model.ast.builder.AbstractTableMutationBuilder
 
AbstractTableMutationBuilder(MutationType, MutationTarget<?>, TableMapping, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.model.ast.builder.AbstractTableMutationBuilder
 
AbstractTableReference - Class in org.hibernate.sql.ast.tree.from
 
AbstractTableReference(String, boolean) - Constructor for class org.hibernate.sql.ast.tree.from.AbstractTableReference
 
AbstractTableUpdate<O extends MutationOperation> - Class in org.hibernate.sql.model.ast
Base support for TableUpdate implementations
AbstractTableUpdate(MutatingTableReference, MutationTarget<?>, String, List<ColumnValueBinding>, List<ColumnValueBinding>, List<ColumnValueBinding>) - Constructor for class org.hibernate.sql.model.ast.AbstractTableUpdate
 
AbstractTableUpdate(MutatingTableReference, MutationTarget<?>, String, List<ColumnValueBinding>, List<ColumnValueBinding>, List<ColumnValueBinding>, List<ColumnValueParameter>) - Constructor for class org.hibernate.sql.model.ast.AbstractTableUpdate
 
AbstractTableUpdateBuilder<O extends MutationOperation> - Class in org.hibernate.sql.model.ast.builder
Base support for TableUpdateBuilder implementations
AbstractTableUpdateBuilder(MutationTarget<?>, MutatingTableReference, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.model.ast.builder.AbstractTableUpdateBuilder
 
AbstractTableUpdateBuilder(MutationTarget<?>, TableMapping, SessionFactoryImplementor) - Constructor for class org.hibernate.sql.model.ast.builder.AbstractTableUpdateBuilder
 
AbstractTemporalJavaType<T> - Class in org.hibernate.type.descriptor.java
 
AbstractTemporalJavaType(Class<? extends T>) - Constructor for class org.hibernate.type.descriptor.java.AbstractTemporalJavaType
 
AbstractTemporalJavaType(Class<? extends T>, MutabilityPlan<? extends T>) - Constructor for class org.hibernate.type.descriptor.java.AbstractTemporalJavaType
 
AbstractTemporalJavaType(Class<? extends T>, MutabilityPlan<? extends T>, Comparator<? extends T>) - Constructor for class org.hibernate.type.descriptor.java.AbstractTemporalJavaType
 
AbstractTimeZoneStorageCompositeUserType<T> - Class in org.hibernate.usertype.internal
 
AbstractTimeZoneStorageCompositeUserType() - Constructor for class org.hibernate.usertype.internal.AbstractTimeZoneStorageCompositeUserType
 
AbstractToOneAttributeSourceImpl - Class in org.hibernate.boot.model.source.internal.hbm
 
AbstractToOneMapper - Class in org.hibernate.envers.internal.entities.mapper.relation
Base class for property mappers that manage to-one relation.
AbstractToOneMapper(ServiceRegistry, PropertyData) - Constructor for class org.hibernate.envers.internal.entities.mapper.relation.AbstractToOneMapper
 
AbstractToOneMapper.EntityInfo - Class in org.hibernate.envers.internal.entities.mapper.relation
Simple descriptor of an entity.
AbstractTransactSQLDialect - Class in org.hibernate.dialect
An abstract base class for Sybase and MS SQL Server dialects.
AbstractTransactSQLDialect(DatabaseVersion) - Constructor for class org.hibernate.dialect.AbstractTransactSQLDialect
 
AbstractTransactSQLDialect(DialectResolutionInfo) - Constructor for class org.hibernate.dialect.AbstractTransactSQLDialect
 
AbstractTransactSQLIdentityColumnSupport - Class in org.hibernate.dialect.identity
 
AbstractTransactSQLIdentityColumnSupport() - Constructor for class org.hibernate.dialect.identity.AbstractTransactSQLIdentityColumnSupport
 
AbstractType - Class in org.hibernate.type
Abstract superclass of the built-in Type hierarchy.
AbstractType() - Constructor for class org.hibernate.type.AbstractType
 
AbstractUpdateOrDeleteStatement - Class in org.hibernate.sql.ast.tree
 
AbstractUpdateOrDeleteStatement(CteContainer, NamedTableReference, FromClause, Predicate, List<ColumnReference>) - Constructor for class org.hibernate.sql.ast.tree.AbstractUpdateOrDeleteStatement
 
AbstractUpdateOrDeleteStatement(NamedTableReference, FromClause, Predicate) - Constructor for class org.hibernate.sql.ast.tree.AbstractUpdateOrDeleteStatement
 
AbstractUpdateOrDeleteStatement(NamedTableReference, FromClause, Predicate, List<ColumnReference>) - Constructor for class org.hibernate.sql.ast.tree.AbstractUpdateOrDeleteStatement
 
AbstractUpdateRowsCoordinator - Class in org.hibernate.persister.collection.mutation
 
AbstractUpdateRowsCoordinator(CollectionMutationTarget, SessionFactoryImplementor) - Constructor for class org.hibernate.persister.collection.mutation.AbstractUpdateRowsCoordinator
 
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.ColumnFunctionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ComparisonOperatorContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ComparisonPredicateContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ConcatenationExpressionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ConflictActionContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ConflictClauseContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.ConflictTargetContext
 
accept(ParseTreeVisitor<? extends T>) - Method in class org.hibernate.grammars.hql.HqlParser.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(ManagedEntity) - Method in interface org.hibernate.engine.internal.ManagedTypeHelper.ManagedEntityConsumer
 
accept(PersistentAttributeInterceptable, T) - Method in interface org.hibernate.engine.internal.ManagedTypeHelper.PersistentAttributeInterceptableAction
 
accept(SelfDirtinessTracker) - Method in interface org.hibernate.engine.internal.ManagedTypeHelper.SelfDirtinessTrackerConsumer
 
accept(SelfDirtinessTracker, T) - Method in interface org.hibernate.engine.internal.ManagedTypeHelper.SelfDirtinessTrackerAction
 
accept(WorkExecutor<Void>, Connection) - Method in class org.hibernate.jdbc.AbstractWork
Accepts a WorkExecutor visitor for executing the discrete work encapsulated by this work instance using the supplied connection.
accept(WorkExecutor<T>, Connection) - Method in class org.hibernate.jdbc.AbstractReturningWork
Accepts a WorkExecutor visitor for executing the discrete work encapsulated by this work instance using the supplied connection.
accept(WorkExecutor<T>, Connection) - Method in interface org.hibernate.jdbc.WorkExecutorVisitable
Accepts a WorkExecutor visitor for executing a discrete piece of work, and returns an implementation-defined result..
accept(Any) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(Array) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(Bag) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(BasicValue) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(Component) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(DependantValue) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(IdentifierBag) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(JoinedSubclass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
 
accept(List) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(ManyToOne) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(Map) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(OneToMany) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(OneToOne) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.JoinedSubclass
 
accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.PersistentClass
 
accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.RootClass
 
accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.SingleTableSubclass
 
accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.Subclass
 
accept(PersistentClassVisitor) - Method in class org.hibernate.mapping.UnionSubclass
 
accept(PrimitiveArray) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(RootClass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
 
accept(Set) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(SimpleValue) - Method in interface org.hibernate.mapping.ValueVisitor
 
accept(SingleTableSubclass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
 
accept(Subclass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
 
accept(UnionSubclass) - Method in interface org.hibernate.mapping.PersistentClassVisitor
 
accept(ValueVisitor) - Method in class org.hibernate.id.ExportableColumn.ValueImpl
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.Any
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.Array
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.Bag
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.BasicValue
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.Component
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.DependantValue
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.IdentifierBag
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.List
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.ManyToOne
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.Map
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.OneToMany
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.OneToOne
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.PrimitiveArray
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.Set
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.SimpleValue
 
accept(ValueVisitor) - Method in class org.hibernate.mapping.ToOne
 
accept(ValueVisitor) - Method in interface org.hibernate.mapping.Value
 
accept(SemanticQueryWalker) - Method in class org.hibernate.query.hql.internal.FullyQualifiedReflectivePathTerminal
 
accept(SemanticQueryWalker<R>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCollation
 
accept(SemanticQueryWalker<R>) - Method in class org.hibernate.query.sqm.tree.expression.SqmFormat
 
accept(SemanticQueryWalker<R>) - Method in class org.hibernate.query.sqm.tree.expression.SqmLiteral
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.domain.SqmPluralValuedSimplePath
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCaseSearched
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.expression.SqmCollectionSize
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.expression.SqmDurationUnit
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.expression.SqmToDuration
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.expression.SqmTrimSpecification
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmBetweenPredicate
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmBooleanExpressionPredicate
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmComparisonPredicate
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmEmptinessPredicate
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmExistsPredicate
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmGroupedPredicate
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmJunctionPredicate
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmLikePredicate
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmMemberOfPredicate
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmNegatedPredicate
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmNullnessPredicate
 
accept(SemanticQueryWalker<T>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmTruthnessPredicate
 
accept(SemanticQueryWalker<T1>) - Method in class org.hibernate.query.sqm.tree.select.SqmSubQuery
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.metamodel.model.domain.internal.AnyDiscriminatorSqmPath
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.metamodel.model.domain.internal.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.SqmConflictClause
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertSelectStatement
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.insert.SqmInsertValuesStatement
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmInListPredicate
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.predicate.SqmInSubQueryPredicate
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiationArgument
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.select.SqmJpaCompoundSelection
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.select.SqmQueryGroup
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.select.SqmQuerySpec
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelection
 
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
accept(SemanticQueryWalker<X>) - Method in interface org.hibernate.query.sqm.tree.SqmVisitableNode
Accept the walker per visitation
accept(SemanticQueryWalker<X>) - Method in class org.hibernate.query.sqm.tree.update.SqmUpdateStatement
 
accept(SqlAstWalker) - Method in class org.hibernate.internal.FilterJdbcParameter
 
accept(SqlAstWalker) - Method in class org.hibernate.persister.internal.SqlFragmentPredicate
 
accept(SqlAstWalker) - Method in class org.hibernate.query.results.ResultSetMappingSqlSelection
 
accept(SqlAstWalker) - Method in class org.hibernate.query.sqm.mutation.internal.ExpressionDomainResultProducer
 
accept(SqlAstWalker) - Method in class org.hibernate.query.sqm.sql.internal.AnyDiscriminatorPathInterpretation
 
accept(SqlAstWalker) - Method in class org.hibernate.query.sqm.sql.internal.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
 
accept(Predicate) - Method in class org.hibernate.sql.ast.tree.predicate.PredicateCollector
 
access - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmAnyAssociationType
 
access - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmArrayType
 
access - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBagCollectionType
 
access - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBaseVersionAttributeType
 
access - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmBasicAttributeType
 
access - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeAttributeType
 
access - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeIdType
 
access - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyBasicAttributeType
 
access - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmCompositeKeyManyToOneType
 
access - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmDynamicComponentType
 
access - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmIdBagCollectionType
 
access - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmListType
 
access - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmManyToOneType
 
access - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmMapType
 
access - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmNestedCompositeElementType
 
access - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmOneToOneType
 
access - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmPrimitiveArrayType
 
access - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSetType
 
access - Variable in class org.hibernate.boot.jaxb.hbm.spi.JaxbHbmSimpleIdType
 
access - Variable in class org.hibernate.boot.jaxb.mapping.JaxbBasic
 
access - Variable in class org.hibernate.boot.jaxb.mapping.JaxbCaching
 
access - Variable in class org.hibernate.boot.jaxb.mapping.JaxbElementCollection
 
access - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEmbeddable
 
access - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEmbedded
 
access - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEmbeddedId
 
access - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntity
 
access - Variable in class org.hibernate.boot.jaxb.mapping.JaxbEntityMappings
 
access - Variable in class org.hibernate.boot.jaxb.mapping.JaxbHbmAnyMapping
 
access - Variable in class org.hibernate.boot.jaxb.mapping.JaxbHbmManyToAny
 
access - Variable in class org.hibernate.boot.jaxb.mapping.JaxbId
 
access - Variable in class org.hibernate.boot.jaxb.mapping.JaxbManyToMany
 
access - Variable in class org.hibernate.boot.jaxb.mapping.JaxbManyToOne
 
access - Variable in class org.hibernate.boot.jaxb.mapping.JaxbMappedSuperclass
 
access - Variable in class org.hibernate.boot.jaxb.mapping.JaxbOneToMany
 
access - Variable in class org.hibernate.boot.jaxb.mapping.JaxbOneToOne
 
access - Variable in class org.hibernate.boot.jaxb.mapping.JaxbPersistenceUnitDefaults
 
access - Variable in class org.hibernate.boot.jaxb.mapping.JaxbVersion
 
access - Variable in class org.hibernate.processor.xml.jaxb.Basic
 
access - Variable in class org.hibernate.processor.xml.jaxb.ElementCollection
 
access - Variable in class org.hibernate.processor.xml.jaxb.Embeddable
 
access - Variable in class org.hibernate.processor.xml.jaxb.Embedded
 
access - Variable in class org.hibernate.processor.xml.jaxb.EmbeddedId
 
access - Variable in class org.hibernate.processor.xml.jaxb.Entity
 
access - Variable in class org.hibernate.processor.xml.jaxb.EntityMappings
 
access - Variable in class org.hibernate.processor.xml.jaxb.Id
 
access - Variable in class org.hibernate.processor.xml.jaxb.ManyToMany
 
access - Variable in class org.hibernate.processor.xml.jaxb.ManyToOne
 
access - Variable in class org.hibernate.processor.xml.jaxb.MappedSuperclass
 
access - Variable in class org.hibernate.processor.xml.jaxb.OneToMany
 
access - Variable in class org.hibernate.processor.xml.jaxb.OneToOne
 
access - Variable in class org.hibernate.processor.xml.jaxb.PersistenceUnitDefaults
 
access - Variable in class org.hibernate.processor.xml.jaxb.Version
 
ACCESS - Static variable in class org.hibernate.processor.util.Constants
 
ACCESS_TYPE - Static variable in interface org.hibernate.usertype.DynamicParameterizedType
 
AccessCallback - Interface in org.hibernate.id.enhanced
Contract for providing callback access to a DatabaseStructure, typically from the Optimizer.
AccessedDataClassification - Enum in org.hibernate.cache.spi.support
 
accessInputStream() - Method in class org.hibernate.boot.archive.internal.ByteArrayInputStreamAccess
 
accessInputStream() - Method in class org.hibernate.boot.archive.internal.FileInputStreamAccess
 
accessInputStream() - Method in class org.hibernate.boot.archive.internal.UrlInputStreamAccess
 
accessInputStream() - Method in interface org.hibernate.boot.archive.spi.InputStreamAccess
Get access to the stream.
accessOptimizer - Variable in class org.hibernate.persister.entity.AbstractEntityPersister
 
AccessStrategyHelper - Class in org.hibernate.property.access.internal
 
AccessStrategyHelper() - Constructor for class org.hibernate.property.access.internal.AccessStrategyHelper
 
accessTransaction() - Method in class org.hibernate.engine.spi.SessionDelegatorBaseImpl
 
accessTransaction() - Method in interface org.hibernate.engine.spi.SharedSessionContractImplementor
Retrieves the current Transaction, or creates a new transaction if there is no transaction active.
accessTransaction() - Method in class org.hibernate.engine.spi.SharedSessionDelegatorBaseImpl
 
accessTransaction() - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
accessType() - Method in annotation type org.hibernate.testing.orm.junit.DomainModel
 
AccessType - Enum in org.hibernate.boot.spi
Enumerates various access strategies for accessing entity values.
AccessType - Enum in org.hibernate.cache.spi.access
Enumerates the policies for managing concurrent access to the shared second-level cache.
AccessType - Enum in org.hibernate.processor.util
 
AccessType - Enum in org.hibernate.processor.xml.jaxb
Java class for access-type.
AccessTypeInformation - Class in org.hibernate.processor.util
Encapsulates the access type information for a single class.
AccessTypeInformation(String, AccessType, AccessType) - Constructor for class org.hibernate.processor.util.AccessTypeInformation
 
AccessTypeMarshalling - Class in org.hibernate.boot.jaxb.mapping.marshall
JAXB marshalling for JPA's AccessType
AccessTypeMarshalling() - Constructor for class org.hibernate.boot.jaxb.mapping.marshall.AccessTypeMarshalling
 
Account - Class in org.hibernate.testing.orm.domain.helpdesk
 
Account - Class in org.hibernate.testing.orm.domain.userguide
 
Account() - Constructor for class org.hibernate.testing.orm.domain.helpdesk.Account
 
Account() - Constructor for class org.hibernate.testing.orm.domain.userguide.Account
 
Account(Integer, Status, Status, Status) - Constructor for class org.hibernate.testing.orm.domain.helpdesk.Account
 
acos(Expression<? extends Number>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Create an expression that returns the inverse cosine of its argument.
acos(Expression<? extends Number>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
acos(Expression<? extends Number>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
acquireUniqueAlias() - Static method in class org.hibernate.query.sqm.spi.SqmCreationHelper
 
action() - Method in annotation type org.hibernate.annotations.NotFound
Specifies how to handle the case of an orphaned foreign key.
action() - Method in annotation type org.hibernate.annotations.OnDelete
The action to taken by the database when deletion of a row would cause the constraint to be violated.
Action - Enum in org.hibernate.tool.schema
Enumerates the actions that may be performed by the schema management tooling.
ACTION_COMPLETED_TXN - Static variable in class org.hibernate.testing.transaction.TransactionUtil2
 
ACTION_CREATE - Static variable in enum org.hibernate.tool.schema.Action
 
ACTION_CREATE_ONLY - Static variable in enum org.hibernate.tool.schema.Action
 
ACTION_CREATE_THEN_DROP - Static variable in enum org.hibernate.tool.schema.Action
 
ACTION_DROP - Static variable in enum org.hibernate.tool.schema.Action
 
ACTION_NONE - Static variable in enum org.hibernate.tool.schema.Action
 
ACTION_UPDATE - Static variable in enum org.hibernate.tool.schema.Action
 
ACTION_VALIDATE - Static variable in enum org.hibernate.tool.schema.Action
 
ActionGrouping(String, Action, Action) - Constructor for class org.hibernate.tool.schema.spi.SchemaManagementToolCoordinator.ActionGrouping
 
ActionQueue - Class in org.hibernate.engine.spi
Responsible for maintaining the queue of actions related to events.
ActionQueue(SessionImplementor) - Constructor for class org.hibernate.engine.spi.ActionQueue
Constructs an action queue bound to the given session.
ActionQueue.TransactionCompletionProcesses - Class in org.hibernate.engine.spi
Wrapper class allowing to bind the same transaction completion process queues in different sessions.
actions - Variable in class org.hibernate.boot.jaxb.cfg.spi.JaxbCfgHibernateConfiguration.JaxbCfgSecurity.JaxbCfgGrant
 
ActivationContext - Interface in org.hibernate.boot.beanvalidation
Defines the context needed to call the TypeSafeActivator.
ACTIVE - org.hibernate.annotations.SoftDeleteType
Tracks rows which are active.
ACTIVE - org.hibernate.resource.transaction.spi.TransactionStatus
The transaction has been started, but not yet completed.
ACTIVE - org.hibernate.testing.orm.domain.helpdesk.Status
 
actualConnection() - Method in class org.hibernate.testing.orm.jdbc.PreparedStatementSpyConnectionProvider
 
Adapter1 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter1 - Class in org.hibernate.boot.jaxb.mapping
 
Adapter1() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter1
 
Adapter1() - Constructor for class org.hibernate.boot.jaxb.mapping.Adapter1
 
Adapter10 - Class in org.hibernate.boot.jaxb.mapping
 
Adapter10() - Constructor for class org.hibernate.boot.jaxb.mapping.Adapter10
 
Adapter11 - Class in org.hibernate.boot.jaxb.mapping
 
Adapter11() - Constructor for class org.hibernate.boot.jaxb.mapping.Adapter11
 
Adapter12 - Class in org.hibernate.boot.jaxb.mapping
 
Adapter12() - Constructor for class org.hibernate.boot.jaxb.mapping.Adapter12
 
Adapter13 - Class in org.hibernate.boot.jaxb.mapping
 
Adapter13() - Constructor for class org.hibernate.boot.jaxb.mapping.Adapter13
 
Adapter14 - Class in org.hibernate.boot.jaxb.mapping
 
Adapter14() - Constructor for class org.hibernate.boot.jaxb.mapping.Adapter14
 
Adapter15 - Class in org.hibernate.boot.jaxb.mapping
 
Adapter15() - Constructor for class org.hibernate.boot.jaxb.mapping.Adapter15
 
Adapter16 - Class in org.hibernate.boot.jaxb.mapping
 
Adapter16() - Constructor for class org.hibernate.boot.jaxb.mapping.Adapter16
 
Adapter17 - Class in org.hibernate.boot.jaxb.mapping
 
Adapter17() - Constructor for class org.hibernate.boot.jaxb.mapping.Adapter17
 
Adapter18 - Class in org.hibernate.boot.jaxb.mapping
 
Adapter18() - Constructor for class org.hibernate.boot.jaxb.mapping.Adapter18
 
Adapter19 - Class in org.hibernate.boot.jaxb.mapping
 
Adapter19() - Constructor for class org.hibernate.boot.jaxb.mapping.Adapter19
 
Adapter2 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter2 - Class in org.hibernate.boot.jaxb.mapping
 
Adapter2() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter2
 
Adapter2() - Constructor for class org.hibernate.boot.jaxb.mapping.Adapter2
 
Adapter20 - Class in org.hibernate.boot.jaxb.mapping
 
Adapter20() - Constructor for class org.hibernate.boot.jaxb.mapping.Adapter20
 
Adapter3 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter3 - Class in org.hibernate.boot.jaxb.mapping
 
Adapter3() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter3
 
Adapter3() - Constructor for class org.hibernate.boot.jaxb.mapping.Adapter3
 
Adapter4 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter4 - Class in org.hibernate.boot.jaxb.mapping
 
Adapter4() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter4
 
Adapter4() - Constructor for class org.hibernate.boot.jaxb.mapping.Adapter4
 
Adapter5 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter5 - Class in org.hibernate.boot.jaxb.mapping
 
Adapter5() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter5
 
Adapter5() - Constructor for class org.hibernate.boot.jaxb.mapping.Adapter5
 
Adapter6 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter6 - Class in org.hibernate.boot.jaxb.mapping
 
Adapter6() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter6
 
Adapter6() - Constructor for class org.hibernate.boot.jaxb.mapping.Adapter6
 
Adapter7 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter7 - Class in org.hibernate.boot.jaxb.mapping
 
Adapter7() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter7
 
Adapter7() - Constructor for class org.hibernate.boot.jaxb.mapping.Adapter7
 
Adapter8 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter8 - Class in org.hibernate.boot.jaxb.mapping
 
Adapter8() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter8
 
Adapter8() - Constructor for class org.hibernate.boot.jaxb.mapping.Adapter8
 
Adapter9 - Class in org.hibernate.boot.jaxb.hbm.spi
 
Adapter9 - Class in org.hibernate.boot.jaxb.mapping
 
Adapter9() - Constructor for class org.hibernate.boot.jaxb.hbm.spi.Adapter9
 
Adapter9() - Constructor for class org.hibernate.boot.jaxb.mapping.Adapter9
 
add(int, E) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
 
add(int, E) - Method in class org.hibernate.collection.spi.PersistentBag
 
add(int, E) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
add(int, E) - Method in class org.hibernate.collection.spi.PersistentList
 
add(int, U) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.ListProxy
 
add(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BasicHolder
 
add(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigDecimalHolder
 
add(long) - Method in class org.hibernate.id.IdentifierGeneratorHelper.BigIntegerHolder
 
add(long) - Method in interface org.hibernate.id.IntegralDataTypeHolder
Perform an addition
add(E) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListIteratorProxy
 
add(E) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
 
add(E) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.SetProxy
 
add(E) - Method in class org.hibernate.collection.spi.PersistentBag
 
add(E) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
add(E) - Method in class org.hibernate.collection.spi.PersistentList
 
add(E) - Method in class org.hibernate.collection.spi.PersistentSet
 
add(E) - Method in class org.hibernate.engine.spi.ExecutableList
Add an Executable to this list.
add(E) - Method in class org.hibernate.internal.util.collections.IdentitySet
 
add(Object) - Method in interface org.hibernate.event.spi.DeleteContext
 
add(Object) - Method in interface org.hibernate.event.spi.PersistContext
 
add(Object) - Method in interface org.hibernate.event.spi.RefreshContext
 
add(String) - Method in interface org.hibernate.bytecode.enhance.internal.tracker.DirtyTracker
 
add(String) - Method in class org.hibernate.bytecode.enhance.internal.tracker.SimpleFieldTracker
 
add(String) - Method in class org.hibernate.bytecode.enhance.internal.tracker.SortedFieldTracker
 
add(String[], String, String[]) - Static method in class org.hibernate.internal.util.StringHelper
 
add(String, int) - Method in class org.hibernate.bytecode.enhance.internal.tracker.NoopCollectionTracker
 
add(String, int) - Method in class org.hibernate.bytecode.enhance.internal.tracker.SimpleCollectionTracker
 
add(String, int) - Method in interface org.hibernate.bytecode.enhance.spi.CollectionTracker
 
add(String, Long) - Method in class org.hibernate.processor.util.FileTimeStampChecker
 
add(String, Object) - Method in class org.hibernate.engine.internal.NonNullableTransientDependencies
 
add(String, CompositeOwner) - Method in class org.hibernate.bytecode.enhance.internal.tracker.CompositeOwnerTracker
 
add(Connection) - Method in class org.hibernate.engine.jdbc.connections.internal.DriverManagerConnectionProviderImpl.PooledConnections
 
add(ToolingHint) - Method in class org.hibernate.boot.model.source.spi.ToolingHintContext
 
add(PropertyData) - Method in class org.hibernate.envers.internal.entities.mapper.ComponentPropertyMapper
 
add(PropertyData) - Method in class org.hibernate.envers.internal.entities.mapper.id.AbstractCompositeIdMapper
 
add(PropertyData) - Method in class org.hibernate.envers.internal.entities.mapper.id.MultipleIdMapper
 
add(PropertyData) - Method in class org.hibernate.envers.internal.entities.mapper.id.SingleIdMapper
 
add(PropertyData) - Method in class org.hibernate.envers.internal.entities.mapper.MultiDynamicComponentMapper
 
add(PropertyData) - Method in class org.hibernate.envers.internal.entities.mapper.MultiPropertyMapper
 
add(PropertyData) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleEmbeddableComponentMapper
 
add(PropertyData) - Method in interface org.hibernate.envers.internal.entities.mapper.SimpleMapperBuilder
 
add(PropertyData) - Method in class org.hibernate.envers.internal.entities.mapper.SinglePropertyMapper
 
add(PropertyData) - Method in class org.hibernate.envers.internal.entities.mapper.SubclassPropertyMapper
 
add(PropertyData, AbstractIdMapper) - Method in class org.hibernate.envers.internal.entities.mapper.id.AbstractCompositeIdMapper
 
add(PropertyData, AbstractIdMapper) - Method in interface org.hibernate.envers.internal.entities.mapper.id.SimpleIdMapperBuilder
Add a custom identifier mapper to the builder.
add(PropertyData, AbstractIdMapper) - Method in class org.hibernate.envers.internal.entities.mapper.id.SingleIdMapper
 
add(AuditCriterion) - Method in interface org.hibernate.envers.query.AuditAssociationQuery
 
add(AuditCriterion) - Method in interface org.hibernate.envers.query.AuditQuery
 
add(AuditCriterion) - Method in class org.hibernate.envers.query.criteria.AggregatedAuditExpression
 
add(AuditCriterion) - Method in class org.hibernate.envers.query.criteria.AuditConjunction
 
add(AuditCriterion) - Method in class org.hibernate.envers.query.criteria.AuditDisjunction
 
add(AuditCriterion) - Method in interface org.hibernate.envers.query.criteria.ExtendableCriterion
 
add(AuditCriterion) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditAssociationQuery
 
add(AuditCriterion) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
add(AttributeMapping) - Method in class org.hibernate.metamodel.mapping.internal.ImmutableAttributeMappingList.Builder
 
add(AttributeMapping) - Method in class org.hibernate.metamodel.mapping.internal.MutableAttributeMappingList
Deprecated.
 
add(SqmExpression<?>, String) - Method in interface org.hibernate.query.sqm.tree.select.SqmAliasedExpressionContainer
 
add(SqmExpression<?>, String) - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
 
add(SqmExpression<?>, String) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectClause
 
add(SqmDynamicInstantiationArgument<?>) - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
 
add(SqmSelection<?>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectClause
 
add(JdbcParameter) - Method in class org.hibernate.sql.exec.spi.JdbcParametersList.Builder
 
add(Predicate) - Method in class org.hibernate.sql.ast.tree.predicate.Junction
 
add(TableMapping) - Method in class org.hibernate.persister.entity.mutation.TableSet
 
add(Fetch) - Method in class org.hibernate.sql.results.graph.internal.ImmutableFetchList.Builder
 
add(T) - Method in class org.hibernate.internal.util.collections.LazySet
 
add(T) - Method in interface org.hibernate.query.sqm.tree.select.SqmAliasedExpressionContainer
 
add(U) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
 
ADD - org.hibernate.envers.RevisionType
Indicates that the entity was added (persisted) at that revision.
ADD - org.hibernate.query.sqm.BinaryArithmeticOperator
 
ADD_GENERATED_ANNOTATION - Static variable in class org.hibernate.processor.HibernateProcessor
Whether the jakarta.annotation.Generated annotation should be added to the generated classes
ADD_GENERATION_DATE - Static variable in class org.hibernate.processor.HibernateProcessor
Assuming that HibernateProcessor.ADD_GENERATED_ANNOTATION is enabled, this option controls whether @Generated#date should be populated.
ADD_SUPPRESS_WARNINGS_ANNOTATION - Static variable in class org.hibernate.processor.HibernateProcessor
A comma-separated list of warnings to suppress, or simply true if @SuppressWarnings({"deprecation","rawtypes"}) should be added to the generated classes.
addAccessTypeInformation(String, AccessTypeInformation) - Method in class org.hibernate.processor.Context
 
addAction(BulkOperationCleanupAction) - Method in class org.hibernate.engine.spi.ActionQueue
Adds an action defining a cleanup relating to a bulk operation (HQL/JPQL or Criteria based update/delete)
addAction(CollectionRecreateAction) - Method in class org.hibernate.engine.spi.ActionQueue
Adds a collection (re)create action
addAction(CollectionRemoveAction) - Method in class org.hibernate.engine.spi.ActionQueue
Adds a collection remove action
addAction(CollectionUpdateAction) - Method in class org.hibernate.engine.spi.ActionQueue
Adds a collection update action
addAction(EntityDeleteAction) - Method in class org.hibernate.engine.spi.ActionQueue
Adds an entity delete action
addAction(EntityIdentityInsertAction) - Method in class org.hibernate.engine.spi.ActionQueue
Adds an entity (IDENTITY) insert action
addAction(EntityInsertAction) - Method in class org.hibernate.engine.spi.ActionQueue
Adds an entity insert action
addAction(EntityUpdateAction) - Method in class org.hibernate.engine.spi.ActionQueue
Adds an entity update action
addAction(OrphanRemovalAction) - Method in class org.hibernate.engine.spi.ActionQueue
Adds an orphan removal action
addAction(QueuedOperationCollectionAction) - Method in class org.hibernate.engine.spi.ActionQueue
Adds an action relating to a collection queued operation (extra lazy).
addAdditionalColumns(MappingContext) - Method in class org.hibernate.envers.strategy.internal.ValidityAuditStrategy
 
addAdditionalColumns(MappingContext) - Method in interface org.hibernate.envers.strategy.spi.AuditStrategy
Add additional columns to the audit mappings.
addAdditionalMapping(PersistentEntity) - Method in class org.hibernate.envers.configuration.internal.metadata.EntityMappingData
 
addAdditionalWherePredicate(Predicate) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
addAffectedTableNames(Set<String>, SessionFactoryImplementor) - Method in class org.hibernate.generator.values.internal.GeneratedValuesMappingProducer
 
addAffectedTableNames(Set<String>, SessionFactoryImplementor) - Method in class org.hibernate.query.results.ResultSetMappingImpl
 
addAffectedTableNames(Set<String>, SessionFactoryImplementor) - Method in class org.hibernate.sql.results.jdbc.internal.JdbcValuesMappingProducerStandard
 
addAffectedTableNames(Set<String>, SessionFactoryImplementor) - Method in interface org.hibernate.sql.results.jdbc.spi.JdbcValuesMappingProducer
 
addAll(int, Collection<? extends E>) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
 
addAll(int, Collection<? extends E>) - Method in class org.hibernate.collection.spi.PersistentBag
 
addAll(int, Collection<? extends E>) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
addAll(int, Collection<? extends E>) - Method in class org.hibernate.collection.spi.PersistentList
 
addAll(int, Collection<? extends U>) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.ListProxy
 
addAll(Collection<? extends E>) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.ListProxy
 
addAll(Collection<? extends E>) - Method in class org.hibernate.collection.spi.AbstractPersistentCollection.SetProxy
 
addAll(Collection<? extends E>) - Method in class org.hibernate.collection.spi.PersistentBag
 
addAll(Collection<? extends E>) - Method in class org.hibernate.collection.spi.PersistentIdentifierBag
 
addAll(Collection<? extends E>) - Method in class org.hibernate.collection.spi.PersistentList
 
addAll(Collection<? extends E>) - Method in class org.hibernate.collection.spi.PersistentSet
 
addAll(Collection<? extends E>) - Method in class org.hibernate.internal.util.collections.IdentitySet
 
addAll(Collection<? extends U>) - Method in class org.hibernate.envers.internal.entities.mapper.relation.lazy.proxy.CollectionProxy
 
addAll(Collection<T>, T[]) - Static method in class org.hibernate.internal.util.collections.ArrayHelper
 
addAnnotatedClass(Class) - Method in class org.hibernate.cfg.Configuration
Read metadata from the annotations associated with this class.
addAnnotatedClass(Class<?>) - Method in class org.hibernate.boot.MetadataSources
Read metadata from the annotations attached to the given class.
addAnnotatedClasses(Class<?>...) - Method in class org.hibernate.boot.MetadataSources
addAnnotatedClassName(String) - Method in class org.hibernate.boot.MetadataSources
Read metadata from the annotations attached to the given class.
addAnnotatedClassName(String) - Method in class org.hibernate.boot.model.process.internal.ManagedResourcesImpl
 
addAnnotatedClassNames(String...) - Method in class org.hibernate.boot.MetadataSources
addAnnotatedClassReference(Class<?>) - Method in class org.hibernate.boot.model.process.internal.ManagedResourcesImpl
 
addAnnotatedPackageName(String) - Method in class org.hibernate.boot.model.process.internal.ManagedResourcesImpl
 
addAppliedParameterBinding(JdbcParameter, JdbcParameterBinding) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator
 
addArgument(String, DomainResultProducer<?>, DomainResultCreationState) - Method in class org.hibernate.sql.results.graph.instantiation.internal.DynamicInstantiation
 
addArgument(OrderingExpression) - Method in class org.hibernate.metamodel.mapping.ordering.ast.FunctionExpression
 
addArgument(SqmDynamicInstantiationArgument<?>) - Method in class org.hibernate.query.sqm.tree.select.SqmDynamicInstantiation
 
addAssignment(int, ColumnReference) - Method in class org.hibernate.query.sqm.sql.AggregateColumnAssignmentHandler
 
addAssignment(String) - Method in class org.hibernate.sql.Update
 
addAssignment(String, String) - Method in class org.hibernate.sql.Update
 
addAssignment(SqmPath<Y>, SqmExpression<? extends Y>) - Method in class org.hibernate.query.sqm.tree.update.SqmSetClause
 
addAssignment(SqmAssignment<?>) - Method in class org.hibernate.query.sqm.tree.insert.SqmConflictUpdateAction
 
addAssignment(SqmAssignment<?>) - Method in class org.hibernate.query.sqm.tree.update.SqmSetClause
 
addAssignments(String...) - Method in class org.hibernate.sql.Update
 
addAssociationAtRevisionRestriction(QueryBuilder, Parameters, String, String, boolean, MiddleIdData, String, String, String, String, String, boolean, MiddleComponentData...) - Method in class org.hibernate.envers.strategy.internal.DefaultAuditStrategy
Update the rootQueryBuilder with an extra WHERE clause to restrict the revision for a middle-entity association.
addAssociationAtRevisionRestriction(QueryBuilder, Parameters, String, String, boolean, MiddleIdData, String, String, String, String, String, boolean, MiddleComponentData...) - Method in class org.hibernate.envers.strategy.internal.ValidityAuditStrategy
Update the rootQueryBuilder with an extra WHERE clause to restrict the revision for a middle-entity association.
addAssociationAtRevisionRestriction(QueryBuilder, Parameters, String, String, boolean, MiddleIdData, String, String, String, String, String, boolean, MiddleComponentData...) - Method in interface org.hibernate.envers.strategy.spi.AuditStrategy
Update the rootQueryBuilder with an extra WHERE clause to restrict the revision for a middle-entity association.
addAssociationQuery(String, AbstractAuditAssociationQuery<AuditQueryImplementor>) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
addAttribute(Attribute) - Method in class org.hibernate.envers.boot.model.AbstractIdentifier
 
addAttribute(Attribute) - Method in interface org.hibernate.envers.boot.model.AttributeContainer
Add an attribute to the container.
addAttribute(Attribute) - Method in class org.hibernate.envers.boot.model.DiscriminatorPersistentEntity
 
addAttribute(Attribute) - Method in class org.hibernate.envers.boot.model.IdentifierRelation
 
addAttribute(Attribute) - Method in class org.hibernate.envers.boot.model.Join
 
addAttribute(Attribute) - Method in class org.hibernate.envers.boot.model.JoinedSubclassPersistentEntity
 
addAttribute(Attribute) - Method in class org.hibernate.envers.boot.model.RootPersistentEntity
 
addAttribute(Attribute) - Method in class org.hibernate.envers.boot.model.SimpleIdentifier
 
addAttribute(Attribute) - Method in class org.hibernate.envers.boot.model.UnionSubclassPersistentEntity
 
addAttribute(AttributeMapping) - Method in class org.hibernate.metamodel.mapping.internal.AbstractEmbeddableMapping
 
addAttribute(PersistentAttribute<J, ?>) - Method in class org.hibernate.metamodel.model.domain.AbstractManagedType.InFlightAccessImpl
 
addAttribute(PersistentAttribute<J, ?>) - Method in interface org.hibernate.metamodel.model.domain.internal.AttributeContainer.InFlightAccess
 
addAttributeBinding(Property) - Method in interface org.hibernate.boot.spi.NaturalIdUniqueKeyBinder
Adds an attribute binding.
addAttributeConverter(AttributeConverter<?, ?>) - Method in class org.hibernate.cfg.Configuration
Adds an AttributeConverter instance to this configuration.
addAttributeConverter(AttributeConverter<?, ?>, boolean) - Method in class org.hibernate.cfg.Configuration
Adds an AttributeConverter instance to this configuration.
addAttributeConverter(Class<? extends AttributeConverter<?, ?>>) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addAttributeConverter(Class<? extends AttributeConverter<?, ?>>) - Method in interface org.hibernate.boot.model.convert.spi.ConverterRegistry
addAttributeConverter(Class<? extends AttributeConverter<?, ?>>) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
addAttributeConverter(Class<? extends AttributeConverter<?, ?>>) - Method in class org.hibernate.cfg.Configuration
Adds an AttributeConverter to this configuration.
addAttributeConverter(Class<? extends AttributeConverter<?, ?>>, boolean) - Method in class org.hibernate.cfg.Configuration
Adds an AttributeConverter to this configuration.
addAttributeConverter(AttributeConverterInfo) - Method in interface org.hibernate.boot.model.internal.AttributeConverterDefinitionCollector
Deprecated.
 
addAttributeConverter(ConverterDescriptor) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addAttributeConverter(ConverterDescriptor) - Method in interface org.hibernate.boot.model.convert.spi.ConverterRegistry
Apply the descriptor for an AttributeConverter
addAttributeConverter(ConverterDescriptor) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
addAttributeConverter(ConverterDescriptor) - Method in class org.hibernate.cfg.Configuration
Adds an ConverterDescriptor instance to this configuration.
addAttributeConverterDefinition(ConverterDescriptor) - Method in class org.hibernate.boot.model.process.internal.ManagedResourcesImpl
 
addAttributeConverterDescriptor(ConverterDescriptor) - Method in class org.hibernate.boot.internal.BootstrapContextImpl
 
addAttributeNode(String) - Method in interface org.hibernate.graph.Graph
Add an AttributeNode (with no associated SubGraph) to this container by attribute name.
addAttributeNode(String) - Method in class org.hibernate.graph.internal.AbstractGraph
 
addAttributeNode(String) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addAttributeNode(AttributeNodeImplementor<?>) - Method in class org.hibernate.graph.internal.AbstractGraph
 
addAttributeNode(AttributeNodeImplementor<?>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addAttributeNode(PersistentAttribute<? extends J, AJ>) - Method in interface org.hibernate.graph.Graph
Add an AttributeNode (with no associated SubGraph) to this container by attribute reference.
addAttributeNode(PersistentAttribute<? extends J, AJ>) - Method in class org.hibernate.graph.internal.AbstractGraph
 
addAttributeNode(PersistentAttribute<? extends J, AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addAttributeNode(PersistentAttribute<? extends J, AJ>) - Method in interface org.hibernate.graph.spi.SubGraphImplementor
 
addAttributeNodes(Attribute<J, ?>...) - Method in interface org.hibernate.graph.RootGraph
 
addAttributeNodes(Attribute<J, ?>...) - Method in interface org.hibernate.graph.SubGraph
 
addAttributeNodes(String...) - Method in interface org.hibernate.graph.RootGraph
 
addAttributeNodes(String...) - Method in interface org.hibernate.graph.SubGraph
 
addAttributeResult(String, SingularAttribute) - Method in interface org.hibernate.query.NativeQuery
Defines a result based on a specified attribute.
addAttributeResult(String, SingularAttribute) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
addAttributeResult(String, SingularAttribute) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
addAttributeResult(String, Class, String) - Method in interface org.hibernate.query.NativeQuery
Defines a result based on a specified attribute.
addAttributeResult(String, Class, String) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
addAttributeResult(String, Class, String) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
addAttributeResult(String, String, String) - Method in interface org.hibernate.query.NativeQuery
Defines a result based on a specified attribute.
addAttributeResult(String, String, String) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
addAttributeResult(String, String, String) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
addAttributeSource(AttributeSource) - Method in interface org.hibernate.boot.model.source.internal.hbm.AttributesHelper.Callback
 
addAttributesToEntity(RootPersistentEntity, List<Attribute>) - Method in class org.hibernate.envers.configuration.internal.metadata.AbstractCollectionMetadataGenerator
 
addAuditedEntityConfiguration(String, EntityConfiguration) - Method in class org.hibernate.envers.configuration.internal.metadata.AbstractMetadataGenerator
 
addAuditedEntityConfiguration(String, EntityConfiguration) - Method in class org.hibernate.envers.configuration.internal.metadata.AuditEntityConfigurationRegistry
 
addAuditingOverride(AuditOverride) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
addAuditingOverrides(AuditOverrides) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.PropertyAuditingData
 
addAuditStrategyAdditionalColumnsToEntity(PersistentEntity) - Method in class org.hibernate.envers.configuration.internal.metadata.AbstractMetadataGenerator
 
addAuditStrategyRevisionEndTimestampOnly(PersistentEntity) - Method in class org.hibernate.envers.configuration.internal.metadata.AbstractMetadataGenerator
 
addAuxiliaryDatabaseObject(AuxiliaryDatabaseObject) - Method in class org.hibernate.boot.internal.BootstrapContextImpl
 
addAuxiliaryDatabaseObject(AuxiliaryDatabaseObject) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addAuxiliaryDatabaseObject(AuxiliaryDatabaseObject) - Method in class org.hibernate.boot.model.relational.Database
 
addAuxiliaryDatabaseObject(AuxiliaryDatabaseObject) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Add metadata pertaining to an auxiliary database object to this repository.
addAuxiliaryDatabaseObject(AuxiliaryDatabaseObject) - Method in class org.hibernate.cfg.Configuration
Adds an AuxiliaryDatabaseObject to this configuration.
addAuxiliaryDatabaseObjects(JavaType<?>, Database, boolean) - Method in class org.hibernate.dialect.PostgreSQLEnumJdbcType
 
addAuxiliaryDatabaseObjects(JavaType<?>, Size, Database, JdbcTypeIndicators) - Method in class org.hibernate.dialect.PostgreSQLEnumJdbcType
 
addAuxiliaryDatabaseObjects(JavaType<?>, Size, Database, JdbcTypeIndicators) - Method in class org.hibernate.dialect.PostgreSQLOrdinalEnumJdbcType
 
addAuxiliaryDatabaseObjects(JavaType<?>, Size, Database, JdbcTypeIndicators) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
Add auxiliary database objects for this JdbcType to the Database object.
addAuxiliaryDatabaseObjects(JavaType<?>, Size, Database, TypeConfiguration) - Method in class org.hibernate.dialect.OracleArrayJdbcType
 
addAuxiliaryDatabaseObjects(JavaType<?>, Size, Database, TypeConfiguration) - Method in class org.hibernate.dialect.OracleNestedTableJdbcType
 
addAuxiliaryDatabaseObjects(JavaType<?>, Size, Database, TypeConfiguration) - Method in class org.hibernate.dialect.PostgreSQLEnumJdbcType
 
addAuxiliaryDatabaseObjects(JavaType<?>, Size, Database, TypeConfiguration) - Method in class org.hibernate.dialect.PostgreSQLOrdinalEnumJdbcType
 
addAuxiliaryDatabaseObjects(JavaType<?>, Size, Database, TypeConfiguration) - Method in interface org.hibernate.type.descriptor.jdbc.JdbcType
Deprecated, for removal: This API element is subject to removal in a future version.
addBaselineDescriptor(Type, JavaType<?>) - Method in interface org.hibernate.type.descriptor.java.spi.JavaTypeBaseline.BaselineTarget
Add a baseline registration
addBaselineDescriptor(Type, JavaType<?>) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeRegistry
 
addBaselineDescriptor(JavaType<?>) - Method in interface org.hibernate.type.descriptor.java.spi.JavaTypeBaseline.BaselineTarget
Add a baseline registration
addBaselineDescriptor(JavaType<?>) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeRegistry
 
addBasic(String) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfLists
 
addBasic(String) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfSets
 
addBasic(AttributeContainer, PropertyAuditingData, Value, SimpleIdMapperBuilder, boolean) - Method in class org.hibernate.envers.configuration.internal.metadata.IdMetadataGenerator
 
addBasic(AttributeContainer, PropertyAuditingData, Value, SimpleMapperBuilder, boolean, boolean) - Method in class org.hibernate.envers.configuration.internal.metadata.BasicMetadataGenerator
 
addBasicArgument(String) - Method in interface org.hibernate.query.NativeQuery.InstantiationResultNode
 
addBasicArgument(String, String) - Method in interface org.hibernate.query.NativeQuery.InstantiationResultNode
 
addBasicArgument(String, String) - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderInstantiation
 
addBasicByBasic(String, String) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
addBasicByComponent(SimpleComponent, String) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
addBasicByConvertedEnum(EnumValue, String) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
addBasicByEnum(EnumValue, String) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
addBasicTypeRegistrationContributions(List<BasicTypeRegistration>) - Method in class org.hibernate.type.spi.TypeConfiguration
 
addBasicValueToCacheKey(MutableCacheKeyBuilder, Object, JdbcMapping, SharedSessionContractImplementor) - Static method in class org.hibernate.engine.internal.CacheHelper
 
addBatchLoadableCollection(PersistentCollection<?>, CollectionEntry) - Method in class org.hibernate.engine.spi.BatchFetchQueue
If a CollectionEntry represents a batch loadable collection, add it to the queue.
addBatchLoadableEntityKey(EntityKey) - Method in class org.hibernate.engine.spi.BatchFetchQueue
If an EntityKey represents a batch loadable entity, add it to the queue.
addBinding(JdbcParameter, JdbcParameterBinding) - Method in class org.hibernate.sql.exec.internal.JdbcParameterBindingsImpl
 
addBinding(JdbcParameter, JdbcParameterBinding) - Method in interface org.hibernate.sql.exec.spi.JdbcParameterBindings
 
addCacheableFile(File) - Method in class org.hibernate.boot.MetadataSources
Add a cached mapping file.
addCacheableFile(File) - Method in class org.hibernate.cfg.Configuration
Add a cacheable mapping file.
addCacheableFile(File, File) - Method in class org.hibernate.boot.MetadataSources
Add a cached mapping file.
addCacheableFile(String) - Method in class org.hibernate.boot.MetadataSources
addCacheableFile(String) - Method in class org.hibernate.cfg.Configuration
Add a cacheable mapping file.
addCacheableFile(String, File) - Method in class org.hibernate.boot.MetadataSources
addCacheableFileStrictly(File) - Method in class org.hibernate.boot.MetadataSources
INTENDED FOR TESTSUITE USE ONLY!
addCacheableFileStrictly(File) - Method in class org.hibernate.cfg.Configuration
INTENDED FOR TESTSUITE USE ONLY!
addCacheableFileStrictly(File, File) - Method in class org.hibernate.boot.MetadataSources
INTENDED FOR TESTSUITE USE ONLY!
addCachedType(NavigableRole) - Method in class org.hibernate.cache.cfg.internal.EntityDataCachingConfigImpl
 
addCacheRegionDefinition(CacheRegionDefinition) - Method in class org.hibernate.boot.cfgxml.spi.LoadedConfig
 
addCacheRegionDefinition(CacheRegionDefinition) - Method in class org.hibernate.boot.internal.BootstrapContextImpl
 
addCall(Call) - Method in class org.hibernate.testing.orm.domain.userguide.Phone
 
addCallbackDefinitions(List<CallbackDefinition>) - Method in class org.hibernate.mapping.PersistentClass
 
addCallbackDefinitions(List<CallbackDefinition>) - Method in class org.hibernate.mapping.Property
 
addCheck(CheckConstraint) - Method in class org.hibernate.mapping.Table
 
addCheckConstraint(String) - Method in class org.hibernate.mapping.Table
Deprecated.
addCheckConstraint(String, String) - Method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
addCheckConstraint(CheckConstraint) - Method in class org.hibernate.mapping.Column
 
addCheckConstraint(CheckConstraint) - Method in class org.hibernate.mapping.PersistentClass
 
addChild(EntityWithManyToOneWithoutJoinTable) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToManyNotOwned
 
addChildParent(Object, Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
addChildParent(Object, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Add a child/parent relation to cache for cascading op
addClass(Class) - Method in class org.hibernate.cfg.Configuration
Read a mapping as an application resource using the convention that a class named foo.bar.Foo is mapped by a file foo/bar/Foo.hbm.xml which can be resolved as a classpath resource.
addClassAuditingData(ClassAuditingData) - Method in class org.hibernate.envers.configuration.internal.ClassesAuditingData
Stores information about auditing meta-data for the given class.
addClasses(String...) - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
addClasses(List<String>) - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
addClassType(XClass) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addClassType(XClass) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addCollection(CollectionMetadataContext) - Method in class org.hibernate.envers.configuration.internal.metadata.AbstractCollectionMetadataGenerator
Entry point for all collection-based metadata generators where the collection will be inspected and the appropriate boot and runtime mappings are generated.
addCollection(CollectionMetadataContext) - Method in class org.hibernate.envers.configuration.internal.metadata.JoinColumnCollectionMetadataGenerator
 
addCollection(CollectionMetadataContext) - Method in class org.hibernate.envers.configuration.internal.metadata.MiddleTableCollectionMetadataGenerator
 
addCollectionBinding(Collection) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addCollectionBinding(Collection) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Add collection mapping metadata to this repository.
addCollectionByKey(CollectionKey, PersistentCollection<?>) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
addCollectionByKey(CollectionKey, PersistentCollection<?>) - Method in interface org.hibernate.engine.spi.PersistenceContext
Adds a collection in the collections-by-key map.
addCollectionChanges(SessionImplementor, List<PersistentCollectionChangeData>, Set<Object>, RevisionType, Object) - Method in class org.hibernate.envers.internal.entities.mapper.relation.AbstractCollectionMapper
 
addCollectionConfig(Collection, AccessType) - Method in class org.hibernate.cache.cfg.internal.DomainDataRegionConfigImpl.Builder
 
addCollectionHolder(PersistentCollection<?>) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
addCollectionHolder(PersistentCollection<?>) - Method in interface org.hibernate.engine.spi.PersistenceContext
Register a PersistentCollection object for an array.
addCollectionsByKeyToPersistenceContext(PersistenceContext, Object[]) - Method in class org.hibernate.action.internal.AbstractEntityInsertAction
 
addCollectionTypeRegistration(CollectionTypeRegistration) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addCollectionTypeRegistration(CollectionTypeRegistration) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addCollectionTypeRegistration(CollectionClassification, InFlightMetadataCollector.CollectionTypeRegistrationDescriptor) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addCollectionTypeRegistration(CollectionClassification, InFlightMetadataCollector.CollectionTypeRegistrationDescriptor) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addColumn(String) - Method in class org.hibernate.sql.Insert
 
addColumn(String) - Method in class org.hibernate.sql.SimpleSelect
Adds a selection
addColumn(String, String) - Method in class org.hibernate.sql.Insert
 
addColumn(String, String) - Method in class org.hibernate.sql.SimpleSelect
Adds a selection, with an alias
addColumn(String, String, JdbcMapping, List<ColumnValueBinding>) - Method in class org.hibernate.sql.model.ast.builder.AbstractTableMutationBuilder
 
addColumn(String, String, JdbcMapping, ParameterUsage, List<ColumnValueBinding>) - Method in class org.hibernate.sql.model.ast.builder.AbstractTableMutationBuilder
 
addColumn(AnnotatedColumn) - Method in class org.hibernate.boot.model.internal.AnnotatedColumns
 
addColumn(AnnotatedColumn) - Method in class org.hibernate.boot.model.internal.AnnotatedJoinColumns
 
addColumn(AnnotatedJoinColumn) - Method in class org.hibernate.boot.model.internal.AnnotatedJoinColumns
 
addColumn(Column) - Method in class org.hibernate.envers.boot.model.BasicAttribute
 
addColumn(Column) - Method in interface org.hibernate.envers.boot.model.ColumnContainer
Add a column to the container.
addColumn(Column) - Method in class org.hibernate.envers.boot.model.Key
 
addColumn(Column) - Method in class org.hibernate.envers.boot.model.ManyToOneAttribute
 
addColumn(Column) - Method in class org.hibernate.envers.boot.model.SetAttribute
 
addColumn(Column) - Method in class org.hibernate.envers.boot.model.SimpleIdentifier
 
addColumn(Column) - Method in class org.hibernate.mapping.Any
 
addColumn(Column) - Method in class org.hibernate.mapping.Any.KeyValue
 
addColumn(Column) - Method in class org.hibernate.mapping.Any.MetaValue
 
addColumn(Column) - Method in class org.hibernate.mapping.BasicValue
 
addColumn(Column) - Method in class org.hibernate.mapping.Component
 
addColumn(Column) - Method in class org.hibernate.mapping.Constraint
 
addColumn(Column) - Method in class org.hibernate.mapping.PrimaryKey
 
addColumn(Column) - Method in class org.hibernate.mapping.SimpleValue
 
addColumn(Column) - Method in class org.hibernate.mapping.Table
 
addColumn(Column) - Method in class org.hibernate.mapping.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
addDataMetaEmbeddable(String, Metamodel) - Method in class org.hibernate.processor.Context
 
addDataMetaEntity(String, Metamodel) - Method in class org.hibernate.processor.Context
 
adddateSubdateAddtimeSubtime() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
MySQL style
addDeclaredProperty(Property) - Method in class org.hibernate.mapping.MappedSuperclass
 
addDefaultIdentifierGenerator(IdentifierGeneratorDefinition) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addDefaultIdentifierGenerator(IdentifierGeneratorDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addDefaultJoinColumnName(PersistentClass, String) - Method in class org.hibernate.boot.model.internal.AnnotatedJoinColumn
 
addDefaultNamedNativeQuery(NamedNativeQueryDefinition) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addDefaultNamedNativeQuery(NamedNativeQueryDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addDefaultNamedProcedureCall(NamedProcedureCallDefinitionImpl) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addDefaultNamedProcedureCall(NamedProcedureCallDefinitionImpl) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addDefaultQuery(NamedHqlQueryDefinition) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addDefaultQuery(NamedHqlQueryDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addDefaultResultSetMapping(NamedResultSetMappingDescriptor) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addDefaultResultSetMapping(NamedResultSetMappingDescriptor) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addDelayedPropertyReferenceHandler(InFlightMetadataCollector.DelayedPropertyReferenceHandler) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addDelayedPropertyReferenceHandler(InFlightMetadataCollector.DelayedPropertyReferenceHandler) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addDelegate(SQLExceptionConversionDelegate) - Method in class org.hibernate.exception.internal.StandardSQLExceptionConverter
addDenormalizedTable(String, String, String, boolean, String, Table, MetadataBuildingContext) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addDenormalizedTable(String, String, String, boolean, String, Table, MetadataBuildingContext) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Adds a 'denormalized table' to this repository.
addDependentAnnotation() - Method in class org.hibernate.processor.Context
 
addDescriptor(int, JdbcType) - Method in interface org.hibernate.type.descriptor.jdbc.internal.JdbcTypeBaseline.BaselineTarget
 
addDescriptor(int, JdbcType) - Method in class org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry
 
addDescriptor(int, DdlType) - Method in class org.hibernate.type.descriptor.sql.spi.DdlTypeRegistry
Add a mapping from the given type code to the given DdlType.
addDescriptor(JavaType<?>) - Method in class org.hibernate.type.descriptor.java.spi.JavaTypeRegistry
 
addDescriptor(JdbcType) - Method in interface org.hibernate.type.descriptor.jdbc.internal.JdbcTypeBaseline.BaselineTarget
 
addDescriptor(JdbcType) - Method in class org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry
 
addDescriptor(DdlType) - Method in class org.hibernate.type.descriptor.sql.spi.DdlTypeRegistry
Add a mapping from the type code of the given DdlType to the given DdlType.
addDescriptorIfAbsent(int, JdbcType) - Method in class org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry
 
addDescriptorIfAbsent(int, DdlType) - Method in class org.hibernate.type.descriptor.sql.spi.DdlTypeRegistry
Add a mapping from the given type code to the given DdlType, if there is no mapping already present for the given type code.
addDescriptorIfAbsent(JdbcType) - Method in class org.hibernate.type.descriptor.jdbc.spi.JdbcTypeRegistry
 
addDescriptorIfAbsent(DdlType) - Method in class org.hibernate.type.descriptor.sql.spi.DdlTypeRegistry
Add a mapping from the type code of the given DdlType to the given DdlType, if there is no mapping already present for that type code.
addDialectScope(String) - Method in class org.hibernate.boot.model.relational.AbstractAuxiliaryDatabaseObject
 
addDialectScope(String) - Method in interface org.hibernate.boot.model.relational.AuxiliaryDatabaseObject.Expandable
 
addDirectory(File) - Method in class org.hibernate.boot.MetadataSources
Read all .hbm.xml mapping documents from a directory tree.
addDirectory(File) - Method in class org.hibernate.cfg.Configuration
Read all .hbm.xml mapping documents from a directory tree.
addDiscoveredResolvers(Collection<DialectResolver>) - Method in class org.hibernate.engine.jdbc.dialect.internal.DialectResolverSet
 
addDiscriminatorToInsertGroup(MutationGroupBuilder) - Method in class org.hibernate.persister.entity.AbstractEntityPersister
 
addDiscriminatorToInsertGroup(MutationGroupBuilder) - Method in class org.hibernate.persister.entity.JoinedSubclassEntityPersister
 
addDiscriminatorToInsertGroup(MutationGroupBuilder) - Method in class org.hibernate.persister.entity.SingleTableEntityPersister
 
addDmlCtes(CteContainer, CteStatement, List<Map.Entry<List<CteColumn>, Assignment>>, boolean, MultiTableSqmMutationConverter, Map<SqmParameter<?>, List<List<JdbcParameter>>>, SessionFactoryImplementor) - Method in class org.hibernate.query.sqm.mutation.internal.cte.CteInsertHandler
 
addDmlCtes(CteContainer, CteStatement, MultiTableSqmMutationConverter, Map<SqmParameter<?>, List<JdbcParameter>>, SessionFactoryImplementor) - Method in class org.hibernate.query.sqm.mutation.internal.cte.AbstractCteMutationHandler
 
addDmlCtes(CteContainer, CteStatement, MultiTableSqmMutationConverter, Map<SqmParameter<?>, List<JdbcParameter>>, SessionFactoryImplementor) - Method in class org.hibernate.query.sqm.mutation.internal.cte.CteDeleteHandler
 
addDmlCtes(CteContainer, CteStatement, MultiTableSqmMutationConverter, Map<SqmParameter<?>, List<JdbcParameter>>, SessionFactoryImplementor) - Method in class org.hibernate.query.sqm.mutation.internal.cte.CteUpdateHandler
 
addDocument(JaxbHbmHibernateMapping) - Method in interface org.hibernate.envers.configuration.internal.MappingCollector
 
addDocument(JaxbEntityMappings) - Method in class org.hibernate.boot.model.internal.XMLContext
Add the JAXB binding to this context and return the list of added class names.
addDuplicationStrategy(DuplicationStrategy) - Method in class org.hibernate.event.service.internal.EventListenerRegistryImpl
 
addDuplicationStrategy(DuplicationStrategy) - Method in interface org.hibernate.event.service.spi.EventListenerGroup
Mechanism to more finely control the notion of duplicates.
addDuplicationStrategy(DuplicationStrategy) - Method in interface org.hibernate.event.service.spi.EventListenerRegistry
 
addDuration(Expression<T>, Expression<Duration>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Add a duration to a date or datetime, that is, return a later date or datetime which is separated from the given date or datetime by the given duration.
addDuration(Expression<T>, Expression<Duration>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
addDuration(Expression<T>, Expression<Duration>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
addDuration(Expression<T>, Duration) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Add a duration to a date or datetime, that is, return a later date or datetime which is separated from the given date or datetime by the given duration.
addDuration(Expression<T>, Duration) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
addDuration(Expression<T>, Duration) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
addDuration(T, Expression<Duration>) - Method in interface org.hibernate.query.criteria.HibernateCriteriaBuilder
Add a duration to a date or datetime, that is, return a later date or datetime which is separated from the given date or datetime by the given duration.
addDuration(T, Expression<Duration>) - Method in class org.hibernate.query.criteria.spi.HibernateCriteriaBuilderDelegate
 
addDuration(T, Expression<Duration>) - Method in class org.hibernate.query.sqm.internal.SqmCriteriaNodeBuilder
 
addElementToRedo(CharSequence) - Method in class org.hibernate.processor.Context
 
addEnhancedProxy(EntityKey, PersistentAttributeInterceptable) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
addEnhancedProxy(EntityKey, PersistentAttributeInterceptable) - Method in interface org.hibernate.engine.spi.PersistenceContext
addEntity(Class) - Method in interface org.hibernate.query.NativeQuery
Declare a "root" entity, without specifying an alias.
addEntity(Class) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
addEntity(Class) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
addEntity(Class<R>, LockMode) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
addEntity(Class<R>, LockMode) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
addEntity(Object, Status, Object[], EntityKey, Object, LockMode, boolean, EntityPersister, boolean) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
addEntity(Object, Status, Object[], EntityKey, Object, LockMode, boolean, EntityPersister, boolean) - Method in interface org.hibernate.engine.spi.PersistenceContext
Adds an entity to the internal caches.
addEntity(String) - Method in interface org.hibernate.query.NativeQuery
Declare a "root" entity, without specifying an alias.
addEntity(String) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
addEntity(String) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
addEntity(String, Class) - Method in interface org.hibernate.query.NativeQuery
Declare a "root" entity.
addEntity(String, Class) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
addEntity(String, Class) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
addEntity(String, Class, LockMode) - Method in interface org.hibernate.query.NativeQuery
Declare a "root" entity, specifying a lock mode.
addEntity(String, Class, LockMode) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
addEntity(String, Class, LockMode) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
addEntity(String, String) - Method in interface org.hibernate.query.NativeQuery
Declare a "root" entity.
addEntity(String, String) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
addEntity(String, String) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
addEntity(String, String, LockMode) - Method in interface org.hibernate.query.NativeQuery
Declare a "root" entity, specifying a lock mode.
addEntity(String, String, LockMode) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
addEntity(String, String, LockMode) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
addEntity(EntityKey, Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
addEntity(EntityKey, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Add a canonical mapping from entity key to entity instance
addEntity(EntityUniqueKey, Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
addEntity(EntityUniqueKey, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Add an entity to the cache by unique key
addEntityAtRevisionRestriction(Configuration, QueryBuilder, Parameters, String, String, boolean, MiddleIdData, String, String, String, String, boolean) - Method in class org.hibernate.envers.strategy.internal.DefaultAuditStrategy
Update the rootQueryBuilder with an extra WHERE clause to restrict the revision for a two-entity relation.
addEntityAtRevisionRestriction(Configuration, QueryBuilder, Parameters, String, String, boolean, MiddleIdData, String, String, String, String, boolean) - Method in class org.hibernate.envers.strategy.internal.ValidityAuditStrategy
Update the rootQueryBuilder with an extra WHERE clause to restrict the revision for a two-entity relation.
addEntityAtRevisionRestriction(Configuration, QueryBuilder, Parameters, String, String, boolean, MiddleIdData, String, String, String, String, boolean) - Method in interface org.hibernate.envers.strategy.spi.AuditStrategy
Update the rootQueryBuilder with an extra WHERE clause to restrict the revision for a two-entity relation.
addEntityBinding(PersistentClass) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addEntityBinding(PersistentClass) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Add the PersistentClass for an entity mapping.
addEntityConfig(PersistentClass, AccessType) - Method in class org.hibernate.cache.cfg.internal.DomainDataRegionConfigImpl.Builder
 
addEntityEntry(Object, EntityEntry) - Method in class org.hibernate.engine.internal.EntityEntryContext
Adds the entity and entry to this context, associating them together
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.processor.Context
 
addGeneratedColumns(String[], OnExecutionGenerator) - Method in class org.hibernate.id.insert.InsertSelectIdentityInsert
Deprecated.
 
addGeneratedColumns(String[], OnExecutionGenerator) - Method in class org.hibernate.sql.Insert
 
addGeneratedDate() - Method in class org.hibernate.processor.Context
 
addGeneratedValue(ModelPart, Object) - Method in interface org.hibernate.generator.values.GeneratedValues
Register a generated value for the corresponding ModelPart
addGeneratedValue(ModelPart, Object) - Method in class org.hibernate.generator.values.internal.GeneratedValuesImpl
 
addGeneratedValuePlan(CompositeNestedGeneratedValueGenerator.GenerationPlan) - Method in class org.hibernate.id.CompositeNestedGeneratedValueGenerator
 
addHashCode(int) - Method in interface org.hibernate.cache.MutableCacheKeyBuilder
 
addHint(String, Object) - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
 
addHint(String, Object) - Method in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
addHints(Map<String, Object>) - Method in class org.hibernate.boot.query.AbstractNamedQueryBuilder
 
addIdAndGetMappingData(PersistentClass, boolean) - Method in class org.hibernate.envers.configuration.internal.metadata.IdMetadataGenerator
 
addIdColumnAliases(String...) - Method in interface org.hibernate.query.NativeQuery.RootReturn
 
addIdColumnAliases(String...) - Method in class org.hibernate.query.results.complete.CompleteResultBuilderEntityStandard
 
addIdColumnAliases(String...) - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityCalculated
 
addIdColumnAliases(String...) - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityStandard
 
addIdentifierGenerator(IdentifierGeneratorDefinition) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addIdentifierGenerator(IdentifierGeneratorDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addIdentityColumn(String) - Method in class org.hibernate.id.insert.InsertSelectIdentityInsert
Deprecated.
 
addIdentityColumn(String) - Method in class org.hibernate.sql.Insert
 
addIdEqualsToQuery(Parameters, Object, String, String, boolean) - Method in class org.hibernate.envers.internal.entities.mapper.id.AbstractIdMapper
 
addIdEqualsToQuery(Parameters, Object, String, String, boolean) - Method in interface org.hibernate.envers.internal.entities.mapper.id.IdMapper
Adds query statements, which contains restrictions, which express the property that the id of the entity with alias prefix, is equal to the given object.
addIdsEqualToQuery(Parameters, String, String) - Method in class org.hibernate.envers.internal.entities.mapper.id.AbstractIdMapper
 
addIdsEqualToQuery(Parameters, String, String) - Method in interface org.hibernate.envers.internal.entities.mapper.id.IdMapper
Adds query statements, which contains restrictions, which express the property that the id of the entity with alias prefix1, is equal to the id of the entity with alias prefix2 (the entity is the same).
addIdsEqualToQuery(Parameters, String, IdMapper, String) - Method in class org.hibernate.envers.internal.entities.mapper.id.AbstractIdMapper
 
addIdsEqualToQuery(Parameters, String, IdMapper, String) - Method in interface org.hibernate.envers.internal.entities.mapper.id.IdMapper
Adds query statements, which contains restrictions, which express the property that the id of the entity with alias prefix1, is equal to the id of the entity with alias prefix2 mapped by the second mapper (the second mapper must be for the same entity, but it can have, for example, prefixed properties).
addIgnoredTable(String) - Method in class org.hibernate.testing.cleaner.AbstractMySQLDatabaseCleaner
 
addIgnoredTable(String) - Method in interface org.hibernate.testing.cleaner.DatabaseCleaner
 
addIgnoredTable(String) - Method in class org.hibernate.testing.cleaner.DB2DatabaseCleaner
 
addIgnoredTable(String) - Method in class org.hibernate.testing.cleaner.H2DatabaseCleaner
 
addIgnoredTable(String) - Method in class org.hibernate.testing.cleaner.OracleDatabaseCleaner
 
addIgnoredTable(String) - Method in class org.hibernate.testing.cleaner.PostgreSQLDatabaseCleaner
 
addIgnoredTable(String) - Method in class org.hibernate.testing.cleaner.SQLServerDatabaseCleaner
 
addImport(String, String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addImport(String, String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Adds an import (for use in HQL).
addIndex(Index, boolean) - Method in class org.hibernate.boot.model.internal.AnnotatedColumn
 
addIndex(CollectionMetadataContext, RootPersistentEntity, QueryGeneratorBuilder) - Method in class org.hibernate.envers.configuration.internal.metadata.AbstractCollectionMetadataGenerator
 
addIndex(Index) - Method in class org.hibernate.mapping.Table
 
addingOverrideFor(String, String) - Method in interface org.hibernate.internal.CoreMessageLogger
 
addInitCommand(Function<SqlStringGenerationContext, InitCommand>) - Method in class org.hibernate.mapping.Table
 
addInitCommand(InitCommand) - Method in class org.hibernate.boot.model.relational.Database
 
addInitCommand(InitCommand) - Method in class org.hibernate.mapping.Table
Deprecated.
addInitializedCollection(CollectionPersister, PersistentCollection<?>, Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
addInitializedCollection(CollectionPersister, PersistentCollection<?>, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
add a collection we just pulled out of the cache (does not need initializing)
addInitializedDetachedCollection(CollectionPersister, PersistentCollection<?>) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
addInitializedDetachedCollection(CollectionPersister, PersistentCollection<?>) - Method in interface org.hibernate.engine.spi.PersistenceContext
add an (initialized) collection that was created by another session and passed into update() (ie.
addInitiator(StandardServiceInitiator<?>) - Method in class org.hibernate.boot.registry.StandardServiceRegistryBuilder
Adds a service initiator.
addInitiator(SessionFactoryServiceInitiator<?>) - Method in class org.hibernate.service.internal.SessionFactoryServiceRegistryBuilderImpl
Adds a service initiator.
addInitiator(SessionFactoryServiceInitiator<?>) - Method in interface org.hibernate.service.spi.SessionFactoryServiceRegistryBuilder
 
addInjectAnnotation() - Method in class org.hibernate.processor.Context
 
addInputStream(InputStream) - Method in class org.hibernate.boot.MetadataSources
Read metadata from an InputStream.
addInputStream(InputStream) - Method in class org.hibernate.cfg.Configuration
Read mappings from an InputStream.
addInputStream(InputStreamAccess) - Method in class org.hibernate.boot.MetadataSources
Read metadata from an InputStream access
addInsertTargetStateField(SqmPath<?>) - Method in class org.hibernate.query.sqm.tree.insert.AbstractSqmInsertStatement
 
addInstancesFromVersionsEntities(String, Collection, List<Map>, Number) - Method in class org.hibernate.envers.internal.entities.EntityInstantiator
 
addInstantiation(Class<J>) - Method in interface org.hibernate.query.NativeQuery
 
addInstantiation(Class<J>) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
AdditionalInsertValues(Expression, Expression, Generator, BasicEntityIdentifierMapping) - Constructor for class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter.AdditionalInsertValues
 
AdditionalJaxbMappingProducer - Interface in org.hibernate.boot.spi
Deprecated.
AdditionalJaxbMappingProducerImpl - Class in org.hibernate.envers.boot.internal
 
AdditionalJaxbMappingProducerImpl() - Constructor for class org.hibernate.envers.boot.internal.AdditionalJaxbMappingProducerImpl
 
AdditionalMappingContributions - Interface in org.hibernate.boot.spi
Collector for contributions from contributors
AdditionalMappingContributor - Interface in org.hibernate.boot.spi
Contract allowing pluggable contributions of additional mapping objects.
AdditionalMappingContributorImpl - Class in org.hibernate.envers.boot.internal
 
AdditionalMappingContributorImpl() - Constructor for class org.hibernate.envers.boot.internal.AdditionalMappingContributorImpl
 
additionalRestrictions - Variable in class org.hibernate.query.sqm.sql.BaseSqmToSqlAstConverter
 
AdditionExpressionContext(HqlParser.ExpressionContext) - Constructor for class org.hibernate.grammars.hql.HqlParser.AdditionExpressionContext
 
additiveOperator() - Method in class org.hibernate.grammars.hql.HqlParser.AdditionExpressionContext
 
additiveOperator() - Method in class org.hibernate.grammars.hql.HqlParser
 
AdditiveOperatorContext(ParserRuleContext, int) - Constructor for class org.hibernate.grammars.hql.HqlParser.AdditiveOperatorContext
 
addJar(File) - Method in class org.hibernate.boot.MetadataSources
Read all .hbm.xml mappings from a jar file.
addJar(File) - Method in class org.hibernate.cfg.Configuration
Read all .hbm.xml mappings from a .jar file.
addJarFileUrl(URL) - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
addJavaTypeRegistration(Class<?>, JavaType<?>) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addJavaTypeRegistration(Class<?>, JavaType<?>) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addJdbcTypeRegistration(int, JdbcType) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addJdbcTypeRegistration(int, JdbcType) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addJoin(JoinType, String, String, boolean) - Method in class org.hibernate.envers.internal.tools.query.QueryBuilder
 
addJoin(JoinTable, boolean) - Method in class org.hibernate.boot.model.internal.ClassPropertyHolder
 
addJoin(JoinTable, boolean) - Method in class org.hibernate.boot.model.internal.CollectionPropertyHolder
 
addJoin(JoinTable, boolean) - Method in class org.hibernate.boot.model.internal.ComponentPropertyHolder
 
addJoin(JoinTable, boolean) - Method in interface org.hibernate.boot.model.internal.PropertyHolder
 
addJoin(JoinTable, PropertyHolder, boolean) - Method in class org.hibernate.boot.model.internal.EntityBinder
 
addJoin(JoinTable, Table, boolean) - Method in class org.hibernate.boot.model.internal.ClassPropertyHolder
 
addJoin(JoinTable, Table, boolean) - Method in class org.hibernate.boot.model.internal.CollectionPropertyHolder
 
addJoin(JoinTable, Table, boolean) - Method in class org.hibernate.boot.model.internal.ComponentPropertyHolder
 
addJoin(JoinTable, Table, boolean) - Method in interface org.hibernate.boot.model.internal.PropertyHolder
 
addJoin(SecondaryTable, PropertyHolder, boolean) - Method in class org.hibernate.boot.model.internal.EntityBinder
 
addJoin(String, String) - Method in interface org.hibernate.query.NativeQuery
Declare a join fetch result.
addJoin(String, String) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
addJoin(String, String) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
addJoin(String, String, String) - Method in interface org.hibernate.query.NativeQuery
Declare a join fetch result.
addJoin(String, String, String) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
addJoin(String, String, String) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
addJoin(String, String, LockMode) - Method in interface org.hibernate.query.NativeQuery
Declare a join fetch result, specifying a lock mode.
addJoin(String, String, LockMode) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
addJoin(String, String, LockMode) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
addJoin(Join) - Method in class org.hibernate.envers.boot.model.DiscriminatorPersistentEntity
 
addJoin(Join) - Method in interface org.hibernate.envers.boot.model.JoinAwarePersistentEntity
Add a secondary table join to the entity mapping.
addJoin(Join) - Method in class org.hibernate.envers.boot.model.RootPersistentEntity
 
addJoin(Join) - Method in class org.hibernate.mapping.PersistentClass
 
addJoin(Join) - Method in class org.hibernate.mapping.Subclass
 
addKey(EntityHolder) - Method in interface org.hibernate.engine.spi.SubselectFetch.RegistrationHandler
 
addKey(EntityHolder) - Method in class org.hibernate.engine.spi.SubselectFetch.StandardRegistrationHandler
 
addKeyColumn(String, String, JdbcMapping) - Method in class org.hibernate.sql.model.ast.builder.AbstractTableInsertBuilder
 
addKeyColumn(String, String, JdbcMapping) - Method in class org.hibernate.sql.model.ast.builder.AbstractTableUpdateBuilder
 
addKeyColumn(String, String, JdbcMapping) - Method in interface org.hibernate.sql.model.ast.builder.ColumnValuesTableMutationBuilder
Add a key column
addKeyColumn(String, String, JdbcMapping) - Method in class org.hibernate.sql.model.ast.builder.TableUpdateBuilderSkipped
 
addKeyColumn(Column) - Method in class org.hibernate.envers.boot.model.Join
 
addKeyColumn(SelectableMapping) - Method in interface org.hibernate.sql.model.ast.builder.ColumnValuesTableMutationBuilder
Add a key column
addKeyColumnNames(TableGroup) - Method in class org.hibernate.sql.ast.spi.AbstractSqlAstTranslator.ForUpdateClause
 
addKeyColumnsFromValue(Value) - Method in class org.hibernate.envers.boot.model.Join
 
addKeyRestriction(String, String, JdbcMapping) - Method in class org.hibernate.sql.model.ast.builder.AbstractRestrictedTableMutationBuilder
 
addKeyRestriction(String, String, JdbcMapping) - Method in interface org.hibernate.sql.model.ast.builder.RestrictedTableMutationBuilder
Add restriction based on the column in the table's key
addKeyRestriction(String, String, JdbcMapping) - Method in class org.hibernate.sql.model.ast.builder.TableDeleteBuilderSkipped
 
addKeyRestriction(String, String, JdbcMapping) - Method in class org.hibernate.sql.model.ast.builder.TableUpdateBuilderSkipped
 
addKeyRestriction(SelectableMapping) - Method in interface org.hibernate.sql.model.ast.builder.RestrictedTableMutationBuilder
Add a restriction as long as the selectable is not a formula and is not nullable
addKeyRestrictionLeniently(SelectableMapping) - Method in interface org.hibernate.sql.model.ast.builder.RestrictedTableMutationBuilder
Add a restriction as long as the selectable is not a formula
addKeyRestrictions(SelectableMappings) - Method in interface org.hibernate.sql.model.ast.builder.RestrictedTableMutationBuilder
Add a restriction as long as the selectable is not a formula and is not nullable
addKeyRestrictionsLeniently(SelectableMappings) - Method in interface org.hibernate.sql.model.ast.builder.RestrictedTableMutationBuilder
Add a restriction as long as the selectable is not a formula and is not nullable
addKeySubgraph(Attribute<J, X>) - Method in interface org.hibernate.graph.RootGraph
 
addKeySubgraph(Attribute<J, X>) - Method in interface org.hibernate.graph.SubGraph
 
addKeySubgraph(Attribute<J, X>, Class<? extends X>) - Method in interface org.hibernate.graph.RootGraph
 
addKeySubgraph(Attribute<J, X>, Class<? extends X>) - Method in interface org.hibernate.graph.SubGraph
 
addKeySubgraph(String) - Method in interface org.hibernate.graph.RootGraph
 
addKeySubgraph(String) - Method in interface org.hibernate.graph.SubGraph
 
addKeySubgraph(String, Class<X>) - Method in interface org.hibernate.graph.RootGraph
 
addKeySubgraph(String, Class<X>) - Method in interface org.hibernate.graph.SubGraph
 
addKeySubGraph(Class<S>, SubGraph<S>) - Method in interface org.hibernate.graph.AttributeNode
 
addKeySubGraph(Class<S>, SubGraph<S>) - Method in class org.hibernate.graph.internal.AttributeNodeImpl
 
addKeySubGraph(String) - Method in interface org.hibernate.graph.Graph
 
addKeySubGraph(String) - Method in class org.hibernate.graph.internal.SubGraphImpl
 
addKeySubGraph(String) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addKeySubGraph(String) - Method in interface org.hibernate.graph.spi.SubGraphImplementor
 
addKeySubGraph(String, Class<AJ>) - Method in interface org.hibernate.graph.Graph
 
addKeySubGraph(String, Class<AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addKeySubGraph(PersistentAttribute<? extends J, AJ>) - Method in interface org.hibernate.graph.Graph
 
addKeySubGraph(PersistentAttribute<? extends J, AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addKeySubGraph(PersistentAttribute<? extends J, AJ>, Class<? extends AJ>) - Method in interface org.hibernate.graph.Graph
 
addKeySubGraph(PersistentAttribute<? extends J, AJ>, Class<? extends AJ>) - Method in interface org.hibernate.graph.spi.GraphImplementor
 
addKeySubGraph(PersistentAttribute<? extends J, AJ>, Class<? extends AJ>) - Method in interface org.hibernate.graph.spi.SubGraphImplementor
 
addLegacyFetchBuilder(DynamicFetchBuilderLegacy) - Method in interface org.hibernate.query.results.ResultSetMapping
Add a legacy fetch builder
addLegacyFetchBuilder(DynamicFetchBuilderLegacy) - Method in class org.hibernate.query.results.ResultSetMappingImpl
 
addListener(String, NamespaceChangeListener) - Method in interface org.hibernate.engine.jndi.spi.JndiService
Adds the specified listener to the given JNDI namespace.
addListener(SessionEventListener...) - Method in class org.hibernate.engine.internal.SessionEventListenerManagerImpl
 
addListener(SessionEventListener...) - Method in interface org.hibernate.engine.spi.SessionEventListenerManager
 
addLiteralRestriction(String, String, JdbcMapping) - Method in class org.hibernate.sql.model.ast.builder.AbstractRestrictedTableMutationBuilder
 
addLiteralRestriction(String, String, JdbcMapping) - Method in interface org.hibernate.sql.model.ast.builder.RestrictedTableMutationBuilder
 
addLiteralRestriction(String, String, JdbcMapping) - Method in class org.hibernate.sql.model.ast.builder.TableDeleteBuilderSkipped
 
addLiteralRestriction(String, String, JdbcMapping) - Method in class org.hibernate.sql.model.ast.builder.TableUpdateBuilderSkipped
 
addLogger(Logger) - Method in class org.hibernate.testing.orm.junit.MessageKeyWatcherImpl
 
addLoggerName(String) - Method in class org.hibernate.testing.orm.junit.MessageKeyWatcherImpl
 
addManyToMany(SimpleEntity) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfLists
 
addManyToMany(SimpleEntity) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfSets
 
addManyToManyByComponent(String, SimpleEntity) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
addManyToManyFilter(String, String, boolean, Map<String, String>, Map<String, String>) - Method in class org.hibernate.mapping.Collection
 
addManyToOne(AttributeContainer, PropertyAuditingData, Value, SimpleMapperBuilder) - Method in class org.hibernate.envers.configuration.internal.metadata.IdMetadataGenerator
 
addMappedBy(String, String, String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addMappedBy(String, String, String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addMappedSuperclass(Class<?>, MappedSuperclass) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addMappedSuperclass(Class<?>, MappedSuperclass) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addMappedSuperclassProperty(Property) - Method in class org.hibernate.mapping.Join
 
addMappedSuperclassProperty(Property) - Method in class org.hibernate.mapping.PersistentClass
 
addMappedSuperclassProperty(Property) - Method in class org.hibernate.mapping.Subclass
 
addMapper(CollectionMetadataContext, CommonCollectionMapperData, MiddleComponentData, MiddleComponentData) - Method in class org.hibernate.envers.configuration.internal.metadata.AbstractCollectionMetadataGenerator
 
addMapping(PersistentEntity) - Method in class org.hibernate.envers.configuration.internal.metadata.EntityMappingData
 
addMappingFiles(String...) - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
addMappingFiles(List<String>) - Method in class org.hibernate.jpa.boot.internal.ParsedPersistenceXmlDescriptor
 
addMappings(Configuration) - Method in class org.hibernate.testing.junit4.BaseCoreFunctionalTestCase
 
addMetaAuxiliary(String, Metamodel) - Method in class org.hibernate.processor.Context
 
addMetaEmbeddable(String, Metamodel) - Method in class org.hibernate.processor.Context
 
addMetaEntity(String, Metamodel) - Method in class org.hibernate.processor.Context
 
addMiddleEqualToQuery(CompositeMapperBuilder, Parameters, String, String, String, String) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleEmbeddableComponentMapper
 
addMiddleEqualToQuery(Parameters, String, String, String, String) - Method in interface org.hibernate.envers.internal.entities.mapper.relation.component.MiddleComponentMapper
Adds query statements, which contains restrictions, which express the property that part of the middle entity with alias prefix1, is equal to part of the middle entity with alias prefix2 (the entity is the same).
addMiddleEqualToQuery(Parameters, String, String, String, String) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleDummyComponentMapper
 
addMiddleEqualToQuery(Parameters, String, String, String, String) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleEmbeddableComponentMapper
 
addMiddleEqualToQuery(Parameters, String, String, String, String) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleMapElementNotKeyComponentMapper
 
addMiddleEqualToQuery(Parameters, String, String, String, String) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleMapKeyIdComponentMapper
 
addMiddleEqualToQuery(Parameters, String, String, String, String) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleMapKeyPropertyComponentMapper
 
addMiddleEqualToQuery(Parameters, String, String, String, String) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleRelatedComponentMapper
 
addMiddleEqualToQuery(Parameters, String, String, String, String) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleSimpleComponentMapper
 
addMiddleEqualToQuery(Parameters, String, String, String, String) - Method in class org.hibernate.envers.internal.entities.mapper.relation.component.MiddleStraightComponentMapper
 
addMiddleEqualToQuery(Parameters, String, String, String, String) - Method in class org.hibernate.envers.internal.entities.mapper.relation.MiddleMapKeyEnumeratedComponentMapper
 
addMiddleEqualToQuery(Parameters, String, String, String, String) - Method in class org.hibernate.envers.internal.entities.mapper.relation.ToOneIdMapper
 
addModifiedColumns(Configuration, Value, AttributeContainer, PropertyAuditingData) - Method in class org.hibernate.envers.boot.internal.ImprovedModifiedColumnNamingStrategy
 
addModifiedColumns(Configuration, Value, AttributeContainer, PropertyAuditingData) - Method in class org.hibernate.envers.boot.internal.LegacyModifiedColumnNamingStrategy
 
addModifiedColumns(Configuration, Value, AttributeContainer, PropertyAuditingData) - Method in interface org.hibernate.envers.boot.spi.ModifiedColumnNamingStrategy
Adds modified columns to the audited entity metamodel.
addMonths() - Method in class org.hibernate.dialect.function.CommonFunctionFactory
 
addNamedEntityGraph(String, EntityGraph<T>) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
addNamedEntityGraph(String, EntityGraph<T>) - Method in class org.hibernate.internal.SessionFactoryImpl
 
addNamedEntityGraph(String, RootGraphImplementor<T>) - Method in interface org.hibernate.metamodel.MappingMetamodel
 
addNamedEntityGraph(String, RootGraphImplementor<T>) - Method in class org.hibernate.metamodel.model.domain.internal.JpaMetamodelImpl
 
addNamedEntityGraph(String, RootGraphImplementor<T>) - Method in class org.hibernate.metamodel.model.domain.internal.MappingMetamodelImpl
 
addNamedEntityGraph(String, RootGraphImplementor<T>) - Method in interface org.hibernate.metamodel.model.domain.JpaMetamodel
 
addNamedEntityGraph(NamedEntityGraphDefinition) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addNamedEntityGraph(NamedEntityGraphDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Adds metadata for a named entity graph to this repository
addNamedIdEqualsToQuery(Parameters, String, boolean) - Method in class org.hibernate.envers.internal.entities.mapper.id.AbstractIdMapper
 
addNamedIdEqualsToQuery(Parameters, String, boolean) - Method in interface org.hibernate.envers.internal.entities.mapper.id.IdMapper
Adds query statements, which contains named parameters, which express the property that the id of the entity with alias prefix, is equal to the given object.
addNamedIdEqualsToQuery(Parameters, String, IdMapper, boolean) - Method in class org.hibernate.envers.internal.entities.mapper.id.AbstractIdMapper
 
addNamedIdEqualsToQuery(Parameters, String, IdMapper, boolean) - Method in interface org.hibernate.envers.internal.entities.mapper.id.IdMapper
Adds query statements, which contains named parameters that express the property that the id of the entity with alias prefix is equal to the given object using the specified mapper.
addNamedNativeQuery(NamedNativeQueryDefinition) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addNamedNativeQuery(NamedNativeQueryDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Adds metadata for a named SQL query to this collector.
addNamedProcedureCallDefinition(NamedProcedureCallDefinition) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addNamedProcedureCallDefinition(NamedProcedureCallDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Adds metadata for a named stored procedure call to this collector.
addNamedQuery(String, Query) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
addNamedQuery(String, Query) - Method in class org.hibernate.internal.SessionFactoryImpl
 
addNamedQuery(NamedHqlQueryDefinition) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addNamedQuery(NamedHqlQueryDefinition) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Adds metadata for a named query to this repository.
addNaturalIdConfig(RootClass, AccessType) - Method in class org.hibernate.cache.cfg.internal.DomainDataRegionConfigImpl.Builder
 
addNegatedParameters() - Method in class org.hibernate.envers.internal.tools.query.Parameters
Adds negated parameters, by default with the "and" connective.
addNeighbour(Vertex<R>) - Method in class org.hibernate.envers.internal.tools.graph.Vertex
 
addNestedTableGroupJoin(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.AbstractTableGroup
 
addNestedTableGroupJoin(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.CorrelatedTableGroup
 
addNestedTableGroupJoin(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.DelegatingTableGroup
 
addNestedTableGroupJoin(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.LazyTableGroup
 
addNestedTableGroupJoin(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.MutatingTableReferenceGroupWrapper
 
addNestedTableGroupJoin(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.OneToManyTableGroup
 
addNestedTableGroupJoin(TableGroupJoin) - Method in class org.hibernate.sql.ast.tree.from.StandardVirtualTableGroup
 
addNestedTableGroupJoin(TableGroupJoin) - Method in interface org.hibernate.sql.ast.tree.from.TableGroup
A nested table group join is a join against a table group, that is ensured to be joined against the primary table reference and table reference joins in isolation, prior to doing other table group joins e.g.
addNewCollection(CollectionPersister, PersistentCollection<?>) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
addNewCollection(CollectionPersister, PersistentCollection<?>) - Method in interface org.hibernate.engine.spi.PersistenceContext
Add a new collection (ie.
addNonLazyCollection(PersistentCollection<?>) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
addNonLazyCollection(PersistentCollection<?>) - Method in interface org.hibernate.engine.spi.PersistenceContext
Register a collection for non-lazy loading at the end of the two-phase load
addNonnullAnnotation() - Method in class org.hibernate.processor.Context
 
addNotAuditedEntityConfiguration(String, EntityConfiguration) - Method in class org.hibernate.envers.configuration.internal.metadata.AbstractMetadataGenerator
 
addNotAuditedEntityConfiguration(String, EntityConfiguration) - Method in class org.hibernate.envers.configuration.internal.metadata.AuditEntityConfigurationRegistry
 
addNotNullRestriction(String, boolean) - Method in class org.hibernate.envers.internal.tools.query.Parameters
Adds IS NOT NULL restriction.
addNotNullRestriction(String, String) - Method in class org.hibernate.envers.internal.tools.query.Parameters
Adds IS NOT NULL restriction.
addNullableIdsEqualToQuery(Parameters, String, IdMapper, String) - Method in class org.hibernate.envers.internal.entities.mapper.id.AbstractIdMapper
 
addNullableIdsEqualToQuery(Parameters, String, IdMapper, String) - Method in interface org.hibernate.envers.internal.entities.mapper.id.IdMapper
Adds query statements, which contains restrictions, which express the property that the id of the entity with alias prefix1, is equal to the id of the entity with alias prefix2 mapped by the second mapper (the second mapper must be for the same entity, but it can have, for example, prefixed properties).
addNullOptimisticLockRestriction(SelectableMapping) - Method in class org.hibernate.sql.model.ast.builder.AbstractRestrictedTableMutationBuilder
 
addNullOptimisticLockRestriction(SelectableMapping) - Method in interface org.hibernate.sql.model.ast.builder.RestrictedTableMutationBuilder
 
addNullOptimisticLockRestriction(SelectableMapping) - Method in class org.hibernate.sql.model.ast.builder.TableDeleteBuilderSkipped
 
addNullOptimisticLockRestriction(SelectableMapping) - Method in class org.hibernate.sql.model.ast.builder.TableUpdateBuilderSkipped
 
addNullProperty(EntityKey, String) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
addNullProperty(EntityKey, String) - Method in interface org.hibernate.engine.spi.PersistenceContext
Record the fact that the association belonging to the keyed entity is null.
addNullRestriction(String, boolean) - Method in class org.hibernate.envers.internal.tools.query.Parameters
Adds IS NULL restriction.
addNullRestriction(String, String) - Method in class org.hibernate.envers.internal.tools.query.Parameters
Adds IS NULL restriction.
addNullRestriction(SelectableMapping) - Method in class org.hibernate.sql.model.ast.ColumnValueBindingList
 
addNumber(double) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfLists
 
addNumberByNumber(int, double) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
addObserver(BatchObserver) - Method in class org.hibernate.engine.jdbc.batch.internal.BatchImpl
 
addObserver(BatchObserver) - Method in interface org.hibernate.engine.jdbc.batch.spi.Batch
Adds an observer to this batch.
addObserver(TransactionObserver) - Method in class org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl
 
addObserver(TransactionObserver) - Method in class org.hibernate.resource.transaction.backend.jta.internal.JtaTransactionCoordinatorImpl
 
addObserver(TransactionObserver) - Method in interface org.hibernate.resource.transaction.spi.TransactionCoordinator
Adds an observer to the coordinator.
addObserver(SessionFactoryObserver) - Method in class org.hibernate.engine.spi.SessionFactoryDelegatingImpl
 
addObserver(SessionFactoryObserver) - Method in interface org.hibernate.engine.spi.SessionFactoryImplementor
 
addObserver(SessionFactoryObserver) - Method in class org.hibernate.internal.SessionFactoryImpl
 
addObserver(SessionFactoryObserver) - Method in class org.hibernate.internal.SessionFactoryObserverChain
 
addObserver(SessionFactoryObserver) - Method in class org.hibernate.processor.validation.MockSessionFactory
 
addOffspring(Animal) - Method in class org.hibernate.testing.orm.domain.animal.Animal
 
addOneToMany(SimpleEntity) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfLists
 
addOneToMany(SimpleEntity) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfSets
 
addOneToManyByBasic(String, SimpleEntity) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
addOneToManyByBasic(SimpleEntity, String) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfMaps
 
addOneToOneNotOwning(PropertyAuditingData, Value, CompositeMapperBuilder, String) - Method in class org.hibernate.envers.configuration.internal.metadata.ToOneRelationMetadataGenerator
 
addOperator(String, String) - Method in class org.hibernate.spatial.dialect.postgis.PostgisSqmFunctionDescriptors
 
addOptimisticLockRestriction(String, String, JdbcMapping) - Method in class org.hibernate.sql.model.ast.builder.AbstractRestrictedTableMutationBuilder
 
addOptimisticLockRestriction(String, String, JdbcMapping) - Method in interface org.hibernate.sql.model.ast.builder.RestrictedTableMutationBuilder
Add restriction based on non-version optimistically-locked column
addOptimisticLockRestriction(String, String, JdbcMapping) - Method in class org.hibernate.sql.model.ast.builder.TableDeleteBuilderSkipped
 
addOptimisticLockRestriction(String, String, JdbcMapping) - Method in class org.hibernate.sql.model.ast.builder.TableUpdateBuilderSkipped
 
addOptimisticLockRestriction(SelectableMapping) - Method in interface org.hibernate.sql.model.ast.builder.RestrictedTableMutationBuilder
Add restriction based on non-version optimistically-locked column
addOptimisticLockRestrictions(SelectableMappings) - Method in interface org.hibernate.sql.model.ast.builder.RestrictedTableMutationBuilder
Add restriction based on non-version optimistically-locked column
addOrder(String, String, boolean, NullPrecedence) - Method in class org.hibernate.envers.internal.tools.query.QueryBuilder
 
addOrder(AuditOrder) - Method in interface org.hibernate.envers.query.AuditAssociationQuery
 
addOrder(AuditOrder) - Method in interface org.hibernate.envers.query.AuditQuery
 
addOrder(AuditOrder) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditAssociationQuery
 
addOrder(AuditOrder) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
addOrderedBasic(String) - Method in class org.hibernate.testing.orm.domain.gambit.EntityOfSets
 
addOrderedJoin(SqmJoin<?, ?>) - Method in class org.hibernate.query.sqm.tree.from.SqmRoot
 
addOrderFragment(String, String) - Method in class org.hibernate.envers.internal.tools.query.QueryBuilder
 
addOrModifyColumn(ColumnContainer, String) - Static method in class org.hibernate.envers.configuration.internal.metadata.RevisionInfoHelper
 
addOther(SimpleEntity) - Method in class org.hibernate.testing.orm.domain.gambit.EntityWithOneToMany
 
addOverridableConverter(Class<? extends AttributeConverter<?, ?>>) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addOverridableConverter(Class<? extends AttributeConverter<?, ?>>) - Method in interface org.hibernate.boot.model.convert.spi.ConverterRegistry
Apply an AttributeConverter that may be overridden by competing converters
addPackage(Package) - Method in class org.hibernate.boot.MetadataSources
Read package-level metadata.
addPackage(String) - Method in class org.hibernate.boot.MetadataSources
Read package-level metadata.
addPackage(String) - Method in class org.hibernate.cfg.Configuration
Read package-level metadata.
addParam(String, String) - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition.Builder
 
addParam(String, String) - Method in class org.hibernate.mapping.IdGenerator
Deprecated.
 
addParameter(SqmParameter<?>) - Method in interface org.hibernate.query.sqm.internal.ParameterCollector
 
addParameter(SqmParameter<?>) - Method in class org.hibernate.query.sqm.tree.AbstractSqmStatement
 
addParameter(SqmParameter<?>) - Method in class org.hibernate.query.sqm.tree.select.SqmSelectStatement
 
addParameter(JdbcParameter) - Method in class org.hibernate.sql.exec.internal.JdbcParametersImpl
 
addParameter(JdbcParameter) - Method in interface org.hibernate.sql.exec.spi.JdbcParameters
 
addParameterRegistration(JdbcCallParameterRegistration) - Method in class org.hibernate.sql.exec.internal.JdbcCallImpl.Builder
 
addParameters(String) - Method in class org.hibernate.envers.internal.tools.query.QueryBuilder
 
addParameters(Collection<JdbcParameter>) - Method in class org.hibernate.sql.exec.internal.JdbcParametersImpl
 
addParameters(Collection<JdbcParameter>) - Method in interface org.hibernate.sql.exec.spi.JdbcParameters
 
addParameterTypeHint(String, String) - Method in class org.hibernate.boot.query.NamedHqlQueryDefinition.Builder
 
addParameterTypeHint(String, String) - Method in class org.hibernate.boot.query.NamedNativeQueryDefinitionBuilder
 
addParams(Map<String, String>) - Method in class org.hibernate.boot.model.IdentifierGeneratorDefinition.Builder
 
addPhone(Phone) - Method in class org.hibernate.testing.orm.domain.userguide.Person
 
addPluralSubgraph(PluralAttribute<? extends J, ?, AJ>) - Method in interface org.hibernate.graph.Graph
Add a subgraph rooted at a plural attribute, allowing further nodes to be added to the subgraph.
addPrefixedPropertyNames(Set<String>, String, Type, SessionFactoryImplementor) - Static method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
addPrefixedPropertyPaths(Set<String>, String, Type, SessionFactoryImplementor) - Static method in class org.hibernate.metamodel.mapping.internal.ToOneAttributeMapping
 
addPrimeEntry(BasicType<?>, String, String[]) - Method in class org.hibernate.type.BasicTypeRegistry
 
addPrimeEntry(BasicTypeReference<?>, String, String[]) - Method in class org.hibernate.type.BasicTypeRegistry
 
addProjection(String, String, String, boolean) - Method in class org.hibernate.envers.internal.tools.query.QueryBuilder
 
addProjection(Configuration, Map<String, String>, Map<String, String>, AuditFunction) - Method in class org.hibernate.envers.internal.tools.query.QueryBuilder
 
addProjection(AuditProjection) - Method in interface org.hibernate.envers.query.AuditAssociationQuery
 
addProjection(AuditProjection) - Method in interface org.hibernate.envers.query.AuditQuery
 
addProjection(AuditProjection) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditAssociationQuery
 
addProjection(AuditProjection) - Method in class org.hibernate.envers.query.internal.impl.AbstractAuditQuery
 
addProjectionToQuery(EnversService, AuditReaderImplementor, Map<String, String>, Map<String, String>, String, QueryBuilder) - Method in class org.hibernate.envers.query.criteria.AuditFunction
 
addProjectionToQuery(EnversService, AuditReaderImplementor, Map<String, String>, Map<String, String>, String, QueryBuilder) - Method in class org.hibernate.envers.query.criteria.AuditProperty
 
addProjectionToQuery(EnversService, AuditReaderImplementor, Map<String, String>, Map<String, String>, String, QueryBuilder) - Method in interface org.hibernate.envers.query.projection.AuditProjection
Adds an audit projection to the specified query.
addProjectionToQuery(EnversService, AuditReaderImplementor, Map<String, String>, Map<String, String>, String, QueryBuilder) - Method in class org.hibernate.envers.query.projection.internal.EntityAuditProjection
 
addProjectionToQuery(EnversService, AuditReaderImplementor, Map<String, String>, Map<String, String>, String, QueryBuilder) - Method in class org.hibernate.envers.query.projection.internal.PropertyAuditProjection
 
addProperties(Properties) - Method in class org.hibernate.cfg.Configuration
Add the given properties to ours.
addProperty(String) - Method in interface org.hibernate.query.NativeQuery.FetchReturn
Add a property, presumably with more than one column.
addProperty(String) - Method in interface org.hibernate.query.NativeQuery.RootReturn
Add a property, presumably with more than one column.
addProperty(String) - Method in class org.hibernate.query.results.complete.CompleteResultBuilderEntityStandard
 
addProperty(String) - Method in class org.hibernate.query.results.dynamic.AbstractFetchBuilderContainer
 
addProperty(String) - Method in interface org.hibernate.query.results.dynamic.DynamicFetchBuilderContainer
Add a property whose columns can later be defined using NativeQuery.ReturnProperty.addColumnAlias(java.lang.String)
addProperty(String) - Method in class org.hibernate.query.results.dynamic.DynamicFetchBuilderLegacy
 
addProperty(String) - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityCalculated
 
addProperty(String, String) - Method in interface org.hibernate.query.NativeQuery.FetchReturn
Add a simple property-to-one-column mapping.
addProperty(String, String) - Method in interface org.hibernate.query.NativeQuery.RootReturn
Add a simple property-to-one-column mapping.
addProperty(String, String) - Method in class org.hibernate.query.results.complete.CompleteResultBuilderEntityStandard
 
addProperty(String, String) - Method in class org.hibernate.query.results.dynamic.AbstractFetchBuilderContainer
 
addProperty(String, String) - Method in interface org.hibernate.query.results.dynamic.DynamicFetchBuilderContainer
Add a property mapped to a single column.
addProperty(String, String) - Method in class org.hibernate.query.results.dynamic.DynamicFetchBuilderLegacy
 
addProperty(String, String) - Method in class org.hibernate.query.results.dynamic.DynamicResultBuilderEntityCalculated
 
addProperty(String, String...) - Method in class org.hibernate.query.results.dynamic.AbstractFetchBuilderContainer
 
addProperty(String, String...) - Method in interface org.hibernate.query.results.dynamic.DynamicFetchBuilderContainer
Add a property mapped to multiple columns
addProperty(String, String...) - Method in class org.hibernate.query.results.dynamic.DynamicFetchBuilderLegacy
 
addProperty(Property) - Method in interface org.hibernate.mapping.AttributeContainer
Add a property to this PersistentClass or Join.
addProperty(Property) - Method in class org.hibernate.mapping.Component
 
addProperty(Property) - Method in class org.hibernate.mapping.Join
 
addProperty(Property) - Method in class org.hibernate.mapping.PersistentClass
 
addProperty(Property) - Method in class org.hibernate.mapping.Subclass
 
addProperty(Property, XClass) - Method in class org.hibernate.boot.model.internal.ClassPropertyHolder
 
addProperty(Property, XClass) - Method in class org.hibernate.boot.model.internal.CollectionPropertyHolder
 
addProperty(Property, XClass) - Method in class org.hibernate.boot.model.internal.ComponentPropertyHolder
 
addProperty(Property, XClass) - Method in interface org.hibernate.boot.model.internal.PropertyHolder
 
addProperty(Property, AnnotatedColumns, XClass) - Method in class org.hibernate.boot.model.internal.ClassPropertyHolder
 
addProperty(Property, AnnotatedColumns, XClass) - Method in class org.hibernate.boot.model.internal.CollectionPropertyHolder
 
addProperty(Property, AnnotatedColumns, XClass) - Method in class org.hibernate.boot.model.internal.ComponentPropertyHolder
 
addProperty(Property, AnnotatedColumns, XClass) - Method in interface org.hibernate.boot.model.internal.PropertyHolder
 
addPropertyAnnotatedWithMapsId(XClass, PropertyData) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addPropertyAnnotatedWithMapsId(XClass, PropertyData) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addPropertyAnnotatedWithMapsIdSpecj(XClass, PropertyData, String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addPropertyAnnotatedWithMapsIdSpecj(XClass, PropertyData, String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addPropertyAuditingData(String, PropertyAuditingData) - Method in interface org.hibernate.envers.configuration.internal.metadata.reader.AuditedPropertiesHolder
Add an audited property.
addPropertyAuditingData(String, PropertyAuditingData) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.ClassAuditingData
 
addPropertyAuditingData(String, PropertyAuditingData) - Method in class org.hibernate.envers.configuration.internal.metadata.reader.ComponentAuditingData
 
addPropertyPath(String, Type, String[], String[], String[], String[], Metadata) - Method in class org.hibernate.persister.entity.AbstractPropertyMapping
Deprecated.
 
addPropertyReference(String, String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addPropertyReference(String, String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addPropertyReferencedAssociation(String, String, String) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addPropertyReferencedAssociation(String, String, String) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
 
addProxy(EntityKey, Object) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
addProxy(EntityKey, Object) - Method in interface org.hibernate.engine.spi.PersistenceContext
Add a proxy to the session cache
addQueryHint(String) - Method in interface org.hibernate.query.hql.spi.SqmQueryImplementor
 
addQueryHint(String) - Method in interface org.hibernate.query.NativeQuery
 
addQueryHint(String) - Method in interface org.hibernate.query.Query
Add a database query hint to the SQL query.
addQueryHint(String) - Method in class org.hibernate.query.spi.AbstractQuery
 
addQueryHint(String) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
addQueryHint(String) - Method in interface org.hibernate.query.sql.spi.NativeQueryImplementor
 
addQueryHint(String) - Method in class org.hibernate.query.sqm.internal.QuerySqmImpl
 
addQueryHints(String, String) - Method in class org.hibernate.dialect.hint.IndexQueryHintHandler
 
addQueryHints(String, String) - Method in interface org.hibernate.dialect.hint.QueryHintHandler
Add query hints to the given query.
addQueryImport(String, Class<?>) - Method in class org.hibernate.boot.MetadataSources
 
addQuerySpace(String) - Method in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
addQuerySpaces(Serializable...) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
addQuerySpaces(String...) - Method in class org.hibernate.query.sql.internal.NativeQueryImpl
 
addQuerySpaces(Set<String>) - Method in class org.hibernate.query.named.AbstractNamedQueryMemento.AbstractBuilder
 
addReferencedColumns(List<Column>) - Method in class org.hibernate.mapping.ForeignKey
 
addReferenceEntry(Object, Status) - Method in class org.hibernate.engine.internal.StatefulPersistenceContext
 
addRegisteredConversion(RegisteredConversion) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addRegisteredConversion(RegisteredConversion) - Method in interface org.hibernate.boot.model.convert.spi.ConverterRegistry
 
addRegisteredConversion(RegisteredConversion) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
addRegistration(RegisteredConversion, BootstrapContext) - Method in class org.hibernate.boot.model.convert.internal.AttributeConverterManager
 
addResolver(DialectResolver...) - Method in class org.hibernate.engine.jdbc.dialect.internal.DialectResolverSet
 
addResolverAtFirst(DialectResolver...) - Method in class org.hibernate.engine.jdbc.dialect.internal.DialectResolverSet
 
addResource(String) - Method in class org.hibernate.boot.MetadataSources
Read mappings as an application resourceName (i.e.
addResource(String) - Method in class org.hibernate.cfg.Configuration
Read mappings as an application resource name, that is, using a classpath lookup, trying different class loaders in turn.
Address - Class in org.hibernate.testing.orm.domain.animal
 
Address - Class in org.hibernate.testing.orm.domain.contacts
 
Address() - Constructor for class org.hibernate.testing.orm.domain.animal.Address
 
Address() - Constructor for class org.hibernate.testing.orm.domain.contacts.Address
 
Address(String, int) - Constructor for class org.hibernate.testing.orm.domain.contacts.Address
 
Address.Classification - Enum in org.hibernate.testing.orm.domain.contacts
 
Address.PostalCode - Class in org.hibernate.testing.orm.domain.contacts
 
AddressType - Enum in org.hibernate.testing.orm.domain.userguide
 
addRestriction(String) - Method in class org.hibernate.sql.SimpleSelect
Appends a restriction comparing the columnName for equality with a parameter
addRestriction(String) - Method in class org.hibernate.sql.Update
 
addRestriction(String...) - Method in class org.hibernate.sql.SimpleSelect
Appends a restriction comparing each name in columnNames for equality with a parameter
addRestriction(String...) - Method in class org.hibernate.sql.Update
 
addRestriction(String, String) - Method in class org.hibernate.sql.Update
 
addRestriction(String, String, JdbcMapping) - Method in class org.hibernate.sql.model.ast.ColumnValueBindingList
 
addRestriction(String, ComparisonRestriction.Operator, String) - Method in class org.hibernate.sql.SimpleSelect
Appends a restriction based on the comparison between lhs and rhs.
addRestriction(String, ComparisonRestriction.Operator, String) - Method in class org.hibernate.sql.Update
 
addResultBuilder(GeneratedValueBasicResultBuilder) - Method in class org.hibernate.generator.values.internal.GeneratedValuesMappingProducer
 
addResultBuilder(ResultBuilder) - Method in interface org.hibernate.query.results.ResultSetMapping
Add a builder
addResultBuilder(ResultBuilder) - Method in class org.hibernate.query.results.ResultSetMappingImpl
 
addResultSetMapping(NamedResultSetMappingDescriptor) - Method in class org.hibernate.boot.internal.InFlightMetadataCollectorImpl
 
addResultSetMapping(NamedResultSetMappingDescriptor) - Method in interface org.hibernate.boot.spi.InFlightMetadataCollector
Adds the metadata for a named SQL result set mapping to this collector.
addResultType(Class<T>, NativeQueryImplementor<T>) - Method in class org.hibernate.internal.AbstractSharedSessionContract
 
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.